@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/source-sans-3-latin-400-normal.DQi5PRDE.woff2)format("woff2"),url(/_astro/source-sans-3-latin-400-normal.AFMiCETP.woff)format("woff")}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/source-sans-3-latin-600-normal.DeckBYAU.woff2)format("woff2"),url(/_astro/source-sans-3-latin-600-normal.BvDVuF-j.woff)format("woff")}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/source-sans-3-latin-700-normal.CkzU-mV9.woff2)format("woff2"),url(/_astro/source-sans-3-latin-700-normal.BBbVrHF_.woff)format("woff")}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/bricolage-grotesque-latin-600-normal.nxTgbNFE.woff2)format("woff2"),url(/_astro/bricolage-grotesque-latin-600-normal.Bw0J83-2.woff)format("woff")}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/bricolage-grotesque-latin-700-normal.gtcctNPv.woff2)format("woff2"),url(/_astro/bricolage-grotesque-latin-700-normal.DvJDmrLu.woff)format("woff")}:root{--bg:#fff;--surface:#f3f6f4;--surface-2:#e8eeeb;--text:#17211e;--muted:#56635e;--border:#d7dfdb;--accent:#1d6a50;--accent-hover:#15523d;--accent-soft:#e4f1ea;--on-accent:#fff;--warn-text:#7a4f00;--warn-bg:#fdf2dc;--focus:#1d6a50;--font:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--fs-sm:.875rem;--fs-base:1.0625rem;--fs-lg:1.25rem;--fs-h3:1.25rem;--fs-h2:clamp(1.5rem, 1.2rem + 1vw, 1.875rem);--fs-h1:clamp(1.875rem, 1.4rem + 2vw, 2.625rem);--space-1:.25rem;--space-2:.5rem;--space-3:1rem;--space-4:1.5rem;--space-5:2.5rem;--space-6:4rem;--radius:10px;--radius-sm:6px;--max:72rem;--measure:42rem;--shadow:0 1px 2px #17211e0f, 0 2px 8px #17211e0d}@media (prefers-color-scheme:dark){:root{--bg:#111816;--surface:#1a2320;--surface-2:#222d29;--text:#e6ecea;--muted:#a3b0ab;--border:#2f3b37;--accent:#5cc49a;--accent-hover:#7ad3ae;--accent-soft:#16302a;--on-accent:#0d1f18;--warn-text:#f0c36a;--warn-bg:#2a2112;--focus:#7ad3ae;--shadow:none}}*,:before,:after{box-sizing:border-box}html{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-text-size-adjust:100%;font-size:100%;line-height:1.6}body{font-size:var(--fs-base);background:var(--bg);margin:0}img,svg{max-width:100%;height:auto}a{color:var(--accent);text-underline-offset:.15em}a:hover{color:var(--accent-hover)}:focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-radius:var(--radius-sm)}h1,h2,h3{letter-spacing:-.01em;margin:var(--space-5) 0 var(--space-3);line-height:1.2}h1{font-size:var(--fs-h1);margin-top:var(--space-4)}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3);margin-top:var(--space-4)}p,ul,ol{margin:0 0 var(--space-3)}main p,main li{max-width:var(--measure)}.container{max-width:var(--max);padding:0 var(--space-3);margin:0 auto}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.site-header{border-bottom:1px solid var(--border);background:var(--bg)}.site-header .container{justify-content:space-between;align-items:center;gap:var(--space-3);padding-block:var(--space-3);flex-wrap:wrap;display:flex}.site-header nav ul{align-items:center;gap:var(--space-4);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.site-header nav a:not(.btn){color:var(--text);font-weight:500;text-decoration:none}.site-header nav a:not(.btn):hover{color:var(--accent)}.brand{font-weight:700;font-size:var(--fs-lg);color:var(--text);text-decoration:none}.site-footer{border-top:1px solid var(--border);background:var(--surface);margin-top:var(--space-6);padding:var(--space-5) 0;color:var(--muted);font-size:var(--fs-sm)}.site-footer ul{margin:0 0 var(--space-3);gap:var(--space-2) var(--space-4);flex-wrap:wrap;padding:0;list-style:none;display:flex}.site-footer a{color:var(--muted)}.site-footer a:hover{color:var(--accent)}.breadcrumbs ol{margin:var(--space-3) 0 0;gap:var(--space-1);font-size:var(--fs-sm);color:var(--muted);flex-wrap:wrap;padding:0;list-style:none;display:flex}.breadcrumbs li+li:before{content:"›";margin-right:var(--space-1)}.breadcrumbs a{color:var(--muted)}.btn{align-items:center;gap:var(--space-2);background:var(--accent);color:var(--on-accent);border-radius:var(--radius-sm);font:inherit;cursor:pointer;border:0;padding:.75rem 1.25rem;font-weight:600;text-decoration:none;display:inline-flex}.btn--secondary{color:var(--accent);box-shadow:inset 0 0 0 2px var(--accent);background:0 0}.btn--secondary:hover{background:var(--accent-soft);color:var(--accent)}.hero{padding:var(--space-5) 0 var(--space-4)}.hero p{font-size:var(--fs-lg);color:var(--muted)}.hero .actions{gap:var(--space-3);margin-top:var(--space-4);flex-wrap:wrap;display:flex}.grid{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));padding:0;list-style:none;display:grid}.card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-4);box-shadow:var(--shadow);max-width:none}.card h3{margin-top:0}.card a{text-decoration:none}.card .icon{color:var(--accent);width:2rem;height:2rem;margin-bottom:var(--space-2)}.steps{counter-reset:step;gap:var(--space-3);padding:0;list-style:none;display:grid}.steps li{counter-increment:step;padding-left:3rem;position:relative}.steps li:before{content:counter(step);background:var(--accent-soft);width:2rem;height:2rem;color:var(--accent);border-radius:50%;place-items:center;font-weight:700;display:grid;position:absolute;top:0;left:0}.note{background:var(--accent-soft);border-radius:var(--radius);padding:var(--space-3) var(--space-4);margin:var(--space-4) 0;max-width:var(--measure)}.note--warn{background:var(--warn-bg);color:var(--warn-text)}.source{font-size:var(--fs-sm);color:var(--muted)}.table-wrap{margin:var(--space-4) 0;overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:var(--fs-sm)}th,td{text-align:left;padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border);vertical-align:top}th{background:var(--surface);font-weight:600}.faq details{border-bottom:1px solid var(--border);padding:var(--space-3) 0;max-width:var(--measure)}.faq summary{cursor:pointer;font-weight:600}.faq details[open] summary{margin-bottom:var(--space-2)}.demande-form{max-width:36rem}.demande-form fieldset{border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-4);margin:0 0 var(--space-4)}.demande-form legend{padding:0 var(--space-2);font-weight:700}.demande-form label{margin-bottom:var(--space-1);font-weight:500;display:block}.demande-form input[type=text],.demande-form input[type=email],.demande-form input[type=tel],.demande-form select,.demande-form textarea{width:100%;font:inherit;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:var(--space-3);padding:.625rem .75rem}.demande-form .consent{gap:var(--space-2);font-weight:400;font-size:var(--fs-sm);align-items:flex-start;display:flex}.placeholder{border:1px dashed var(--border);background:var(--surface);border-radius:var(--radius);padding:var(--space-3);color:var(--muted);margin:var(--space-3) 0}.placeholder strong{color:var(--text)}.france-renov{background:var(--surface);border-bottom:1px solid var(--border);font-size:var(--fs-sm)}.france-renov .container{padding-block:var(--space-2)}.france-renov a{color:var(--text)}.prose table{margin:var(--space-4) 0;display:block;overflow-x:auto}.prose blockquote{margin:var(--space-4) 0;padding:var(--space-3) var(--space-4);background:var(--accent-soft);border-radius:var(--radius);max-width:var(--measure)}.prose blockquote p:last-child{margin-bottom:0}.updated{color:var(--muted);font-size:var(--fs-sm);margin-top:calc(-1 * var(--space-2))}.essentiel{background:var(--accent-soft);border-radius:var(--radius);padding:var(--space-3) var(--space-4);margin:var(--space-4) 0;max-width:var(--measure)}.essentiel-titre{font-size:var(--fs-lg);margin:0 0 var(--space-2)}.essentiel ul{margin:0;padding-left:1.2rem}.essentiel li+li{margin-top:var(--space-1)}.toc{border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-3) var(--space-4);margin:var(--space-4) 0;max-width:var(--measure)}.toc-titre{margin-bottom:var(--space-2);font-weight:700}.toc ol{margin:0;padding-left:1.2rem}.toc a{text-decoration:none}.toc a:hover{text-decoration:underline}.prose h2{scroll-margin-top:var(--space-4)}.sources ul{font-size:var(--fs-sm);padding-left:1.2rem}.cta-block{margin:var(--space-5) 0}.cta-note{color:var(--muted);font-size:var(--fs-sm)}.prose p>a[href^="/demande/"]:only-child{background:var(--accent);color:var(--on-accent);border-radius:var(--radius-sm);padding:.75rem 1.25rem;font-weight:600;text-decoration:none;display:inline-flex}.sticky-cta{display:none}@media (width<=767px){.sticky-cta{padding:var(--space-2) var(--space-3);background:var(--bg);border-top:1px solid var(--border);z-index:10;display:block;position:fixed;bottom:0;left:0;right:0}.sticky-cta .btn{justify-content:center;width:100%}body:has(.sticky-cta) .site-footer{padding-bottom:5rem}}.icon-inline{vertical-align:-.15em;width:1.1em;height:1.1em;color:var(--accent)}.card h3 a{color:var(--text)}.card h3 a:hover{color:var(--accent)}section+section{margin-top:var(--space-5)}.piege{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.form-steps{gap:var(--space-2);margin:0 0 var(--space-4);font-size:var(--fs-sm);color:var(--muted);flex-wrap:wrap;padding:0;list-style:none;display:flex}.form-steps li{padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);background:var(--surface)}.form-steps li.actif{background:var(--accent-soft);color:var(--accent);font-weight:600}.form-actions{gap:var(--space-3);margin-top:var(--space-3);flex-wrap:wrap;display:flex}.form-error{color:var(--warn-text);background:var(--warn-bg);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm)}.demande-form select:disabled{opacity:.7}.btn-note{opacity:.9;font-weight:400}.pour-aller-plus-loin{border-top:1px solid var(--border);margin-top:var(--space-5);padding-top:var(--space-3)}.pour-aller-plus-loin ul{padding-left:1.2rem}.schema{margin:var(--space-4) 0;max-width:44rem}.schema svg{width:100%;height:auto;display:block}.schema figcaption{font-size:var(--fs-sm);color:var(--muted);margin-top:var(--space-2)}.schema .s-zone{fill:var(--surface);stroke:var(--border)}.schema .s-box{fill:var(--bg);stroke:var(--accent);stroke-width:2px}.schema .s-option{stroke-dasharray:6 4}.schema .s-iso{fill:var(--accent-soft);stroke:var(--accent)}.schema .s-iso-line{fill:none;stroke:var(--accent);stroke-width:8px;stroke-opacity:.45}.schema .s-line{fill:none;stroke:var(--muted);stroke-width:2px}.schema .s-arrow{fill:none;stroke:var(--accent);stroke-width:2.5px;marker-end:none}.schema .s-t{fill:var(--text);font:600 15px var(--font)}.schema .s-s{fill:var(--muted);font:13px var(--font)}.schema .s-tete{fill:var(--accent)}:root{--cta:#c2410c;--cta-hover:#9a3412;--on-cta:#fff;--warn-strong:#5c3b00;--hero-bg:#f7faf8;--field-border:#aebbb5;--font:"Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;--font-display:"Bricolage Grotesque", system-ui, sans-serif}@media (prefers-color-scheme:dark){:root{--warn-strong:#f0c36a;--hero-bg:#151e1b;--field-border:#4a5a54}}h1,h2,h3,.brand,.d{font-family:var(--font-display)}h1,h2,h3{letter-spacing:-.015em}.btn{background:var(--cta);color:var(--on-cta);justify-content:center;min-height:48px}.btn:hover{background:var(--cta-hover);color:var(--on-cta)}.btn--accent{background:var(--accent);color:var(--on-accent)}.btn--accent:hover{background:var(--accent-hover);color:var(--on-accent)}.btn--small{min-height:44px;padding:0 1rem}.btn--block{width:100%;display:flex}.btn--secondary{color:var(--accent);background:0 0}.prose p>a[href^="/demande/"]:only-child{background:var(--cta);color:var(--on-cta);align-items:center;min-height:48px}.prose p>a[href^="/demande/"]:only-child:hover{background:var(--cta-hover)}.site-header .container.header-inner{flex-wrap:nowrap;padding-block:.75rem}.header-actions{align-items:center;gap:var(--space-3);display:flex}.nav-desktop ul{gap:var(--space-4);margin:0;padding:0;list-style:none;display:flex}.nav-desktop a{color:var(--text);font-weight:600;text-decoration:none}.nav-desktop a:hover{color:var(--accent)}.nav-mobile{display:none;position:relative}.nav-mobile summary{border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;width:44px;height:44px;color:var(--text);place-items:center;list-style:none;display:grid}.nav-mobile summary::-webkit-details-marker{display:none}.nav-mobile nav{z-index:20;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);min-width:14rem;padding:var(--space-2);position:absolute;top:52px;right:0}.nav-mobile ul{margin:0;padding:0;list-style:none}.nav-mobile a{color:var(--text);border-radius:var(--radius-sm);padding:.7rem .8rem;font-weight:600;text-decoration:none;display:block}.nav-mobile a:hover{background:var(--surface)}.header-quitter{color:var(--muted);align-items:center;min-height:44px;display:inline-flex}@media (width<=900px){.nav-desktop{display:none}.nav-mobile{display:block}.brand{font-size:1.05rem}}.france-renov{font-size:.8rem;line-height:1.35}.demarrage{border:2px solid var(--accent);padding:var(--space-4);background:var(--bg);gap:var(--space-3);border-radius:14px;flex-direction:column;display:flex}.demarrage-titre{font-family:var(--font-display);margin:0;font-size:1.2rem;font-weight:700}.demarrage label{flex-direction:column;gap:.35rem;font-weight:600;display:flex}.demarrage input[type=text],.demarrage select{border:1px solid var(--field-border);height:50px;font:inherit;color:var(--text);background:var(--bg);box-sizing:border-box;border-radius:10px;width:100%;padding:0 .75rem;font-size:1.05rem}.demarrage-ligne{gap:var(--space-2);display:flex}.demarrage-ligne input{flex:1;min-width:0}.demarrage--doux{background:var(--accent-soft);border:0}.rassurance{flex-direction:column;gap:.35rem;margin:0;padding:0;font-size:.95rem;list-style:none;display:flex}.rassurance li{align-items:center;gap:.5rem;max-width:none;display:flex}.rassurance svg{color:var(--accent);flex:none}.tuiles{border:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin:0;padding:0;display:grid}.tuiles--1{grid-template-columns:1fr}.tuile{border:1px solid var(--border);cursor:pointer;background:var(--bg);border-radius:12px;align-items:center;gap:.6rem;min-height:52px;padding:.5rem .8rem;font-size:1rem;line-height:1.25;display:flex;position:relative}.tuile input{width:20px;height:20px;accent-color:var(--accent);flex:none;margin:0}.tuile:has(input:checked){border:2px solid var(--accent);background:var(--accent-soft);font-weight:600}.tuile:has(input:focus-visible){outline:3px solid var(--focus);outline-offset:2px}.hero-grid{gap:var(--space-5);padding:var(--space-5) 0;align-items:center;display:grid}.hero-kicker{letter-spacing:.05em;text-transform:uppercase;color:var(--accent);margin:0;font-size:.85rem;font-weight:700}.hero-grid h1{margin:var(--space-2) 0 var(--space-3);font-size:clamp(2rem,1.3rem + 3vw,3.5rem);line-height:1.06}.hero-sous{color:var(--muted);max-width:38rem;font-size:1.15rem}.hero-bande{background:var(--hero-bg)}@media (width>=900px){.hero-grid{padding:var(--space-6) 0;grid-template-columns:7fr 5fr}.hero-grid .demarrage{border-width:1px;border-color:var(--border);box-shadow:0 8px 28px #17211e14}}.bandeau-ambre{background:var(--warn-bg);color:var(--warn-strong);padding:var(--space-3) var(--space-4);justify-content:space-between;gap:var(--space-2) var(--space-4);border-radius:12px;flex-wrap:wrap;align-items:center;display:flex}.bandeau-ambre p{max-width:52rem;margin:0}.bandeau-ambre a{color:var(--warn-strong);font-weight:700}.cartes{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(17rem,1fr));margin:0;padding:0;list-style:none;display:grid}.carte{padding:var(--space-4);border:1px solid var(--border);color:var(--text);box-sizing:border-box;border-radius:14px;flex-direction:column;gap:.4rem;height:100%;text-decoration:none;display:flex}.carte:hover{border-color:var(--accent);color:var(--text)}.carte-titre{font-family:var(--font-display);font-size:1.2rem;font-weight:700}.carte-texte{color:var(--muted)}.carte-lien{color:var(--accent);margin-top:auto;font-weight:700}.etapes3{gap:var(--space-4);counter-reset:e;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));padding:0;list-style:none;display:grid}.etapes3 li{counter-increment:e;flex-direction:column;gap:.4rem;max-width:none;display:flex}.etapes3 li:before{content:counter(e);background:var(--accent-soft);width:36px;height:36px;color:var(--accent);font-weight:700;font-family:var(--font-display);border-radius:50%;place-items:center;display:grid}.etapes3 strong{font-family:var(--font-display);font-size:1.15rem}.puces{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.puces a{border:1px solid var(--border);min-height:44px;color:var(--text);border-radius:999px;align-items:center;padding:0 .9rem;text-decoration:none;display:inline-flex}.puces a:hover{border-color:var(--accent)}.bande-verte{background:var(--accent);color:var(--on-accent);padding:var(--space-4) var(--space-5);gap:var(--space-3);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.bande-verte h2{color:var(--on-accent);margin:0}.bande-verte p{opacity:.92;margin:.25rem 0 0}.bande-verte .btn{background:var(--bg);color:var(--accent)}.article-grid{gap:var(--space-5);display:grid}.article-aside{display:none}.seulement-mobile{display:block}@media (width>=1024px){.article-grid{grid-template-columns:minmax(0,1fr) 21rem;align-items:start}.article-aside{gap:var(--space-3);top:var(--space-3);padding-top:var(--space-4);flex-direction:column;display:flex;position:sticky}.seulement-mobile{display:none}.article-aside .toc{margin:0}}.toc-repliable{border:1px solid var(--border);border-radius:var(--radius);margin:var(--space-4) 0}.toc-repliable summary{min-height:48px;padding:.75rem var(--space-3);cursor:pointer;box-sizing:border-box;font-weight:700}.toc-repliable ol{margin:0 0 var(--space-3);padding:0 var(--space-4) 0 2.2rem}.prose blockquote{background:var(--warn-bg);color:var(--warn-strong)}.prose blockquote a{color:var(--warn-strong)}.prose blockquote p>a[href^="/demande/"]:only-child{color:var(--warn-strong);box-shadow:inset 0 0 0 2px var(--warn-strong);background:0 0}.sticky-cta{gap:var(--space-3);align-items:center}@media (width<=767px){.sticky-cta{display:flex}.sticky-cta .btn{flex:none;width:auto}.sticky-texte{color:var(--muted);flex:1;font-size:.85rem;line-height:1.25}.sticky-texte strong{color:var(--text);font-size:.95rem;display:block}}.pleine-largeur{width:100vw;margin-left:calc(50% - 50vw)}main>section+section,main>section,main>.bandeau-ambre{margin-top:var(--space-5)}.carte .icon{width:28px;height:28px;color:var(--accent)}.demande-page{max-width:36rem;padding-bottom:var(--space-5);margin:0 auto}.demande-page h1{margin:var(--space-3) 0 var(--space-3);font-size:clamp(1.6rem,1.3rem + 1.2vw,2rem)}.demande-form fieldset{border:0;flex-direction:column;gap:.6rem;margin:0;padding:0;display:flex}.demande-form label{margin-bottom:0}.demande-form input[type=text],.demande-form input[type=email],.demande-form input[type=tel],.demande-form select,.demande-form textarea{border-color:var(--field-border);border-radius:10px;min-height:50px;margin-bottom:.4rem;font-size:1.05rem}.form-progression{margin-bottom:var(--space-4)}.form-progression-texte{justify-content:space-between;gap:var(--space-2);color:var(--muted);margin-bottom:.4rem;font-size:.9rem;display:flex}.form-progression-barre{background:var(--surface-2);border-radius:4px;height:8px;overflow:hidden}.form-progression-barre span{background:var(--accent);border-radius:4px;height:100%;transition:width .25s;display:block}.form-question{font-family:var(--font-display);margin:0 0 var(--space-2);padding:0;font-size:1.5rem;font-weight:700;line-height:1.2}.form-question--petite{margin:var(--space-3) 0 .2rem;font-size:1.15rem}.form-plus{border:1px dashed var(--field-border);border-radius:12px}.form-plus summary{box-sizing:border-box;min-height:48px;color:var(--accent);cursor:pointer;padding:.75rem .9rem;font-weight:600}.form-plus[open]{padding-bottom:.6rem}.form-plus>.tuiles,.form-plus textarea{box-sizing:border-box;width:calc(100% - 1.2rem);margin:0 .6rem}.form-encart{background:var(--surface);padding:var(--space-3);margin-top:var(--space-3);border-radius:12px;font-size:.95rem}.form-encart p{margin:0 0 .3rem}.form-resume{justify-content:space-between;gap:var(--space-2);background:var(--surface);margin-bottom:var(--space-2);border-radius:10px;align-items:center;padding:.7rem .9rem;font-size:.95rem;display:flex}.lien-bouton{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:0;min-height:44px;padding:0 .3rem;text-decoration:underline}.form-deux{gap:var(--space-2);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.form-deux input{box-sizing:border-box;width:100%}.form-consentements{border:1px solid var(--border);padding:var(--space-3);gap:var(--space-3);margin-top:var(--space-3);border-radius:12px;flex-direction:column;display:flex}.demande-form .consent input{width:22px;height:22px;accent-color:var(--accent);flex:none;margin-top:2px}.form-accord{background:var(--accent-soft);border-radius:10px;margin:0;padding:.75rem;font-size:.9rem}.demande-form .form-actions{gap:var(--space-2);margin-top:var(--space-3);display:flex}.demande-form .form-actions .btn:last-child{flex:1}@media (width<=767px){.demande-form .form-actions{background:var(--bg);padding:var(--space-2) 0 var(--space-3);border-top:1px solid var(--border);z-index:5;position:sticky;bottom:0}}.merci-icone{background:var(--accent-soft);width:56px;height:56px;color:var(--accent);margin-top:var(--space-4);border-radius:50%;place-items:center;display:grid}.merci-resume{color:var(--muted);font-size:1.05rem}.liste-liens{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.liste-liens a{border:1px solid var(--border);min-height:56px;color:var(--text);border-radius:10px;justify-content:space-between;align-items:center;padding:0 .9rem;font-weight:600;text-decoration:none;display:flex}.liste-liens a:hover{border-color:var(--accent)}.hero-grid{padding-inline:var(--space-3);padding-block:var(--space-5)}@media (width>=900px){.hero-grid{padding-block:var(--space-6)}}.demarrage .tuile{flex-direction:row;gap:.6rem;font-weight:400}.demarrage .tuile:has(input:checked){font-weight:600}.article-grid>*{min-width:0}.prose table{max-width:100%;display:block;overflow-x:auto}.header-actions .btn--small{white-space:nowrap}@media (width<=420px){.brand{font-size:1.05rem;line-height:1.15}.header-actions{gap:.5rem}}.demande-form label.tuile{font-weight:400;display:flex}.demande-form label.tuile:has(input:checked){font-weight:600}[hidden]{display:none!important}
