.page-engagements {
	overflow-x: clip;
}
.page-engagements .eng-cta .btn-cta {
	margin-top: 0px;
}
.page-engagements .eng-articles {
	padding-bottom: 0px;
}
.eng-intro {
	margin-top: 60px;
}
.eng-intro-text {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}
.eng-intro-text p {
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 16px;
}
.eng-intro-text p:first-child {
	color: #252526;
	font-weight: 600;
}
.eng-intro-text p:last-child {
	margin-bottom: 0;
}
.eng-section {
	margin-top: 70px;
}
.eng-section > .container > h2, .eng-section h2 {
	margin-bottom: 0;
}
.eng-section .separator {
	margin: 22px 0 34px;
}
.eng-h3 {
	font-size: 24px;
	margin: 0 0 30px;
}
.eng-lead {
	margin: 0 0 24px;
}
.eng-rte > p { margin: 0 0 1em; }
.eng-rte > :first-child { margin-top: 0; }
.eng-rte > :last-child { margin-bottom: 0; }
.eng-gallery {
	display: grid;
	gap: 16px;
	margin-bottom: 10px;
}
.eng-gallery-2 { grid-template-columns: repeat(2, 1fr); margin-top: 20px; }
.eng-gallery-3 { grid-template-columns: repeat(3, 1fr); }
.eng-gallery-4 { grid-template-columns: repeat(4, 1fr); }
.eng-gallery-6 { grid-template-columns: repeat(6, 1fr); }
.eng-photo {
	margin: 0;
	overflow: hidden;
	aspect-ratio: 4 / 3;
}
.eng-gallery-square .eng-photo { aspect-ratio: 1 / 1; }
.eng-gallery-portrait .eng-photo { aspect-ratio: 3 / 4; }
.eng-photo img,
.eng-photo picture {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.eng-photo-lg {
	aspect-ratio: auto;
	height: 100%;
	min-height: 320px;
}
.eng-band {
	max-width: none;
	padding: 0;
	margin: 80px 0;
	background-color: #AEC1AD;
	color: #fff;
}
.green-lead{
	color: white;
}
.eng-band .container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 62px 100px 68px;
}
.eng-band h2, .eng-band h2 em {
	color: #fff;
	margin-bottom: 18px;
}
.eng-band-lead {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 30px;
}
.eng-band-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
}
.eng-band-card {
	background: #fff;
	color: #252526;
	padding: 32px 30px;
}
.eng-band-card h3 {
	font-size: 22px;
	margin: 0 0 12px;
}
.eng-band-card p {
	font-size: 15px;
	line-height: 1.6;
	color: #666;
	margin: 0;
}
.eng-balade {
	align-items: stretch; 
	margin-bottom: 40px;
}
.eng-balade:last-of-type {
	margin-bottom: 0;
}
.eng-balade .cards-image {
	position: relative;
	overflow: hidden;
	align-self: stretch;
	min-height: 320px;
}
.eng-balade .cards-image .eng-photo, .eng-balade .cards-image .eng-photo-lg {
	position: absolute;
	inset: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
}
.eng-balade .cards-image .eng-photo img, .eng-balade .cards-image .eng-photo picture {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.eng-partenaires {
	margin-top: 44px;
}
.eng-partenaires-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 44px;
	margin-top: 18px;
}
.eng-partenaire-logo {
	height: 88px;
	width: auto;
	max-width: 240px;
}
.eng-matine {
	margin-top: 50px;
}
.eng-cta {
	max-width: none;
	padding: 0;
	margin-top: 90px;
	background-color: #F5F2EA;
	overflow: hidden;
}
.eng-cta .biens-vp-inner {
	display: flex;
	align-items: center;
	gap: 60px;
	padding-left: max(100px, calc((100vw - 1300px) / 2));
}
.eng-cta .biens-vp-content {
	flex: 0 0 42%;
	padding: 60px 0;
}
.eng-cta .biens-vp-content h2 { margin: 0 0 16px; }
.eng-cta .biens-vp-content p { font-size: 15px; line-height: 1.7; margin-bottom: 22px; color: #4a4a4a; }
.eng-cta .biens-vp-image { flex: 1; margin-right: -5%; }
.eng-cta .hero-image-shape {
	width: 100%;
	height: 420px;
	overflow: hidden;
	border-radius: 500px 0 0 500px;
}
.eng-cta .hero-image-shape img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.eng-band-gallery { margin-top: 30px; margin-bottom: 0; }
.eng-agences-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}
.eng-agence-media {
	overflow: hidden;
	aspect-ratio: 3 / 2;
	margin-bottom: 22px;
	background: #F5F2EA;
}
.eng-agence-media .eng-photo { aspect-ratio: 3 / 2; margin: 0; }
.eng-agence-card h3 {
	font-size: 22px;
	margin: 0 0 12px;
}
.eng-agence-info {
	font-size: 16px;
	line-height: 1.7;
	color: #252526;
	opacity: 1;
	margin: 0;
}
.eng-agence-info a { color: #252526; text-decoration: none; }
.eng-agence-info a:hover { color: #C5BA9B; }
.page-engagements .q-zoom { cursor: zoom-in; }
.quartier-fs {
	position: fixed; inset: 0; z-index: 9999;
	background: rgba(18, 18, 18, 0.95); display: none;
}
.quartier-fs.is-open { display: block; }
.quartier-fs__stage { position: absolute; inset: 0; }
.quartier-fs__slide {
	position: absolute; inset: 40px;
	background-size: contain; background-position: center; background-repeat: no-repeat;
	opacity: 0; transition: opacity 0.25s ease; pointer-events: none;
}
.quartier-fs__slide.is-active { opacity: 1; }
.quartier-fs__nav {
	position: absolute; top: 50%; transform: translateY(-50%);
	width: 54px; height: 54px; border: none; border-radius: 50%;
	background: rgba(255, 255, 255, 0.12); color: #fff; font-size: 30px; line-height: 1;
	cursor: pointer; transition: background 0.2s ease;
}
.quartier-fs__nav:hover { background: rgba(255, 255, 255, 0.28); }
.quartier-fs__nav--prev { left: 24px; }
.quartier-fs__nav--next { right: 24px; }
.quartier-fs__exit {
	position: absolute; top: 18px; right: 26px;
	background: none; border: none; color: #fff; font-size: 42px; line-height: 1; cursor: pointer;
}
.quartier-fs__counter {
	position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
	color: #fff; font-size: 14px; letter-spacing: 1px;
}

@media screen and (max-width: 1080px) {
	.eng-agences-grid { grid-template-columns: 1fr; gap: 30px; }
	.eng-section { margin-top: 40px; }
	.eng-gallery-6 { grid-template-columns: repeat(3, 1fr); }
	.eng-gallery-4 { grid-template-columns: repeat(2, 1fr); }
	.eng-band { margin: 40px 0; }
	.eng-band .container { padding: 40px 20px 44px; }
	.eng-band-grid { grid-template-columns: 1fr; }
	.eng-balade { flex-direction: column; }
	.eng-cta .biens-vp-inner { flex-direction: column; gap: 0; padding-left: 0; }
	.eng-cta .biens-vp-content { flex: none; width: 100%; padding: 30px 20px; box-sizing: border-box; }
	.eng-cta .biens-vp-image { width: 100%; margin-right: 0; }
	.eng-cta .hero-image-shape { border-radius: 0; height: 320px; }
}

@media screen and (max-width: 640px) {
	.eng-gallery-2, .eng-gallery-3, .eng-gallery-4, .eng-gallery-6 { 
		grid-template-columns: 1fr; 
	}
	.eng-gallery-portrait .eng-photo {
		height: 400px;
		width: 100%;
	}
}