/* PB Francilien — Atelier clair tricolore */
:root{
  --bg:#ffffff; --bg-2:#f4f6f9; --bg-3:#eaeef4;
  --ink:#0e1b2c; --ink-soft:#1c2d43; --muted:#42536b; --line:#e0e6ef; --line-2:#cfd8e6;
  --red:#d81e28; --red-d:#ae1119; --red-soft:#fdecec;
  --blue:#1e50a8; --blue-d:#16397a; --blue-soft:#eaf0fb;
  --navy:#0c1726; --navy-2:#122036;
  --wa:#127f40; --wa-d:#0d6633;
  --font:"Inter",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  --font-h:"Archivo","Inter",system-ui,sans-serif;
  --wrap:1200px; --header-h:70px; --topbar-h:38px;
  --r:14px; --r-s:10px;
  --shadow:0 18px 40px -24px rgba(14,27,44,.28);
  --shadow-s:0 8px 24px -16px rgba(14,27,44,.30);
  --ease:cubic-bezier(.22,.61,.36,1);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:90px}
body{font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.6;font-size:17px;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:var(--font-h);font-weight:800;line-height:1.06;letter-spacing:-.02em;color:var(--ink)}
button{font-family:inherit}
:focus-visible{outline:3px solid var(--blue);outline-offset:2px;border-radius:4px}

.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 clamp(1.1rem,4vw,2rem)}
.soft{color:var(--muted)}
.section{padding:clamp(3.2rem,6.5vw,5.6rem) 0}
.section-sm{padding:clamp(1.8rem,3.5vw,2.6rem) 0}
.section-sm + .section-sm{padding-top:0}
.center{text-align:center}

/* ---- eyebrow / section head ---- */
.eyebrow{display:inline-block;font-family:var(--font-h);font-weight:700;font-size:.82rem;letter-spacing:.02em;color:var(--red);text-transform:uppercase}
.eyebrow.blue{color:var(--blue)}
.sec-head{max-width:44rem}
.sec-head.center{margin-inline:auto;text-align:center}
.sec-head .eyebrow{margin-bottom:.7rem}
.sec-head h2{font-size:clamp(1.9rem,3.8vw,2.7rem)}
.sec-head p{margin-top:.8rem;color:var(--muted);font-size:1.04rem;max-width:58ch}
.sec-head.center p{margin-inline:auto}

