.header{position:sticky;top:0;z-index:100;background:var(--white);box-shadow:0 1px #e8ecf0;transition:background .25s ease,box-shadow .25s ease}.header--dark{background:#000;box-shadow:none}.layout--home .main{margin-top:0}.header__inner{display:flex;align-items:center;gap:1.5rem;padding:1rem 0}.header__logo img{height:52px;width:auto;display:block}.header__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:2.5rem;height:2.5rem;padding:.45rem;border:1px solid transparent;border-radius:var(--radius);background:transparent;cursor:pointer}.header__burger-line{display:block;width:100%;height:2px;background:var(--text);border-radius:1px;transition:transform .2s ease,opacity .2s ease,background .25s ease}.header--dark .header__burger-line{background:var(--white)}.header--menu-open .header__burger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.header--menu-open .header__burger-line:nth-child(2){opacity:0}.header--menu-open .header__burger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__mobile,.header__backdrop{display:none}.header__nav{display:flex;align-items:center;justify-content:center;gap:2rem;flex:1;flex-wrap:wrap}.header__nav>a,.header__dropdown{display:inline-flex;align-items:center;height:2rem}.header__link{display:inline-flex;align-items:center;color:var(--text);font-weight:500;font-size:.95rem;line-height:1.2;text-decoration:none!important;padding:0 0 .35rem;border-bottom:3px solid transparent;box-sizing:border-box;transition:color .25s ease,border-color .25s ease;white-space:nowrap}.header__link:hover{color:var(--primary)}.header--dark .header__link,.header--dark .header__link--parent{color:var(--white)}.header--dark .header__link:hover,.header--dark .header__link--parent:hover{color:#7ec8f7}.header__link--active{border-bottom-color:var(--primary)}.header--dark .header__link--active{border-bottom-color:var(--primary);color:var(--white)}.header__tools{display:flex;align-items:center;gap:1rem;margin-left:auto}.lang-toggle{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .4rem;border:1px solid #e2e6eb;border-radius:999px;background:var(--white);line-height:1}.header--dark .lang-toggle{background:#ffffff14;border-color:#ffffff47}.lang-toggle__btn{display:inline-flex;align-items:center;justify-content:center;padding:.15rem;border:none;background:transparent;cursor:pointer;border-radius:4px;opacity:.55;transition:opacity .2s ease,box-shadow .2s ease}.lang-toggle__flag{display:block;width:1.35rem;height:auto;border-radius:2px;box-shadow:0 0 0 1px #00000014}.lang-toggle__btn:hover{opacity:.85}.lang-toggle__btn--active{opacity:1;box-shadow:0 0 0 2px var(--primary)}.lang-toggle__btn--active:hover{opacity:1}.header--dark .lang-toggle__btn{opacity:.65}.header--dark .lang-toggle__btn:hover{opacity:.9}.header--dark .lang-toggle__btn--active{opacity:1;box-shadow:0 0 0 2px var(--primary)}.header--dark .lang-toggle__flag{box-shadow:0 0 0 1px #ffffff26}.lang-toggle__btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.header__divider{width:1px;height:28px;background:#444}.header__search{display:flex;align-items:center;justify-content:center;color:var(--white);padding:.35rem}.header__search:hover{color:#7ec8f7}.header__search-icon{width:22px;height:22px}.header:not(.header--dark) .header__search{color:var(--text)}.header:not(.header--dark) .header__divider{background:#ddd}.header__dropdown{position:relative;cursor:default}.header__link--parent{cursor:pointer}.header__link--parent:after{content:"▾";margin-left:.35em;font-size:.7em;opacity:.85;line-height:1}.header__dropdown:hover .header__menu{display:block}.header__menu{display:none;position:absolute;top:100%;left:0;min-width:200px;background:var(--white);box-shadow:var(--shadow);border-radius:var(--radius);padding:.5rem 0;z-index:10}.header--dark .header__menu{background:#111;border:1px solid #333}.header--dark .header__menu a{color:#eee}.header--dark .header__menu a:hover{background:#222;color:var(--white)}.header__menu a{display:block;padding:.5rem 1rem;color:var(--text);text-decoration:none}.header__menu a:hover{background:var(--bg-alt);color:var(--primary)}.main{min-height:60vh}.footer{margin-top:0;padding:0}.footer__main{background:var(--bg-alt);color:var(--text);padding:var(--section-padding-y, 4rem) 0}.footer__grid{display:grid;grid-template-columns:1.15fr .65fr 1.2fr;gap:clamp(2rem,4vw,3.5rem);align-items:start}.footer__title{margin:0 0 1rem;font-size:1.35rem;font-weight:700;color:var(--text);letter-spacing:.02em}.footer__heading{margin:0 0 1.25rem;font-size:1.35rem;font-weight:700;color:var(--text)}.footer__intro{margin:0 0 1.5rem;font-size:.9rem;line-height:1.65;color:var(--text);max-width:36rem}.footer__logo-box{display:inline-block;text-decoration:none!important;line-height:0}.footer__logo-box img{display:block;width:auto;height:48px;max-width:min(261px,100%);object-fit:contain}.footer__nav{display:flex;flex-direction:column;gap:.5rem}.footer__nav a{display:inline;margin:0;font-size:.95rem;font-weight:500;color:var(--text);text-decoration:none}.footer__nav a:hover{color:var(--primary);text-decoration:underline}.footer__info-body{display:grid;grid-template-columns:1fr min(220px,42%);gap:1.25rem;align-items:start}.footer__contact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem;font-size:.88rem;line-height:1.55}.footer__contact-item{display:flex;align-items:flex-start;gap:.65rem}.footer__contact-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:22px;height:22px;margin-top:.1rem;color:var(--primary)}.footer__contact-icon svg{width:20px;height:20px}.footer__address{font-style:normal;margin:0;color:var(--text)}.footer__contact-item a{display:inline;margin:0;color:var(--text);text-decoration:none}.footer__contact-item a:hover{color:var(--primary);text-decoration:underline}.footer__contact-item span{color:var(--text)}.footer__map{border-radius:var(--radius);overflow:hidden;border:1px solid #dde3ea;background:#e8ecf0;min-height:100%}.footer__map iframe{display:block;width:100%;height:100%;min-height:160px;border:0}.footer__bar{background:#000;color:#fff;padding:.85rem 0}.footer__bar-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.footer__bar-legal{margin:0;font-size:.8rem;line-height:1.5;color:#fff;flex:1;min-width:0}.footer__bar-legal a{display:inline;margin:0;color:#fff;text-decoration:none}.footer__bar-legal a:hover{text-decoration:underline;color:#fff}.footer__bar-sep{margin:0 .35rem;color:#888;-webkit-user-select:none;user-select:none}.footer__bar-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.footer__social{display:flex;align-items:center;gap:.65rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:28px;height:28px;color:#fff!important;text-decoration:none!important}.footer__social-link svg{width:18px;height:18px}.footer__social-link:hover{opacity:.75}.scroll-to-top{position:fixed;right:clamp(1rem,3vw,1.75rem);bottom:clamp(1rem,3vw,1.75rem);z-index:90;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;border-radius:var(--radius);background:var(--primary);color:#fff;cursor:pointer;box-shadow:var(--shadow);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(.5rem);transition:opacity .25s ease,visibility .25s ease,transform .25s ease,background .2s ease}.scroll-to-top--visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.scroll-to-top svg{width:20px;height:20px}.scroll-to-top:hover{background:var(--primary-dark)}.scroll-to-top:focus-visible{outline:2px solid var(--primary);outline-offset:3px}@media(prefers-reduced-motion:reduce){.scroll-to-top{transition:none;transform:none}.scroll-to-top--visible{transform:none}}@media(max-width:960px){.footer__grid{grid-template-columns:1fr 1fr}.footer__brand,.footer__col--info{grid-column:1 / -1}}@media(max-width:640px){.footer__grid,.footer__info-body{grid-template-columns:1fr}.footer__map iframe{min-height:140px}.footer__bar-inner{flex-direction:column;align-items:flex-start}.footer__bar-actions{width:100%;justify-content:space-between}}.hero--landing{position:relative;background:#000;color:var(--white);overflow:hidden;margin-top:-1px}.hero--landing .container{overflow:visible}.hero--landing__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.hero--landing__bg-photo{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/hero-bg.jpg?v=10) left center / cover no-repeat;opacity:.55}.hero--landing__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#00000059,#000000a6 42%,#000000e0 58%,#000000bf)}.hero--landing__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,42%) minmax(0,58%);gap:1.5rem;align-items:center;min-height:calc(100vh - 84px);max-height:860px;padding-top:var(--section-padding-y, 4rem);padding-bottom:var(--section-padding-y, 4rem)}.hero--landing__text{max-width:520px;padding-right:1rem}.hero--landing__text h1{color:var(--white);font-size:clamp(2rem,4.5vw,3.25rem);font-weight:700;line-height:1.12;margin:0 0 1.5rem;letter-spacing:-.02em}.hero--landing__text p{font-size:1rem;line-height:1.65;color:#ffffffeb;margin:0 0 2rem;font-weight:400}.hero--landing__cta{padding:.85rem 2.25rem;font-size:1rem;border-radius:2px}.hero--landing__visual{position:relative;display:flex;align-items:center;justify-content:center;padding:0;min-height:420px}.hero--landing__visual:before{content:"";position:absolute;top:5%;right:0;bottom:5%;left:0;background:radial-gradient(ellipse 80% 70% at 60% 50%,rgba(0,114,188,.2) 0%,rgba(255,255,255,.06) 35%,transparent 70%);pointer-events:none}.hero--landing__visual img{position:relative;z-index:1;width:115%;max-width:820px;height:auto;object-fit:contain;opacity:1;filter:brightness(1.08) contrast(1.05) drop-shadow(0 8px 32px rgba(0,114,188,.35))}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem}@media(max-width:900px){.hero--landing__grid{grid-template-columns:1fr;min-height:auto;max-height:none;padding-top:var(--section-padding-y, 3rem);padding-bottom:var(--section-padding-y, 3rem)}.hero--landing__bg-photo{opacity:.4;background-position:center}.hero--landing__bg-overlay{background:linear-gradient(180deg,#0006,#000000d9 65%)}.hero--landing__visual{justify-content:center;order:-1}.hero--landing__visual{min-height:auto}.hero--landing__visual img{width:100%;max-width:min(520px,95vw)}}.band{background:var(--primary);color:var(--white);text-align:center;padding-top:1.25rem;padding-bottom:1.25rem;font-weight:500;font-size:.95rem}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}.stats__item{display:flex;flex-direction:column;align-items:center}.stats__icon{width:52px;height:52px;color:var(--primary);margin-bottom:.75rem}.stats__icon svg{width:100%;height:100%}.stats__num{font-size:2rem;font-weight:700;color:var(--primary);line-height:1}.stats__label{font-size:.85rem;color:var(--secondary);margin-top:.35rem;max-width:12rem}@media(max-width:768px){.stats{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:420px){.stats{grid-template-columns:1fr}}.gamme-hero{background:var(--bg-alt);padding-top:var(--section-padding-y, 4rem);padding-bottom:var(--section-padding-y, 4rem)}.gamme-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.gamme-hero__grid--stretch{align-items:stretch}.gamme-hero__grid--stretch .gamme-hero__media{display:flex;min-height:100%}.gamme-hero__grid--stretch .gamme-hero__media img{width:100%;height:100%;min-height:100%;object-fit:cover;border-radius:var(--radius);display:block}@media(max-width:768px){.gamme-hero__grid{grid-template-columns:1fr}.gamme-hero__grid--stretch .gamme-hero__media{min-height:220px}.header__inner{gap:.75rem;padding:.65rem 0}.header__logo{flex:1;min-width:0}.header__logo img{height:34px;max-width:min(180px,48vw);object-fit:contain;object-position:left center}.header__nav,.header__divider{display:none}.header__burger{display:inline-flex}.header__tools{gap:.5rem;margin-left:0}.header__mobile{display:block;position:absolute;left:0;right:0;top:100%;max-height:min(70vh,520px);overflow-y:auto;background:var(--white);border-bottom:1px solid #e8ecf0;box-shadow:0 12px 28px #0000001f;opacity:0;visibility:hidden;transform:translateY(-.5rem);pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.header__mobile--open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.header--dark .header__mobile{background:#0a0a0a;border-bottom-color:#222}.header__mobile-nav{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1.25rem 1.25rem}.header__mobile-link{display:block;padding:.75rem .25rem;color:var(--text);font-weight:600;font-size:1rem;text-decoration:none!important;border-bottom:1px solid #eef1f4}.header__mobile-link--active{color:var(--primary)}.header--dark .header__mobile-link{color:var(--white);border-bottom-color:#222}.header--dark .header__mobile-link--active{color:#7ec8f7}.header__mobile-group{display:flex;flex-direction:column;padding:.35rem 0 .5rem;border-bottom:1px solid #eef1f4}.header--dark .header__mobile-group{border-bottom-color:#222}.header__mobile-label{margin:.35rem 0 .15rem;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#7a8490}.header--dark .header__mobile-label{color:#9aa3ad}.header__mobile-group .header__mobile-link{padding-left:.75rem;font-weight:500;font-size:.95rem;border-bottom:none}.header__backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;border:0;padding:0;background:#0f172a59;cursor:pointer}}.logos-row{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:center}.logos-row img{height:40px;object-fit:contain;filter:grayscale(30%);opacity:.85}.section--logos .container{margin-bottom:0}.section--logos--home .container{text-align:right}.section--logos--home .container h2{margin-bottom:var(--section-gap, 2rem)}.section--logos--home .logos-marquee{margin-top:var(--section-gap, 2rem)}.section--logos--about .section--logos__top{display:flex;flex-direction:column;align-items:flex-end;gap:var(--section-gap, 2rem);margin-bottom:0}.section--logos--about .section--logos__rule{align-self:center;width:min(100%,28rem);max-width:55%;margin:0;border:none;height:2px;background:#e2eaf2;border-radius:1px}.section--logos--about .section--logos__header{display:flex;justify-content:flex-end;width:min(100%,28rem);max-width:55%}.section--logos--about .section--logos__header h2{margin:0 0 35px;text-align:right;max-width:20ch;line-height:1.25}.section--logos--about .logos-marquee{margin-top:0}@media(max-width:640px){.section--logos--about .section--logos__rule{width:min(100%,20rem);max-width:85%}.section--logos--about .section--logos__header{width:100%;max-width:none}}.logos-marquee{overflow:hidden;margin-top:var(--section-gap, 2rem);padding:.5rem 0;mask-image:linear-gradient(90deg,transparent 0%,#000 6%,#000 94%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 6%,#000 94%,transparent 100%)}.logos-marquee__track{display:flex;width:max-content;animation:logos-marquee-scroll 32s linear infinite}.logos-marquee__track:hover{animation-play-state:paused}.logos-marquee__group{display:flex;flex-shrink:0;align-items:center;gap:clamp(2.5rem,5vw,4rem);padding:0 clamp(1.5rem,3vw,2.5rem)}.logos-marquee__group img{height:44px;width:auto;max-width:140px;object-fit:contain;filter:grayscale(30%);opacity:.85;transition:opacity .2s,filter .2s}.logos-marquee__group img:hover{filter:grayscale(0%);opacity:1}@keyframes logos-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.logos-marquee{mask-image:none;-webkit-mask-image:none}.logos-marquee__track{animation:none;flex-wrap:wrap;justify-content:center;width:100%;gap:1.5rem}.logos-marquee__group[aria-hidden=true]{display:none}.logos-marquee__group{flex-wrap:wrap;justify-content:center;padding:0 1rem}}.cta-block{background:var(--primary);color:var(--white);text-align:center;padding:2rem 1.5rem;border-radius:var(--radius)}.cta-block h2{color:var(--white)}.cta-block p{max-width:560px;margin:0 auto 1.5rem}:root{--primary: #0072bc;--primary-dark: #005a94;--secondary: #acacac;--bg-alt: #f5f7fa;--text: #1a1a2e;--white: #ffffff;--shadow: 0 4px 24px rgba(0, 114, 188, .12);--radius: 6px;--section-padding-y: 4rem;--section-gap: 2rem;--header-height: 84px}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--text);line-height:1.6;background:var(--white)}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.container{width:min(1200px,92%);margin:0 auto}.section{padding-top:var(--section-padding-y);padding-bottom:var(--section-padding-y)}.section--alt{background:var(--bg-alt)}.process-band{background:var(--primary);color:var(--white);padding-top:var(--section-padding-y);padding-bottom:var(--section-padding-y)}.process-band__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,3vw,2.5rem)}.process-band__item{display:flex;gap:1rem;align-items:flex-start}.process-band__icon{flex-shrink:0;width:52px;height:52px;color:var(--white)}.process-band__icon svg{width:100%;height:100%}.process-band__title{margin:0 0 1rem;font-size:.95rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--white);line-height:1.2}.process-band__text{margin:0;font-size:.9rem;line-height:1.6;color:#fffffff2}@media(max-width:900px){.process-band__grid{grid-template-columns:1fr;gap:2rem}}.section>.container>h1:first-child,.section>.container>h2:first-child{margin-top:0;margin-bottom:var(--section-gap)}.section__intro{max-width:720px;margin:0 0 var(--section-gap)}h1,h2,h3{line-height:1.25;color:var(--text)}h1{font-size:clamp(1.75rem,4vw,2.5rem)}h2{font-size:clamp(1.35rem,3vw,1.85rem);color:var(--primary);margin-bottom:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;font-size:.95rem;border:2px solid transparent;cursor:pointer;text-decoration:none!important;transition:background .2s,color .2s,border-color .2s}.btn--primary{background:var(--primary);color:var(--white)}.btn--primary:hover{background:var(--primary-dark)}.btn--outline{background:transparent;color:var(--primary);border-color:var(--primary)}.btn--outline:hover{background:var(--primary);color:var(--white)}.btn--secondary{background:var(--white);color:var(--primary);border-color:var(--white)}.btn--sm{padding:.5rem 1rem;font-size:.85rem}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;gap:1.5rem;margin-top:0;align-items:stretch}.why-card{display:flex;flex-direction:column;height:100%;background:var(--white);border-radius:var(--radius);padding:1.5rem 1.25rem;box-shadow:var(--shadow);border:1px solid #e8ecf0;transition:transform .2s,box-shadow .2s}.why-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #0072bc26}.why-card__icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin-bottom:1rem;border-radius:var(--radius);background:#0072bc1a;color:var(--primary)}.why-card__icon svg{width:28px;height:28px}.why-card__title{margin:0 0 .5rem;font-size:1.05rem;font-weight:600;color:var(--primary);line-height:1.3}.why-card__text{margin:0;font-size:.9rem;color:#555;line-height:1.55;flex:1}@media(max-width:900px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.why-grid{grid-template-columns:1fr}}@media(max-width:768px){:root{--section-padding-y: 3rem;--section-gap: 1.5rem}}.secteurs__title{text-align:center;margin-bottom:var(--section-gap)}.secteurs-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,minmax(220px,auto));gap:0;border:1px solid #e8ecf0}.secteurs-grid__cell--img{min-height:220px;overflow:hidden;background:#e8ecf0}.secteurs-grid__cell--img img{width:100%;height:100%;min-height:220px;object-fit:cover;display:block;filter:grayscale(100%);transition:filter .35s ease}.secteurs-grid__cell--img:hover img{filter:grayscale(40%)}.secteurs-grid__cell--text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:1.75rem 1.5rem;background:var(--white);border:1px solid #e8ecf0;margin:-1px}.secteurs-grid__icon{width:44px;height:44px;color:var(--text);margin-bottom:.75rem;flex-shrink:0}.secteurs-grid__icon svg{width:100%;height:100%}.secteurs-grid__heading{margin:0 0 .65rem;font-size:1.05rem;font-weight:700;color:var(--text);text-transform:none}.secteurs-grid__text{margin:0;font-size:.88rem;line-height:1.6;color:#444}@media(max-width:1024px){.secteurs-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.secteurs-grid__cell--img{min-height:200px}}@media(max-width:560px){.secteurs-grid{grid-template-columns:1fr}.secteurs-grid__cell--img,.secteurs-grid__cell--img img{min-height:180px}}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:transform .2s;display:flex;flex-direction:column;height:100%}.card:hover{transform:translateY(-4px)}.card__img{aspect-ratio:4/3;object-fit:contain;background:var(--bg-alt);padding:1rem;width:100%}.card__body{display:flex;flex-direction:column;flex:1;padding:1.25rem}.card__title{margin:0 0 .5rem;font-size:1.1rem;color:var(--primary)}.card__text{margin:0 0 1rem;color:#555;font-size:.9rem}.card__body .btn{margin-top:auto;align-self:flex-start}.spec-table{width:100%;border-collapse:collapse;font-size:.9rem;margin:1rem 0}.spec-table th,.spec-table td{padding:.6rem .75rem;text-align:left;border-bottom:1px solid #e8ecf0}.spec-table th{width:42%;color:var(--secondary);font-weight:500}.gamme-family__intro{display:grid;grid-template-columns:65% 35%;gap:1.25rem;align-items:center;margin-bottom:1.25rem;overflow:visible}.gamme-family__media{order:2;background:transparent;padding:0;width:clamp(300px,46vw,540px);max-width:none;justify-self:center;max-height:clamp(210px,24vw,280px);overflow:hidden;line-height:0;display:flex;align-items:center;justify-content:center}.gamme-family__text{order:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.gamme-family__media img{width:calc(100% * var(--gamme-media-scale, 1));height:auto;max-height:none;object-fit:contain;display:block}.gamme-family--compact-top{padding-top:0}.gamme-family__intro--m2m4{padding-bottom:64px}.gamme-family__intro--text-only{grid-template-columns:1fr;min-height:200px}.gamme-family__intro--text-only .gamme-family__text{max-width:52rem;align-items:flex-start;text-align:left}.gamme-family__text h2{margin-top:0;margin-bottom:.5rem}.gamme-family__text p{margin:0;color:#444;line-height:1.5;max-width:52rem}.gamme-family__models{display:flex;flex-direction:column;gap:0}@media(max-width:768px){.gamme-family__intro{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.gamme-family__media,.gamme-family__text{order:unset}.gamme-family__text{align-items:center;text-align:center}.gamme-family__media{width:100%;justify-self:center;max-height:clamp(180px,52vw,240px)}.gamme-family__media img{max-height:none}}.model-card{background:var(--white);border:1px solid #e8ecf0;border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem}.model-card__grid{display:grid;grid-template-columns:minmax(160px,240px) 1fr;gap:1.5rem;align-items:start}.model-card__media{background:var(--bg-alt);border-radius:var(--radius);padding:1rem;display:flex;align-items:center;justify-content:center}.model-card__media img{width:100%;max-height:220px;object-fit:contain}.model-card__mark{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;min-height:180px;width:100%;padding:1.25rem 1rem;color:var(--primary);background:radial-gradient(circle at 30% 20%,rgba(0,114,188,.12),transparent 55%),linear-gradient(160deg,#eef5fb,#f5f7fa 55%,#e8eef5);border-radius:calc(var(--radius) - 2px)}.model-card__mark-icon{width:3.25rem;height:3.25rem}.model-card__mark-label{font-size:1.35rem;font-weight:800;letter-spacing:.12em;line-height:1}.model-card__body h3{margin:0;color:var(--primary)}.model-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.model-card__header h3{flex:1;min-width:0}.model-card__price{flex-shrink:0;margin:0;text-align:right;white-space:nowrap}.model-card__actions{margin-top:1rem;display:flex;gap:.75rem;flex-wrap:wrap}@media(max-width:640px){.model-card__grid{grid-template-columns:1fr}.model-card__media img{max-height:180px}.model-card__price{white-space:normal;font-size:.9rem}}.price-tag{display:inline-block;background:var(--bg-alt);color:var(--primary);font-weight:700;padding:.35rem .75rem;border-radius:var(--radius);margin-top:.75rem}.legal-page{max-width:800px;margin:0 auto}.legal-page__meta{color:var(--secondary);font-size:.9rem;margin:0 0 2rem}.legal-page__note{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #e8ecf0;font-size:.85rem;color:var(--secondary);font-style:italic}.legal-page h2{font-size:1.2rem;margin-top:2rem}.legal-page h2:first-of-type{margin-top:1rem}.about-hero{position:relative;display:flex;align-items:center;overflow:hidden;min-height:clamp(340px,46vh,500px);padding:clamp(3rem,8vh,5rem) 0;color:var(--white)}.about-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.about-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}.about-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#0072bced,#005a94e0 42%,#0072bcb8 68%,#003c648c)}.about-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(2rem,5vw,3.5rem);align-items:center}.about-hero__eyebrow{margin:0 0 .75rem;font-size:.78rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#ffffffe0}.about-hero__title{margin:0 0 1rem;font-size:clamp(2.5rem,6vw,3.75rem);font-weight:800;line-height:1.05;letter-spacing:-.02em;color:var(--white)}.about-hero__lead{margin:0;max-width:34rem;font-size:clamp(1rem,2vw,1.125rem);line-height:1.65;color:#ffffffeb}.about-hero__stats{display:flex;flex-direction:row;flex-wrap:nowrap;gap:.65rem;margin:0;padding:0;list-style:none}.about-hero__stat{flex:1 1 0;min-width:0;padding:.9rem 1.15rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.28);border-radius:10px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.about-hero__stat strong{display:block;font-size:1.4rem;font-weight:800;line-height:1.15;font-variant-numeric:tabular-nums;color:var(--white)}.about-hero__stat span{display:block;margin-top:.2rem;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#ffffffd9}@media(max-width:768px){.about-hero__inner{grid-template-columns:1fr;align-items:center}.about-hero__stats{flex-wrap:nowrap}.about-hero__stat{padding:.75rem .65rem}.about-hero__stat strong{font-size:1.15rem}.about-hero__stat span{font-size:.65rem}}.contact-hero{position:relative;display:flex;align-items:center;overflow:hidden;min-height:clamp(340px,46vh,500px);padding:clamp(3rem,8vh,5rem) 0;color:var(--white)}.contact-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.contact-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}.contact-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#0072bcf0,#005288e6 38%,#0072bcbf 70%,#141e28a6)}.contact-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(460px,640px);gap:clamp(2rem,5vw,3.5rem);align-items:end}.contact-hero__eyebrow{margin:0 0 .75rem;font-size:.78rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#ffffffe0}.contact-hero__title{margin:0 0 1rem;font-size:clamp(2.5rem,6vw,3.75rem);font-weight:800;line-height:1.05;letter-spacing:-.02em;color:var(--white)}.contact-hero__lead{margin:0;max-width:34rem;font-size:clamp(1rem,2vw,1.125rem);line-height:1.65;color:#ffffffeb}.contact-hero__cards{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:.85rem;margin:0;padding:0;list-style:none;width:100%}.contact-hero__card{display:flex;align-items:flex-start;gap:.85rem;min-width:0;padding:1.1rem 1.4rem;background:#ffffff1c;border:1px solid rgba(255,255,255,.26);border-radius:10px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.contact-hero__card-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:8px;background:#ffffff26;color:var(--white)}.contact-hero__card-icon svg{width:1.15rem;height:1.15rem}.contact-hero__card-body{flex:1;min-width:0}.contact-hero__card-label{display:block;margin-bottom:.3rem;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffffc7}.contact-hero__card-value{display:block;font-size:.88rem;font-weight:600;line-height:1.45;color:var(--white)}.contact-hero__card-value--single{white-space:nowrap;font-size:.86rem}.contact-hero__card-value--multiline{white-space:normal;font-size:.82rem;line-height:1.35}.contact-hero__card-value--multiline .contact-hero__line{display:block}.contact-hero__card-value--multiline .contact-hero__line+.contact-hero__line{margin-top:.2rem}.contact-hero__card--adresse .contact-hero__line--street{white-space:nowrap;font-size:.82rem;letter-spacing:-.01em}.contact-hero__link{color:var(--white);text-decoration:none;transition:opacity .2s}.contact-hero__link:hover{opacity:.85;text-decoration:underline}@media(max-width:1100px){.contact-hero__inner{grid-template-columns:1fr;align-items:start}.contact-hero__cards{max-width:640px;margin-left:auto}}@media(max-width:900px){.contact-hero__cards{max-width:100%;margin-left:0}}@media(max-width:560px){.contact-hero__cards{grid-template-columns:1fr}}@media(max-width:480px){.contact-hero__card-value--single{white-space:normal;font-size:.88rem}}.contact-page__inner{max-width:720px}.contact-page__form-title{margin:0 0 var(--section-gap);font-size:clamp(1.35rem,3vw,1.85rem);font-weight:700;color:var(--text)}.contact-page__form label{display:block;margin-bottom:1rem;font-weight:500;font-size:.9rem;color:var(--text)}.contact-page__form input:not([type=checkbox]),.contact-page__form textarea{display:block;width:100%;margin-top:.35rem;padding:.65rem .75rem;border:1px solid #dde3ea;border-radius:var(--radius);font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.contact-page__form input:not([type=checkbox]):focus,.contact-page__form textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0072bc26}.contact-page__checkbox{display:flex!important;align-items:flex-start;gap:.5rem;cursor:pointer}.contact-page__checkbox input[type=checkbox]{width:1.05rem;height:1.05rem;margin:.2rem 0 0;flex-shrink:0;cursor:pointer}.contact-page__checkbox span{font-size:.85rem;font-weight:400;line-height:1.5}.contact-page__success{margin-top:0}.contact-page__honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.contact-page__error{margin:0 0 1rem;padding:.75rem 1rem;border-radius:var(--radius);background:#fef2f2;color:#b91c1c;font-size:.9rem}.about-story{padding:clamp(2rem,5vw,4rem) 0 clamp(3rem,8vw,6rem)}.about-story__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,5vw,4.5rem);align-items:stretch}.about-story__media{grid-column:1;align-self:stretch}.about-story__media-sticky{position:sticky;top:6rem;margin:0;display:flex;align-items:center;justify-content:center;height:calc(100vh - 8rem);height:calc(100svh - 8rem)}.about-story__media-sticky img{width:100%;max-width:100%;height:min(72vh,640px);height:min(72svh,640px);object-fit:cover;object-position:center;border-radius:12px}.about-story__steps{grid-column:2;display:flex;flex-direction:column}.about-story__step{min-height:100vh;min-height:100svh;display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,6vh,4rem) 0;max-width:34rem;opacity:.35;transition:opacity .35s ease}.about-story__step--active{opacity:1}.about-story__step h2{margin:0 0 1.5rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;color:var(--text);line-height:1.2}.about-story__step p{margin:0 0 1.25rem;color:#444;line-height:1.75;font-size:1rem;text-align:justify}.about-story__step p:last-child{margin-bottom:0}@media(max-width:900px){.about-story__layout{grid-template-columns:1fr}.about-story__media{grid-column:1;grid-row:auto}.about-story__steps{grid-column:1}.about-story__media-sticky{position:relative;top:auto;height:auto;margin-bottom:1.5rem}.about-story__media-sticky img{height:260px}.about-story__step{min-height:auto;max-width:none;opacity:1}.about-story__step:not(:last-child){border-bottom:1px solid #e8ecf0;padding-bottom:2.5rem}}@media(prefers-reduced-motion:reduce){.about-story__step{transition:none}}.about-process.section--alt{background:var(--bg-alt)}.about-process__header{text-align:center;max-width:640px;margin:0 auto var(--section-gap)}.about-process__title{margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:var(--text);line-height:1.2}.about-process__title:after{content:"";display:block;width:48px;height:4px;margin:1rem auto 0;background:var(--primary);border-radius:2px}.about-process__lead{margin:0;font-size:1rem;line-height:1.65;color:#555}.about-process__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;list-style:none;margin:0;padding:0;counter-reset:process-step}.about-process__card{position:relative;display:flex;flex-direction:column;gap:1rem;margin:0;padding:1.75rem 1.5rem 1.5rem;background:var(--white);border:1px solid #e2eaf2;border-radius:12px;box-shadow:0 8px 32px #0072bc12;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.about-process__card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary) 0%,#3d9fd9 100%)}.about-process__card:hover{transform:translateY(-4px);border-color:#0072bc40;box-shadow:0 16px 40px #0072bc1f}.about-process__num{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1;color:var(--primary);letter-spacing:-.03em}.about-process__label{display:block;margin-bottom:.35rem;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--secondary)}.about-process__body h3{margin:0 0 .65rem;font-size:1.1rem;font-weight:700;color:var(--text);line-height:1.3}.about-process__body p{margin:0;font-size:.9rem;line-height:1.65;color:#555}.about-stats{background:var(--white);padding-bottom:0}.about-stats__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:clamp(2.5rem,6vw,5rem);align-items:start}.about-stats__title{margin:0 0 1rem;font-size:clamp(1.35rem,3vw,1.85rem);font-weight:700;line-height:1.25;color:var(--text)}.about-stats__title-line{display:block;font-weight:inherit}.about-stats__title-accent{color:var(--primary)}.about-stats__intro{margin:0;max-width:36rem;font-size:.95rem;line-height:1.7;color:#444;text-align:left}.about-stats__bars{display:flex;flex-direction:column;gap:clamp(2rem,4vh,2.75rem);padding-top:.25rem}.about-stats__bar-item{display:flex;flex-direction:column;gap:.5rem}.about-stats__value{margin:0;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:800;line-height:1;color:var(--text)}.about-stats__track{width:100%;height:6px;background:#e8ecf0;border-radius:3px;overflow:hidden}.about-stats__fill{display:block;height:100%;width:0;background:var(--primary);border-radius:3px;transition-property:width;transition-duration:var(--about-stat-duration, 2.6s);transition-timing-function:cubic-bezier(.22,1,.36,1);transition-delay:var(--about-stat-delay, 0ms)}.about-stats--animate .about-stats__fill{width:var(--about-stat-target, 0%)}.about-stats__label{margin:.15rem 0 0;font-size:.95rem;font-weight:700;line-height:1.35;color:var(--text)}@media(max-width:900px){.about-process__grid{grid-template-columns:repeat(2,1fr)}.about-stats__layout{grid-template-columns:1fr;gap:2.5rem}}@media(prefers-reduced-motion:reduce){.about-stats__fill{transition:none;width:var(--about-stat-target, 0%)}}@media(max-width:560px){.about-process__grid{grid-template-columns:1fr;gap:1.25rem}.about-process__card{flex-direction:row;align-items:flex-start;gap:1.25rem;padding:1.25rem}.about-process__num{flex-shrink:0;font-size:2rem;min-width:2.5rem}}@media(prefers-reduced-motion:reduce){.about-process__card{transition:none}.about-process__card:hover{transform:none}}.legal-page p,.legal-page li{color:#444}.doc-toolbar{padding:60px 0 1.25rem;background:var(--white);border-top:1px solid #e8ecf0;border-bottom:1px solid #e8ecf0}.doc-toolbar__inner{display:flex;flex-direction:column;gap:.85rem}.doc-toolbar__count{margin:0;font-size:.85rem;color:#5a6573;text-align:center}.doc-hero{position:relative;overflow:hidden;padding:clamp(2.5rem,6vw,4rem) 0 clamp(2.5rem,5vw,3.5rem);background:radial-gradient(circle at 20% 25%,rgba(0,114,188,.35),transparent 55%),radial-gradient(circle at 80% 75%,rgba(0,60,100,.45),transparent 60%),linear-gradient(160deg,#061a2c,#07365d 55%,#0a4d84);color:var(--white)}.doc-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.doc-hero__glow{position:absolute;filter:blur(80px);opacity:.55}.doc-hero__glow--1{top:-120px;left:-80px;width:380px;height:380px;background:#00aeff66;border-radius:50%}.doc-hero__glow--2{bottom:-140px;right:-80px;width:460px;height:460px;background:#0072bc59;border-radius:50%}.doc-hero__inner{position:relative;z-index:1;max-width:760px;text-align:center;margin:0 auto}.doc-hero__eyebrow{margin:0 0 .75rem;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:#ffffffd9}.doc-hero__title{margin:0 0 1rem;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:800;letter-spacing:-.02em;line-height:1.1;color:var(--white)}.doc-hero__lead{margin:0 auto;max-width:580px;font-size:clamp(1rem,1.6vw,1.1rem);line-height:1.65;color:#ffffffdb}.doc-search{position:relative;display:flex;align-items:center;width:100%;max-width:640px;margin:0 auto;background:var(--bg-alt);border:1px solid #dce3ea;border-radius:999px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.doc-search:focus-within{border-color:#0072bc8c;box-shadow:0 0 0 3px #0072bc1f;background:var(--white)}.doc-search__icon{display:flex;padding:0 .5rem 0 1.1rem;color:var(--primary)}.doc-search__icon svg{width:20px;height:20px}.doc-search__input{flex:1;padding:.95rem .75rem;border:none;font-family:inherit;font-size:1rem;color:var(--text);background:transparent}.doc-search__input:focus{outline:none}.doc-search__clear{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin-right:.4rem;border:none;background:var(--bg-alt);color:var(--text);border-radius:50%;cursor:pointer;transition:background .2s,color .2s}.doc-search__clear svg{width:16px;height:16px}.doc-search__clear:hover{background:var(--primary);color:var(--white)}.doc-filters{width:100%;text-align:left}.doc-filters__label{display:block;margin-bottom:.55rem;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#6a7583}.doc-filters__track{display:flex;flex-wrap:wrap;justify-content:center;gap:.45rem}.doc-filter{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .85rem;border:1px solid #d4dae1;border-radius:999px;background:var(--bg-alt);color:var(--text);font-family:inherit;font-size:.8rem;font-weight:600;line-height:1.2;cursor:pointer;white-space:nowrap;transition:background .2s ease,border-color .2s ease,color .2s ease}.doc-filter:hover{background:var(--white);border-color:#0072bc73;color:var(--primary)}.doc-filter--active{background:var(--primary);border-color:var(--primary);color:var(--white);box-shadow:0 6px 16px -8px #0072bc73}.doc-filter--active:hover{background:var(--primary-dark);border-color:var(--primary-dark);color:var(--white)}.doc-filter__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;padding:.1rem .4rem;border-radius:999px;background:#00000014;font-size:.7rem;font-weight:700;font-variant-numeric:tabular-nums}.doc-filter--active .doc-filter__count{background:#ffffff38;color:var(--white)}.doc-filters__reset{display:block;margin:.15rem auto 0;padding:.35rem .75rem;border:none;background:transparent;color:var(--primary);font-family:inherit;font-size:.82rem;font-weight:600;text-decoration:underline;text-underline-offset:3px;cursor:pointer;transition:color .2s ease}.doc-filters__reset:hover{color:var(--primary-dark)}@media(max-width:768px){:root{--header-height: 72px}.doc-toolbar{padding:60px 0 1rem}.doc-filters__track{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;padding-bottom:.35rem;scrollbar-width:thin;scrollbar-color:#c5cdd6 transparent}}.doc-featured__header{margin-bottom:clamp(1.5rem,3vw,2.5rem)}.doc-featured__header h2{margin:0 0 .5rem;font-size:clamp(1.5rem,3vw,1.85rem)}.doc-featured__header p{margin:0;color:#555;max-width:580px}.doc-featured__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr));gap:clamp(1rem,2vw,1.5rem)}.doc-featured__card{container-type:inline-size;display:grid;grid-template-columns:56px minmax(0,1fr);gap:.75rem 1.1rem;padding:1.35rem 1.65rem;background:var(--white);border:1px solid #e8ecf0;border-radius:14px;color:var(--text);box-shadow:0 6px 16px -10px #001e3c2e;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.doc-featured__card:hover{transform:translateY(-3px);box-shadow:0 18px 30px -16px #00508c66;border-color:#0072bc66}.doc-featured__icon{grid-row:span 2;align-self:start;flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#0072bc14;color:var(--primary)}.doc-featured__icon svg{width:36px;height:36px}.doc-featured__body{grid-column:2;min-width:0}.doc-featured__badge{display:inline-block;margin-bottom:.4rem;padding:.18rem .55rem;background:#0072bc1f;color:var(--primary);font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-radius:999px}.doc-featured__body h3{margin:0 0 .35rem;font-size:1.02rem;font-weight:700;line-height:1.35;color:var(--text)}.doc-featured__meta{font-size:.82rem;color:#777;letter-spacing:.04em}.doc-featured__actions{grid-column:1 / -1;display:flex;align-items:stretch;gap:.65rem;width:100%;min-width:0;max-width:100%;margin-top:.15rem;padding:.85rem .25rem 0;border-top:1px solid #eef1f5;box-sizing:border-box}.doc-featured__btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;flex:1 1 0;min-width:0;max-width:100%;padding:.6rem .65rem;border-radius:9px;font-family:inherit;font-size:.76rem;font-weight:600;line-height:1.2;cursor:pointer;white-space:nowrap;text-decoration:none!important;box-sizing:border-box;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.doc-featured__btn svg{flex-shrink:0;width:15px;height:15px}.doc-featured__btn span{flex:0 1 auto;min-width:0}@container (max-width: 400px){.doc-featured__actions{flex-direction:column;padding-inline:0}.doc-featured__btn{flex:none;width:100%;padding:.65rem 1rem;font-size:.8rem}}.doc-featured__btn--preview{background:transparent;border:1px solid rgba(0,114,188,.45);color:var(--primary)}.doc-featured__btn--preview:hover{background:#0072bc14;border-color:var(--primary)}.doc-featured__btn--download{background:var(--primary);border:1px solid var(--primary);color:var(--white)}.doc-featured__btn--download:hover{background:var(--primary-dark);border-color:var(--primary-dark);transform:translateY(-1px)}.doc-sections__header{margin-bottom:clamp(1.75rem,3.5vw,2.5rem)}.doc-sections__header h2{margin:0 0 .5rem;font-size:clamp(1.5rem,3vw,1.85rem)}.doc-sections__header p{margin:0;max-width:620px;color:#555}.doc-sections__empty{padding:2rem 1.25rem;text-align:center;background:var(--white);border:1px dashed #d4dae1;border-radius:12px;color:#555}.doc-sections__list{display:flex;flex-direction:column;gap:clamp(1.5rem,3vw,2.25rem)}.doc-section{background:var(--white);border:1px solid #e3e8ee;border-radius:16px;padding:clamp(1.25rem,2.5vw,1.75rem);box-shadow:0 4px 18px -14px #001e3c40}.doc-section__head{display:flex;align-items:center;gap:1rem;padding-bottom:1rem;margin-bottom:1.25rem;border-bottom:1px solid #eef1f5}.doc-section__icon{flex-shrink:0;width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,#0072bc26,#003c6414);color:var(--primary)}.doc-section__icon svg{width:28px;height:28px}.doc-section__heading{flex:1;min-width:0}.doc-section__heading h3{margin:0 0 .2rem;font-size:1.15rem;font-weight:700;color:var(--text)}.doc-section__heading p{margin:0;font-size:.88rem;color:#666;line-height:1.5}.doc-section__count{flex-shrink:0;padding:.3rem .7rem;background:var(--bg-alt);border-radius:999px;font-size:.78rem;font-weight:600;color:#555;white-space:nowrap}.doc-cards{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.85rem}.doc-card{display:grid;grid-template-columns:38px minmax(0,1fr);gap:.45rem .85rem;align-items:start;padding:.9rem 1rem 1rem;background:#fbfcfe;border:1px solid #e8ecf0;border-radius:12px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.doc-card:hover{border-color:#0072bc66;background:var(--white);box-shadow:0 8px 18px -12px #0072bc66}.doc-card__icon-wrap{flex-shrink:0;width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:var(--primary)}.doc-card__icon-wrap svg{width:28px;height:28px}.doc-card__body{grid-column:2;min-width:0}.doc-card__title{margin:0;font-size:.9rem;font-weight:600;color:var(--text);line-height:1.35;word-break:break-word}.doc-card__meta{margin:.25rem 0 0;display:flex;gap:.35rem;font-size:.72rem;color:#777;letter-spacing:.02em}.doc-card__actions{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.35rem;padding-top:.7rem;border-top:1px solid #e8ecf0}.doc-card__action{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;width:100%;padding:.5rem .65rem;border-radius:8px;font-family:inherit;font-size:.78rem;font-weight:600;cursor:pointer;white-space:nowrap;text-decoration:none!important;transition:background .2s ease,color .2s ease,border-color .2s ease}.doc-card__action svg{width:14px;height:14px}.doc-card__action--preview{background:transparent;color:var(--primary);border:1px solid rgba(0,114,188,.4)}.doc-card__action--preview:hover{background:#0072bc1a;border-color:var(--primary)}.doc-card__action--download{background:var(--primary);color:var(--white);border:1px solid var(--primary)}.doc-card__action--download:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.doc-cta{padding-top:64px}@media(max-width:768px){.doc-section__head{flex-wrap:wrap}.doc-section__count{margin-left:auto}.doc-cards{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.doc-featured__card,.doc-card,.doc-featured__btn{transition:none}.doc-featured__card:hover,.doc-featured__btn--download:hover{transform:none}}.pdf-preview{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:stretch;justify-content:center;padding:0;background:#081626b8;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:pdfPreviewFadeIn .2s ease-out}@keyframes pdfPreviewFadeIn{0%{opacity:0}to{opacity:1}}.pdf-preview__panel{position:relative;display:flex;flex-direction:column;width:min(1200px,100%);height:100%;max-height:100dvh;margin:0 auto;background:var(--white);border-radius:0;overflow:hidden;box-shadow:0 30px 80px -20px #00000073;animation:pdfPreviewSlideIn .25s ease-out}@media(min-width:768px){.pdf-preview{align-items:center;padding:1.25rem}.pdf-preview__panel{height:min(92dvh,92vh);max-height:92dvh;border-radius:14px}}@keyframes pdfPreviewSlideIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.pdf-preview__header{display:flex;align-items:center;gap:1rem;padding:.85rem 1.1rem;background:var(--white);border-bottom:1px solid #e7ecf1}.pdf-preview__heading{display:flex;align-items:center;gap:.65rem;flex:1;min-width:0}.pdf-preview__badge{flex-shrink:0;padding:.2rem .55rem;background:#0072bc1f;color:var(--primary);border-radius:6px;font-size:.72rem;font-weight:700;letter-spacing:.05em}.pdf-preview__heading h2{margin:0;font-size:clamp(.88rem,2.5vw,1rem);font-weight:600;color:var(--text);line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.pdf-preview__actions{flex-shrink:0;display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;justify-content:flex-end}.pdf-preview__open{padding:.45rem .7rem;font-size:.78rem;font-weight:600;color:var(--primary);text-decoration:none!important;border-radius:8px;white-space:nowrap}.pdf-preview__open:hover{background:#0072bc14}.pdf-preview__download{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .85rem;background:var(--primary);color:var(--white);border-radius:9px;font-size:.82rem;font-weight:600;text-decoration:none!important;transition:background .2s ease}.pdf-preview__download:hover{background:var(--primary-dark)}.pdf-preview__download svg{width:15px;height:15px}.pdf-preview__close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:1px solid #d8dee5;border-radius:9px;color:#4a5664;font-family:inherit;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.pdf-preview__close:hover{background:#f3f5f8;color:var(--text);border-color:#c0c8d2}.pdf-preview__close svg{width:16px;height:16px}.pdf-preview__body{flex:1 1 auto;min-height:0;position:relative;background:#3d4045}.pdf-preview__embed,.pdf-preview__frame{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;display:block;background:#3d4045}@media(max-width:640px){.pdf-preview__header{flex-wrap:wrap;gap:.65rem}.pdf-preview__actions{width:100%;justify-content:space-between}.pdf-preview__open{order:3;flex:1 1 100%;text-align:center;background:#f3f6f9}.pdf-preview__download span{display:none}.pdf-preview__download{padding:.5rem}}:root{--ease-out-expo: cubic-bezier(.22, 1, .36, 1);--anim-duration-md: .65s;--anim-duration-lg: .75s}@keyframes revealFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes revealFadeDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes revealFadeIn{0%{opacity:0}to{opacity:1}}@keyframes revealFadeRight{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}@keyframes revealScaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes revealZoomBg{0%{transform:scale(1.06)}to{transform:scale(1)}}@keyframes revealBand{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pageShellIn{0%{opacity:0}to{opacity:1}}.header{animation:revealFadeDown .55s var(--ease-out-expo) both}.page-enter{animation:pageShellIn .4s var(--ease-out-expo) both}.page-enter>*{animation:revealFadeUp var(--anim-duration-md) var(--ease-out-expo) both}.page-enter>*:nth-child(1){animation-delay:.04s}.page-enter>*:nth-child(2){animation-delay:.1s}.page-enter>*:nth-child(3){animation-delay:.16s}.page-enter>*:nth-child(4){animation-delay:.22s}.page-enter>*:nth-child(5){animation-delay:.28s}.page-enter>*:nth-child(6){animation-delay:.34s}.page-enter>*:nth-child(7){animation-delay:.4s}.page-enter>*:nth-child(8){animation-delay:.46s}.page-enter>*:nth-child(9){animation-delay:.52s}.page-enter>*:nth-child(10){animation-delay:.58s}.page-enter>*:nth-child(11){animation-delay:.64s}.page-enter>*:nth-child(12){animation-delay:.7s}.page-enter>.section,.page-enter>.gamme-hero,.page-enter>.process-band,.page-enter>.doc-hero,.page-enter>.doc-toolbar,.page-enter>.legal-page{animation:revealFadeIn .55s var(--ease-out-expo) both}.page-enter>.doc-toolbar{animation-delay:.08s}.page-enter>.doc-sections{animation-delay:.14s}.page-enter>.about-story{animation:revealFadeIn var(--anim-duration-lg) var(--ease-out-expo) .12s both}.page-enter>.about-hero,.page-enter>.contact-hero{animation:revealFadeIn .8s var(--ease-out-expo) both}.page-enter>.hero--landing{animation:revealFadeIn .5s ease both}.page-enter .hero--landing__bg-photo{animation:revealZoomBg 1.4s var(--ease-out-expo) both}.page-enter .hero--landing__text{animation:revealFadeRight .85s var(--ease-out-expo) .15s both}.page-enter .hero--landing__visual img{animation:revealScaleIn 1s var(--ease-out-expo) .25s both}.page-enter>.band{animation:revealBand .55s var(--ease-out-expo) .2s both}.page-enter .gamme-hero__grid>img,.page-enter .gamme-hero__media img,.page-enter .gamme-family__media img{animation:revealScaleIn .8s var(--ease-out-expo) .2s both}.page-enter .gamme-hero__grid>div,.page-enter .gamme-family__text{animation:revealFadeRight var(--anim-duration-lg) var(--ease-out-expo) .1s both}.page-enter .gamme-family__intro{animation:revealFadeIn .55s var(--ease-out-expo) both}.page-enter .process-band__item{animation:revealFadeUp .55s var(--ease-out-expo) both}.page-enter .process-band__item:nth-child(1){animation-delay:.3s}.page-enter .process-band__item:nth-child(2){animation-delay:.38s}.page-enter .process-band__item:nth-child(3){animation-delay:.46s}.page-enter .secteurs-grid__cell,.page-enter .grid-4>*,.page-enter .grid-2>*,.page-enter .why-card,.page-enter .stats__item,.page-enter .card,.page-enter .model-card,.page-enter .logos-marquee,.page-enter .logos-row img,.page-enter .cta-block,.page-enter .about-process__card,.page-enter .about-stats__bar-item,.page-enter .contact-hero__card,.page-enter .about-hero__stat,.page-enter .doc-featured__card,.page-enter .doc-section,.page-enter .doc-card{animation:revealFadeUp .55s var(--ease-out-expo) both}.page-enter .grid-4>*:nth-child(1){animation-delay:.35s}.page-enter .grid-4>*:nth-child(2){animation-delay:.43s}.page-enter .grid-4>*:nth-child(3){animation-delay:.51s}.page-enter .grid-4>*:nth-child(4){animation-delay:.59s}.page-enter .why-grid>*:nth-child(1){animation-delay:.3s}.page-enter .why-grid>*:nth-child(2){animation-delay:.36s}.page-enter .why-grid>*:nth-child(3){animation-delay:.42s}.page-enter .why-grid>*:nth-child(4){animation-delay:.48s}.page-enter .why-grid>*:nth-child(5){animation-delay:.54s}.page-enter .why-grid>*:nth-child(6){animation-delay:.6s}.page-enter .stats__item:nth-child(1){animation-delay:.32s}.page-enter .stats__item:nth-child(2){animation-delay:.38s}.page-enter .stats__item:nth-child(3){animation-delay:.44s}.page-enter .stats__item:nth-child(4){animation-delay:.5s}.page-enter .model-card:nth-of-type(1){animation-delay:.28s}.page-enter .model-card:nth-of-type(2){animation-delay:.34s}.page-enter .model-card:nth-of-type(3){animation-delay:.4s}.page-enter .model-card:nth-of-type(4){animation-delay:.46s}.page-enter .model-card:nth-of-type(5){animation-delay:.52s}.page-enter .model-card:nth-of-type(6){animation-delay:.58s}.page-enter .about-process__card:nth-child(1){animation-delay:.28s}.page-enter .about-process__card:nth-child(2){animation-delay:.36s}.page-enter .about-process__card:nth-child(3){animation-delay:.44s}.page-enter .about-process__card:nth-child(4){animation-delay:.52s}.page-enter .contact-hero__card:nth-child(1){animation-delay:.2s}.page-enter .contact-hero__card:nth-child(2){animation-delay:.28s}.page-enter .contact-hero__card:nth-child(3){animation-delay:.36s}.page-enter .about-hero__stat:nth-child(1){animation-delay:.22s}.page-enter .about-hero__stat:nth-child(2){animation-delay:.3s}.page-enter .about-hero__stat:nth-child(3){animation-delay:.38s}.page-enter .doc-featured__card:nth-child(1){animation-delay:.2s}.page-enter .doc-featured__card:nth-child(2){animation-delay:.28s}.page-enter .doc-featured__card:nth-child(3){animation-delay:.36s}.page-enter .doc-section:nth-child(1){animation-delay:.18s}.page-enter .doc-section:nth-child(2){animation-delay:.26s}.page-enter .doc-section:nth-child(3){animation-delay:.34s}.page-enter .doc-section:nth-child(4){animation-delay:.42s}.page-enter .doc-section:nth-child(5){animation-delay:.5s}.page-enter .doc-card:nth-child(1){animation-delay:.08s}.page-enter .doc-card:nth-child(2){animation-delay:.12s}.page-enter .doc-card:nth-child(3){animation-delay:.16s}.page-enter .doc-card:nth-child(4){animation-delay:.2s}.page-enter .doc-card:nth-child(5){animation-delay:.24s}.page-enter .doc-card:nth-child(6){animation-delay:.28s}.page-enter .logos-marquee{animation-delay:.35s}.page-enter .cta-block{animation-delay:.25s}.page-enter .legal-page h1{animation:revealFadeUp .6s var(--ease-out-expo) .05s both}.page-enter .legal-page h2{animation:revealFadeUp .5s var(--ease-out-expo) both}.page-enter .legal-page h2:nth-of-type(1){animation-delay:.12s}.page-enter .legal-page h2:nth-of-type(2){animation-delay:.18s}.page-enter .legal-page h2:nth-of-type(3){animation-delay:.24s}.page-enter .legal-page h2:nth-of-type(4){animation-delay:.3s}.page-enter .legal-page h2:nth-of-type(5){animation-delay:.36s}.page-enter .legal-page h2:nth-of-type(6){animation-delay:.42s}.page-enter .legal-page p,.page-enter .legal-page ul{animation:revealFadeIn .45s var(--ease-out-expo) both}.page-enter>.contact-page{animation:revealFadeUp var(--anim-duration-lg) var(--ease-out-expo) .12s both}.page-enter .contact-page__form label{animation:revealFadeUp .45s var(--ease-out-expo) both}.page-enter .contact-page__form label:nth-child(1){animation-delay:.18s}.page-enter .contact-page__form label:nth-child(2){animation-delay:.22s}.page-enter .contact-page__form label:nth-child(3){animation-delay:.26s}.page-enter .contact-page__form label:nth-child(4){animation-delay:.3s}.page-enter .contact-page__form label:nth-child(5){animation-delay:.34s}.footer--enter{animation:revealFadeUp .65s var(--ease-out-expo) .15s both}@media(prefers-reduced-motion:reduce){.header,.footer--enter,.page-enter,.page-enter *,.page-enter>*{animation:none!important;opacity:1!important;transform:none!important}}
