:root{--green-900:#0b4f27;--green-700:#14713b;--green-600:#1b7f45;--green-500:#2c9257;--green-050:#e8f2ea;--green-025:#f1f7f2;--navy:#0e2a44;--ink:#14202c;--muted:#5d6b7a;--muted-soft:#8a97a4;--amber:#eaa93a;--amber-050:#fcf1d8;--red:#e0342b;--red-050:#fce9e7;--bg:#f6f7f3;--card:#fff;--line:#e8eae3;--line-soft:#f0f1ec;--r-sm:12px;--r-md:16px;--r-lg:20px;--r-xl:26px;--r-pill:999px;--sh-card:0 1px 2px #0e2a440a, 0 6px 18px #0e2a440d;--sh-soft:0 2px 10px #0e2a440d;--sh-float:0 10px 26px #0b4f2747;--app-w:430px;--nav-h:74px;--pad:clamp(13px, 4.4vw, 20px);--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%}html{-webkit-text-size-adjust:100%}body{overscroll-behavior-y:none;font-family:var(--font);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background:#dfe3dc;margin:0}h1,h2,h3,h4,p,figure{margin:0}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none}ul{margin:0;padding:0;list-style:none}img,svg{max-width:100%;display:block}.device{justify-content:center;align-items:center;min-height:100%;padding:0;display:flex}.device__screen{width:100%;max-width:var(--app-w);background:var(--bg);height:100dvh;padding-top:env(safe-area-inset-top);flex-direction:column;display:flex;position:relative;overflow:hidden}@media (width<=380px){:root{--nav-h:68px}}@media (width>=720px){.device{background:radial-gradient(120% 90% at 50% 0,#eef3ea 0%,#0000 60%),linear-gradient(#e4e9e0 0%,#d7ddd4 100%);padding:26px 16px}.device__screen{border-radius:44px;max-width:430px;height:min(932px,100dvh - 52px);box-shadow:0 0 0 12px #10161c,0 0 0 13px #2b3238,0 40px 80px #09160e73}}.scroll-area{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;overflow:hidden auto}.scroll-area::-webkit-scrollbar{display:none}.u-green{color:var(--green-700)}.u-navy{color:var(--navy)}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.logo{object-fit:contain;-webkit-user-select:none;user-select:none;width:auto;max-width:100%;display:block}.chargement{background:var(--bg);color:var(--muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:22px;font-size:14px;display:flex}.chargement__spinner{border:3px solid var(--green-050);border-top-color:var(--green-700);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite chargement-tourne}@keyframes chargement-tourne{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.chargement__spinner{animation-duration:2.4s}}.offline-bar{top:env(safe-area-inset-top);z-index:1100;letter-spacing:.1px;color:#7a4d05;background:var(--amber-050);border-bottom:1px solid #efd49a;justify-content:center;align-items:center;gap:8px;padding:7px 14px;font-size:12.5px;font-weight:700;animation:.2s ease-out offline-bar-in;display:flex;position:absolute;left:0;right:0;box-shadow:0 2px 8px #0e2a440f}.offline-bar__dot{background:var(--amber);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 3px #eaa93a40}@keyframes offline-bar-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.offline-bar{animation:none}}.pwa-toast{left:50%;bottom:calc(env(safe-area-inset-bottom) + 16px);z-index:1200;background:var(--card);width:min(100% - 28px,400px);color:var(--ink);border:1px solid var(--line);border-radius:var(--r-md);box-shadow:var(--sh-float);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 12px;padding:13px 15px;animation:.24s ease-out pwa-toast-in;display:flex;position:absolute;transform:translate(-50%)}.pwa-toast__txt{flex:180px;font-size:14px;font-weight:600;line-height:1.35}.pwa-toast__actions{gap:8px;display:flex}.pwa-toast__btn{border-radius:var(--r-pill);color:var(--muted);background:var(--line-soft);padding:9px 14px;font-size:13.5px;font-weight:700;transition:transform .16s,background .16s}.pwa-toast__btn:active{transform:scale(.95)}.pwa-toast__btn--primary{color:#fff;background:var(--green-700)}.pwa-toast__btn--primary:active{background:var(--green-900)}@keyframes pwa-toast-in{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.pwa-toast{animation:none}}.bottomnav{height:var(--nav-h);padding-bottom:max(8px, env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fff;flex:none;grid-template-columns:repeat(5,1fr);align-items:end;display:grid;position:relative;box-shadow:0 -6px 20px #0e2a440d}.bottomnav__item{height:100%;color:var(--muted);flex-direction:column;justify-content:flex-end;align-items:center;gap:5px;padding-bottom:8px;transition:color .18s;display:flex}.bottomnav__item--active{color:var(--green-700)}.bottomnav__glyph{place-items:center;height:24px;display:grid}.bottomnav__brand{letter-spacing:.5px;color:var(--green-700);font-size:17px;font-weight:900;line-height:1}.bottomnav__label{letter-spacing:.1px;font-size:11.5px;font-weight:600}.bottomnav__fabwrap{place-items:center;height:100%;display:grid}.bottomnav__fab{background:var(--green-700);color:#fff;width:58px;height:58px;box-shadow:var(--sh-float);border-radius:50%;place-items:center;margin-bottom:14px;transition:transform .16s,background .16s;display:grid}.bottomnav__fab:active{background:var(--green-900);transform:scale(.94)}.citymap{border-radius:var(--r-md);aspect-ratio:4/3.35;background:#dff0f4;position:relative;overflow:hidden}.citymap__svg{width:100%;height:100%;position:absolute;inset:0}.citymap__label{color:var(--ink);background:#fff;border-radius:8px;padding:4px 9px;font-size:11px;font-weight:700;position:absolute;top:10px;left:10px;box-shadow:0 2px 8px #0e2a4424}.citymap__pin{filter:drop-shadow(0 2px 3px #0e2a4447);position:absolute;translate:-50% -100%}.accueil{padding:0 var(--pad) 26px;flex-direction:column;gap:clamp(14px,4vw,18px);display:flex}.accueil__actions{align-items:center;gap:2px;display:flex}.accueil__topbar{justify-content:space-between;align-items:flex-start;padding-top:16px;display:flex}.accueil__bell{width:42px;height:42px;color:var(--ink);border-radius:50%;place-items:center;transition:background .15s;display:grid;position:relative}.accueil__bell:active{background:var(--line-soft)}.accueil__badge{border-radius:var(--r-pill);background:var(--red);color:#fff;text-align:center;border:2px solid #fff;min-width:19px;height:19px;padding:0 5px;font-size:11px;font-weight:700;line-height:15px;position:absolute;top:1px;right:1px}.accueil__hello{flex-direction:column;gap:7px;margin-top:-2px;display:flex}.accueil__hello h1{letter-spacing:-.6px;color:var(--navy);font-size:clamp(21px,6.3vw,27px);font-weight:800}.accueil__place{color:#46586b;align-items:center;gap:6px;font-size:clamp(13px,3.9vw,15px);font-weight:500;display:flex}.accueil__place svg{color:var(--green-700)}.thanks{border-radius:var(--r-lg);isolation:isolate;background:linear-gradient(90deg,#eef5ec 0% 46%,#eef5ec00 78%);align-items:center;gap:clamp(10px,3.4vw,14px);min-height:clamp(112px,30vw,132px);padding:16px clamp(12px,4vw,18px);display:flex;position:relative;overflow:hidden}.thanks__scene{z-index:-1;width:58%;height:100%;position:absolute;inset:0 0 0 42%}.thanks__scene img{object-fit:cover;width:100%;height:100%}.thanks__scene:after{content:"";background:linear-gradient(90deg,#eef5ec 0%,#eef5ec4d 42%,#0000 70%);position:absolute;inset:0}.thanks__badge{width:clamp(48px,14.5vw,62px);height:clamp(48px,14.5vw,62px);color:var(--green-700);background:#fff;border-radius:50%;flex:none;place-items:center;display:grid;box-shadow:0 2px 10px #14713b24}.thanks__text strong{color:var(--green-700);margin-bottom:4px;font-size:clamp(14px,4.2vw,16px);font-weight:800;display:block}.thanks__text p{color:#3d4d5c;max-width:19ch;font-size:clamp(12.5px,3.7vw,14px);line-height:1.35}.section-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.section-head h2{letter-spacing:-.3px;color:var(--navy);font-size:clamp(16.5px,5vw,19px);font-weight:800}.link-all{color:var(--green-700);font-size:14px;font-weight:600}.stats{grid-template-columns:repeat(4,1fr);gap:clamp(6px,2.2vw,9px);margin-top:-8px;display:grid}.stat{background:var(--card);border:1px solid var(--line);border-radius:var(--r-md);box-shadow:var(--sh-soft);text-align:center;flex-direction:column;align-items:center;gap:clamp(4px,1.6vw,6px);padding:clamp(10px,3.4vw,14px) 4px clamp(10px,3.2vw,13px);display:flex}.stat__icon{border-radius:50%;place-items:center;width:clamp(34px,10.4vw,42px);height:clamp(34px,10.4vw,42px);display:grid}.stat__value{letter-spacing:-.6px;color:var(--navy);font-size:clamp(18px,5.5vw,23px);font-weight:800;line-height:1.1}.stat__title{color:#33424f;font-size:clamp(9.8px,2.9vw,11.5px);font-weight:700;line-height:1.2}.stat__legend{color:var(--muted-soft);white-space:pre-line;font-size:clamp(9px,2.7vw,10.5px);font-weight:500;line-height:1.25}.stat__legend--alert{color:var(--red);font-weight:600}.overview{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--sh-card);padding:clamp(12px,3.6vw,16px) clamp(10px,3.2vw,14px)}.overview__head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.overview__head h2{letter-spacing:-.3px;color:var(--navy);max-width:13ch;font-size:clamp(14px,4.2vw,16px);font-weight:800;line-height:1.22}.segmented{align-items:center;gap:2px;display:flex}.segmented__btn{border-radius:var(--r-pill);color:var(--muted);white-space:nowrap;padding:6px clamp(7px,2.4vw,10px);font-size:clamp(10px,3vw,11.5px);font-weight:600;transition:background .18s,color .18s}.segmented__btn--on{background:var(--green-700);color:#fff;font-weight:700;box-shadow:0 2px 8px #14713b47}.overview__body{grid-template-columns:1fr .86fr;align-items:start;gap:clamp(9px,3vw,12px);display:grid}.progress{flex-direction:column;gap:15px;display:flex}.progress__row{grid-template-columns:30px 1fr auto;align-items:center;gap:9px 8px;display:grid}.progress__icon{border-radius:50%;grid-row:span 2;align-self:start;place-items:center;width:30px;height:30px;display:grid}.progress__label{color:#2c3a47;font-size:13px;font-weight:600;line-height:1.2}.progress__value{color:var(--navy);white-space:nowrap;font-size:12.5px;font-weight:700}.progress__track{border-radius:var(--r-pill);background:#edefe9;grid-column:2/-1;height:6px;overflow:hidden}.progress__fill{border-radius:var(--r-pill);height:100%;transition:width .5s cubic-bezier(.22,.61,.36,1);display:block}.activities{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--sh-card);overflow:hidden}.activity{text-align:left;border-bottom:1px solid var(--line-soft);grid-template-columns:clamp(34px,10vw,40px) minmax(0,1fr) auto 16px;align-items:center;gap:clamp(8px,2.8vw,12px);width:100%;padding:13px clamp(9px,3vw,12px);transition:background .15s;display:grid}.activity:last-child{border-bottom:none}.activity:active{background:#fafbf8}.activity__icon{border-radius:50%;place-items:center;width:clamp(34px,10vw,40px);height:clamp(34px,10vw,40px);display:grid}.activity__title{color:var(--navy);font-size:clamp(13px,3.9vw,14.5px);font-weight:700;line-height:1.25}.activity__title,.activity__detail,.activity__time{display:block}.activity__detail,.activity__time{color:var(--muted);font-size:12.5px;line-height:1.35}.activity__time{color:var(--muted-soft)}.pill{border-radius:var(--r-pill);white-space:nowrap;padding:5px clamp(8px,2.8vw,11px);font-size:clamp(10px,3vw,11.5px);font-weight:700}.pill--green{background:var(--green-050);color:var(--green-700)}.pill--amber{background:var(--amber-050);color:#a97416}.pill--red{background:var(--red-050);color:var(--red)}.activity__chevron{color:#b3bdc6}.invite{border-radius:var(--r-lg);background:var(--green-025);border:1px solid #e2ece2;align-items:center;gap:10px;padding:14px 12px;display:flex}.invite__icon{color:var(--green-700);flex:none}.invite__text strong{color:var(--navy);letter-spacing:-.2px;margin-bottom:3px;font-size:14.5px;font-weight:800;line-height:1.2;display:block}.invite__text p{color:var(--muted);font-size:11.5px;line-height:1.3}.invite__btn{border-radius:var(--r-pill);background:var(--green-700);color:#fff;flex:none;align-items:center;gap:6px;margin-left:auto;padding:10px 12px;font-size:12px;font-weight:700;transition:transform .15s,background .15s;display:inline-flex;box-shadow:0 4px 12px #14713b42}.invite__btn:active{background:var(--green-900);transform:scale(.97)}.ton-green{background:var(--green-050);color:var(--green-700)}.ton-greenSolid{background:var(--green-700);color:#fff}.ton-amber{background:var(--amber-050);color:var(--amber)}.ton-red{background:var(--red-050);color:var(--red)}.ton-redOutline{color:var(--red);background:0 0}.squelette{background:linear-gradient(90deg,#edefe9 0%,#f7f8f4 50%,#edefe9 100%) 0 0/220% 100%;border-radius:6px;animation:1.3s ease-in-out infinite squelette-defile;display:block}@keyframes squelette-defile{to{background-position:-220% 0}}@media (prefers-reduced-motion:reduce){.squelette{animation:none}}.squelette--valeur{width:42px;height:22px;margin:2px 0}.squelette--valeur-mini{width:46px;height:12px}.squelette--rond{border-radius:50%;width:clamp(34px,10vw,40px);height:clamp(34px,10vw,40px)}.squelette--ligne{width:70%;height:11px;margin-bottom:7px}.squelette--ligne-courte{width:45%;margin-bottom:0}.squelette--pilule{border-radius:var(--r-pill);width:62px;height:22px}.activity--squelette{cursor:default}.progress--chargement{opacity:.55;transition:opacity .2s}.activities__vide{text-align:center;color:var(--muted);padding:22px 16px;font-size:13.5px}.erreur-bloc{border-radius:var(--r-lg);background:var(--red-050);color:#a3241d;border:1px solid #f4cfcb;align-items:center;gap:12px;padding:14px;display:flex}.erreur-bloc svg{flex:none}.erreur-bloc strong{margin-bottom:2px;font-size:14.5px;font-weight:800;display:block}.erreur-bloc p{font-size:12.5px;line-height:1.35}.erreur-bloc button{border-radius:var(--r-pill);background:var(--red);color:#fff;white-space:nowrap;flex:none;align-self:center;margin-left:auto;padding:9px 13px;font-size:12.5px;font-weight:700}@media (width<=360px){.erreur-bloc{flex-wrap:wrap}.erreur-bloc button{width:100%;margin-left:0}.overview__body{grid-template-columns:1fr}.citymap{aspect-ratio:16/9}.invite{flex-wrap:wrap}.invite__btn{justify-content:center;width:100%;margin-left:0}}.auth{min-height:0;padding:0 var(--pad) 24px;scrollbar-width:none;background:var(--bg);flex-direction:column;flex:1;display:flex;position:relative;overflow-y:auto}.auth::-webkit-scrollbar{display:none}.auth>*{z-index:1;position:relative}.auth__top{align-items:center;gap:14px;padding:18px 0 6px;display:flex}.auth__back{border:1px solid var(--line);width:40px;height:40px;color:var(--navy);background:#fffc;border-radius:50%;place-items:center;transition:background .15s;display:grid}.auth__back:active{background:var(--green-050)}.auth__titre{letter-spacing:-1.3px;color:var(--navy);margin-top:clamp(18px,5vw,30px);font-size:clamp(28px,8.4vw,36px);font-weight:900;line-height:1.05}.auth__titre em{color:var(--green-700);font-style:normal}.auth__sous-titre{color:var(--muted);max-width:28ch;margin-top:10px;font-size:15px;font-weight:500;line-height:1.4}.auth__form{flex-direction:column;gap:14px;margin-top:clamp(20px,5vw,30px);display:flex}.champ{flex-direction:column;gap:7px;display:flex}.champ__label{color:var(--navy);font-size:13px;font-weight:700}.champ__boite{border-radius:var(--r-md);border:1.5px solid var(--line);background:#fff;align-items:center;gap:10px;height:54px;padding:0 14px;transition:border-color .16s,box-shadow .16s;display:flex}.champ__boite:focus-within{border-color:var(--green-700);box-shadow:0 0 0 4px #14713b1f}.champ__boite--erreur{border-color:var(--red)}.champ__boite--erreur:focus-within{box-shadow:0 0 0 4px #e0342b1f}.champ__icone{color:var(--muted-soft);flex:none}.champ__boite input{min-width:0;font:inherit;color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-size:15px;font-weight:500}.champ__boite input::placeholder{color:#aab4bd;font-weight:400}.champ__oeil{width:30px;height:30px;color:var(--muted-soft);border-radius:50%;flex:none;place-items:center;display:grid}.champ__oeil:active{background:var(--line-soft)}.champ__erreur{color:var(--red);font-size:12px;font-weight:600}.alerte{border-radius:var(--r-sm);background:var(--red-050);color:#a3241d;align-items:flex-start;gap:10px;padding:12px 14px;font-size:13.5px;font-weight:600;line-height:1.35;display:flex}.alerte svg{flex:none;margin-top:1px}.auth__submit{border-radius:var(--r-pill);background:var(--green-700);color:#fff;letter-spacing:.07em;text-transform:uppercase;justify-content:center;align-items:center;gap:10px;height:56px;margin-top:6px;font-size:14.5px;font-weight:800;transition:transform .15s,background .15s,opacity .15s;display:inline-flex;box-shadow:0 6px 18px #14713b47}.auth__submit:active{background:var(--green-900);transform:scale(.985)}.auth__submit:disabled{opacity:.62;box-shadow:none;cursor:progress}.auth__spinner{border:2.5px solid #fff6;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite chargement-tourne}.auth__bascule{text-align:center;color:var(--muted);margin-top:18px;margin-bottom:22px;font-size:14px}.auth__bascule button{color:var(--green-700);text-underline-offset:3px;font-weight:700;text-decoration:underline}.onb{touch-action:pan-y;background:#f7f8f3;flex:1;min-height:0;position:relative;overflow:hidden}.onb__track{will-change:transform;height:100%;display:flex}.onb__panel{flex:0 0 100%;min-width:0;height:100%}.slide{height:100%;padding:0 var(--pad) max(14px, env(safe-area-inset-bottom));flex-direction:column;display:flex;position:relative;overflow:hidden}.slide__photo{z-index:0;pointer-events:none;-webkit-mask-image:linear-gradient(to right, transparent 0, #000 var(--fondu-gauche,36%)), linear-gradient(to bottom, #000 var(--fondu-bas,76%), transparent 100%);-webkit-mask-image:linear-gradient(to right, transparent 0, #000 var(--fondu-gauche,36%)), linear-gradient(to bottom, #000 var(--fondu-bas,76%), transparent 100%);mask-image:linear-gradient(to right, transparent 0, #000 var(--fondu-gauche,36%)), linear-gradient(to bottom, #000 var(--fondu-bas,76%), transparent 100%);-webkit-mask-composite:source-in;position:absolute;top:0;right:0;overflow:hidden;-webkit-mask-composite:source-in;mask-composite:intersect}.slide__photo img{object-fit:cover;width:100%;height:100%}.slide__photo--soutien{--fondu-gauche:34%;--fondu-bas:72%;width:74%;height:72%}.slide__photo--soutien img{object-position:62% 26%}.slide__photo--transparence,.slide__photo--agir{aspect-ratio:1047/1024;--fondu-gauche:26%;--fondu-bas:82%;height:auto}.slide__photo--transparence{width:92%;top:5%}.slide__photo--agir{--fondu-bas:84%;width:92%;top:7%}.slide__texte{max-width:min(52%,232px)}.slide__texte .slide__title{letter-spacing:-1.3px;font-size:clamp(25px,8.3vw,36px)}.slide__texte .slide__sub{max-width:17ch}.slide__inner{z-index:1;scrollbar-width:none;flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow-y:auto}.slide__inner::-webkit-scrollbar{display:none}.slide__logo{background:#fff;border-radius:13px;align-self:flex-start;margin:18px 0 14px;padding:7px 12px;display:inline-flex;box-shadow:0 6px 16px #00000029}.slide__mark{color:var(--green-700);margin-bottom:10px}.slide__title{letter-spacing:-1.7px;color:var(--navy);font-size:clamp(29px,9.8vw,42px);font-weight:900;line-height:1.03}.slide__title em{color:var(--green-700);font-style:normal}.slide__rule{background:var(--green-700);border-radius:4px;width:48px;height:5px;margin:18px 0 20px;display:block}.slide__sub{letter-spacing:-.2px;color:var(--navy);max-width:22ch;font-size:clamp(14.5px,4.3vw,17.5px);font-weight:600;line-height:1.45}.slide__sub em{color:var(--green-700);font-style:normal}.slide__card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;border-radius:clamp(18px,5.4vw,26px);margin-top:auto;padding:clamp(14px,4.2vw,20px) clamp(11px,3.6vw,16px);box-shadow:0 1px 2px #0e2a440d,0 14px 34px #0e2a4417}.steps{align-items:flex-start;gap:2px;display:flex}.step{text-align:center;flex-direction:column;flex:1 1 0;align-items:center;gap:12px;display:flex}.step__disc{background:var(--green-025);width:clamp(48px,15.4vw,66px);height:clamp(48px,15.4vw,66px);color:var(--green-700);border-radius:50%;place-items:center;display:grid;box-shadow:inset 0 0 0 1px #14713b14}.step__disc svg{width:70%;height:70%}.step__label{color:var(--navy);font-size:clamp(10px,3.1vw,12px);font-weight:700;line-height:1.3}.step__label em{color:var(--green-700);font-style:normal}.step__link{width:clamp(18px,6vw,26px);color:var(--green-600);opacity:.85;flex:none;margin-top:clamp(16px,5.4vw,24px)}.perks{gap:0;display:grid}.perks--4{grid-template-columns:repeat(4,1fr)}.perks--3{grid-template-columns:repeat(3,1fr)}.perk{text-align:center;border-left:1px solid var(--line);flex-direction:column;align-items:center;gap:10px;padding:2px 6px;display:flex}.perk:first-child{border-left:none}.perk__disc{background:var(--green-025);width:clamp(40px,12.6vw,54px);height:clamp(40px,12.6vw,54px);color:var(--green-700);border-radius:50%;place-items:center;display:grid}.perk__label{color:var(--navy);font-size:clamp(9.6px,2.9vw,12px);font-weight:700;line-height:1.3}.perk__label em{color:var(--green-700);font-style:normal;display:block}.perk__label--green{color:var(--green-700)}.perk__label--green em{color:var(--navy)}.assure{border-radius:var(--r-lg);background:#eff4ec;align-items:center;gap:clamp(10px,3.8vw,16px);margin-top:clamp(12px,3.8vw,16px);padding:clamp(12px,3.8vw,16px) clamp(10px,3.4vw,14px);display:flex}.assure__disc{width:clamp(42px,13.4vw,56px);height:clamp(42px,13.4vw,56px);color:var(--green-700);background:#e2ece1;border-radius:50%;flex:none;place-items:center;display:grid}.assure__disc--plain{background:0 0;width:auto;height:auto}.assure__text{letter-spacing:-.4px;color:var(--navy);font-size:clamp(14.5px,4.6vw,19px);font-weight:800;line-height:1.28}.assure__text em{color:var(--green-700);font-style:normal;display:block}.assure--rule .assure__text{border-left:1.5px solid #cfdccd;padding-left:16px}.actions-list{flex-direction:column;gap:12px;margin:16px 0 14px;display:flex}.actions-list__row{color:var(--navy);align-items:center;gap:clamp(8px,3vw,12px);font-size:clamp(13.5px,4.2vw,17px);font-weight:700;display:flex}.actions-list__row em{color:var(--green-700);font-style:normal}.actions-list__disc{background:var(--green-025);width:clamp(32px,9.8vw,40px);height:clamp(32px,9.8vw,40px);color:var(--green-700);border-radius:50%;flex:none;place-items:center;display:grid}.brandline{color:var(--navy);font-size:clamp(13.5px,4.2vw,17px);font-weight:700;line-height:1.35}.brandline strong{color:var(--green-700);letter-spacing:.2px;font-weight:800;display:block}.onb-actions{flex:none;gap:clamp(8px,3.2vw,14px);padding-top:clamp(12px,4vw,18px);display:flex}.obtn{border-radius:var(--r-pill);border:1.7px solid var(--green-700);min-width:0;height:clamp(46px,13vw,58px);color:var(--green-700);letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;background:#ffffffb8;flex:1 1 0;justify-content:center;align-items:center;gap:clamp(6px,2.2vw,10px);font-size:clamp(11.5px,3.4vw,14px);font-weight:800;transition:background .16s,color .16s,transform .16s;display:inline-flex}.obtn svg{flex:none}.obtn:active{background:var(--green-700);color:#fff;transform:scale(.98)}.onb-note{text-align:center;color:var(--green-700);flex:none;justify-content:center;align-items:center;gap:9px;padding-top:clamp(11px,3.6vw,16px);font-size:clamp(11.5px,3.5vw,14px);font-weight:600;display:flex}.onb-dots{flex:none;justify-content:center;align-items:center;gap:9px;padding:clamp(12px,4vw,18px) 0 8px;display:flex}.onb-dot{background:#d5dad3;border-radius:50%;width:10px;height:10px;transition:background .25s,transform .25s}.onb-dot--on{background:var(--green-700);transform:scale(1.18)}@media (height<=760px){.slide__title{font-size:clamp(26px,7.6vh,34px)}.slide__rule{margin:12px 0 14px}.slide__logo{margin:10px 0 8px;padding:6px 10px}.slide__card{padding:12px}.assure{margin-top:10px;padding:10px 12px}.perks{gap:0}.actions-list{gap:8px;margin:12px 0 10px}}@media (height<=700px) and (width<=380px){.slide__photo{--fondu-bas:62%}}@media (height<=560px) and (orientation:landscape){.slide__photo{--fondu-bas:58%;height:78%}.slide__mark,.onb-note{display:none}.slide__title{font-size:24px}}.cartetournee{aspect-ratio:340/240;border-radius:var(--r-md);width:100%;box-shadow:inset 0 0 0 1px var(--line);background:#e9f1e3;position:relative;overflow:hidden}.cartetournee__svg{width:100%;height:100%;display:block}.cartetournee text{font-family:var(--font)}.cartetournee__barre{box-shadow:var(--sh-card);color:#b23b34;white-space:nowrap;pointer-events:none;z-index:2;background:#fff;border-radius:11px;flex-direction:column;align-items:center;gap:3px;padding:6px 9px;font-size:10.5px;line-height:1.2;display:flex;position:absolute;transform:translate(-50%,15px)}.cartetournee__barre strong{border-radius:var(--r-pill);background:var(--red);color:#fff;letter-spacing:.4px;padding:2px 8px;font-size:9.5px;font-weight:800}.cartetournee__legende{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);box-shadow:var(--sh-soft);color:var(--muted);z-index:2;background:#ffffffeb;border-radius:12px;flex-direction:column;gap:5px;padding:9px 11px;font-size:11px;display:flex;position:absolute;bottom:10px;left:10px}.cartetournee__legende-titre{letter-spacing:.6px;color:var(--muted-soft);margin-bottom:1px;font-size:9.5px;font-weight:800}.cartetournee__item{align-items:center;gap:7px;display:flex}.cartetournee__trait{background:var(--green-700);border-radius:2px;width:16px;height:3px}.cartetournee__puce{border-radius:50%;flex:none;place-items:center;width:12px;height:12px;display:grid}.cartetournee__puce--vert{background:var(--green-700)}.cartetournee__puce--gris{background:#aeb8bf}.cartetournee__puce--rouge{background:var(--red);color:#fff;font-size:8px;font-weight:800}.tournee{padding:0 var(--pad) 28px}.tournee__bar{z-index:5;background:linear-gradient(var(--bg) 72%, #f6f7f300);grid-template-columns:40px 1fr 40px;align-items:center;gap:8px;padding:12px 0 10px;display:grid;position:sticky;top:0}.tournee__bar>:nth-child(2){justify-self:center}.tournee__back,.tournee__bell{width:40px;height:40px;color:var(--navy);border-radius:50%;place-items:center;display:grid}.tournee__back{border:1px solid var(--line);background:#ffffffd9}.tournee__bell{justify-self:end;position:relative}.tournee__badge{border-radius:var(--r-pill);background:var(--red);color:#fff;place-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:800;display:grid;position:absolute;top:1px;right:1px}.tournee-carte,.tournee-detail{background:var(--card);border-radius:var(--r-lg);box-shadow:var(--sh-card)}.tournee-carte{margin-bottom:14px;padding:16px clamp(12px,4vw,18px)}.tournee-detail{padding:16px clamp(12px,4vw,18px) 6px}.tstatut__head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.tstatut__live{color:var(--navy);align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.tstatut__dot{background:var(--green-500);width:9px;height:9px;box-shadow:0 0 0 4px var(--green-050);border-radius:50%}.tstatut__badge{border-radius:var(--r-pill);background:var(--green-050);color:var(--green-700);letter-spacing:.4px;padding:5px 11px;font-size:11px;font-weight:800}.tstatut__titre{letter-spacing:-.5px;color:var(--navy);margin-bottom:10px;font-size:clamp(20px,6vw,24px);font-weight:900}.tstatut__meta{color:var(--muted);flex-wrap:wrap;gap:6px 16px;margin-bottom:16px;font-size:13px;display:flex}.tstatut__meta span{align-items:center;gap:6px;display:inline-flex}.tstatut__meta svg{color:var(--muted-soft)}.tstats{margin-top:16px;display:flex}.tstat{text-align:center;flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:5px;min-height:84px;padding:0 4px;display:flex}.tstat+.tstat{border-left:1px solid var(--line-soft)}.tstat__ic{place-items:center;width:34px;height:34px;display:grid}.tstat__ic--green,.tstat__ic--solid{color:var(--green-700)}.tstat__ic--grey{color:var(--muted-soft)}.tstat b{color:var(--navy);white-space:nowrap;font-size:clamp(15px,4.4vw,18px);font-weight:800}.tstat small{color:var(--muted);font-size:11px;line-height:1.2}.anneau{place-items:center;width:46px;height:46px;display:grid;position:relative}.anneau svg{width:46px;height:46px}.anneau__val{color:var(--green-700);font-size:11px;font-weight:800;position:absolute}.tournee-detail__head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.tournee-detail__head h2{letter-spacing:.4px;color:var(--navy);font-size:13px;font-weight:800}.tournee-detail__head .link-all{color:var(--green-700);font-size:13px;font-weight:700}.tl{grid-template-columns:30px 1fr;column-gap:14px;padding-bottom:18px;display:grid;position:relative}.tl:not(:last-child):before{content:"";background:#d9e5d9;width:2px;position:absolute;top:16px;bottom:-2px;left:15px;transform:translate(-50%)}.tl__node{z-index:1;color:#fff;border-radius:50%;place-items:center;width:30px;height:30px;display:grid;position:relative}.tl__num{font-size:13px;font-weight:800}.tl--depart .tl__node,.tl--arrivee .tl__node,.tl--collecte .tl__node{background:var(--green-700)}.tl--a_venir .tl__node{background:#b8c0c7}.tl--barre .tl__node{background:var(--red)}.tl__content{min-width:0;padding-top:1px}.tl__row{align-items:flex-start;gap:8px;display:flex}.tl__titre{min-width:0;color:var(--navy);font-size:14px;font-weight:700;line-height:1.3}.tl__tag{border-radius:var(--r-pill);background:var(--red-050);color:var(--red);letter-spacing:.3px;white-space:nowrap;flex:none;padding:2px 8px;font-size:10px;font-weight:800}.tl__heure{color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap;flex:none;margin-left:auto;font-size:13px;line-height:1.3}.tl__sous{color:var(--muted);align-items:center;gap:5px;margin-top:2px;font-size:12.5px;display:inline-flex}.tl__check{color:var(--green-700)}.tl--collecte .tl__sous{color:var(--green-600)}.tl--a_venir .tl__sous{color:var(--muted-soft)}.tl--barre .tl__sous{color:var(--red)}
