.page-locations .hero .hero-content h1 {
	color: #252526;
	font-size: 50px;
	margin-bottom: revert;
	line-height: 1;
}
.locations-list {
	margin-top: 70px;
}
.locations-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}
.location-card {
	display: flex;
	flex-direction: column;
}
.location-card-media {
	display: block;
	position: relative;
	overflow: hidden;
}
.bien-badge {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	padding: 15px 20px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}
.bien-badge-exclu, .bien-badge-vendu, .bien-badge-loue {
	background: #252526;
}
.biens-section-title {
	margin-bottom: 45px !important;
}
.biens-section-title em {
	font-family: 'Playfair Display', Georgia, serif;
	font-style: italic;
	font-weight: 500;
}
.locations-sold {
	margin-top: 80px;
}
.location-card-media img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}
.location-card-media:hover img {
	transform: scale(1.04);
}
.location-card-body {
	padding-top: 20px;
}
.location-card-body .separator {
	margin: 15px 0;
}
.location-card-title {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 8px;
}
.location-card-title a {
	color: #252526;
	text-decoration: none;
}
.location-card-title a:hover {
	color: #C5BA9B;
}
.location-card-ref {
	font-size: 13px;
	color: #8a8a8a;
	font-weight: 400;
	margin: 6px 0 0;
}
.location-card-price {
	margin: 0 0 14px !important;
	color: #252526 !important;
	font-size: 18px !important;
}
.location-card-price strong {
	font-weight: 700;
}
.location-card-price span {
	font-size: 13px;
	color: #8a8a8a;
	font-weight: 400;
}
.location-card-excerpt {
	font-size: 15px !important;
	line-height: 24px !important;
	color: #4a4a4a !important;
	margin: 0 0 22px !important;
}
.location-card .btn-cta {
	align-self: flex-start;
	margin-top: 0px;
}
.locations-empty {
	text-align: center;
	padding: 60px 0;
}
.locations-editorial {
	margin-top: 60px;
	margin-bottom: 60px;
}
.locations-editorial .cards {
	margin-bottom: 0;
}
.locations-editorial .cards-image .arch-img {
	height: 550px;
}
.locations-editorial .cards-image .arch-img img {
	aspect-ratio: auto;
	height: 100%;
}
.page-acheter .locations-editorial .cards-image .arch-img {
	height: 600px;
}
.page-acheter .cards .cards-image, .locations-editorial .cards .cards-image {
	flex: 0 0 40%;
}
/* Image « Vendre un bien » (page Acheter) : remplit toute la hauteur de la colonne
   texte (même méthode que la page Vendus : align-items:stretch + image height:100%). */
