.single-bien {
	overflow-x: clip;
}
.bien-breadcrumb-wrap {
	padding-top: 24px;
	padding-bottom: 4px;
	padding-left: max(100px, calc((100vw - 1300px) / 2));
}
.single-bien .bien-2col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: start;
}
.locations-list .separator {
	margin: 20px 0;
}
.bien-hero {
	position: relative;
	max-width: none;
	padding: 0;
	margin: 0;
	background: #F5F2EA;
}
.bien-hero__carousel {
	position: relative;
	width: 100%;
	height: 550px;
	overflow: hidden;
}
.bien-hero__track {
	position: relative;
	width: 100%;
	height: 100%;
}
.bien-hero__slide {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 0.6s ease;
}
.bien-hero__slide.is-active {
	opacity: 1;
}
.bien-hero__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, 0.92);
	color: #252526;
	cursor: pointer;
	font-size: 24px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
	transition: background 0.2s ease;
}
.bien-hero__nav:hover {
	background: #fff;
}
.bien-hero__nav--prev {
	left: 22px;
}
.bien-hero__nav--next {
	right: 22px;
}
.bien-hero__dots {
	position: absolute;
	bottom: 22px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	z-index: 3;
}
.bien-hero__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, 0.55);
	cursor: pointer;
	padding: 0;
	transition: background 0.2s ease, transform 0.2s ease;
}
.bien-hero__dot.is-active {
	background: #fff;
	transform: scale(1.25);
}
.bien-hero__more {
	position: absolute;
	bottom: 26px;
	color: #fff;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	padding: 13px 20px;
	background: #F5F2EA;
	border: none;
	z-index: 3;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #252526;
	margin-left: max(100px, calc((100vw - 1300px) / 2));
}
.bien-fullscreen {
	position: fixed;
	inset: 0;
	z-index: 1000;
	background: #000;
	display: none;
}
.bien-fullscreen.is-open {
	display: block;
}
.bien-fullscreen__stage {
	position: absolute;
	inset: 0;
	overflow: hidden;
}
.bien-fullscreen__slide {
	position: absolute;
	inset: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.bien-fullscreen__slide.is-active {
	opacity: 1;
}
.bien-fullscreen__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 58px;
	height: 58px;
	background: rgba(255, 255, 255, 0.7);
	border: none;
	color: #1f1f1f;
	font-size: 26px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	transition: background 0.2s ease;
}
.bien-fullscreen__nav:hover {
	background: rgba(255, 255, 255, 0.92);
}
.bien-fullscreen__nav--prev {
	left: 32px;
}
.bien-fullscreen__nav--next {
	right: 32px;
}
.bien-fullscreen__exit {
	position: absolute;
	top: 26px;
	right: 32px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
	border: none;
	color: #fff;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	z-index: 10;
	transition: background 0.2s ease;
}
.bien-fullscreen__exit:hover {
	background: rgba(255, 255, 255, 0.32);
}
.bien-fullscreen__counter {
	position: absolute;
	bottom: 34px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.06em;
	background: rgba(0, 0, 0, 0.45);
	padding: 8px 16px;
	z-index: 10;
}
.bien-intro {
	padding-bottom: 20px;
}
.bien-intro__layout {
	display: grid;
	grid-template-columns: 1fr 420px;
	gap: 55px;
	align-items: start;
	position: relative;
}
.bien-intro__left {
	padding-top: 60px;
	min-width: 0;
	grid-column: 1;
	grid-row: 1;
}
.bien-date {
	font-size: 12px !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #a59f8c !important;
	margin: 0 0 6px !important;
}
.bien-description-title {
	margin-bottom: 26px !important;
}
.bien-content p {
	margin-bottom: 18px !important;
}
.bien-content ul {
	margin: 0 0 18px;
	padding-left: 20px;
}
.bien-content li {
	font-size: 18px;
	line-height: 28px;
	color: #252526;
	margin: 0;
}
.bien-content a {
	color: #C5BA9B;
}
.bien-apercu {
	background: #F5F2EA;
	padding: 16px 22px;
	margin: 0 0 28px !important;
	font-size: 16px !important;
	line-height: 25px !important;
	color: #3a382f !important;
}
.bien-apercu strong {
	color: #252526;
}
.bien-intro__right {
	position: relative;
	grid-column: 2;
	grid-row: 1;
}
.bien-hero-card {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: -150px;
	position: sticky;
	top: 24px;
	z-index: 5;
	background-color: #fff;
	padding: 30px;
	border-radius: 500px 500px 0px 0px;
}
.bien-intro-content {
	background: #F5F2EA;
	border-radius: 500px 500px 0px 0px;
	padding: 50px 30px 32px;
}
.bien-arch-card{
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.bien-intro-content .separator#bien{
	transform: rotate(90deg);
	width: 30px;
}
.bien-ref {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #8a8268;
	margin-bottom: 14px;
}
.bien-title {
	font-size: 32px;
	line-height: 1.15;
	color: #252526;
	margin: 0;
	font-weight: 700;
}
.bien-title em {
	font-family: 'Playfair Display', Georgia, serif;
	font-style: italic;
	font-weight: 500;
}
.bien-price-quartier {
	margin: 0 0 4px !important;
	font-size: 22px !important;
}
.bien-price {
	margin: 0 0 6px !important;
	font-size: 30px !important;
	font-weight: 700 !important;
	color: #252526 !important;
}
.bien-price span {
	color: #C5BA9B;
}
.bien-honos {
	margin: 0 !important;
	font-size: 13px !important;
	color: #8a8a8a !important;
}
.bien-rdv-box {
	background: #fff;
	border: 1px solid #C5BA9B;
	padding: 24px 26px;
}
.bien-rdv-box h3, .bien-rdv-box .bien-rdv-title {
	margin: 0 0 8px !important;
	font-size: 22px !important;
	font-weight: 700;
	color: #252526;
}
.bien-rdv-box .bien-rdv-title em{
	font-family: 'Playfair Display', Georgia, serif;
	font-style: italic;
}
.bien-rdv-box .btn-cta {
	margin-top: 10px;
}
.bien-dpe-adresse {
	margin-top: 70px;
}
.dpe-charts {
	background: #F5F2EA;
	padding: 34px 34px 38px;
}
.dpe-charts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
}
.dpe-chart-title {
	font-size: 14px !important;
	font-weight: 700 !important;
	margin: 0 0 14px !important;
}
.dpe-bars {
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
}
.dpe-bar {
	position: relative;
	height: 22px;
	margin-bottom: 4px;
	display: flex;
	align-items: center;
	color: #fff;
	min-width: 32px;
	max-width: 100%;        /* la classe G (calc 101%) ne doit pas déborder du cadre */
	box-sizing: border-box;
}
.dpe-letter {
	font-size: 11px;
	font-weight: 700;
	padding-left: 8px;
}
.dpe-bar.is-active {
	box-shadow: 0 0 0 2px #252526;
	z-index: 2;
}
.dpe-arrow {
	position: absolute;
	right: 0;
	transform: translateX(50%);   /* pastille à cheval sur le bord : reste dans le cadre, même en classe G */
	background: #252526;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 3px;
	white-space: nowrap;
}
.dpe-unit {
	font-size: 13px !important;
	color: #4a4a4a !important;
	margin: 0 !important;
}
/* Mentions DPE lisibles : classe du bien, date de réalisation, coût annuel (obligatoire). */
.dpe-meta {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid #E9E2D2;
}
.dpe-meta-line {
	font-size: 14px;
	line-height: 22px;
	color: #666;
	margin: 0 0 6px;
}
.dpe-meta-line:last-child { margin-bottom: 0; }
.dpe-meta-classe strong { color: #252526; }
.dpe-meta-line strong { color: #252526; }
.dpe-A { background: #008f3d; }
.dpe-B { background: #57aa28; }
.dpe-C { background: #c9d200; }
.dpe-D { background: #f5e000; color: #252526; }
.dpe-E { background: #f7a800; }
.dpe-F { background: #ed6a0e; }
.dpe-G { background: #e30613; }
.dpe-D .dpe-letter { color: #252526; }
/* Couleurs GES (climat, mauves) */
.ges-A { background: #e9e4f4; color: #4a3d6b; }
.ges-B { background: #d3c7ea; color: #4a3d6b; }
.ges-C { background: #b3a0dd; }
.ges-D { background: #9377cb; }
.ges-E { background: #7551b6; }
.ges-F { background: #5a3a9c; }
.ges-G { background: #3f2080; }
.ges-A .dpe-letter, .ges-B .dpe-letter { color: #4a3d6b; }
.bien-table {
	width: 100%;
	border-collapse: collapse;
}
.bien-table th, .bien-table td {
	padding: 10px 20px;
	text-align: left;
	font-size: 15px;
}
.bien-table th {
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.5px;
	width: 45%;
}
.bien-table td {
	font-weight: 600;
	text-align: right;
}
.bien-table tbody tr:nth-child(odd) {
	background: #F5F2EA;
}
.bien-table tbody tr:nth-child(even) {
	background: #fff;
}
.bien-maps-link {
	display: inline-block;
	margin-top: 18px;
	color: #C5BA9B;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
}
.bien-maps-link:hover {
	text-decoration: underline;
}
.bien-accompagnement {
	max-width: none;
	padding: 0;
	margin: 80px auto;
	background: #AEC1AD;
}
.bien-accompagnement-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 0;
}
.bien-accompagnement-text {
	padding: 60px 70px 60px max(100px, calc((100vw - 1300px) / 2 + 60px));
}
.bien-accompagnement-text h2, .bien-accompagnement-text .bien-accompagnement-title {
	color: #fff !important;
	margin-bottom: 22px !important;
}
.bien-accompagnement-text .bien-accompagnement-title {
	font-size: 2.2rem !important;
	line-height: 1.15;
	font-weight: 700;
}
.bien-accompagnement-text .bien-accompagnement-title em {
	font-family: 'Playfair Display', Georgia, serif;
	font-style: italic;
	font-weight: 500;
}
.bien-accompagnement-text p {
	color: #fff !important;
	margin-bottom: 28px !important;
}
.bien-accompagnement-img {
	height: 100%;
	min-height: 360px;
}
.bien-accompagnement-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.bien-accompagnement-text .btn-cta{
	margin-top: 0px;
}
.bien-arch-media {
	overflow: visible;
}
.bien-arch-media img {
	border-radius: 1000px 0 0 1000px;
}
.bien-details-map {
	margin-top: 70px;
}
.bien-details-table td {
	font-weight: 700;
}
.bien-map {
	width: 100%;
	height: 430px;
	overflow: hidden;
}
.bien-map iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}
.bien-map-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #e7e2d4, #d8d2c0);
}
.bien-carac-simu {
	margin-top: 70px;
	padding-top: 56px;
	padding-bottom: 60px;
	background-color: #F5F2EA;
}
.bien-tags {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.bien-tags li {
	padding: 11px 18px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	background: #fff;
}
.bien-simu-card {
	background: #fff;
	border: 1px solid #C5BA9B;
	padding: 40px;
}
.bien-simu-card h2 {
	font-size: 30px !important;
	margin: 0 0 18px !important;
}
.bien-simu-card h2 em {
	font-family: 'Playfair Display', Georgia, serif;
	font-style: italic;
	font-weight: 500;
}
.bien-simu-head {
	font-size: 26px !important;
	font-weight: 700 !important;
	margin: 0 0 2px !important;
}
.bien-simu-sub {
	font-size: 12px !important;
	letter-spacing: 0.5px;
	opacity: 0.3;
	margin: 0 0 18px !important;
}
.bien-simu-lines {
	list-style: none;
	padding: 0;
}
.bien-simu-lines li {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	padding: 7px 0;
	color: #4a4a4a;
}
.bien-simu-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px 22px;
}
.bien-simu-field {
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.bien-simu-field > span:first-child {
	font-size: 13px;
	color: #8a8268;
}
.bien-simu-input {
	display: flex;
	align-items: center;
	gap: 6px;
	background: #F5F2EA;
	border: 1px solid transparent;
	padding: 0 16px;
	height: 48px;
	transition: border-color 0.2s ease;
}
.bien-simu-input:focus-within {
	border-color: #C5BA9B;
}
.bien-simu-input input {
	width: 100%;
	border: 0;
	background: transparent;
	font-family: inherit;
	font-size: 17px;
	font-weight: 700;
	color: #252526;
	outline: none;
	padding: 0;
	-moz-appearance: textfield;
}
.bien-simu-input input::-webkit-outer-spin-button, .bien-simu-input input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.bien-simu-input i {
	font-style: normal;
	font-size: 15px;
	color: #8a8268;
	flex-shrink: 0;
}
.bien-simu-input strong {
	font-size: 18px;
	color: #252526;
	font-weight: 700;
}
.bien-simu-total .bien-simu-input {
	background: #F5F2EA;
	border-color: transparent;
}
.bien-simu-total strong {
	color: #252526;
	font-size: 17px;
	font-weight: 700;
	flex: 1;
}
.bien-contact {
	margin-top: 80px;
}
.bien-contact-inner {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 60px;
	align-items: center;
}
.bien-contact h2 {
	margin-bottom: 60px;
	margin-top: 0;
}
.bien-contact .form-row {
	margin-bottom: 18px;
}
.bien-contact .form-row p {
	display: flex;
	gap: 18px;
	margin: 0;
	align-items: flex-start;
}
.bien-contact .form-row p br {
	display: none;
}
.bien-contact .form-field {
	flex: 1;
	display: block;
}
.bien-contact .form-field .wpcf7-form-control-wrap {
	display: block;
}
.bien-contact input[type="text"], .bien-contact input[type="tel"], .bien-contact input[type="email"], .bien-contact textarea {
	width: 100%;
	height: 48px;
	padding: 0 18px;
	border: 1px solid #d8c9a3;
	background-color: #fff;
	font-size: 0.9rem;
	font-family: inherit;
	color: #252526;
	box-sizing: border-box;
	outline: none;
	transition: border-color 0.2s ease;
}
.bien-contact textarea {
	height: 120px;
	padding: 14px 18px;
	resize: vertical;
	line-height: 1.5;
}
.bien-contact-form form br{
	display: none;
}
.bien-contact input::placeholder, .bien-contact textarea::placeholder {
	color: #C5BA9B;
	font-family: inherit;
}
.bien-contact input:focus, .bien-contact textarea:focus {
	border-color: #C5BA9B;
}
.bien-contact .form-submit, .bien-contact input[type="submit"] {
	margin-top:40px;
	cursor: pointer;
	width: auto;
}
.bien-contact .wpcf7-not-valid-tip {
	font-size: 0.72rem;
	color: #d33;
	margin-top: 5px;
}
.bien-contact .wpcf7-response-output {
	margin: 16px 0 0 !important;
	font-size: 0.8rem;
}
.bien-contact .wpcf7-spinner {
	margin: 0 0 0 12px;
}
.bien-conseiller {
	text-align: left;
	height: stretch;
}
.bien-conseiller-photo {
	width: 100%;
	margin: 0 0 24px;
	overflow: hidden;
	border-radius: 1000px 1000px 8px 8px;
	height: -webkit-fill-available;
}
.bien-conseiller-photo img {
	width: 100%;
	object-fit: cover;
	display: block;
	height: 100%;
}
.bien-conseiller-nom {
	font-size: 22px !important;
	font-weight: 700 !important;
	margin: 0 0 2px !important;
}
.bien-conseiller-role em {
	font-family: 'Playfair Display', Georgia, serif;
	font-style: italic;
	font-weight: 600;
	font-size: 22px;
}
.bien-conseiller .separator{
	margin: 10px 0;
}
.bien-conseiller-email a {
	color: #C5BA9B;
}
.bien-estimer {
	max-width: none;
	padding: 0;
	margin: 80px auto 0;
	background: #F5F2EA;
}
/* Fiches de biens vendus / loués : fond blanc pour la section « Faire estimer ». */
.single-bien--vendu .bien-estimer,
.single-bien--loue .bien-estimer {
	background: #fff;
}
.bien-estimer-text .btn-cta{
	margin-top: 0px;
}
.bien-estimer-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}
.bien-estimer-text {
	padding: 60px 70px 60px max(100px, calc((100vw - 1300px) / 2 + 60px));
}
.bien-estimer-text h2 {
	margin-bottom: 20px !important;
	margin-top: 0px;
}
.bien-estimer-text p {
	margin-bottom: 30px !important;
}
.bien-estimer-img {
	height: 100%;
	min-height: 340px;
	max-height: 400px;
}
.bien-estimer-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.bien-similaires {
	margin-top: 80px;
	margin-bottom: 90px;
}
.bien-similaires h2 {
	margin-bottom: 40px !important;
}
.bien-similaires h2 em {
	font-family: 'Playfair Display', Georgia, serif;
	font-style: italic;
	font-weight: 500;
}
.bien-reglementaire {
	margin-top: 16px;
	font-size: 13px;
	line-height: 20px;
	color: #8a8a8a;
}
.bien-reglementaire a {
	color: #b5a88a;
	text-decoration: underline;
}
.bien-reglementaire a:hover { 
	color: #C5BA9B; 
}

@media screen and (max-width: 1080px) {
	.dpe-charts, .bien-intro__layout, .single-bien .bien-2col, .bien-contact-inner, .bien-accompagnement-inner, .bien-estimer-inner {
		grid-template-columns: 1fr;
	}
	.bien-hero__carousel {
		height: 500px;
	}
	.bien-intro__left, .bien-carac-simu {
		padding-top: 20px;
	}
	.bien-hero__more {
		margin-left: 20px;
	}
	.bien-intro__layout{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		gap: 20px;
	}
	.bien-hero-card {
		margin-top: 0;
		position: relative;
		max-width: 100%;
	}
	.bien-accompagnement-text, .bien-estimer-text, .bien-intro-content, .bien-breadcrumb-wrap {
		padding: 20px;
	}
	.bien-accompagnement-img, .bien-estimer-img {
		min-height: 400px;
	}
	.stats.bien-facts .stats-list {
		flex-wrap: wrap;
		gap: 0px;
	}
	.stats.bien-facts .stats-list li {
		flex: 1 0 30%;
	}
	.bien-simu-field, .bien-simu-input, .bien-simu-input input {
		min-width: 0;
	}
	.bien-simu-input input, .bien-intro__right {
		width: 100%;
	}
	.bien-hero-card {
		padding: 0 0 20px 0;
	}
	.bien-intro-content, .bien-hero-card, .bien-arch-media img, .bien-conseiller-photo {
		border-radius: 0;
	}
	.bien-price-box .separator{
		display: none;
	}
	.bien-intro__right{
		order: 1;
	}
	.single-bien .bien-2col, .bien-contact-inner {
		gap: 20px;
	}
	.bien-accompagnement {
		margin: 20px auto;
	}
	.bien-dpe-adresse, .bien-details-map, .bien-contact, .bien-estimer, .bien-similaires, .bien-carac-simu{
		margin-top: 20px;
	}
	.bien-arch-media img, .bien-conseiller-photo {
		height: 400px;
	}
	p.bien-price-meta, p.bien-price {
		text-align: center;
	}
	.dpe-bar {
		max-width: 100%;
	}
	.bien-content {
		overflow-wrap: break-word;
	}
	.bien-carac-simu, .bien-similaires {
		padding-bottom: 20px;
	}
	.bien-contact h2, .bien-similaires {
		margin-bottom: 20px;
	}
	.bien-contact .form-submit, .bien-contact input[type="submit"] {
		margin-top: 10px;
	}
	.bien-accompagnement .btn-cta {
		margin-top: 0px;
	}
	.bien-honos {
		text-align: center;
	}
	.bien-conseiller-photo img {
		height: 100%;
	}
}

@media screen and (max-width: 550px) {
	.bien-accompagnement-text .bien-accompagnement-title {
		font-size: 25px !important;
	}
}