:root {
	--estim-noir: #414042;
	--estim-dore: #C5BA9B;
	--estim-beige: #FDF8F3;
	--estim-white: #FFFFFF;
	--estim-font-sans: "articulat-cf", 'Inter', 'Helvetica Neue', Arial, sans-serif;
	--estim-font-serif: 'Fraunces', 'Georgia', serif;
	--estim-font-script: 'Pinyon Script', cursive;
}
.estimation-page {
	color: var(--estim-noir);
	font-family: var(--estim-font-sans);
	line-height: 1.6;
	overflow-x: hidden;
}
.estim-container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 40px;
}
.estim-section-title {
	font-family: var(--estim-font-sans);
	font-size: 70px;
	font-weight: 600;
	line-height: 70px;
	margin: 0 0 16px;
	color: var(--estim-noir);
}
.estim-section-title em {
	font-family: var(--estim-font-serif);
	font-style: italic;
	font-weight: 400;
	font-size: 70px;
}
.estim-section-title em.script {
	font-family: var(--estim-font-script);
	font-size: 1.25em;
	font-style: normal;
	vertical-align: middle;
	line-height: 1;
	display: inline-block;
	margin-top: -0.1em;
}
.estim-section-title--light {
	color: var(--estim-white);
}
.estim-section-title--light em {
	color: var(--estim-dore);
}
.estim-section-subtitle {
	font-size: 20px;
	color: var(--estim-noir);
	margin: 40px 0 40px;
}
.estim-section-subtitle--light {
	color: var(--estim-white);
}
.estim-btn {
	display: inline-block;
	font-family: var(--estim-font-sans);
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	padding: 14px 32px;
	border-radius: 0;
	cursor: pointer;
	transition: all 0.3s ease;
	letter-spacing: 0.02em;
}
.estim-btn--primary {
	background-color: var(--estim-dore);
	color: var(--estim-white);
	border: 1px solid var(--estim-dore);
}
.estim-btn--primary:hover {
	background-color: #b0a688;
}
.estim-btn--outline {
	background: transparent;
	color: var(--estim-noir);
	border: 1px solid var(--estim-noir);
}
.estim-btn--outline:hover {
	background-color: var(--estim-noir);
	color: var(--estim-white);
}
.estim-btn--gold {
	background-color: var(--estim-dore);
	color: var(--estim-white);
	border: 1px solid var(--estim-dore);
}
.estim-btn--gold:hover {
	background-color: #b0a688;
}
.estim-hero {
	position: relative;
	min-height: 870px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: url('../img/hero-estimation-c21-paris.jpg') center center / cover no-repeat;
	overflow: hidden;
}
.estim-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.25) 100%);
	pointer-events: none;
}
.estim-hero__content {
	position: relative;
	z-index: 1;
	margin-top: -200px;
}
.estim-hero__title {
	font-family: var(--estim-font-sans);
	font-size: 110px;
	font-weight: 600;
	color: var(--estim-white);
	line-height: 1.1;
	margin: 0 0 40px;
}
.estim-hero__title em {
	font-family: var(--estim-font-serif);
	font-style: italic;
	font-weight: 400;
	font-size: 130px;
}
.estim-btn--hero {
	background-color: var(--estim-dore);
	color: var(--estim-white);
	border: 1px solid var(--estim-dore);
	padding: 14px 36px;
	font-size: 18px;
}
.estim-btn--hero:hover {
	background-color: #b0a688;
	border-color: #b0a688;
}
.estim-stats__bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	padding: 28px 40px;
	background-color: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(6px);
}
.estim-stats__item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 0 30px;
	color: var(--estim-noir);
}
.estim-stats__item:first-child {
	padding: 0px 30px 0px 0px;
}
.estim-stats__item:last-child {
	padding: 0px 0px 0px 30px;
}
.estim-stats__separator {
	width: 1px;
	height: 40px;
	background-color: rgba(65,64,66,0.2);
	flex-shrink: 0;
}
.estim-stats__number {
	font-family: var(--estim-font-serif);
	font-size: 60px;
	color: var(--estim-noir);
	white-space: nowrap;
}
.estim-stats__label {
	font-size: 20px;
	text-align: left;
	line-height: 1.35;
	color: var(--estim-noir);
	font-weight: 200;
}
.estim-stats__note {
	background-color: var(--estim-noir);
	padding: 24px 40px;
	margin: 0;
	text-align: center;
	display: flex;
	justify-content: center;
}
.estim-stats__note p {
	font-size: 0.9rem;
	color: var(--estim-white);
	margin: 0;
	line-height: 1.5;
	width: 30%;
}
.estim-stats__note strong {
	font-weight: 700;
}
.estim-reseau {
	padding: 80px 0;
	text-align: center;
	background-color: var(--estim-white);
}
.estim-reseau__cards {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-bottom: 32px;
}
.estim-reseau__card {
	display: none;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
	flex: 1;
	aspect-ratio: 1 / 1;
	perspective: 1200px;
}
.estim-reseau__card.is-visible {
	display: block;
}
.estim-reseau__card.is-left {
	order: 1;
}
.estim-reseau__card.is-center {
	order: 2;
	aspect-ratio: 4 / 5;
}
.estim-reseau__card.is-right {
	order: 3;
}
.estim-reseau__card.is-center .estim-reseau__card-label {
	font-size: 1.6rem;
}
.estim-reseau__card.is-center .estim-reseau__card-hover-title {
	font-size: 1.6rem;
}
.estim-reseau__card-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.estim-reseau__card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.estim-reseau__card-label {
	position: absolute;
	bottom: 24px;
	left: 24px;
	color: var(--estim-white);
	font-family: var(--estim-font-sans);
	font-size: 1.4rem;
	font-weight: 700;
	text-align: left;
	line-height: 1.25;
	text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}
