/* geolinkaavis.fr - questions reponses : bleu clair, sarcelle, jaune doux */
:root{
  --deep:#0F5C86;
  --deep-2:#0B4666;
  --teal:#14919B;
  --teal-soft:#E4F4F5;
  --sun:#F3C34B;
  --sun-soft:#FDF3DA;
  --bg:#F6FAFC;
  --card:#FFFFFF;
  --line:#DCE8EF;
  --text:#213640;
  --muted:#5D7787;
  --radius:18px;
  --maxw:780px;
  --wide:1160px;
  --shadow:0 2px 4px rgba(15,92,134,.04),0 16px 40px rgba(15,92,134,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:84px;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--text);
  font-family:"Nunito Sans",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;font-size:18px;line-height:1.75}
img{max-width:100%;height:auto;display:block}
a{color:var(--deep);text-underline-offset:3px}
a:hover{color:var(--teal)}
:focus-visible{outline:3px solid var(--teal);outline-offset:3px;border-radius:6px}
h1,h2,h3,h4{font-family:"Manrope",system-ui,sans-serif;color:var(--deep-2);line-height:1.2;font-weight:800;letter-spacing:-.02em}
h1{font-size:clamp(2rem,5vw,3.2rem);margin:0 0 .5em}
h2{font-size:clamp(1.5rem,3.3vw,2.1rem);margin:0 0 .5em}
h3{font-size:clamp(1.12rem,2.1vw,1.32rem);margin:1.9em 0 .4em;font-weight:700}
p{margin:0 0 1.15em}
strong{font-weight:700;color:var(--deep-2)}
.skip{position:absolute;left:-9999px}
.skip:focus{position:fixed;left:1rem;top:1rem;background:var(--deep);color:#fff;padding:.8rem 1.2rem;border-radius:10px;z-index:300}
.wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 22px}
.wide{max-width:var(--wide)}

/* en-tete */
.topbar{position:sticky;top:0;z-index:100;background:rgba(246,250,252,.93);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.topbar-in{max-width:var(--wide);margin:0 auto;padding:.7rem 22px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand{display:flex;gap:.65rem;align-items:center;text-decoration:none;color:var(--deep-2)}
.brand img{width:34px;height:34px}
.brand b{font-family:"Manrope",sans-serif;font-size:1.05rem;display:block;line-height:1.15;font-weight:800}
.brand small{font-size:.72rem;color:var(--muted);font-weight:600}
.topbar .btn{padding:.6rem 1.1rem;font-size:.86rem}

/* boutons */
.btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--teal);color:#fff;border-radius:999px;
  padding:1rem 1.8rem;font-weight:800;font-family:"Manrope",sans-serif;font-size:1rem;text-decoration:none;
  box-shadow:0 10px 24px rgba(20,145,155,.28);transition:transform .18s ease,background .18s ease,box-shadow .18s ease}
