:root{--bg:#f5f7fa;--bg-white:#fff;--bg-alt:#eef2f7;--bg-card:#fff;--bg-card-hover:#f0f5fb;--bg-dark:#0f283e;--bg-dark-2:#161d28;--blue:#1890d0;--blue-hover:#0f7ab5;--blue-glow:#1890d026;--orange:#e87020;--orange-hover:#c85e10;--orange-glow:#e8702026;--border:#e2e8f0;--border-dark:#243048;--text:#1a2030;--text-muted:#6b7a99;--text-light:#f0f4f8;--text-light-muted:#8aa4bc;--font:"Segoe UI", system-ui, -apple-system, sans-serif;--radius:12px;--radius-sm:6px;--shadow:0 4px 24px #00000014;--shadow-lg:0 8px 40px #00000024}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1100px;margin:0 auto;padding:0 24px}.section{padding:96px 0}.section--white{background:var(--bg-white)}.section--alt{background:var(--bg-alt)}.section--dark{background:var(--bg-dark);color:var(--text-light)}.section-header{margin-bottom:56px}.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--orange);margin-bottom:10px;font-size:.8rem;font-weight:700;display:inline-block}.section-title{color:var(--text);margin-bottom:14px;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;line-height:1.2}.section--dark .section-title{color:var(--text-light)}.section-subtitle{color:var(--text-muted);max-width:560px;font-size:1.05rem}.section--dark .section-subtitle{color:var(--text-light-muted)}.btn{cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--font);border:none;border-radius:50px;align-items:center;gap:8px;padding:14px 28px;transition:all .2s;display:inline-flex}.btn-primary{background:var(--orange);color:#fff}.btn-primary:hover{background:var(--orange-hover);box-shadow:0 8px 24px var(--orange-glow);transform:translateY(-2px)}.btn-outline{color:var(--blue);border:2px solid var(--blue);background:0 0}.btn-outline:hover{background:var(--blue-glow);transform:translateY(-2px)}.btn-outline-light{color:#fff;background:0 0;border:2px solid #fff9}.btn-outline-light:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}@keyframes revealUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}[class$=__hero]{animation:.4s ease-out both revealUp}.section{animation:.5s ease-out 60ms both revealUp}.section+.section{animation-delay:.16s}.section+.section+.section{animation-delay:.26s}.section+.section+.section+.section{animation-delay:.36s}@media (prefers-reduced-motion:reduce){[class$=__hero],.section{animation:none}}.header{z-index:100;width:100%;position:fixed;top:0;left:0;box-shadow:0 2px 12px #00000014}.topbar{background:var(--bg);border-bottom:1px solid var(--border);height:36px;transition:height .3s,opacity .3s;overflow:hidden}.header--scrolled .topbar{opacity:0;height:0}.topbar__inner{justify-content:space-between;align-items:center;height:36px;display:flex}.topbar__tagline{color:var(--bg-dark);white-space:nowrap;align-items:center;gap:6px;font-size:.78rem;font-weight:500;display:flex}.topbar__droite{align-items:center;gap:12px;display:flex}.topbar__social{color:var(--bg-dark);align-items:center;transition:color .2s;display:flex}.topbar__social:hover{color:var(--bg-dark)}.topbar__sep{background:var(--border);width:1px;height:14px}.topbar__tel{color:var(--bg-dark);white-space:nowrap;align-items:center;gap:4px;font-size:.8rem;font-weight:600;display:flex}.topbar__tel:hover{color:var(--orange)}.navbar{background:var(--bg);border-bottom:1px solid var(--border)}.navbar__inner{justify-content:space-between;align-items:center;padding-top:12px;padding-bottom:12px;display:flex}.navbar__logo{align-items:center;gap:10px;display:flex}.navbar__logo img{width:auto;height:44px}.navbar__brand{letter-spacing:.06em;color:var(--bg-dark);white-space:nowrap;font-size:.95rem;font-weight:700}.navbar__liens{gap:32px;display:flex}.navbar__lien{color:var(--text-muted);font-size:.95rem;font-weight:500;transition:color .2s}.navbar__lien:hover{color:var(--bg-dark)}.navbar__cta{padding:10px 22px;font-size:.9rem}.navbar__hamburger{color:var(--bg-dark);cursor:pointer;background:0 0;border:none;padding:4px;font-size:1.5rem;display:none}@keyframes menuSlideDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.navbar__mobile{background:var(--bg);border-top:1px solid var(--border);flex-direction:column;padding:8px 24px 20px;animation:.5s ease-out menuSlideDown;display:flex}.navbar__mobile-lien{border-bottom:1px solid var(--border);color:var(--bg-dark);padding:14px 0;font-size:1rem;transition:color .2s}.navbar__mobile-lien:hover{color:var(--bg-dark)}.navbar__mobile .btn{align-self:flex-start;margin-top:16px}@media (width<=768px){.topbar__tagline,.navbar__liens,.navbar__cta{display:none}.navbar__hamburger{display:block}}@media (width<=864px){.navbar__liens{gap:18px}}:root{--header-h:104px}.hero{margin-top:var(--header-h);min-height:calc(100vh - var(--header-h));background-image:url(/Home-page-img.jpeg);background-position:100%;background-repeat:no-repeat;background-size:cover;align-items:center;padding-top:60px;padding-bottom:80px;display:flex;position:relative}.hero:before{content:"";background:linear-gradient(to right, var(--bg-dark) 10%, #0f283e99 60%, transparent 90%);position:absolute;inset:0}.hero__inner{z-index:1;position:relative}.hero__content{max-width:540px}.hero__label{color:var(--orange);letter-spacing:.05em;align-items:center;gap:8px;margin-bottom:20px;font-size:.85rem;font-weight:600;display:flex}.hero__label-dot{background:var(--orange);border-radius:50%;flex-shrink:0;width:8px;height:8px}.hero__title{color:#fff;margin-bottom:20px;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:800;line-height:1.15}.hero__desc{color:var(--text-light-muted);max-width:460px;margin-bottom:36px;font-size:1.05rem;line-height:1.7}.hero__ctas{flex-wrap:wrap;gap:16px;display:flex}@media (width<=768px){.hero{background-position:50%}.hero:before{background:linear-gradient(#0f283ee0 0%,#0f283ebf 100%)}.hero__title{font-size:2rem}.hero__ctas{flex-direction:column}.hero__ctas .btn{text-align:center;justify-content:center}}@media (width<=480px){.hero__content{max-width:100%}}.footer{background:var(--bg-dark);color:var(--text-light-muted)}.footer__grille{border-bottom:1px solid var(--border-dark);grid-template-columns:2fr 1fr 1fr 1.4fr;gap:48px;padding-top:72px;padding-bottom:56px;display:grid}.footer__logo{align-items:center;gap:10px;margin-bottom:16px;display:flex}.footer__logo img{width:auto;height:40px}.footer__brand{letter-spacing:.06em;color:var(--text-light);font-size:.9rem;font-weight:700}.footer__desc{color:var(--text-light-muted);max-width:280px;margin-bottom:20px;font-size:.88rem;line-height:1.7}.footer__socials{gap:10px;display:flex}.footer__social{border:1px solid var(--border-dark);width:34px;height:34px;color:var(--text-light-muted);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.footer__social:hover{border-color:var(--orange);color:var(--orange);transform:translateY(-2px)}.footer__titre{letter-spacing:.1em;text-transform:uppercase;color:var(--text-light);margin-bottom:20px;font-size:.8rem;font-weight:700}.footer__liste{flex-direction:column;gap:10px;display:flex}.footer__lien{color:var(--text-light-muted);font-size:.88rem;transition:color .2s}.footer__lien:hover{color:var(--orange)}.footer__lien--static{cursor:default}.footer__lien--static:hover{color:var(--text-light-muted)}.footer__contact-liste{flex-direction:column;gap:14px;display:flex}.footer__contact-liste li{color:var(--text-light-muted);align-items:flex-start;gap:10px;font-size:.88rem;display:flex}.footer__contact-liste li svg{color:var(--orange);flex-shrink:0;margin-top:2px}.footer__bas{background:var(--bg-dark-2);padding:18px 0}.footer__bas-inner{color:var(--text-light-muted);flex-direction:column;gap:10px;font-size:.82rem;display:flex}.footer__bas-inner>span:first-child,.footer__mentions{align-items:center;display:flex}.footer__bas-inner>span:first-child{flex:1}.footer__bas-inner{flex-flow:wrap;justify-content:space-between;align-items:flex-start}.footer__legal{color:#ffffff4d;border-top:1px solid var(--border-dark);flex-wrap:wrap;align-items:center;gap:10px;width:100%;padding-top:10px;font-size:.75rem;display:flex}.footer__legal-sep{background:#ffffff26;flex-shrink:0;width:1px;height:12px}.footer__mentions{gap:24px;display:flex}@media (width<=900px){.footer__grille{grid-template-columns:1fr 1fr;gap:36px}.footer__col--marque{grid-column:1/-1}}@media (width<=560px){.footer__grille{grid-template-columns:1fr}.footer__bas-inner{flex-direction:column;align-items:flex-start}}.nf{background:linear-gradient(160deg,#e8f4fb 0%,#f5f7fa 50%,#eef2f7 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.nf__flocons{pointer-events:none;position:absolute;inset:0}.nf__flocon{color:#1890d02e;animation:linear infinite flocon-chute;position:absolute}.nf__flocon:first-child{animation-duration:12s;animation-delay:0s;top:-60px;left:5%;font-size:2rem!important}.nf__flocon:nth-child(2){animation-duration:9s;animation-delay:1s;top:-60px;left:15%;font-size:1.2rem!important}.nf__flocon:nth-child(3){animation-duration:14s;animation-delay:3s;top:-60px;left:25%;font-size:1.8rem!important}.nf__flocon:nth-child(4){animation-duration:8s;animation-delay:.5s;top:-60px;left:38%;font-size:1rem!important}.nf__flocon:nth-child(5){animation-duration:11s;animation-delay:2s;top:-60px;left:50%;font-size:2.4rem!important}.nf__flocon:nth-child(6){animation-duration:10s;animation-delay:4s;top:-60px;left:62%;font-size:1.5rem!important}.nf__flocon:nth-child(7){animation-duration:13s;animation-delay:1.5s;top:-60px;left:72%;font-size:2rem!important}.nf__flocon:nth-child(8){animation-duration:7s;animation-delay:.8s;top:-60px;left:80%;font-size:1rem!important}.nf__flocon:nth-child(9){animation-duration:16s;animation-delay:2.5s;top:-60px;left:88%;font-size:1.6rem!important}.nf__flocon:nth-child(10){animation-duration:18s;animation-delay:5s;top:-60px;left:10%;font-size:2.8rem!important}.nf__flocon:nth-child(11){animation-duration:9s;animation-delay:6s;top:-60px;left:45%;font-size:1.2rem!important}.nf__flocon:nth-child(12){animation-duration:15s;animation-delay:3.5s;top:-60px;left:95%;font-size:2rem!important}@keyframes flocon-chute{0%{opacity:0;transform:translateY(0)rotate(0)}10%{opacity:1}90%{opacity:.8}to{opacity:0;transform:translateY(110vh)rotate(360deg)}}.nf__carte{z-index:1;border:1px solid var(--border);text-align:center;width:100%;max-width:560px;box-shadow:var(--shadow-lg);background:#fff;border-radius:24px;padding:56px 48px 48px;position:relative}.nf__icone-wrap{background:linear-gradient(135deg, var(--blue), #0a5a8a);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 32px;display:flex;box-shadow:0 0 32px #1890d066}.nf__icone{color:#fff;animation:8s linear infinite rotation;font-size:2.4rem!important}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.nf__code{justify-content:center;align-items:center;gap:4px;margin-bottom:20px;line-height:1;display:flex}.nf__code-chiffre{color:var(--bg-dark);letter-spacing:-.04em;font-size:clamp(4rem,12vw,7rem);font-weight:900}.nf__code-zero{letter-spacing:-.04em;background:linear-gradient(135deg, var(--blue) 0%, #6ee7ff 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 12px #1890d080);-webkit-background-clip:text;background-clip:text;font-size:clamp(4rem,12vw,7rem);font-weight:900}.nf__badge{letter-spacing:.1em;text-transform:uppercase;color:var(--orange);background:#e870201a;border:1px solid #e8702040;border-radius:50px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.nf__badge-dot{background:var(--orange);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.6)}}.nf__titre{color:var(--text);margin-bottom:14px;font-size:clamp(1.4rem,4vw,1.9rem);font-weight:700}.nf__desc{color:var(--text-muted);margin-bottom:32px;font-size:1rem;line-height:1.7}.nf__jauge{background:var(--bg-alt);border:1px solid var(--border);border-radius:10px;align-items:center;gap:12px;margin-bottom:32px;padding:12px 16px;display:flex}.nf__jauge-label{color:var(--text-muted);white-space:nowrap;font-size:.78rem;font-weight:500}.nf__jauge-bar{background:var(--border);border-radius:3px;flex:1;height:6px;overflow:hidden}.nf__jauge-fill{background:linear-gradient(to right, var(--blue), #6ee7ff);border-radius:3px;width:0%;height:100%;animation:3s ease-out .8s forwards jauge-remplissage}@keyframes jauge-remplissage{0%{width:0%}60%{width:8%}80%{width:4%}to{width:2%}}.nf__jauge-valeur{color:var(--orange);white-space:nowrap;font-size:.82rem;font-weight:700}.nf__ctas{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}@media (width<=520px){.nf__carte{padding:40px 24px 36px}.nf__ctas{flex-direction:column}.nf__ctas .btn{justify-content:center}.nf__jauge{flex-wrap:wrap;gap:8px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.zone__header{text-align:center}.zone__corps{grid-template-columns:3fr 2fr;align-items:start;gap:36px;display:grid}.zone__map-wrap{border:1px solid var(--border);border-radius:var(--radius);height:520px;box-shadow:var(--shadow);overflow:hidden}.zone__map-wrap img{max-width:none}.zone__panneau{flex-direction:column;gap:20px;display:flex}.zone__bloc{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px 24px}.zone__bloc-titre{text-transform:uppercase;letter-spacing:.09em;color:var(--text-muted);align-items:center;gap:8px;margin-bottom:16px;font-size:.82rem;font-weight:700;display:flex}.zone__legende-item{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:11px 0;display:flex}.zone__legende-item:last-child{border-bottom:none;padding-bottom:0}.zone__puce{border-radius:5px;flex-shrink:0;width:18px;height:18px}.zone__legende-item strong{color:var(--text);font-size:.95rem;display:block}.zone__dept-code{color:var(--text-muted);font-size:.82rem}.zone__form{margin-bottom:0}.zone__input-wrap{gap:8px;display:flex}.zone__input{border:1.5px solid var(--border);border-radius:var(--radius-sm);min-width:0;font-size:.92rem;font-family:var(--font);color:var(--text);background:var(--bg);outline:none;flex:1;padding:11px 14px;transition:border-color .2s}.zone__input:focus{border-color:var(--blue)}.zone__input::placeholder{color:var(--text-muted)}.zone__btn{border-radius:var(--radius-sm);flex-shrink:0;padding:11px 16px}.zone__btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none!important;transform:none!important}.zone__spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.65s linear infinite zone-spin;display:inline-block}@keyframes zone-spin{to{transform:rotate(360deg)}}.zone__resultat{border-radius:var(--radius-sm);align-items:flex-start;gap:10px;margin-top:14px;padding:13px 14px;font-size:.9rem;line-height:1.5;animation:.2s zone-fadein;display:flex}@keyframes zone-fadein{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.zone__resultat p{opacity:.85;margin:2px 0 0;font-size:.82rem}.zone__r-icon{flex-shrink:0;margin-top:2px}.zone__resultat--ok{color:#166534;background:#16a34a14;border:1px solid #16a34a38}.zone__resultat--hors{color:#92400e;background:#e8702014;border:1px solid #e8702047}.zone__resultat--erreur{color:#991b1b;background:#dc262614;border:1px solid #dc262638}@media (width<=768px){.zone__corps{grid-template-columns:1fr}.zone__map-wrap{height:340px}}.zone-page,.sp{margin-top:var(--header-h)}.sp__hero{background:var(--bg-dark);padding:56px 0 48px}.sp__titre{color:var(--text-light);margin-top:10px;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800}.sp__sous-titre{color:var(--text-light-muted);max-width:560px;margin-top:14px;font-size:1.05rem;line-height:1.7}.sp__grille{grid-template-columns:1fr 1fr;gap:32px;display:grid}.sp__carte{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;padding:36px 32px 28px;transition:box-shadow .2s,transform .2s;display:flex;position:relative;overflow:hidden}.sp__carte:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.sp__carte-barre{height:4px;position:absolute;top:0;left:0;right:0}.sp__carte--orange .sp__carte-barre{background:var(--orange)}.sp__carte--blue .sp__carte-barre{background:var(--blue)}.sp__carte-icone{border-radius:14px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:22px;display:flex}.sp__carte--orange .sp__carte-icone{background:var(--orange-glow);color:var(--orange)}.sp__carte--blue .sp__carte-icone{background:var(--blue-glow);color:var(--blue)}.sp__carte-icone svg{font-size:1.7rem!important}.sp__carte-titre{color:var(--text);margin-bottom:12px;font-size:1.55rem;font-weight:800}.sp__carte-desc{color:var(--text-muted);margin-bottom:26px;font-size:.97rem;line-height:1.75}.sp__carte-liste{flex-direction:column;flex:1;gap:11px;margin-bottom:28px;list-style:none;display:flex}.sp__carte-liste li{color:var(--text);align-items:center;gap:10px;font-size:.93rem;line-height:1.4;display:flex}.sp__carte--orange .sp__check{color:var(--orange)}.sp__carte--blue .sp__check{color:var(--blue)}.sp__carte-public{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);align-items:center;gap:12px;padding:10px 14px;font-size:.82rem;font-weight:600;display:flex}.sp__carte-public span{align-items:center;gap:6px;display:flex}.sp__public-sep{background:var(--border);width:1px;height:16px}.sp__marques-header{text-align:center;flex-direction:column;align-items:center;display:flex}.sp__marques{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));align-items:start;gap:16px;display:grid}@media (width<=480px){.sp__marques{grid-template-columns:1fr}}.sp__marque{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);transition:border-color .2s,box-shadow .2s;overflow:hidden}.sp__marque--ouvert{border-color:var(--blue);box-shadow:var(--shadow-lg)}.sp__marque-header{cursor:pointer;width:100%;font-family:var(--font);background:0 0;border:none;flex-direction:column;align-items:center;gap:10px;padding:20px 16px 14px;display:flex;position:relative}.sp__marque-chevron{color:var(--text-muted);transition:transform .25s;position:absolute;top:10px;right:10px}.sp__marque--ouvert .sp__marque-chevron{color:var(--blue);transform:rotate(180deg)}.sp__marque-logo{object-fit:contain;filter:grayscale();opacity:.65;width:100%;height:52px;transition:all .2s}.sp__marque-header:hover .sp__marque-logo,.sp__marque--ouvert .sp__marque-logo{filter:grayscale(0%);opacity:1}.sp__marque-nom{letter-spacing:.07em;color:var(--text-muted);text-transform:uppercase;font-size:.72rem;font-weight:700}.sp__marque-body{grid-template-rows:0fr;transition:grid-template-rows .28s;display:grid}.sp__marque--ouvert .sp__marque-body{grid-template-rows:1fr}.sp__marque-contenu{padding:0 16px;transition:padding .28s;overflow:hidden}.sp__marque--ouvert .sp__marque-contenu{padding:0 16px 18px}.sp__marque-origine{text-transform:uppercase;letter-spacing:.08em;color:var(--blue);background:var(--blue-glow);border-radius:4px;margin-bottom:10px;padding:2px 8px;font-size:.72rem;font-weight:700;display:inline-block}.sp__marque-desc{color:var(--text-muted);margin-bottom:12px;font-size:.875rem;line-height:1.6}.sp__marque-gammes strong{color:var(--text);margin-bottom:6px;font-size:.78rem;font-weight:700;display:block}.sp__marque-gammes ul{flex-direction:column;gap:3px;margin-bottom:12px;padding-left:16px;list-style:outside;display:flex}.sp__marque-gammes li{color:var(--text-muted);font-size:.82rem}.sp__marque-atout{color:var(--orange);background:var(--orange-glow);border-radius:var(--radius-sm);padding:7px 10px;font-size:.82rem;font-weight:600}.sp__cta{justify-content:space-between;align-items:center;gap:40px;display:flex}.sp__cta-btns{flex-wrap:wrap;flex-shrink:0;gap:14px;display:flex}@media (width<=900px){.sp__cta{text-align:center;flex-direction:column}.sp__cta-btns{justify-content:center}}@media (width<=768px){.sp__grille{grid-template-columns:1fr}}@media (width<=480px){.sp__carte{padding:30px 22px 24px}}.cp{margin-top:var(--header-h)}.cp__hero{background:var(--bg-dark);padding:56px 0 48px}.cp__titre{color:var(--text-light);margin-top:10px;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800}.cp__sous-titre{color:var(--text-light-muted);max-width:480px;margin-top:14px;font-size:1.05rem;line-height:1.7}.cp__corps{grid-template-columns:3fr 2fr;align-items:start;gap:56px;display:grid}.cp__form-intro{color:var(--text-muted);margin-top:6px;margin-bottom:28px;font-size:.95rem}.cp__form{flex-direction:column;gap:18px;display:flex}.cp__form-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.cp__field{flex-direction:column;gap:6px;display:flex}.cp__field label{color:var(--text);text-transform:uppercase;letter-spacing:.06em;font-size:.83rem;font-weight:700}.cp__field input,.cp__field select,.cp__field textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-alt);color:var(--text);outline:none;padding:11px 14px;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.cp__field input:focus,.cp__field select:focus,.cp__field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-glow)}.cp__field textarea{resize:vertical;min-height:120px}.cp__field select{cursor:pointer}.cp__submit{align-self:flex-start;gap:8px;padding:13px 28px}.cp__submit:disabled{opacity:.65;cursor:not-allowed}.cp__feedback{border-radius:var(--radius);align-items:flex-start;gap:14px;padding:18px 20px;font-size:.93rem;display:flex}.cp__feedback--success{color:var(--text);background:#22c55e14;border:1px solid #22c55e4d;flex-direction:column;align-items:flex-start}.cp__feedback--success svg{color:#22c55e;font-size:1.8rem!important}.cp__feedback--success strong{margin-bottom:4px;font-size:1rem;display:block}.cp__feedback--success p{color:var(--text-muted);margin:0}.cp__feedback-reset{color:var(--blue);cursor:pointer;background:0 0;border:none;margin-top:14px;padding:0;font-size:.88rem;font-weight:600;text-decoration:underline}.cp__feedback--error{color:var(--text);background:#ef444412;border:1px solid #ef444440}.cp__feedback--error svg{color:#ef4444;flex-shrink:0}.cp__sidebar{top:calc(var(--header-h) + 32px);flex-direction:column;gap:16px;display:flex;position:sticky}.cp__actions{flex-direction:column;gap:16px;display:flex}.cp__action{border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);align-items:center;gap:20px;padding:22px 24px;text-decoration:none;transition:all .2s;display:flex}.cp__action:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.cp__action-icone{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.cp__action-icone svg{font-size:1.6rem!important}.cp__action strong{margin-bottom:3px;font-size:1.05rem;font-weight:700;display:block}.cp__action span{font-size:.9rem}.cp__action--orange{color:var(--text);background:#fff}.cp__action--orange .cp__action-icone{background:var(--orange-glow);color:var(--orange)}.cp__action--orange:hover{border-color:var(--orange)}.cp__action--orange span{color:var(--text-muted)}.cp__action--blue{color:var(--text);background:#fff}.cp__action--blue .cp__action-icone{background:var(--blue-glow);color:var(--blue)}.cp__action--blue:hover{border-color:var(--blue)}.cp__action--blue span{color:var(--text-muted)}.cp__action--green{color:var(--text);background:#fff}.cp__action--green .cp__action-icone{color:#25d366;background:#25d3661a}.cp__action--green:hover{border-color:#25d366}.cp__action--green span{color:var(--text-muted)}.cp__infos{flex-direction:column;gap:0;display:flex}.cp__info-item{border-bottom:1px solid var(--border);align-items:flex-start;gap:14px;padding:16px 0;display:flex}.cp__info-icone{background:var(--blue-glow);width:38px;height:38px;color:var(--blue);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cp__info-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:3px;font-size:.78rem;font-weight:700;display:block}.cp__info-valeur{color:var(--text);font-size:.95rem;font-weight:500;display:block}.cp__urgence{border-radius:var(--radius);background:#e870200f;border:1px solid #e8702040;gap:14px;margin-top:20px;padding:18px 20px;display:flex}.cp__urgence-dot{background:var(--orange);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:6px;animation:1.5s ease-in-out infinite cp-pulse}@keyframes cp-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.65)}}.cp__urgence strong{color:var(--text);margin-bottom:4px;font-size:.95rem;display:block}.cp__urgence p{color:var(--text-muted);margin-bottom:14px;font-size:.85rem;line-height:1.5}.cp__urgence-btn{gap:8px}@media (width<=860px){.cp__corps{grid-template-columns:1fr}.cp__sidebar{position:static}}@media (width<=560px){.cp__form-row{grid-template-columns:1fr}}.pl{margin-top:var(--header-h)}.pl__hero{background:var(--bg-dark);padding:56px 0 48px}.pl__titre{color:var(--text-light);margin-top:10px;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800}.pl__contenu{max-width:760px}.pl__contenu h2{color:var(--text);border-bottom:2px solid var(--border);margin:40px 0 12px;padding-bottom:8px;font-size:1.25rem;font-weight:700}.pl__contenu h2:first-child{margin-top:0}.pl__contenu h3{color:var(--text);margin:20px 0 6px;font-size:1rem;font-weight:700}.pl__contenu p{color:var(--text-muted);margin-bottom:12px;font-size:.95rem;line-height:1.75}.pl__contenu strong{color:var(--text);font-weight:600}.pl__contenu ul{margin-bottom:12px;padding-left:20px;list-style:outside}.pl__contenu ul li{color:var(--text-muted);margin-bottom:4px;font-size:.95rem;line-height:1.75}.pl__contenu a{color:var(--blue);text-underline-offset:2px;text-decoration:underline}.pl__contenu a:hover{color:var(--blue-hover)}.pl__encadre{background:var(--bg-alt);border:1px solid var(--border);border-left:4px solid var(--blue);border-radius:var(--radius-sm);margin:20px 0;padding:16px 20px}.pl__encadre p{margin:0}.ap{margin-top:var(--header-h)}.ap__hero{background:var(--bg-dark);padding:56px 0 48px}.ap__titre{color:var(--text-light);margin-top:10px;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800}.ap__sous-titre{color:var(--text-light-muted);max-width:520px;margin-top:14px;font-size:1.05rem;line-height:1.7}.ap__intro-texte{max-width:760px;margin:0 auto}.ap__intro-texte p{color:var(--text-muted);margin-bottom:18px;font-size:1rem;line-height:1.8}.ap__intro-texte p strong{color:var(--text)}.ap__points{background:var(--bg-alt);border-radius:var(--radius);border:1px solid var(--border);flex-direction:column;gap:10px;margin-top:28px;padding:20px;list-style:none;display:flex}.ap__points li{color:var(--text);align-items:flex-start;gap:10px;font-size:.93rem;line-height:1.4;display:flex}.ap__points li svg{color:var(--blue);flex-shrink:0;margin-top:1px}.ap__section-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:40px;display:flex}.ap__garanties{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.ap__garantie{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:32px 28px;transition:box-shadow .2s,transform .2s}.ap__garantie:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.ap__garantie-icone{border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:18px;display:flex}.ap__garantie--blue .ap__garantie-icone{background:var(--blue-glow);color:var(--blue)}.ap__garantie--orange .ap__garantie-icone{background:var(--orange-glow);color:var(--orange)}.ap__garantie-icone svg{font-size:1.6rem!important}.ap__garantie-titre{color:var(--text);margin-bottom:10px;font-size:1.05rem;font-weight:700}.ap__garantie-desc{color:var(--text-muted);font-size:.9rem;line-height:1.7}.ap__valeurs{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.ap__valeur{text-align:center;background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;align-items:center;padding:32px 24px;display:flex}.ap__valeur-icone{background:var(--blue-glow);width:56px;height:56px;color:var(--blue);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.ap__valeur-icone svg{font-size:1.6rem!important}.ap__valeur-label{color:var(--text);margin-bottom:10px;font-size:1rem;font-weight:700}.ap__valeur-desc{color:var(--text-muted);font-size:.88rem;line-height:1.65}.ap__carousel{border-radius:var(--radius);box-shadow:var(--shadow-lg);aspect-ratio:16/9;background:var(--bg-dark);max-height:560px;position:relative;overflow:hidden}.ap__carousel-track{height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.ap__carousel-slide{flex:0 0 100%;height:100%;position:relative;overflow:hidden}.ap__carousel-bg{object-fit:cover;filter:blur(18px)brightness(.45);width:100%;height:100%;display:block;position:absolute;inset:0;transform:scale(1.08)}.ap__carousel-img{object-fit:contain;z-index:1;cursor:zoom-in;width:100%;height:100%;display:block;position:relative}.ap__carousel-btn{color:#fff;cursor:pointer;z-index:2;background:#00000073;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ap__carousel-btn:hover{background:#000000bf}.ap__carousel-btn--prev{left:14px}.ap__carousel-btn--next{right:14px}.ap__carousel-dots{z-index:2;gap:8px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.ap__carousel-dot{cursor:pointer;background:#ffffff73;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,transform .2s}.ap__carousel-dot--active{background:#fff;transform:scale(1.3)}.ap__lightbox{z-index:1000;background:#000000eb;justify-content:center;align-items:center;animation:.2s lb-in;display:flex;position:fixed;inset:0}@keyframes lb-in{0%{opacity:0}to{opacity:1}}.ap__lightbox-img{object-fit:contain;border-radius:var(--radius);max-width:90vw;max-height:90vh;box-shadow:0 8px 48px #0009}.ap__lightbox-close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex;position:absolute;top:20px;right:20px}.ap__lightbox-close:hover{background:#ffffff4d}.ap__lightbox-btn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ap__lightbox-btn:hover{background:#ffffff4d}.ap__lightbox-btn--prev{left:20px}.ap__lightbox-btn--next{right:20px}.ap__lightbox-counter{color:#ffffffb3;font-size:.85rem;font-weight:600;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.ap__cta{justify-content:space-between;align-items:center;gap:40px;display:flex}.ap__cta-btns{flex-wrap:wrap;flex-shrink:0;gap:14px;display:flex}@media (width<=900px){.ap__garanties{grid-template-columns:1fr 1fr}.ap__cta{text-align:center;flex-direction:column}.ap__cta-btns{justify-content:center}}@media (width<=640px){.ap__garanties,.ap__valeurs{grid-template-columns:1fr}}.floating-call{display:none}@media (width<=768px){.floating-call{z-index:900;filter:drop-shadow(-3px 3px 10px #00000040);align-items:stretch;display:flex;position:fixed;top:50%;right:0;transform:translateY(-50%)}.floating-call__tab{background:var(--orange);color:#fff;cursor:pointer;border:none;border-radius:12px 0 0 12px;flex-shrink:0;justify-content:center;align-items:center;width:20px;padding:18px 10px;display:flex}.floating-call__tab svg{font-size:1.3rem!important}.floating-call__panel{background:var(--orange);color:#fff;opacity:0;pointer-events:none;white-space:nowrap;border-radius:0;flex-direction:column;justify-content:center;gap:2px;max-width:0;padding:14px 0;text-decoration:none;transition:max-width .35s cubic-bezier(.4,0,.2,1),opacity .25s,padding .35s;display:flex;overflow:hidden}.floating-call--open .floating-call__panel{opacity:1;pointer-events:auto;border-radius:0 12px 12px 0;max-width:200px;padding:14px 18px 14px 12px}.floating-call__label{text-transform:uppercase;letter-spacing:.08em;opacity:.85;font-size:.72rem;font-weight:600}.floating-call__tel{font-size:1rem;font-weight:800}}@keyframes fc-ring{0%,to{transform:rotate(0)}5%{transform:rotate(-15deg)}10%{transform:rotate(15deg)}15%{transform:rotate(0)}}
