.landing-projets {
	/*width: 1050px;*/
	width: 100%;
	margin: 40px auto;
	font-size: 16px;
  line-height: 18px;
  font-family: "Nunito", Arial, sans-serif;
  color: #000;
}
.landing-projets h1 {
  text-align: center;
  font-size: 30px;
  line-height: 32px;
  font-family: 'Nunito', Arial, sans-serif;
  color: #000;
  margin: 0 0 25px 0;
}
.landing-projets img {
	max-width: 100%;
}
.landing-projets .intro {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
.landing-projets .intro strong {
	font-weight: 700;
}
.landing-projets .encadre-gris {
	background: #EBEBE6;
	border-radius: 20px;
	padding: 40px;
	margin: 40px auto 0;
	width: 970px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.landing-projets .encadre-gris .col-gauche {
	width: 305px;
}
.landing-projets .encadre-gris .col-droite {
	width: 635px;
}
.landing-projets .encadre-gris .col-droite .img-horizontale {
	margin-bottom: 20px;
}
.landing-projets .encadre-gris .col-droite .bloc-2img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.landing-projets .img-desktop {
	display: block;
}
.landing-projets .img-mobile {
	display: none;
}
.landing-projets .entrees-3-mobile {
	display: none;
}
.landing-projets .entrees-3-desktop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 75px auto;
	width: 52%;
}
.entrees-3-desktop > a:nth-child(2) {
	margin: 0px 20px;
}
.landing-projets .nos-offres-du-moment {
	background: #EBEBE6;
	padding: 60px 0;
}
.landing-projets .nos-offres-du-moment h2 {
	text-align: center;
	font-size: 30px;
	line-height: 32px;
	margin: 0 0 45px 0;
	position: relative;
}
.landing-projets .nos-offres-du-moment h2:before {
	content: "/";
	display: inline-block;
	margin-right: 6.4px;
	margin-right: 6.4px;
	margin-right: .4rem;
	color: #fcbd1b;
}
.landing-projets .nos-offres-du-moment div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 60%;
	margin: 0 auto;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.landing-projets .nos-offres-du-moment div > a:nth-child(2) {
	margin: 0px 40px;
}

/*RESPONSIVE*/

@media (max-width:767px) {
	.landing-projets {
		width: 100%;
	}
	.landing-projets h1 {
		font-size: 26px;
		line-height: 28px;
		width: 80%;
		margin: 0 auto;
	}
	.landing-projets .intro {
		width: 90%;
		margin: 20px auto;
	}
	.landing-projets .img-desktop {
		display: none;
	}
	.landing-projets .img-mobile {
		display: block;
	}
	.landing-projets .encadre-gris {
		border-radius: 10px;
		padding: 20px;
		width: 85%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.landing-projets .encadre-gris .col-gauche {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-top: 20px;
	}
	.landing-projets .encadre-gris .col-droite {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.landing-projets .encadre-gris .col-droite .bloc-2img {
		gap: 20px;
	}
	.landing-projets .entrees-3-desktop {
		display: none;
	}
	.landing-projets .entrees-3-mobile {
		display: block;
		margin: 40px 0;
		overflow: hidden;
	}
	.landing-projets .nos-offres-du-moment {
		padding: 40px 0;
	}
	.landing-projets .nos-offres-du-moment h2 {
		font-size: 22px;
		line-height: 24px;
		margin: 0 0 25px 0;
	}
	.landing-projets .nos-offres-du-moment div {
		width: 90%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 10px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		            -ms-grid-row-align: center;
		        align-items: center;
	}
	.landing-projets .nos-offres-du-moment div > a:nth-child(2) {
		margin: 0px;
	} 
	.entrees-3-desktop > a:nth-child(2) {
		margin: 0px;
	}
}
@media (min-width:768px) and (max-width:1050px) {
	.landing-projets {
		width: 100%;
	}
	.landing-projets .intro {
		width: 90%;
		margin: 20px auto;
	}
	.landing-projets .encadre-gris {
		border-radius: 10px;
		padding: 20px;
		width: 90%;
		margin: 0 auto;
	}
	.landing-projets .encadre-gris .col-gauche {
		width: 35%;
	}
	.landing-projets .encadre-gris .col-droite {
		width: 60%;
	}
	.landing-projets .encadre-gris .col-droite .bloc-2img {
		gap: 20px;
	}
	.landing-projets .encadre-gris {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		            -ms-grid-row-align: center;
		        align-items: center;
	}
	.landing-projets .entrees-3-desktop {
		width: 85%;
		gap: 20px;
	}
	.landing-projets .nos-offres-du-moment div {
		width: 90px;
		gap: 20px;
	}
}