.estim-reseau__card--large .estim-reseau__card-label {
	font-size: 1.6rem;
}
.estim-reseau__card-label em {
	font-family: var(--estim-font-serif);
	font-style: italic;
	font-weight: 400;
}
.estim-reseau__card-hover {
	position: absolute;
	inset: 0;
	background-color: var(--estim-beige);
	padding: 36px 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.estim-reseau__card-hover-title {
	display: block;
	font-family: var(--estim-font-sans);
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--estim-noir);
	line-height: 1.25;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(65,64,66,0.25);
	text-align: left;
}
.estim-reseau__card--large .estim-reseau__card-hover-title {
	font-size: 1.6rem;
}
.estim-reseau__card-hover-title em {
	font-family: var(--estim-font-serif);
	font-style: italic;
	font-weight: 400;
}
.estim-reseau__card-hover p {
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--estim-noir);
	margin: 0;
	text-align: left;
}
.estim-reseau__nav {
	display: flex;
	justify-content: center;
	gap: 12px;
}
.estim-nav-arrow {
	width: 48px;
	height: 48px;
	border: 1px solid var(--estim-noir);
	background: transparent;
	color: var(--estim-noir);
	font-size: 1.2rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.estim-nav-arrow:hover {
	background-color: var(--estim-noir);
	color: var(--estim-white);
}
.estim-estimator {
	display: flex;
	flex-direction: column;
	padding: 0 !important;
	background-color: var(--estim-beige);
	text-align: left;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.estim-estimator.is-panel-results {
	height: 100vh;
	min-height: 100vh;
	max-height: 100vh;
	height: 100svh;
	min-height: 100svh;
	max-height: 100svh;
}
.estim-estimator__container {
	flex: 1 1 auto;
	width: 100%;
	max-width: 1300px !important;
	margin: 0 auto !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 0;
	padding: 64px 60px !important;
	position: relative;
	z-index: 1;
	overflow-y: auto;
	overflow-x: hidden;
}
.estim-estimator.is-panel-results .estim-estimator__container {
	height: 100%;
	max-height: 100%;
	padding: 0 !important;
	justify-content: stretch;
	overflow: hidden;
}
.estim-estimator.is-panel-results .estim-estimator__info-bar {
	display: none;
}
.estim-estimator.is-panel-form .estim-estimator__container, .estim-estimator.is-panel-success .estim-estimator__container {
	padding: 0 !important;
	justify-content: stretch;
	overflow: hidden;
}
.estim-estimator__panel--search, .estim-estimator__panel--results, .estim-estimator__panel--form, .estim-estimator__panel--success {
	width: 100%;
	min-width: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
	backdrop-filter: none;
}
.estim-estimator__panel.is-active {
	display: block;
}
.estim-estimator__panel[tabindex="-1"]:focus {
	outline: none;
}
.estim-estimator__panel--results.is-active,
.estim-estimator__panel--form.is-active,
.estim-estimator__panel--success.is-active {
	display: flex;
	flex: 1 1 auto;
	min-height: 0;
}
.estim-estimator.is-panel-results .estim-estimator__panel--results.is-active {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
}
.estim-estimator__intro {
	max-width: 760px;
	margin-bottom: 16px;
}
.estim-estimator.is-panel-form .estim-estimator__subtitle,
.estim-estimator.is-panel-success .estim-estimator__subtitle {
	font-size: 20px;
	line-height: 1.5;
	max-width: 38ch;
	margin-bottom: 0;
}
.estim-estimator__panel-copy {
	margin: 18px 0 0;
	max-width: 56ch;
	font-size: 1rem;
	line-height: 1.85;
	color: rgba(65,64,66,0.74);
}
.estim-estimator__back {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 12px 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--estim-noir);
	font-family: var(--estim-font-sans);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
	transition: opacity 0.2s ease;
}
.estim-estimator__back span[aria-hidden="true"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(65,64,66,0.12);
	border-radius: 999px;
	color: var(--estim-dore);
	font-size: 0.9rem;
	transition: all 0.25s ease;
}
.estim-estimator__back:hover span[aria-hidden="true"] {
	background: var(--estim-noir);
	border-color: var(--estim-noir);
	color: var(--estim-white);
}
.estim-estimator__search-layout,
.estim-estimator__results-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: stretch;
}
.estim-estimator__results-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
	gap: 0;
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
	max-height: 100%;
	width: 100%;
	margin-left: 0;
	overflow-x: hidden;
}
.estim-estimator__results-column {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	overflow: hidden;
	padding: 80px 60px 80px 120px;
	background: var(--estim-beige);
}
.estim-estimator__results-scroller {
	flex: 1;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
	scrollbar-color: var(--estim-dore) rgba(65,64,66,0.08);
}
.estim-estimator__results-scroller::-webkit-scrollbar {
	width: 6px;
}
.estim-estimator__results-scroller::-webkit-scrollbar-track {
	background: rgba(65,64,66,0.08);
	border-radius: 4px;
}
.estim-estimator__results-scroller::-webkit-scrollbar-thumb {
	background-color: var(--estim-dore);
	border-radius: 4px;
}
.estim-estimator.is-panel-results .estim-estimator__aside--map {
	height: 100%;
	max-height: 100vh;
	max-height: 100svh;
	min-height: 0;
	overflow: hidden;
}
.estim-estimator__results-footer {
	display: none;
}
.estim-estimator.is-panel-results .estim-estimator__results-column {
	padding: 24px 32px 24px 48px;
}
.estim-estimator.is-panel-results .estim-estimator__title {
	margin-bottom: 6px;
	max-width: none;
}
.estim-estimator.is-panel-results .estim-estimator__back {
	margin-bottom: 12px;
}
.estim-estimator.is-panel-results .estim-estimator__intro {
	margin-bottom: 12px;
	max-width: none;
	width: 100%;
}
.estim-estimator.is-panel-results .estim-estimator__subtitle {
	margin-bottom: 8px;
}
.estim-estimator.is-panel-results .estim-estimator__mini-search {
	margin-top: 12px;
	max-width: none;
	width: 100%;
}
.estim-estimator__form-layout,
.estim-estimator__success-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	align-items: stretch;
	min-height: 0;
	height: 100%;
	flex: 1;
}
.estim-estimator__form-column--intro {
	padding: 16px 24px;
	background: var(--estim-beige);
	overflow-y: auto;
	padding: 24px 32px 24px 48px;
}
.estim-estimator__selected-agency-wrap {
	margin-top: 12px;
}
.estim-estimator__selected-agency-label {
	margin: 0 0 20px;
	font-family: var(--estim-font-sans);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(65, 64, 66, 0.5);
}
.estim-estimator__selected-agency {
	background: var(--estim-white);
	border: 0;
	box-shadow: none;
	padding: 0;
}
.estim-estimator__form-shell,
.estim-estimator__success-panel {
	background: #F3F0E9;
	border: 0;
	box-shadow: none;
	padding: 16px 24px;
	overflow-y: auto;
}
.estim-estimator__form-title,
.estim-estimator__success-title {
	margin: 0 0 12px;
	font-family: var(--estim-font-sans);
	font-size: 30px;
	font-weight: 600;
	color: var(--estim-noir);
}
.estim-estimator__form-shell .estim-estimator__cf7 {
	margin-top: 0;
}
.estim-estimator__search-column--intro {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 600px;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}
.estim-estimator__aside--map {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}
.estim-estimator__search-form {
	position: relative;
	margin-bottom: 0;
	max-width: 100%;
}
.estim-estimator__search-controls {
	display: flex;
	gap: 14px;
	align-items: stretch;
}
.estim-estimator__search-input {
	flex: 1 1 auto;
	width: 100%;
	min-height: 62px;
	padding: 0 32px;
	border-radius: 0;
	border: 0;
	background: var(--estim-white);
	appearance: none;
	-webkit-appearance: none;
	font-family: var(--estim-font-sans);
	font-size: 1rem;
	color: var(--estim-noir);
	outline: none;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.estim-estimator__search-input::placeholder {
	color: rgba(65,64,66,0.3);
}
.estim-estimator__search-input:focus {
	border-color: rgba(197,186,155,0.92);
	box-shadow: 0 0 0 4px rgba(197,186,155,0.16);
}
.estim-estimator__search-button,
.estim-estimator__download-button,
.estim-estimator-card .estim-btn,
.estim-estimator__cf7 .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 62px;
	padding: 0 36px;
	border: 1px solid var(--estim-dore);
	background: var(--estim-dore);
	color: var(--estim-white);
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: none;
	white-space: nowrap;
}
.estim-estimator__search-button:hover,
.estim-estimator__download-button:hover,
.estim-estimator-card .estim-btn:hover,
.estim-estimator__cf7 .wpcf7-submit:hover {
	background: #b0a688;
	border-color: #b0a688;
	color: var(--estim-white);
}
.estim-estimator__search-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 1px;
	display: grid;
	gap: 1px;
	background: var(--estim-white);
	box-shadow: 0 18px 34px rgba(65, 64, 66, 0.14);
	z-index: 1000;
}
.estim-estimator__search-option {
	padding: 16px 20px;
	border: 0;
	background: var(--estim-white);
	color: var(--estim-noir);
	font-family: var(--estim-font-sans);
	font-size: 0.94rem;
	text-align: left;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}
