/* UI éditoriale et conversion. Polices système : aucun appel Google Fonts. */
:root{--ink:#0c2940;--navy:#072e50;--muted:#586975;--red:#df102b;--paper:#faf9f6;--line:#dde3e5;--serif:Georgia,'Times New Roman',serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-underline-offset:4px}button,input,select,textarea{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}[hidden]{display:none!important}img{display:block;max-width:100%;height:auto}p{margin:0 0 1.15rem}h1,h2,h3{font-family:inherit;font-weight:600;letter-spacing:-.045em;line-height:1.12;margin:0 0 1.2rem}h1{font-size:clamp(2.5rem,4.5vw,4.5rem);max-width:1000px}h2{font-size:clamp(1.85rem,3vw,2.7rem)}h3{font-size:1.4rem}h1 em,h2 em{font-family:var(--serif);font-weight:400;font-style:italic;color:#315d70}p,li{max-width:75ch}a,button{touch-action:manipulation}input[type=checkbox]{accent-color:var(--navy)}:focus-visible{outline:3px solid #de7d18;outline-offset:4px}main{min-height:40vh}.wrap{width:min(1180px,calc(100% - 64px));margin:auto}.skip{position:fixed;top:-100px;left:20px;z-index:200;padding:12px;background:#fff}.skip:focus{top:10px}.site-header{background:var(--navy);color:white;position:sticky;top:0;z-index:80;box-shadow:0 1px 0 #ffffff20}.nav-row{min-height:90px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{text-decoration:none;display:flex;flex-direction:column;gap:5px}.brand img{width:150px;height:34px;object-fit:contain;object-position:left}.brand span{font-size:.72rem;letter-spacing:.1em;opacity:.8}.site-header nav{display:flex;align-items:center;gap:28px}.site-header nav a{font-size:.87rem;text-decoration:none}.site-header nav a:not(.button):hover{text-decoration:underline}.button{background:var(--red);color:#fff;border:1px solid var(--red);padding:15px 21px;display:inline-flex;align-items:center;justify-content:center;gap:16px;font-weight:650;font-size:.92rem;text-decoration:none;line-height:1.3;border-radius:4px;min-height:48px;transition:background .2s,transform .2s}.button:hover{background:#be0b23;border-color:#be0b23;transform:translateY(-1px)}.button.secondary{background:transparent;border-color:#98aab4;color:var(--navy)}.button.secondary:hover{background:#eaf0f2}.menu-toggle{display:none;border:1px solid #ffffff50;background:transparent;color:white;border-radius:4px;padding:9px 12px}.eyebrow{font-size:.7rem;letter-spacing:.16em;font-weight:750;line-height:1.6;color:#516f7e;text-transform:uppercase;margin-bottom:18px}.lead{font-size:1.15rem;color:var(--muted);max-width:650px;line-height:1.7}.micro,.source-note{font-size:.8rem;color:var(--muted);line-height:1.65}.source-note{margin-top:24px}.home-hero{padding:70px 0 62px}.hero-grid{display:grid;grid-template-columns:1.13fr .87fr;gap:55px;align-items:center}.hero-copy h1{font-size:clamp(2.7rem,4.05vw,4.1rem)}.hero-copy .lead{max-width:470px}.hero-visual{position:relative;min-width:0}.hero-visual>img{height:470px;width:100%;object-fit:cover;object-position:60% 50%;border-radius:4px 4px 70px 4px}.address-card{position:absolute;bottom:25px;left:-26px;background:white;border-radius:4px;padding:18px 22px;box-shadow:0 12px 40px #05263c1c;display:flex;gap:16px;align-items:center}.address-card strong{font-size:.88rem;display:block}.address-card span:not(.pin){font-size:.8rem;color:var(--muted);display:block}.pin{color:var(--red);font-size:2rem}.address-entry{margin:28px 0 18px}.address-entry label{font-size:.8rem;display:block;margin-bottom:8px;font-weight:650}.address-entry>div{display:flex;border:1px solid #abbac2;background:#fff;padding:5px;border-radius:4px;max-width:530px;box-shadow:0 3px 8px #072e5005}.address-entry input{border:0;background:transparent;width:100%;min-width:0;padding:10px 12px;font-size:.88rem}.address-entry button{border:0;background:var(--navy);color:white;padding:12px 18px;border-radius:3px;font-size:.86rem;white-space:nowrap}.hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin:24px 0 18px}.quiet-link{font-size:.85rem;text-decoration:none;border-bottom:1px solid #6c858b;padding:7px 0}.trust-strip{border-block:1px solid var(--line);background:#fff}.trust-strip .wrap{display:grid;grid-template-columns:repeat(3,1fr);padding:25px 0;gap:28px}.trust-strip span{font-size:.82rem;color:var(--muted)}.trust-strip b{display:block;color:var(--ink);font-size:.92rem;font-weight:650}.section-pad{padding:80px 0}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:36px}.section-heading>p{max-width:360px;color:var(--muted);font-size:.95rem}.quarter-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:4px;background:white;overflow:hidden}.quarter-card{padding:28px 25px;text-decoration:none;display:flex;flex-direction:column;border-right:1px solid var(--line);transition:background .2s}.quarter-card:last-child{border:0}.quarter-card:hover{background:#eef3f3}.quarter-number{font-size:.75rem;color:#7a929f;margin-bottom:40px}.quarter-card h3{font-size:1.45rem;margin-bottom:14px}.quarter-card p{font-size:.84rem;line-height:1.7;color:var(--muted);margin-bottom:28px}.card-link{font-size:.8rem;font-weight:600;margin-top:auto;display:flex;justify-content:space-between;gap:12px;text-decoration:none}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.map-teaser{padding:75px 0;background:#0a2c45;color:#e9f0f3}.map-teaser .eyebrow{color:#a6c2cf}.map-teaser p{color:#bed0d8}.map-teaser .button.secondary{color:white;border-color:#6d929f}.map-teaser .button.secondary:hover{background:#163c54}.map-teaser .status-label{background:#22445a;color:#d5e6ec}.status-label{display:inline-block;padding:8px 12px;background:#eef0ed;color:#506555;border:1px solid #ffffff20;border-radius:3px;font-size:.78rem;margin:6px 0 12px}.reading-card{border:1px solid #56788a;border-radius:5px;padding:30px 35px;background:#12354c}.reading-card>div{display:flex;gap:25px;padding:20px 0;border-bottom:1px solid #ffffff20}.reading-card>div:last-child{border:0;padding-bottom:0}.reading-card>div>b{color:#91b6b2;font-size:.75rem;padding-top:4px}.reading-card p{font-size:.85rem;margin:0}.reading-card strong{display:block;font-size:1.2rem;color:white;margin-bottom:5px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.guide-card{padding:28px;border-top:2px solid #315969;background:#fff;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.guide-card h3{font-size:1.35rem;line-height:1.3}.guide-card h3 a{text-decoration:none}.guide-card h3 a:hover{text-decoration:underline}.guide-card p{font-size:.9rem;color:var(--muted)}.guide-card .eyebrow{font-size:.68rem;margin:0}.local-proof{padding:75px 0;background:#eaf0ed}.local-proof address{border-left:1px solid #b9c9c1;padding:20px 50px;font-style:normal;display:flex;flex-direction:column;gap:15px}.local-proof address span{font-size:.7rem;letter-spacing:.15em}.local-proof address strong{font-family:var(--serif);font-size:2.3rem;font-weight:400;line-height:1.4}.local-proof address a{font-size:.9rem}.faq{max-width:840px}.faq details{border-bottom:1px solid #cdd8db;padding:21px 0}.faq summary{font-size:1rem;cursor:pointer;font-weight:600}.faq details p{margin:15px 0 0;color:var(--muted);font-size:.95rem}.contact-band{padding:55px 0;background:#e5edf0;border-block:1px solid #d4e0e5}.contact-band .wrap{display:flex;justify-content:space-between;align-items:center;gap:40px}.contact-band h2{font-size:2.05rem}.contact-band p:last-child{margin:0;color:var(--muted)}.contact-band .button{flex-shrink:0}.site-footer{background:var(--navy);color:#c8d9e1;padding:60px 0 30px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1.2fr;gap:60px}.footer-grid img{width:160px;height:36px;object-fit:contain;object-position:left;margin-bottom:23px}.footer-grid h2{font-family:var(--serif);font-size:1.6rem;font-weight:400;color:white}.footer-grid h3{font-size:.85rem;letter-spacing:0;color:white;margin:8px 0 22px}.footer-grid p{font-size:.8rem}.footer-grid a{display:block;font-size:.8rem;margin-bottom:12px;text-decoration:none}.footer-grid a:hover{text-decoration:underline}.footer-grid .footer-phone{font-size:1.1rem;color:white}.footer-bottom{border-top:1px solid #ffffff25;margin-top:42px;padding-top:22px;display:flex;justify-content:space-between;gap:22px;font-size:.65rem}.footer-bottom>div{display:flex;gap:16px;flex-wrap:wrap}.footer-bottom a{font-size:.7rem}.text-button{border:0;padding:0;background:transparent;color:inherit;text-decoration:underline;font:inherit}.mobile-actions{display:none}.page-hero{padding:35px 0 56px;border-bottom:1px solid var(--line);background:#f0f2ed}.breadcrumb{font-size:.75rem;color:var(--muted);margin-bottom:45px}.page-hero h1{font-size:clamp(2.4rem,4vw,3.9rem);max-width:980px}.page-hero .lead{max-width:770px}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:80px;align-items:start}.article{max-width:810px}.article h2,.article-layout article h2{font-size:1.65rem;margin-top:36px;letter-spacing:-.03em}.article h2:first-child,.article-layout article h2:first-child{margin-top:0}.article p,.article-layout article p{color:#415d6c;line-height:1.85}.help-card{background:#edf2f2;border:1px solid #d8e2e3;border-radius:5px;padding:28px;position:sticky;top:118px}.help-card h2{font-size:1.7rem}.help-card p{font-size:.88rem;color:var(--muted)}.help-card a{overflow-wrap:anywhere}.help-card>a:not(.button){display:block;margin-top:23px;font-size:.85rem}.help-card .button{width:100%;font-size:.83rem;padding:14px 12px}.help-card address{font-style:normal;margin-bottom:18px}.check-list{padding-left:22px;margin:24px 0}.check-list li{margin-bottom:15px;padding-left:5px;color:#415d6c}.pale{background:#eef2ee}.link-chips{display:flex;flex-wrap:wrap;gap:15px;margin-top:25px}.link-chips a{background:white;border:1px solid #c9d8db;border-radius:3px;padding:13px 19px;text-decoration:none;font-size:.88rem}.agency-wide{width:100%;border-radius:4px;margin-bottom:32px}.checklist-promo{background:#eaf0ed;margin-top:35px;padding:32px}.print-checklist{display:grid;gap:0;margin:28px 0}.print-checklist label{display:flex;align-items:center;gap:15px;padding:15px 0;border-bottom:1px solid #d6dfe1;cursor:pointer}.print-checklist input{width:20px;height:20px;flex-shrink:0}.notes-space{height:110px;border-bottom:1px solid #bbc9cc;margin-bottom:30px;background:repeating-linear-gradient(transparent,transparent 35px,#e1e6e6 36px)}
/* Formulaire progressif : tous les champs restent disponibles sans JavaScript. */
.market-counts{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin:25px 0;padding:22px 0;border-block:1px solid #cdd8db}.market-counts strong{display:block;font-size:2.5rem;line-height:1.2;letter-spacing:-.04em}.market-counts span{font-size:.83rem;color:var(--muted)}
.estimation-section{padding-top:45px}.form-card{background:white;border:1px solid #d9e2e6;padding:36px;border-radius:5px;box-shadow:0 12px 40px #082e5007}.form-card fieldset{margin:0;padding:0;border:0;min-width:0}.form-card legend{font-size:1.5rem;font-weight:650;letter-spacing:-.03em;margin-bottom:24px;padding:0}.field{margin-bottom:21px;min-width:0}.field label{display:block;font-size:.82rem;font-weight:650;margin-bottom:8px}.field input,.field select,.field textarea{display:block;width:100%;padding:12px 13px;border:1px solid #aebfc9;border-radius:3px;background:#fff;color:var(--ink);font-size:.94rem;min-height:48px}.field textarea{resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--navy)}.form-duo{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-details{margin-bottom:24px;border:1px solid #d8e2e6;padding:16px}.form-details summary{font-size:.83rem;cursor:pointer}.form-details[open] summary{margin-bottom:22px}.consent{display:flex;align-items:flex-start;gap:12px;font-size:.78rem;margin:14px 0 20px;line-height:1.65;cursor:pointer}.consent input{margin-top:5px;width:19px;height:19px;flex-shrink:0}.form-actions{display:flex;justify-content:space-between;gap:16px;margin-top:25px}.form-actions button:last-child{margin-left:auto}.form-progress{margin-bottom:30px}.form-progress>span{display:block;font-size:.75rem;color:var(--muted);margin-bottom:9px}.form-progress>div{height:3px;background:#e2e9ec}.form-progress i{display:block;height:3px;background:var(--navy);width:33.3%;transition:width .2s}.honeypot{position:absolute!important;left:-10000px;width:1px;height:1px;overflow:hidden}#form-message{font-size:.88rem;margin-top:18px}#form-message.error{padding:15px;border:1px solid #f3c6c4;background:#fff4f2;color:#892222}.steps-list{list-style:none;counter-reset:steps;padding:0}.steps-list li{position:relative;padding:0 0 25px 43px;counter-increment:steps}.steps-list li:before{content:counter(steps);position:absolute;left:0;top:0;width:26px;height:26px;border:1px solid #aac0c8;display:grid;place-items:center;border-radius:50%;font-size:.75rem}.steps-list b{font-size:.91rem;display:block;margin-bottom:6px}.steps-list span{font-size:.83rem;color:var(--muted);line-height:1.65;display:block}.estimate-aside h2{font-size:1.65rem}.estimate-aside>a{font-size:.84rem}.privacy-banner{position:fixed;bottom:20px;left:20px;width:min(460px,calc(100% - 40px));z-index:120;padding:23px;background:white;border:1px solid #aebfc9;box-shadow:0 10px 40px #082c5030;border-radius:5px}.privacy-banner p{font-size:.82rem}.privacy-banner>div{display:flex;gap:15px}.privacy-banner button{background:var(--navy);color:white;border:1px solid var(--navy);border-radius:3px;padding:10px 20px;min-width:120px;flex:1}.agency-monogram{height:470px;background:var(--navy);display:grid;align-content:center;text-align:center;font:200px var(--serif);color:white}.agency-monogram span{font:14px sans-serif;letter-spacing:.3em}
/* Carte existante : hauteur autonome, fiche utilisable au clavier et sur mobile. */
.map-page .fiche:not(.ouvert){visibility:hidden;pointer-events:none}.map-page .fiche.ouvert{visibility:visible}.skip:not(:focus){clip-path:inset(50%);width:1px;height:1px;overflow:hidden}
.map-page .scene{height:calc(100vh - 90px);min-height:680px}.map-page .rail{top:18px;max-height:calc(100% - 36px);overflow-y:auto}.map-page .rail h1{font-size:1.6rem}.map-page .rail-haut{padding:23px}.map-page .rail-bas{padding:18px 23px}.map-page .rail .eyebrow{color:#a2bdce;margin:0 0 10px}.map-page .rail .button{margin-top:17px;display:flex;font-size:.8rem}.map-page .rail .micro{margin:12px 0 0;color:#bdd2df}.map-page .rail .micro a,.map-page .bandeau-demo a{color:inherit}.map-page .fiche{top:18px;max-height:calc(100% - 36px)}.map-page #search-status{font-size:.75rem;color:#c1d5df;margin:8px 0 0}.map-page .map-contact{border-top:1px solid #d3dfe7;padding-top:23px;margin-top:25px}.map-page .map-contact .button{font-size:.8rem}.map-page .map-contact p{color:#566a7d;font-size:.87rem}.map-page .suggestions{max-height:220px;overflow-y:auto}.map-page .suggestions button:focus{background:#dce9f1;color:#0c2940}.map-page .maplibregl-ctrl-top-right{margin-top:10px}.map-page .fiche h2{font-size:1.5rem}
@media(max-width:1050px){.site-header nav{gap:19px}.site-header nav .button{font-size:.75rem;padding:12px}.hero-grid{gap:30px}.hero-visual>img{height:450px}.address-card{left:-16px;padding:16px}.quarter-card{padding:22px 18px}.split{gap:45px}.article-layout{gap:40px;grid-template-columns:minmax(0,1fr) 300px}.guide-card{padding:22px}.footer-grid{gap:35px}}
@media(max-width:850px){.wrap{width:calc(100% - 40px)}.nav-row{min-height:76px}.site-header nav{gap:14px}.site-header nav a{font-size:.75rem}.hero-grid{grid-template-columns:1fr 1fr;gap:25px}.hero-copy h1{font-size:2.8rem}.hero-visual>img{height:480px}.address-card{left:10px;right:10px;bottom:20px;padding:12px}.address-card strong{font-size:.72rem}.address-card span:not(.pin){font-size:.68rem}.hero-copy .lead{font-size:1rem}.address-entry button{padding:11px;font-size:.75rem}.quarter-grid{grid-template-columns:1fr 1fr}.quarter-card:nth-child(2){border-right:0}.quarter-card:nth-child(-n+2){border-bottom:1px solid var(--line)}.quarter-number{margin-bottom:20px}.guide-grid{grid-template-columns:1fr 1fr}.guide-grid .guide-card:last-child:nth-child(odd){grid-column:1/-1}.section-heading{gap:25px}.section-heading>p{max-width:270px}.article-layout{grid-template-columns:minmax(0,1fr) 270px;gap:25px}.form-card{padding:25px}.form-duo{grid-template-columns:1fr;gap:0}.local-proof address{padding:20px 25px}.footer-grid{grid-template-columns:1.2fr 1fr;gap:30px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column}.contact-band h2{font-size:1.7rem}.site-header nav .button{max-width:145px;text-align:center}}
@media(max-width:700px){.nav-row{min-height:76px}.menu-toggle{display:block}.site-header nav{display:none;position:absolute;left:0;right:0;top:76px;background:var(--navy);padding:22px;flex-direction:column;align-items:stretch;gap:10px;border-top:1px solid #ffffff30;box-shadow:0 10px 20px #082c501a}.site-header nav.open{display:flex}.site-header nav a{font-size:.95rem;padding:12px}.site-header nav .button{max-width:none;font-size:.9rem}.hero-grid{grid-template-columns:1fr;gap:25px}.home-hero{padding:40px 0}.hero-copy h1{font-size:2.95rem;line-height:1.06}.hero-copy .lead{font-size:1rem;max-width:95%}.hero-visual>img{height:290px;object-position:50% 65%;border-radius:4px 4px 40px 4px}.address-card{left:16px;right:auto;bottom:16px;padding:12px 17px}.address-card strong{font-size:.85rem}.address-card span:not(.pin){font-size:.73rem}.hero-actions{gap:15px;margin:20px 0 15px}.hero-actions .button{font-size:.86rem}.address-entry{margin-top:23px}.address-entry input{font-size:.8rem;padding:11px 9px}.address-entry button{font-size:.8rem;padding:10px 12px}.trust-strip .wrap{grid-template-columns:1fr;gap:18px;padding:24px 0}.trust-strip span{font-size:.8rem;display:flex;flex-wrap:wrap;gap:5px 10px}.trust-strip b{font-size:.82rem}.section-pad{padding:50px 0}.section-heading{display:block;margin-bottom:28px}.section-heading>p{max-width:100%;font-size:.9rem}.quarter-grid{grid-template-columns:1fr 1fr}.quarter-card h3{font-size:1.3rem}.quarter-card p{font-size:.75rem}.quarter-card .card-link{font-size:.7rem;gap:3px}.quarter-card{padding:21px 15px}.split{grid-template-columns:1fr;gap:30px}.map-teaser,.local-proof{padding:50px 0}.reading-card{padding:25px}.reading-card>div{gap:18px}.guide-grid{grid-template-columns:1fr}.guide-grid .guide-card:last-child:nth-child(odd){grid-column:auto}.guide-card{padding:26px}.local-proof address{border-left:0;border-top:1px solid #b9c9c1;padding:25px 0 0}.contact-band{padding:40px 0}.contact-band .wrap{flex-direction:column;align-items:flex-start;gap:25px}.contact-band h2{font-size:1.8rem}.site-footer{padding:45px 0 85px}.footer-grid{gap:28px 16px}.footer-grid a{font-size:.75rem;overflow-wrap:anywhere}.footer-bottom{font-size:.65rem}.mobile-actions{position:fixed;bottom:0;left:0;right:0;z-index:90;display:grid;grid-template-columns:1fr 1.2fr;background:white;box-shadow:0 -2px 15px #0a2c4520;padding-bottom:env(safe-area-inset-bottom)}.mobile-actions a{padding:16px 8px;font-size:.78rem;font-weight:650;text-align:center;text-decoration:none}.mobile-actions a:last-child{background:var(--red);color:white}.page-hero{padding:25px 0 35px}.breadcrumb{margin-bottom:30px;font-size:.7rem}.page-hero h1{font-size:2.45rem}.page-hero .lead{font-size:1rem}.article-layout{grid-template-columns:1fr;gap:35px}.help-card{position:static}.help-card .button{width:auto}.article h2,.article-layout article h2{font-size:1.5rem}.article p,.article-layout article p{font-size:.94rem}.form-card{padding:24px 20px}.form-card legend{font-size:1.35rem}.form-duo{grid-template-columns:1fr 1fr;gap:12px}.field input,.field select{font-size:16px;padding:11px 9px}.form-actions .button{font-size:.8rem;padding:13px 15px}.field label{font-size:.75rem}.form-details .form-duo{grid-template-columns:1fr;gap:0}.privacy-banner{bottom:75px}.map-page .scene{height:calc(100svh - 76px);min-height:800px}.map-page .rail{left:12px;right:12px;top:12px;width:auto;max-height:430px}.map-page .rail-haut{padding:18px}.map-page .rail-bas{padding:12px 18px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.map-page .legende-titre{grid-column:1/-1}.map-page .rail-bas .echelle,.map-page .rail-bas .bornes{display:none}.map-page .rail .lecture{display:none}.map-page .filtres{margin:0;gap:8px}.map-page .segment{margin:0;align-self:end}.map-page .bandeau-demo{font-size:.74rem;padding:10px;margin:10px 0}.map-page .rail .accroche{font-size:.79rem;margin-bottom:10px}.map-page .rail .button{margin-top:10px;padding:11px;min-height:42px}.map-page .rail .micro{font-size:.7rem}.map-page .maplibregl-ctrl-top-right{margin-top:455px}.map-page .fiche{position:fixed;top:88px;left:10px;right:10px;bottom:66px;width:auto;max-height:none;border-radius:9px;z-index:95}.map-page .fiche .fiche-corps{overflow:auto}.map-page .scene .fiche:not(.ouvert){transform:translateY(115%);pointer-events:none}.map-page .scene .fiche.ouvert{transform:translateY(0)}.map-page #infobulle{display:none!important}.map-page .maplibregl-ctrl-bottom-right{bottom:60px}}
@media(max-width:380px){.wrap{width:calc(100% - 30px)}.hero-copy h1{font-size:2.65rem}.quarter-grid{grid-template-columns:1fr}.quarter-card{border-right:0;border-bottom:1px solid var(--line)}.quarter-card:nth-child(3){border-bottom:1px solid var(--line)}.form-duo{grid-template-columns:1fr;gap:0}.form-card{padding:22px 16px}.map-page .rail-bas{display:block}.map-page .segment{margin-top:8px}.map-page .legende-titre{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
/* Annule le flux mobile de l'ancienne page afin que les commandes restent groupées. */
.map-page .fiche .map-contact p,.map-page .fiche .mention{color:#b9cdda}.map-page .fiche .mention a{color:#d7e8f2}
@media(max-width:720px){.map-page .scene{display:block;min-height:740px}.map-page #carte{position:absolute;inset:0;order:initial;height:100%;min-height:0}.map-page .rail{display:flex;position:absolute;top:12px;left:12px;right:12px;width:auto;max-height:430px;border:1px solid #ffffff25;border-radius:12px;overflow-y:auto;background:#092233ed}.map-page .rail-haut{background:transparent;order:0}.map-page .rail-bas{background:transparent;order:1}.map-page .fiche{height:auto}.map-page .maplibregl-ctrl-top-right{margin-top:455px}}
@media print{body{background:white;color:black;font-size:11pt}.site-header,.site-footer,.mobile-actions,.privacy-banner,.print-actions,.button,.breadcrumb,.skip{display:none!important}.wrap{width:100%;max-width:none}.page-hero{padding:0 0 20px;background:white}.page-hero h1{font-size:25pt}.page-hero .lead{font-size:11pt}.section-pad{padding:15px 0}.print-checklist label{padding:8px 0;break-inside:avoid}.notes-space{height:70px}.source-note{font-size:9pt}h2{break-after:avoid}a{color:black}}
