:root{--azur-fonce: #083c58;--azur-vif: #0d77be;--bleu-vif: #04498f;--orange: #f28b3e;--blanc: #ffffff;--fond-clair: #f8f8f8;--bordure: #e0e0e0;--gris: #888888;--texte: #3d3d3d;--noir: #111111;--degrade-marque: linear-gradient(180deg, #f28b3e 0%, #f28b3e 25%, #0d77be 70%, #04498f 100%);--font-titres: "Poppins", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;--font-corps: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;--section-pad: clamp(3rem, 7vw, 5.5rem);--container: 1200px;--rc-navy: #083c58;--rc-blue: #0d77be;--rc-deep: #04498f;--rc-orange: #f28b3e;--rc-sky: #4fb3e8;--rc-pale: #f3f8fc;--rc-mist: #eaf2f8;--rc-line: #dde7ef;--rc-texte: #4d5b66;--rc-texte-doux: #5d6b76;--rc-radius: 16px;--rc-shadow: 0 18px 44px rgba(8, 60, 88, .12)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-corps);font-size:1rem;line-height:1.7;color:var(--texte);background:var(--blanc);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-titres);color:var(--azur-fonce);line-height:1.25;margin:0 0 .6em}h1{font-size:clamp(2rem,4.5vw,3rem);font-weight:700}h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:600}h3{font-size:clamp(1.125rem,2vw,1.375rem);font-weight:500}.section-head h2,.connect-head h2,.intro-copy h2,.kraljic-wrap h2,.cta-final h2,.trust h3,.page-hero h1,.page-content h2{text-transform:uppercase;font-weight:700}p{margin:0 0 1em}a{color:var(--azur-vif);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.container{max-width:var(--container);margin-inline:auto;padding-inline:1.25rem}.section{padding-block:var(--section-pad)}.btn{display:inline-block;font-family:var(--font-titres);font-weight:600;font-size:.95rem;padding:.8rem 1.9rem;border-radius:999px;border:2px solid transparent;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s}.btn:hover{text-decoration:none}.btn-primary{background:var(--orange);color:var(--blanc)}.btn-primary:hover{background:#d9772e;color:var(--blanc)}.btn-outline{background:transparent;color:var(--blanc);border-color:var(--blanc)}.btn-outline:hover{background:var(--blanc);color:var(--azur-fonce)}.btn-blue{background:var(--azur-vif);color:var(--blanc)}.btn-blue:hover{background:var(--bleu-vif);color:var(--blanc)}.site-header{position:sticky;top:0;z-index:100;background:var(--blanc);border-bottom:1px solid var(--bordure)}.breadcrumb-bar{background:var(--rc-pale);border-bottom:1px solid var(--rc-line)}.breadcrumb{list-style:none;margin:0;padding:.65rem 0;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-family:var(--font-corps);font-size:.82rem;line-height:1.4}.breadcrumb li{display:inline-flex;align-items:center;gap:.5rem}.breadcrumb a{color:var(--rc-blue);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb [aria-current=page]{color:var(--rc-texte-doux);font-weight:500}.breadcrumb .bc-sep{color:#9db3c4;font-size:.9rem}.site-header .container{display:flex;align-items:center;gap:1.5rem;min-height:76px}.brand img{width:178px;height:auto}.main-nav{display:flex;align-items:center;gap:.25rem;margin-left:auto}.main-nav>ul{display:flex;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0}.main-nav li{position:relative}.main-nav a,.main-nav button.nav-toggle-sub{font-family:var(--font-titres);font-size:.92rem;font-weight:500;color:var(--azur-fonce);padding:.55rem .8rem;background:none;border:0;cursor:pointer;display:inline-flex;align-items:center;gap:.3rem}.main-nav a:hover,.main-nav button.nav-toggle-sub:hover{color:var(--azur-vif);text-decoration:none}.main-nav .caret{width:.6em;height:.6em;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px)}.dropdown{position:absolute;top:100%;left:0;min-width:270px;background:var(--blanc);border:1px solid var(--bordure);border-radius:.5rem;box-shadow:0 14px 34px #083c5824;padding:.5rem;list-style:none;margin:0;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s,transform .18s,visibility .18s}.main-nav li:hover>.dropdown,.main-nav li:focus-within>.dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown a{display:block;padding:.55rem .75rem;border-radius:.375rem}.dropdown a:hover{background:var(--fond-clair)}.mega{position:absolute;top:100%;left:50%;transform:translate(-50%,8px);width:min(920px,calc(100vw - 2rem));background:var(--blanc);border:1px solid var(--bordure);border-radius:.75rem;box-shadow:0 18px 44px #083c5829;padding:1.5rem;display:grid;grid-template-columns:1.2fr 1.2fr .9fr;gap:0;opacity:0;visibility:hidden;transition:opacity .18s,transform .18s,visibility .18s}.mega>div{padding-inline:1.5rem}.mega>div:first-child{padding-left:0}.mega>div:last-child{padding-right:0}.mega>div+div{border-left:1px solid var(--bordure)}.main-nav li:hover>.mega,.main-nav li:focus-within>.mega{opacity:1;visibility:visible;transform:translate(-50%)}.mega-group-title{font-family:var(--font-titres);font-size:.78rem;font-weight:700;letter-spacing:.08em;color:var(--orange);margin:0 0 .75rem}.mega ul{list-style:none;margin:0;padding:0}.mega li+li{margin-top:0;border-top:1px solid var(--rc-line)}.mega a{display:block;padding:.7rem;border-radius:.5rem;border-left:3px solid transparent;transition:background .15s ease,border-color .15s ease,color .15s ease}.mega a:hover{background:var(--fond-clair);border-left-color:var(--orange)}.mega a:hover strong{color:var(--orange)}.mega a strong{display:block;font-family:var(--font-titres);font-weight:600;font-size:.92rem;color:var(--azur-fonce);transition:color .15s ease}.mega a span{display:block;font-size:.82rem;line-height:1.45;color:var(--gris);margin-top:.15rem}.lang-switch{display:flex;align-items:center;gap:.1rem}.main-nav .lang-switch a{display:inline-flex;align-items:center;gap:.4rem;padding-inline:.6rem}.lang-switch .flag{width:20px;height:14px;flex:none;border-radius:2px;box-shadow:0 0 0 1px #083c582e}.header-cta{margin-left:.5rem}.main-nav .header-cta .btn{display:inline-flex;align-items:center;padding:.65rem 1.5rem;border-radius:999px;background:var(--rc-orange);color:var(--blanc);font-family:var(--font-titres);font-size:.92rem;font-weight:600;box-shadow:0 8px 20px #f28b3e4d;transition:transform .18s,background-color .18s,box-shadow .18s}.main-nav .header-cta .btn:hover{background:#e07c2e;color:var(--blanc);transform:translateY(-2px);box-shadow:0 12px 26px #f28b3e61;text-decoration:none}.nav-burger{display:none;margin-left:auto;background:none;border:0;cursor:pointer;padding:.5rem}.nav-burger span{display:block;width:26px;height:3px;border-radius:2px;background:var(--azur-fonce);margin:5px 0}@media(max-width:1080px){.nav-burger{display:block}.main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--blanc);border-bottom:1px solid var(--bordure);padding:1rem 1.25rem 1.5rem;max-height:calc(100vh - 76px);overflow:auto}.main-nav.open{display:block}.main-nav>ul{flex-direction:column;align-items:stretch}.dropdown,.mega{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;width:auto;display:block;padding:0 0 0 1rem}.mega{display:block}.mega>div{padding-inline:0}.mega>div+div{margin-top:1rem;border-left:0;border-top:1px solid var(--bordure);padding-top:1rem}.lang-switch{justify-content:flex-start}.header-cta{margin:.75rem 0 0}}.hero{position:relative;background:linear-gradient(150deg,#072e46 0%,var(--rc-navy) 45%,var(--rc-deep) 100%);color:#ffffffe0;overflow:hidden;isolation:isolate}.hero .container{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4rem);align-items:center;padding-block:clamp(3.5rem,8vw,6.5rem);max-width:var(--container)}.hero-blobs{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}.hero .blob{position:absolute;border-radius:50%;filter:blur(70px);opacity:.5;animation:hero-drift 18s ease-in-out infinite alternate}.hero .blob-1{width:460px;height:460px;background:var(--rc-blue);top:-140px;left:-100px}.hero .blob-2{width:380px;height:380px;background:var(--rc-orange);bottom:-160px;right:8%;opacity:.36;animation-delay:-6s}.hero .blob-3{width:320px;height:320px;background:var(--rc-sky);top:35%;right:-110px;opacity:.4;animation-delay:-11s}@keyframes hero-drift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(40px,-30px,0) scale(1.12)}}.hero h1{color:var(--blanc);font-size:clamp(2rem,4.4vw,3.25rem);font-weight:700;line-height:1.15;margin:0 0 1rem;max-width:14em}.hero h1 em{font-style:normal;background:linear-gradient(100deg,var(--rc-sky) 0%,var(--rc-orange) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero .lead{font-size:1.08rem;line-height:1.75;max-width:34em;color:#fffc;margin-bottom:2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:0}.hero-visual{position:relative;perspective:1400px}.hp-stage{position:relative;width:min(330px,100%);margin:1rem auto}.hp-card{position:relative;z-index:1;width:100%;padding:1.15rem 1.25rem 1.3rem;animation:hp-float 7s ease-in-out infinite alternate}@keyframes hp-float{0%{transform:translateY(0)}to{transform:translateY(-13px)}}.hp-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:.9rem;margin-bottom:.35rem;border-bottom:1px solid var(--rc-line)}.hp-brand{height:22px;width:auto;display:block}.hp-basket{display:grid;place-items:center;width:34px;height:34px;flex:none;border-radius:10px;background:#0d77be1a;color:var(--rc-blue)}.hp-basket svg{width:19px;height:19px}.hp-item{display:flex;align-items:center;gap:.75rem;padding:.6rem 0;border-bottom:1px solid var(--rc-line)}.hp-item:last-of-type{border-bottom:none}.hp-thumb{display:grid;place-items:center;width:40px;height:40px;flex:none;border-radius:11px;background:linear-gradient(140deg,#4fb3e838,#0d77be1f);color:var(--rc-blue)}.hp-thumb svg{width:21px;height:21px}.hp-lines{flex:1;display:grid;gap:6px}.hp-lines i{height:7px;border-radius:999px;background:var(--rc-mist)}.hp-lines i.short{width:55%}.hp-tick{display:grid;place-items:center;width:25px;height:25px;flex:none;border-radius:50%;background:var(--rc-sky);color:#fff}.hp-tick svg{width:13px;height:13px}.hp-order{display:flex;align-items:center;gap:1rem;margin-top:1rem}.hp-order-lines{flex:1;display:grid;gap:7px}.hp-order-lines i{height:8px;border-radius:999px;background:var(--rc-mist)}.hp-order-lines i.short{width:42%;height:7px;background:#d5e2ec}.hp-btn{display:inline-flex;align-items:center;justify-content:center;flex:none;width:52px;height:44px;border-radius:13px;background:linear-gradient(135deg,#f8a866,var(--rc-orange));color:#fff;box-shadow:0 10px 20px #f28b3e61}.hp-btn svg{width:22px;height:22px}.hp-float{gap:.7rem;padding:.72rem .85rem}.hp-float-check{top:-26px;right:-24px}.hp-float-truck{bottom:-28px;left:-26px;animation-delay:-2.5s}.hp-fic{display:grid;place-items:center;width:36px;height:36px;flex:none;border-radius:11px;color:#fff}.hp-fic.check{background:linear-gradient(135deg,var(--rc-sky),var(--rc-blue))}.hp-fic.truck{background:linear-gradient(135deg,#f8a866,var(--rc-orange))}.hp-fic svg{width:19px;height:19px}.hp-flines{display:grid;gap:5px}.hp-flines i{height:6px;width:62px;border-radius:999px;background:var(--rc-mist)}.hp-flines i.short{width:40px}.hv-card{background:#fffffff7;border-radius:var(--rc-radius);border:1px solid rgba(255,255,255,.5);box-shadow:0 26px 60px #0316246b}.hv-main{padding:1.15rem 1.3rem 1.35rem;transform:rotateY(-9deg) rotateX(3deg);animation:hv-float 7s ease-in-out infinite alternate}@keyframes hv-float{0%{transform:rotateY(-9deg) rotateX(3deg) translateY(0)}to{transform:rotateY(-9deg) rotateX(3deg) translateY(-14px)}}.hv-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:.85rem;border-bottom:1px solid var(--rc-line)}.hv-dots{display:flex;gap:5px}.hv-dots i{width:8px;height:8px;border-radius:50%;background:var(--rc-line)}.hv-pill{width:74px;height:9px;border-radius:999px;background:var(--rc-mist)}.hv-chart{width:100%;height:132px;margin-top:1rem;display:block;overflow:visible}.hv-chart .hv-grid{stroke:var(--rc-line);stroke-width:1;stroke-dasharray:3 5;vector-effect:non-scaling-stroke}.hv-chart .hv-line{fill:none;stroke:var(--rc-blue);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;stroke-dasharray:460;stroke-dashoffset:460;animation:hv-draw 1.8s cubic-bezier(.22,1,.36,1) .3s forwards}.hv-chart .hv-area{opacity:0;animation:hv-fade 1s ease 1.3s forwards}.hv-chart .hv-dot{fill:var(--rc-orange);opacity:0;animation:hv-fade .5s ease 1.8s forwards}@keyframes hv-draw{to{stroke-dashoffset:0}}@keyframes hv-fade{to{opacity:1}}.hv-bars{display:flex;align-items:flex-end;gap:8px;height:54px;margin-top:1.1rem}.hv-bars i{flex:1;height:var(--h);border-radius:4px 4px 2px 2px;background:linear-gradient(180deg,var(--rc-sky),var(--rc-blue));transform-origin:bottom;animation:hv-grow 1s cubic-bezier(.22,1,.36,1) backwards}.hv-bars i:nth-child(1){animation-delay:.1s}.hv-bars i:nth-child(2){animation-delay:.18s}.hv-bars i:nth-child(3){animation-delay:.26s}.hv-bars i:nth-child(4){animation-delay:.34s}.hv-bars i:nth-child(5){animation-delay:.42s}.hv-bars i:nth-child(6){background:linear-gradient(180deg,#f8a866,var(--rc-orange));animation-delay:.5s}@keyframes hv-grow{0%{transform:scaleY(0);opacity:0}}.hv-float{position:absolute;display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;animation:hv-bob 5.5s ease-in-out infinite alternate}.hv-float-1{top:-32px;right:-18px}.hv-float-2{bottom:-34px;left:-30px;animation-delay:-2.5s}@keyframes hv-bob{0%{transform:translateY(0)}to{transform:translateY(-12px)}}.hv-gauge{width:46px;height:46px;transform:rotate(-90deg)}.hv-gauge circle{fill:none;stroke-width:10;stroke-linecap:round}.hv-gauge-bg{stroke:var(--rc-mist)}.hv-gauge-fg{stroke:var(--rc-blue);stroke-dasharray:251.3;stroke-dashoffset:251.3;animation:hv-gauge 1.6s cubic-bezier(.22,1,.36,1) .6s forwards}@keyframes hv-gauge{to{stroke-dashoffset:78}}.hv-ic{display:grid;place-items:center;width:38px;height:38px;flex:none;border-radius:11px;background:#0d77be1f;color:var(--rc-blue)}.hv-ic-orange{background:#f28b3e24;color:var(--rc-orange)}.hv-ic svg{width:20px;height:20px}.hv-lines{display:grid;gap:6px;width:74px}.hv-lines i{height:7px;border-radius:4px;background:var(--rc-mist)}.hv-lines i:first-child{width:100%;background:#d5e2ec}.hv-lines i:last-child{width:60%}@media(max-width:1080px){.hero .container{grid-template-columns:1fr}.hero-visual{width:100%;max-width:480px;margin:1.5rem auto 0}.hp-card{animation:none}.hp-float-check{top:-22px;right:-6px}.hp-float-truck{bottom:-24px;left:-6px}}@media(max-width:560px){.hv-float{display:none}}@media(prefers-reduced-motion:reduce){.hero .blob,.hp-card,.hv-float,.hv-bars i{animation:none}.hv-chart .hv-line{stroke-dashoffset:0;animation:none}.hv-chart .hv-area,.hv-chart .hv-dot{opacity:1;animation:none}.hv-gauge-fg{stroke-dashoffset:78;animation:none}}.counters{background:var(--blanc)}.counters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem 1.25rem;text-align:center}.counter-value{font-family:var(--font-titres);font-size:clamp(2.2rem,4vw,3rem);font-weight:700;color:var(--rc-navy);line-height:1.1}.counter h3{font-size:1rem;font-weight:500;color:var(--azur-fonce);margin:.5rem 0 0}.connect{background:var(--fond-clair)}.connect-head{text-align:center;max-width:760px;margin-inline:auto}.connect-eyebrow{font-family:var(--font-titres);font-weight:600;color:var(--azur-vif);letter-spacing:.04em;margin-bottom:.4rem}.connect-head h2{text-transform:uppercase}.connect-sub{color:var(--gris);font-size:1.05rem}.connect-video{max-width:860px;margin:2.5rem auto}.connect-video video{display:block;width:100%;aspect-ratio:16 / 9;border:0}.connect .counters-grid{max-width:900px;margin-inline:auto}.connect-cta{text-align:center;margin-top:2.5rem}.section-head{max-width:760px;margin:0 auto clamp(2.25rem,4vw,3.25rem);text-align:center}.section-head .eyebrow{display:block;font-family:var(--font-titres);font-size:.76rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--rc-orange);margin:0 0 .85rem}.section-head h2{font-size:clamp(1.7rem,3.4vw,2.5rem);font-weight:700;color:var(--rc-navy);margin:0}.section-head p{font-size:1.05rem;color:var(--rc-texte-doux);margin:.75rem 0 0}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(max-width:1080px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.services-grid{grid-template-columns:1fr}}.service-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1rem;text-align:center;min-height:180px;padding:1.75rem 1.25rem;background:var(--blanc);border:1px solid var(--rc-line);border-radius:var(--rc-radius);overflow:hidden;transition:transform .2s,box-shadow .2s,border-color .2s}.service-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--rc-blue),var(--rc-orange));transform:scaleX(0);transform-origin:left;transition:transform .3s}.service-card:hover{text-decoration:none;transform:translateY(-5px);border-color:var(--rc-blue);box-shadow:0 14px 30px #083c581c}.service-card:hover:before{transform:scaleX(1)}.sc-ic{display:grid;place-items:center;width:54px;height:54px;flex:none;border-radius:50%;background:linear-gradient(140deg,#0d77be1f,#f28b3e24);color:var(--rc-blue);transition:transform .22s,color .22s}.sc-ic svg{width:26px;height:26px}.os-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch}.os-col{display:flex;flex-direction:column}.os-col-title{margin:0 0 .9rem;font-family:var(--font-titres);font-size:.8rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--rc-blue);text-align:center}.os-col-items{flex:1;display:flex;flex-direction:column;gap:.7rem}.os-card{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;min-height:118px;padding:1.4rem 1rem;text-align:center;text-decoration:none;color:var(--rc-navy);background:var(--blanc);border:1px solid var(--bordure);border-radius:var(--rc-radius);transition:transform .25s,box-shadow .25s,border-color .25s}.os-card:hover{transform:translateY(-4px);border-color:var(--rc-blue);box-shadow:0 14px 30px #083c581a}.os-card-label{font-family:var(--font-titres);font-weight:600;font-size:.98rem;line-height:1.25}.os-thin{flex:1;display:flex;align-items:center;justify-content:center;position:relative;min-height:34px;padding:.55rem .8rem;text-align:center;text-decoration:none;color:var(--rc-navy);background:var(--blanc);border:1px solid var(--bordure);border-radius:10px;font-family:var(--font-titres);font-weight:600;font-size:.88rem;line-height:1.2;overflow:hidden;transition:border-color .25s,box-shadow .25s}.os-thin:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--rc-blue),var(--rc-orange));transform:scaleX(0);transform-origin:left;transition:transform .3s}.os-thin:hover{border-color:var(--rc-blue);box-shadow:0 8px 20px #083c5814}.os-thin:hover:before{transform:scaleX(1)}@media(max-width:760px){.os-cols{grid-template-columns:1fr}.os-card{min-height:96px}}.service-card-group{grid-column:span 3;cursor:default;padding:1.4rem 1.5rem;gap:.55rem;justify-content:center}.service-card-group:hover{transform:none;border-color:var(--bordure);box-shadow:none}.service-card-group:hover:before{transform:scaleX(0)}.sc-sub{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.sc-sub li{display:inline-flex;align-items:center}.sc-sub li:not(:last-child):after{content:"/";color:var(--rc-line);margin:0 .6rem}.sc-sub a{font-family:var(--font-corps);font-size:.85rem;line-height:1.3;color:var(--rc-texte);text-decoration:none}.sc-sub a:hover{color:var(--rc-blue);text-decoration:underline}@media(max-width:1080px){.service-card-group{grid-column:span 1}}@media(max-width:520px){.sc-sub{flex-direction:column}.sc-sub li:not(:last-child):after{display:none}}.service-card:hover .sc-ic{transform:scale(1.08)}.service-card h3{margin:0;font-family:var(--font-titres);font-weight:500;font-size:1.08rem;line-height:1.4;color:var(--rc-navy)}.advantages{background:var(--rc-pale)}.adv-body{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(2rem,5vw,4rem);align-items:center}.adv-visual{position:relative;width:100%;max-width:420px;margin-inline:auto;aspect-ratio:1}.adv-web{width:100%;height:100%;overflow:visible}.adv-web .adv-ring{fill:none;stroke:var(--rc-line);stroke-width:.5;stroke-dasharray:3 4;transform-origin:50% 50%;animation:adv-spin 60s linear infinite}.adv-web .adv-spoke{stroke:var(--rc-line);stroke-width:.4}.adv-web .adv-poly{fill:#0d77be0d;stroke:var(--rc-blue);stroke-width:.7;stroke-linejoin:round;stroke-dasharray:238;stroke-dashoffset:238;transition:stroke-dashoffset 1.6s cubic-bezier(.22,1,.36,1) .2s}.adv-section.is-visible .adv-web .adv-poly{stroke-dashoffset:0}@keyframes adv-spin{to{transform:rotate(360deg)}}.adv-core{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:40%;aspect-ratio:1;border-radius:50%;background:var(--blanc);box-shadow:0 10px 30px #083c5824}.adv-core img{width:72%;height:auto}.adv-node{position:absolute;top:var(--y);left:var(--x);display:grid;place-items:center;width:22%;aspect-ratio:1;border-radius:50%;background:var(--blanc);border:1px solid var(--rc-line);color:var(--rc-blue);box-shadow:0 6px 18px #083c581a;transform:translate(-50%,-50%) scale(.4);opacity:0;transition:transform .4s cubic-bezier(.34,1.4,.64,1),opacity .35s ease,border-color .2s,color .2s,box-shadow .2s,background-color .2s}.adv-node.is-in{transform:translate(-50%,-50%) scale(1);opacity:1}.adv-node svg{width:44%;height:44%}.adv-node.is-in.is-active{transform:translate(-50%,-50%) scale(1.16);background:var(--rc-blue);border-color:var(--rc-blue);color:var(--blanc);box-shadow:0 12px 28px #0d77be66}.adv-list{list-style:none;margin:0;padding:0;display:grid;gap:.6rem}.adv-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.15rem;background:var(--blanc);border:1px solid transparent;border-radius:12px;opacity:0;transform:translateY(14px);transition:opacity .45s ease,transform .45s cubic-bezier(.22,1,.36,1),border-color .2s,box-shadow .2s}.adv-item.is-in{opacity:1;transform:none}.adv-item.is-in.is-active{border-color:var(--rc-blue);box-shadow:0 12px 26px #083c581a}.adv-ic{display:grid;place-items:center;width:40px;height:40px;flex:none;border-radius:11px;background:var(--rc-pale);color:var(--rc-blue);transition:background-color .2s,color .2s}.adv-item.is-active .adv-ic{background:var(--rc-blue);color:var(--blanc)}.adv-ic svg{width:20px;height:20px}.adv-copy{font-size:.97rem;line-height:1.55;color:var(--rc-texte)}.adv-copy strong{display:block;font-family:var(--font-titres);font-size:1.02rem;font-weight:600;color:var(--rc-navy);margin-bottom:.15rem}@media(max-width:900px){.adv-body{grid-template-columns:1fr}.adv-visual{max-width:340px}}@media(prefers-reduced-motion:reduce){.adv-web .adv-ring{animation:none}}.trust{background:var(--fond-clair);text-align:center}.trust-logos{position:relative;display:flex;align-items:center;justify-content:space-between;gap:clamp(1.5rem,3vw,3rem);margin-top:2.75rem;padding:clamp(2.25rem,4.5vw,3.5rem) clamp(2.25rem,4.5vw,4rem);background:linear-gradient(135deg,#fff,#eef6fc);border:1px solid var(--rc-line);border-radius:var(--rc-radius);box-shadow:var(--rc-shadow);overflow:hidden}.trust-logos:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--rc-blue),var(--rc-sky),var(--rc-orange))}.trust-logos img{height:62px;width:auto;max-width:210px;object-fit:contain;flex:0 0 auto;background:none;border:0;transition:transform .25s}.trust-logos img:hover{transform:scale(1.08)}@media(max-width:760px){.trust-logos{flex-wrap:wrap;justify-content:center;gap:1.5rem 2rem}.trust-logos img{height:46px;max-width:150px}}.trust-logos-center{justify-content:center;gap:clamp(2.5rem,6vw,5.5rem)}.trust-logos-center img{height:72px;max-width:230px}@media(max-width:760px){.trust-logos-center img{height:54px;max-width:170px}}.more-info{background:#fff;padding-block:clamp(2rem,4vw,3rem)}.more-panel{border:1px solid var(--rc-line);border-radius:var(--rc-radius);overflow:hidden;background:#fff}.more-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.5rem;cursor:pointer;font-family:var(--font-titres);font-size:1.02rem;font-weight:600;color:var(--rc-navy);background:var(--rc-pale);list-style:none;transition:background-color .18s,color .18s}.more-bar::-webkit-details-marker{display:none}.more-bar::marker{content:""}.more-bar:hover{background:var(--rc-mist);color:var(--rc-blue)}.more-bar svg{width:20px;height:20px;flex:none;color:var(--rc-orange);transition:transform .25s}.more-panel[open] .more-bar{border-bottom:1px solid var(--rc-line)}.more-panel[open] .more-bar svg{transform:rotate(180deg)}.more-content{padding:clamp(1.5rem,3vw,2.25rem) clamp(1.25rem,3vw,2.25rem)}.more-content h2{font-size:clamp(1.35rem,2.6vw,1.8rem);font-weight:700;margin:0 0 1.25rem}.more-content h3{font-size:clamp(1.1rem,2.2vw,1.35rem);font-weight:600;margin:2rem 0 .75rem}.more-content h4{font-size:1rem;font-weight:600;color:var(--rc-blue);margin:1.5rem 0 .4rem}.more-content p{margin:0 0 .9rem;color:#4d5b66}.more-content strong{color:var(--rc-navy)}.more-content a{color:var(--rc-blue);text-decoration:underline;text-underline-offset:2px}.site-footer{background:var(--azur-fonce);color:#ffffffd9;font-size:.95rem}.site-footer .container{padding-block:2.5rem 1.5rem}.footer-grid{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:2rem}@media(max-width:1080px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr}}@media(max-width:760px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}.footer-brand img{width:160px;margin-bottom:1rem}.footer-address{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem 1.5rem;font-size:.88rem;line-height:1.55}.footer-address p{margin:0 0 .6rem}.site-footer h3{color:var(--blanc);font-size:.82rem;font-weight:700;letter-spacing:.08em;margin-bottom:.85rem}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li{margin-bottom:.4rem}.site-footer a{color:#ffffffd9}.site-footer a:hover{color:var(--orange);text-decoration:none}.footer-contact a{display:block;margin-bottom:.4rem}.sitemap-page{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:2rem 2.5rem}.sitemap-cat{display:block;font-family:var(--font-titres);font-size:1.05rem;font-weight:700;color:var(--rc-navy);margin:0 0 .85rem;padding-bottom:.55rem;border-bottom:2px solid var(--rc-line)}a.sitemap-cat:hover{color:var(--rc-blue)}.sitemap-links{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.sitemap-links a{color:var(--rc-texte);text-decoration:none}.sitemap-links a:hover{color:var(--rc-blue)}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:1.75rem;padding-top:1.1rem;font-size:.85rem;color:#fff9;text-align:center}.page-hero{position:relative;background:linear-gradient(150deg,#072e46 0%,var(--rc-navy) 55%,var(--rc-deep) 100%);color:var(--blanc);padding-block:clamp(2.75rem,6vw,4.5rem);overflow:hidden;isolation:isolate}.page-hero:before,.page-hero:after{content:"";position:absolute;border-radius:50%;filter:blur(70px);z-index:-1;pointer-events:none;animation:hero-drift 20s ease-in-out infinite alternate}.page-hero:before{width:380px;height:380px;background:var(--rc-blue);opacity:.45;top:-160px;left:-90px}.page-hero:after{width:300px;height:300px;background:var(--rc-orange);opacity:.3;bottom:-150px;right:4%;animation-delay:-7s}.page-hero .container{position:relative;z-index:1}.page-hero h1{color:var(--blanc);margin:0;max-width:22em}.page-hero .eyebrow{font-family:var(--font-titres);font-size:.85rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--rc-sky);margin:0 0 .75rem}.page-hero .eyebrow a{color:var(--orange);text-decoration:none}.page-hero .eyebrow a:hover{text-decoration:underline}.page-content .page-section{padding-block:clamp(2.25rem,5vw,3.75rem)}.page-content>.page-section:nth-of-type(2n){background:var(--rc-pale)}.page-content .page-section .page-section{padding-block:clamp(1rem,2.5vw,1.75rem)}.page-content .page-section .container .container{padding-inline:0}.page-content .counters-grid{background:linear-gradient(135deg,#fff 0%,var(--rc-pale) 100%);border:1px solid var(--rc-line);border-radius:var(--rc-radius);box-shadow:var(--rc-shadow);padding:clamp(1.75rem,4vw,2.75rem);margin-block:2.5rem}.page-content .counter h3{margin:.5rem 0 0;font-size:1rem;font-weight:500}.page-content .page-section:last-child{padding-bottom:clamp(3rem,7vw,5rem)}.page-content h1{margin-bottom:.8em}.page-content h2{margin-top:.6em}.page-content a{text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--azur-vif) 40%,transparent)}.page-content a.btn{text-decoration:none}.page-content figure{margin:1.5rem 0}.page-content section img{max-height:520px;width:auto;max-width:100%;object-fit:contain}.page-content figure{overflow:hidden;border-radius:var(--rc-radius)}.page-content figure img{border-radius:var(--rc-radius);border:1px solid var(--rc-line);margin-inline:auto;transition:transform .4s ease}.page-content figure:hover img{transform:scale(1.03)}.page-content .row-media figure img{max-height:460px}.btn-row{margin:2rem 0}.row-grid{display:grid;gap:clamp(2rem,4vw,3rem);align-items:start;margin-block:2rem}.row-grid.row-media{align-items:center}.row-grid.row-media figure{margin:0}.cols-2{grid-template-columns:repeat(2,1fr)}.cols-3{grid-template-columns:repeat(3,1fr)}.cols-4{grid-template-columns:repeat(4,1fr)}.cols-auto{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}@media(max-width:860px){.cols-2,.cols-3,.cols-4{grid-template-columns:1fr}}.map-wrap{position:relative;max-width:560px;margin:2.5rem auto 0}.page-hero-illus .container{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.5rem,4vw,3.5rem);align-items:center}.hero-illus-wrap{max-width:440px;margin-inline:auto}.page-hero-illus .hero-illus-map{max-width:360px}.page-hero-phone .hero-phone-illus{display:none}@media(min-width:1024px){.page-hero-phone h1{max-width:min(22em,calc(100% - 300px))}.page-hero-phone .hero-phone-illus{display:block;position:absolute;right:3%;top:50%;transform:translateY(-50%);width:min(240px,26%);z-index:1;pointer-events:none}.page-hero-phone .hero-phone-illus .svc-illus{width:100%;max-width:100%;margin:0}}.locker-illus{width:100%;height:auto;display:block;overflow:visible}.locker-illus .illus-body{fill:#4fb3e80d;stroke:#ffffff8c;stroke-width:2.5}.locker-illus .illus-line{fill:none;stroke:#ffffff6b;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.locker-illus .illus-door{fill:#4fb3e80f;stroke:#ffffff4d;stroke-width:1.5}.locker-illus .illus-door-open{fill:#f28b3e14;stroke:#f28b3e99}.locker-illus .illus-accent{fill:none;stroke:var(--rc-sky);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.locker-illus .illus-accent-dot{fill:var(--rc-sky)}.locker-illus .illus-led{stroke:var(--rc-sky);stroke-width:3;stroke-linecap:round;filter:drop-shadow(0 0 3px var(--rc-sky));animation:led-pulse 2.4s ease-in-out infinite}.locker-illus .illus-signal{transform-origin:250px 50px;animation:led-pulse 2.4s ease-in-out infinite}@keyframes led-pulse{0%,to{opacity:.45}50%{opacity:1}}@media(max-width:900px){.page-hero-illus .container{grid-template-columns:1fr}.hero-illus-wrap{max-width:340px;margin-top:1.25rem}}@media(prefers-reduced-motion:reduce){.locker-illus .illus-led,.locker-illus .illus-signal{animation:none;opacity:.9}}.svc-illus{width:100%;height:auto;display:block;overflow:visible;max-width:430px;margin-inline:auto;animation:svc-float 7s ease-in-out infinite alternate}@keyframes svc-float{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.svc-illus .il-body{fill:#4fb3e812;stroke:#ffffff8c;stroke-width:2.5;stroke-linejoin:round}.svc-illus .il-line{fill:none;stroke:#fff6;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.svc-illus .il-accent{fill:none;stroke:var(--rc-sky);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.svc-illus .il-dot{fill:var(--rc-sky)}.svc-illus .il-orange{fill:none;stroke:var(--rc-orange);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.svc-illus .il-orange-dot{fill:var(--rc-orange)}@media(prefers-reduced-motion:reduce){.svc-illus{animation:none}}.svc-panel{position:relative;overflow:hidden;border-radius:var(--rc-radius);background:linear-gradient(150deg,#072e46 0%,var(--rc-navy) 55%,var(--rc-deep) 100%);box-shadow:var(--rc-shadow);padding:clamp(1.25rem,3vw,2.25rem);display:flex;align-items:center;justify-content:center}.svc-panel:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;top:-90px;right:-70px;background:radial-gradient(circle,rgba(79,179,232,.22),transparent 70%);pointer-events:none}.svc-panel:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;bottom:-80px;left:-60px;background:radial-gradient(circle,rgba(242,139,62,.14),transparent 70%);pointer-events:none}.svc-panel .svc-illus{position:relative;width:100%;max-width:100%;margin:0}.page-content .page-section .page-lead{max-width:980px;margin:.5rem auto 2.75rem;text-align:center;font-family:var(--font-titres);font-weight:600;font-size:clamp(1.15rem,2.2vw,1.5rem);line-height:1.55;color:var(--rc-navy)}.page-content .page-section .page-lead strong{color:var(--rc-blue);font-weight:700}.cap-illus{width:100%;height:auto;display:block;overflow:visible;max-width:380px;margin-inline:auto}.cap-illus .illus-body{fill:#4fb3e814;stroke:#fff9;stroke-width:2.5;stroke-linejoin:round}.cap-illus .illus-line{fill:#ffffff08;stroke:#ffffff6b;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cap-illus .illus-accent{fill:none;stroke:var(--rc-sky);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.cap-illus .illus-accent-dot{fill:var(--rc-sky)}.cap-illus .illus-accent-orange{fill:none;stroke:var(--rc-orange);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.cap-illus .cap-tassel{transform-origin:240px 155px;animation:cap-sway 3.6s ease-in-out infinite}@keyframes cap-sway{0%,to{transform:rotate(-2.5deg)}50%{transform:rotate(2.5deg)}}.cap-illus .cap-spark{animation:led-pulse 2.6s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.cap-illus .cap-tassel,.cap-illus .cap-spark{animation:none}}.page-hero-map .container{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,3.5rem);align-items:center}.map-wrap-hero{margin:0;max-width:100%}.page-hero-map .map-country{stroke:#ffffff80}.page-hero-map .map-fr{fill:#4fb3e833}.page-hero-map .map-ch{fill:#f28b3e66;stroke:var(--rc-orange)}.page-hero-map .map-neighbor{fill:#ffffff0d;stroke:#ffffff73;stroke-width:1;stroke-dasharray:3 3}.page-hero-map .map-world{fill:#4fb3e81f;stroke:#ffffff80;stroke-width:.7;stroke-linejoin:round}.page-hero-map .map-hub{fill:var(--rc-orange);stroke:#ffffffa6;stroke-width:1}.map-switch{display:flex;flex-direction:column;align-items:center;gap:.9rem;max-width:100%}.map-switch .map-radio{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.map-switch .map-toggle{display:inline-flex;gap:4px;padding:4px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.22)}.map-switch .map-tab{cursor:pointer;font-family:var(--font-titres);font-size:.82rem;font-weight:600;color:#ffffffd1;padding:.4rem 1.15rem;border-radius:999px;transition:background .2s,color .2s;user-select:none}.map-switch .map-tab:hover{color:#fff}#mv-fourn:checked~.map-toggle .map-tab[data-view=fourn],#mv-clients:checked~.map-toggle .map-tab[data-view=clients],#mv-implant:checked~.map-toggle .map-tab[data-view=implant]{background:var(--rc-orange);color:#fff}.map-switch .map-views{position:relative;width:100%;max-width:520px;height:288px}.map-switch .map-view{position:absolute;inset:0;display:none}.map-switch .map-view-clients,.map-switch .map-view-implant{inset:0;align-items:center;justify-content:center}.map-switch .map-view .eu-map{width:auto;height:100%;max-width:100%}.map-switch .map-view-world{align-items:center;justify-content:center}.map-switch .map-view-world .world-map{width:100%;height:auto}#mv-clients:checked~.map-views .map-view-clients,#mv-implant:checked~.map-views .map-view-implant{display:flex}#mv-fourn:checked~.map-views .map-view-world{display:flex}.map-switch .map-site .site-dot{fill:var(--rc-orange);stroke:#fff;stroke-width:2.5}.map-switch .map-site .site-name{fill:#fff;font-family:var(--font-titres);font-size:28px;font-weight:600;paint-order:stroke;stroke:#062a42b8;stroke-width:4.5;stroke-linejoin:round}.map-switch .pin-label{display:none}@media(max-width:900px){.page-hero-map .container{grid-template-columns:1fr}.map-wrap-hero{max-width:420px;margin:1.5rem auto 0}}.eu-map{width:100%;height:auto;display:block;overflow:visible}.map-country{stroke:var(--rc-blue);stroke-width:1.5;stroke-linejoin:round;transition:fill .3s}.map-fr{fill:color-mix(in srgb,var(--rc-blue) 10%,#fff)}.map-ch{fill:color-mix(in srgb,var(--rc-orange) 14%,#fff);stroke:var(--rc-orange)}.map-pin{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%);width:0;height:0;padding:0;border:0;background:none;cursor:pointer;z-index:2}.map-pin:focus-visible{outline:none}.pin-dot{position:absolute;left:50%;top:50%;width:16px;height:16px;transform:translate(-50%,-50%);border-radius:50%;background:var(--rc-orange);border:3px solid #fff;box-shadow:0 3px 10px #083c5859;transition:transform .2s}.pin-dot:before{content:"";position:absolute;inset:-3px;border-radius:50%;background:var(--rc-orange);opacity:.55;z-index:-1;animation:pin-pulse 2.2s ease-out infinite}@keyframes pin-pulse{0%{transform:scale(1);opacity:.55}70%{transform:scale(3);opacity:0}to{transform:scale(3);opacity:0}}.map-pin:hover .pin-dot,.map-pin:focus-visible .pin-dot{transform:translate(-50%,-50%) scale(1.15)}.pin-label{position:absolute;right:16px;top:50%;transform:translateY(-50%);white-space:nowrap;font-family:var(--font-titres);font-size:.8rem;font-weight:600;color:var(--rc-navy);line-height:1.15;text-align:right;padding:.15rem .5rem;border-radius:6px;background:#ffffffb8;transition:opacity .18s}.pin-label small{display:block;font-weight:500;font-size:.7rem;color:var(--rc-texte-doux)}.map-pin:hover .pin-label,.map-pin:focus-visible .pin-label{opacity:0}.pin-photo{position:absolute;right:18px;top:50%;transform:translateY(-50%) scale(.9);transform-origin:right center;width:250px;background:#fff;border:1px solid var(--rc-line);border-radius:var(--rc-radius);box-shadow:0 22px 50px #083c5847;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,transform .22s cubic-bezier(.34,1.4,.64,1),visibility .22s;z-index:3}.map-pin:hover .pin-photo,.map-pin:focus-visible .pin-photo{opacity:1;visibility:visible;transform:translateY(-50%) scale(1)}.pin-photo img{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover}.pin-photo-cap{display:block;padding:.6rem .8rem;font-family:var(--font-titres);font-size:.82rem;font-weight:600;color:var(--rc-navy);text-align:left}.pin-photo-cap small{display:block;font-weight:500;color:var(--rc-texte-doux)}@media(max-width:620px){.pin-label{display:none}.pin-photo{width:180px;right:14px}.pin-photo img{aspect-ratio:16 / 11}}.steps-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,3vw,2.25rem)}.step-card{display:flex;flex-direction:column}.step-illus{position:relative;border-radius:var(--rc-radius);background:linear-gradient(150deg,#072e46 0%,var(--rc-navy) 55%,var(--rc-deep) 100%);box-shadow:var(--rc-shadow);overflow:hidden;aspect-ratio:16 / 10;display:grid;place-items:center;padding:1.25rem 1.5rem}.step-illus:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:var(--rc-blue);filter:blur(60px);opacity:.28;top:-60px;right:-40px;pointer-events:none}.step-svg{position:relative;width:100%;height:100%;max-height:160px}.step-illus .step-num{position:absolute;top:12px;left:12px;z-index:2;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--rc-orange);color:#fff;font-family:var(--font-titres);font-weight:700;font-size:1rem;box-shadow:0 4px 12px #f28b3e66}.step-card h3{margin:1.1rem 0 .5rem;font-size:1.2rem;font-weight:600}.step-card p{color:var(--rc-texte)}.step-lead{font-weight:600;color:var(--rc-navy)}.step-svg .s-body{fill:#4fb3e814;stroke:#ffffff8c;stroke-width:2;stroke-linejoin:round}.step-svg .s-line{fill:none;stroke:#ffffff6b;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.step-svg .s-accent{fill:none;stroke:var(--rc-sky);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.step-svg .s-dot{fill:var(--rc-sky)}.step-svg .s-orange{fill:none;stroke:var(--rc-orange);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.step-svg .s-orange-dot{fill:var(--rc-orange)}@media(max-width:900px){.steps-flow{grid-template-columns:1fr;max-width:540px;margin-inline:auto}}.reuse-lead{font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.55;color:var(--rc-navy);font-weight:500;padding-left:1.1rem;border-left:4px solid var(--rc-orange);margin-bottom:1.25rem}.reuse-lead strong{color:var(--rc-blue)}.reuse-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.25rem 0 1.5rem}.reuse-tags span{font-family:var(--font-titres);font-size:.82rem;font-weight:600;color:var(--rc-navy);padding:.4rem .9rem;border-radius:999px;background:var(--rc-pale);border:1px solid var(--rc-line)}.reuse-points{list-style:none;margin:0;padding:0;display:grid;gap:.85rem}.reuse-points>li{display:flex;align-items:flex-start;gap:.85rem;font-size:.98rem;line-height:1.5;color:var(--rc-texte)}.reuse-points strong{color:var(--rc-navy)}.rp-ic{display:grid;place-items:center;width:38px;height:38px;flex:none;border-radius:10px;background:linear-gradient(140deg,#0d77be1f,#f28b3e24);color:var(--rc-blue)}.rp-ic svg{width:20px;height:20px}.mission-values{max-width:1040px;margin-inline:auto;text-align:center}.mv-mission{margin-bottom:clamp(2rem,4vw,3rem)}.mv-mission h3{font-weight:500;color:var(--rc-texte);max-width:46em;margin-inline:auto}.mv-values>ul{text-align:left;max-width:900px;margin-inline:auto;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,1fr);grid-auto-flow:column;gap:.75rem}.mv-values>ul>li{align-items:center;min-height:78px}@media(max-width:680px){.mv-values>ul{grid-template-columns:1fr;grid-template-rows:none;grid-auto-flow:row}.mv-values>ul>li{min-height:0}}.critical-center{max-width:1000px;margin-inline:auto;text-align:center}.critical-center .critical-intro{font-size:clamp(1.05rem,2vw,1.2rem);color:var(--rc-texte);max-width:48em;margin-inline:auto}.critical-center>p strong{color:var(--rc-navy)}.list-3-2{display:flex;justify-content:center}.list-3-2>ul{width:min(900px,100%);grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,1fr);grid-auto-flow:column;text-align:left}.list-3-2>ul>li{align-items:center;min-height:78px}.critical-center .critical-figure{max-width:940px;margin:2.25rem auto 0}.steps-inline{counter-reset:step;list-style:none;margin:1.6rem auto 0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem;max-width:940px;text-align:left}.steps-inline>li{display:flex;align-items:center;gap:.7rem;background:#fff;border:1px solid var(--rc-line);border-radius:999px;padding:.65rem 1.35rem .65rem .65rem;font-family:var(--font-titres);font-weight:600;font-size:.95rem;color:var(--rc-navy);box-shadow:var(--rc-shadow)}.steps-inline>li:before{counter-increment:step;content:counter(step);flex:none;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--rc-blue),var(--rc-deep));color:#fff;font-weight:700;font-size:.9rem}.svc-panel-logo{min-height:250px}.svc-panel-logo .panel-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(190px,48%);height:auto;z-index:2;pointer-events:none}@media(max-width:680px){.list-3-2>ul{grid-template-columns:1fr;grid-template-rows:none;grid-auto-flow:row}.list-3-2>ul>li{min-height:0}}.team-row{display:grid;grid-template-columns:repeat(5,1fr);gap:clamp(1rem,2vw,1.5rem);align-items:start;margin-block:2rem}.team-row .col h4{font-size:1rem}.team-row .col p{font-size:.9rem}@media(max-width:980px){.team-row{grid-template-columns:repeat(3,1fr)}}@media(max-width:620px){.team-row{grid-template-columns:repeat(2,1fr)}}.team-grid figure{margin:0 0 1rem;max-width:290px;aspect-ratio:1;border-radius:var(--rc-radius);border:1px solid var(--rc-line);overflow:hidden;box-shadow:0 10px 26px #083c581a}.team-grid figure img{width:100%;height:100%;max-height:none;border:0;border-radius:0;object-fit:cover;object-position:center top}.team-grid h4{margin-bottom:.15rem;color:var(--rc-navy)}.team-grid hr{border:0;border-top:1px solid var(--rc-line);margin:.75rem 0}.blurb{position:relative;background:var(--blanc);border:1px solid var(--rc-line);border-radius:var(--rc-radius);padding:1.75rem;height:100%;overflow:hidden;transition:transform .22s,box-shadow .22s,border-color .22s}.blurb:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--rc-blue),var(--rc-orange));transform:scaleX(0);transform-origin:left;transition:transform .3s}.blurb:hover{transform:translateY(-5px);border-color:transparent;box-shadow:var(--rc-shadow)}.blurb:hover:before{transform:scaleX(1)}.blurb img{width:64px;height:64px;object-fit:contain;margin-bottom:1rem}.blurb h3{margin-bottom:.4em}.page-content details{border:1px solid var(--rc-line);border-radius:var(--rc-radius);margin:.6rem 0;background:var(--blanc);overflow:hidden;transition:box-shadow .2s}.page-content details[open]{box-shadow:var(--rc-shadow)}.page-content summary{cursor:pointer;padding:1rem 1.25rem;font-family:var(--font-titres);font-weight:600;color:var(--rc-navy);list-style-position:inside;transition:background-color .18s,color .18s}.page-content summary:hover{color:var(--rc-blue);background:var(--rc-pale)}.page-content details>div{padding:0 1.25rem 1.1rem}.page-content details[open]>summary{border-bottom:1px solid var(--rc-line);margin-bottom:.75rem}.tab-block{background:var(--fond-clair);border-radius:.75rem;padding:1.25rem 1.5rem;margin:1rem 0}.page-menu ul{list-style:none;display:flex;flex-wrap:wrap;gap:.6rem;padding:0 0 1.25rem;margin:1rem 0 2rem;border-bottom:1px solid var(--rc-line)}.page-menu a{display:inline-block;font-family:var(--font-titres);font-size:.88rem;font-weight:500;text-decoration:none;padding:.45rem 1rem;border-radius:999px;border:1px solid var(--rc-line);color:var(--rc-navy);transition:background-color .18s,border-color .18s,color .18s}.page-menu a:hover{background:var(--rc-blue);border-color:var(--rc-blue);color:var(--blanc);text-decoration:none}.post-list{list-style:none;padding:0;margin:1.5rem 0;display:grid;gap:1rem}.post-list li{position:relative;background:var(--blanc);border:1px solid var(--rc-line);border-radius:var(--rc-radius);padding:1.35rem 1.6rem;overflow:hidden;transition:transform .2s,border-color .2s,box-shadow .2s}.post-list li:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(180deg,var(--rc-blue),var(--rc-orange));transform:scaleY(0);transform-origin:top;transition:transform .25s}.post-list li:hover{transform:translate(4px);border-color:var(--rc-blue);box-shadow:0 10px 26px #083c581a}.post-list li:hover:before{transform:scaleY(1)}.post-list a{text-decoration:none;font-family:var(--font-titres)}.post-list p{margin:.5rem 0 0;color:var(--gris);font-size:.95rem}.contact-form{display:grid;gap:1rem;max-width:560px}.contact-form label{display:grid;gap:.35rem;font-family:var(--font-titres);font-size:.9rem;font-weight:500;color:var(--azur-fonce)}.contact-form input,.contact-form textarea{font-family:var(--font-corps);font-size:1rem;padding:.8rem 1rem;border:1px solid var(--rc-line);border-radius:.65rem;background:var(--blanc);color:var(--texte);transition:border-color .18s,box-shadow .18s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--rc-blue);box-shadow:0 0 0 3px #0d77be26}.contact-offices{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 2rem;margin-top:.75rem}.contact-office h3{font-family:var(--font-titres);font-size:.95rem;font-weight:700;color:var(--rc-navy);margin:0 0 .5rem}.contact-office p{margin:0 0 .5rem;line-height:1.55}@media(max-width:560px){.contact-offices{grid-template-columns:1fr}}.map-embed iframe{width:100%;min-height:380px;border:0;border-radius:.75rem}.table-wrap{overflow-x:auto;margin:1.5rem 0;border:1px solid var(--rc-line);border-radius:var(--rc-radius)}.table-wrap table{border-collapse:collapse;width:100%;font-size:.95rem}.table-wrap td,.table-wrap th{border:1px solid var(--rc-line);padding:.7rem .9rem;vertical-align:top}.table-wrap tr:first-child td{background:var(--rc-navy);color:var(--blanc);font-family:var(--font-titres)}.table-wrap tr:first-child td p{margin:0}.table-wrap tbody tr:hover td{background:var(--rc-pale)}.page-content .page-section ul:not([class]){list-style:none;padding-left:0;margin:1.5rem 0;display:grid;gap:.6rem}.page-content .page-section ul:not([class])>li{display:flex;align-items:flex-start;gap:.85rem;padding:.85rem 1.1rem;background:var(--blanc);border:1px solid var(--rc-line);border-radius:12px;color:var(--rc-texte);transition:transform .18s,background-color .18s,border-color .18s,box-shadow .18s}.page-content .page-section ul:not([class])>li:before{content:"";flex:none;width:24px;height:24px;margin-top:.1em;border-radius:50%;background:var(--rc-blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 13px no-repeat;box-shadow:0 3px 8px #0d77be40;transition:transform .18s,background-color .18s}.page-content .page-section ul:not([class])>li:hover{transform:translate(4px);border-color:var(--rc-blue);box-shadow:0 10px 24px #083c581a}.page-content .page-section ul:not([class])>li:hover:before{transform:scale(1.1);background-color:var(--rc-orange)}.has-reveal .reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s cubic-bezier(.22,1,.36,1)}.has-reveal .reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.page-hero:before,.page-hero:after{animation:none}.has-reveal .reveal{opacity:1;transform:none;transition:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}:focus-visible{outline:3px solid var(--orange);outline-offset:2px}
