@font-face { font-family: "Figtree"; font-style: normal; font-weight: 400 800; font-display: swap; src: url(/assets/figtree-latin.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212; }
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 400 800; font-display: swap; src: url(/assets/figtree-latin-ext.woff2) format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+1E00-1E9F, U+20A0-20AB, U+20AD-20C0; }

:root {
  --encre: #111; --gris: #555; --gris-2: #6b6b6b; --ligne: #e2e2e2; --fond: #fff; --fond-2: #f4f4f2;
  --accent: #1f5f4a; --accent-clair: #dbe9e3; --max: 1120px; --gouttiere: 20px; --rayon: 12px; color-scheme: light;
}
@view-transition { navigation: auto; }
::view-transition-old(root), ::view-transition-new(root) { animation-duration: 200ms; }
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-family: "Figtree", system-ui, sans-serif; font-size: 17px; line-height: 1.55; color: var(--encre); background: var(--fond); -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 3px solid #276ef1; outline-offset: 2px; border-radius: 6px; }
[id] { scroll-margin-top: 88px; }
[hidden] { display: none !important; }
.conteneur { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gouttiere); }
@media (min-width: 768px) { :root { --gouttiere: 32px; } }

.entete { position: sticky; top: 0; z-index: 10; background: #111; color: #fff; }
.entete .conteneur { display: flex; align-items: center; justify-content: space-between; min-height: 64px; gap: 12px; }
.marque { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 20px; letter-spacing: -0.01em; min-height: 44px; }
.marque svg { width: 28px; height: 28px; flex: none; }
.entete nav { display: flex; gap: 4px; }
.entete nav a { text-decoration: none; font-weight: 500; font-size: 15px; padding: 10px 14px; border-radius: 999px; min-height: 44px; display: inline-flex; align-items: center; transition: background .15s; }
.entete nav a:hover { background: #333; }
@media (max-width: 560px) { .entete nav a.optionnel { display: none; } }

.bouton { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 0 26px; border-radius: 999px; border: 0; background: #111; color: #fff; font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; transition: background .15s, transform .1s; }
.bouton:hover { background: #333; }
.bouton:active { transform: scale(.98); }
.bouton.sec { background: var(--fond-2); color: #111; }
.bouton.sec:hover { background: #e6e6e2; }

.hero { padding: 48px 0 56px; background: var(--fond-2); }
.hero .grille { display: grid; gap: 32px; align-items: start; }
@media (min-width: 960px) { .hero .grille { grid-template-columns: 1fr 1.05fr; gap: 56px; } .hero { padding: 72px 0 80px; } }
.surtitre { margin: 0 0 10px; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; font-weight: 700; color: var(--accent); }
h1 { font-size: clamp(34px, 6vw, 54px); line-height: 1.05; letter-spacing: -0.02em; margin: 0 0 16px; text-wrap: balance; }
h2 { font-size: clamp(26px, 4vw, 36px); line-height: 1.15; letter-spacing: -0.01em; margin: 0 0 16px; text-wrap: balance; }
h3 { font-size: 19px; margin: 0 0 6px; }
.chapeau { font-size: 19px; color: var(--gris); margin: 0 0 20px; max-width: 34em; }
.points { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.offre-accueil { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin: 0 0 22px; padding: 14px 16px; background: #fff; border: 1px solid #e3e3df; border-radius: 14px; max-width: 34em; }
.offre-accueil p { margin: 0; flex: 1 1 220px; font-size: 16px; }
@media (max-width: 560px) { .hero { padding-top: 28px; } .hero .points { display: none; } .hero .chapeau { font-size: 17px; margin-bottom: 14px; } .offre-accueil .bouton { width: 100%; } }
.points li { padding-left: 26px; position: relative; }
.points li::before { content: ""; position: absolute; left: 2px; top: 9px; width: 12px; height: 7px; border-left: 2.5px solid var(--accent); border-bottom: 2.5px solid var(--accent); transform: rotate(-45deg); }

.formulaire { background: #fff; border-radius: 16px; padding: 24px 20px; box-shadow: 0 1px 2px rgba(0,0,0,.06), 0 8px 28px rgba(0,0,0,.07); }
@media (min-width: 560px) { .formulaire { padding: 30px 32px; } }
.formulaire h2 { font-size: 24px; margin-bottom: 18px; }
.champ { margin-bottom: 18px; position: relative; }
.champ > label, .champ legend { display: block; font-weight: 700; margin-bottom: 6px; font-size: 16px; }
.champ input[type=text] { width: 100%; min-height: 52px; font: inherit; font-size: 17px; padding: 0 16px; border: 1.5px solid #bdbdb8; border-radius: 10px; background: #fff; }
.champ input[type=text]:focus { border-color: #111; outline: none; box-shadow: 0 0 0 3px rgba(39,110,241,.25); }
.aide { font-size: 14px; color: var(--gris-2); margin: 6px 0 0; }
.choix { position: absolute; left: 0; right: 0; top: calc(100% - 20px); z-index: 20; list-style: none; margin: 0; padding: 6px; background: #fff; border: 1px solid var(--ligne); border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,.12); max-height: 320px; overflow: auto; }
.choix li { padding: 10px 12px; border-radius: 8px; cursor: pointer; min-height: 44px; display: flex; flex-direction: column; justify-content: center; }
.choix li small { color: var(--gris-2); font-size: 14px; }
.choix li[aria-selected=true], .choix li:hover { background: var(--fond-2); }
fieldset { border: 0; padding: 0; margin: 0; }
.rayons { display: flex; flex-wrap: wrap; gap: 8px; }
.rayons label { position: relative; }
.rayons input { position: absolute; opacity: 0; inset: 0; }
.rayons span { display: inline-flex; align-items: center; justify-content: center; min-width: 64px; min-height: 44px; padding: 0 14px; border: 1.5px solid #bdbdb8; border-radius: 999px; font-weight: 600; cursor: pointer; transition: background .15s, border-color .15s; }
.rayons input:checked + span { background: #111; color: #fff; border-color: #111; }
.rayons input:focus-visible + span { outline: 3px solid #276ef1; outline-offset: 2px; }
.erreur { color: #b3261e; font-weight: 600; margin: 0 0 12px; }
.formulaire .bouton { width: 100%; }
.sous-bouton { text-align: center; margin: 12px 0 0; font-size: 15px; }
.sous-bouton a { display: inline-flex; min-height: 44px; align-items: center; }

.section { padding: 64px 0; }
.section.gris { background: var(--fond-2); }
.cartes { display: grid; gap: 16px; margin-top: 24px; }
@media (min-width: 700px) { .cartes { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .cartes { grid-template-columns: repeat(3, 1fr); } }
.carte { background: #fff; border: 1px solid var(--ligne); border-radius: var(--rayon); padding: 22px; }
.section.gris .carte { border-color: transparent; }
.carte p { margin: 0; color: var(--gris); }
.num { display: inline-flex; width: 32px; height: 32px; border-radius: 50%; background: var(--accent-clair); color: var(--accent); font-weight: 800; align-items: center; justify-content: center; margin-bottom: 10px; }
.sources { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.sources li { border-bottom: 1px solid var(--ligne); padding: 12px 0; display: grid; gap: 2px; }
@media (min-width: 800px) { .sources li { grid-template-columns: 260px 1fr; gap: 24px; } }
.sources strong { font-weight: 700; }
.sources span { color: var(--gris); }
.avert { border-left: 4px solid var(--accent); background: var(--accent-clair); padding: 16px 20px; border-radius: 0 10px 10px 0; max-width: 60em; }
.faq details { border-bottom: 1px solid var(--ligne); }
.faq summary { cursor: pointer; font-weight: 700; padding: 16px 0; min-height: 44px; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::after { content: "+"; font-weight: 500; font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: "\2212"; }
.faq summary::-webkit-details-marker { display: none; }
.faq p { margin: 0 0 16px; color: var(--gris); max-width: 46em; }

.prose { max-width: 760px; padding-top: 48px; padding-bottom: 64px; }
.prose h1 { font-size: clamp(30px, 5vw, 42px); }
.prose h2 { font-size: 22px; margin-top: 32px; }
.prose p, .prose li { color: #222; }

.pied { background: #111; color: #cfcfcf; padding: 40px 0; font-size: 15px; }
.pied .conteneur { display: grid; gap: 18px; }
.pied nav { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.pied a { color: #fff; text-decoration: none; min-height: 44px; display: inline-flex; align-items: center; }
.pied a:hover { text-decoration: underline; }
.pied p { margin: 0; max-width: 60em; }

.apparait { opacity: 0; transform: translateY(12px); transition: opacity .5s ease, transform .5s ease; }
.apparait.vu { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .apparait { opacity: 1; transform: none; transition: none; } @view-transition { navigation: none; } }
