:root {
	--brand:      #CA8A04;
	--brand-dark: #a36d03;
	--brand-soft: #fef9ec;
	--brand-pale: #fdf3d0;
	--cta:        #1f2933;
	--cta-dark:   #101822;
	--cta-light:  #384250;
	--ink:        #1a1a18;
	--muted:      #4c5562;
	--line:       #e4e6ea;
	--soft:       #f9fafb;
	--font-main:  Verdana, Geneva, Tahoma, sans-serif;
}

* { box-sizing: border-box; }
*::before, *::after { box-sizing: border-box; }

html, body { overflow-x: hidden; }

body {
	margin: 0;
	font-family: var(--font-main);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6;
	color: var(--ink);
	background: #ffffff;
}

img, svg, video, iframe { max-width: 100%; height: auto; }
img { display: block; }

a { color: var(--brand); }
a:hover { color: var(--brand-dark); }

h1, h2, h3, h4 {
	font-family: var(--font-main);
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 12px;
	color: var(--cta);
}
h1 { font-size: 2.3rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.2rem; }
h4 { font-size: 1.05rem; }
p { margin: 0 0 14px; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0 0 14px; padding-left: 20px; }
li { margin-bottom: 6px; }
strong { font-weight: 700; }

/* ── Accessibilité ─────────────────────────────────────────────────── */
.y083nc {
	position: absolute;
	left: -999px;
	top: 0;
	background: var(--cta);
	color: #fff;
	padding: 10px 16px;
	z-index: 200;
}
.y083nc:focus { left: 8px; top: 8px; color: #fff; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; }

/* ── Boutons ───────────────────────────────────────────────────────── */
.lvowf1hy {
	display: inline-block;
	font-family: var(--font-main);
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	border: 0;
	border-radius: 4px;
	padding: 12px 22px;
	cursor: pointer;
	transition: background-color 0.16s ease, box-shadow 0.16s ease;
}
/* CTA principal : charcoal */
.onrg70 { background: var(--cta); color: #ffffff; }
.onrg70:hover { background: var(--cta-dark); color: #ffffff; }
/* Outline brand */
.jnlalv77 {
	background: transparent;
	color: var(--brand);
	border: 2px solid var(--brand);
	padding: 10px 20px;
}
.jnlalv77:hover { background: var(--brand-soft); color: var(--brand-dark); }
/* Block-level */
.fggegl5 { display: block; width: 100%; text-align: center; }

/* ── En-tête ───────────────────────────────────────────────────────── */
.g16j0fc6 {
	position: relative;
	background: #ffffff;
	border-bottom: 1px solid var(--line);
}
.kroxzls2z {
	max-width: 1180px;
	margin: 0 auto;
	padding: 12px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.ilooyw0lm { display: inline-flex; flex-shrink: 0; }
.ilooyw0lm img { height: 46px; width: auto; }

.fub1h8 .uozjju {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 22px;
}
.fub1h8 .uozjju li { margin: 0; }
.fub1h8 a {
	text-decoration: none;
	color: var(--ink);
	font-size: 0.97rem;
	font-weight: 400;
	padding: 5px 0;
}
.fub1h8 a:hover { color: var(--brand); }
.fub1h8 .otp1d8ozj a,
.fub1h8 .menu-item-cta a {
	background: var(--cta);
	color: #ffffff;
	padding: 9px 18px;
	border-radius: 4px;
}
.fub1h8 .otp1d8ozj a:hover,
.fub1h8 .menu-item-cta a:hover { background: var(--cta-dark); color: #ffffff; }

.svtjujy { display: none; }
.svtjujy span {
	display: block;
	width: 24px;
	height: 2px;
	background: var(--cta);
	border-radius: 2px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.svtjujy span + span { margin-top: 5px; }

/* ── Hero - form-2e-ecran ──────────────────────────────────────────── */
/* Partie 1 : intro + gros CTA */
.xhero-intro {
	background-color: var(--cta);
	background-image: url("img/hero.webp");
	background-size: cover;
	background-position: center;
	position: relative;
}
.xhero-intro::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(17, 24, 39, 0.82);
}
.xhero-inner {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding: 64px 24px 72px;
	text-align: center;
}
.xhero-inner h1 {
	color: #ffffff;
	font-size: 2.6rem;
	margin-bottom: 18px;
}
.xhero-sub {
	font-size: 1.18rem;
	color: #e4e6ea;
	max-width: 660px;
	margin: 0 auto 28px;
}
.xhero-trust {
	list-style: none;
	padding: 0;
	margin: 0 auto 36px;
	max-width: 640px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 24px;
}
.xhero-trust li {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #f3f4f6;
	font-size: 0.97rem;
	margin: 0;
}
.xhero-trust svg { color: var(--brand); flex-shrink: 0; }
.xhero-cta-hero {
	background: var(--brand);
	color: #ffffff;
	font-family: var(--font-main);
	font-weight: 700;
	font-size: 1.13rem;
	text-decoration: none;
	display: inline-block;
	padding: 16px 36px;
	border-radius: 6px;
	border: 0;
	cursor: pointer;
	transition: background 0.16s ease;
}
.xhero-cta-hero:hover {
	background: var(--brand-dark);
	color: #ffffff;
}
.xhero-arrow {
	display: block;
	margin: 20px auto 0;
	color: #9ba3ad;
	font-size: 0.9rem;
	letter-spacing: 0.02em;
}

/* Partie 2 : formulaire ancré */
.xform-anchor {
	background: var(--soft);
	border-top: 1px solid var(--line);
}
.xform-wrap {
	max-width: 740px;
	margin: 0 auto;
	padding: 52px 24px 60px;
}
.xform-wrap .ll2vs9gr {
	font-size: 1.55rem;
	text-align: center;
	margin-bottom: 6px;
	color: var(--cta);
}
.xform-wrap .hlu1azp {
	font-size: 0.97rem;
	color: var(--muted);
	text-align: center;
	margin-bottom: 24px;
}
.qwsjfpg5 {
	background: #ffffff;
	border-radius: 8px;
	padding: 28px 26px 26px;
	border: 1px solid var(--line);
}

/* ── Formulaire ────────────────────────────────────────────────────── */
.rfkak5 .yh2flqwx {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
.cp19wf { margin-bottom: 12px; }
.cp19wf label {
	display: block;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 4px;
}
.cp19wf input {
	width: 100%;
	font-family: var(--font-main);
	font-size: 16px;
	padding: 10px 11px;
	border: 1.5px solid #d0d4da;
	border-radius: 4px;
	background: #fafafa;
	color: var(--ink);
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.cp19wf input:focus {
	outline: none;
	border-color: var(--brand);
	box-shadow: 0 0 0 3px rgba(202,138,4,0.18);
}
.tv3d0wf { max-width: 100%; }
.vg8vi71oh { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.rfkak5 .fggegl5 { margin-top: 6px; }
.m2tm794 {
	font-size: 0.82rem;
	color: #9ba3ad;
	margin-top: 10px;
	margin-bottom: 0;
}
.y6vaigrm0 {
	font-size: 0.95rem;
	padding: 11px 14px;
	border-radius: 4px;
	margin-bottom: 14px;
}
.f7rv72 { background: var(--brand-soft); color: var(--cta); border: 1px solid var(--brand-pale); }
.sgvtx1wv { background: var(--soft); color: var(--ink); border: 1px solid var(--line); }

/* ── Conteneur de page ─────────────────────────────────────────────── */
.vzo3j6 { background: #ffffff; }
.c9xyey {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}
.hj7w4yb { padding: 56px 0; }
.duovks1c { background: var(--soft); }
.l9025xakj { background: var(--cta); }
.cxlxwkb { max-width: 760px; margin-bottom: 32px; }
.cxlxwkb.jpkdlozx { margin-left: auto; margin-right: auto; text-align: center; }
.cxlxwkb p { color: var(--muted); font-size: 1.05rem; }
.deyfkj { font-size: 1.1rem; }
.m98wsu p { margin-bottom: 14px; }
.aejh6ew { text-align: center; max-width: 680px; margin: 0 auto; }

/* Titre de section avec accent ochre */
.sec-title-accent {
	display: inline-block;
	border-left: 4px solid var(--brand);
	padding-left: 14px;
	margin-bottom: 14px;
}

/* ── Texte + image côte à côte ─────────────────────────────────────── */
.bknrm04 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
}
.bknrm04.hj7w4yb { padding: 56px 0; }
.sc622p img { border-radius: 8px; }
.ajw166a h2 { margin-bottom: 14px; }

/* ── Services grid ─────────────────────────────────────────────────── */
.jocah1467 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
	gap: 16px;
}
.u2tkmx {
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.16s ease, border-color 0.16s ease;
}
.u2tkmx:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.09); border-color: var(--brand); }
.u2tkmx img { width: 100%; height: 190px; object-fit: cover; }
.u2tkmx .f10yyd39d { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.u2tkmx h3 { margin-bottom: 6px; color: var(--cta); }
.u2tkmx p { color: var(--muted); font-size: 0.96rem; }
.ma02emzj {
	margin-top: auto;
	padding-top: 12px;
	font-size: 1rem;
	color: var(--ink);
	border-top: 1px solid var(--line);
}
.ma02emzj strong { font-size: 1.35rem; color: var(--brand); }

/* ── Timeline verticale (étapes) ───────────────────────────────────── */
.timeline-wrap {
	position: relative;
	max-width: 760px;
	margin: 0 auto;
	padding-left: 48px;
}
.timeline-wrap::before {
	content: "";
	position: absolute;
	left: 15px;
	top: 8px;
	bottom: 8px;
	width: 2px;
	background: var(--brand);
}
.tl-step {
	position: relative;
	margin-bottom: 32px;
}
.tl-step:last-child { margin-bottom: 0; }
.tl-bubble {
	position: absolute;
	left: -48px;
	top: 0;
	width: 32px;
	height: 32px;
	background: var(--brand);
	color: #ffffff;
	font-family: var(--font-main);
	font-weight: 700;
	font-size: 0.95rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	z-index: 1;
	box-shadow: 0 0 0 3px var(--brand-pale);
}
.tl-step h3 {
	font-size: 1.12rem;
	color: var(--cta);
	margin-bottom: 4px;
	padding-top: 4px;
}
.tl-step p { color: var(--muted); font-size: 0.97rem; margin: 0; }

/* Ancienne grille d'étapes (fallback, non supprimée) */
.nmvr7p0vt {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}
.oqmajch {
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-radius: 4px;
	padding: 20px 18px;
}
.a37b7u {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--brand);
	margin-bottom: 4px;
}
.oqmajch h3 { margin-bottom: 6px; color: var(--cta); }
.oqmajch p { color: var(--muted); margin-bottom: 0; font-size: 0.97rem; }

/* ── FAQ - grille de cartes ────────────────────────────────────────── */
.faq-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 16px;
}
.faq-card {
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-radius: 4px;
	padding: 20px 18px;
	transition: box-shadow 0.16s ease, border-color 0.16s ease;
}
.faq-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,0.08); border-color: var(--brand); }
.faq-card h3 {
	font-size: 1.02rem;
	color: var(--cta);
	margin-bottom: 8px;
	line-height: 1.35;
}
.faq-card p { color: var(--muted); font-size: 0.96rem; margin: 0; }

/* Ancienne liste FAQ (fallback) */
.bcc9fy { max-width: 840px; }
.ja0j36 { border-bottom: 1px solid var(--line); padding: 20px 0; }
.ja0j36:first-child { padding-top: 0; }
.ja0j36 h3 { margin-bottom: 6px; color: var(--cta); }
.ja0j36 p { color: var(--muted); margin-bottom: 0; }

/* ── Pricing - cartes illustratives ───────────────────────────────── */
.pricing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
}
.pricing-card {
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-radius: 4px;
	padding: 22px 18px;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.16s ease, border-color 0.16s ease;
}
.pricing-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.09); border-color: var(--brand); }
.pricing-card h3 {
	font-size: 1.04rem;
	color: var(--cta);
	margin-bottom: 6px;
}
.pricing-card .pc-desc { color: var(--muted); font-size: 0.93rem; margin-bottom: 14px; flex: 1; }
.pricing-card .pc-range {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--brand);
	margin-bottom: 2px;
	line-height: 1;
}
.pricing-card .pc-unit { font-size: 0.82rem; color: var(--muted); }
.pricing-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 4px; }
.q1kqtn {
	width: 100%;
	border-collapse: collapse;
	background: #ffffff;
	min-width: 540px;
}
.q1kqtn caption {
	caption-side: bottom;
	font-size: 0.84rem;
	color: var(--muted);
	padding-top: 10px;
	text-align: left;
}
.q1kqtn th, .q1kqtn td {
	padding: 12px 14px;
	text-align: left;
	border-bottom: 1px solid var(--line);
	font-family: var(--font-main);
}
.q1kqtn thead th {
	background: var(--cta);
	color: #ffffff;
	font-size: 0.93rem;
	font-weight: 700;
}
.q1kqtn tbody th { font-weight: 700; color: var(--ink); }
.q1kqtn tbody tr:nth-child(even) { background: var(--soft); }
.q1kqtn .k1v888f { font-weight: 700; color: var(--brand); white-space: nowrap; }