.estim-estimator__search-option:hover {
	background: rgba(197,186,155,0.14);
	color: var(--estim-noir);
}
.estim-estimator__search-status,
.estim-estimator__empty-message {
	margin: 14px 0 0;
	font-size: 0.88rem;
	line-height: 1.7;
	color: rgba(65,64,66,0.62);
}
.estim-estimator__search-status:empty {
	display: none;
}
.estim-estimator__search-note {
	margin-top: auto;
	padding-top: 48px;
	max-width: 480px;
}
.estim-estimator__search-note-address {
	margin: 0 0 18px;
	font-size: 0.94rem;
	line-height: 1.8;
	color: rgba(65,64,66,0.38);
}
.estim-estimator__search-note-copy {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.8;
	color: rgba(65,64,66,0.34);
}
.estim-estimator__map-shell {
	position: relative;
	border: 0;
	background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(253,248,243,0.95));
	min-height: 460px;
	overflow: hidden;
}
.estim-estimator__map-shell--results {
	height: 100%;
	min-height: 0;
	max-height: 100vh;
	max-height: 100svh;
}
.estim-estimator__map {
	height: 100%;
	min-height: 460px;
	width: 100%;
	background: linear-gradient(135deg, rgba(197,186,155,0.18), rgba(255,255,255,0.95));
}
/* Désaturation appliquée uniquement aux tuiles, pas aux pins (qui restent colorés) */
.estim-estimator__map .leaflet-tile-pane {
	filter: grayscale(100%) sepia(20%) brightness(1.05) contrast(0.9);
}
.estim-estimator__map--results {
	min-height: 0;
	height: 100%;
	max-height: 100vh;
	max-height: 100svh;
}
.estim-estimator__aside--map .estim-estimator__map-shell,
.estim-estimator__aside--map .estim-estimator__map {
	min-height: 600px;
}
.estim-estimator__aside--map .estim-estimator__map-shell--results,
.estim-estimator__aside--map .estim-estimator__map--results {
	min-height: 0;
	height: 100%;
	max-height: 100vh;
	max-height: 100svh;
}
.estim-estimator__map-shell .leaflet-container {
	height: 100%;
	width: 100%;
	background: #f7f0e5;
	font-family: var(--estim-font-sans);
}
.estim-estimator__map-shell .leaflet-control-zoom a {
	border-radius: 0;
	color: var(--estim-noir);
}
.estim-estimator__map-shell .leaflet-control-attribution {
	display: none;
}
.estim-estimator__map-shell .leaflet-tooltip {
	background: rgba(65,64,66,0.88);
	border: 0;
	border-radius: 999px;
	color: var(--estim-white);
	font-size: 0.72rem;
	font-weight: 600;
	padding: 8px 12px;
	box-shadow: 0 12px 24px rgba(65,64,66,0.18);
}
/* Popup « carte agence » au survol d'un marqueur (cliquable → page agence). */
.estim-estimator__map-shell .leaflet-popup.estim-map-popup {
	margin-bottom: 0;
}
.estim-estimator__map-shell .estim-map-popup .leaflet-popup-content-wrapper {
	padding: 0;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 18px 36px rgba(65,64,66,0.22);
	color: var(--estim-noir);
}
.estim-estimator__map-shell .estim-map-popup .leaflet-popup-content {
	margin: 0;
	width: auto !important;
	line-height: normal;
}
.estim-estimator__map-shell .estim-map-popup .leaflet-popup-content p {
	margin: 0;
}
.estim-estimator__map-shell .estim-map-popup .leaflet-popup-tip {
	box-shadow: 0 18px 36px rgba(65,64,66,0.22);
}
.estim-map-card {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	width: 320px;
	max-width: 78vw;
	overflow: hidden;
	border-radius: 6px;
	font-family: var(--estim-font-sans);
}
.estim-map-card__media {
	flex: 0 0 96px;
	width: 96px;
	overflow: hidden;
}
.estim-map-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.estim-map-card__body {
	flex: 1;
	min-width: 0;
	padding: 12px 14px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 3px;
}
.estim-map-card__title {
	margin: 0;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--estim-noir);
}
.estim-map-card__address {
	margin: 0;
	font-size: 0.78rem;
	line-height: 1.4;
	color: rgba(65,64,66,0.65);
}
.estim-map-card__link {
	display: inline-block;
	margin-top: 5px;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--estim-dore);
	text-decoration: none;
	cursor: pointer;
	transition: color 0.2s ease;
}
/* Spécificité renforcée pour battre .leaflet-container a (bleu par défaut). */
.estim-estimator__map-shell .estim-map-popup a.estim-map-card__link {
	color: var(--estim-dore);
}
.estim-estimator__map-shell .estim-map-popup a.estim-map-card__link:hover {
	color: var(--estim-noir);
}
.estim-estimator__marker {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 21px;
	height: 30px;
	background: transparent;
}
/* Tous les pins SVG de la carte à la même hauteur (30px) */
.estim-estimator__map-shell .leaflet-map-pane svg {
	height: 30px;
}
.estim-estimator__marker::before,
.estim-estimator__marker::after {
	display: none;
}
.estim-marker-fill,
.estim-estimator__marker .estim-marker-fill,
.estim-estimator__marker--selected .estim-marker-fill,
.estim-estimator__marker--agency .estim-marker-fill {
	fill: var(--estim-noir) !important;
}
/* Pin de l'adresse renseignée : doré pour le différencier des autres */
.estim-estimator__marker--address .estim-marker-fill {
	fill: var(--estim-dore) !important;
}
.estim-estimator__marker-dot {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255,255,255,0.35);
	position: relative;
	z-index: 1;
	margin-top: -6px;
}
.estim-estimator__marker--agency {
	cursor: pointer;
}
.estim-estimator__map-pins {
	display: none;
}
.estim-estimator__map-pin {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	background: rgba(255,255,255,0.92);
	border: 1px solid rgba(65,64,66,0.08);
	box-shadow: 0 12px 24px rgba(65,64,66,0.08);
	font-size: 0.76rem;
	font-weight: 600;
	line-height: 1.3;
	color: var(--estim-noir);
}
.estim-estimator__map-pin::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--estim-noir);
	flex-shrink: 0;
}
.estim-estimator__map-pin--address::before {
	background: var(--estim-dore);
}
.estim-estimator__mini-search-input::placeholder {
	color: rgba(65,64,66,0.3);
}
.estim-estimator__mini-search-input:focus {
	outline: none;
}
.estim-estimator__result-group {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	margin-bottom: 20px;
}
.estim-estimator__group-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: 0;
}
.estim-estimator__group-header h3 {
	font-size: 0.72rem;
	font-weight: 700;
	color: rgba(65,64,66,0.5);
	margin: 0;
	font-family: var(--estim-font-sans);
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.estim-estimator__chip {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 10px 14px;
	background: #f1ede4;
	border-radius: 0;
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--estim-noir);
}
.estim-estimator__chip button {
	background: none;
	border: none;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
	color: rgba(65,64,66,0.4);
}
.estim-estimator-card--horizontal {
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
	background: var(--estim-white);
	border: 0;
	box-shadow: none;
	margin-bottom: 0;
	gap: 0;
}
.estim-estimator-card--horizontal * {
	cursor: pointer;
}
.estim-estimator-card.is-clickable,
.estim-estimator-card.is-clickable * {
	cursor: pointer !important;
}
.estim-estimator-card--horizontal .estim-estimator-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.estim-estimator-card--horizontal .estim-estimator-card__body {
	flex: 1;
	padding: 18px 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
}
.estim-estimator-card--horizontal .estim-estimator-card__title {
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0;
	line-height: 1.3;
	color: var(--estim-noir);
}
.estim-estimator-card--horizontal .estim-estimator-card__address {
	font-size: 1.1rem;
	margin: 0;
	line-height: 1.4;
}
.estim-estimator-card__rating {
	display: flex;
	align-items: center;
	gap: 6px 12px;
	margin: 0;
	font-size: 0.8rem;
	color: rgba(65,64,66,0.4);
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.estim-estimator-card__stars {
	color: #d4c4a8;
	font-weight: 700;
}
.estim-estimator-card__add {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	gap: 6px;
	margin-top: 4px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--estim-dore);
	font-family: var(--estim-font-sans);
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	white-space: nowrap;
	cursor: pointer;
	transition: opacity 0.2s ease;
}
.estim-estimator-card__phone {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin: 0;
	color: var(--estim-noir);
	font-family: var(--estim-font-sans);
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
}
.estim-estimator-card__phone:hover {
	color: var(--estim-dore);
}
.estim-estimator-card__add .estim-estimator-card__add-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border: 1px solid var(--estim-dore);
	border-radius: 999px;
	color: var(--estim-dore);
	font-size: 0.85rem;
	font-weight: 400;
	line-height: 1;
	transition: all 0.2s ease;
}
.estim-estimator-card__add:hover .estim-estimator-card__add-icon {
	background: var(--estim-noir);
	border-color: var(--estim-noir);
	color: var(--estim-white);
}
.estim-estimator__mini-search {
	position: relative;
	margin-top: 32px;
	max-width: 520px;
}
.estim-estimator__mini-search-controls {
	display: flex;
	gap: 12px;
}
.estim-estimator__mini-search-input {
	flex: 1;
	height: 54px;
	padding: 0 20px;
	background: var(--estim-white);
	border: 0;
	font-family: var(--estim-font-sans);
	font-size: 0.95rem;
}
.estim-estimator__mini-search-button {
	height: 54px;
	min-height: 54px;
	padding: 0 20px;
	background: var(--estim-dore);
	border: 0;
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--estim-noir);
}
.estim-estimator__success-copy h3,
.estim-estimator__secondary-downloads h3 {
	margin: 0;
	font-family: var(--estim-font-sans);
	font-size: 1.36rem;
	font-weight: 600;
	line-height: 1.25;
	color: var(--estim-noir);
}
.estim-estimator__group-header p {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(65,64,66,0.44);
}
.estim-estimator__cards {
	display: grid;
	gap: 20px;
}
.estim-estimator-card {
	background: var(--estim-white);
	border: 0;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.estim-estimator-card.estim-estimator-card--horizontal {
	flex-direction: row;
	align-items: center;
	height: auto;
}
.estim-estimator-card__media {
	aspect-ratio: 4 / 3;
	background: #f1f1f1;
}
.estim-estimator-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.estim-estimator-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}
.estim-estimator-card--horizontal .estim-estimator-card__media {
	flex: 0 0 160px;
	width: 160px;
	height: 160px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f1f1f1;
}
.estim-estimator-card--horizontal .estim-estimator-card__rating {
	margin: 0;
}
.estim-estimator-card--horizontal .estim-estimator-card__add {
	margin-top: 4px;
	font-size: 1.1rem;
}
.estim-estimator-card__title {
	margin: 0 0 8px;
	font-family: var(--estim-font-sans);
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--estim-noir);
}
.estim-estimator-card__address {
	margin: 0 0 12px;
	font-size: 0.88rem;
	line-height: 1.5;
	color: rgba(65,64,66,0.6);
}
.estim-estimator-card__link {
	margin-top: auto;
	background: none;
	border: none;
	padding: 0;
	font-family: var(--estim-font-sans);
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--estim-dore);
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	transition: opacity 0.2s ease;
}
.estim-estimator-card__link:hover {
	text-decoration: underline;
}
.estim-estimator__selected-agency,
.estim-estimator__success-agency {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 100%;
}
.estim-estimator__download-card a {
	color: var(--estim-noir);
	font-size: 0.82rem;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(197,186,155,0.88);
	padding-bottom: 2px;
}
.estim-estimator__cf7 form {
	display: grid;
	gap: 16px;
}
.estim-estimator__cf7 label {
	display: block;
	margin: 0;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(65,64,66,0.48);
}
.estim-estimator__cf7 .cf7-fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 0;
}
.estim-estimator__cf7 .cf7-fieldset legend {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(65,64,66,0.48);
}
.estim-estimator__cf7 label .wpcf7-form-control-wrap,
.estim-estimator__cf7 .cf7-fieldset .wpcf7-form-control-wrap,
.estim-estimator__cf7 label input,
.estim-estimator__cf7 label select,
.estim-estimator__cf7 label textarea {
	margin-top: 10px;
}
.estim-estimator__cf7 input[type="text"],
.estim-estimator__cf7 input[type="email"],
.estim-estimator__cf7 input[type="tel"],
.estim-estimator__cf7 select,
.estim-estimator__cf7 textarea {
	width: 100%;
	border: 1px solid rgba(65,64,66,0.12);
	background: #fffdfa;
	padding: 16px 18px;
	font-family: var(--estim-font-sans);
	font-size: 0.96rem;
	color: var(--estim-noir);
	outline: none;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.estim-estimator__cf7 input:focus,
.estim-estimator__cf7 select:focus,
.estim-estimator__cf7 textarea:focus {
	border-color: rgba(197,186,155,0.92);
	box-shadow: 0 0 0 4px rgba(197,186,155,0.15);
}
.estim-estimator__cf7 select {
	min-height: 58px;
	padding-right: 46px;
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, rgba(65,64,66,0.6) 50%),
		linear-gradient(135deg, rgba(65,64,66,0.6) 50%, transparent 50%);
	background-position: calc(100% - 24px) calc(50% - 3px),
		calc(100% - 18px) calc(50% - 3px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}
.estim-estimator__cf7 textarea {
	min-height: 150px;
	resize: vertical;
}
.estim-estimator__cf7 .wpcf7-spinner {
	margin: 12px 0 0 12px;
}
.estim-estimator__cf7 .wpcf7-response-output {
	margin: 10px 0 0;
	padding: 14px 16px;
	border: 1px solid rgba(197,186,155,0.42);
	background: rgba(197,186,155,0.12);
	font-size: 0.86rem;
	line-height: 1.6;
}
.estim-estimator__success-copy p {
	margin: 14px 0 0;
	max-width: 48ch;
	font-size: 0.96rem;
	line-height: 1.85;
	color: rgba(65,64,66,0.72);
}
.estim-estimator__downloads {
	margin-top: 32px;
	display: grid;
	gap: 24px;
}
.estim-estimator__download-button,
.estim-estimator__download-button.is-disabled,
.estim-estimator__primary-download .is-disabled {
	width: 100%;
	text-align: center;
	text-decoration: none;
}
.estim-estimator__download-button.is-disabled,
.estim-estimator__primary-download .is-disabled,
.estim-estimator__download-card .is-disabled {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 18px 22px;
	border: 1px solid rgba(65,64,66,0.12);
	background: rgba(65,64,66,0.05);
	color: rgba(65,64,66,0.4);
}
.estim-estimator__secondary-downloads {
	display: grid;
	gap: 18px;
}
.estim-estimator__download-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}
.estim-estimator__download-card {
	padding: 22px 22px 20px;
}
.estim-estimator__download-card h4 {
	margin: 0 0 10px;
	font-size: 1rem;
	font-weight: 600;
	color: var(--estim-noir);
}
.estim-estimator__download-card p {
	margin: 0 0 16px;
	font-size: 0.88rem;
	line-height: 1.75;
	color: rgba(65,64,66,0.68);
}
.estim-estimator__download-card a,
.estim-estimator__download-card .is-disabled {
	margin-top: auto;
}
.card-flip-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.7s cubic-bezier(0.4, 0.0, 0.2, 1);
	transform-style: preserve-3d;
}
.estim-reseau__card:hover .card-flip-inner {
	transform: rotateY(180deg);
}
.card-flip-front,
.card-flip-back {
	position: absolute;
	inset: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
}
.card-flip-back {
	transform: rotateY(180deg);
}
.estim-processus {
	position: relative;
	padding: 80px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.estim-processus__overlay {
	position: absolute;
	inset: 0;
}
.estim-processus__inner {
	position: relative;
	z-index: 1;
}
.estim-processus .estim-section-title,
.estim-processus .estim-section-subtitle {
	text-align: left;
}
.estim-processus__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.estim-processus__step {
	display: flex;
	align-items: stretch;
	gap: 0;
	padding: 28px 24px;
	background-color: rgba(255,255,255,0.8);
	backdrop-filter: blur(4px);
}
.estim-processus__num {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 60px;
	color: var(--estim-noir);
	font-family: var(--estim-font-serif);
	font-size: 60px;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
	flex-shrink: 0;
	padding-right: 20px;
	border-right: 1px solid rgba(65,64,66,0.25);
}
.estim-processus__text {
	flex: 1;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.estim-processus__step h3 {
	font-family: var(--estim-font-sans);
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 6px;
	color: var(--estim-noir);
}
.estim-faq {
	padding: 80px 0;
	background-color: var(--estim-white);
}
.estim-faq__content {
	display: flex;
	gap: 48px;
	align-items: flex-start;
}
.estim-faq__left {
	flex: 1;
}
.estim-faq__right {
	flex: 0 0 42%;
}
.estim-faq__right img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
.estim-faq__left h2 {
	font-size: 50px;
	line-height: 60px;
}
.estim-faq__left h2 em {
	font-size: 60px;
}
.estim-faq__accordion {
	margin-top: 36px;
}
.estim-faq__item {
	border-top: 1px solid var(--estim-noir);
}
.estim-faq__item:last-child {
	border-bottom: 1px solid var(--estim-noir);
}
.estim-faq__question {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	background: none;
	border: none;
	font-family: var(--estim-font-sans);
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--estim-noir);
	padding: 15px 0;
	cursor: pointer;
	text-align: left;
	transition: color 0.3s;
}
.estim-faq__item.is-open .estim-faq__question {
	color: var(--estim-dore);
}
.estim-faq__item.is-open .estim-faq__question-text {
	font-weight: 700;
}
.estim-faq__question:hover {
	color: var(--estim-dore);
}
.estim-faq__question-text {
	flex: 1;
	font-size: 20px;
}
.estim-faq__icon {
	font-size: 1.3rem;
	flex-shrink: 0;
	color: var(--estim-noir);
	width: 24px;
	text-align: center;
	display: inline-block;
}
.estim-faq__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease, padding 0.35s ease;
}
.is-open .c21-faq-arrow {
	color: var(--estim-dore);
}
.estim-faq__item.is-open .estim-faq__answer {
	max-height: 300px;
	padding-bottom: 20px;
}
.estim-faq__answer p {
	font-size: 16px;
	margin: 0;
	color: var(--estim-noir);
	line-height: 1.65;
	padding-left: 4px;
}
.estim-cta {
	padding: 80px 0;
	text-align: center;
	background-color: var(--estim-beige);
}
.estim-cta .estim-section-title {
	margin-bottom: 32px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	background-color: var(--estim-beige);
	border-color: var(--estim-dore);
}

