@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

.enga-banner {
	position: relative;
}
.enga-banner {
    background-image: url(../images2/enga-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFF;
	height: calc(100vh - 177px);
	text-align: center;
}
.enga-banner .wrap {
	height: 100%;
}
.enga-banner-wrapper {
    height: 100%;
    padding: 50px 0;
    display: flex;
    align-items: center;
	justify-content: center;
    width: 100%;
	box-sizing: border-box;
}
.enga-banner-wrapper h1.title {
    font-weight: 700;
    font-size: 50px;
	margin-bottom: 2rem;
}
.enga-banner-content {
	max-width: 900px;
	width:100%;
	margin: 0 auto;
}
.enga-banner .banner-btns {
	display:flex;
	gap:1rem;
}
.enga-banner .bouton {
	padding: 13px 20px;
}
.banner-btns-left {
	flex: 0 0 60%;
}
.enga-banner p {
    max-width: 90%;
    margin: 1rem auto 0;
    line-height: 160%;
    font-size: 18px;
}
.enga-page .content h2.title {
	margin-bottom: 1rem;
	font-size: 36px;
}
.enga-page .contentsection p {
    font-size: 17px;
	margin-bottom: 15px;
}
.enga-page .contentsection p:last-child {
	margin-bottom: 0;
}
.grid2.grid-arrow {
	/*align-items: end;*/
}
.grid2.grid-arrow .img {
	display: block;
	position: relative;
}

.grid-arrow .arrow-img {
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
}
.grid-arrow .arrow-left {
	background-image: url("../images2/arrow-left.png");
	width: 160px;
    height: 178px;
    left: -200px;
    bottom: -135px;
}
.grid-arrow .arrow-right {
	background-image: url("../images2/arrow-right.png");
	width: 129px;
    height: 157px;
    right: -139px;
    bottom: -140px;
}

.enga-page .contentsection {
    padding: 90px 0;
}
.grid2.img-right {
	grid-template-columns: 1fr 55%;
}

.grid2.img-left {
	grid-template-columns: 55% 1fr;
}

.transform-section {
	background-image: url(../images2/transform-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFF;
}
.transform-section h2.title {
    text-align: center;
	max-width: 500px;
    width: 100%;
    margin: 0 auto 2rem;
	font-weight: 700;
}
.transform-item {
	padding:50px;
	border: 1px solid #FFF;
}

.transform-item h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
	margin: 0 0 1rem 0;
}
.transform-item li {
    line-height: 180%;
}
.transform-item ul:last-child {
	margin-bottom: 0;
}

.hist-section {
	background-image: url(../images2/hist-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFF;
}
.hist-section h2 {
	max-width:510px;
	width:100%;
}
.hist-section p {
	max-width:800px;
	width:100%;
}
.hist-section .bouton {
	margin-top:2rem;
}

@media screen and (max-width: 1240px) {
	.enga-banner-wrapper h1.title {
		font-size: 42px;
	}
	.enga-page .content h2.title {
		font-size: 30px;
	}
	.transform-item {
		padding: 30px;
	}
	
}
@media screen and (max-width: 1100px) {
	.grid2.img-right {
		grid-template-columns: 1fr 50%;
	}
	.grid2.img-left {
		grid-template-columns: 50% 1fr;
	}
	.enga-page .contentsection p {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.enga-page .contentsection {
		padding: 70px 0;
	}
	
	.transform-item h3 {
		font-size: 19px;
	}
	.transform-item li {
		line-height: 160%;
	}
}


@media screen and (max-width: 1024px) {
	.enga-banner-wrapper h1.title {
		font-size: 35px;
	}
	.enga-banner-content {
		max-width: 800px;
	}
	.enga-banner p {
		font-size: 16px;
	}
	.enga-page .content h2.title {
		font-size: 26px;
	}
	.grid-arrow .arrow-img {
		display:none;
	}
}
@media screen and (max-width: 900px) {
	.enga-page .grid3  {
		grid-template-columns: 1fr;
    }
}	
	
@media screen and (max-width: 800px) {
	.enga-page .grid2  {
		grid-template-columns: 1fr;
    }
	.grid2 .img {
		order:1;
	}
	.grid2 .content {
		order:2;
	}
}


@media screen and (max-width: 700px) {
	.enga-banner p {
        display: none;
    }
	.enga-banner .banner-btns {
		flex-wrap: wrap;
		justify-content: center;
	}
	.banner-btns-left {
		flex: 0 0 100%;
	}
	.enga-banner-wrapper h1.title {
        font-size: 25px;
    }
	.enga-banner {
		height: calc(100vh - 126px);
	}
}



















