.home-agences-wrap {
	background: #f4f3f0;
}
.home-agences {
	/*
	 * Échelle design (site html 62.5% → 1rem racine = 10px).
	 * 1 × var(--rdb-rem) = 16px. Ex. 34px → calc(2.125 * var(--rdb-rem))
	 */
	--rdb-rem: 1.6rem;
	display: flex;
	align-items: stretch;
	width: 100%;
	height: 84rem; /* 840px */
	max-height: 84rem;
	background: #f4f3f0;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
}
.home-agences__sidebar {
	flex: 0 0 56rem; /* 560px */
	width: 56rem;
	max-width: 56rem;
	display: flex;
	flex-direction: column;
	padding: calc(2.5 * var(--rdb-rem)); /* 40px */
	min-width: 0;
	min-height: 0;
	box-sizing: border-box;
}
.home-agences__kicker {
	margin: 0 0 0.45rem;
	font-family: "Montserrat", sans-serif;
	font-size: calc(0.6875 * var(--rdb-rem)); /* 11px */
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--color-or, #efc40b);
	text-transform: uppercase;
}
.home-agences__title {
	margin: 0 0 calc(0.5 * var(--rdb-rem));
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: calc(2.125 * var(--rdb-rem)); /* 34px */
	line-height: 1.25;
	font-weight: 700;
	color: #111;
	text-transform: none;
}
.home-agences__subtitle {
	margin: 0 0 calc(1.1 * var(--rdb-rem));
	font-family: Helvetica, Arial, sans-serif;
	font-size: calc(0.875 * var(--rdb-rem)); /* 14px */
	line-height: 1.4;
	color: #5a5a5a;
}
.home-agences__search {
	display: flex;
	align-items: stretch;
	gap: 0.5rem;
	margin-bottom: 1rem;
	flex-shrink: 0;
}
.home-agences__search-field {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
}
.home-agences__search-submit {
	position: absolute;
	left: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
	width: calc(2.5 * var(--rdb-rem));
	height: calc(2.5 * var(--rdb-rem));
	border: 0;
	background: transparent;
	color: #9a9a9a;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: calc(1 * var(--rdb-rem));
	padding: 0;
}
.home-agences__search-submit:hover {
	color: #333;
}
.home-agences__search-field input {
	width: 100%;
	height: auto;
	padding: calc(0.875 * var(--rdb-rem)) calc(2.75 * var(--rdb-rem)) calc(0.875 * var(--rdb-rem)) calc(2.75 * var(--rdb-rem));
	border: 1px solid #e2e0dc;
	border-radius: 0.45rem;
	background: #fff;
	font-size: calc(1 * var(--rdb-rem)); /* 16px */
	line-height: 1.4;
	color: #222;
	outline: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
}
.home-agences__search-field input:focus {
	border-color: #cfc9bc;
}
.home-agences__search-clear {
	position: absolute;
	right: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
	width: calc(2.5 * var(--rdb-rem));
	height: calc(2.5 * var(--rdb-rem));
	border: 0;
	background: transparent;
	color: #9a9a9a;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: calc(0.95 * var(--rdb-rem));
	padding: 0;
}
.home-agences__search-clear:hover {
	color: #333;
}
.home-agences__locate {
	flex: 0 0 auto;
	width: calc(3.25 * var(--rdb-rem));
	align-self: stretch;
	border: 1px solid #e2e0dc;
	border-radius: 0.45rem;
	background: #fff;
	color: #333;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: calc(1.125 * var(--rdb-rem));
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.home-agences__locate:hover,
.home-agences__locate.is-active {
	border-color: var(--color-or, #efc40b);
	color: #111;
}
.home-agences__locate:disabled {
	opacity: 0.55;
	cursor: wait;
}
.home-agences__locate-hint {
	margin: -0.35rem 0 1rem;
	padding: 0;
	font-size: calc(0.75 * var(--rdb-rem)); /* 12px */
	line-height: 1.35;
	color: #7a756c;
	flex-shrink: 0;
}
.home-agences__panel {
	flex: 1 1 auto;
	min-height: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.home-agences__intro {
	margin: 0;
	padding-right: 0.35rem;
	font-family: "Montserrat", sans-serif !important;
	font-size: calc(1.125 * var(--rdb-rem)); /* 18px */
	line-height: 1.45;
	font-weight: 400;
	color: #3a3a3a;
	overflow-y: auto;
}
.home-agences__results {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: calc(0.25 * var(--rdb-rem));
	display: flex;
	flex-direction: column;
	gap: calc(0.65 * var(--rdb-rem));
}
.home-agences__card {
	background: #fff;
	border: 0.1rem solid #e6e4e0;
	border-radius: calc(0.35 * var(--rdb-rem));
	padding: calc(0.9 * var(--rdb-rem)) calc(1 * var(--rdb-rem)) calc(0.85 * var(--rdb-rem));
	cursor: pointer;
}
.home-agences__card.is-selected {
	border-color: var(--color-or, #efc40b);
}
.home-agences__card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: calc(0.6 * var(--rdb-rem));
	margin-bottom: calc(0.25 * var(--rdb-rem));
}
.home-agences__card-name {
	margin: 0;
	display: flex;
	align-items: baseline;
	gap: calc(0.4 * var(--rdb-rem));
	min-width: 0;
	line-height: 1.2;
}
.home-agences__card-num {
	font-family: "Montserrat", sans-serif;
	font-size: calc(0.75 * var(--rdb-rem)); /* 12px */
	font-weight: 700;
	color: var(--color-or, #efc40b);
	flex-shrink: 0;
}
.home-agences__card-title {
	font-family: "Montserrat", sans-serif !important;
	font-size: calc(1.125 * var(--rdb-rem)); /* 18px */
	font-weight: 700;
	color: #111;
	text-transform: none;
}
.home-agences__franchise {
	font-family: "Montserrat", sans-serif;
	font-size: calc(0.8125 * var(--rdb-rem)); /* 13px */
	font-weight: 500;
	color: #6a6a6a;
	white-space: nowrap;
}
.home-agences__badge {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: calc(1.375 * var(--rdb-rem));
	padding: 0 calc(0.55 * var(--rdb-rem));
	border-radius: 999px;
	font-family: "Montserrat", sans-serif;
	font-size: calc(0.625 * var(--rdb-rem)); /* 10px */
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1;
}
.home-agences__badge--open {
	background: #d8efd4;
	color: #2f7a38;
}
.home-agences__badge--closed {
	background: #ececec;
	color: #6b6b6b;
}
.home-agences__card-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: calc(0.75 * var(--rdb-rem));
	margin-bottom: calc(0.7 * var(--rdb-rem));
}
.home-agences__card-addr {
	font-family: "Montserrat", sans-serif !important;
	font-size: calc(0.75 * var(--rdb-rem)); /* 12px */
	font-weight: 400;
	color: #7a7a7a;
	line-height: 1.35;
	min-width: 0;
}
.home-agences__accord-toggle {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	gap: calc(0.35 * var(--rdb-rem));
	border: 0;
	background: transparent;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-size: calc(0.6875 * var(--rdb-rem)); /* 11px */
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #9a9a9a;
	cursor: pointer;
	line-height: 1;
}
.home-agences__accord-toggle i {
	font-size: 0.75em;
	transition: transform 0.15s ease;
}
.home-agences__card.is-open .home-agences__accord-toggle i {
	transform: rotate(180deg);
}
.home-agences__accord-body {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: calc(0.5 * var(--rdb-rem)) calc(0.9 * var(--rdb-rem));
	margin: 0 0 calc(0.85 * var(--rdb-rem));
	padding-top: calc(0.35 * var(--rdb-rem));
}
.home-agences__accord-body[hidden] {
	display: none !important;
}
.home-agences__hours {
	list-style: none;
	margin: 0;
	padding: 0;
}
.home-agences__hour {
	display: flex;
	justify-content: space-between;
	gap: calc(0.5 * var(--rdb-rem));
	font-family: "Montserrat", sans-serif;
	font-size: calc(0.75 * var(--rdb-rem)); /* 12px */
	font-weight: 400;
	line-height: 1.45;
	color: #444;
}
.home-agences__hour.is-today {
	font-weight: 700;
	color: #111;
}
.home-agences__contact {
	text-align: right;
	font-family: "Montserrat", sans-serif;
	font-size: calc(0.75 * var(--rdb-rem)); /* 12px */
	font-weight: 700;
	line-height: 1.45;
	color: #111;
}
.home-agences__card-actions {
	display: flex;
	gap: calc(0.5 * var(--rdb-rem));
}
.home-agences__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: calc(2.25 * var(--rdb-rem));
	padding: 0 calc(0.75 * var(--rdb-rem));
	border-radius: calc(0.28 * var(--rdb-rem));
	font-family: "Montserrat", sans-serif;
	font-size: calc(0.8125 * var(--rdb-rem)); /* 13px */
	font-weight: 600;
	text-decoration: none !important;
	line-height: 1;
}
.home-agences__btn--ghost {
	flex: 0 1 auto;
	background: #f4f1ea;
	border: 0.1rem solid #f4f1ea;
	color: #222;
}
.home-agences__btn--ghost:hover {
	background: #ece8df;
	color: #111;
}
.home-agences__btn--gold {
	flex: 2 1 0;
	background: var(--color-or, #efc40b);
	border: 0.1rem solid var(--color-or, #efc40b);
	color: #fff;
}
.home-agences__btn--gold:hover {
	filter: brightness(0.96);
	color: #fff;
}
.home-agences__map-wrap {
	flex: 1 1 auto;
	min-width: 0;
	position: relative;
	background: #f0efec;
}
#homeAgencesMap {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: #f0efec;
}
.home-agences .leaflet-control-zoom {
	border: none !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
	border-radius: 0.3rem;
	overflow: hidden;
}
.home-agences .leaflet-control-zoom a {
	width: 28px;
	height: 28px;
	line-height: 28px;
	color: #222;
}
.home-agences .leaflet-control-attribution {
	font-size: 10px;
	background: rgba(255, 255, 255, 0.65);
	color: #777;
}
.home-agences .leaflet-container {
	background: #f2f1ee;
	font-family: inherit;
}
.home-agences .maplibregl-map {
	font: inherit;
}
.home-agences .maplibregl-ctrl-attrib {
	display: none;
}
.home-agences__origin-pin {
	background: transparent !important;
	border: 0 !important;
}
.home-agences__origin-pin-ico,
.home-agences__agence-pin-ico {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 30px;
	height: 38px;
	line-height: 1;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}
.home-agences__origin-pin-ico .fa-location-dot {
	font-size: 28px;
	color: #1e88e5;
}
.home-agences__agence-pin {
	background: transparent !important;
	border: 0 !important;
}
.home-agences__agence-pin-ico .fa-location-dot {
	font-size: 28px;
}

@media (max-width: 991.98px) {
	.home-agences {
		flex-direction: column;
		height: auto;
		max-height: none;
	}
	.home-agences__sidebar {
		flex: none;
		order: 2;
		width: 100%;
		max-width: none;
		padding: 1.25rem 1.1rem 0.85rem;
	}
	.home-agences__panel {
		max-height: 28rem;
	}
	.home-agences__map-wrap {
		flex: none;
		order: 1;
		height: 45rem; /* 450px */
		min-height: 45rem;
	}
}
