@view-transition{navigation:auto}@media(prefers-reduced-motion:no-preference){::view-transition-old(root){animation:vt-sort .22s cubic-bezier(.4,0,1,1) both}::view-transition-new(root){animation:vt-entre .34s cubic-bezier(0,0,.2,1) both}@keyframes vt-sort{to{opacity:0;transform:translateY(-8px)}}@keyframes vt-entre{0%{opacity:0;transform:translateY(10px)}}header{view-transition-name:wa-entete}.progres{view-transition-name:wa-progres-fil}}@media(prefers-reduced-motion:reduce){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}}:root{color-scheme:light dark;--blanc:#faf7f2;--blanc-pur:#fffdfa;--blanc-2:#f3eee5;--noir:#1a1512;--gris:#6b6255;--bord:#e6ded1;--bord-controle:#988b79;--champ-fond:#fffdfa;--creux:#ece4d6;--or:#9c6c0a;--entete-fond:rgba(250,247,242,.85);--bleu:#4066ff;--bleu-texte:#2b4ad6;--bleu-fonce:#2e51e6;--rouille:#a3540e;--creme:#8a7a5c;--rouge:#c0392b;--orange:#a8620f;--vert:#116b52;--tint:#4066ff;--vert-texte:#116b52;--rouge-texte:#a8341c;--nuit:#0c0908;--nuit-bord:#33291f;--nuit-accent:#d9c9a8;--wa:#25d366;--r2:22px;--r3:32px;--titre:"Bricolage Grotesque",sans-serif;--corps:"Onest",sans-serif}@media(prefers-color-scheme:dark){:root{--blanc:#171310;--blanc-pur:#201b15;--blanc-2:#221c15;--noir:#f3eee4;--gris:#aaa08e;--bord:#4a3f2e;--bord-controle:#706045;--champ-fond:#120f0c;--creux:#141009;--or:#e8b83c;--entete-fond:rgba(23,19,16,.85);--bleu-texte:#7d97ff;--creme:#d9c9a8;--rouge:#e06a5a;--orange:#d69a4a;--vert:#3aad8c;--vert-texte:#3aad8c;--rouille:#c9803a;--rouge-texte:#d5715a}}.sombre,.hero,.scene{color-scheme:dark;--blanc:#171310;--blanc-pur:#201b15;--blanc-2:#221c15;--noir:#f3eee4;--gris:#aaa08e;--bord:#4a3f2e;--bord-controle:#706045;--bleu-texte:#7d97ff;--creme:#d9c9a8;--champ-fond:#120f0c;--creux:#141009;--vert:#3aad8c;--vert-texte:#3aad8c;--rouille:#c9803a;--rouge:#e06a5a;--rouge-texte:#d5715a;--orange:#d69a4a;--or:#e8b83c;color:var(--noir)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{background:var(--blanc);color:var(--noir);font-family:var(--corps);font-size:17px;line-height:1.6}img{display:block;max-width:100%;height:auto}h1,h2,h3{font-family:var(--titre);font-weight:800;letter-spacing:-.025em;text-wrap:balance;line-height:1.05}p{text-wrap:pretty}a{color:inherit;text-decoration:none}.contenu{max-width:1160px;margin-inline:auto;padding-inline:24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 30px;border-radius:999px;font-weight:600;font-size:16.5px;transition:transform .15s,background .15s,border-color .15s}.btn:active{transform:scale(.97)}.btn-bleu{background:var(--bleu);color:#fff}.btn-bleu:hover{background:var(--bleu-fonce)}.btn-ligne{border:1.5px solid var(--bord-controle);color:var(--noir);background:transparent}.btn-ligne:hover{border-color:var(--creme)}.bande-blanche{background:var(--blanc-pur);border-block:1px solid var(--bord)}.surtitre{font-size:13px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--bleu-texte)}:focus-visible{outline:3px solid var(--bleu-texte);outline-offset:3px;border-radius:6px}section,details{scroll-margin-top:88px}.evite{position:absolute;left:-9999px;z-index:100}.evite:focus{left:12px;top:12px;background:var(--bleu);color:#fff;padding:10px 18px;border-radius:12px}body>header{position:sticky;top:0;z-index:50;background:var(--entete-fond);backdrop-filter:blur(14px);border-bottom:1px solid var(--bord)}.nav{display:flex;height:68px;align-items:center;justify-content:space-between;gap:16px}.logo{display:flex;align-items:center;gap:10px;min-width:0;min-height:44px;font-family:var(--titre);font-weight:800;font-size:20px;white-space:nowrap}.logo img{width:34px;height:34px;border-radius:9px}.logo b{color:var(--bleu-texte)}.nav-droite{display:flex;align-items:center;gap:10px}@media(min-width:900px){.nav-droite{gap:14px}}.langues{display:flex;border:1px solid var(--bord);border-radius:999px;padding:3px;font-size:13px;font-weight:600}.langues span{background:var(--noir);color:var(--blanc);border-radius:999px;padding:5px 13px}.langues a{padding:5px 13px;color:var(--gris);border-radius:999px;transition:color .15s}.langues a:hover{color:var(--noir)}@media(max-width:640px){.nav .btn{display:none}.logo{font-size:18px}.langues a,.langues span{padding:13px 16px}}.menu-bascule{display:grid;place-items:center;width:46px;height:46px;flex:none;border:1px solid var(--bord);border-radius:12px;background:transparent;color:var(--noir)}.menu-barres{display:grid;gap:4px;width:18px}.menu-barres i{display:block;height:2px;border-radius:2px;background:currentColor;transition:transform .18s,opacity .18s}[aria-expanded=true] .menu-barres i:nth-child(1){transform:translateY(6px) rotate(45deg)}[aria-expanded=true] .menu-barres i:nth-child(2){opacity:0}[aria-expanded=true] .menu-barres i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.menu-liste{list-style:none;display:flex;margin:0;padding:0}.menu-declencheur,.menu-lien{display:inline-flex;align-items:center;gap:7px;min-height:44px;padding:0 12px;font:inherit;font-size:15.5px;font-weight:600;color:var(--noir);background:transparent;border:0;border-radius:10px;cursor:pointer;transition:color .15s}.menu-declencheur:hover,.menu-lien:hover{color:var(--bleu-texte)}.menu-chevron{width:10px;height:6px;flex:none;transition:transform .18s}.menu-declencheur[aria-expanded=true] .menu-chevron{transform:rotate(180deg)}.menu-lien[aria-current=page],.menu-declencheur[data-courante]{color:var(--bleu-texte);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:6px}.menu-panneau ul{list-style:none;margin:0;padding:0}.menu-panneau a{display:block;min-height:44px;display:flex;align-items:center;padding:0 14px;border-radius:10px;font-size:15px;color:var(--gris);transition:color .15s,background .15s}.menu-panneau a:hover{color:var(--noir);background:var(--blanc-2)}.menu-panneau a[aria-current=page]{color:var(--bleu-texte);font-weight:600}.menu-tout{font-weight:600;color:var(--noir)}@media(max-width:1099px){.menu-bascule{order:3}.nav-droite{order:2}.langues [aria-current]{display:none}.menu{position:absolute;top:100%;left:0;right:0;height:calc(100dvh - 69px);z-index:49;background:var(--blanc);overflow-y:auto;overscroll-behavior:contain;padding:14px 20px 40px;visibility:hidden;opacity:0;transition:opacity .18s,visibility .18s}.menu-ouvert .menu{visibility:visible;opacity:1}.menu-ouvert{overflow:hidden}.menu-liste{flex-direction:column;gap:2px}.menu-item{border-bottom:1px solid var(--bord)}.menu-declencheur,.menu-lien{width:100%;justify-content:space-between;min-height:52px;padding:0 4px;font-size:17px}.menu-panneau{padding:2px 0 12px}.menu-panneau a{min-height:48px;padding-left:16px;font-size:15.5px}}@media(min-width:1100px){.menu-bascule{display:none}.menu{display:block}.menu-liste{align-items:center;gap:2px}.menu-item-groupe{position:relative}.menu-panneau{position:absolute;top:calc(100% + 10px);left:0;z-index:60;min-width:250px;background:var(--blanc-pur);border:1px solid var(--bord);border-radius:16px;padding:8px;box-shadow:0 22px 48px -18px #0c090859}.menu-item-groupe:after{content:"";position:absolute;top:100%;left:0;right:0;height:12px}}.hero{position:relative;overflow:hidden;background:radial-gradient(50% 75% at 82% 10%,#2c2315 0%,transparent 65%),var(--blanc)}.hero-grille{display:grid;gap:30px;padding-block:28px 34px;align-items:center}@media(min-width:980px){.hero-grille{grid-template-columns:1.08fr .92fr;gap:40px;padding-block:58px 66px}}.hero h1{font-size:clamp(2rem,4.4vw,3.4rem)}.hero h1 em{font-style:normal;color:var(--bleu)}.hero-sous{margin-top:18px;max-width:34rem;font-size:clamp(1rem,1.4vw,1.15rem);color:var(--gris)}.hero-cta{margin-top:26px;display:flex;flex-wrap:wrap;gap:12px}.hero-preuve{margin-top:18px;display:flex;flex-wrap:wrap;align-items:center;gap:4px 24px;font-size:14px;color:var(--gris)}@media(min-width:980px)and (max-height:800px){.hero-grille{padding-block:32px 36px;gap:30px}.hero h1{font-size:clamp(1.9rem,3.4vw,2.7rem)}.hero-sous{margin-top:14px;font-size:1rem}.hero-cta{margin-top:20px}.hero-preuve{margin-top:14px}}.hero-preuve b{color:var(--noir);font-weight:600}.hero-preuve .etoiles{color:var(--or);letter-spacing:1px}.hero-preuve a{display:inline-flex;align-items:center;gap:9px;min-height:44px;transition:color .15s}.hero-preuve a span:last-child{text-decoration:underline;text-decoration-color:#7a6748;text-underline-offset:4px;transition:text-decoration-color .15s}.hero-preuve a:hover span:last-child{text-decoration-color:var(--creme)}@media(max-width:640px){main .btn{width:100%}.final,.section{padding-block:76px}.demo-txt{padding:40px 26px}.demo-img{padding:20px 20px 18px}.ia-carte{padding:6px 24px 30px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}.wa-b,.wa-carte{opacity:1;transform:none}}.champ-c+.champ-c{margin-top:14px}.champ-c label{display:block;font-weight:600;font-size:15px;margin-bottom:6px}.champ-c input,.champ-c textarea{width:100%;padding:13px 14px;border-radius:10px;border:1px solid var(--bord);background:var(--champ-fond);color:var(--noir);font:inherit;font-size:16px;display:block;resize:vertical}.champ-c input::placeholder,.champ-c textarea::placeholder{color:var(--gris)}.champ-c input:focus,.champ-c textarea:focus{outline:2px solid var(--bleu);outline-offset:1px;border-color:transparent}.consent-c{display:flex;gap:10px;align-items:flex-start;margin-top:16px;font-size:14px;color:var(--gris);cursor:pointer}.consent-c input{margin-top:4px;flex:none;width:16px;height:16px;accent-color:var(--bleu)}.champ-c.manquant input,.champ-c.manquant textarea{border-color:var(--rouge-texte);box-shadow:0 0 0 3px #e06a5a38}.consent-c.manquant input{outline:2px solid var(--rouge-texte);outline-offset:3px}#c-etat.ok{color:var(--vert-texte)}#c-etat.ko{color:var(--rouge-texte)}footer{border-top:1px solid var(--bord);padding-block:18px;font-size:14px;color:var(--gris)}footer .contenu{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}footer .contenu a{display:inline-flex;align-items:center;min-height:44px}footer .contenu span{line-height:2.2}.ariane{margin:0 0 18px}.ariane ol{display:flex;flex-wrap:wrap;align-items:center;gap:0 8px;list-style:none;margin:0;padding:0;font-size:13.5px;color:var(--gris)}.ariane li+li:before{content:"›";margin-right:8px;color:var(--bord)}.ariane a{display:inline-flex;align-items:center;min-height:44px;color:var(--gris);text-decoration:underline;text-decoration-color:var(--bord);text-underline-offset:3px;transition:color .15s,text-decoration-color .15s}.ariane a:hover{color:var(--noir);text-decoration-color:var(--gris)}.ariane [aria-current=page]{color:var(--noir);font-weight:600}a[href^="tel:"]{display:inline-flex;align-items:center;min-height:44px}@media(prefers-reduced-motion:no-preference){@supports (animation-timeline: view()){@keyframes wa-apparait{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.section-tete,.cas-photo,.onglets,.panneau-o h3,.panneau-o .intro,.chips,.chips-titre,.serp,.dash-fig,.ads-cta,.final .contenu>*{animation:wa-apparait .38s cubic-bezier(.22,1,.36,1) both;animation-timeline:view();animation-range:entry 0% entry 44%}.autos>*,.etapes>*,.bascule>*,.socle>*,.devis-cartes>*,.faq>*,.dash-liste>*,.coches>*,.preuves .contenu>*,.canaux>*,ul.pistes>*,ol.suite>*{animation:wa-apparait .38s cubic-bezier(.22,1,.36,1) both;animation-timeline:view()}.autos>*:nth-child(1),.etapes>*:nth-child(1),.bascule>*:nth-child(1),.socle>*:nth-child(1),.devis-cartes>*:nth-child(1),.faq>*:nth-child(1),.dash-liste>*:nth-child(1),.coches>*:nth-child(1),.preuves .contenu>*:nth-child(1),.canaux>*:nth-child(1),ul.pistes>*:nth-child(1),ol.suite>*:nth-child(1){animation-range:entry 2% entry 42%}.autos>*:nth-child(2),.etapes>*:nth-child(2),.bascule>*:nth-child(2),.socle>*:nth-child(2),.devis-cartes>*:nth-child(2),.faq>*:nth-child(2),.dash-liste>*:nth-child(2),.coches>*:nth-child(2),.preuves .contenu>*:nth-child(2),.canaux>*:nth-child(2),ul.pistes>*:nth-child(2),ol.suite>*:nth-child(2){animation-range:entry 7% entry 47%}.autos>*:nth-child(3),.etapes>*:nth-child(3),.bascule>*:nth-child(3),.socle>*:nth-child(3),.devis-cartes>*:nth-child(3),.faq>*:nth-child(3),.dash-liste>*:nth-child(3),.coches>*:nth-child(3),.preuves .contenu>*:nth-child(3),.canaux>*:nth-child(3),ul.pistes>*:nth-child(3),ol.suite>*:nth-child(3){animation-range:entry 12% entry 52%}.autos>*:nth-child(4),.etapes>*:nth-child(4),.bascule>*:nth-child(4),.socle>*:nth-child(4),.devis-cartes>*:nth-child(4),.faq>*:nth-child(4),.dash-liste>*:nth-child(4),.coches>*:nth-child(4),.preuves .contenu>*:nth-child(4),.canaux>*:nth-child(4),ul.pistes>*:nth-child(4),ol.suite>*:nth-child(4){animation-range:entry 17% entry 57%}.autos>*:nth-child(5),.etapes>*:nth-child(5),.bascule>*:nth-child(5),.socle>*:nth-child(5),.devis-cartes>*:nth-child(5),.faq>*:nth-child(5),.dash-liste>*:nth-child(5),.coches>*:nth-child(5),.preuves .contenu>*:nth-child(5),.canaux>*:nth-child(5),ul.pistes>*:nth-child(5),ol.suite>*:nth-child(5){animation-range:entry 22% entry 62%}.autos>*:nth-child(6),.etapes>*:nth-child(6),.bascule>*:nth-child(6),.socle>*:nth-child(6),.devis-cartes>*:nth-child(6),.faq>*:nth-child(6),.dash-liste>*:nth-child(6),.coches>*:nth-child(6),.preuves .contenu>*:nth-child(6),.canaux>*:nth-child(6),ul.pistes>*:nth-child(6),ol.suite>*:nth-child(6){animation-range:entry 27% entry 67%}.autos>*:nth-child(7),.etapes>*:nth-child(7),.bascule>*:nth-child(7),.socle>*:nth-child(7),.devis-cartes>*:nth-child(7),.faq>*:nth-child(7),.dash-liste>*:nth-child(7),.coches>*:nth-child(7),.preuves .contenu>*:nth-child(7),.canaux>*:nth-child(7),ul.pistes>*:nth-child(7),ol.suite>*:nth-child(7){animation-range:entry 32% entry 72%}.autos>*:nth-child(8),.etapes>*:nth-child(8),.bascule>*:nth-child(8),.socle>*:nth-child(8),.devis-cartes>*:nth-child(8),.faq>*:nth-child(8),.dash-liste>*:nth-child(8),.coches>*:nth-child(8),.preuves .contenu>*:nth-child(8),.canaux>*:nth-child(8),ul.pistes>*:nth-child(8),ol.suite>*:nth-child(8){animation-range:entry 37% entry 77%}.cas-photo img{animation:wa-zoom .5s cubic-bezier(.22,1,.36,1) both;animation-timeline:view();animation-range:entry 0% entry 50%}@keyframes wa-zoom{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:none}}}}@media(prefers-reduced-motion:no-preference){@keyframes wa-entre{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.hero h1,.hero-sous,.hero-cta,.hero-preuve,.hero .wa,.tel-legende{animation:wa-entre .55s cubic-bezier(.22,1,.36,1) both}.hero h1{animation-delay:.04s}.hero-sous{animation-delay:.14s}.hero-cta{animation-delay:.24s}.hero-preuve{animation-delay:.34s}.hero .wa{animation-delay:.2s}.tel-legende{animation-delay:.44s}}.btn{transition:transform .16s cubic-bezier(.22,1,.36,1),background .15s,border-color .15s,box-shadow .16s}.btn-bleu:hover{transform:translateY(-2px);box-shadow:0 12px 26px -10px #4066ffa6}.btn-ligne:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0) scale(.97)}@media(prefers-reduced-motion:reduce){.btn:hover,.btn-bleu:hover,.btn-ligne:hover{transform:none}}.progres{position:fixed;inset:0 0 auto;height:2px;z-index:100;transform-origin:0 50%;background:linear-gradient(90deg,var(--bleu),#7d97ff);transform:scaleX(0);pointer-events:none}@supports (animation-timeline: scroll()){@media(prefers-reduced-motion:no-preference){.progres{animation:wa-progres linear both;animation-timeline:scroll(root)}@keyframes wa-progres{0%{transform:scaleX(0)}to{transform:scaleX(1)}}}}@property --n{syntax: "<integer>"; initial-value: 0; inherits: false}@supports (animation-timeline: view()){@media(prefers-reduced-motion:no-preference){.chiffre{position:relative}.chiffre .val{opacity:0}.chiffre:before{content:counter(wa-n);position:absolute;left:0;top:0;counter-reset:wa-n var(--n);animation:wa-compte 1.1s cubic-bezier(.22,1,.36,1) both;animation-timeline:view();animation-range:entry 12% entry 62%}@keyframes wa-compte{0%{--n:0}to{--n:var(--fin)}}}}@media(prefers-reduced-motion:no-preference){.panneau-o:not([hidden]){animation:wa-panneau .32s cubic-bezier(.22,1,.36,1) both}@keyframes wa-panneau{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}}@media(hover:hover)and (prefers-reduced-motion:no-preference){.devis-carte,.col,.auto,.etape,.canal{transition:transform .2s cubic-bezier(.22,1,.36,1),border-color .2s}.devis-carte:hover,.canal:hover{transform:translateY(-3px);border-color:var(--bord-controle)}.col:hover{transform:translateY(-2px)}.cas-photo img{transition:transform .5s cubic-bezier(.22,1,.36,1)}.cas-photo:hover img{transform:scale(1.02)}.metier,.onglet{transition:transform .16s,background .15s,color .15s,border-color .15s}.metier:hover,.onglet:hover{transform:translateY(-1px)}}@media(prefers-reduced-motion:no-preference){.hero .wa{animation:wa-entre .55s cubic-bezier(.22,1,.36,1) both,wa-flotte 6s ease-in-out 1.2s infinite}@keyframes wa-flotte{0%,to{translate:0 0}50%{translate:0 -5px}}}@supports (animation-timeline: view()){@media(prefers-reduced-motion:no-preference){.section h2,.panneau-o h3{animation:wa-titre .55s cubic-bezier(.22,1,.36,1) both;animation-timeline:view();animation-range:entry 0% entry 46%}@keyframes wa-titre{0%{opacity:0;transform:translateY(14px);clip-path:inset(0 22% 0 0)}to{opacity:1;transform:none;clip-path:inset(0 0 0 0)}}}}.hero:before,.hero:after{content:"";position:absolute;inset:-20% -10%;pointer-events:none;z-index:0;filter:blur(64px);opacity:.72}.hero:before{background:radial-gradient(38% 42% at 78% 18%,rgba(64,102,255,.42),transparent 70%)}.hero:after{background:radial-gradient(34% 38% at 24% 76%,rgba(163,84,14,.34),transparent 70%)}.hero>*{position:relative;z-index:1}@media(prefers-reduced-motion:no-preference){.hero:before{animation:aurore-a 38s ease-in-out infinite alternate}.hero:after{animation:aurore-b 46s ease-in-out infinite alternate}@keyframes aurore-a{to{transform:translate3d(-6%,4%,0) scale(1.15)}}@keyframes aurore-b{to{transform:translate3d(7%,-5%,0) scale(1.12)}}}.btn-bleu{position:relative;overflow:hidden;isolation:isolate}.btn-bleu:before{content:"";position:absolute;inset:0;z-index:-1;opacity:0;transition:opacity .25s;background:radial-gradient(120px circle at var(--x,50%) var(--y,50%),rgba(255,255,255,.35),transparent 60%)}@media(hover:hover){.btn-bleu:hover:before{opacity:1}}.hero .wa{transform-style:preserve-3d;will-change:transform}@media(hover:hover)and (prefers-reduced-motion:no-preference){.hero-grille>div:last-child{perspective:1400px}.hero .wa{transition:rotate .35s cubic-bezier(.22,1,.36,1)}}.ruban{--vitesse:34s;overflow:hidden;margin-top:26px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.ruban-piste{display:flex;width:max-content}@media(prefers-reduced-motion:no-preference){.ruban-piste{animation:ruban var(--vitesse) linear infinite}.ruban:hover .ruban-piste{animation-play-state:paused}@keyframes ruban{to{transform:translate(-50%)}}}.ruban span{flex:none;border:1px solid var(--bord);border-radius:999px;padding:9px 17px;.ruban-groupe{display:flex;gap:12px;padding-right:12px;border:0;background:none;flex:none}.ruban-plus{color:var(--bleu-texte);border-color:transparent!important;font-style:italic}font-size:14.5px;color:var(--gris);white-space:nowrap;background:#ffffff05}@supports (animation-timeline: view()){@media(prefers-reduced-motion:no-preference){.mot{display:inline-block;animation:mot-monte .5s cubic-bezier(.22,1,.36,1) both;animation-timeline:view();animation-range:entry 4% entry 46%}@keyframes mot-monte{0%{opacity:0;transform:translateY(.5em) rotate(2deg);filter:blur(4px)}to{opacity:1;transform:none;filter:none}}}}.btn:active,.onglet:active,.metier:active{scale:.96}.btn,.onglet,.metier{transition-property:transform,scale,background,border-color,color,box-shadow,opacity;transition-duration:.16s;transition-timing-function:cubic-bezier(.2,0,0,1)}.cas-photo img,.dash-tel img{outline:1px solid var(--bord);outline-offset:-1px}.chiffre,.chiffre:before{font-variant-numeric:tabular-nums}@media(min-width:980px)and (prefers-reduced-motion:no-preference){@supports (animation-timeline: view()){.etapes-scene{height:250vh;padding-block:0;view-timeline-name:--etapes;view-timeline-axis:block}.etapes-colle{position:sticky;top:0;height:100vh;display:grid;align-content:center;gap:44px;overflow:hidden}.etapes-cadre{overflow:hidden}.etapes-scene .etapes-piste{display:flex;grid-template-columns:none;gap:36px;width:max-content;margin-top:0;padding-inline:max(24px,calc((100vw - 1160px)/2));animation:etapes-glisse linear both;animation-timeline:--etapes;animation-range:contain 6% contain 94%;will-change:transform}@keyframes etapes-glisse{0%{transform:translate(0)}to{transform:translate(calc(-100% + 100vw - max(48px,calc(100vw - 1160px))))}}.etapes-scene .etape{width:min(470px,64vw);border-top:0;padding:30px 30px 34px;border:1px solid var(--bord);border-radius:var(--r3);background:var(--blanc-2)}.etapes-scene .etape .quand{font-size:13px}.etapes-scene .etape h3{font-size:clamp(22px,2.2vw,30px);margin-top:14px}.etapes-scene .etape p{font-size:16.5px;margin-top:12px}}}.grain{position:fixed;inset:-50%;z-index:90;pointer-events:none;opacity:.05;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27200%27%20height%3D%27200%27%3E%3Cfilter%20id%3D%27b%27%3E%3CfeTurbulence%20type%3D%27fractalNoise%27%20baseFrequency%3D%27.82%27%20numOctaves%3D%273%27%20stitchTiles%3D%27stitch%27%2F%3E%3CfeColorMatrix%20type%3D%27saturate%27%20values%3D%270%27%2F%3E%3C%2Ffilter%3E%3Crect%20width%3D%27200%27%20height%3D%27200%27%20filter%3D%27url%28%2523b%29%27%20opacity%3D%27.5%27%2F%3E%3C%2Fsvg%3E);background-size:200px 200px}@media(prefers-reduced-motion:no-preference){.grain{animation:grain .7s steps(1) infinite}@keyframes grain{0%{transform:translate(0)}10%{transform:translate(-3%,-2%)}20%{transform:translate(2%,3%)}30%{transform:translate(-2%,2%)}40%{transform:translate(3%,-3%)}50%{transform:translate(-3%,3%)}60%{transform:translate(2%,-2%)}70%{transform:translate(-2%,-3%)}80%{transform:translate(3%,2%)}90%{transform:translate(-3%,-2%)}to{transform:translate(0)}}}.lueur{position:fixed;left:0;top:0;width:520px;height:520px;margin:-260px 0 0 -260px;z-index:0;pointer-events:none;opacity:0;transition:opacity .4s;mix-blend-mode:screen;background:radial-gradient(circle,rgba(64,102,255,.16),rgba(64,102,255,.05) 42%,transparent 66%)}@media(hover:hover)and (prefers-reduced-motion:no-preference){.lueur.on{opacity:1}}.lettre{display:inline-block;animation:lettre-monte .62s cubic-bezier(.22,1,.36,1) both}@keyframes lettre-monte{0%{opacity:0;transform:translateY(.6em) rotateX(-55deg);filter:blur(5px)}to{opacity:1;transform:none;filter:none}}.hero h1 .mot{transform-style:preserve-3d}@media(hover:hover)and (prefers-reduced-motion:no-preference){.bascule,.etapes,.devis-cartes,.canaux{perspective:1200px}.col,.etape,.devis-carte,.canal{transform-style:preserve-3d;transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .25s,box-shadow .35s}.col:hover,.etape:hover,.devis-carte:hover,.canal:hover{box-shadow:0 26px 50px -26px #000000bf}}@media(prefers-reduced-motion:no-preference){.hero .wa,.duo .wa{view-transition-name:wa-telephone}::view-transition-group(wa-telephone){animation-duration:.5s}}.brouille{font-variant-numeric:tabular-nums}