/* ---- boutons ---- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-family:var(--font-h);font-weight:700;font-size:.95rem;letter-spacing:.01em;padding:.85rem 1.4rem;border-radius:var(--r-s);border:1.5px solid transparent;cursor:pointer;transition:transform .25s var(--ease),box-shadow .25s,background .2s,color .2s,border-color .2s;white-space:nowrap}
.btn .ic{width:1.05em;height:1.05em;fill:currentColor;flex:none}
.btn svg{width:1.05em;height:1.05em;flex:none}
.btn-red{background:var(--red);color:#fff;box-shadow:0 12px 26px -12px rgba(216,30,40,.6)}
.btn-red:hover{background:var(--red-d);transform:translateY(-2px)}
.btn-wa{background:var(--wa);color:#fff;box-shadow:0 12px 26px -12px rgba(18,127,64,.55)}
.btn-wa:hover{background:var(--wa-d);transform:translateY(-2px)}
.btn-blue{background:var(--blue);color:#fff}
.btn-blue:hover{background:var(--blue-d);transform:translateY(-2px)}
.btn-ghost{background:#fff;color:var(--ink);border-color:var(--line-2)}
.btn-ghost:hover{border-color:var(--ink);transform:translateY(-2px)}
.btn-ghost.on-dark{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}
.btn-ghost.on-dark:hover{background:rgba(255,255,255,.1);border-color:#fff}
.btn-sm{padding:.6rem 1rem;font-size:.86rem}
.btn-lg{padding:1rem 1.7rem;font-size:1.02rem}
.btn-block{display:flex;width:100%}

/* ---- topbar ---- */
.topbar{background:var(--navy);color:#d5dfec;font-size:.82rem;height:var(--topbar-h);display:flex;align-items:center}
.topbar-in{display:flex;align-items:center;gap:clamp(1rem,4vw,2.6rem)}
.topbar-item{display:inline-flex;align-items:center;gap:.45rem}
.topbar .ic{width:14px;height:14px;fill:currentColor;opacity:.85}
.topbar-strong{color:#fff;font-weight:600}
.topbar-tel{margin-left:auto;font-weight:700;color:#fff}
.topbar-tel:hover{color:var(--red)}
.dot-live{width:7px;height:7px;border-radius:50%;background:#22b357;display:inline-block;flex:none}

/* ---- header ---- */
.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:saturate(1.2) blur(8px);transition:box-shadow .3s}
.site-header.scrolled{box-shadow:0 10px 30px -22px rgba(14,27,44,.5)}
.header-in{display:flex;align-items:center;gap:1.4rem;height:var(--header-h)}
.brand{display:inline-flex;align-items:center;gap:.7rem}
.brand-logo{width:42px;height:42px;border-radius:9px;object-fit:cover;border:1px solid var(--line);flex:none}
.brand-word{font-family:var(--font-h);font-weight:700;font-size:1.12rem;line-height:1;color:var(--ink);display:flex;flex-direction:column;gap:.22rem}
.brand-word b{font-weight:800;color:var(--red)}
.brand-word small{font-weight:500;font-size:.6rem;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);font-family:var(--font)}
.main-nav{display:flex;align-items:center;gap:.2rem;margin-left:auto}
.main-nav a{font-family:var(--font-h);font-weight:600;font-size:.92rem;color:var(--ink-soft);padding:.5rem .8rem;border-radius:8px;transition:color .2s,background .2s}
.main-nav a:hover{color:var(--red);background:var(--bg-2)}
.main-nav a[aria-current="page"]{color:var(--red)}
.header-cta{display:flex;align-items:center;gap:.5rem}
.burger{display:none;width:44px;height:44px;border:1px solid var(--line-2);border-radius:9px;background:#fff;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:5px}
.burger span{width:20px;height:2px;background:var(--ink);transition:.3s}
.burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ---- menu mobile ---- */
.mobile-menu{position:fixed;inset:0 0 0 auto;width:min(88vw,370px);background:#fff;z-index:70;transform:translateX(100%);transition:transform .35s var(--ease);box-shadow:-20px 0 50px -20px rgba(0,0,0,.3);padding:calc(var(--header-h) + 1.2rem) 1.3rem 1.3rem;display:flex;flex-direction:column;overflow-y:auto}
.mobile-menu.open{transform:translateX(0)}
.mobile-menu nav{display:flex;flex-direction:column}
.mobile-menu nav a{font-family:var(--font-h);font-weight:700;font-size:1.12rem;padding:.95rem .2rem;border-bottom:1px solid var(--line);color:var(--ink);display:flex;flex-direction:column;gap:.15rem}
.mobile-menu nav a em{font-style:normal;font-family:var(--font);font-weight:500;font-size:.8rem;color:var(--muted)}
.mobile-menu nav a[aria-current="page"]{color:var(--red)}
.mobile-menu-foot{margin-top:auto;padding-top:1.4rem}
.mm-note{font-size:.84rem;color:var(--muted);margin-top:.9rem}
.menu-back{position:fixed;inset:0;background:rgba(12,23,38,.5);z-index:65;opacity:0;pointer-events:none;transition:opacity .3s}
.menu-back.show{opacity:1;pointer-events:auto}

/* ---- hero slider ---- */
.hero-slider{position:relative;height:calc(100svh - var(--header-h) - var(--topbar-h));min-height:520px;max-height:820px;overflow:hidden;background:var(--navy)}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s var(--ease),visibility .7s}
.hero-slide.active{opacity:1;visibility:visible}
.hero-slide-bg{position:absolute;inset:0;overflow:hidden}
.hero-slide-bg img{width:100%;height:100%;object-fit:cover;object-position:center 35%;transform:scale(1.07);transition:transform 8s linear}
.hero-slide-bg--car img{object-position:center 62%}
.hero-slide.active .hero-slide-bg img{transform:scale(1)}
.hero-slide-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,16,26,.94),rgba(9,16,26,.74) 42%,rgba(9,16,26,.24) 74%,transparent)}
.hero-slide .wrap{position:relative;z-index:2;height:100%;display:flex;align-items:center}
.hero-slide-copy{max-width:610px;color:#fff;padding:2rem 0}
.hero-slide-label{display:inline-flex;align-items:center;font-family:var(--font-h);font-weight:800;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--red);padding:.4rem .85rem;border-radius:6px;margin-bottom:1.2rem}
.hero-slide-copy h2{font-size:clamp(2.1rem,4.8vw,3.7rem);line-height:1.05;color:#fff;letter-spacing:-.025em}
.hero-slide-copy h2 .r{color:#ff5c64;display:block}
.hero-slide-copy p{margin-top:1rem;font-size:clamp(1.02rem,1.4vw,1.16rem);color:#e2e9f2;max-width:40ch}
.hero-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.8rem}
.hero-slide--product{background:radial-gradient(120% 120% at 12% 18%,#152c49,#0a1220)}
.hero-slide--product .hero-slide-bg::after{display:none}
.slide-car{position:absolute;right:1%;bottom:12%;width:min(54%,720px);z-index:1;filter:drop-shadow(0 30px 44px rgba(0,0,0,.55))}
.slider-arrows button{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(9,16,26,.35);color:#fff;cursor:pointer;display:grid;place-items:center;backdrop-filter:blur(4px);transition:.2s}
.slider-arrows button:hover{background:var(--red);border-color:var(--red)}
.slider-arrows svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.4}
.slider-prev{left:18px}.slider-next{right:18px}
.slider-dots{position:absolute;left:0;right:0;bottom:24px;z-index:6;display:flex;gap:.5rem;justify-content:center}
.slider-dots button{width:30px;height:4px;border-radius:2px;border:0;background:rgba(255,255,255,.42);cursor:pointer;padding:0;transition:.3s}
.slider-dots button.active{background:var(--red);width:48px}
.hero-slider .tricolore-bar{position:absolute;left:0;right:0;bottom:0;height:5px;z-index:6;background:linear-gradient(90deg,var(--blue) 0 33.3%,#fff 33.3% 66.6%,var(--red) 66.6%)}

/* ---- chiffres ---- */
.stats{background:var(--navy);color:#fff}
.stats-in{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding-block:1.6rem}
.stat{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.2rem;position:relative}
.stat + .stat::before{content:"";position:absolute;left:0;top:12%;bottom:12%;width:1px;background:rgba(255,255,255,.14)}
.stat b{font-family:var(--font-h);font-weight:800;font-size:clamp(1.5rem,2.6vw,2rem);color:#fff;line-height:1}
.stat span{font-size:.84rem;color:#bccadb}

/* ---- services ---- */
.svc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1rem,2vw,1.4rem);margin-top:clamp(1.8rem,4vw,2.6rem)}
.svc-grid--3{grid-template-columns:repeat(3,1fr)}
.svc-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;transition:transform .4s var(--ease),box-shadow .4s,border-color .3s}
.svc-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:var(--line-2)}
.svc-media{position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--bg-3)}
.svc-media img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}
.svc-card:hover .svc-media img{transform:scale(1.05)}
.svc-media .badge{position:absolute;top:12px;left:12px;background:var(--red);color:#fff;font-family:var(--font-h);font-weight:800;font-size:.7rem;letter-spacing:.05em;text-transform:uppercase;padding:.35rem .6rem;border-radius:6px}
.svc-body{padding:1.3rem 1.4rem 1.5rem;display:flex;flex-direction:column;flex:1}
.svc-body h3{font-size:1.35rem}
.svc-body p{margin-top:.5rem;color:var(--muted);font-size:.97rem}
.svc-facts{list-style:none;margin:.9rem 0 0;display:flex;flex-direction:column;gap:.35rem}
.svc-facts li{font-size:.88rem;font-weight:600;color:var(--ink-soft);padding-left:1rem;position:relative}
.svc-facts li::before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:var(--red)}
.svc-link{margin-top:auto;padding-top:1rem;font-family:var(--font-h);font-weight:700;font-size:.9rem;color:var(--red);display:inline-flex;align-items:center;gap:.35rem}
.svc-link::after{content:"→";transition:transform .3s var(--ease)}
.svc-card:hover .svc-link::after{transform:translateX(4px)}

/* ---- étapes ---- */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2.4vw,1.6rem);margin-top:clamp(1.8rem,4vw,2.6rem)}
.step{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.6rem 1.4rem;display:flex;flex-direction:column}
.step-n{font-family:var(--font-h);font-weight:800;font-size:2.2rem;color:var(--bg-3);line-height:1}
.step h3{font-size:1.18rem;margin:.4rem 0 .5rem}
.step p{color:var(--muted);font-size:.95rem}
.step .svc-link{color:var(--wa)}

/* ---- offre ---- */
.offer{background:var(--navy);color:#fff;position:relative;overflow:hidden;border-top:6px solid var(--red)}
.offer::before{content:"";position:absolute;inset:0;opacity:.14;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1'%3E%3Cpath d='M110 30 118 76 160 62 126 96 178 110 126 124 160 158 118 144 110 190 102 144 60 158 94 124 42 110 94 96 60 62 102 76Z'/%3E%3Ccircle cx='110' cy='110' r='14'/%3E%3C/g%3E%3C/svg%3E");background-position:right -40px center;background-repeat:no-repeat;pointer-events:none}
.offer-in{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:2.2rem;align-items:center;padding-block:clamp(2.4rem,4.5vw,3.8rem)}
.offer .eyebrow{color:#8fb3ec}
.offer h2{color:#fff;font-size:clamp(1.8rem,3.5vw,2.6rem);margin-top:.8rem}
.offer p{color:#d2dcea;margin-top:.9rem;max-width:50ch}
.offer .price-tag{color:#fff;background:var(--red);padding:0 .3em;border-radius:6px;display:inline-block}
.offer-card{background:#fff;color:var(--ink);border-radius:var(--r);padding:1.5rem;box-shadow:var(--shadow)}
.oc-title{font-size:1.05rem;margin-bottom:1rem}
.gift-list{list-style:none;display:flex;flex-direction:column;gap:.6rem}
.gift-list li{display:flex;gap:.7rem;align-items:center;background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r-s);padding:.75rem .9rem}
.gift-list .ic{width:24px;height:24px;fill:var(--red);flex:none}
.gift-list span{display:flex;flex-direction:column;line-height:1.35}
.gift-list b{font-family:var(--font-h);font-size:.97rem}
.gift-list em{font-style:normal;font-size:.84rem;color:var(--muted)}
.offer-note{font-size:.78rem;color:var(--muted);margin-top:1rem}

/* ---- cas (pare-brise) ---- */
.cas-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:clamp(1.8rem,4vw,2.4rem)}
.cas{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.4rem}
.cas .ic{width:30px;height:30px;fill:var(--red);margin-bottom:.7rem}
.cas h3{font-size:1.05rem}
.cas p{color:var(--muted);font-size:.9rem;margin-top:.35rem}

/* ---- franchise ---- */
.franchise-flow{display:flex;flex-direction:column;gap:.5rem;margin-top:1.4rem}
.fr-step{display:flex;align-items:center;gap:.8rem;background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r-s);padding:.8rem 1rem}
.fr-step div{display:flex;flex-direction:column;line-height:1.3}
.fr-step b{font-family:var(--font-h);font-size:.97rem}
.fr-step .soft{font-size:.86rem}
.fr-n{width:26px;height:26px;border-radius:50%;background:var(--line-2);color:var(--ink);font-family:var(--font-h);font-weight:800;font-size:.82rem;display:grid;place-items:center;flex:none}
.fr-ok{border-color:#bfe6cd;background:#f2fbf5}
.fr-ok .fr-n{background:var(--wa);color:#fff}
.cond-card{background:var(--blue-soft);border:1px solid #cfe0f7;border-radius:var(--r);padding:clamp(1.3rem,2.6vw,1.8rem)}
.cond-card h3{color:var(--blue-d);font-size:1.15rem}
.cond-lead{font-family:var(--font-h);font-weight:800;font-size:1.35rem;margin:.4rem 0 .8rem}
.cond-card .checklist .ic{fill:var(--blue)}

/* ---- guide 2 colonnes ---- */
.guide{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:clamp(1.8rem,4vw,2.4rem)}
.guide-card{border:1px solid var(--line);border-radius:var(--r);padding:1.6rem;background:#fff}
.guide-card.no{border-color:#f2c9cc;background:var(--red-soft)}
.guide-card h3{display:flex;align-items:center;gap:.55rem;font-size:1.2rem}
.guide-card .tag{font-family:var(--font-h);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .55rem;border-radius:6px;background:var(--red);color:#fff}
.guide-card ul{margin-top:.9rem;padding-left:1.1rem;color:var(--ink-soft)}
.guide-card li{margin-bottom:.4rem}
.guide-card .svc-link{margin-top:1rem}
.guide-card.no .svc-link{color:var(--red-d)}

/* ---- split + checklist ---- */
.split2{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.6rem,4vw,3rem);align-items:center}
.split2 .media{border-radius:var(--r);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-s);aspect-ratio:4/3;background:var(--bg-3)}
.split2 .media img{width:100%;height:100%;object-fit:cover}
.checklist{list-style:none;margin-top:1.2rem;display:flex;flex-direction:column;gap:.65rem}
.checklist li{display:flex;gap:.6rem;align-items:flex-start;color:var(--ink-soft)}
.checklist .ic{width:20px;height:20px;fill:var(--red);flex:none;margin-top:3px}

/* ---- bandeau de titre (pages internes) : compact, droit au but ---- */
.page-hero{background:var(--bg-2);border-bottom:1px solid var(--line);padding:clamp(1rem,2vw,1.5rem) 0 clamp(1.1rem,2vw,1.6rem)}
.breadcrumb{font-size:.76rem;color:var(--muted);display:flex;gap:.5rem;margin-bottom:.5rem}
.breadcrumb a:hover{color:var(--red)}
.page-hero .eyebrow{display:none}
.page-hero h1{font-size:clamp(1.75rem,3.6vw,2.5rem)}
.page-hero p{margin-top:.5rem;color:var(--ink-soft);max-width:62ch;font-size:1rem}
/* la première section colle au bandeau : pas de trou */
.page-hero + main > :first-child{padding-top:clamp(1.6rem,3vw,2.4rem)}
.page-hero + main > .offer:first-child .offer-in{padding-top:clamp(1.8rem,3.2vw,2.6rem)}

/* ---- tarifs pneus ---- */
.tarif-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.2rem,2.6vw,2rem);margin-top:clamp(1.6rem,3.5vw,2.4rem);align-items:start}
.tarif-solo{max-width:820px;margin-top:clamp(1.4rem,3vw,2rem)}
.tarif-card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:clamp(1.3rem,2.6vw,1.8rem);box-shadow:var(--shadow-s)}
.tarif-card-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-bottom:1rem;border-bottom:1px solid var(--line)}
.tarif-card-head h3{font-size:1.2rem}
.tarif-badge{font-family:var(--font-h);font-weight:700;font-size:.74rem;color:var(--blue-d);background:var(--blue-soft);border:1px solid #cfe0f7;border-radius:100px;padding:.35rem .7rem}
.tarif-list{list-style:none}
.tarif-list li{display:grid;grid-template-columns:3.2rem 1fr auto;align-items:center;gap:.8rem;padding:.8rem 0;border-bottom:1px solid var(--line)}
.tarif-list li:last-child{border-bottom:0}
.ta-size{font-family:var(--font-h);font-weight:800;font-size:1.12rem}
.ta-lab{color:var(--muted);font-size:.92rem}
.ta-price{font-family:var(--font-h);font-weight:800;font-size:1.18rem;color:var(--red)}
.tarif-list .ta-demande .ta-price{color:var(--blue);font-size:.95rem}
.tarif-foot{margin-top:1.1rem;font-size:.9rem;color:var(--muted)}
.horaires-note{display:flex;gap:.7rem;align-items:flex-start;margin-top:1.3rem;padding-top:1.2rem;border-top:1px solid var(--line)}
.horaires-note .ic{width:22px;height:22px;fill:var(--blue);flex:none;margin-top:1px}
.horaires-note p{font-size:.88rem;color:var(--muted)}

/* ---- carte des zones ---- */
.zone-in{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.6rem,4vw,3rem);align-items:center}
.zonecalc{display:grid;grid-template-columns:1.55fr 1fr;gap:clamp(1rem,2vw,1.6rem);align-items:start;background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:clamp(1rem,2vw,1.4rem);box-shadow:var(--shadow-s);margin-top:clamp(1.6rem,3vw,2.2rem)}
.zonecalc > *{min-width:0}
.zonecalc-panel{display:flex;flex-direction:column;padding:.4rem .2rem;min-width:0}
.zonecalc-panel h3{font-size:1.25rem}
.idf-wrap{position:relative;min-width:0;background:linear-gradient(180deg,#f7f9fc,#eef2f7);border:1px solid var(--line);border-radius:var(--r);padding:.6rem .6rem .2rem}
.idf-svg{width:100%;height:auto;display:block;overflow:hidden}

/* encart « Paris et petite couronne » : flottant sur ordinateur, sous la carte sur mobile */
.idf-inset{position:absolute;top:8%;right:2.5%;width:26%;background:#fff;border:1.5px solid var(--line-2);border-radius:12px;padding:.4rem;box-shadow:0 8px 20px -14px rgba(14,27,44,.5)}
.idf-inset-t{display:block;font-family:var(--font-h);font-weight:700;font-size:.62rem;letter-spacing:.03em;text-transform:uppercase;color:var(--muted);text-align:center;margin-bottom:.2rem}
.idf-inset-svg{width:100%;height:auto;display:block;overflow:visible}

/* départements */
.dep{cursor:pointer;outline:none}
.dep path{fill:#fff;stroke:#93a6bf;stroke-width:2.6;stroke-linejoin:round;transition:fill .18s var(--ease),stroke .18s var(--ease)}
.dep--out path{fill:#e4eaf2;stroke:#a8b8cc;stroke-dasharray:9 5}
.dep:hover path,.dep:focus-visible path{fill:var(--blue-soft);stroke:var(--blue);stroke-width:3.6}
.dep.on path{fill:var(--red-soft);stroke:var(--red);stroke-width:3.8;stroke-dasharray:none}
.dep--zoom path{fill:#f2f6fb;stroke:#6d84a3;stroke-width:1.6}
.dep--zoom:hover path{fill:var(--blue-soft);stroke:var(--blue);stroke-width:2.2}
.dep--zoom.on path{fill:var(--red-soft);stroke:var(--red);stroke-width:2.4}

/* étiquettes */
.idf-labels{pointer-events:none}
.dep-num{font-family:var(--font-h);font-weight:800;font-size:30px;fill:#3f5069;text-anchor:middle;dominant-baseline:middle;paint-order:stroke;stroke:#fff;stroke-width:4px;stroke-linejoin:round;transition:fill .18s}
.dep-num--out{fill:#5e7089;font-size:27px}
.dep-num--zoom{font-size:11px;stroke-width:2px}
.dep-num.hot{fill:var(--blue-d)}
.dep-num.sel{fill:var(--red)}

/* villes */
.ville circle{fill:var(--red);stroke:#fff;stroke-width:1.6}
.ville text{font-family:var(--font-h);font-weight:600;font-size:19px;fill:var(--ink);text-anchor:middle;paint-order:stroke;stroke:#fff;stroke-width:4px;stroke-linejoin:round}
.ville--big text{font-weight:800;font-size:23px}
.ville--big circle{r:5.5}
.ville-dot{fill:var(--red);stroke:#fff;stroke-width:.8}
.pc-frame{fill:none;stroke:var(--ink);stroke-width:2.4;stroke-dasharray:8 5;opacity:.45}

/* légende */
.idf-legend{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.74rem;color:var(--muted);padding:.5rem .2rem .4rem}
.lg{width:13px;height:11px;border-radius:3px;display:inline-block;flex:none}
.lg--idf{background:#fff;border:1.4px solid #93a6bf}
.lg--out{background:#e4eaf2;border:1.4px dashed #a8b8cc;margin-left:.5rem}

/* infobulle */
.idf-tip{position:absolute;z-index:5;transform:translate(-50%,-118%);background:var(--navy);color:#fff;border-radius:9px;padding:.5rem .7rem;font-size:.82rem;line-height:1.35;pointer-events:none;white-space:nowrap;box-shadow:0 12px 26px -14px rgba(0,0,0,.6)}
.idf-tip::after{content:"";position:absolute;left:50%;top:100%;transform:translateX(-50%);border:6px solid transparent;border-top-color:var(--navy)}
.idf-tip b{display:block;font-family:var(--font-h);font-size:.9rem}
.idf-tip span{color:#c3d0e0}
.idf-tip em{font-style:normal;color:#7ee2a8;font-weight:700}
.zc-hint{color:var(--muted);font-size:.92rem;margin-top:.35rem}
.zc-hint--touch{display:none}
.zonecalc-form{margin-top:1.2rem}
.zonecalc-form label{display:block;font-weight:600;font-size:.9rem}
.zonecalc-row{display:flex;gap:.5rem;margin-top:.45rem}
.zonecalc-row input{flex:1;min-width:0;font-family:var(--font);font-size:1rem;padding:.75rem .9rem;border:1.5px solid var(--line-2);border-radius:var(--r-s);color:var(--ink)}
.zonecalc-row input:focus{outline:none;border-color:var(--blue)}
.zonecalc-res{margin-top:1.2rem;border-top:1px solid var(--line);padding-top:1.2rem;min-height:120px}
.zr-empty{font-size:.9rem;color:var(--muted)}
.zr-dep{font-family:var(--font-h);font-weight:800;font-size:1.12rem}
.zr-zone{display:inline-flex;font-size:.74rem;font-weight:700;font-family:var(--font-h);text-transform:uppercase;letter-spacing:.04em;color:var(--blue-d);background:var(--blue-soft);border-radius:100px;padding:.28rem .6rem;margin-top:.5rem}
.zr-fee{margin-top:.7rem;font-size:.95rem;color:var(--ink-soft)}
.zr-fee b{font-family:var(--font-h);font-size:1.2rem;color:var(--red)}
.zr-todo{font-size:.84rem;color:var(--muted);margin-top:.25rem}
.zr-out{color:var(--muted);font-size:.9rem;margin-top:.5rem}
.zr-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.9rem}
.zr-ask{margin-top:1rem;padding-top:.9rem;border-top:1px dashed var(--line)}
.zr-q{font-family:var(--font-h);font-weight:700;font-size:.92rem;margin-bottom:.6rem}
.zr-chips{display:flex;flex-wrap:wrap;gap:.45rem}
.zr-chip{font-family:var(--font-h);font-weight:700;font-size:.86rem;color:var(--ink);background:#fff;border:1.5px solid var(--line-2);border-radius:100px;padding:.55rem 1rem;cursor:pointer;transition:.2s}
.zr-chip:hover{border-color:var(--wa);background:#f2fbf5;color:var(--wa-d);transform:translateY(-1px)}
.zr-recap{font-size:.95rem;color:var(--ink-soft);margin-top:.5rem}
.zr-recap b{font-family:var(--font-h);color:var(--ink)}
.zr-alt{margin-top:.7rem;font-size:.82rem;color:var(--muted);display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}
.zr-alt a{color:var(--blue);font-weight:600;text-decoration:underline}
.zr-back{background:none;border:0;padding:0;color:var(--muted);font-size:.82rem;text-decoration:underline;cursor:pointer;font-family:inherit}
.zr-back:hover{color:var(--ink)}

/* ---- formulaires ---- */
.form-card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:clamp(1.4rem,3vw,2rem);box-shadow:var(--shadow-s)}
.field{margin-bottom:1rem}
.field label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.4rem}
.field input,.field select,.field textarea{width:100%;font-family:var(--font);font-size:1rem;padding:.8rem .9rem;border:1.5px solid var(--line-2);border-radius:var(--r-s);background:#fff;color:var(--ink);transition:border-color .2s}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--blue)}
.field textarea{min-height:96px;resize:vertical}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-note{font-size:.82rem;color:var(--muted);margin-top:.6rem}
.form-note a{color:var(--red);font-weight:600}
.upload{border:1.5px dashed var(--line-2);border-radius:var(--r-s);padding:1.1rem;text-align:center;color:var(--muted);font-size:.9rem;cursor:pointer;display:block}
.upload:hover{border-color:var(--blue);color:var(--blue)}
.contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.6rem,4vw,2.6rem);align-items:start}
.info-list{list-style:none;display:flex;flex-direction:column;gap:1.1rem}
.info-list li{display:flex;gap:.8rem;align-items:flex-start}
.info-list .ic{width:22px;height:22px;fill:var(--red);flex:none;margin-top:3px}
.info-list li:first-child .ic{fill:var(--wa)}
.info-list b{display:block}
.info-list .big-tel{font-family:var(--font-h);font-weight:800;font-size:1.45rem;color:var(--ink);display:inline-block;margin-top:.2rem}
.info-list .big-tel:hover{color:var(--wa)}

/* ---- page légale ---- */
.legal{max-width:760px;margin:0 auto}
.legal h2{font-size:1.3rem;margin:2rem 0 .7rem}
.legal h2:first-of-type{margin-top:0}
.legal p{color:var(--ink-soft);margin-bottom:.8rem}
.legal a{color:var(--red);font-weight:600}
.legal em{font-style:normal;color:var(--muted);background:var(--bg-2);border:1px dashed var(--line-2);border-radius:5px;padding:.05rem .35rem;font-size:.92em}
.legal-warn{background:var(--red-soft);border:1px solid #f2c9cc;border-radius:var(--r-s);padding:1rem 1.2rem;margin-bottom:2rem;font-size:.92rem;color:var(--ink-soft)}
.foot-legal a{color:#9fb0c6;text-decoration:underline}
.foot-legal a:hover{color:#fff}
/* ---- faq ---- */
.faq{max-width:760px;margin:clamp(1.6rem,4vw,2.2rem) auto 0}
.faq details{border:1px solid var(--line);border-radius:var(--r-s);padding:0 1.2rem;margin-bottom:.6rem;background:#fff}
.faq summary{font-family:var(--font-h);font-weight:700;padding:1.05rem 0;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:1.4rem;color:var(--red);font-weight:400;line-height:1}
.faq details[open] summary::after{content:"–"}
.faq details p{padding-bottom:1.1rem;color:var(--ink-soft);margin:0}
.faq details p a{color:var(--red);font-weight:600;text-decoration:underline}

/* ---- location : conditions ---- */
.loc-cond{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.lc-item{display:flex;gap:.8rem;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.1rem 1.2rem;box-shadow:var(--shadow-s)}
.lc-item .ic{width:26px;height:26px;fill:var(--red);flex:none}
.lc-item div{display:flex;flex-direction:column;gap:.2rem}
.lc-item b{font-family:var(--font-h);font-size:.98rem}
.lc-item span{font-size:.86rem;color:var(--muted);line-height:1.45}

/* ---- location : flotte ---- */
.fleet-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.2rem;flex-wrap:wrap}
.fleet-filters{display:flex;gap:.4rem;flex-wrap:wrap}
.ff{font-family:var(--font-h);font-weight:700;font-size:.86rem;color:var(--ink-soft);background:#fff;border:1.5px solid var(--line-2);border-radius:100px;padding:.55rem 1.05rem;cursor:pointer;transition:.2s}
.ff:hover{border-color:var(--ink)}
.ff.active{background:var(--navy);border-color:var(--navy);color:#fff}
.dates-card{max-width:600px;margin-top:1.4rem}
.fleet{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2vw,1.4rem);margin-top:clamp(1.4rem,3vw,2rem)}
.veh{border:1px solid var(--line);border-radius:var(--r);overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:transform .4s var(--ease),box-shadow .4s}
.veh:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.veh-media{aspect-ratio:16/10;background:var(--bg-3);position:relative;display:grid;place-items:center}
.veh-media img{width:100%;height:100%;object-fit:cover}
.veh-media--cut{background:radial-gradient(120% 130% at 32% 22%,#1a3251,#0a1220)}
.veh-media--cut img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:4% 5% 7%}
.qm-shot{position:relative;border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow);background:var(--navy)}
.qm-shot img{width:100%;height:100%;aspect-ratio:16/10;object-fit:cover}
.qm-shot figcaption{position:absolute;left:10px;bottom:10px;background:rgba(12,23,38,.82);color:#fff;font-size:.78rem;font-weight:600;padding:.35rem .6rem;border-radius:7px;backdrop-filter:blur(3px)}
.qm-shot figcaption b{font-family:var(--font-h);font-weight:800;color:#ff5c64}

.veh-type{position:absolute;top:12px;left:12px;background:var(--navy);color:#fff;font-family:var(--font-h);font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:.35rem .6rem;border-radius:6px}
.veh-badge-new{position:absolute;top:12px;right:12px;background:var(--red);color:#fff;font-family:var(--font-h);font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:.35rem .55rem;border-radius:6px}
.veh-ph{font-size:.8rem;color:var(--muted)}
.veh-body{padding:1.2rem 1.3rem 1.4rem;display:flex;flex-direction:column;flex:1}
.veh-body h3{font-size:1.22rem}
.veh-tarifs{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:.4rem;margin-top:.9rem}
.veh-tarifs div{display:flex;flex-direction:column;gap:.1rem;background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r-s);padding:.55rem .4rem;text-align:center}
.veh-tarifs span{font-size:.68rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.02em}
.veh-tarifs b{font-family:var(--font-h);font-weight:800;font-size:1.1rem;color:var(--ink)}
.veh-tarifs .ta-demande b{font-size:.84rem;color:var(--blue)}
.veh-meta{display:flex;flex-wrap:wrap;gap:.35rem;margin:.9rem 0 1.1rem}
.veh-meta span{font-size:.76rem;background:var(--bg-2);border:1px solid var(--line);border-radius:6px;padding:.3rem .5rem;color:var(--ink-soft)}
.veh-meta .cau{background:var(--red-soft);border-color:#f2c9cc;color:var(--red-d);font-weight:600}
.veh-meta em{font-style:normal}
.veh-body .btn{margin-top:auto}
.veh.hide{display:none}

/* ---- bandeau quads ---- */
.quadband{background:var(--bg-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.quadband-in{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(1.6rem,4vw,3rem);align-items:center;padding-block:clamp(2.4rem,5vw,3.6rem)}
.quadband h2{font-size:clamp(1.8rem,3.4vw,2.5rem);margin-top:.7rem}
.quadband p{color:var(--muted);margin-top:.9rem;max-width:52ch}
.quad-prices{display:grid;grid-template-columns:1fr 1fr;gap:.9rem;margin-top:1.5rem}
.qp{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.1rem 1.2rem}
.qp--kid{border-color:#cfe0f7;background:var(--blue-soft)}
.qp-lab{font-family:var(--font-h);font-weight:800;font-size:.95rem;display:block;margin-bottom:.7rem}
.qp-lab em{font-style:normal;color:var(--red)}
.qp-row{display:flex;align-items:baseline;gap:.45rem;margin-bottom:.2rem}
.qp-row b{font-family:var(--font-h);font-weight:800;font-size:1.25rem;color:var(--ink)}
.qp-row span{font-size:.82rem;color:var(--muted)}
.qp-cau{margin-top:.6rem;font-size:.78rem;font-weight:600;color:var(--red-d)}
.quadband-media{display:grid;grid-template-columns:1fr 1fr;gap:.9rem;align-content:center}
.qm-tile{background:var(--navy);color:#fff;border-radius:var(--r);padding:1.8rem 1rem;text-align:center;box-shadow:var(--shadow)}
.qm-tile b{display:block;font-family:var(--font-h);font-weight:800;font-size:2.4rem;line-height:1;color:#fff}
.qm-tile span{font-size:.86rem;color:#bccadb}
.qm-tile--kid{background:var(--blue)}
.qm-tile--kid span{color:#d3e2fb}
.qm-note{grid-column:1/-1;text-align:center;font-size:.8rem;color:var(--muted)}

/* ---- bande CTA + footer ---- */
.cta-band{background:var(--red);color:#fff}
.cta-band-in{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.4rem;padding-block:clamp(2rem,4vw,3rem)}
.cta-band h2{color:#fff;font-size:clamp(1.6rem,3vw,2.2rem)}
.cta-band p{margin-top:.5rem;color:rgba(255,255,255,.92);max-width:48ch}
.cta-band-actions{display:flex;flex-wrap:wrap;gap:.7rem}
.cta-band .btn-wa{background:#fff;color:var(--wa-d);box-shadow:none}
.cta-band .btn-wa:hover{background:#fff;transform:translateY(-2px);box-shadow:0 14px 30px -12px rgba(0,0,0,.35)}
.cta-band .btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.55)}
.cta-band .btn-ghost:hover{background:rgba(255,255,255,.12);border-color:#fff}

.site-footer{background:var(--navy);color:#b7c3d4}
.footer-in{display:grid;grid-template-columns:1.6fr 1fr 1.2fr 1fr;gap:2rem;padding-block:clamp(2.6rem,5vw,3.6rem) 2.2rem}
.foot-brand .brand-logo{width:40px;height:40px}
.foot-brand .brand-word{color:#fff}
.foot-tag{margin:1rem 0;font-size:.9rem;max-width:34ch;color:#b9c6d7}
.foot-social{display:flex;gap:.6rem}
.foot-social a{width:38px;height:38px;border-radius:9px;border:1px solid rgba(255,255,255,.22);display:grid;place-items:center;color:#d5dfec;transition:.2s}
.foot-social a:hover{background:var(--red);border-color:var(--red);color:#fff}
.foot-social svg{width:18px;height:18px}
.foot-col h3{color:#fff;font-size:.95rem;margin-bottom:1rem}
.foot-col a,.foot-col p{display:block;font-size:.88rem;color:#b9c6d7;margin-bottom:.5rem}
.foot-col a:hover{color:#fff}
.foot-col .soft{color:#9aa9bf;font-size:.8rem}
.foot-tel{font-family:var(--font-h);font-weight:800;font-size:1.45rem;color:#fff!important}
.foot-tel:hover{color:var(--wa)!important}
.foot-contact p{display:flex;align-items:center;gap:.5rem}
.foot-legal{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.6rem;padding-block:1.2rem 1.4rem;border-top:1px solid rgba(255,255,255,.1);font-size:.78rem;color:#9aa9bf}


/* --- correctifs de cascade (lisibilité) --- */
.site-footer .btn{color:#fff}                 /* le bouton WhatsApp du footer héritait du gris des liens */
.site-footer .btn-ghost{color:#fff}
.offer .offer-card p{color:var(--muted)}      /* la note dans la carte blanche héritait du gris clair du bandeau navy */
.offer .offer-card .oc-title{color:var(--ink)}
.foot-legal .soft{color:#9aa9bf}              /* gris foncé sur navy : illisible */
.cta-band .btn-wa{color:var(--wa-d)}

/* ---- barre sticky mobile ---- */
.sticky-bar{position:fixed;left:0;right:0;bottom:0;z-index:55;display:none;grid-template-columns:1.4fr 1fr 1fr;background:#fff;border-top:1px solid var(--line);box-shadow:0 -8px 24px -14px rgba(0,0,0,.25);padding:.4rem;gap:.4rem;padding-bottom:max(.4rem,env(safe-area-inset-bottom))}
.sb-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-family:var(--font-h);font-weight:700;font-size:.74rem;padding:.5rem 0;border-radius:9px;color:#fff}
.sb-btn .ic,.sb-btn svg{width:19px;height:19px;fill:currentColor}
.sb-wa{background:var(--wa)}
.sb-call{background:var(--red)}
.sb-devis{background:var(--navy)}

/* ---- bandeau cookies (n'apparaît que si un identifiant de tracking est renseigné) ---- */
.cookie-bar{position:fixed;left:50%;bottom:1rem;transform:translate(-50%,140%);z-index:80;width:min(100% - 2rem,760px);background:#fff;border:1px solid var(--line-2);border-radius:var(--r);box-shadow:0 24px 50px -20px rgba(14,27,44,.45);padding:1rem 1.2rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap;transition:transform .35s var(--ease)}
.cookie-bar.in{transform:translate(-50%,0)}
.cookie-bar p{font-size:.86rem;color:var(--ink-soft);flex:1;min-width:240px;margin:0;line-height:1.5}
.cookie-bar p b{font-family:var(--font-h);font-size:.95rem;color:var(--ink);display:inline-block;margin-bottom:.15rem}
.cookie-bar a{color:var(--red);font-weight:600;text-decoration:underline}
.cookie-actions{display:flex;gap:.5rem;flex:none}

/* ---- reveal ---- */
[data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
[data-reveal].in{opacity:1;transform:none}
[data-reveal-d="1"]{transition-delay:.08s}
[data-reveal-d="2"]{transition-delay:.16s}
[data-reveal-d="3"]{transition-delay:.24s}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}[data-reveal]{opacity:1;transform:none}}

/* ================= RESPONSIVE ================= */
@media (max-width:1040px){
  .offer-in,.zone-in,.split2,.contact-grid,.tarif-split,.quadband-in,.zonecalc{grid-template-columns:1fr}
  .svc-grid--3,.fleet,.cas-grid{grid-template-columns:repeat(2,1fr)}
  .loc-cond{grid-template-columns:repeat(2,1fr)}
  .main-nav{display:none}
  .header-cta{margin-left:auto}        /* la nav masquée ne pousse plus les boutons : on le fait ici */
  .header-call span{display:none}
  .burger{display:flex}
  .slider-arrows{display:none}
  .footer-in{grid-template-columns:1fr 1fr}
  .zone-in{gap:2rem}
  .hero-slide--product .wrap{align-items:flex-end}
  .hero-slide--product .hero-slide-copy{padding-bottom:2.6rem}
  .hero-slide--product{background:radial-gradient(130% 80% at 50% 12%,#152c49,#0a1220)}
  .hero-slide--product .slide-car{width:min(72%,520px);right:auto;left:50%;transform:translateX(-50%);top:8%;bottom:auto}
  .quadband-media{max-width:420px}
}
@media (max-width:700px){
  body{font-size:16px;padding-bottom:76px}
  .topbar-item:not(.topbar-tel):not(.topbar-strong){display:none}
  .topbar-in{justify-content:space-between}
  .topbar-tel{margin-left:0}
  .brand-word small{display:none}
  .brand-word{font-size:1.05rem}
  .brand-logo{width:38px;height:38px}
  .header-call{display:none}
  /* WhatsApp et menu : deux carrés identiques, collés à droite */
  .header-cta{gap:.45rem}
  .header-wa{width:46px;height:46px;min-width:46px;padding:0;border-radius:11px}
  .header-wa span{display:none}
  .header-wa svg{width:22px;height:22px}
  .burger{width:46px;height:46px;border-radius:11px}
  .svc-grid,.svc-grid--3,.steps,.guide,.fleet,.loc-cond,.quad-prices{grid-template-columns:1fr}
  .cas-grid{grid-template-columns:1fr 1fr}
  .stats-in{grid-template-columns:1fr 1fr;gap:1.2rem .5rem;padding-block:1.4rem}
  .stat:nth-child(3)::before{display:none}
  .field-row{grid-template-columns:1fr}
  .footer-in{grid-template-columns:1fr}
  .sticky-bar{display:grid}
  .hero-slider{height:auto;min-height:0;max-height:none}
  .hero-slide{position:relative;opacity:1;visibility:visible;display:none}
  .hero-slide.active{display:block}
  .hero-slide-bg{position:absolute;inset:0}
  .hero-slide-bg::after{background:linear-gradient(180deg,rgba(9,16,26,.55),rgba(9,16,26,.75) 50%,rgba(9,16,26,.95))}
  .hero-slide .wrap{align-items:flex-end;min-height:76svh;padding-top:3rem}
  .hero-slide-copy{padding:0 0 4.2rem;max-width:none}
  .hero-slide-copy h2{font-size:clamp(1.9rem,7.6vw,2.4rem)}
  .hero-slide-copy p{max-width:none;font-size:1rem}
  .hero-actions{margin-top:1.4rem}
  .hero-actions .btn{flex:1;min-width:140px}
  .hero-slide-bg--car img{object-position:58% 70%}
  .hero-slide--product .hero-slide-copy{padding-bottom:4.2rem}
  .slider-dots{bottom:16px}
  .cta-band-in{flex-direction:column;align-items:flex-start}
  .cta-band-actions{width:100%}
  .cta-band-actions .btn{flex:1}
  .fleet-head{flex-direction:column;align-items:flex-start;gap:1rem}
  .fleet-filters{width:100%;overflow-x:auto;padding-bottom:.2rem}
  .ff{white-space:nowrap}
  .dep-num{font-size:54px;stroke-width:6px}
  .dep-num--out{font-size:48px}
  .map-inset .dep-num{font-size:42px;stroke-width:5px}
  .ville text{font-size:32px}
  .ville--big text{font-size:38px}
  .ville circle{r:7}
  .ville--big circle{r:9}
  .inset-title{font-size:30px}
  .dep path{stroke-width:3.4}
  .dep--out path{stroke-width:3;stroke-dasharray:11 6}
  .idf-wrap{padding:.35rem .35rem .1rem}
  .idf-legend{font-size:.7rem;gap:.3rem;padding:.45rem .1rem .35rem}

  /* ---- mobile : boutons ---- */
  .btn{white-space:normal;text-align:center;line-height:1.25}
  /* les paires de boutons s'empilent : pleine largeur, plus lisibles et plus faciles à viser */
  .page-hero .hero-actions,
  main .hero-actions,
  .offer .hero-actions,
  .cta-band-actions{flex-direction:column;align-items:stretch;gap:.6rem}
  .page-hero .hero-actions .btn,
  main .hero-actions .btn,
  .offer .hero-actions .btn,
  .cta-band-actions .btn{width:100%;flex:none}
  /* le carrousel aussi : deux boutons pleine largeur, jamais de texte coupé */
  .hero-slide .hero-actions{flex-direction:column;align-items:stretch;gap:.6rem;margin-top:1.5rem}
  .hero-slide .hero-actions .btn{width:100%;flex:none}

  /* ---- mobile : aération ---- */
  .section{padding:2.8rem 0}
  .sec-head p{margin-top:.7rem}
  .svc-grid,.steps,.guide,.fleet,.cas-grid{gap:1rem}
  .svc-body{padding:1.2rem 1.2rem 1.4rem}
  .stats-in{padding-block:1.5rem}
  .stat b{font-size:1.6rem}
  .quadband-media{grid-template-columns:1fr;gap:.8rem}
  .quad-prices{gap:.8rem}
  .loc-cond{gap:.7rem}
  .lc-item{padding:1rem 1.1rem}
  .veh-body{padding:1.1rem 1.2rem 1.3rem}
  .veh-tarifs{gap:.35rem}
  .zonecalc{padding:.7rem}
  .zonecalc-panel{padding:.6rem .3rem 0}
  /* la carte prend toute la largeur, l'encart passe dessous et devient tapable */
  .idf-wrap{padding:.4rem .4rem .1rem}
  .idf-inset{position:static;width:100%;margin-top:.5rem;padding:.5rem .5rem .3rem;box-shadow:none;border-color:var(--line)}
  .idf-inset-t{font-size:.72rem;margin-bottom:.3rem}
  .idf-inset-svg{max-height:230px;margin:0 auto}
  .dep-num--zoom{font-size:9px;stroke-width:1.6px}
  .pc-frame{stroke-width:3.4;opacity:.6}
  .faq details{padding:0 1.1rem}
  .footer-in{gap:1.8rem}

  .cookie-bar{bottom:calc(76px + .6rem);padding:.9rem 1rem;gap:.7rem}
  .cookie-bar p{font-size:.84rem;min-width:0}
  .cookie-actions{width:100%}
  .cookie-actions .btn{flex:1}
  .zc-hint{display:none}
  .zc-hint--touch{display:block}
  .idf-tip{font-size:.78rem}
  /* cibles tactiles : minimum 44px */
  .btn-sm{padding:.75rem 1rem;min-height:44px}
  .ff{padding:.7rem 1.1rem;min-height:44px}
  .zr-chip{padding:.7rem 1.15rem;min-height:44px}
  .svc-media .badge{font-size:.78rem;padding:.4rem .68rem}
  .tarif-badge{font-size:.78rem}
  .faq summary{padding:1.15rem 0}
  .header-wa{min-height:44px;min-width:44px}
  .burger{width:46px;height:46px}
  .tarif-list li{grid-template-columns:2.6rem 1fr auto;gap:.5rem}
  .ta-lab{font-size:.84rem}
  .quadband-media{max-width:none}
  .offer::before{background-position:right -80px top -20px;opacity:.1}
}