@media screen and (max-width: 1079px) {
	.estim-hero {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 30px;
		height: fit-content;
		min-height: fit-content;
		max-height: none;
	}
	.estim-estimator.is-panel-form .estim-estimator__form-shell, .estim-estimator.is-panel-form .estim-estimator__success-panel {
		padding: 0px;
	}
	.estim-hero__content {
		padding: 120px 20px 40px;
		margin-top: -35px;
	}
	.estim-processus__grid {
		grid-template-columns: 1fr;
	}
	.estim-stats__bar {
		position: static;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		gap: 16px;
		padding: 32px 20px;
		width: 100%;
	}
	.estim-stats__item, .estim-stats__item:first-child, .estim-stats__item:last-child {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0;
		padding: 0;
		width: fit-content;
		max-width: fit-content;
	}
	.estim-stats__separator {
		display: none;
	}
	.estim-stats__number {
		flex: 0 0 auto;
		min-width: fit-content;
		text-align: right;
	}
	.estim-stats__label {
		flex: 1 1 auto;
		text-align: center;
	}
	.estim-faq, .estim-processus {
		padding: 25px !important;
	}
	.estim-faq__content {
		flex-direction: column;
	}
	.estim-faq__right {
		flex: 0 0 auto;
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
	}
	.estim-faq__right img {
		width: 100%;
		height: 400px;
		aspect-ratio: auto;
		object-fit: cover;
		display: block;
		padding: 0px 40px;
	}
	.estim-section-title, .estim-section-title em, .estim-faq__left h2 em, .estim-faq__left h2 {
		font-size: 2.2rem;
		line-height: 1.3;
	}
	.estim-hero__title, .estim-hero__title em {
		font-size: 3.2rem;
	}
	.estim-section-subtitle {
		font-size: 25px;
		color: var(--estim-noir);
		margin: 0px;
	}
	.estim-estimator.is-panel-results .estim-estimator__subtitle {
		margin-bottom: 20px;
	}
	.estim-estimator.is-panel-results .estim-estimator__title,
	.estim-estimator.is-panel-results .estim-estimator__title em {
		margin-bottom: 6px;
		max-width: none;
		font-size: 2.4rem;
	}
	.estim-estimator.is-panel-form .estim-estimator__title,
	.estim-estimator.is-panel-success .estim-estimator__title, .estim-section-title em, .estim-estimator__title em {
		max-width: none;
		font-size: 2.4rem !important;
	}
	.estim-estimator,
	.estim-estimator.is-panel-search,
	.estim-estimator.is-panel-results,
	.estim-estimator.is-panel-form,
	.estim-estimator.is-panel-success {
		height: auto;
		min-height: 100vh;
		min-height: 100svh;
		max-height: none;
		overflow: visible;
		padding: 0;
	}
	.estim-estimator.is-panel-form .estim-estimator__form-layout,
	.estim-estimator.is-panel-success .estim-estimator__success-layout {
		display: grid;
		grid-template-columns: 1fr;
		gap: 15px;
		align-items: start;
	}
	.estim-estimator__container {
		overflow: visible;
	}
	.estim-estimator__results-layout {
		grid-template-columns: 1fr;
		gap: 40px;
		height: auto;
	}
	.estim-estimator__results-column {
		height: auto;
		overflow: visible;
	}
	.estim-estimator__results-scroller {
		flex: none;
		min-height: auto;
		overflow-y: visible;
	}
	.estim-estimator.is-panel-results .estim-estimator__aside--map {
		height: auto;
		max-height: 100vh;
		max-height: 100svh;
	}
	.estim-estimator__aside--map .estim-estimator__map-shell--results,
	.estim-estimator__aside--map .estim-estimator__map--results {
		height: min(600px, 100vh);
		height: min(600px, 100svh);
		max-height: 100vh;
		max-height: 100svh;
	}
	.estim-estimator.is-panel-results .estim-estimator__results-column {
		padding: 25px;
	}
	.estim-estimator-card.estim-estimator-card--horizontal {
		flex-direction: column-reverse;
		align-items: baseline;
		margin-bottom: 30px;
	}
	.estim-estimator-card.estim-estimator-card--horizontal:last-child {
		margin-bottom: 0;
	}
	.estim-estimator-card--horizontal .estim-estimator-card__media {
		flex: 0 0 auto;
		width: 100%;
		height: 220px;
		aspect-ratio: auto;
	}
	.estim-estimator__form-column--intro {
		padding: 25px;
	}
	.estim-estimator__mini-search-input {
		height: 117px;
		padding: 20px;
	}
	.estim-estimator__mini-search-controls {
		flex-direction: column;
	}
	.estim-stats__note p {
		width: 100%;
	}
	.estim-estimator__panel--results,
	.estim-estimator__panel--form,
	.estim-estimator__panel--success {
		padding: 30px;
	}
	.estim-estimator__search-layout,
	.estim-estimator__results-layout,
	.estim-estimator__form-layout,
	.estim-estimator__success-layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.estim-estimator__form-shell,
	.estim-estimator__success-panel {
		padding: 32px;
	}
	.estim-estimator__selected-agency {
		padding: 0px;
	}
	.estim-estimator__panel--search .estim-section-title, .estim-estimator__panel--search .estim-section-title em {
		font-size: 3.5rem;
	}
	.estim-estimator__cards,
	.estim-estimator__cards--horizontal,
	.estim-estimator__download-grid {
		grid-template-columns: 1fr;
	}
	.estim-estimator-card--horizontal {
		flex-direction: column;
	}
	.estim-estimator__results {
		grid-template-columns: 1fr;
	}
	.estim-estimator__result-map {
		grid-column: auto;
		grid-row: auto;
	}
	.estim-estimator__result-map .estim-estimator__map-shell {
		position: relative;
		top: auto;
	}
	.estim-estimator__map-shell,
	.estim-estimator__map,
	.estim-estimator__result-map .estim-estimator__map-shell,
	.estim-estimator__result-map .estim-estimator__map {
		min-height: 400px;
	}
	.estim-estimator__search-column--intro {
		min-height: auto;
	}
	.estim-estimator__search-note {
		margin-top: 28px;
		padding-top: 0;
		max-width: none;
	}
}