.page-acheter .locations-editorial .cards {
	align-items: stretch;
}
.page-acheter .locations-editorial .cards-image {
	display: flex;
}
.page-acheter .locations-editorial .cards-image img {
	height: 100%;
	width: 100%;
	min-height: 0;
	object-fit: cover;
}
.locations-editorial h2{
	margin-top: 0px;
}
.biens-stats { padding-top: 45px; padding-bottom: 15px; }
.biens-stats-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; }
.biens-stats-list li { flex: 1 1 180px; text-align: center; }
.biens-stat-num { display: block; font-family: 'Playfair Display', Georgia, serif; font-size: 44px; line-height: 1; color: #C5BA9B; margin-bottom: 10px; }
.biens-stat-num sup { font-size: .5em; }
.biens-stat-label { display: block; font-size: 15px; color: #252526; line-height: 1.4; }
.biens-vp { max-width: none; padding: 0; background-color: #F5F2EA; margin-top: 40px; overflow: hidden; }
.biens-vp-inner { display: flex; align-items: center; gap: 60px; padding-left: max(100px, calc((100vw - 1300px) / 2)); }
.biens-vp-content { flex: 0 0 44%; padding: 60px 0; color: #fff; }
.biens-vp-content h2 { margin: 0 0 16px; }
.biens-vp-content p { font-size: 15px; line-height: 1.7; margin-bottom: 22px; }
.biens-vp-content .btn-cta, .biens-cta-band .btn-cta { margin-top: 0px; }
.biens-vp-image { flex: 1; margin-right: -5%; }
.biens-vp-image .hero-image-shape { width: 100%; height: 400px; overflow: hidden; border-radius: 500px 0 0 500px; }
.biens-vp-image .hero-image-shape img { width: 100%; height: 100%; object-fit: cover; display: block; }
.biens-cta-band { max-width: none; padding: 40px 100px 60px; background-color: #AEC1AD; text-align: center; margin: 0; }
.biens-cta-band-inner { max-width: 800px; margin: 0 auto; }
.biens-cta-band h2, .biens-cta-band h2 em { color: #fff; margin: 0 0 14px; }
.biens-cta-band p { color: #fff; margin: 0 auto 24px; font-size: 16px; line-height: 1.6; }
.biens-cta-band .btn-cta { background-color: #C5BA9B; border-color: #C5BA9B; color: #fff; }
.biens-cta-band .btn-cta:hover { background-color: #252526; border-color: #252526; color: #fff; }
.vendus-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; padding-bottom: 18px; border-bottom: 1px solid #E9E2D2; }
.vendus-count { margin: 0; font-size: 15px; color: #252526; }
.vendus-count strong { color: #C5BA9B; }
.location-card-delai { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; color: #252526; background-color: #E9E2D2; padding: 5px 12px; margin: 0 0 12px; }
.location-card-price span { color: #8a8a8a; font-weight: 400; }
.page-vendus .locations-editorial .cards { align-items: stretch; }
.page-vendus .locations-editorial .cards-image { display: flex; }
.page-vendus .locations-editorial .cards-image img { height: 100%; width: 100%; object-fit: cover; }
.bien-badge-transac { left: auto; right: 20px; }
.bien-badge-transac-vendre, .bien-badge-transac-louer { background-color: #252526; }
.biens-estim { max-width: none; background-color: #AEC1AD; padding: 0; margin: 60px 0 0; overflow: hidden; }
.biens-estim-inner { max-width: 1300px; margin: 0 auto; padding: 60px 100px; display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; }
.biens-estim-content { flex: 1; min-width: 0; }
.biens-estim-content h2, .biens-estim-content h2 em { color: #fff; margin: 0 0 22px; }
.biens-estim-content > p { color: #fff; }
.biens-estim-stats { display: flex; gap: clamp(40px, 5vw, 70px); list-style: none; padding: 0; margin: 0; }
.biens-estim-stats li { display: flex; flex-direction: column; text-align: center; position: relative; width: -webkit-fill-available; }
.biens-estim-stats li + li::before { content: ""; position: absolute; left: calc(clamp(40px, 5vw, 70px) / -2); top: 50%; transform: translateY(-50%); height: 56px; width: 1px; background-color: #fff; }
.biens-estim-number { color: #fff; display: block; font-size: 50px; font-weight: 300; }
.biens-estim-unit { font-size: 30px; font-weight: 300; }
.biens-estim-label { display: block; font-size: 18px; color: #fff; margin-top: 6px; max-width: 150px; }
.biens-estim-cta { padding-top: 0; }
.biens-estim-cta .biens-estim-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.biens-estim-cta-content { flex: 1; min-width: 0; }
.biens-estim-cta-content h2 { margin: 0 0 24px; }
.biens-estim-cta-image { flex: 0 0 45%; max-width: 42%; margin-top: -100px; }
.biens-estim-cta-image .arch-img { overflow: hidden; border-radius: 1000px 1000px 0 0; background-color: #fff; padding: 30px; }
.biens-estim-cta-image .arch-img img { min-height: 550px; width: 100%; object-fit: cover; display: block; }
.location-card-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.location-card .btn-cta {
	margin-top: auto;
}
.page-loues .fg-gli {
	margin: 60px 0 0;
}
.loue-recontact {
	padding-top: 50px;
	padding-bottom: 80px;
	overflow: visible;
}
.loue-recontact-inner {
	display: flex;
	align-items: flex-start;
	gap: 60px;
}
.loue-recontact-form.estim-hero-form {
	flex: 1;
	background: transparent;
	padding: 0;
}
.loue-recontact-form.estim-hero-form h2 {
	text-align: left;
	font-size: 40px;
	margin-bottom: 6px;
}
.loue-recontact-form .estim-form-subtitle {
	text-align: left;
	margin-bottom: 28px;
}
.loue-recontact-image {
	flex: 0 0 40%;
	margin-top: -160px;
}
.loue-recontact-image .arch-img {
	height: 460px;
	border-radius: 1000px 1000px 0 0;
	overflow: hidden;
	background-color: #fff;
	padding: 30px;
}
.loue-recontact-image .arch-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
@media screen and (min-width: 1080px) and (max-width: 1250px){
	.page-acheter .hero .hero-content {
		flex: 0 0 42%;
	}
	.page-acheter .hero .hero-inner {
		gap: 65px;
	}
}

@media screen and (max-width: 1080px) {
	.biens-estim-inner { flex-direction: column; gap: 20px; padding: 20px; align-items: center; }
	.biens-estim-cta .biens-estim-cta-inner { flex-direction: column; gap: 20px; }
	.biens-estim-cta-content { padding-top: 20px; }
	.biens-estim-cta-image { flex: none; max-width: 100%; width: 100%; margin-top: 0; }
	.biens-stats-list { gap: 20px; }
	.biens-stat-num { font-size: 36px; }
	.biens-vp-inner { flex-direction: column; gap: 0; padding-left: 0; }
	.biens-vp-content { flex: none; width: 100%; padding: 20px; box-sizing: border-box; }
	.biens-vp-image { width: 100%; margin-right: 0; }
	.biens-vp-image .hero-image-shape { border-radius: 0; height: 400px; }
	.biens-cta-band { padding: 20px; }
	.locations-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.locations-list {
		margin-top: 20px;
	}
	.locations-editorial {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.biens-estim-cta-image .arch-img, .biens-estim-cta-image .arch-img img {
		border-radius: 0;
		padding: 0;
		height: 400px;
	}
	.page-vendus .locations-editorial .cards-image img, .page-acheter .locations-editorial .cards-image img, .locations-editorial .cards-image .arch-img, .locations-editorial .cards-image .arch-img img {
		height: 400px;
	}
	/* Acheter < 1080px : image en pleine largeur (annule le display:flex desktop). */
	.page-acheter .locations-editorial .cards-image {
		display: block;
	}
	.page-acheter .locations-editorial .cards-image img {
		width: 100%;
	}
	.loue-recontact {
		padding-top: 30px;
	}
	.loue-recontact-inner {
		flex-direction: column;
		gap: 26px;
	}
	.loue-recontact-image {
		flex: none;
		width: 100%;
		margin-top: 0;
	}
	.loue-recontact-image .arch-img {
		height: 400px;
		border-radius: 0;
		padding: 0px;
	}
}

@media screen and (max-width: 550px) {
	.biens-stats-list li { 
		flex-basis: 42%; 
	}
}
/* ============================================================
   Barre de tri des listings de biens (Prix / Nombre de pièces)
   ============================================================ */
.biens-toolbar {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 24px;
}
/* En-tête de listing : titre H2 à gauche, tri sur la MÊME ligne à droite. */
.biens-list-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-bottom: 45px;
}
.biens-list-head .biens-section-title { margin-bottom: 0 !important; }
.biens-list-head .biens-toolbar { margin-bottom: 0; }
.biens-sort {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	color: #252526;
}
.biens-sort-label {
	color: #8a8a8a;
}
.biens-sort-select {
	position: relative;
}
.biens-sort-select::after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: url('../img/c21auteuil_arrow.svg') no-repeat center / 14px auto;
	transform: rotate(-90deg);
	pointer-events: none;
}
.biens-sort-select select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #C5BA9B;
	background: #fff;
	padding: 10px 40px 10px 16px;
	font-family: inherit;
	font-size: 14px;
	color: #252526;
	cursor: pointer;
	outline: none;
}
