:root{--bleu:#0a2463;--bleu-clair:#1e3a8a;--bleu-vif:#1d4ed8;--rouge:#c8102e;--rouge-clair:#e63950;--blanc:#fff;--gris-clair:#f5f7fa;--gris-moyen:#e8ecf1;--gris-texte:#6b7280;--noir:#0d0d0d;--font-titre:"Bebas Neue",sans-serif;--font-corps:"Outfit",sans-serif;--shadow-sm:0 2px 8px #0a24631a;--shadow-md:0 8px 30px #0a246326;--shadow-lg:0 20px 60px #0a246333;--radius:12px;--radius-lg:24px;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background:#fff;background:var(--blanc);color:#0d0d0d;color:var(--noir);font-family:Outfit,sans-serif;font-family:var(--font-corps);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{border:none;cursor:pointer;font-family:Outfit,sans-serif;font-family:var(--font-corps);outline:none}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-title{font-family:Bebas Neue,sans-serif;font-family:var(--font-titre);font-size:clamp(2.5rem,5vw,4rem);letter-spacing:2px;line-height:1;margin-bottom:1rem}.section-subtitle{color:#6b7280;color:var(--gris-texte);font-size:1.1rem;font-weight:300;max-width:600px}.btn-primary{align-items:center;background:#c8102e;background:var(--rouge);border-radius:4px;color:#fff;color:var(--blanc);display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;letter-spacing:.5px;padding:.9rem 2rem;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.btn-primary:hover{background:#e63950;background:var(--rouge-clair);box-shadow:0 8px 20px #c8102e59;transform:translateY(-2px)}.btn-secondary{align-items:center;background:#0000;border:2px solid #fff9;border-radius:4px;color:#fff;color:var(--blanc);display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;letter-spacing:.5px;padding:.9rem 2rem;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.btn-secondary:hover{background:#ffffff1a;border-color:#fff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f5f7fa;background:var(--gris-clair)}::-webkit-scrollbar-thumb{background:#0a2463;background:var(--bleu);border-radius:3px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.container{padding:0 1.25rem}}[id]{scroll-margin-top:90px}@media (max-width:980px){[id]{scroll-margin-top:76px}}.navbar{background:#0000;inset:0 0 auto 0;padding:1.15rem 0;position:fixed;transition:background .35s ease,padding .35s ease,box-shadow .35s ease;z-index:1100}.navbar--scrolled{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:#001244eb;box-shadow:0 10px 30px #000a3247;padding:.75rem 0}.navbar__inner{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:auto 1fr auto auto}.navbar__logo{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;flex-shrink:0;gap:.8rem;padding:0}.navbar__logo-img{display:block;height:52px;object-fit:contain;transition:transform .25s ease;width:82px}.navbar__logo:hover .navbar__logo-img{transform:scale(1.04)}.navbar__brand{align-items:baseline;display:flex;font-family:var(--font-titre);font-size:1.55rem;letter-spacing:.8px;line-height:1;white-space:nowrap}.navbar__brand-soc{color:#0054b3;font-weight:400}.navbar__brand-limate{color:#e30010;font-weight:400}.navbar__nav{align-items:center;display:flex;gap:2.2rem;justify-content:center;min-width:0}.navbar__link{background:none;border:none;color:#ffffffd6;cursor:pointer;font-family:var(--font-corps);font-size:.95rem;font-weight:500;letter-spacing:.3px;padding:.4rem 0;position:relative;transition:color .22s ease,transform .22s ease;white-space:nowrap}.navbar__link:after{background:#e30010;border-radius:999px;bottom:-7px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%) scaleX(0);transition:transform .25s ease;width:28px}.navbar__link:hover{color:#fff;transform:translateY(-1px)}.navbar__link:hover:after{transform:translateX(-50%) scaleX(1)}.navbar__drop-wrap{position:relative}.navbar__link--drop{align-items:center;display:inline-flex;gap:5px}.navbar__drop-chevron{opacity:.7;transition:transform .25s ease}.navbar__link--drop-open .navbar__drop-chevron{opacity:1;transform:rotate(180deg)}.navbar__link--drop-open{color:#fff}.navbar__dropdown{background:#fff;border:1px solid #0a246314;border-radius:14px;box-shadow:0 20px 60px #0a24632e,0 4px 16px #00000014;left:50%;opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:calc(100% + 18px);transform:translateX(-50%) translateY(-8px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease;visibility:hidden;width:300px;z-index:200}.navbar__dropdown:before{background:#fff;border-left:1px solid #0a246314;border-top:1px solid #0a246314;content:"";height:12px;left:50%;position:absolute;top:-6px;transform:translateX(-50%) rotate(45deg);width:12px}.navbar__dropdown--open{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0);visibility:visible}.navbar__dropdown-inner{display:flex;flex-direction:column;gap:2px;padding:8px}.navbar__drop-item{align-items:center;background:none;border:none;border-radius:9px;cursor:pointer;display:flex;gap:12px;padding:11px 14px;text-align:left;transition:background .18s ease;width:100%}.navbar__drop-item:hover{background:#f0f4ff}.navbar__drop-item--featured{background:#0a24630a;border-bottom:1px solid #0a246312;border-radius:9px 9px 0 0;margin:-8px -8px 4px;padding:14px 22px;width:calc(100% + 16px)}.navbar__drop-item--featured:hover{background:#0a246314}.navbar__drop-icon{align-items:center;background:#0a246312;border-radius:8px;color:#0054b3;display:flex;flex-shrink:0;height:34px;justify-content:center;width:34px}.navbar__drop-item--featured .navbar__drop-icon{background:#0a24631a}.navbar__drop-text{display:flex;flex-direction:column;gap:1px}.navbar__drop-label{color:#0a2463;font-size:.875rem;font-weight:600;line-height:1.2}.navbar__drop-desc{color:#8a96b0;font-size:.72rem;line-height:1.3}.navbar__cta,.navbar__drop-item--featured .navbar__drop-label{font-size:.9rem}.navbar__cta{background:#e30010;border:none;border-radius:8px;box-shadow:0 8px 22px #e3001047;color:#fff;cursor:pointer;font-family:var(--font-corps);font-weight:700;padding:.92rem 1.45rem;transition:transform .22s ease,box-shadow .22s ease,background .22s ease;white-space:nowrap}.navbar__cta:hover{background:#c8000d;box-shadow:0 12px 26px #e3001057;transform:translateY(-2px)}.navbar__burger{align-items:center;background:#ffffff0a;border:1px solid #ffffff2e;border-radius:10px;cursor:pointer;display:none;height:46px;justify-content:center;padding:0;position:relative;width:46px}.navbar__burger span{background:#fff;border-radius:999px;height:2px;position:absolute;transition:transform .28s ease,opacity .22s ease;width:20px}.navbar__burger span:first-child{transform:translateY(-6px)}.navbar__burger span:nth-child(2){transform:translateY(0)}.navbar__burger span:nth-child(3){transform:translateY(6px)}.navbar__burger--open span:first-child{transform:rotate(45deg)}.navbar__burger--open span:nth-child(2){opacity:0}.navbar__burger--open span:nth-child(3){transform:rotate(-45deg)}.mobile-overlay{background:linear-gradient(160deg,#f7f8fc,#eef0f7);color:#061b2f;display:flex;flex-direction:column;inset:0;opacity:0;overflow-y:auto;padding:1.25rem 1.25rem 2rem;pointer-events:none;position:fixed;transform:translateY(-16px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;visibility:hidden;z-index:1200}.mobile-overlay--open{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.mobile-overlay__top{align-items:center;display:flex;flex-shrink:0;gap:1rem;justify-content:space-between;margin-bottom:3rem}.mobile-overlay__logo{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;gap:.7rem;padding:0}.mobile-overlay__logo-img{height:46px;object-fit:contain;width:46px}.mobile-overlay__brand{align-items:baseline;display:flex;font-family:var(--font-titre);font-size:1.5rem;letter-spacing:.7px;line-height:1}.mobile-overlay__brand-soc{color:#0054b3;font-weight:800}.mobile-overlay__brand-limate{color:#e30010;font-weight:800}.mobile-overlay__close{background:#ffffffb3;border:1px solid #061b2f24;border-radius:10px;cursor:pointer;flex-shrink:0;height:44px;position:relative;transition:background .2s ease;width:44px}.mobile-overlay__close:hover{background:#fffffff2}.mobile-overlay__close span{background:#10273d;border-radius:999px;height:2px;left:50%;position:absolute;top:50%;width:22px}.mobile-overlay__close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.mobile-overlay__close span:nth-child(2){transform:translate(-50%,-50%) rotate(-45deg)}.mobile-overlay__nav{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:.25rem}.mobile-overlay__link{background:none;border:none;color:#061b2f;cursor:pointer;font-family:var(--font-titre);font-size:2rem;font-weight:700;letter-spacing:.6px;opacity:0;padding:.6rem 0;text-align:left;text-transform:uppercase;transform:translateX(-12px);transition:color .2s ease,transform .2s ease;width:100%}.mobile-overlay--open .mobile-overlay__link{animation:slideInLink .35s ease forwards;animation-delay:.05s;animation-delay:calc(var(--i, 0)*.06s + .05s)}@keyframes slideInLink{to{opacity:1;transform:translateX(0)}}.mobile-overlay__link:hover{color:#e30010;transform:translateX(6px)}.mob-services{opacity:0;transform:translateX(-12px);width:100%}.mobile-overlay--open .mob-services{animation:slideInLink .35s ease forwards;animation-delay:.05s;animation-delay:calc(var(--i, 0)*.06s + .05s)}.mob-services__toggle{align-items:center;background:none;border:none;color:#061b2f;cursor:pointer;display:flex;font-family:var(--font-titre);font-size:2rem;font-weight:700;justify-content:space-between;letter-spacing:.6px;padding:.6rem 0;text-align:left;text-transform:uppercase;transition:color .2s ease;width:100%}.mob-services__toggle:hover{color:#e30010}.mob-services__toggle--open{color:#0054b3}.mob-services__chev{color:#061b2f59;flex-shrink:0;transition:transform .28s ease,color .2s ease}.mob-services__toggle--open .mob-services__chev{color:#0054b3;transform:rotate(180deg)}.mob-services__sub{max-height:0;overflow:hidden;padding-left:4px;transition:max-height .38s cubic-bezier(.22,1,.36,1)}.mob-services__sub--open{max-height:400px}.mob-services__item{align-items:center;background:none;border:none;border-left:2px solid #0a24631a;cursor:pointer;display:flex;gap:12px;padding:10px 0 10px 16px;text-align:left;transition:border-color .2s ease,padding-left .2s ease;width:100%}.mob-services__item:hover{border-left-color:#e30010;padding-left:20px}.mob-services__item-icon{align-items:center;background:#0a246312;border-radius:7px;color:#0054b3;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.mob-services__item:hover .mob-services__item-icon{background:#0a24631f}.mob-services__item-label{color:#0a2463;font-family:var(--font-corps);font-size:.97rem;font-weight:600;line-height:1}.mob-services__item:hover .mob-services__item-label{color:#e30010}.mobile-overlay__cta{background:#e30010;border:none;border-radius:10px;box-shadow:0 10px 24px #e3001038;color:#fff;cursor:pointer;font-family:var(--font-corps);font-size:1rem;font-weight:700;margin-top:auto;padding:1rem 1.5rem;transition:background .22s ease,transform .22s ease;width:100%}.mobile-overlay__cta:hover{background:#c8000d;transform:translateY(-2px)}@media (max-width:1180px){.navbar__nav{gap:1.35rem}.navbar__link{font-size:.9rem}.navbar__brand{font-size:1.45rem}}@media (max-width:980px){.navbar__inner{grid-template-columns:auto 1fr auto}.navbar__cta,.navbar__nav{display:none}.navbar__burger{display:inline-flex;justify-self:end}}@media (min-width:981px){.mobile-overlay{display:none!important}}@media (max-width:640px){.navbar{padding:.9rem 0}.navbar--scrolled{padding:.6rem 0}.navbar__logo-img{height:44px;width:44px}.navbar__brand{font-size:1.2rem}.mobile-overlay{padding:1rem 1rem 1.5rem}.mobile-overlay__top{margin-bottom:2.5rem}.mobile-overlay__brand{font-size:1.25rem}.mobile-overlay__link{font-size:1.7rem;padding:.5rem 0}.mob-services__toggle{font-size:1.7rem}}@media (max-width:420px){.navbar__brand{font-size:1.05rem}.navbar__logo-img{height:38px;width:38px}.mob-services__toggle,.mobile-overlay__link{font-size:1.45rem}}:root{--hero-bg:#04091f;--hero-red:#e30010;--hero-red-dim:#e3001024;--hero-white:#fff;--hero-muted:#ffffff7a;--hero-border:#ffffff14}.hero{background:#04091f;background:var(--hero-bg);display:flex;flex-direction:column;min-height:100svh;overflow:hidden;position:relative}.hero__bg{pointer-events:none;z-index:0}.hero__bg,.hero__bg-base{inset:0;position:absolute}.hero__bg-base{background:radial-gradient(ellipse 80% 50% at 5% 90%,#0a1e5fe6 0,#0000 55%),radial-gradient(ellipse 50% 70% at 95% 5%,#08164bcc 0,#0000 50%),#04091f}.hero__bg-grid{background-image:linear-gradient(hsla(0,0%,100%,.014) 1px,#0000 0),linear-gradient(90deg,hsla(0,0%,100%,.014) 1px,#0000 0);background-size:52px 52px;inset:0;position:absolute}.hero__bg-glow-r{background:radial-gradient(circle,#e300101a 0,#0000 65%);height:480px;position:absolute;right:-80px;top:10%;width:480px}.hero__bg-glow-b{background:radial-gradient(circle,#143cc81a 0,#0000 65%);bottom:0;height:400px;left:-60px;position:absolute;width:400px}.hero__canvas{height:100%;inset:0;opacity:.45;position:absolute;width:100%}.hero__wrap{grid-gap:clamp(2rem,4vw,5rem);align-items:center;display:grid;flex:1 1;gap:clamp(2rem,4vw,5rem);grid-template-columns:1fr 420px;opacity:0;padding-bottom:clamp(3rem,6vh,5rem);padding-top:clamp(5.5rem,10vh,8rem);position:relative;transform:translateY(12px);transition:opacity .6s ease,transform .6s ease;z-index:2}.hero__wrap--in{opacity:1;transform:translateY(0)}.hero__content{align-items:flex-start;display:flex;flex-direction:column;gap:0}.hero__eyebrow{align-items:center;animation:heroUp .5s ease .05s both;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;color:#ffffffa6;display:inline-flex;font-size:.72rem;font-weight:500;gap:.55rem;letter-spacing:.9px;margin-bottom:1.5rem;padding:.38rem .85rem .38rem .65rem;text-transform:uppercase}.hero__eyebrow-dot{animation:heroBlink 2.4s ease infinite;background:#e30010;background:var(--hero-red);border-radius:50%;box-shadow:0 0 8px #e30010;box-shadow:0 0 8px var(--hero-red);flex-shrink:0;height:6px;width:6px}@keyframes heroBlink{0%,to{opacity:1}50%{opacity:.4}}.hero__h1{display:flex;flex-direction:column;line-height:1.06;margin:0 0 1.5rem}.hero__h1-line{animation:heroUp .55s ease both;display:block;font-family:Bebas Neue,sans-serif;font-family:var(--font-titre,"Bebas Neue",sans-serif)}.hero__h1-line--a{animation-delay:.08s;color:#fff;color:var(--hero-white);font-size:clamp(2.4rem,4.2vw,3.6rem);letter-spacing:.04em}.hero__h1-line--b{-webkit-text-stroke:1.8px #e30010d9;animation-delay:.16s;color:#0000;font-size:clamp(3.2rem,5.8vw,5rem);letter-spacing:.07em}.hero__h1-line--c{animation-delay:.24s;color:#ffffff8c;font-size:clamp(2rem,3.5vw,3rem);letter-spacing:.06em}.hero__accent{align-items:center;animation:heroUp .5s ease .3s both;display:flex;gap:6px;margin-bottom:1.25rem}.hero__accent-bar{background:linear-gradient(90deg,#e30010,#e300101a);background:linear-gradient(90deg,var(--hero-red),#e300101a);border-radius:2px;display:block;height:2px;width:36px}.hero__accent-dot{background:#e30010;background:var(--hero-red);border-radius:50%;display:block;height:4px;width:4px}.hero__lead{animation:heroUp .5s ease .34s both;color:#ffffff7a;color:var(--hero-muted);font-size:clamp(.88rem,1.1vw,.98rem);line-height:1.8;margin:0 0 1.5rem;max-width:430px}.hero__feats{grid-gap:.5rem 1.5rem;animation:heroUp .5s ease .38s both;display:grid;gap:.5rem 1.5rem;grid-template-columns:1fr 1fr;list-style:none;margin:0 0 2rem}.hero__feat{color:#fff9;font-size:.82rem;gap:.5rem}.hero__actions,.hero__feat{align-items:center;display:flex}.hero__actions{animation:heroUp .5s ease .42s both;flex-wrap:wrap;gap:.85rem;margin-bottom:2.5rem}.hero__btn-cta{align-items:center;background:#e30010;background:var(--hero-red);border-radius:5px;box-shadow:0 4px 20px #e300104d;color:#fff;display:inline-flex;font-size:.85rem;font-weight:700;gap:.55rem;letter-spacing:.5px;overflow:hidden;padding:.82rem 1.55rem;position:relative;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.hero__btn-cta:before{background:linear-gradient(90deg,#0000,#ffffff1f,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .45s ease;width:100%}.hero__btn-cta:hover{background:#c8000e;box-shadow:0 8px 28px #e300106b;transform:translateY(-2px)}.hero__btn-cta:hover:before{left:100%}.hero__btn-cta:active{transform:translateY(0)}.hero__btn-arrow{display:inline-block;font-size:.95rem;transition:transform .2s ease}.hero__btn-cta:hover .hero__btn-arrow{transform:translateX(3px)}.hero__btn-outline{align-items:center;border:1px solid #ffffff21;border-radius:5px;color:#ffffff94;display:inline-flex;font-size:.85rem;font-weight:500;gap:.5rem;padding:.82rem 1.25rem;text-decoration:none;transition:all .2s ease}.hero__btn-outline:hover{background:#ffffff0d;border-color:#ffffff52;color:#fff}.hero__btn-outline svg{transition:transform .2s ease}.hero__btn-outline:hover svg{transform:translateX(3px)}.hero__stats{align-items:center;animation:heroUp .5s ease .48s both;display:flex;gap:0}.hero__stat{display:flex;flex-direction:column;gap:.15rem;padding:0 1.5rem}.hero__stat:first-child{padding-left:0}.hero__stat-val{color:#fff;font-family:Bebas Neue,sans-serif;font-family:var(--font-titre,"Bebas Neue",sans-serif);font-size:1.85rem;letter-spacing:1.5px;line-height:1}.hero__stat-lbl{color:#ffffff59;font-size:.68rem;letter-spacing:.9px;text-transform:uppercase;white-space:nowrap}.hero__stat-sep{background:#ffffff1a;flex-shrink:0;height:28px;width:1px}.hero__visual{align-items:center;display:flex;justify-content:center;padding:3rem 1rem;position:relative}.hero__visual-orb{animation:heroOrb 6s ease-in-out infinite;background:radial-gradient(circle,#e3001014 0,#0000 70%);border-radius:50%;height:280px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:280px}@keyframes heroOrb{0%,to{opacity:.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.12)}}.hero__badge{align-items:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#04091fd1;border:1px solid #ffffff1a;border-radius:10px;box-shadow:0 8px 28px #0000004d;display:flex;gap:.6rem;padding:.65rem .95rem;position:absolute;z-index:3}.hero__badge div{display:flex;flex-direction:column;gap:.06rem}.hero__badge strong{color:#fff;font-size:.78rem;font-weight:700;line-height:1}.hero__badge span{color:#fff6;font-size:.65rem}.hero__badge--tl{animation:heroBadgeA 4s ease-in-out infinite;left:-1.25rem;top:.5rem}.hero__badge--br{animation:heroBadgeB 4.5s ease-in-out infinite;bottom:2rem;right:-1.25rem}@keyframes heroBadgeA{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes heroBadgeB{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.hcard{animation:heroCardFloat 5.5s ease-in-out infinite;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:hsla(0,0%,100%,.042);border:1px solid #ffffff14;border-radius:18px;box-shadow:0 32px 64px #00000073,inset 0 0 0 1px #ffffff0d;overflow:hidden;padding:1.5rem;position:relative;width:300px;z-index:2}.hcard:before{background:linear-gradient(90deg,#e30010,#e3001026 55%,#0000);background:linear-gradient(90deg,var(--hero-red) 0,#e3001026 55%,#0000);border-radius:18px 18px 0 0;content:"";height:2px;left:0;position:absolute;right:0;top:0}@keyframes heroCardFloat{0%,to{transform:translateY(0) rotate(.2deg)}50%{transform:translateY(-9px) rotate(-.2deg)}}.hcard__shine{animation:heroShine 6s ease infinite;background:linear-gradient(135deg,#0000 25%,hsla(0,0%,100%,.025) 50%,#0000 75%);border-radius:18px;inset:0;position:absolute}@keyframes heroShine{0%{transform:translate(-100%,-100%)}to{transform:translate(100%,100%)}}.hcard__head{gap:.75rem;margin-bottom:1.4rem}.hcard__head,.hcard__icon{align-items:center;display:flex}.hcard__icon{background:linear-gradient(135deg,#e3001033,#e300100f);border:1px solid #e3001038;border-radius:11px;flex-shrink:0;height:42px;justify-content:center;width:42px}.hcard__info{display:flex;flex:1 1;flex-direction:column;gap:.1rem}.hcard__name{color:#fff;font-family:Bebas Neue,sans-serif;font-family:var(--font-titre,"Bebas Neue",sans-serif);font-size:.9rem;letter-spacing:2.5px;line-height:1}.hcard__sub{color:#ffffff52;font-size:.68rem;letter-spacing:.3px}.hcard__badge{background:#e3001026;border:1px solid #e300104d;border-radius:4px;color:#ff6070;font-size:.62rem;font-weight:800;letter-spacing:1.5px;padding:.2rem .5rem}.hcard__body{margin-bottom:1.25rem}.hcard__temp{align-items:baseline;display:flex;gap:.1rem;margin-bottom:.2rem}.hcard__deg{color:#fff;font-size:3.4rem;letter-spacing:-1px;line-height:1}.hcard__deg,.hcard__unit{font-family:Bebas Neue,sans-serif;font-family:var(--font-titre,"Bebas Neue",sans-serif)}.hcard__unit{color:#ffffff61;font-size:1.7rem}.hcard__mode{color:#ffffff47;display:block;font-size:.68rem;letter-spacing:1.2px;margin-bottom:1rem;text-transform:uppercase}.hcard__bars{align-items:flex-end;display:flex;gap:3px;height:40px}.hcard__bar{animation:heroBarGrow .5s ease 0s both;animation:heroBarGrow .5s ease calc(var(--i, 0)*65ms) both;background:linear-gradient(180deg,#e30010b3,#e3001026);border-radius:3px 3px 0 0;flex:1 1;height:60%;height:var(--h,60%)}@keyframes heroBarGrow{0%{height:0;opacity:0}to{height:60%;height:var(--h,60%);opacity:1}}.hcard__foot{border-top:1px solid #ffffff0f;justify-content:space-between;padding-top:.85rem}.hcard__foot,.hcard__live{align-items:center;display:flex}.hcard__live{color:#fff6;font-size:.72rem;gap:.42rem}.hcard__live-dot{animation:heroPulse 2.2s ease infinite;background:#4ade80;border-radius:50%;box-shadow:0 0 7px #4ade80;height:6px;width:6px}@keyframes heroPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hcard__eff{color:#4ade80;font-size:.7rem;font-weight:700;letter-spacing:1px}@keyframes heroUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1280px){.hero__wrap{grid-template-columns:1fr 380px}.hcard{width:280px}}@media (max-width:1023px){.hero__wrap{gap:0;grid-template-columns:1fr;grid-template-rows:auto;padding-bottom:3rem;padding-top:clamp(5rem,12vh,7rem)}.hero__visual{display:none}.hero__h1-line--a{font-size:clamp(2rem,6.5vw,3rem)}.hero__h1-line--b{font-size:clamp(2.8rem,9vw,4.4rem)}.hero__h1-line--c{font-size:clamp(1.7rem,5.5vw,2.6rem)}.hero__lead{max-width:560px}.hero__feats{grid-template-columns:1fr 1fr;max-width:480px}.hero__stats{flex-wrap:wrap;gap:.5rem 0}.hero__stat{padding:0 1.25rem}.hero__stat:first-child{padding-left:0}.hero__stat-val{font-size:1.65rem}}@media (max-width:640px){.hero__h1-line--a{font-size:clamp(1.75rem,8.5vw,2.4rem)}.hero__h1-line--b{font-size:clamp(2.4rem,11.5vw,3.4rem)}.hero__h1-line--c{font-size:clamp(1.5rem,7.5vw,2rem)}.hero__lead{font-size:.88rem}.hero__feats{gap:.45rem;grid-template-columns:1fr}.hero__actions{align-items:stretch;flex-direction:row;gap:.65rem;width:100%}.hero__btn-cta,.hero__btn-outline{flex:1 1;font-size:.82rem;justify-content:center;padding:.82rem .75rem;text-align:center}.hero__stats{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:1fr 1fr;width:100%}.hero__stat{align-items:flex-start;background:#ffffff08;border:1px solid #ffffff12;border-radius:8px;padding:.85rem 1rem}.hero__stat:first-child{padding-left:1rem}.hero__stat-sep{display:none}.hero__stat-val{font-size:1.6rem}}@media (max-width:380px){.hero__h1-line--b{-webkit-text-stroke-width:1.4px}.hero__eyebrow{font-size:.68rem}.hero__lead{font-size:.84rem}}.about{background:var(--gris-clair);overflow:hidden;padding:7rem 0;position:relative}.about:before{background:linear-gradient(90deg,var(--rouge),var(--bleu));content:"";height:4px;inset:0 0 auto 0;position:absolute}.about__grid{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:1fr 1fr}.about__label{color:var(--rouge);display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:3px;margin-bottom:1.25rem;padding-left:2rem;position:relative;text-transform:uppercase}.about__label:before{background:var(--rouge);content:"";height:2px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:1.4rem}.about__title{color:var(--bleu);font-size:clamp(2.4rem,5vw,4.2rem);margin-bottom:1.5rem}.about__title-accent{color:var(--rouge)}.about__text{color:var(--gris-texte);font-size:1rem;line-height:1.8;margin-bottom:1rem}.about__badges{align-items:stretch;display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.about__badge{align-items:center;background:#fff;border:1px solid #0000000f;border-radius:16px;box-shadow:var(--shadow-sm);display:flex;justify-content:center;min-height:96px;min-width:170px;padding:1rem 1.25rem;transition:var(--transition)}.about__badge:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.about__badge--rge{border-top:3px solid var(--rouge)}.about__badge--capeb{border-top:3px solid var(--bleu)}.about__badge-logo{display:block;height:auto;max-height:58px;max-width:130px;object-fit:contain;width:auto}.about .about__more-btn,.about .about__more-btn:link,.about .about__more-btn:visited{align-items:center;border-radius:16px;color:var(--bleu)!important;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:700;gap:.65rem;justify-content:center;text-decoration:none!important;transition:transform .22s ease,gap .22s ease,color .22s ease,box-shadow .22s ease;width:fit-content}.about .about__more-btn:focus,.about .about__more-btn:hover{color:var(--rouge)!important}.about .about__more-btn-dash{background:var(--rouge);border-radius:2px;display:block;flex-shrink:0;height:2px;transition:width .22s ease;width:22px}.about .about__more-btn:focus .about__more-btn-dash,.about .about__more-btn:hover .about__more-btn-dash{width:32px}.about__features{display:flex;flex-direction:column;gap:1.75rem}.about__feature{align-items:flex-start;background:#fff;border-left:3px solid #0000;border-radius:var(--radius);box-shadow:var(--shadow-sm);display:flex;gap:1.25rem;padding:1.5rem;transition:var(--transition)}.about__feature:hover{border-left-color:var(--rouge);box-shadow:var(--shadow-md);transform:translateX(4px)}.about__feature-icon{align-items:center;background:linear-gradient(135deg,var(--bleu),var(--bleu-vif));border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:52px;justify-content:center;width:52px}.about__feature-title{color:var(--bleu);font-size:1rem;font-weight:700;letter-spacing:.3px;margin-bottom:.35rem}.about__feature-desc{color:var(--gris-texte);font-size:.9rem;line-height:1.6}@media (max-width:900px){.about__grid{gap:3rem;grid-template-columns:1fr}.about__badges{justify-content:flex-start}.about .about__more-btn,.about__badge{min-width:150px}}@media (max-width:768px){.about{padding:.5rem 0 4rem}}@media (max-width:640px){.about__badges{grid-gap:.9rem;display:grid;gap:.9rem;grid-template-columns:1fr}.about .about__more-btn,.about__badge{min-width:0;width:100%}}.services{background:linear-gradient(160deg,#050e2e,#0a2463);overflow:hidden;padding:6rem 0 5rem;position:relative}.services:before{background:radial-gradient(circle,#c8102e1a,#0000 68%);content:"";height:380px;pointer-events:none;position:absolute;right:-60px;top:-60px;width:380px}.srv-header{margin-bottom:3rem}.srv-eyebrow{align-items:center;color:#ffffff73;display:inline-flex;font-size:.7rem;font-weight:700;gap:.6rem;letter-spacing:2.5px;margin-bottom:.9rem;text-transform:uppercase}.srv-eyebrow span{background:var(--rouge);display:block;flex-shrink:0;height:2px;width:24px}.srv-title{color:#fff;font-family:var(--font-titre);font-size:clamp(2rem,4vw,3.2rem);letter-spacing:2px;line-height:1}.srv-title-red{color:var(--rouge)}.srv-layout{grid-gap:0;border-radius:var(--radius);display:grid;gap:0;grid-template-columns:280px 1fr;min-height:460px;overflow:hidden}.srv-list{background:#00000059;display:flex;flex-direction:column}.srv-item{align-items:center;background:#0000;border:none;box-shadow:inset 0 -1px 0 #ffffff0d;color:#ffffff73;cursor:pointer;display:flex;font-family:var(--font-corps);gap:1rem;justify-content:space-between;padding:1.6rem 1.4rem;position:relative;text-align:left;transition:color .2s ease,opacity .2s ease}.srv-item:last-child{box-shadow:none}.srv-item:before{background:#ffffff0a;content:"";inset:0;opacity:0;position:absolute;transition:opacity .2s ease}.srv-item:hover:not(.srv-item--on):before{opacity:1}.srv-item:hover:not(.srv-item--on){color:#ffffffb3}.srv-item:after{background:var(--rouge);background:var(--c,var(--rouge));bottom:0;content:"";left:0;position:absolute;top:0;transform:scaleY(0);transform-origin:center;transition:transform .22s ease;width:3px}.srv-item--on{background:#ffffff0f;color:#fff}.srv-item--on:after{transform:scaleY(1)}.srv-item--on:before{opacity:1}.srv-item-left{flex:1 1;gap:1rem;min-width:0}.srv-item-icon,.srv-item-left{align-items:center;display:flex}.srv-item-icon{background:#ffffff12;border-radius:10px;color:inherit;flex-shrink:0;height:44px;justify-content:center;transition:background .2s ease;width:44px}.srv-item--on .srv-item-icon{background:var(--rouge);background:var(--c,var(--rouge));color:#fff}.srv-item-text{display:flex;flex-direction:column;gap:.15rem;min-width:0}.srv-item-num{font-family:var(--font-titre);font-size:.8rem;letter-spacing:2px;line-height:1;opacity:.4}.srv-item--on .srv-item-num{opacity:.6}.srv-item-name{font-size:.88rem;font-weight:700;letter-spacing:.7px;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.srv-item-arrow{flex-shrink:0;opacity:.3;transition:opacity .2s ease,transform .2s ease}.srv-item--on .srv-item-arrow{opacity:.8;transform:translateX(3px)}.srv-panel{background-position:50%;background-repeat:no-repeat;background-size:cover;grid-column:2;grid-row:1;opacity:0;pointer-events:none;position:relative;transition:opacity .25s ease}.srv-panel--on{opacity:1;pointer-events:auto}.srv-bg-1{background-image:url(/static/media/climService.909c3cb9f14d2a9a28fb.jpg)}.srv-bg-2{background-image:url(/static/media/pompe1.9e352e59d52183af5335.webp)}.srv-bg-3{background-image:url(/static/media/ventilation.66e246ae9857397a0211.jpg)}.srv-bg-4{background-image:url(/static/media/entretientService.cab0e348172b890c8ea4.jpg)}.srv-panel-overlay{background:linear-gradient(105deg,#050e2eed,#050e2ecc 45%,#050e2ead);inset:0;pointer-events:none;position:absolute}.srv-panel-body{display:flex;flex-direction:column;height:100%;padding:2.75rem 2.5rem;position:relative;z-index:1}.srv-panel-icon{align-items:center;border-radius:13px;color:#fff;display:flex;flex-shrink:0;height:58px;justify-content:center;margin-bottom:1.4rem;width:58px}.srv-panel-title{color:#fff;font-family:var(--font-titre);font-size:2rem;letter-spacing:2px;line-height:1;margin-bottom:.85rem}.srv-panel-desc{color:#ffffffb8;font-size:.92rem;line-height:1.75;margin-bottom:1.75rem;max-width:440px}.srv-panel-list{display:flex;flex:1 1;flex-direction:column;gap:.6rem;list-style:none;margin-bottom:2rem;padding:0}.srv-panel-list li{align-items:center;color:#ffffffe0;display:flex;font-size:.9rem;font-weight:500;gap:.7rem}.srv-panel-list li span{border-radius:50%;display:block;flex-shrink:0;height:7px;width:7px}.srv-panel-footer{align-items:center;display:flex;flex-wrap:wrap;gap:.9rem}.srv-btn-devis{align-items:center;background:var(--rouge);border-radius:5px;color:#fff;display:inline-flex;font-size:.8rem;font-weight:700;letter-spacing:.8px;padding:.82rem 1.5rem;text-decoration:none;text-transform:uppercase;transition:background .18s ease,transform .18s ease;will-change:transform}.srv-btn-devis:hover{background:#a50d25;transform:translateY(-2px)}.srv-btn-devis:not(:hover){will-change:auto}.srv-btn-tel{align-items:center;background:#ffffff1a;border-radius:5px;color:#fffc;display:inline-flex;font-size:.82rem;font-weight:600;gap:.45rem;padding:.82rem 1.3rem;text-decoration:none;transition:background .18s ease,color .18s ease}.srv-btn-tel:hover{background:#ffffff2e;color:#fff}@media (max-width:860px){.srv-layout{grid-template-columns:1fr;grid-template-rows:auto 1fr;min-height:auto}.srv-list{-ms-overflow-style:none;flex-direction:row;overflow-x:auto;scrollbar-width:none}.srv-list::-webkit-scrollbar{display:none}.srv-item{align-items:center;box-shadow:inset -1px 0 0 #ffffff0d;flex-direction:column;gap:.5rem;justify-content:center;min-width:120px;padding:1.1rem 1.25rem;text-align:center}.srv-item:last-child{box-shadow:none}.srv-item:after{bottom:0;height:3px;left:0;right:0;top:auto;transform:scaleX(0);transform-origin:center;width:auto}.srv-item--on:after{transform:scaleX(1)}.srv-item-left{align-items:center;flex-direction:column;gap:.4rem}.srv-item-arrow{display:none}.srv-item-text{align-items:center}.srv-panel{grid-column:1;grid-row:2;min-height:380px}.srv-panel-body{padding:2rem 1.75rem}}@media (max-width:520px){.services{padding:4rem 0 3rem}.srv-item-name{font-size:.75rem}.srv-panel{min-height:auto}.srv-panel-body{padding:1.75rem 1.25rem}.srv-panel-footer{align-items:stretch;flex-direction:column}.srv-btn-devis,.srv-btn-tel{justify-content:center;width:100%}}.about__more-btn{align-items:center;background:none;border:none;color:var(--blanc);cursor:pointer;display:inline-flex;font-size:.88rem;font-weight:600;gap:.65rem;text-decoration:none;transition:gap .22s ease,color .22s ease;width:fit-content}.about__more-btn:hover{color:var(--rouge);gap:1rem}.about__more-btn-dash{background:var(--rouge);border-radius:2px;display:block;flex-shrink:0;height:2px;transition:width .22s ease;width:22px}.about__more-btn:hover .about__more-btn-dash{width:32px}.realisations{background:radial-gradient(circle at top left,#1d4ed80a,#0000 32%),linear-gradient(180deg,#f8fafc,#fff);padding:1.5rem 0 6rem;scroll-margin-top:90px}@media (max-width:980px){.realisations{scroll-margin-top:70px}}.realisations__header{margin-bottom:2.2rem}.realisations__title{color:var(--bleu);font-size:clamp(2rem,4vw,3.2rem);margin-bottom:0}.realisations__accent{color:var(--rouge)}.realisations__filters{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2.3rem}.realisations__filter{appearance:none;background:#fff;border:1px solid #0f172a14;border-radius:999px;color:var(--gris-texte);cursor:pointer;font-size:.88rem;font-weight:600;letter-spacing:.2px;padding:.8rem 1.35rem;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;will-change:transform}.realisations__filter:hover{transform:translateY(-1px)}.realisations__filter--active{background:var(--bleu);border-color:var(--bleu);color:#fff}.realisations__grid{grid-gap:1.4rem;display:grid;gap:1.4rem;grid-template-columns:repeat(3,minmax(0,1fr))}.realisations__card{background:#fff;border-radius:22px;box-shadow:0 10px 24px #0f172a14;contain:layout paint style;content-visibility:auto;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease;will-change:transform}.realisations__media{aspect-ratio:4/4.4;background:#e5e7eb;overflow:hidden;position:relative}.realisations__image{backface-visibility:hidden;display:block;height:100%;object-fit:cover;transform:translateZ(0);transition:transform .28s ease;width:100%;will-change:transform}.realisations__overlay{background:linear-gradient(180deg,#02061705,#02061714 55%,#0206172e);inset:0;pointer-events:none;position:absolute}.realisations__badge{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff29;border:1px solid #ffffff29;border-radius:999px;bottom:1rem;color:#fff;display:inline-flex;font-size:.74rem;font-weight:700;left:1rem;letter-spacing:.5px;min-height:34px;padding:.45rem .9rem;position:absolute;text-transform:uppercase}.realisations__card:hover{box-shadow:0 14px 28px #0f172a1f;transform:translateY(-4px)}.realisations__card:hover .realisations__image{transform:scale(1.03)}@media (max-width:1100px){.realisations__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.realisations{padding:.5rem 0 4rem}.realisations__grid{gap:1rem;grid-template-columns:1fr}.realisations__media{aspect-ratio:4/4.8}}.testimonials{background:var(--gris-clair);padding:7rem 0;position:relative}.testimonials__header{margin-bottom:3.5rem}.testimonials__title{color:var(--bleu);font-size:clamp(2rem,4vw,3.2rem)}.testimonials__accent{color:var(--rouge)}.testimonials__grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:3rem}.testimonials__card{background:#fff;border:2px solid #0000;border-radius:var(--radius);box-shadow:var(--shadow-sm);cursor:pointer;display:flex;flex-direction:column;gap:1rem;padding:2rem;transition:var(--transition)}.testimonials__card--featured,.testimonials__card:hover{border-color:var(--bleu);box-shadow:var(--shadow-md);transform:translateY(-3px)}.testimonials__card--featured{border-color:var(--rouge)}.stars{display:flex;gap:2px}.testimonials__text{color:#374151;flex:1 1;font-size:.95rem;font-style:italic;line-height:1.75}.testimonials__author{align-items:center;border-top:1px solid var(--gris-moyen);display:flex;gap:.75rem;padding-top:1rem}.testimonials__avatar{align-items:center;background:linear-gradient(135deg,var(--bleu),var(--bleu-vif));border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1rem;font-weight:700;height:40px;justify-content:center;width:40px}.testimonials__author strong{color:var(--bleu);display:block;font-size:.95rem}.testimonials__author small{color:var(--gris-texte);font-size:.78rem}.testimonials__score{align-items:center;background:var(--bleu);border-radius:var(--radius);color:#fff;display:flex;gap:2rem;padding:1.75rem 2.5rem}.testimonials__score-num{color:#fff;font-family:var(--font-titre);font-size:4rem;letter-spacing:2px;line-height:1}.testimonials__score p{color:#ffffffa6;font-size:.85rem;margin-top:.35rem}.testimonials__google{align-items:center;background:#fff;border-radius:6px;color:var(--bleu);display:inline-flex;font-size:.88rem;font-weight:700;gap:.5rem;margin-left:auto;padding:.7rem 1.5rem;transition:var(--transition)}.testimonials__google:hover{background:var(--gris-clair);transform:translateY(-2px)}@media (max-width:768px){.testimonials{padding:.5rem 0 4rem}.testimonials__header{margin-bottom:2rem}.testimonials__grid{gap:1rem;grid-template-columns:1fr;margin-bottom:2rem}.testimonials__score{flex-wrap:wrap;gap:1rem;padding:1.25rem 1.5rem}.testimonials__score-num{font-size:3rem}.testimonials__google{justify-content:center;margin-left:0;width:100%}}.partners{background:var(--blanc);border-top:1px solid var(--gris-moyen);overflow:hidden;padding:6rem 0 5rem}.partners__header{grid-gap:3rem;align-items:end;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:3.5rem}.partners__label-wrap{display:flex;flex-direction:column;gap:0}.partners__eyebrow{align-items:center;color:var(--rouge);display:inline-flex;font-size:.72rem;font-weight:700;gap:.65rem;letter-spacing:2.5px;margin-bottom:.9rem;text-transform:uppercase}.partners__eyebrow:before{background:var(--rouge);content:"";display:block;flex-shrink:0;height:2px;width:26px}.partners__title{color:var(--bleu);font-family:var(--font-titre);font-size:clamp(2rem,4vw,3.2rem);letter-spacing:.5px;line-height:1.05;margin:0}.partners__title-accent{color:var(--rouge)}.partners__intro{align-self:end;color:var(--gris-texte);font-size:.95rem;line-height:1.8;padding-bottom:.15rem}.partners__logos-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(6,1fr);margin-bottom:3rem}.partners__logo-card{align-items:center;cursor:default;display:flex;flex-direction:column;gap:.55rem}.partners__logo-inner{align-items:center;aspect-ratio:3/2;background:#fff;border:1.5px solid var(--gris-moyen);border-radius:var(--radius);box-shadow:0 2px 6px #0a24630a;display:flex;justify-content:center;overflow:hidden;padding:1rem 1.1rem;transition:var(--transition);width:100%}.partners__logo-card:hover .partners__logo-inner{border-color:var(--bleu);box-shadow:0 8px 22px #0a24631a;transform:translateY(-3px)}.partners__logo-img{display:block;filter:grayscale(100%) opacity(.6);height:100%;object-fit:contain;transition:filter .28s ease;width:100%}.partners__logo-card:hover .partners__logo-img{filter:grayscale(0) opacity(1)}.partners__logo-name{color:var(--gris-texte);font-size:.7rem;font-weight:600;letter-spacing:.3px;text-align:center}.partners__logo-fallback{color:var(--bleu);font-family:var(--font-titre);font-size:2rem;letter-spacing:2px;line-height:1}.partners__sep{align-items:center;display:flex;gap:1.25rem;margin-bottom:1.75rem}.partners__sep>span:not(.partners__sep-label){background:var(--gris-moyen);display:block;flex:1 1;height:1px}.partners__sep-label{color:var(--gris-texte);flex-shrink:0;font-size:.7rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;white-space:nowrap}.partners__certifs{grid-gap:1.1rem;display:grid;gap:1.1rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.partners__certif{align-items:center;background:linear-gradient(160deg,#fff,#f8fafc);border:1.5px solid #0000;border-left:4px solid var(--accent,var(--bleu));border-radius:var(--radius);box-shadow:0 4px 16px #0a24630d;display:flex;gap:1.25rem;overflow:hidden;padding:1.5rem;position:relative;transition:var(--transition)}.partners__certif:before{background:linear-gradient(160deg,rgba(10,36,99,.015),#0000);content:"";inset:0;pointer-events:none;position:absolute}.partners__certif:hover{background:#fff;border-color:var(--accent,var(--bleu));border-left-color:var(--accent,var(--bleu));box-shadow:0 10px 30px #0a246317;transform:translateY(-2px)}.partners__certif-logo-wrap{align-items:center;background:#fff;border:1px solid var(--gris-moyen);border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;flex-shrink:0;height:68px;justify-content:center;min-width:68px;padding:.5rem;width:68px}.partners__certif-logo{display:block;height:100%;object-fit:contain;width:100%}.partners__certif-body{flex:1 1;min-width:0}.partners__certif-title{color:var(--bleu);display:block;font-size:1rem;font-weight:700;letter-spacing:.2px;margin-bottom:.3rem}.partners__certif-sub{color:var(--gris-texte);font-size:.82rem;line-height:1.55}.partners__certif-badge{border-radius:4px;color:#fff;font-size:.62rem;font-weight:800;letter-spacing:1.2px;padding:.2rem .55rem;position:absolute;right:.85rem;text-transform:uppercase;top:.85rem}.partners__note{align-items:flex-start;background:rgba(10,36,99,.035);border:1px solid #0a24631a;border-left:3px solid var(--bleu);border-radius:var(--radius);display:flex;gap:.85rem;padding:1.1rem 1.4rem}.partners__note svg{color:var(--bleu);flex-shrink:0;margin-top:1px;opacity:.55}.partners__note p{color:#374151;font-size:.87rem;line-height:1.68}.partners__note strong{color:var(--bleu);font-weight:700}@media (max-width:1024px){.partners__logos-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.partners{padding:4rem 0}.partners__header{gap:1.25rem;grid-template-columns:1fr;margin-bottom:2.5rem}.partners__logos-grid{gap:.75rem;grid-template-columns:repeat(3,1fr);margin-bottom:2.25rem}.partners__certifs{grid-template-columns:1fr}}@media (max-width:480px){.partners__logos-grid{grid-template-columns:repeat(2,1fr)}.partners__logo-inner{padding:.85rem}.partners__certif{flex-wrap:nowrap;gap:1rem;padding:1.25rem}.partners__certif-logo-wrap{border-radius:10px;height:58px;min-width:58px;width:58px}.partners__certif-badge{font-size:.58rem;padding:.18rem .45rem;right:.7rem;top:.7rem}.partners__note{gap:.7rem;padding:1rem 1.1rem}}.contact{overflow:hidden;padding:7rem 0;position:relative}.contact__bg{background:linear-gradient(135deg,#050e2e,#0a2463 50%,#162d5c);inset:0;position:absolute;z-index:0}.contact__bg:before{background:radial-gradient(circle,#c8102e1a,#0000 70%);bottom:0;content:"";height:500px;position:absolute;right:0;width:500px}.contact .container{position:relative;z-index:1}.contact__grid{grid-gap:5rem;align-items:start;display:grid;gap:5rem;grid-template-columns:1fr 1.2fr}.contact__title{color:#fff;margin-bottom:1rem}.contact__accent{color:var(--rouge-clair)}.contact__desc{color:#ffffffa6;font-size:1rem;line-height:1.75;margin-bottom:2.5rem}.contact__details{display:flex;flex-direction:column;gap:1rem}.contact__detail{align-items:flex-start;border:1px solid #ffffff0f;border-radius:var(--radius);color:#fffc;display:flex;gap:1rem;padding:1rem;text-decoration:none;transition:var(--transition)}.contact__detail:hover{background:#ffffff0f;border-color:#ffffff1f}.contact__detail-icon{align-items:center;background:#c8102e33;border-radius:10px;color:var(--rouge-clair);display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.contact__detail strong{color:#ffffff73;display:block;font-size:.8rem;letter-spacing:1px;margin-bottom:.2rem;text-transform:uppercase}.contact__detail span{color:#ffffffd9;font-size:.95rem}.contact__form-wrap{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:2.5rem}.contact__form-title{color:var(--bleu);font-family:var(--font-titre);font-size:1.75rem;letter-spacing:2px;margin-bottom:2rem}.contact__form{display:flex;flex-direction:column;gap:1.25rem}.contact__row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.contact__field{display:flex;flex-direction:column;gap:.4rem}.contact__field label{color:var(--bleu);font-size:.82rem;font-weight:600;letter-spacing:.8px;text-transform:uppercase}.contact__field input,.contact__field select,.contact__field textarea{background:var(--gris-clair);border:1.5px solid var(--gris-moyen);border-radius:8px;box-sizing:border-box;color:var(--noir);font-family:var(--font-corps);font-size:.95rem;outline:none;padding:.85rem 1rem;resize:none;transition:var(--transition);width:100%}.contact__field input:focus,.contact__field select:focus,.contact__field textarea:focus{background:#fff;border-color:var(--bleu);box-shadow:0 0 0 3px #0a246314}.contact__field input::placeholder,.contact__field textarea::placeholder{color:#9ca3af}.contact__field--hidden{left:-9999px;opacity:0;pointer-events:none;position:absolute}.contact__checkbox{align-items:flex-start;color:var(--gris-texte);display:flex;font-size:.9rem;gap:.7rem;line-height:1.5}.contact__checkbox input{accent-color:#c8102e;margin-top:.2rem}.contact__error{background:#fff1f2;border:1px solid #fecdd3;border-radius:10px;color:#b42318;font-size:.9rem;padding:.9rem 1rem}.contact__submit{border:none;cursor:pointer;font-size:.95rem;justify-content:center;margin-top:.5rem;padding:1rem;width:100%}.contact__submit:disabled{cursor:not-allowed;opacity:.7}.contact__privacy{color:var(--gris-texte);font-size:.78rem;text-align:center}.contact__success{align-items:center;display:flex;flex-direction:column;gap:1.25rem;padding:2rem 1rem;text-align:center}.contact__success-icon{align-items:center;background:linear-gradient(135deg,#16a34a,#4ade80);border-radius:50%;color:#fff;display:flex;font-size:2rem;font-weight:700;height:70px;justify-content:center;width:70px}.contact__success h3{color:var(--bleu);font-family:var(--font-titre);font-size:2rem;letter-spacing:2px}.contact__success p{color:var(--gris-texte);font-size:.95rem;line-height:1.7;max-width:320px}@media (max-width:900px){.contact__grid{gap:3rem;grid-template-columns:1fr}}@media (max-width:560px){.contact__row{grid-template-columns:1fr}.contact__form-wrap{padding:1.75rem 1.5rem}}.footer{background:#0a0d1a;position:relative}.footer__accent{background:linear-gradient(90deg,#0a2463,#c8102e 50%,#0a2463);height:3px}.footer__top{border-bottom:1px solid #ffffff0f;padding:5rem 0 4rem}.footer__grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1.8fr 1fr 1.2fr 1.3fr}.footer__brand{display:flex;flex-direction:column;gap:1.25rem}.footer__logo-btn{background:none;border:none;cursor:pointer;padding:0;width:fit-content}.footer__logo-mark{align-items:center;display:flex;gap:.75rem}.footer__logo-img{display:block;flex-shrink:0;height:42px;object-fit:contain;width:72px}.footer__logo-text{align-items:center;display:flex;font-family:var(--font-titre);font-size:1.65rem;letter-spacing:3px;line-height:1}.footer__logo-soc{color:#4a90d9}.footer__logo-limate{color:#e63950}.footer__tagline{color:#ffffff6b;font-size:.87rem;line-height:1.76;max-width:270px}.footer__certs{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.4rem}.footer__cert-card{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;display:flex;height:88px;justify-content:center;padding:.85rem 1rem;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;width:148px}.footer__cert-card:hover{box-shadow:0 14px 28px #0000002e;transform:translateY(-3px)}.footer__cert-card--qualipac{border-top:3px solid #c8102e}.footer__cert-card--capeb{border-top:3px solid #0a2463}.footer__cert-img{display:block;height:auto;max-height:52px;max-width:100%;object-fit:contain;width:auto}.footer__social{display:flex;gap:.55rem}.footer__social-btn{align-items:center;background:#ffffff0f;border:1px solid #ffffff14;border-radius:8px;color:#ffffff80;display:flex;height:36px;justify-content:center;text-decoration:none;transition:background .18s ease,color .18s ease,border-color .18s ease;width:36px}.footer__social-btn:hover{background:var(--rouge);border-color:var(--rouge);color:#fff}.footer__col{display:flex;flex-direction:column;gap:1.1rem}.footer__col-title{color:#ffffff47;font-size:.68rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase}.footer__col-title--spaced{margin-top:1.5rem}.footer__links{display:flex;flex-direction:column;gap:.45rem;list-style:none;margin:0;padding:0}.footer__link{background:none;border:none;color:#ffffff85;cursor:pointer;display:inline-block;font-family:var(--font-corps);font-size:.88rem;padding:0;text-align:left;transition:color .18s ease,transform .18s ease}.footer__link:hover{color:#fff;transform:translateX(3px)}.footer__link--muted{color:#ffffff47;cursor:default;font-size:.82rem}.footer__link--muted:hover{color:#ffffff47;transform:none}.footer__contact-list{display:flex;flex-direction:column;gap:.9rem;list-style:none;margin:0;padding:0}.footer__contact-list li{align-items:flex-start;display:flex;gap:.7rem}.footer__contact-icon{align-items:center;background:#c8102e26;border-radius:6px;color:var(--rouge-clair);display:flex;flex-shrink:0;height:28px;justify-content:center;margin-top:1px;width:28px}.footer__contact-list li div{display:flex;flex-direction:column;gap:.12rem}.footer__contact-list li em,.footer__contact-list li span{color:#ffffff4d;font-size:.76rem;font-style:normal;letter-spacing:.8px;text-transform:uppercase}.footer__contact-list li a,.footer__contact-list li address{color:#ffffffb8;font-size:.86rem;font-style:normal;line-height:1.5;text-decoration:none;transition:color .18s ease}.footer__contact-list li a:hover{color:#fff}.footer__cta-btn{background:var(--rouge);border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:var(--font-corps);font-size:.82rem;font-weight:700;letter-spacing:.4px;margin-top:.5rem;padding:.8rem 1.35rem;transition:background .18s ease,transform .18s ease;width:100%;will-change:transform}.footer__cta-btn:hover{background:#a50d25;transform:translateY(-2px)}.footer__cta-btn:not(:hover){will-change:auto}.footer__bottom{padding:1.2rem 0}.footer__bottom-inner{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer__bottom p{color:#ffffff38;font-size:.76rem}.footer__bottom-links{display:flex;gap:1.5rem}.footer__bottom-links a{color:#ffffff38;font-size:.75rem;text-decoration:none;transition:color .18s ease}.footer__bottom-links a:hover{color:#ffffff8c}@media (max-width:1100px){.footer__grid{gap:2rem;grid-template-columns:1fr 1fr}.footer__brand{align-items:center;grid-column:1/-1;text-align:center}.footer__logo-btn{width:auto}.footer__tagline{max-width:560px}.footer__certs,.footer__social{justify-content:center}}@media (max-width:700px){.footer__top{padding:4rem 0 3rem}.footer__grid{gap:1.25rem;grid-template-columns:1fr}.footer__brand{align-items:center;gap:1.15rem;padding-bottom:.5rem;text-align:center}.footer__logo-btn{width:auto}.footer__logo-mark{justify-content:center}.footer__logo-img{height:38px;width:38px}.footer__logo-text{font-size:1.45rem;letter-spacing:2px}.footer__tagline{font-size:.9rem;line-height:1.7;max-width:100%}.footer__certs{gap:.85rem;justify-content:center}.footer__cert-card{border-radius:14px;height:84px;width:138px}.footer__social{justify-content:center}.footer__col{background:#ffffff08;border:1px solid #ffffff0f;border-radius:18px;gap:.95rem;padding:1.15rem 1rem;text-align:center}.footer__col-title{color:#ffffff61;text-align:center}.footer__links{align-items:center;gap:.55rem}.footer__link{font-size:.92rem;text-align:center}.footer__link:hover{transform:none}.footer__link--muted{font-size:.88rem}.footer__contact-list{gap:1rem}.footer__contact-list li{align-items:center;border-bottom:1px solid #ffffff0d;flex-direction:column;gap:.45rem;padding:.55rem 0;text-align:center}.footer__contact-list li:last-child{border-bottom:none}.footer__contact-icon{border-radius:10px;height:34px;margin-top:0;width:34px}.footer__contact-list li div{align-items:center}.footer__cta-btn{border-radius:12px;font-size:.88rem;margin-top:.3rem;padding:.95rem 1.15rem}.footer__bottom{padding:1.1rem 0 1.6rem}.footer__bottom-inner{align-items:center;flex-direction:column;gap:.8rem;text-align:center}.footer__bottom p{font-size:.78rem;line-height:1.55}.footer__bottom-links{flex-wrap:wrap;gap:.9rem 1.1rem;justify-content:center}.footer__bottom-links a{font-size:.78rem}}@media (max-width:420px){.footer__top{padding:3.5rem 0 2.7rem}.footer__logo-text{font-size:1.25rem;letter-spacing:1.4px}.footer__certs{gap:.7rem}.footer__cert-card{height:80px;max-width:150px;min-width:128px;padding:.75rem .85rem;width:calc(50% - .35rem)}.footer__cert-img{max-height:46px}.footer__col{border-radius:16px;padding:1rem .9rem}.footer__link{font-size:.9rem}.footer__contact-list li a,.footer__contact-list li address{font-size:.84rem}}.sol-page{background:#f8f8f6;color:var(--noir)}.sol-hero{background:#04091f;overflow:hidden;position:relative}.sol-hero__bg{background:radial-gradient(ellipse 80% 55% at 5% 88%,#0b1f60 0,#0000 55%),radial-gradient(ellipse 50% 70% at 95% 5%,#091850 0,#0000 50%),radial-gradient(ellipse 35% 35% at 75% 65%,#c8102e17 0,#0000 55%),#04091f;inset:0;pointer-events:none;position:absolute}.sol-hero__bg:before{background-image:linear-gradient(hsla(0,0%,100%,.013) 1px,#0000 0),linear-gradient(90deg,hsla(0,0%,100%,.013) 1px,#0000 0);background-size:58px 58px;content:"";inset:0;position:absolute}.sol-hero__geo{inset:0;pointer-events:none;position:absolute;z-index:1}.sol-geo-line1{background:#ffffff08;right:42%}.sol-geo-line1,.sol-geo-line2{bottom:0;position:absolute;top:0;transform:skewX(-5deg);width:1px}.sol-geo-line2{background:#c8102e24;right:40%}.sol-hero__inner{grid-gap:3.5rem;align-items:center;display:grid;gap:3.5rem;grid-template-columns:1fr 360px;padding-bottom:3.5rem;padding-top:9rem;position:relative;z-index:2}.sol-pill{align-items:center;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:100px;color:#ffffffad;display:inline-flex;font-size:.76rem;font-weight:500;gap:.6rem;letter-spacing:.4px;margin-bottom:2rem;padding:.4rem 1rem .4rem .62rem;width:fit-content}.sol-pill-dot{animation:solDotBlink 2.5s ease infinite;background:#4ade80;border-radius:50%;flex-shrink:0;height:7px;width:7px}@keyframes solDotBlink{0%,to{opacity:1}50%{opacity:.4}}.sol-hero__title{color:#fff;display:flex;flex-direction:column;font-family:var(--font-titre);font-size:clamp(2rem,4vw,3.2rem);letter-spacing:.04em;line-height:.96;margin-bottom:1.75rem}.sol-hl{animation:solUp .5s ease forwards;display:block;opacity:0}.sol-hl--1{animation-delay:.05s}.sol-hl--2{animation-delay:.15s}.sol-hl--3{animation-delay:.25s}@keyframes solUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.sol-hl--1 em{color:#ffffff42;font-style:normal}.sol-hl--2{-webkit-text-stroke:2px #c8102ed9;color:#0000;letter-spacing:.06em}.sol-rule{align-items:center;display:flex;gap:.5rem;margin-bottom:1.35rem}.sol-rule b{background:linear-gradient(90deg,#c8102e,#c8102e1a);display:block;font-weight:400;height:2px;width:44px}.sol-rule i{background:#c8102e;border-radius:50%;display:block;font-style:normal;height:5px;width:5px}.sol-hero__desc{color:#ffffff80;font-size:1rem;line-height:1.8;margin-bottom:2.2rem;max-width:470px}.sol-hero__ctas{align-items:center;display:flex;flex-wrap:wrap;gap:.9rem}.sol-btn-primary{align-items:center;background:#c8102e;border-radius:6px;color:#fff;display:inline-flex;font-size:.9rem;font-weight:700;gap:.55rem;padding:.95rem 1.7rem;text-decoration:none;transition:background .18s ease,transform .18s ease}.sol-btn-primary:hover{background:#a50d25;transform:translateY(-2px)}.sol-btn-primary--sm{font-size:.85rem;margin-top:1.5rem;padding:.8rem 1.4rem}.sol-btn-ghost{align-items:center;border:1px solid #ffffff21;border-radius:6px;color:#ffffffa6;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.95rem 1.2rem;text-decoration:none;transition:color .18s ease,border-color .18s ease}.sol-btn-ghost:hover{border-color:#ffffff59;color:#fff}.sol-hero__right{display:flex;flex-direction:column;gap:.75rem}.sol-highlight{align-items:center;background:#ffffff0d;border:1px solid #ffffff12;border-radius:12px;display:flex;gap:1rem;padding:1rem 1.2rem;transition:background .18s ease}.sol-highlight:hover{background:#ffffff14}.sol-highlight__icon{align-items:center;background:#c8102e2e;border-radius:10px;color:#ff6b80;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.sol-highlight strong{color:#fff;display:block;font-size:.87rem;font-weight:700;margin-bottom:.1rem}.sol-highlight span{color:#fff6;font-size:.73rem}.sol-statsbar{background:#ffffff08;border-top:1px solid #ffffff0f;padding:1.6rem 0;position:relative;z-index:2}.sol-stats{justify-content:center}.sol-stat,.sol-stats{align-items:center;display:flex}.sol-stat{flex-direction:column;gap:.2rem;padding:0 2.8rem}.sol-stat__val{color:#fff;font-family:var(--font-titre);font-size:2.2rem;letter-spacing:2px;line-height:1}.sol-stat__lbl{color:#ffffff59;font-size:.67rem;letter-spacing:1px;text-transform:uppercase;white-space:nowrap}.sol-stat__sep{background:#ffffff14;flex-shrink:0;height:32px;width:1px}.svc-label{align-items:center;color:var(--bleu);display:inline-flex;font-size:.68rem;font-weight:700;gap:.6rem;letter-spacing:3px;margin-bottom:1rem;text-transform:uppercase}.svc-label span{background:var(--bleu);display:block;height:2px;width:20px}.svc-label--red{color:var(--rouge)}.svc-label--red span{background:var(--rouge)}.svc-nav{background:#fff;padding:7rem 0 5rem}.svc-nav__head{display:flex;flex-direction:column;gap:1rem;margin-bottom:4rem;max-width:700px}.svc-nav__title{color:var(--bleu);font-family:var(--font-titre);font-size:clamp(2rem,3.5vw,2.8rem);letter-spacing:1.5px;line-height:1.1;margin:0}.svc-nav__title em{color:var(--rouge);font-style:italic}.svc-nav__sub{color:var(--gris-texte);font-size:1rem;line-height:1.75;margin:0}.svc-nav__pills{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.svc-nav__pill{background:#fafaf8;border:1.5px solid #e8e8e4;border-radius:14px;display:flex;flex-direction:column;gap:.6rem;overflow:hidden;padding:1.75rem 1.5rem;position:relative;text-decoration:none;transition:border-color .22s ease,background .22s ease,transform .22s ease,box-shadow .22s ease}.svc-nav__pill:after{background:var(--bleu);background:var(--c,var(--bleu));bottom:0;content:"";height:3px;left:0;position:absolute;right:0;transform:scaleX(0);transform-origin:left;transition:transform .28s ease}.svc-nav__pill:hover{background:#fff;border-color:#0000;box-shadow:0 12px 36px #0a246317;transform:translateY(-4px)}.svc-nav__pill:hover:after{transform:scaleX(1)}.svc-nav__pill-icon{color:var(--bleu);color:var(--c,var(--bleu))}.svc-nav__pill-num{color:#e2e2de;font-size:2rem;letter-spacing:2px}.svc-nav__pill-num,.svc-nav__pill-title{font-family:var(--font-titre);line-height:1}.svc-nav__pill-title{color:var(--bleu);font-size:1.3rem;letter-spacing:1px}.svc-nav__pill-arrow{color:var(--bleu);color:var(--c,var(--bleu));margin-top:auto;opacity:0;transform:translateX(-6px);transition:opacity .2s ease,transform .2s ease}.svc-nav__pill:hover .svc-nav__pill-arrow{opacity:1;transform:translateX(0)}.svc-section{background:#f8f8f6;padding:4rem 0 7rem}.svc-row{background:#fff;border-radius:20px;box-shadow:0 2px 0 #e8e8e4,0 8px 40px #0a24630d;display:grid;grid-template-columns:48% 52%;margin-bottom:6rem;opacity:0;overflow:hidden;scroll-margin-top:120px;transform:translateY(40px);transition:opacity .65s ease 0s,transform .65s cubic-bezier(.22,1,.36,1) 0s;transition:opacity .65s ease var(--delay,0s),transform .65s cubic-bezier(.22,1,.36,1) var(--delay,0s)}.svc-row--in{opacity:1;transform:translateY(0)}.svc-row--flip{direction:rtl}.svc-row--flip>*{direction:ltr}.svc-row:last-child{margin-bottom:0}.svc-row__photo{min-height:420px;overflow:hidden;position:relative}.svc-row__photo img{height:100%;inset:0;object-fit:cover;position:absolute;transition:transform .8s ease;width:100%}.svc-row:hover .svc-row__photo img{transform:scale(1.04)}.svc-row__photo-badge{background:#0a2463e0;border:1px solid #ffffff1f;border-radius:12px;bottom:28px;color:#fff;left:28px;padding:14px 22px;position:absolute}.svc-row__photo-val{color:#fff;display:block;font-family:var(--font-titre);font-size:2rem;letter-spacing:1px;line-height:1}.svc-row__photo-lbl{color:#ffffff8c;display:block;font-size:.72rem;line-height:1.35;margin-top:3px;max-width:120px}.svc-row__body{display:flex;flex-direction:column;gap:.9rem;padding:2.5rem}.svc-row__top{align-items:center;display:flex;gap:1rem}.svc-row__num{color:#e8e8e4;flex-shrink:0;font-family:var(--font-titre);font-size:4rem;letter-spacing:3px;line-height:1}.svc-row__icon{align-items:center;background:#0a246312;background:var(--cl,#0a246312);border-radius:12px;color:var(--bleu);color:var(--c,var(--bleu));display:flex;flex-shrink:0;height:52px;justify-content:center;width:52px}.svc-row__title{color:var(--bleu);font-family:var(--font-titre);font-size:clamp(1.8rem,2.5vw,2.4rem);letter-spacing:1.5px;line-height:1;margin:0}.svc-row__tag{border-bottom:1px solid #efefeb;color:var(--rouge);color:var(--c,var(--rouge));font-size:.75rem;font-weight:700;letter-spacing:1px;margin:0;padding-bottom:1.4rem;text-transform:uppercase}.svc-row__desc{color:var(--gris-texte);font-size:.95rem;line-height:1.82;margin:0}.svc-row__lists{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.svc-row__list-label{color:var(--bleu);font-size:.68rem;font-weight:700;letter-spacing:2px;margin:0 0 .85rem;text-transform:uppercase}.svc-row__checklist{display:flex;flex-direction:column;gap:.42rem;list-style:none;padding:0}.svc-row__checklist li{align-items:center;color:#374151;display:flex;font-size:.845rem;gap:.45rem}.svc-row__checklist svg{color:var(--bleu);color:var(--c,var(--bleu));flex-shrink:0}.svc-row__dotlist{display:flex;flex-direction:column;gap:.5rem;list-style:none;padding:0}.svc-row__dotlist li{align-items:flex-start;color:#374151;display:flex;font-size:.845rem;gap:.6rem;line-height:1.45}.svc-row__dotlist li span{background:var(--bleu);background:var(--c,var(--bleu));border-radius:50%;display:block;flex-shrink:0;height:6px;margin-top:.38rem;width:6px}.svc-row__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:auto;padding-top:.5rem}.svc-row__btn-solid{align-items:center;background:var(--bleu);border-radius:7px;color:#fff;display:inline-flex;font-size:.875rem;font-weight:700;gap:.55rem;padding:.85rem 1.6rem;text-decoration:none;transition:background .18s ease,transform .18s ease}.svc-row__btn-solid:hover{background:#0f2d7a;transform:translateY(-2px)}.svc-row__btn-outline{align-items:center;border:1.5px solid #d4d8e8;border-radius:7px;color:var(--bleu);display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.85rem 1.4rem;text-decoration:none;transition:border-color .18s ease,background .18s ease}.svc-row__btn-outline:hover{background:#f0f3fc;border-color:var(--bleu)}.svc-row__btn-more{align-items:center;color:var(--gris-texte);display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.85rem 0;text-decoration:none;transition:color .18s ease}.svc-row__btn-more:hover{color:var(--bleu)}.svc-row__btn-more svg{flex-shrink:0;transition:transform .18s ease}.svc-row__btn-more:hover svg{transform:translateX(4px)}.meth-section{background:#060d2a;overflow:hidden;padding:7rem 0;position:relative}.meth-section:before{background:repeating-linear-gradient(-55deg,hsla(0,0%,100%,.012),hsla(0,0%,100%,.012) 1px,#0000 0,#0000 60px);content:"";inset:0;pointer-events:none;position:absolute}.meth-head{margin-bottom:5rem;position:relative;text-align:center;z-index:1}.meth-head .svc-label{justify-content:center}.meth-title{color:#fff;font-family:var(--font-titre);font-size:clamp(2rem,3vw,2.8rem);letter-spacing:2px;line-height:1;margin:0}.meth-track{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(4,1fr);position:relative;z-index:1}.meth-step{flex-direction:column;padding:0 1.5rem;text-align:center}.meth-step,.meth-step__circle{align-items:center;display:flex;position:relative}.meth-step__circle{background:#c8102e1f;border:2px solid #c8102e4d;border-radius:50%;color:#ff7080;flex-shrink:0;height:72px;justify-content:center;margin-bottom:1.75rem;width:72px;z-index:1}.meth-step__num{background:#060d2a;border-radius:4px;color:#c8102e99;font-family:var(--font-titre);font-size:.68rem;letter-spacing:1.5px;line-height:1;padding:2px 4px;position:absolute;right:-6px;top:-10px}.meth-step__line{background:linear-gradient(90deg,#c8102e59,#c8102e14);height:2px;left:calc(50% + 36px);position:absolute;right:calc(-50% + 36px);top:36px}.meth-step__title{color:#fff;font-family:var(--font-titre);font-size:1.25rem;letter-spacing:1px;line-height:1;margin-bottom:.65rem}.meth-step__text{color:#ffffff75;font-size:.875rem;line-height:1.72;margin:0}.meth-cta{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:4.5rem;position:relative;z-index:1}.meth-cta__btn{align-items:center;background:#c8102e;border-radius:7px;color:#fff;display:inline-flex;font-size:.9rem;font-weight:700;gap:.55rem;padding:1rem 2rem;text-decoration:none;transition:background .18s ease,transform .18s ease}.meth-cta__btn:hover{background:#a50d25;transform:translateY(-2px)}.meth-cta__tel{align-items:center;border:1px solid #ffffff1f;border-radius:7px;color:#fff9;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:1rem 1.4rem;text-decoration:none;transition:color .18s ease,border-color .18s ease}.meth-cta__tel:hover{border-color:#ffffff4d;color:#fff}.rge-band{background:var(--bleu);padding:3.5rem 0}.rge-band__inner{align-items:center;display:flex;flex-wrap:wrap;gap:2.5rem}.rge-band__logo{border-radius:6px;flex-shrink:0;height:60px;object-fit:contain}.rge-band__text{flex:1 1;min-width:200px}.rge-band__text strong{color:#fff;display:block;font-family:var(--font-titre);font-size:1.4rem;letter-spacing:1px;margin-bottom:4px}.rge-band__text p{color:#fff9;font-size:.9rem;line-height:1.55;margin:0}.rge-band__btn{align-items:center;background:#ffffff1f;border:1px solid #ffffff38;border-radius:7px;color:#fff;display:inline-flex;flex-shrink:0;font-size:.875rem;font-weight:600;gap:.5rem;padding:.85rem 1.6rem;text-decoration:none;transition:background .18s ease}.rge-band__btn:hover{background:#fff3}.faq-section{background:#fff;padding:7rem 0}.faq-layout{grid-gap:7rem;align-items:start;display:grid;gap:7rem;grid-template-columns:340px 1fr}.faq-sidebar__title{color:var(--bleu);font-family:var(--font-titre);font-size:clamp(2rem,3vw,2.6rem);letter-spacing:1.5px;line-height:1.1;margin:0 0 1rem}.faq-sidebar__title em{color:var(--rouge);font-style:italic}.faq-sidebar__sub{color:var(--gris-texte);font-size:.92rem;line-height:1.72;margin:0 0 2rem}.faq-sidebar__contacts{display:flex;flex-direction:column;gap:.85rem}.faq-contact-link{align-items:center;background:#fafaf8;border:1.5px solid #e8e8e4;border-radius:12px;display:flex;gap:1rem;padding:1rem 1.25rem;text-decoration:none;transition:border-color .2s ease,background .2s ease,transform .2s ease}.faq-contact-link:hover{background:#fff;border-color:var(--bleu);transform:translateX(4px)}.faq-contact-link__icon{align-items:center;background:#0a246312;border-radius:9px;color:var(--bleu);display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.faq-contact-link div:last-child{display:flex;flex-direction:column;gap:2px}.faq-contact-link span{color:var(--gris-texte);font-size:.68rem;letter-spacing:1px;text-transform:uppercase}.faq-contact-link strong{color:var(--bleu);font-size:.9rem;font-weight:700}.faq-list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid #ebebe8;cursor:pointer;overflow:hidden}.faq-item:first-child{border-top:1px solid #ebebe8}.faq-item__q{align-items:center;color:var(--bleu);display:flex;font-size:.97rem;font-weight:600;gap:1.5rem;justify-content:space-between;padding:1.5rem 0;-webkit-user-select:none;user-select:none}.faq-item__q svg{color:var(--gris-texte);flex-shrink:0;transition:transform .25s ease}.faq-item--open .faq-item__q svg{transform:rotate(180deg)}.faq-item__a{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-item--open .faq-item__a{max-height:200px}.faq-item__a p{color:var(--gris-texte);font-size:.92rem;line-height:1.78;margin:0;padding-bottom:1.5rem}@media (max-width:1100px){.svc-row{grid-template-columns:1fr}.svc-row--flip{direction:ltr}.svc-row__photo{min-height:320px}}@media (max-width:1024px){.sol-hero__inner{grid-template-columns:1fr;padding-top:8rem}.sol-hero__right{display:none}.svc-nav__pills{grid-template-columns:repeat(2,1fr)}.meth-track{gap:3rem;grid-template-columns:1fr 1fr}.meth-step__line{display:none}.faq-layout{gap:3.5rem;grid-template-columns:1fr}}@media (max-width:768px){.sol-hero__inner{padding-bottom:2.5rem;padding-top:7rem}.sol-hero__right{display:none}.sol-hero__title{font-size:2.1rem}.sol-hero__desc{font-size:.92rem}.sol-hero__ctas{align-items:stretch;flex-direction:column;gap:.75rem}.sol-btn-ghost,.sol-btn-primary{justify-content:center;width:100%}.sol-statsbar{padding:1.25rem 0}.sol-stats{gap:0;justify-content:space-around}.sol-stat{padding:0 .5rem}.sol-stat__val{font-size:1.6rem}.sol-stat__lbl{font-size:.6rem}.sol-stat__sep{height:24px}.svc-nav{padding:3rem 0 2.5rem}.svc-nav__head{gap:.6rem;margin-bottom:2rem}.svc-nav__title{font-size:1.6rem}.svc-nav__sub{font-size:.875rem}.svc-nav__pills{gap:.65rem;grid-template-columns:1fr 1fr}.svc-nav__pill{border-radius:12px;gap:.35rem;padding:1rem .9rem}.svc-nav__pill-icon svg{height:18px;width:18px}.svc-nav__pill-num{font-size:1.3rem}.svc-nav__pill-title{font-size:.92rem;letter-spacing:.5px}.svc-nav__pill-arrow{display:none}.svc-section{padding:2rem 0 3.5rem}.svc-row{border-radius:14px;box-shadow:0 1px 0 #e8e8e4,0 4px 16px #0a24630f;grid-template-columns:1fr;margin-bottom:1.5rem}.svc-row--flip{direction:ltr}.svc-row:last-child{margin-bottom:0}.svc-row__photo{max-height:220px;min-height:200px}.svc-row__photo-badge{border-radius:8px;bottom:12px;left:12px;padding:8px 14px}.svc-row__photo-val{font-size:1.35rem}.svc-row__photo-lbl{font-size:.65rem;margin-top:1px}.svc-row__body{gap:.7rem;padding:1.4rem 1.25rem}.svc-row__top{align-items:center;gap:.6rem}.svc-row__num{font-size:2.2rem;letter-spacing:2px}.svc-row__icon{border-radius:8px;height:36px;width:36px}.svc-row__icon svg{height:18px;width:18px}.svc-row__title{font-size:1.35rem;letter-spacing:1px}.svc-row__tag{font-size:.68rem;margin-bottom:0;padding-bottom:.75rem}.svc-row__desc{font-size:.845rem;line-height:1.65}.svc-row__lists{gap:.75rem;grid-template-columns:1fr 1fr}.svc-row__list-label{font-size:.63rem;letter-spacing:1.5px;margin-bottom:.5rem}.svc-row__checklist{gap:.35rem}.svc-row__checklist li{font-size:.78rem;gap:.35rem}.svc-row__dotlist{gap:.35rem}.svc-row__dotlist li{font-size:.78rem;line-height:1.4}.svc-row__actions{flex-direction:row;flex-wrap:nowrap;gap:.5rem;padding-top:.25rem}.svc-row__btn-outline,.svc-row__btn-solid{flex:1 1;font-size:.82rem;justify-content:center;padding:.78rem .75rem}.meth-section{padding:4.5rem 0}.meth-head{margin-bottom:3rem}.meth-title{font-size:1.75rem}.meth-track{gap:0;grid-template-columns:1fr}.meth-step{align-items:flex-start;flex-direction:row;gap:1.25rem;padding:0 0 2.5rem;text-align:left}.meth-step:last-child{padding-bottom:0}.meth-step__circle{flex-shrink:0;height:52px;margin-bottom:0;width:52px}.meth-step__line{display:none}.meth-step__title{font-size:1.1rem;margin-bottom:.4rem}.meth-step__text{font-size:.845rem}.meth-cta{align-items:stretch;flex-direction:column;gap:.75rem;margin-top:3rem}.meth-cta__btn,.meth-cta__tel{justify-content:center}.rge-band{padding:2.5rem 0}.rge-band__inner{align-items:flex-start;flex-direction:column;gap:1.25rem}.rge-band__logo{height:48px}.rge-band__text strong{font-size:1.1rem}.rge-band__text p{font-size:.85rem}.rge-band__btn{justify-content:center;width:100%}.faq-section{padding:4.5rem 0}.faq-layout{gap:2.5rem}.faq-sidebar__title{font-size:1.75rem}.faq-sidebar__sub{font-size:.88rem;margin-bottom:1.5rem}.faq-sidebar__contacts{gap:.65rem}.faq-contact-link{padding:.85rem 1rem}.faq-contact-link__icon{height:36px;width:36px}.faq-contact-link strong{font-size:.85rem}.faq-item__q{font-size:.9rem;gap:1rem;padding:1.1rem 0}.faq-item__a p{font-size:.875rem;padding-bottom:1.1rem}}@media (max-width:480px){.sol-stats{flex-wrap:wrap;gap:1rem;justify-content:center}.sol-stat__sep{display:none}.sol-stat{min-width:80px;padding:0 1rem}.svc-nav__pills{gap:.5rem;grid-template-columns:1fr}.svc-nav__pill{align-items:center;border-radius:10px;flex-direction:row;gap:.85rem;padding:.85rem 1rem}.svc-nav__pill-num{color:#c8d0e4;font-size:1.1rem;min-width:28px}.svc-nav__pill-title{font-size:.9rem}.svc-row__photo{max-height:190px;min-height:175px}.svc-row__body{gap:.6rem;padding:1.1rem 1rem}.svc-row__title{font-size:1.2rem}.svc-row__lists{gap:.6rem;grid-template-columns:1fr}.svc-row__actions{flex-direction:column}.svc-row__btn-outline,.svc-row__btn-solid{justify-content:center;width:100%}}.sp-page{background:#f8f9fb;color:var(--noir);font-family:var(--font-corps);overflow-x:hidden}.sp-hero{align-items:flex-end;display:flex;min-height:70vh;overflow:hidden;position:relative}.sp-hero__bg{background-position:50%;background-size:cover;inset:0;position:absolute;transform:scale(1.04);transition:transform 6s ease}.sp-hero:hover .sp-hero__bg{transform:scale(1)}.sp-hero__veil{inset:0;position:absolute}.sp-hero--blue .sp-hero__veil{background:linear-gradient(135deg,#0a2463e0,#0a2463a6 50%,#0a246366)}.sp-hero--red .sp-hero__veil{background:linear-gradient(135deg,#640a14e0,#0a2463b3 60%,#0a246366)}.sp-hero--teal .sp-hero__veil{background:linear-gradient(135deg,#0a3c37e6,#0a2463a6 60%,#0a246361)}.sp-hero--navy .sp-hero__veil{background:linear-gradient(135deg,#060d28eb,#0a2463b8 60%,#0a24636b)}.sp-hero__inner{padding-bottom:56px;padding-top:90px;position:relative;width:100%;z-index:2}.sp-hero__breadcrumb{align-items:center;color:#ffffff80;display:flex;font-size:.78rem;gap:6px;margin-bottom:28px}.sp-hero__breadcrumb a{color:#ffffff8c;text-decoration:none;transition:color .2s}.sp-hero__breadcrumb a:hover{color:#fff}.sp-hero__breadcrumb span{color:#fffc}.sp-hero__badge{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;color:#ffffffd1;display:inline-flex;font-size:.75rem;font-weight:500;gap:8px;letter-spacing:.04em;margin-bottom:24px;padding:7px 14px}.sp-hero__badge--urgent{background:#c8102e33;border-color:#c8102e66;color:#ffb3be}.sp-hero__h1{color:#fff;font-family:var(--font-titre);font-size:clamp(2.4rem,5vw,4.5rem);font-weight:400;letter-spacing:.02em;line-height:1.05;margin:0 0 20px}.sp-hero__h1 span{color:#ffffff8c;font-style:italic}.sp-hero__sub{color:#ffffffad;font-size:1.05rem;font-weight:300;line-height:1.75;margin:0 0 36px;max-width:580px}.sp-hero__ctas{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:40px}.sp-cta-primary{align-items:center;background:var(--rouge);border-radius:8px;box-shadow:0 6px 24px #c8102e61;color:#fff;display:inline-flex;font-family:var(--font-corps);font-size:.9rem;font-weight:700;gap:8px;padding:14px 28px;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s}.sp-cta-primary:hover{background:#a50d25;box-shadow:0 10px 32px #c8102e7a;transform:translateY(-2px)}.sp-cta-primary--urgent{animation:urgentPulse 2.5s ease infinite;background:#e30010}@keyframes urgentPulse{0%,to{box-shadow:0 6px 24px #c8102e61}50%{box-shadow:0 6px 32px #c8102ea6}}.sp-cta-ghost{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1a;border:1px solid #ffffff40;border-radius:8px;color:#fff;display:inline-flex;font-family:var(--font-corps);font-size:.9rem;font-weight:500;gap:8px;padding:14px 24px;text-decoration:none;transition:background .2s,border-color .2s}.sp-cta-ghost:hover{background:#ffffff2e;border-color:#ffffff6b}.sp-cta-ghost--light{background:#ffffff1f;border-color:#ffffff47}.sp-hero__stats{flex-wrap:wrap;gap:0}.sp-hero__stats,.sp-stat{align-items:center;display:flex}.sp-stat{flex-direction:column;padding:0 28px}.sp-stat:first-child{padding-left:0}.sp-stat strong{color:#fff;font-family:var(--font-titre);font-size:1.9rem;letter-spacing:1px;line-height:1}.sp-stat span{color:#ffffff73;font-size:.68rem;letter-spacing:.8px;margin-top:3px;text-transform:uppercase;white-space:nowrap}.sp-stat__sep{background:#ffffff26;flex-shrink:0;height:30px;width:1px}.sp-urgence-band{background:linear-gradient(90deg,#c8102e,#a50d25);padding:14px 0}.sp-urgence-band__inner{align-items:center;color:#fff;display:flex;flex-wrap:wrap;gap:14px}.sp-urgence-band__inner svg{flex-shrink:0;opacity:.85}.sp-urgence-band__inner span{flex:1 1;font-size:.9rem}.sp-urgence-band__inner strong{font-weight:700}.sp-urgence-band__btn{background:#fff;border-radius:6px;color:#c8102e;flex-shrink:0;font-size:.88rem;font-weight:700;padding:8px 20px;text-decoration:none;transition:background .2s}.sp-urgence-band__btn:hover{background:#ffe5e7}.sp-intro{background:#fff;padding:72px 0 64px}.sp-intro__grid{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 280px}.sp-intro__grid--single{grid-template-columns:1fr;max-width:780px}.sp-intro__text h2{color:var(--bleu);font-family:var(--font-titre);font-size:clamp(1.6rem,2.5vw,2.2rem);letter-spacing:.5px;line-height:1.2;margin:0 0 20px}.sp-intro__text p{color:var(--gris-texte);font-size:.97rem;line-height:1.8;margin-bottom:16px}.sp-intro__text strong{color:var(--bleu);font-weight:700}.sp-check-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:24px 0 0;padding:0}.sp-check-list li{align-items:center;color:var(--gris-texte);display:flex;font-size:.92rem;font-weight:500;gap:10px}.sp-check-list svg{color:var(--bleu);flex-shrink:0}.sp-intro__rge{background:var(--gris-clair);border:1px solid #0000000f;border-radius:16px;padding:28px 24px;text-align:center}.sp-intro__rge-logo{margin-bottom:16px;max-height:70px;object-fit:contain}.sp-intro__rge p{color:var(--gris-texte);font-size:.82rem;line-height:1.6}.sp-intro__rge strong{color:var(--bleu)}.sp-section{background:#fff;padding:80px 0}.sp-section--gray{background:#f5f6f8}.sp-head{margin-bottom:52px}.sp-eyebrow{align-items:center;color:var(--rouge);display:inline-flex;font-size:.68rem;font-weight:700;gap:10px;letter-spacing:3px;margin-bottom:14px;text-transform:uppercase}.sp-eyebrow span{background:var(--rouge);display:block;flex-shrink:0;height:2px;width:22px}.sp-head h2{color:var(--bleu);font-family:var(--font-titre);font-size:clamp(1.8rem,3vw,2.6rem);letter-spacing:.5px;line-height:1.15;margin:0}.sp-head h2 em{color:var(--rouge);font-style:italic}.sp-grid-3{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.sp-presta-card{background:#fff;border:1px solid #00000012;border-radius:14px;box-shadow:0 2px 12px #0a24630d;padding:28px 24px;transition:transform .2s ease,box-shadow .2s ease}.sp-section--gray .sp-presta-card{background:#fff}.sp-presta-card:hover{box-shadow:0 10px 28px #0a24631a;transform:translateY(-4px)}.sp-presta-card__num{color:#e2e6f0;font-family:var(--font-titre);font-size:2.2rem;letter-spacing:2px;line-height:1;margin-bottom:16px}.sp-presta-card h3{color:var(--bleu);font-family:var(--font-titre);font-size:1.15rem;letter-spacing:.5px;margin:0 0 10px}.sp-presta-card p{color:var(--gris-texte);font-size:.875rem;line-height:1.65;margin:0}.sp-grid-2{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}.sp-avantage{align-items:flex-start;border:1px solid #00000012;border-radius:14px;box-shadow:0 2px 12px #0a24630a;display:flex;gap:18px;padding:24px;transition:border-color .2s,transform .2s}.sp-avantage,.sp-section--gray .sp-avantage{background:#fff}.sp-avantage:hover{border-color:#0a246333;transform:translateX(4px)}.sp-avantage__icon{align-items:center;background:#0a246312;border-radius:10px;color:var(--bleu);display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.sp-avantage h3{color:var(--bleu);font-size:1rem;font-weight:700;margin:0 0 6px}.sp-avantage p{color:var(--gris-texte);font-size:.875rem;line-height:1.65;margin:0}.sp-zones{display:flex;flex-wrap:wrap;gap:10px}.sp-zone-pill{align-items:center;background:#fff;border:1px solid #0a24631f;border-radius:999px;color:var(--bleu);display:inline-flex;font-size:.82rem;font-weight:600;gap:6px;padding:8px 16px;transition:background .2s,border-color .2s}.sp-zone-pill:hover{background:#0a24630d;border-color:var(--bleu)}.sp-zone-pill svg{color:var(--rouge)}.sp-faq-wrap{max-width:820px}.sp-faq{display:flex;flex-direction:column}.sp-faq__item{border-bottom:1px solid #00000014}.sp-faq__item:first-child{border-top:1px solid #00000014}.sp-faq__q{align-items:center;color:var(--bleu);cursor:pointer;display:flex;font-size:.97rem;font-weight:600;gap:16px;justify-content:space-between;list-style:none;padding:18px 0;-webkit-user-select:none;user-select:none}.sp-faq__q::-webkit-details-marker{display:none}.sp-faq__q:after{color:var(--rouge);content:"+";flex-shrink:0;font-size:1.4rem;font-weight:300;transition:transform .25s ease}details[open] .sp-faq__q:after{transform:rotate(45deg)}.sp-faq__a{color:var(--gris-texte);font-size:.92rem;line-height:1.75;margin:0;padding-bottom:18px}.sp-cta-band{background:linear-gradient(135deg,#050e2e 0,var(--bleu) 100%);padding:64px 0}.sp-cta-band--urgent{background:linear-gradient(135deg,#1a0510,#c8102e)}.sp-cta-band__inner{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}.sp-cta-band__inner h2{color:#fff;font-family:var(--font-titre);font-size:clamp(1.5rem,2.5vw,2rem);letter-spacing:.5px;margin:0 0 8px}.sp-cta-band__inner p{color:#fff9;font-size:.92rem;margin:0}.sp-cta-band__btns{display:flex;flex-shrink:0;flex-wrap:wrap;gap:12px}@media (max-width:1024px){.sp-grid-3{grid-template-columns:repeat(2,1fr)}.sp-intro__grid{grid-template-columns:1fr}.sp-intro__rge{max-width:360px}}@media (max-width:768px){.sp-hero{min-height:auto;padding-bottom:0}.sp-hero__inner{padding-bottom:40px;padding-top:72px}.sp-hero__h1{font-size:2.1rem}.sp-hero__sub{font-size:.92rem}.sp-hero__ctas{flex-direction:column}.sp-cta-ghost,.sp-cta-primary{justify-content:center;width:100%}.sp-hero__stats{flex-wrap:nowrap;gap:0;overflow-x:auto}.sp-stat{padding:0 16px}.sp-stat strong{font-size:1.4rem}.sp-urgence-band__inner{align-items:flex-start;flex-direction:column;gap:10px}.sp-urgence-band__btn{text-align:center;width:100%}.sp-grid-2,.sp-grid-3{grid-template-columns:1fr}.sp-intro{padding:48px 0 40px}.sp-section{padding:56px 0}.sp-cta-band__inner{align-items:flex-start;flex-direction:column}.sp-cta-band__btns{flex-direction:column;width:100%}.sp-cta-band__btns a{justify-content:center}}.legal{background:#04091f;color:#ffffffd1;font-family:DM Sans,sans-serif;font-family:var(--font-corps,"DM Sans",sans-serif);min-height:100vh}.legal__hero{background:radial-gradient(ellipse 80% 60% at 0 100%,#0a1e5fd9 0,#0000 55%),radial-gradient(ellipse 50% 70% at 100% 0,#08164bb3 0,#0000 50%),#04091f;border-bottom:1px solid #ffffff0f;overflow:hidden;padding:8.5rem 0 4rem;position:relative}.legal__hero:before{background-image:linear-gradient(hsla(0,0%,100%,.012) 1px,#0000 0),linear-gradient(90deg,hsla(0,0%,100%,.012) 1px,#0000 0);background-size:52px 52px;content:"";inset:0;pointer-events:none;position:absolute}.legal__hero:after{background:linear-gradient(90deg,#e30010,#0000);bottom:0;content:"";height:2px;left:0;position:absolute;width:120px}.legal__hero-inner{position:relative;z-index:1}.legal__back{align-items:center;background:none;border:none;color:#ffffff6b;cursor:pointer;display:inline-flex;font-size:.78rem;font-weight:500;gap:.5rem;letter-spacing:.4px;margin-bottom:2rem;padding:0;text-decoration:none;transition:color .2s ease,gap .2s ease}.legal__back:hover{color:#ffffffb8;gap:.7rem}.legal__tag{align-items:center;background:#e300101a;border:1px solid #e3001038;border-radius:3px;color:#ffffff80;display:inline-flex;font-size:.66rem;font-weight:700;gap:.5rem;letter-spacing:1.4px;margin-bottom:1rem;padding:.28rem .75rem;text-transform:uppercase}.legal__tag-dot{background:#e30010;border-radius:50%;flex-shrink:0;height:5px;width:5px}.legal__title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff 55%,#ffffff9e);-webkit-background-clip:text;background-clip:text;color:#fff;font-family:Bebas Neue,sans-serif;font-family:var(--font-titre,"Bebas Neue",sans-serif);font-size:clamp(2.6rem,5.5vw,4.2rem);font-weight:400;letter-spacing:.05em;line-height:1;margin:0 0 .9rem}.legal__subtitle{color:#ffffff52;font-size:.8rem;letter-spacing:.3px}.legal__body{padding:4rem 0 6rem}.legal__grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:200px 1fr}.legal__toc{position:sticky;top:6rem}.legal__toc-title{color:#ffffff40;font-size:.62rem;font-weight:700;letter-spacing:1.6px;margin-bottom:.85rem;text-transform:uppercase}.legal__toc-list{display:flex;flex-direction:column;gap:.1rem;list-style:none}.legal__toc-link{border-left:2px solid #0000;border-radius:0 4px 4px 0;color:#ffffff59;display:block;font-size:.78rem;line-height:1.45;padding:.38rem .75rem;text-decoration:none;transition:color .18s ease,border-color .18s ease,background .18s ease}.legal__toc-link:hover{background:#ffffff08;border-left-color:#e300108c;color:#ffffffbf}.legal__content{min-width:0}.legal__section{border-bottom:1px solid #ffffff0d;margin-bottom:3rem;padding-bottom:3rem}.legal__section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.legal__section-num{color:#e30010;display:inline-block;font-family:Bebas Neue,sans-serif;font-family:var(--font-titre,"Bebas Neue",sans-serif);font-size:.72rem;letter-spacing:2.5px;margin-bottom:.35rem;opacity:.85}.legal__section-title{color:#fff;font-family:DM Sans,sans-serif;font-family:var(--font-corps,"DM Sans",sans-serif);font-size:1.05rem;font-weight:700;letter-spacing:.01em;line-height:1.25;margin:0 0 1.1rem}.legal__section p{color:#ffffff8c;font-size:.875rem;line-height:1.88;margin-bottom:.85rem}.legal__section p:last-child{margin-bottom:0}.legal__section ol,.legal__section ul{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin-bottom:.85rem;padding-left:0}.legal__section ol li,.legal__section ul li{align-items:flex-start;color:#ffffff8c;display:flex;font-size:.875rem;gap:.7rem;line-height:1.75}.legal__section ul li:before{background:#e30010;border-radius:50%;content:"";display:block;flex-shrink:0;height:4px;margin-top:.6rem;width:4px}.legal__section ol{counter-reset:legal-ol}.legal__section ol li{counter-increment:legal-ol}.legal__section ol li:before{color:#e30010;content:counter(legal-ol) ".";flex-shrink:0;font-size:.75rem;font-weight:700;margin-top:.08rem;min-width:1.2rem}.legal__info-box{background:hsla(0,0%,100%,.025);border:1px solid #ffffff0f;border-left:2px solid #e30010;border-radius:0 6px 6px 0;margin:1rem 0;padding:1rem 1.2rem}.legal__info-box p{font-size:.845rem!important;margin:0!important}.legal__table{border-collapse:collapse;margin-bottom:.85rem;width:100%}.legal__table tr{border-bottom:1px solid hsla(0,0%,100%,.045)}.legal__table tr:last-child{border-bottom:none}.legal__table th{color:#ffffff47;font-size:.72rem;font-weight:600;letter-spacing:.6px;padding:.65rem 1rem .65rem 0;text-align:left;text-transform:uppercase;vertical-align:top;white-space:nowrap;width:38%}.legal__table td{color:#ffffff9e;font-size:.855rem;line-height:1.55;padding:.65rem 0;vertical-align:top}@media (max-width:900px){.legal__grid{gap:2rem;grid-template-columns:1fr}.legal__toc{background:#ffffff05;border:1px solid #ffffff0f;border-radius:8px;padding:1rem 1.2rem;position:static}.legal__toc-list{flex-direction:row;flex-wrap:wrap;gap:.2rem}.legal__toc-link{border-bottom:2px solid #0000;border-left:none;border-radius:4px;font-size:.74rem;padding:.28rem .6rem}.legal__toc-link:hover{border-bottom-color:#e300108c;border-left-color:#0000}}@media (max-width:640px){.legal__hero{padding:6.5rem 0 3rem}.legal__body{padding:2.5rem 0 4rem}.legal__title{font-size:clamp(2.2rem,10vw,3rem)}.legal__table{display:block;overflow-x:auto}.legal__table th{min-width:130px}}
/*# sourceMappingURL=main.9946912a.css.map*/