@media screen and (max-width: 768px) {
	.estim-container {
		padding: 25px !important;
	}
	.estim-hero__title {
		font-size: 2.4rem;
	}
	.estim-stats__number {
		font-size: 1.8rem;
	}
	.estim-reseau__cards {
		grid-template-columns: repeat(2, 1fr);
	}
	.estim-processus__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.estim-reseau,
	.estim-processus {
		padding: 56px 0;
	}
	.estim-estimator {
		padding: 0;
	}
	.estim-estimator__cards--horizontal {
		grid-template-columns: 1fr;
	}
	.estim-estimator__panel--results,
	.estim-estimator__panel--form,
	.estim-estimator__panel--success {
		padding: 0px;
	}
	.estim-estimator__search-controls {
		flex-direction: column;
	}
	.estim-estimator__search-button,
	.estim-estimator__download-button,
	.estim-estimator-card .estim-btn,
	.estim-estimator__cf7 .wpcf7-submit {
		width: 100%;
	}
	.estim-estimator__group-header {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 20px;
	}
	.estim-estimator__map-shell,
	.estim-estimator__map {
		min-height: 340px;
	}
	.estim-estimator__selection-value {
		font-size: 1.12rem;
	}
}

@media screen and (max-width: 550px) {
	.estim-faq {
		padding-bottom: 0;
	}
	.estim-estimator-card--horizontal .estim-estimator-card__address {
		font-size: 14px;
	}
	.estim-container, .estim-estimator__result-group, .estim-estimator__result-group {
		padding: 0px !important;
	}
	.estim-hero__title, .estim-hero__title em {
		font-size: 2rem;
	}
	.estim-hero__content {
		margin-top: 0px;
	}
	.estim-stats__bar {
		flex-direction: column;
		gap: 20px;
		align-items: center;
		padding: 24px 16px;
	}
	.estim-faq__right img {
		padding: 0px 25px;
	}
	.estim-section-title {
		font-size: 2.2rem;
		line-height: 1.2em;
	}
	.estim-processus__step h3 {
		font-size: 20px;
	}
	.estim-stats__item {
		flex-direction: column;
		gap: 0;
	}
	.estim-reseau__cards {
		grid-template-columns: 1fr;
	}
	.estim-section-subtitle--light {
		padding: 25px;
		margin: 0px;
	}
	.estim-section-subtitle {
		margin: 20px 0 20px;
	}
	.estim-estimator.is-panel-form .estim-estimator__title,
	.estim-estimator.is-panel-success .estim-estimator__title {
		max-width: none;
		font-size: 2rem;
		line-height: 1.2;
	}
	.estim-estimator.is-panel-results .estim-estimator__results-column .estim-estimator__result-group {
		padding: 25px;
	}
	.estim-estimator__panel--results,
	.estim-estimator__panel--form,
	.estim-estimator__panel--success {
		padding: 0;
	}
	.estim-estimator__search-column,
	.estim-estimator__aside,
	.estim-estimator__selected-agency,
	.estim-estimator__form-shell,
	.estim-estimator__success-panel {
		padding: 20px;
	}
	.estim-estimator__panel--search .estim-section-title, .estim-estimator__panel--search .estim-section-title em {
		font-size: 2rem;
		padding: 0px;
	}
	.estim-estimator-card__body,
	.estim-estimator__download-card {
		padding: 18px;
	}
	.estim-estimator__map-pins {
		left: 12px;
		right: 12px;
		bottom: 12px;
	}
	.estim-estimator__map-pin {
		width: 100%;
	}
	.estim-estimator-card.estim-estimator-card--horizontal:last-child {
		margin-bottom: 0;
	}
}
.estim-estimator.is-panel-form .estim-estimator__title,
.estim-estimator.is-panel-success .estim-estimator__title {
	max-width: none;
	font-size: 70px;
	line-height: 75px;
	margin-bottom: 10px;
}
.estim-estimator.is-panel-form .estim-estimator__title em.script,
.estim-estimator.is-panel-success .estim-estimator__title em.script {
	font-family: var(--estim-font-script);
	font-size: 1.25em;
	font-style: normal;
	vertical-align: middle;
	line-height: 1;
	display: inline-block;
	margin-top: -0.1em;
}
/* === Estimation form (panel-form) — v2 card design ====================== */