.btn:hover{background:var(--deep);color:#fff;transform:translateY(-2px);box-shadow:0 14px 30px rgba(15,92,134,.3)}
.btn-sun{background:var(--sun);color:#3B2E07;box-shadow:0 10px 24px rgba(243,195,75,.35)}
.btn-sun:hover{background:var(--deep);color:#fff}
.btn-soft{background:var(--card);color:var(--deep);box-shadow:inset 0 0 0 2px var(--line)}
.btn-soft:hover{background:var(--deep);color:#fff;box-shadow:none}

/* hero */
.hero{padding:clamp(2.4rem,6vw,4.2rem) 0 2.6rem;background:linear-gradient(180deg,#EAF5F9 0%,var(--bg) 100%)}
.hero-in{max-width:var(--wide);margin:0 auto;padding:0 22px;display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}
@media(max-width:920px){.hero-in{grid-template-columns:1fr;gap:2rem}}
.pill{display:inline-flex;align-items:center;gap:.45rem;background:var(--sun-soft);color:#7A5B06;border-radius:999px;
  padding:.4rem 1rem;font-size:.82rem;font-weight:700;margin-bottom:1.2rem}
.lede{font-size:1.15rem;color:#3C5563}
.hero-check{list-style:none;padding:0;margin:1.6rem 0 0;display:grid;gap:.5rem}
.hero-check li{display:flex;gap:.6rem;align-items:flex-start;font-size:.97rem}
.hero-check li::before{content:"";flex:0 0 auto;width:22px;height:22px;border-radius:50%;background:var(--teal-soft);
  box-shadow:inset 0 0 0 2px var(--teal);margin-top:.25rem}

/* fiche express */
.factsheet{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.8rem;margin:2.4rem 0}
.factsheet h2{font-size:1.2rem;margin-bottom:1rem}
.factsheet dl{display:grid;grid-template-columns:auto 1fr;gap:.6rem 1.4rem;margin:0;font-size:.96rem}
.factsheet dt{font-weight:800;color:var(--deep);font-family:"Manrope",sans-serif}
.factsheet dd{margin:0}
@media(max-width:560px){.factsheet dl{grid-template-columns:1fr;gap:.15rem}.factsheet dd{margin-bottom:.7rem}}

/* sommaire */
.toc{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.7rem 1.9rem;margin:2.6rem 0}
.toc h2{font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem;font-weight:800}
.toc ol{margin:0;padding:0;list-style:none;counter-reset:q;columns:2;column-gap:2.2rem;font-size:.95rem}
.toc li{counter-increment:q;margin:.4rem 0;break-inside:avoid;padding-left:2rem;position:relative}
.toc li::before{content:counter(q);position:absolute;left:0;top:.2rem;width:1.4rem;height:1.4rem;border-radius:50%;
  background:var(--teal-soft);color:var(--teal);font-size:.72rem;font-weight:800;display:grid;place-items:center;font-family:"Manrope",sans-serif}
.toc a{color:var(--deep-2);text-decoration:none}
.toc a:hover{color:var(--teal);text-decoration:underline}
@media(max-width:640px){.toc ol{columns:1}}

/* sections */
section{padding:2.6rem 0}
section+section{border-top:1px solid var(--line)}
.q-label{display:inline-block;background:var(--teal-soft);color:var(--teal);font-weight:800;font-family:"Manrope",sans-serif;
  font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;border-radius:999px;padding:.32rem .85rem;margin-bottom:.9rem}

/* encadres */
.answer{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem 1.7rem;margin:1.6rem 0;border-left:5px solid var(--teal)}
.answer .t{display:block;font-family:"Manrope",sans-serif;font-weight:800;font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:.5rem}
.answer p:last-child{margin-bottom:0}
.answer.sun{border-left-color:var(--sun);background:var(--sun-soft)}
.answer.sun .t{color:#8A6707}
.answer.deep{background:var(--deep-2);color:#CFE3EE;border-left-color:var(--sun)}
.answer.deep .t{color:var(--sun)}
.answer.deep strong{color:#fff}
figure{margin:2.2rem 0}
figure img{border-radius:var(--radius);box-shadow:var(--shadow)}
figcaption{font-size:.85rem;color:var(--muted);margin-top:.7rem}

/* etapes */
.steps{list-style:none;counter-reset:s;padding:0;margin:1.8rem 0;display:grid;gap:1rem}
.steps li{counter-increment:s;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.2rem 1.4rem 1.2rem 4.2rem;position:relative}
.steps li::before{content:counter(s);position:absolute;left:1.2rem;top:1.2rem;width:2.2rem;height:2.2rem;border-radius:50%;
  background:var(--deep);color:#fff;display:grid;place-items:center;font-family:"Manrope",sans-serif;font-weight:800;font-size:.95rem}
.steps b{display:block;font-family:"Manrope",sans-serif;color:var(--deep-2);margin-bottom:.15rem}
.steps span{font-size:.95rem;color:#405A69}

/* cartes oui non */
.yesno{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;margin:1.8rem 0}
.yesno div{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.3rem 1.4rem}
.yesno h3{margin:0 0 .6rem;font-size:1.05rem}
.yesno ul{margin:0;padding-left:1.1rem;font-size:.94rem;color:#405A69}
.yesno li{margin:.35rem 0}
.yesno .ok{border-top:4px solid var(--teal)}
.yesno .ko{border-top:4px solid var(--sun)}
@media(max-width:640px){.yesno{grid-template-columns:1fr}}

/* tableaux */
.table-wrap{overflow-x:auto;margin:1.8rem 0;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow)}
table{border-collapse:collapse;width:100%;font-size:.93rem;min-width:520px}
caption{text-align:left;padding:1rem 1.2rem;font-size:.85rem;color:var(--muted);border-bottom:1px solid var(--line)}
th,td{padding:.85rem 1.2rem;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}
thead th{background:var(--teal-soft);color:var(--deep-2);font-family:"Manrope",sans-serif;font-size:.8rem;letter-spacing:.04em;text-transform:uppercase}
tbody tr:last-child td{border-bottom:0}

/* faq */
.faq-list{display:grid;gap:.7rem;margin:2rem 0}
.faq-item{background:var(--card);border-radius:14px;box-shadow:var(--shadow);overflow:hidden}
.faq-item summary{cursor:pointer;padding:1.1rem 3rem 1.1rem 1.4rem;font-family:"Manrope",sans-serif;font-weight:700;
  color:var(--deep-2);position:relative;list-style:none;font-size:1.04rem}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"";position:absolute;right:1.3rem;top:1.35rem;width:1.5rem;height:1.5rem;border-radius:50%;
  background:var(--teal-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314919B' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center/14px no-repeat;transition:transform .22s ease}
.faq-item[open] summary::after{transform:rotate(180deg)}
.faq-item .a{padding:0 1.4rem 1.3rem;font-size:.97rem;color:#3C5563}
.faq-item .a p:last-child{margin-bottom:0}

/* cta */
.cta-block{background:var(--deep);color:#CBE2EE;border-radius:26px;padding:2.4rem;margin:2.6rem 0;text-align:center;
  background-image:radial-gradient(80% 120% at 50% 0%,rgba(20,145,155,.55),transparent 65%)}
.cta-block h3{color:#fff;margin:0 0 .6rem;font-size:1.45rem}
.cta-block p{color:#B4D2E2;max-width:52ch;margin:0 auto 1.5rem}
.cta-inline{margin:2rem 0}

/* auteur */
.author-box{display:flex;gap:1.5rem;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.7rem;margin:2.6rem 0}
.author-box img{width:108px;height:108px;border-radius:50%;flex:0 0 auto}
.author-box h3{margin:0 0 .3rem;font-size:1.15rem}
.author-box p{font-size:.94rem;color:#41596A}
.author-links{display:flex;flex-wrap:wrap;gap:1rem;font-size:.86rem}
@media(max-width:560px){.author-box{flex-direction:column}}
.disclosure{font-size:.87rem;color:#41596A;background:var(--teal-soft);border-radius:14px;padding:1.2rem 1.4rem;margin:2rem 0}
.disclosure p:last-child{margin-bottom:0}

/* barre flottante */
.sticky-bar{position:fixed;left:50%;bottom:18px;transform:translate(-50%,140%);z-index:99;background:var(--card);
  border-radius:999px;box-shadow:0 10px 40px rgba(15,92,134,.22);padding:.5rem .5rem .5rem 1.4rem;display:flex;align-items:center;gap:1rem;
  transition:transform .32s cubic-bezier(.22,1,.36,1);max-width:calc(100% - 24px)}
.sticky-bar.show{transform:translate(-50%,0)}
.sticky-bar p{margin:0;font-size:.9rem;font-weight:700;color:var(--deep-2);white-space:nowrap}
.sticky-bar .btn{padding:.65rem 1.3rem;font-size:.9rem}
@media(max-width:620px){.sticky-bar p{display:none}.sticky-bar{padding:.45rem;left:12px;right:12px;transform:translateY(140%);max-width:none}
  .sticky-bar.show{transform:none}.sticky-bar .btn{width:100%;justify-content:center}}

/* pied de page */
footer.site{background:var(--deep-2);color:#A9C8D9;padding:3.4rem 0 2rem;font-size:.93rem}
footer.site .cols{max-width:var(--wide);margin:0 auto;padding:0 22px;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem}
footer.site h4{color:#fff;font-family:"Manrope",sans-serif;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;margin:0 0 1rem}
footer.site ul{list-style:none;margin:0;padding:0}
footer.site li{margin:.55rem 0;line-height:1.45}
footer.site a{color:#C4DCE9;text-decoration:none}
footer.site a:hover{color:var(--sun);text-decoration:underline}
footer.site .f-brand{display:flex;gap:.7rem;align-items:center;margin-bottom:1rem}
footer.site .f-brand img{width:36px;height:36px}
footer.site .f-brand b{color:#fff;font-family:"Manrope",sans-serif;font-size:1.12rem}
footer.site .legal{max-width:var(--wide);margin:2.8rem auto 0;padding:1.5rem 22px 0;border-top:1px solid rgba(255,255,255,.14);
  font-size:.82rem;color:#87A9BC;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}
@media(max-width:880px){footer.site .cols{grid-template-columns:1fr 1fr}}
@media(max-width:520px){footer.site .cols{grid-template-columns:1fr}}

/* pages annexes */
.page-head{padding:3rem 0 1.6rem}
.breadcrumb{font-size:.83rem;color:var(--muted)}
.breadcrumb a{color:var(--muted)}
.prose h2{margin-top:2.3rem}
.prose dl{margin:1.4rem 0}
.prose dt{font-weight:800;color:var(--deep-2);margin-top:1rem;font-family:"Manrope",sans-serif}
.prose dd{margin:.2rem 0 0}
.sitemap-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.3rem;margin:2.2rem 0}
.sitemap-card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.3rem 1.4rem}
.sitemap-card h3{margin:0 0 .5rem;font-size:1.04rem}
.sitemap-card ul{margin:0;padding-left:1.1rem;font-size:.93rem}
.sitemap-card li{margin:.35rem 0}

.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}
.reveal.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}html{scroll-behavior:auto}.reveal{opacity:1;transform:none}}

/* lisibilite des boutons dans le pied de page et l'en-tete */
footer.site a.btn{color:#fff}
footer.site a.btn-sun{color:#3B2E07}
footer.site a.btn-sun:hover{color:#fff}
.topbar .btn{white-space:nowrap}
@media(max-width:420px){.topbar .btn{padding:.55rem .9rem;font-size:.78rem}.brand small{display:none}}