/* ── CTA-Band - carte centrée fond clair ──────────────────────────── */
.ctaband-wrap {
	display: flex;
	justify-content: center;
	padding: 20px 0 8px;
}
.ctaband-card {
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-radius: 4px;
	padding: 44px 48px;
	text-align: center;
	max-width: 700px;
	width: 100%;
	box-shadow: 0 8px 32px rgba(0,0,0,0.10);
}
.ctaband-card h2 { color: var(--cta); margin-bottom: 10px; }
.ctaband-card p { color: var(--muted); margin-bottom: 22px; }

/* Ancien encart CTA dark (fallback conservé) */
.ql07finy {
	background: var(--cta);
	color: #ffffff;
	border-radius: 4px;
	padding: 36px 34px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}
.ql07finy h2, .ql07finy p, .ql07finy span, .ql07finy li { color: #ffffff; }
.ql07finy h2 { margin-bottom: 6px; }
.ql07finy p { margin-bottom: 0; color: #d0d4da; }
.ql07finy .aychd0auu { max-width: 600px; }

/* ── Sections sombres : lisibilité ────────────────────────────────── */
.l9025xakj,
.l9025xakj h2, .l9025xakj h3, .l9025xakj h4,
.l9025xakj p, .l9025xakj li, .l9025xakj span,
.l9025xakj strong, .l9025xakj dt, .l9025xakj dd {
	color: #ffffff;
}
.l9025xakj .cxlxwkb p { color: #d0d4da; }
.l9025xakj .u9uvsv svg { color: var(--brand); }

/* ── Aide au choix ─────────────────────────────────────────────────── */
.j1ftui {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
}
.o2649mwrp {
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-top: 4px solid var(--brand);
	border-radius: 4px;
	padding: 20px 18px;
}
.o2649mwrp h3 { margin-bottom: 5px; color: var(--cta); }
.o2649mwrp .tgrp7n { color: var(--brand); font-weight: 700; font-size: 0.93rem; margin-bottom: 10px; }
.o2649mwrp ul { padding-left: 18px; margin-bottom: 0; }
.o2649mwrp li { color: var(--muted); font-size: 0.96rem; }

/* ── Encarts primes ────────────────────────────────────────────────── */
.u8xzuq0kb {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
	gap: 16px;
}
.h38s0b {
	background: #ffffff;
	border: 1.5px solid var(--line);
	border-radius: 4px;
	padding: 20px 18px;
}
.h38s0b h3 { margin-bottom: 8px; color: var(--cta); }
.h38s0b p { color: var(--muted); font-size: 0.97rem; }
.h38s0b p:last-child { margin-bottom: 0; }

/* ── Figures photo ─────────────────────────────────────────────────── */
.olwn38 { margin: 0; }
.olwn38 img { border-radius: 4px; box-shadow: 0 6px 22px rgba(0,0,0,0.12); }
.olwn38 figcaption { font-size: 0.88rem; color: var(--muted); margin-top: 8px; }
.r8omixsc { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.j5ph96 { margin-top: 26px; }

/* ── Liste avantages ───────────────────────────────────────────────── */
.u9uvsv { list-style: none; padding: 0; margin: 0; }
.u9uvsv li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 10px;
	color: var(--ink);
}
.u9uvsv svg { color: var(--brand); flex-shrink: 0; margin-top: 3px; }

/* ── Pied de page ──────────────────────────────────────────────────── */
.v3xfm4p9 { background: var(--cta); color: #d0d4da; }
.pho0qcf {
	max-width: 1180px;
	margin: 0 auto;
	padding: 48px 24px 34px;
	display: grid;
	grid-template-columns: 1.5fr 1fr 1.2fr;
	gap: 36px;
}
.cvlq2mdx p { color: #9ba3ad; font-size: 0.95rem; }
.mugo5wm {
	height: 42px;
	width: auto;
	margin-bottom: 14px;
	background: #ffffff;
	border-radius: 4px;
	padding: 6px 10px;
}
.gbe08ir6 {
	display: block;
	font-weight: 700;
	font-size: 1rem;
	color: #ffffff;
	margin-bottom: 12px;
}
.uzc1yxni4 { list-style: none; padding: 0; margin: 0; }
.uzc1yxni4 li { color: #9ba3ad; font-size: 0.93rem; padding: 4px 0; }
.cvlq2mdx .lvowf1hy { margin-top: 6px; }
.cxxujg061 {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	max-width: 1180px;
	margin: 0 auto;
	padding: 18px 24px 28px;
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.cxxujg061 span { color: #6c7280; font-size: 0.85rem; }
.zj27dvimg { max-width: 900px; }

/* ── Responsive ────────────────────────────────────────────────────── */
@media (max-width: 980px) {
	.bknrm04 { grid-template-columns: 1fr; gap: 24px; }
	.sc622p { order: -1; }
	.pho0qcf { grid-template-columns: 1fr 1fr; gap: 24px; }
	.faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
	.svtjujy {
		display: block;
		cursor: pointer;
		padding: 6px;
		background: transparent;
		border: 0;
	}
	.fub1h8 {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #ffffff;
		border-bottom: 1px solid var(--line);
		box-shadow: 0 12px 24px rgba(0,0,0,0.1);
		z-index: 90;
	}
	.scst8j:checked ~ .fub1h8 { display: block; }
	.fub1h8 .uozjju {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 6px 24px 16px;
	}
	.fub1h8 .uozjju li { border-bottom: 1px solid var(--line); }
	.fub1h8 .uozjju li:last-child { border-bottom: 0; }
	.fub1h8 a { display: block; padding: 13px 0; }
	.fub1h8 .otp1d8ozj a,
	.fub1h8 .menu-item-cta a { text-align: center; margin: 12px 0 4px; padding: 11px 18px; }
	.scst8j:checked ~ .svtjujy span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.scst8j:checked ~ .svtjujy span:nth-child(2) { opacity: 0; }
	.scst8j:checked ~ .svtjujy span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
	.ctaband-card { padding: 32px 28px; }
}

@media (max-width: 680px) {
	body { font-size: 16px; }
	h1 { font-size: 1.75rem; }
	.xhero-inner h1 { font-size: 2rem; }
	h2 { font-size: 1.45rem; }
	.xhero-inner { padding: 44px 20px 52px; }
	.kroxzls2z { padding: 10px 20px; }
	.c9xyey { padding: 0 20px; }
	.hj7w4yb { padding: 40px 0; }
	.bknrm04.hj7w4yb { padding: 40px 0; }
	.rfkak5 .yh2flqwx { grid-template-columns: 1fr; gap: 0; }
	.r8omixsc { grid-template-columns: 1fr; }
	.pho0qcf { grid-template-columns: 1fr; gap: 22px; }
	.ctaband-card { padding: 28px 18px; }
	.xform-wrap { padding: 36px 20px 44px; }
	.qwsjfpg5 { padding: 20px 16px; }
	.ilooyw0lm img { height: 40px; }
	.timeline-wrap { padding-left: 40px; }
	.tl-bubble { left: -40px; width: 28px; height: 28px; font-size: 0.88rem; }
	.timeline-wrap::before { left: 13px; }
	.faq-grid { grid-template-columns: 1fr; }
	.pricing-grid { grid-template-columns: 1fr; }
}


.xhero-intro { padding-block: 56px 64px; }
.xhero-intro .hero-grid {
	max-width: 1240px; margin: 0 auto; padding-inline: 28px;
	display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 42px; align-items: start;
}
@media (max-width: 900px) { .xhero-intro .hero-grid { grid-template-columns: 1fr; gap: 26px; } }
.xhero-intro .xhero-inner { text-align: left; }
.xhero-intro .hero-form-card { background: #fff; padding: 24px 24px 20px; border-radius: 10px; box-shadow: 0 4px 22px rgba(0,0,0,.14); }
.xhero-intro .hero-form-card h2 { color: var(--brand); font-family: var(--font-main); font-size: 1.25rem; font-weight: 700; margin: 0 0 12px; }


/* aps-post-content-fix : constrain AI-generated <section> children of main */
.vzo3j6 > section,
.vzo3j6 > p,
.vzo3j6 > h2,
.vzo3j6 > h3,
.vzo3j6 > ul,
.vzo3j6 > ol,
.vzo3j6 > dl {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
}
.vzo3j6 > section {
	padding-top: 44px;
	padding-bottom: 44px;
}
.vzo3j6 > section + section {
	border-top: 1px solid rgba(0,0,0,.08);
}
.vzo3j6 > section h2 {
	margin-bottom: 18px;
}
.vzo3j6 > section h3 {
	margin-top: 26px;
	margin-bottom: 10px;
}
.vzo3j6 > section p {
	margin-bottom: 14px;
}
.vzo3j6 > section ul,
.vzo3j6 > section ol {
	padding-left: 22px;
	margin-bottom: 18px;
}
.vzo3j6 > section ul li,
.vzo3j6 > section ol li {
	margin-bottom: 6px;
}
.vzo3j6 > section dl dt {
	font-weight: 700;
	margin-top: 14px;
}
.vzo3j6 > section dl dd {
	margin: 0 0 12px;
	color: #5a6b72;
}
/* Geo maillage block sections */
.vzo3j6 > .znw75gigx {
	padding-top: 32px;
	padding-bottom: 32px;
}
.vzo3j6 > .znw75gigx + .znw75gigx {
	border-top: 1px solid rgba(0,0,0,.08);
}
.vzo3j6 > .znw75gigx .im8mi3twj {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}
.vzo3j6 > .znw75gigx h2 {
	font-size: 1.4rem;
	margin-bottom: 16px;
}
.vzo3j6 > .znw75gigx .t86qtl5z {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 6px 22px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.vzo3j6 > .znw75gigx .t86qtl5z li {
	padding: 5px 0;
	border-bottom: 1px solid rgba(0,0,0,.06);
}
.vzo3j6 > .znw75gigx .t86qtl5z a {
	color: inherit;
	text-decoration: none;
}
.vzo3j6 > .znw75gigx .t86qtl5z .u9075zst {
	color: #5a6b72;
	font-size: .85em;
	margin-left: 6px;
}

/* spacing */
body.home .vzo3j6 > *:first-child {
	padding-top: 40px;
}

/* === content fixes 2026-05-31 === */

/* Add > table to existing wrapper max-width rule */
.vzo3j6 > table {
	max-width: 1180px;
	width: calc(100% - 48px);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

/* Home spacing — first paragraph gap + explicit margins (global reset zeroed) */
body.home .vzo3j6 > p:first-of-type {
	margin-top: 64px;
}
body.home .vzo3j6 > p {
	margin-bottom: 18px;
}
body.home .vzo3j6 > h2 {
	margin-top: 40px;
	margin-bottom: 14px;
}
body.home .vzo3j6 > h3 {
	margin-top: 26px;
	margin-bottom: 10px;
}
body.home .vzo3j6 > ul,
body.home .vzo3j6 > ol {
	margin-bottom: 18px;
}
body.home .vzo3j6 > table {
	margin-top: 28px;
	margin-bottom: 28px;
}

/* === Table design v21: gold/amber compact card — amber chip header + dark slate dividers + numbered counter chips + dark right column === */
.vzo3j6 table,
.vzo3j6 > section table {
	width: 100%;
	max-width: 100%;
	margin: 32px auto;
	border-collapse: collapse;
	font-size: 0.95rem;
	background: #ffffff;
	border-top: 5px solid #CA8A04;
	border-bottom: 1px solid #1f2933;
	counter-reset: vzo-row;
}
.vzo3j6 table thead th {
	background: #fef9ec;
	color: #1f2933;
	text-align: left;
	padding: 14px 22px 12px;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	border-bottom: 2px solid #CA8A04;
	vertical-align: middle;
}
.vzo3j6 table thead th:last-child {
	border-bottom-color: #1f2933;
	text-align: right;
	color: #1f2933;
}
.vzo3j6 table tbody td {
	padding: 14px 22px 14px 60px;
	border-bottom: 1px dashed #d9dde4;
	color: #1a1a18;
	vertical-align: top;
	line-height: 1.62;
	position: relative;
}
.vzo3j6 table tbody td:not(:first-child) {
	padding-left: 22px;
}
.vzo3j6 table tbody td:first-child {
	color: #1f2933;
	font-weight: 700;
	counter-increment: vzo-row;
}
.vzo3j6 table tbody td:first-child::before {
	content: counter(vzo-row);
	position: absolute;
	left: 22px;
	top: 13px;
	background: #CA8A04;
	color: #ffffff;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	font-size: 0.78rem;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-main);
}
.vzo3j6 table tbody td:last-child {
	background: #1f2933;
	color: #fef9ec;
	text-align: right;
	font-weight: 700;
	letter-spacing: 0.02em;
}
.vzo3j6 table tbody td:last-child strong {
	color: #fdf3d0;
	background: none;
}
.vzo3j6 table tbody td strong {
	color: #CA8A04;
}
.vzo3j6 table tbody tr:last-child td {
	border-bottom: none;
}
.vzo3j6 table tbody tr:nth-child(even) td:not(:last-child) {
	background: #f9fafb;
}
.vzo3j6 table tbody tr:hover td:not(:last-child) {
	background: #fdf3d0;
}
.vzo3j6 table tbody tr:hover td:first-child::before {
	background: #1f2933;
}

/* Mobile compact */
@media (max-width: 640px) {
	.vzo3j6 table thead th {
		padding: 10px 12px;
		font-size: 0.82rem;
	}
	.vzo3j6 table tbody td {
		padding: 10px 12px 10px 44px;
		font-size: 0.90rem;
	}
	.vzo3j6 table tbody td:not(:first-child) {
		padding-left: 12px;
	}
	.vzo3j6 table tbody td:first-child::before {
		left: 12px;
		top: 9px;
		width: 22px;
		height: 22px;
		font-size: 0.74rem;
	}
}

/* ====== PATCH 2026-05-31 : form z-index + maillage NEW design ====== */

/* Fix : hero ::before overlay covered the form-card. Promote all hero content above. */
.xhero-intro .xhero-inner,
.xhero-intro .hero-grid,
.xhero-intro .hero-form-card { position: relative; z-index: 2; }

/* If hero uses display: flex centering, ensure children sit above ::before */
.xhero-intro > * { position: relative; z-index: 2; }

/* ============================================================
   MAILLAGE NEW DESIGN : bookmark cards (left amber stripe)
   (different from pills/chevron/row-list patterns done elsewhere)
   ============================================================ */
body > .slpuawfr,
main > .slpuawfr {
  padding: 56px 0 !important;
  background: var(--soft, #f9fafb);
}
body > .slpuawfr + .slpuawfr,
main > .slpuawfr + .slpuawfr {
  border-top: 1px solid rgba(0,0,0,0.06);
}
body > .slpuawfr .dkxaihhm,
main > .slpuawfr .dkxaihhm {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}
body > .slpuawfr h2,
main > .slpuawfr h2 {
  font-size: 1.55rem !important;
  color: var(--brand-dark, #a36d03) !important;
  margin: 0 0 28px !important;
  position: relative;
  padding-left: 18px;
  font-weight: 700;
  line-height: 1.2;
}
body > .slpuawfr h2::before,
main > .slpuawfr h2::before {
  content: '';
  position: absolute;
  left: 0; top: 6px; bottom: 6px;
  width: 5px;
  background: var(--brand, #CA8A04);
  border-radius: 1px;
}

/* Bookmark cards grid */
body > .slpuawfr .mb5kaa,
main > .slpuawfr .mb5kaa {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  gap: 10px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
body > .slpuawfr .mb5kaa li,
main > .slpuawfr .mb5kaa li {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
body > .slpuawfr .mb5kaa a,
main > .slpuawfr .mb5kaa a {
  display: block;
  padding: 13px 14px 13px 18px;
  background: #ffffff;
  border-left: 4px solid var(--brand, #CA8A04);
  border-radius: 0 4px 4px 0;
  color: var(--ink, #1a1a18) !important;
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  transition: transform 0.18s ease, border-left-width 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}
body > .slpuawfr .mb5kaa a:hover,
main > .slpuawfr .mb5kaa a:hover {
  transform: translateX(2px);
  border-left-width: 7px;
  box-shadow: 0 4px 12px rgba(202,138,4,0.20);
  color: var(--brand-dark, #a36d03) !important;
}

/* Container main : constrain max-width so tables/text don't span 100vw */
main.vzo3j6 {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 32px 24px 56px !important;
}
/* Inner table : responsive overflow */
main.vzo3j6 table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
}
main.vzo3j6 table thead { background: var(--brand-pale, #fdf3d0); }
main.vzo3j6 table th {
  text-align: left; padding: 12px 14px; color: var(--brand-dark, #a36d03);
  font-weight: 700; border-bottom: 2px solid var(--brand, #CA8A04);
  white-space: nowrap;
}
main.vzo3j6 table td {
  padding: 12px 14px; border-bottom: 1px solid var(--line, #e4e6ea); color: var(--ink, #1a1a18);
}
main.vzo3j6 table tr:nth-child(even) td { background: rgba(202,138,4,0.04); }

/* Photo gallery section */
.avr-gallery { padding: 56px 0 !important; background: var(--soft, #f9fafb); }
.avr-gallery .vzo3j6-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.avr-gal-hd { text-align: center; margin-bottom: 32px; }
.avr-gal-hd h2 {
  font-size: 1.7rem; color: var(--brand-dark, #a36d03);
  margin: 0 0 10px; font-weight: 700;
}
.avr-gal-hd p { color: var(--muted, #4c5562); margin: 0; }

.avr-gal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 640px) { .avr-gal-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .avr-gal-grid { grid-template-columns: 1fr 1fr 1fr; } }

.avr-gal-grid figure {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  position: relative;
}
.avr-gal-grid figure::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 4px;
  background: var(--brand, #CA8A04);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
.avr-gal-grid figure:hover::after { transform: scaleX(1); }
.avr-gal-grid figure img {
  width: 100%; height: 240px; object-fit: cover; display: block;
  transition: transform 0.4s ease;
}
.avr-gal-grid figure:hover img { transform: scale(1.04); }

/* Patch 2026-05-31 table-fix : disable counter circles (overlapped after main container shrink) */
main.vzo3j6 table tbody td:first-child::before { content: none !important; display: none !important; }
main.vzo3j6 table tbody td { padding: 13px 16px !important; vertical-align: middle !important; }
main.vzo3j6 table tbody td:first-child { padding-left: 16px !important; }

/* === ASB v35 hazard-warning content design === */
.vzo3j6 {
  max-width: 980px;
  margin: 0 auto;
  padding: 2.8rem 1.5rem 3.5rem;
  font-size: 1.02rem;
  color: #1a1a18;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.vzo3j6 p {
  margin: 0 0 1.1rem;
  line-height: 1.72;
}
.vzo3j6 p:first-of-type {
  font-size: 1.06rem;
  color: #1f2933;
  background:
    repeating-linear-gradient(45deg, #fef9ec 0, #fef9ec 14px, #fdf3d0 14px, #fdf3d0 28px);
  padding: 1rem 1.2rem;
  margin-bottom: 1.7rem;
  border-top: 4px solid #1f2933;
  border-bottom: 4px solid #CA8A04;
}
.vzo3j6 h2 {
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-weight: 700;
  font-size: 1.42rem;
  color: #1f2933;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: 2.4rem 0 1rem;
  padding: .55rem 0 .55rem 0;
  position: relative;
  border-top: 4px solid #1f2933;
}
.vzo3j6 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 100%;
  height: 4px;
  background:
    repeating-linear-gradient(90deg, #CA8A04 0, #CA8A04 12px, transparent 12px, transparent 16px);
}
.vzo3j6 h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #CA8A04;
}
.vzo3j6 h3 {
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.14rem;
  color: #a36d03;
  margin: 1.7rem 0 .55rem;
  padding-left: 1.1rem;
  border-left: 3px solid #1f2933;
}
.vzo3j6 ul {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0 1.3rem;
}
.vzo3j6 ul li {
  position: relative;
  padding-left: 1.7rem;
  margin: .45rem 0;
  line-height: 1.65;
}
.vzo3j6 ul li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: -.05rem;
  color: #CA8A04;
  font-size: .9em;
}
.vzo3j6 ol {
  counter-reset: asb-step;
  list-style: none;
  padding-left: 0;
  margin: 1rem 0 1.3rem;
}
.vzo3j6 ol li {
  counter-increment: asb-step;
  position: relative;
  padding: .2rem 0 .35rem 3rem;
  margin: .55rem 0;
  line-height: 1.65;
  min-height: 2rem;
}
.vzo3j6 ol li::before {
  content: counter(asb-step);
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  background: #1f2933;
  color: #CA8A04;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  line-height: 2.2rem;
  border-bottom: 3px solid #CA8A04;
}
.vzo3j6 table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.6rem 0 1.85rem;
  font-size: .96rem;
  background: #fff;
  border-top: 4px solid #1f2933;
  border-bottom: 4px double #CA8A04;
}
.vzo3j6 table thead th {
  background: #1f2933;
  color: #fdf3d0;
  text-align: left;
  padding: .7rem .85rem;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-weight: 700;
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: .03em;
  border-bottom: 3px solid #CA8A04;
}
.vzo3j6 table tbody td {
  padding: .58rem .85rem;
  color: #1a1a18;
  border-bottom: 1px solid #e4e6ea;
  vertical-align: top;
}
.vzo3j6 table tbody tr:nth-child(odd) td {
  background: #fef9ec;
}
.vzo3j6 table tbody tr td:first-child {
  font-weight: 700;
  color: #1f2933;
  border-left: 4px solid #CA8A04;
}
.vzo3j6 strong { color: #1f2933; font-weight: 700; }
.vzo3j6 em { color: #a36d03; font-style: italic; }
.vzo3j6 blockquote {
  border-left: 5px solid #CA8A04;
  background: #fef9ec;
  padding: .9rem 1.2rem;
  margin: 1.4rem 0;
  font-style: italic;
  color: #1f2933;
}
.vzo3j6 a {
  color: #1f2933;
  text-decoration: none;
  border-bottom: 2px solid #CA8A04;
}
.vzo3j6 a:hover { color: #a36d03; }
@media (max-width: 680px) {
  .vzo3j6 { padding: 2rem 1rem 3rem; }
  .vzo3j6 h2 { font-size: 1.22rem; letter-spacing: .015em; }
  .vzo3j6 h3 { font-size: 1.06rem; }
  .vzo3j6 table { font-size: .9rem; }
  .vzo3j6 table thead th,
  .vzo3j6 table tbody td { padding: .5rem .55rem; }
  .vzo3j6 ol li { padding-left: 2.6rem; }
}
/* === end ASB v35 === */