/* Form shell on warm beige background, no inner card */
.estim-estimator.is-panel-form .estim-estimator__form-shell,
.estim-estimator.is-panel-form .estim-estimator__success-panel {
	background-color: var(--estim-beige);
	padding: 60px 20px;
}
.estim-estimator__cf7 form {
	display: grid;
	gap: 14px;
}

/* Title "Demander une estimation" */
.estim-estimator.is-panel-form .estim-estimator__form-title {
	font-family: var(--estim-font-sans);
	font-size: 30px;
	font-weight: 800;
	line-height: 1.25;
	color: var(--estim-noir);
	margin: 0 0 30px;
}

/* Visually hidden label text (kept for screen readers, hidden visually) */
.estim-estimator.is-panel-form .estim-estimator__cf7 .cf7-vh {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* Field wrapper (label.cf7-field) acts as a block container */
.estim-estimator.is-panel-form .estim-estimator__cf7 label.cf7-field,
.estim-estimator.is-panel-form .estim-estimator__cf7 .cf7-fieldset {
	display: block;
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: 0;
	text-transform: none;
	color: var(--estim-noir);
}

/* Legacy "Vos coordonnées" section label — fully hidden */
.estim-estimator.is-panel-form .cf7-section-label {
	display: none !important;
}

/* Row layout */
.estim-estimator.is-panel-form .cf7-row {
	margin: 0;
}
.estim-estimator.is-panel-form .cf7-row--full {
	display: block;
}
.estim-estimator.is-panel-form .cf7-row--half {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	align-items: start;
}
/* When the right column is a textarea, let it determine the row height
   so the left "Comment recontacté?" block stays anchored at the top. */
.estim-estimator.is-panel-form .cf7-row--half:has(.cf7-field--textarea) {
	align-items: stretch;
}
.estim-estimator.is-panel-form .cf7-row--half:has(.cf7-field--textarea) .cf7-fieldset--checkboxes {
	align-self: start;
}

/* Inputs, selects, textareas — transparent on beige with thin border */
.estim-estimator.is-panel-form .estim-estimator__cf7 input[type="text"],
.estim-estimator.is-panel-form .estim-estimator__cf7 input[type="email"],
.estim-estimator.is-panel-form .estim-estimator__cf7 input[type="tel"],
.estim-estimator.is-panel-form .estim-estimator__cf7 select,
.estim-estimator.is-panel-form .estim-estimator__cf7 textarea {
	width: 100%;
	margin: 0;
	background: white;
	border: 1px solid var(--estim-dore);
	padding: 15px;
	font-family: var(--estim-font-sans);
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.4;
	color: var(--estim-noir);
	letter-spacing: 0;
	text-transform: none;
	box-shadow: none;
	outline: none;
	min-height: 58px;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.estim-estimator.is-panel-form .estim-estimator__cf7 input::placeholder,
.estim-estimator.is-panel-form .estim-estimator__cf7 textarea::placeholder {
	color: var(--estim-noir);
	opacity: 1;
}
.estim-estimator.is-panel-form .estim-estimator__cf7 input:focus,
.estim-estimator.is-panel-form .estim-estimator__cf7 select:focus,
.estim-estimator.is-panel-form .estim-estimator__cf7 textarea:focus {
	border-color: rgba(196, 185, 157, 0.9);
	box-shadow: 0 0 0 3px rgba(196, 185, 157, 0.18);
}

/* Selects with right-arrow icon (→) instead of down chevron */
.estim-estimator.is-panel-form .estim-estimator__cf7 select {
	cursor: pointer;
	padding-right: 56px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="14" viewBox="0 0 20 14" fill="none"><path d="M1 7H19M19 7L13 1M19 7L13 13" stroke="%23414042" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 20px 14px;
	color: var(--estim-noir);
}
/* Show placeholder (first option, empty value) in grayed-out tone — modern :has() support */
.estim-estimator.is-panel-form .estim-estimator__cf7 select:has(option:first-child:checked), .estim-estimator.is-panel-form .estim-estimator__cf7 select option {
	color: var(--estim-noir);
}

/* Textarea — larger area to mirror the design */
.estim-estimator.is-panel-form .estim-estimator__cf7 textarea {
	min-height: 150px;
	max-height: 180px;
	resize: vertical;
	padding: 18px 22px;
}
.estim-estimator.is-panel-form .cf7-field--textarea {
	height: 100%;
}
.estim-estimator.is-panel-form .cf7-field--textarea .wpcf7-form-control-wrap,
.estim-estimator.is-panel-form .cf7-field--textarea .wpcf7-form-control-wrap textarea {
	height: 100%;
}

/* CF7 wrapper plumbing — keep inputs full-width without re-introducing margins */
.estim-estimator.is-panel-form .estim-estimator__cf7 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	margin: 0;
	position: relative;
}

/* "Comment souhaitez-vous être recontacté ?" fieldset */
.estim-estimator.is-panel-form .estim-estimator__cf7 .cf7-fieldset--checkboxes {
	padding: 8px 4px 0;
	border: 0;
	min-width: 0;
}
.estim-estimator.is-panel-form .estim-estimator__cf7 .cf7-fieldset--checkboxes legend {
	display: block;
	width: 100%;
	margin: 0 0 18px;
	padding: 0;
	font-family: var(--estim-font-sans);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: var(--estim-noir);
	line-height: 1.35;
}
.estim-estimator.is-panel-form .estim-estimator__cf7 .cf7-fieldset--checkboxes .wpcf7-checkbox {
	display: flex;
	flex-direction: row;
	gap: 18px 22px;
	flex-wrap: wrap;
	margin: 0;
}
.estim-estimator.is-panel-form .estim-estimator__cf7 .cf7-fieldset--checkboxes .wpcf7-list-item {
	margin: 0;
}
.estim-estimator.is-panel-form .estim-estimator__cf7 .cf7-fieldset--checkboxes .wpcf7-list-item label {
	display: inline-flex !important;
	flex-direction: row !important;
	align-items: center;
	gap: 10px;
	font-size: 14px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	color: var(--estim-noir) !important;
	cursor: pointer;
}

/* Generic checkbox + radio styling (already site-wide, but normalize sizes) */
.estim-estimator__cf7 .wpcf7-radio,
.estim-estimator__cf7 .wpcf7-checkbox {
	display: flex;
	gap: 14px;
	margin: 0;
	flex-wrap: wrap;
}
.estim-estimator__cf7 .wpcf7-radio .wpcf7-list-item,
.estim-estimator__cf7 .wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
}
.estim-estimator__cf7 .wpcf7-checkbox input[type="checkbox"],
.estim-estimator__cf7 .wpcf7-acceptance input[type="checkbox"],
.estim-estimator__cf7 .wpcf7-radio input[type="radio"] {
	appearance: none !important;
	-webkit-appearance: none !important;
	width: 16px !important;
	height: 16px !important;
	min-width: 16px !important;
	min-height: 16px !important;
	border: 1px solid rgba(65,64,66,0.4) !important;
	border-radius: 3px !important;
	background: transparent !important;
	flex-shrink: 0;
	cursor: pointer;
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block !important;
	vertical-align: middle;
}
.estim-estimator__cf7 .wpcf7-radio input[type="radio"] {
	border-radius: 50% !important;
}
.estim-estimator__cf7 .wpcf7-checkbox input[type="checkbox"]:checked,
.estim-estimator__cf7 .wpcf7-acceptance input[type="checkbox"]:checked,
.estim-estimator__cf7 .wpcf7-radio input[type="radio"]:checked {
	background: var(--estim-noir) !important;
	border-color: var(--estim-noir) !important;
}

/* Legal acceptance row (centered, small) */
.estim-estimator.is-panel-form .cf7-row--legal {
	margin: 8px 0 0;
	text-align: center;
}
.estim-estimator.is-panel-form .estim-estimator__cf7 .wpcf7-acceptance {
	display: inline-block;
	margin: 0;
}
.estim-estimator.is-panel-form .estim-estimator__cf7 .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}
.estim-estimator.is-panel-form .estim-estimator__cf7 .wpcf7-acceptance .wpcf7-list-item label {
	display: inline-flex !important;
	flex-direction: row !important;
	align-items: center;
	gap: 10px;
	font-size: 0.78rem !important;
	font-weight: 400 !important;
	color: rgba(65, 64, 66, 0.6) !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	line-height: 1.45;
	cursor: pointer;
}
.estim-estimator.is-panel-form .estim-estimator__cf7 .wpcf7-acceptance a {
	color: rgba(65, 64, 66, 0.8);
	text-decoration: underline;
}

/* Submit button — taupe filled, white label, trailing right arrow */
.estim-estimator.is-panel-form .cf7-row--submit {
	margin-top: 12px;
	text-align: center;
}
.estim-estimator.is-panel-form .estim-estimator__cf7 .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: auto;
	min-width: 280px;
	min-height: 58px;
	padding: 18px 56px 18px 36px;
	background-color: #C4B99D;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="14" viewBox="0 0 20 14" fill="none"><path d="M1 7H19M19 7L13 1M19 7L13 13" stroke="white" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-repeat: no-repeat;
	background-position: right 28px center;
	background-size: 20px 14px;
	color: #fff;
	border: none;
	font-family: var(--estim-font-sans);
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.estim-estimator.is-panel-form .estim-estimator__cf7 .wpcf7-submit:hover {
	background-color: #b0a688;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
}

/* Validation tooltips inline + subtle */
.estim-estimator.is-panel-form .estim-estimator__cf7 .wpcf7-not-valid-tip {
	margin-top: 20px;
	transform: translateY(-50%);
	font-size: 0.7rem;
	color: rgba(65,64,66,0.55);
	background: none;
	padding: 0;
	pointer-events: none;
	white-space: nowrap;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
}
.estim-estimator.is-panel-form .estim-estimator__cf7 form:not([data-status="invalid"]) .wpcf7-not-valid-tip {
	display: none;
}
.estim-estimator.is-panel-form .estim-estimator__cf7 form:not([data-status="invalid"]) .wpcf7-not-valid {
	border-color: rgba(65, 64, 66, 0.2) !important;
	outline: none !important;
}

.estim-estimator__results-scroller .estim-estimator-card--horizontal [data-estimator-card-distance],
.estim-estimator-selected-card.estim-estimator-card--horizontal [data-estimator-selected-distance] {
	display: inline;
	margin: -2px 0 0;
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.25;
	color: rgba(65,64,66,0.5);
	white-space: nowrap;
}

/* Responsive: stack halves on small screens */
@media screen and (max-width: 760px) {
	.estim-estimator.is-panel-form .cf7-row--half {
		grid-template-columns: 1fr;
	}
	.estim-estimator.is-panel-form .estim-estimator__form-shell,
	.estim-estimator.is-panel-form .estim-estimator__success-panel {
		padding: 28px 24px;
	}
	.estim-estimator.is-panel-form .estim-estimator__cf7 .wpcf7-submit {
		min-width: 100%;
	}
	.estim-estimator__results-scroller .estim-estimator-card--horizontal [data-estimator-card-distance] {
		white-space: normal;
	}
}
