.components-bandeauConsentement-bandeau{position:fixed;inset-inline:0;bottom:0;z-index:var(--layer-5);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-m);padding:var(--space-m) var(--space-l);background-color:var(--color-neutral-surface-soft);color:var(--color-neutral-text-base);border-top:1px solid var(--color-neutral-surface-muted);box-shadow:0 calc(-1 * var(--shadow-blur-m)) var(--shadow-blur-l) var(--color-shadow)}.components-bandeauConsentement-texte{font-size:var(--font-size-s);line-height:1.5;margin:0;max-inline-size:60ch}.components-bandeauConsentement-actions{display:flex;flex-wrap:wrap;gap:var(--space-s)}.components-bandeauConsentement-bouton{padding:var(--space-s) var(--space-m);font-size:var(--font-size-s);font-weight:600;border-radius:var(--border-radius-m);border:1px solid transparent;cursor:pointer;min-block-size:44px}.components-bandeauConsentement-accepter{background-color:var(--color-accent-surface-strong);color:var(--color-accent-text-base)}.components-bandeauConsentement-refuser{background-color:transparent;color:var(--color-neutral-text-base);border-color:var(--color-neutral-surface-muted)}.components-bandeauConsentement-bouton:focus-visible{outline:2px solid var(--color-accent-surface-strong);outline-offset:2px}@media(max-width:48rem){.components-bandeauConsentement-bandeau{flex-direction:column;align-items:stretch;text-align:start}.components-bandeauConsentement-actions{justify-content:stretch}.components-bandeauConsentement-bouton{flex:1}}._shared-sectionHeader-header{position:sticky;top:0;z-index:50;background:var(--color-neutral-10);border-bottom:1px solid color-mix(in oklch,var(--color-neutral-2) 14%,transparent);transition:background .3s,border-color .3s,box-shadow .3s}._shared-sectionHeader-header._shared-sectionHeader-scrolled{background:color-mix(in oklch,var(--color-neutral-10) 88%,transparent);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-color:color-mix(in oklch,var(--color-neutral-2) 22%,transparent);box-shadow:0 1px 14px color-mix(in oklch,black 45%,transparent)}._shared-sectionHeader-container{max-width:none;margin-inline:0;padding-inline:var(--marge-page) var(--space-l)}@media not (min-width:768px){._shared-sectionHeader-container{padding-inline:var(--marge-page) var(--space-l)}}._shared-sectionHeader-row{display:flex;align-items:center;justify-content:space-between;height:4rem}._shared-sectionHeader-logo{display:flex;align-items:center;gap:var(--space-xs);text-decoration:none;opacity:1;transition:opacity .2s}._shared-sectionHeader-logo:hover{opacity:.8}._shared-sectionHeader-logoImg{height:1.25rem;width:auto}._shared-sectionHeader-logoText{display:flex;flex-direction:column;line-height:1}._shared-sectionHeader-logoName{font-size:var(--font-size-s);font-weight:var(--font-weight-semibold);color:var(--color-neutral-0);letter-spacing:.12em;font-variant:small-caps;font-family:var(--font-family-neo-grotesque)}._shared-sectionHeader-logoTagline{font-size:var(--font-size-2xs);color:var(--color-brand-3);letter-spacing:.1em;font-variant:small-caps;font-family:var(--font-family-neo-grotesque)}._shared-sectionHeader-navDesktop{display:flex;align-items:center;gap:var(--space-2xl)}@media not (min-width:768px){._shared-sectionHeader-navDesktop{display:none}}._shared-sectionHeader-navLink{position:relative;font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.14em;text-transform:uppercase;color:var(--color-neutral-2);text-decoration:none;padding-block:var(--space-2xs);transition:color .2s}._shared-sectionHeader-navLink:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--color-accent-4);transition:width .3s}._shared-sectionHeader-navLink:hover{color:var(--color-neutral-0)}._shared-sectionHeader-navLink:hover:after{width:100%}._shared-sectionHeader-navLink[aria-current=page]{color:var(--color-accent-3)}._shared-sectionHeader-navLink[aria-current=page]:after{width:100%}._shared-sectionHeader-ctaWrapper{display:flex;align-items:center}@media not (min-width:768px){._shared-sectionHeader-ctaWrapper{display:none}}._shared-sectionHeader-ctaButton{position:relative;display:inline-flex;align-items:center;justify-content:center;font-size:var(--font-size-s);font-weight:var(--font-weight-semibold);font-family:var(--font-family-body);padding:var(--space-2xs) var(--space-l);overflow:hidden;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));background:linear-gradient(135deg,var(--color-accent-4),var(--color-accent-6));color:var(--color-brand-10);text-decoration:none;cursor:pointer;transition:filter .25s var(--ease-expo-out)}._shared-sectionHeader-ctaButton:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 30%,color-mix(in oklch,white 45%,transparent) 50%,transparent 70%);transform:translate(-130%);transition:transform .55s var(--ease-expo-out)}._shared-sectionHeader-ctaButton:hover{filter:brightness(1.08)}._shared-sectionHeader-ctaButton:hover:after{transform:translate(130%)}._shared-sectionHeader-hamburger{display:none;padding:var(--space-xs);border-radius:var(--border-radius-m);border:none;background:transparent;color:var(--color-neutral-2);cursor:pointer;transition:color .2s,background .2s}@media not (min-width:768px){._shared-sectionHeader-hamburger{display:flex;align-items:center;justify-content:center}}._shared-sectionHeader-hamburger:hover{color:var(--color-neutral-0);background:color-mix(in oklch,var(--color-neutral-2) 14%,transparent)}._shared-sectionHeader-hamburgerIcon{width:1.25rem;height:1.25rem}._shared-sectionHeader-mobileMenu{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease-in-out,opacity .3s ease-in-out}@media(min-width:768px){._shared-sectionHeader-mobileMenu{display:none}}._shared-sectionHeader-mobileMenu._shared-sectionHeader-open{max-height:20rem;opacity:1;padding-bottom:var(--space-l)}._shared-sectionHeader-mobileNav{display:flex;flex-direction:column;gap:var(--space-2xs);padding-top:var(--space-s);border-top:1px solid color-mix(in oklch,var(--color-neutral-2) 16%,transparent)}._shared-sectionHeader-mobileNavLink{display:flex;align-items:center;min-height:24px;font-size:var(--font-size-s);color:var(--color-neutral-2);text-decoration:none;padding:var(--space-xs) var(--space-s);border-radius:var(--border-radius-m);transition:color .2s,background .2s}._shared-sectionHeader-mobileNavLink:hover{color:var(--color-brand-3);background:color-mix(in oklch,var(--color-neutral-2) 12%,transparent)}._shared-sectionHeader-mobileNavLink[aria-current=page]{color:var(--color-brand-3)}._shared-sectionHeader-mobileCta{padding-top:var(--space-s);margin-top:var(--space-xs);border-top:1px solid color-mix(in oklch,var(--color-neutral-2) 12%,transparent)}._shared-sectionHeader-mobileCta ._shared-sectionHeader-ctaButton{width:100%;justify-content:center}._shared-bandeSceau-bande{display:flex;justify-content:center;padding-block:var(--space-2xl);background:linear-gradient(180deg,var(--color-neutral-9),var(--color-neutral-10))}._shared-bandeSceau-bande>svg{width:13rem;height:13rem}._shared-sceauCitadelle-sceau{width:9.5rem;height:9.5rem;display:block;flex:0 0 auto}._shared-sceauCitadelle-anneau{fill:none;stroke:var(--sceau-anneau, color-mix(in oklch, var(--color-accent-4) 45%, transparent));stroke-width:1}._shared-sceauCitadelle-rotation{transform-box:view-box;transform-origin:50% 50%;animation:_shared-sceauCitadelle-tourDeSceau 60s linear infinite}@keyframes _shared-sceauCitadelle-tourDeSceau{to{rotate:360deg}}@media(prefers-reduced-motion:reduce){._shared-sceauCitadelle-rotation{animation:none}}._shared-sceauCitadelle-legende{font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.22em;fill:var(--sceau-legende, color-mix(in oklch, var(--color-accent-4) 75%, transparent))}._shared-sceauCitadelle-montagnes{fill:none;stroke:var(--sceau-montagnes, color-mix(in oklch, var(--color-accent-4) 70%, transparent));stroke-width:4;stroke-linejoin:round;stroke-linecap:round}._shared-sceauCitadelle-chateau{fill:none;stroke:var(--sceau-chateau, color-mix(in oklch, var(--color-accent-2) 24%, white));stroke-width:4.5;stroke-linejoin:round;stroke-linecap:round;opacity:.85}._shared-layoutPage-layout{display:grid;grid-template-rows:auto 1fr auto;grid-template-columns:minmax(0,1fr);min-height:100vh}._shared-layoutPage-skipLink{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._shared-layoutPage-skipLink:focus{position:fixed;top:var(--space-m);left:var(--space-m);z-index:var(--layer-5);width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;padding:var(--space-xs) var(--space-m);background:var(--color-neutral-surface-muted);color:var(--color-neutral-text-base);border-radius:var(--border-radius-m);box-shadow:var(--shadow-m);outline:2px solid var(--color-brand-text-muted)}._shared-layoutPage-main{position:relative;min-width:0;background:var(--papier-sitadelle)}._shared-sectionFooter-footer{position:relative;background-color:var(--color-neutral-surface-subtle);border-top:1px solid transparent;border-image:linear-gradient(to right,transparent,var(--color-brand-text-muted),transparent) 1}._shared-sectionFooter-container{padding-inline:var(--marge-page);padding-block:var(--space-2xl) var(--space-l)}._shared-sectionFooter-cartouche{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);column-gap:var(--space-3xl)}@media not (min-width:768px){._shared-sectionFooter-cartouche{grid-template-columns:minmax(0,1fr)}}._shared-sectionFooter-identite{padding-bottom:var(--space-l)}._shared-sectionFooter-logo{display:inline-flex;align-items:center;gap:var(--space-s);text-decoration:none}._shared-sectionFooter-logoImg{width:2.75rem;height:auto}._shared-sectionFooter-logoText{display:flex;flex-direction:column;line-height:1.05}._shared-sectionFooter-logoName{font-family:var(--font-family-heading);font-size:var(--font-size-l);letter-spacing:.04em;color:var(--color-neutral-text-strong)}._shared-sectionFooter-logoTagline{font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.22em;color:var(--color-brand-text-muted)}._shared-sectionFooter-enseigne{margin:var(--space-m) 0 0;max-width:42ch;font-size:var(--font-size-s);line-height:var(--line-height-expanded);color:var(--color-neutral-text-soft)}._shared-sectionFooter-champs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;padding-bottom:var(--space-l)}@media not (min-width:360px){._shared-sectionFooter-champs{grid-template-columns:minmax(0,1fr)}}._shared-sectionFooter-champ{padding:var(--space-s) var(--space-m) var(--space-s) 0;border-top:1px solid color-mix(in oklch,var(--color-neutral-text-soft) 20%,transparent)}._shared-sectionFooter-champ dt{font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.18em;color:var(--color-brand-text-muted)}._shared-sectionFooter-champ dd{margin:var(--space-2xs) 0 0;font-size:var(--font-size-s);line-height:1.35;color:var(--color-neutral-text-base)}._shared-sectionFooter-registre{grid-column:1 / -1;display:grid;grid-template-columns:6.5rem minmax(0,1fr);align-items:baseline;column-gap:var(--space-m);row-gap:var(--space-2xs);padding-block:var(--space-s);border-top:1px solid color-mix(in oklch,var(--color-neutral-text-soft) 20%,transparent)}@media not (min-width:768px){._shared-sectionFooter-registre{grid-template-columns:minmax(0,1fr)}}._shared-sectionFooter-registreLibelle{margin:0;font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.18em;color:var(--color-brand-text-muted)}._shared-sectionFooter-registreValeurs{margin:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:0 var(--space-s);font-size:var(--font-size-s);line-height:1.5}._shared-sectionFooter-separateur{color:color-mix(in oklch,var(--color-neutral-text-soft) 45%,transparent)}._shared-sectionFooter-lien{display:inline-block;padding-block:.25rem;color:var(--color-neutral-text-base);text-decoration:none;transition:color .25s}._shared-sectionFooter-lien:hover,._shared-sectionFooter-lien:focus-visible{color:var(--color-brand-text-strong);text-decoration:underline;text-underline-offset:.22em}._shared-sectionFooter-bas{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--space-2xs) var(--space-m);margin-top:var(--space-s);padding-top:var(--space-s);border-top:1px solid color-mix(in oklch,var(--color-neutral-text-soft) 20%,transparent)}._shared-sectionFooter-copyright,._shared-sectionFooter-credit{margin:0;font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.14em;color:color-mix(in oklch,var(--color-neutral-text-soft) 70%,transparent)}.home-pagerScenes-pager{position:fixed;right:var(--space-l);top:50%;translate:0 -50%;z-index:40;display:flex;flex-direction:column;gap:var(--space-m);pointer-events:none}.home-pagerScenes-pager>*{pointer-events:auto}@media(not (min-width:1200px))or (not (min-height:640px)){.home-pagerScenes-pager{display:none}}.home-pagerScenes-cran{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-xs);padding:4px 0;background:none;border:0;cursor:pointer;font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.16em;color:color-mix(in oklch,var(--color-neutral-text-base) 45%,transparent);transition:color .25s}.home-pagerScenes-cran:hover,.home-pagerScenes-cran:focus-visible{color:var(--color-accent-4)}.home-pagerScenes-numero{min-width:2ch;text-align:left}.home-pagerScenes-trait{width:14px;height:1px;background:currentColor;transition:width .3s cubic-bezier(.22,.61,.36,1),background-color .25s}.home-pagerScenes-titre{max-width:0;overflow:hidden;white-space:nowrap;opacity:0;transition:max-width .3s cubic-bezier(.22,.61,.36,1),opacity .25s}.home-pagerScenes-cran:hover .home-pagerScenes-titre,.home-pagerScenes-cran:focus-visible .home-pagerScenes-titre,.home-pagerScenes-actif .home-pagerScenes-titre{max-width:18ch;opacity:1}.home-pagerScenes-actif{color:var(--color-accent-4)}.home-pagerScenes-actif .home-pagerScenes-trait{width:34px}.home-pagerScenes-rangee{opacity:0;translate:1.5rem 0;visibility:hidden;transition:opacity .35s,translate .35s var(--ease-expo-out),visibility 0s .35s}:where(html){--ease-1: cubic-bezier(.25, 0, .5, 1);--ease-2: cubic-bezier(.25, 0, .4, 1);--ease-3: cubic-bezier(.25, 0, .3, 1);--ease-4: cubic-bezier(.25, 0, .2, 1);--ease-5: cubic-bezier(.25, 0, .1, 1);--ease-in-1: cubic-bezier(.25, 0, 1, 1);--ease-in-2: cubic-bezier(.5, 0, 1, 1);--ease-in-3: cubic-bezier(.7, 0, 1, 1);--ease-in-4: cubic-bezier(.9, 0, 1, 1);--ease-in-5: cubic-bezier(1, 0, 1, 1);--ease-out-1: cubic-bezier(0, 0, .75, 1);--ease-out-2: cubic-bezier(0, 0, .5, 1);--ease-out-3: cubic-bezier(0, 0, .3, 1);--ease-out-4: cubic-bezier(0, 0, .1, 1);--ease-out-5: cubic-bezier(0, 0, 0, 1);--ease-in-out-1: cubic-bezier(.1, 0, .9, 1);--ease-in-out-2: cubic-bezier(.3, 0, .7, 1);--ease-in-out-3: cubic-bezier(.5, 0, .5, 1);--ease-in-out-4: cubic-bezier(.7, 0, .3, 1);--ease-in-out-5: cubic-bezier(.9, 0, .1, 1);--ease-elastic-out-1: cubic-bezier(.5, .75, .75, 1.25);--ease-elastic-out-2: cubic-bezier(.5, 1, .75, 1.25);--ease-elastic-out-3: cubic-bezier(.5, 1.25, .75, 1.25);--ease-elastic-out-4: cubic-bezier(.5, 1.5, .75, 1.25);--ease-elastic-out-5: cubic-bezier(.5, 1.75, .75, 1.25);--ease-elastic-in-1: cubic-bezier(.5, -.25, .75, 1);--ease-elastic-in-2: cubic-bezier(.5, -.5, .75, 1);--ease-elastic-in-3: cubic-bezier(.5, -.75, .75, 1);--ease-elastic-in-4: cubic-bezier(.5, -1, .75, 1);--ease-elastic-in-5: cubic-bezier(.5, -1.25, .75, 1);--ease-elastic-in-out-1: cubic-bezier(.5, -.1, .1, 1.5);--ease-elastic-in-out-2: cubic-bezier(.5, -.3, .1, 1.5);--ease-elastic-in-out-3: cubic-bezier(.5, -.5, .1, 1.5);--ease-elastic-in-out-4: cubic-bezier(.5, -.7, .1, 1.5);--ease-elastic-in-out-5: cubic-bezier(.5, -.9, .1, 1.5);--ease-step-1: steps(2);--ease-step-2: steps(3);--ease-step-3: steps(4);--ease-step-4: steps(7);--ease-step-5: steps(10);--ease-elastic-1: var(--ease-elastic-out-1);--ease-elastic-2: var(--ease-elastic-out-2);--ease-elastic-3: var(--ease-elastic-out-3);--ease-elastic-4: var(--ease-elastic-out-4);--ease-elastic-5: var(--ease-elastic-out-5);--ease-squish-1: var(--ease-elastic-in-out-1);--ease-squish-2: var(--ease-elastic-in-out-2);--ease-squish-3: var(--ease-elastic-in-out-3);--ease-squish-4: var(--ease-elastic-in-out-4);--ease-squish-5: var(--ease-elastic-in-out-5);--ease-spring-1: linear( 0, .006, .025 2.8%, .101 6.1%, .539 18.9%, .721 25.3%, .849 31.5%, .937 38.1%, .968 41.8%, .991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001 );--ease-spring-2: linear( 0, .007, .029 2.2%, .118 4.7%, .625 14.4%, .826 19%, .902, .962, 1.008 26.1%, 1.041 28.7%, 1.064 32.1%, 1.07 36%, 1.061 40.5%, 1.015 53.4%, .999 61.6%, .995 71.2%, 1 );--ease-spring-3: linear( 0, .009, .035 2.1%, .141 4.4%, .723 12.9%, .938 16.7%, 1.017, 1.077, 1.121, 1.149 24.3%, 1.159, 1.163, 1.161, 1.154 29.9%, 1.129 32.8%, 1.051 39.6%, 1.017 43.1%, .991, .977 51%, .974 53.8%, .975 57.1%, .997 69.8%, 1.003 76.9%, 1 );--ease-spring-4: linear( 0, .009, .037 1.7%, .153 3.6%, .776 10.3%, 1.001, 1.142 16%, 1.185, 1.209 19%, 1.215 19.9% 20.8%, 1.199, 1.165 25%, 1.056 30.3%, 1.008 33%, .973, .955 39.2%, .953 41.1%, .957 43.3%, .998 53.3%, 1.009 59.1% 63.7%, .998 78.9%, 1 );--ease-spring-5: linear( 0, .01, .04 1.6%, .161 3.3%, .816 9.4%, 1.046, 1.189 14.4%, 1.231, 1.254 17%, 1.259, 1.257 18.6%, 1.236, 1.194 22.3%, 1.057 27%, .999 29.4%, .955 32.1%, .942, .935 34.9%, .933, .939 38.4%, 1 47.3%, 1.011, 1.017 52.6%, 1.016 56.4%, 1 65.2%, .996 70.2%, 1.001 87.2%, 1 );--ease-bounce-1: linear( 0, .004, .016, .035, .063, .098, .141, .191, .25, .316, .391 36.8%, .563, .766, 1 58.8%, .946, .908 69.1%, .895, .885, .879, .878, .879, .885, .895, .908 89.7%, .946, 1 );--ease-bounce-2: linear( 0, .004, .016, .035, .063, .098, .141 15.1%, .25, .391, .562, .765, 1, .892 45.2%, .849, .815, .788, .769, .757, .753, .757, .769, .788, .815, .85, .892 75.2%, 1 80.2%, .973, .954, .943, .939, .943, .954, .973, 1 );--ease-bounce-3: linear( 0, .004, .016, .035, .062, .098, .141 11.4%, .25, .39, .562, .764, 1 30.3%, .847 34.8%, .787, .737, .699, .672, .655, .65, .656, .672, .699, .738, .787, .847 61.7%, 1 66.2%, .946, .908, .885 74.2%, .879, .878, .879, .885 79.5%, .908, .946, 1 87.4%, .981, .968, .96, .957, .96, .968, .981, 1 );--ease-bounce-4: linear( 0, .004, .016 3%, .062, .141, .25, .391, .562 18.2%, 1 24.3%, .81, .676 32.3%, .629, .595, .575, .568, .575, .595, .629, .676 48.2%, .811, 1 56.2%, .918, .86, .825, .814, .825, .86, .918, 1 77.2%, .94 80.6%, .925, .92, .925, .94 87.5%, 1 90.9%, .974, .965, .974, 1 );--ease-bounce-5: linear( 0, .004, .016 2.5%, .063, .141, .25 10.1%, .562, 1 20.2%, .783, .627, .534 30.9%, .511, .503, .511, .534 38%, .627, .782, 1 48.7%, .892, .815, .769 56.3%, .757, .753, .757, .769 61.3%, .815, .892, 1 68.8%, .908 72.4%, .885, .878, .885, .908 79.4%, 1 83%, .954 85.5%, .943, .939, .943, .954 90.5%, 1 93%, .977, .97, .977, 1 );--ease-circ-in: cubic-bezier(.6, .04, .98, .335);--ease-circ-in-out: cubic-bezier(.785, .135, .15, .86);--ease-circ-out: cubic-bezier(.075, .82, .165, 1);--ease-cubic-in: cubic-bezier(.55, .055, .675, .19);--ease-cubic-in-out: cubic-bezier(.645, .045, .355, 1);--ease-cubic-out: cubic-bezier(.215, .61, .355, 1);--ease-expo-in: cubic-bezier(.95, .05, .795, .035);--ease-expo-in-out: cubic-bezier(1, 0, 0, 1);--ease-expo-out: cubic-bezier(.19, 1, .22, 1);--ease-quad-in: cubic-bezier(.55, .085, .68, .53);--ease-quad-in-out: cubic-bezier(.455, .03, .515, .955);--ease-quad-out: cubic-bezier(.25, .46, .45, .94);--ease-quart-in: cubic-bezier(.895, .03, .685, .22);--ease-quart-in-out: cubic-bezier(.77, 0, .175, 1);--ease-quart-out: cubic-bezier(.165, .84, .44, 1);--ease-quint-in: cubic-bezier(.755, .05, .855, .06);--ease-quint-in-out: cubic-bezier(.86, 0, .07, 1);--ease-quint-out: cubic-bezier(.23, 1, .32, 1);--ease-sine-in: cubic-bezier(.47, 0, .745, .715);--ease-sine-in-out: cubic-bezier(.445, .05, .55, .95);--ease-sine-out: cubic-bezier(.39, .575, .565, 1)}:root{--animation-fade-in: fade-in .5s var(--ease-3);--animation-fade-in-bloom: fade-in-bloom 2s var(--ease-3);--animation-fade-out: fade-out .5s var(--ease-3);--animation-fade-out-bloom: fade-out-bloom 2s var(--ease-3);--animation-scale-up: scale-up .5s var(--ease-3);--animation-scale-down: scale-down .5s var(--ease-3);--animation-slide-out-up: slide-out-up .5s var(--ease-3);--animation-slide-out-down: slide-out-down .5s var(--ease-3);--animation-slide-out-right: slide-out-right .5s var(--ease-3);--animation-slide-out-left: slide-out-left .5s var(--ease-3);--animation-slide-in-up: slide-in-up .5s var(--ease-3);--animation-slide-in-down: slide-in-down .5s var(--ease-3);--animation-slide-in-right: slide-in-right .5s var(--ease-3);--animation-slide-in-left: slide-in-left .5s var(--ease-3);--animation-shake-x: shake-x .75s var(--ease-out-5);--animation-shake-y: shake-y .75s var(--ease-out-5);--animation-shake-z: shake-z 1s var(--ease-in-out-3);--animation-spin: spin 2s linear infinite;--animation-ping: ping 5s var(--ease-out-3) infinite;--animation-blink: blink 1s var(--ease-out-3) infinite;--animation-float: float 3s var(--ease-in-out-3) infinite;--animation-bounce: bounce 2s var(--ease-squish-2) infinite;--animation-pulse: pulse 2s var(--ease-out-3) infinite}@keyframes fade-in{to{opacity:1}}@keyframes fade-in-bloom{0%{filter:brightness(1) blur(20px);opacity:0}10%{filter:brightness(2) blur(10px);opacity:1}to{filter:brightness(1) blur(0);opacity:1}}@keyframes fade-out{to{opacity:0}}@keyframes fade-out-bloom{to{filter:brightness(1) blur(20px);opacity:0}10%{filter:brightness(2) blur(10px);opacity:1}0%{filter:brightness(1) blur(0);opacity:1}}@keyframes scale-up{to{transform:scale(1.25)}}@keyframes scale-down{to{transform:scale(.75)}}@keyframes slide-out-up{to{transform:translateY(-100%)}}@keyframes slide-out-down{to{transform:translateY(100%)}}@keyframes slide-out-right{to{transform:translate(100%)}}@keyframes slide-out-left{to{transform:translate(-100%)}}@keyframes slide-in-up{0%{transform:translateY(100%)}}@keyframes slide-in-down{0%{transform:translateY(-100%)}}@keyframes slide-in-right{0%{transform:translate(-100%)}}@keyframes slide-in-left{0%{transform:translate(100%)}}@keyframes shake-x{0%,to{transform:translate(0)}20%{transform:translate(-5%)}40%{transform:translate(5%)}60%{transform:translate(-5%)}80%{transform:translate(5%)}}@keyframes shake-y{0%,to{transform:translateY(0)}20%{transform:translateY(-5%)}40%{transform:translateY(5%)}60%{transform:translateY(-5%)}80%{transform:translateY(5%)}}@keyframes shake-z{0%,to{transform:rotate(0)}20%{transform:rotate(-2deg)}40%{transform:rotate(2deg)}60%{transform:rotate(-2deg)}80%{transform:rotate(2deg)}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes ping{90%,to{opacity:0;transform:scale(2)}}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}@keyframes float{50%{transform:translateY(-25%)}}@keyframes bounce{25%{transform:translateY(-20%)}40%{transform:translateY(-3%)}0%,60%,to{transform:translateY(0)}}@keyframes pulse{50%{transform:scale(.9)}}@media(prefers-color-scheme:dark){@keyframes fade-in-bloom{0%{filter:brightness(1) blur(20px);opacity:0}10%{filter:brightness(.5) blur(10px);opacity:1}to{filter:brightness(1) blur(0);opacity:1}}}@media(prefers-color-scheme:dark){@keyframes fade-out-bloom{to{filter:brightness(1) blur(20px);opacity:0}10%{filter:brightness(.5) blur(10px);opacity:1}0%{filter:brightness(1) blur(0);opacity:1}}}.slide-fade-in-left{animation:var(--animation-fade-in) forwards,var(--animation-slide-in-left);animation-timing-function:var(--ease-elastic-in-out-3);animation-duration:.5s}.slide-fade-in-right{animation:var(--animation-fade-in) forwards,var(--animation-slide-in-right);animation-timing-function:var(--ease-elastic-in-out-3);animation-duration:.5s}.scale-fade-in{animation:var(--animation-fade-in) forwards,var(--animation-scale-down) reverse;animation-timing-function:var(--ease-elastic-in-out-3);animation-duration:.5s}.fade-in{animation:var(--animation-fade-in) forwards;animation-timing-function:var(--ease-3);animation-duration:.5s}.reveal-rise{animation:reveal-rise 1s var(--ease-quart-out) forwards}.reveal-rise-slow{animation:reveal-rise-far 1.3s var(--ease-expo-out) forwards}.reveal-rise-soft{animation:reveal-rise-soft 1.8s var(--ease-expo-out) forwards}.reveal-settle{animation:reveal-settle 1.6s var(--ease-expo-out) forwards}.reveal-fade{animation:reveal-fade 3.2s var(--ease-quart-out) forwards}.type-in{display:inline-block;animation:type-in .9s steps(26,end) forwards}@keyframes type-in{0%{clip-path:inset(0 100% 0 -.05em);opacity:1}to{clip-path:inset(0 -.05em 0 -.05em);opacity:1}}.reveal-focus{animation:reveal-focus 2s var(--ease-quart-out) forwards}@keyframes reveal-rise{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}@keyframes reveal-rise-far{0%{opacity:0;transform:translateY(3rem)}to{opacity:1;transform:translateY(0)}}@keyframes reveal-rise-soft{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes reveal-settle{0%{opacity:0;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}@keyframes reveal-fade{0%{opacity:0}to{opacity:1}}@keyframes reveal-focus{0%{opacity:0;filter:blur(8px)}to{opacity:1;filter:blur(0)}}.draw-rule{animation:draw-rule .9s var(--ease-expo-out) forwards}@keyframes draw-rule{0%{opacity:1;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}.home-sceneRealisations-section{position:relative;padding-block:calc(var(--space-2xl) * 1.2) var(--space-2xl);color:var(--color-neutral-text-base)}.home-sceneRealisations-container{position:relative;z-index:1;max-width:none;padding-inline:var(--marge-page)}@media(min-width:1200px){.home-sceneRealisations-container{padding-right:calc(var(--marge-page) + 4rem)}}.home-sceneRealisations-overline{display:flex;align-items:center;gap:var(--space-s);margin:0 0 var(--space-xl);font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.18em;color:var(--color-accent-7)}.home-sceneRealisations-overlineNum{font-weight:var(--font-weight-bold)}.home-sceneRealisations-overlineFilet{width:3rem;height:1px;background:color-mix(in oklch,var(--color-accent-7) 45%,transparent)}.home-sceneRealisations-registre{display:grid;gap:var(--space-xl)}@media(min-width:1024px){.home-sceneRealisations-registre{grid-template-columns:minmax(0,34rem) minmax(0,1fr);grid-template-rows:auto 1fr;gap:0 var(--space-2xl);align-items:start}}.home-sceneRealisations-table{list-style:none;margin:0;padding:0;order:2}@media(min-width:1024px){.home-sceneRealisations-table{order:0;grid-column:1;grid-row:2}}.home-sceneRealisations-rang{border-top:1px solid color-mix(in oklch,var(--color-neutral-text-strong) 22%,transparent)}.home-sceneRealisations-rang:last-child{border-bottom:1px solid color-mix(in oklch,var(--color-neutral-text-strong) 22%,transparent)}.home-sceneRealisations-jauge,.home-sceneRealisations-minuterie{position:absolute;left:0;bottom:0;width:100%;height:2px;overflow:hidden;pointer-events:none}.home-sceneRealisations-jaugeSurvol{display:block;width:100%;height:100%;transform-origin:left center;scale:0 1;background:color-mix(in oklch,var(--color-accent-6) 55%,transparent)}.home-sceneRealisations-entree:hover .home-sceneRealisations-jaugeSurvol,.home-sceneRealisations-entree:focus-visible .home-sceneRealisations-jaugeSurvol{animation:home-sceneRealisations-remplirJauge .85s linear forwards}.home-sceneRealisations-entreeActive .home-sceneRealisations-jaugeSurvol{animation:none}.home-sceneRealisations-minuterieBarre{display:block;width:100%;height:100%;transform-origin:left center;scale:0 1;background:color-mix(in oklch,var(--color-accent-6) 75%,transparent);animation:home-sceneRealisations-remplirJauge 6.5s linear forwards}.home-sceneRealisations-table:hover .home-sceneRealisations-minuterieBarre{animation-play-state:paused}@keyframes home-sceneRealisations-remplirJauge{to{scale:1 1}}@media(prefers-reduced-motion:reduce){.home-sceneRealisations-jaugeSurvol,.home-sceneRealisations-minuterieBarre{animation:none}}.home-sceneRealisations-entree{position:relative;display:grid;grid-template-columns:4.5rem minmax(0,1fr) auto;align-items:baseline;gap:var(--space-m);width:100%;padding:var(--space-s) var(--space-xs);background:none;border:none;cursor:pointer;text-align:left;font:inherit;color:inherit;transition:background-color .25s}@media not (min-width:768px){.home-sceneRealisations-entree{grid-template-columns:4rem minmax(0,1fr);align-items:start;row-gap:2px}}.home-sceneRealisations-entree:hover,.home-sceneRealisations-entree:focus-visible{background:color-mix(in oklch,var(--color-accent-4) 10%,transparent)}.home-sceneRealisations-entreePlanche{font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.14em;color:color-mix(in oklch,var(--color-neutral-text-soft) 80%,transparent);transition:color .25s}.home-sceneRealisations-entreeNom{font-family:var(--font-family-heading);font-size:clamp(1.1rem,1.45vw,1.45rem);line-height:1.15;white-space:nowrap;color:var(--color-neutral-text-strong);transition:color .25s,translate .3s var(--ease-expo-out)}@media not (min-width:360px){.home-sceneRealisations-entreeNom{font-size:1rem}}.home-sceneRealisations-entreeSecteur{font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.1em;text-transform:uppercase;color:color-mix(in oklch,var(--color-neutral-text-soft) 70%,transparent)}@media not (min-width:768px){.home-sceneRealisations-entreeSecteur{grid-column:2}}.home-sceneRealisations-entree:hover .home-sceneRealisations-entreeNom,.home-sceneRealisations-entree:focus-visible .home-sceneRealisations-entreeNom{translate:6px 0}.home-sceneRealisations-entreeActive .home-sceneRealisations-entreeNom{color:var(--color-accent-7);translate:6px 0}.home-sceneRealisations-entreeActive .home-sceneRealisations-entreePlanche{color:var(--color-accent-7)}.home-sceneRealisations-regard{display:flex;flex-direction:column;gap:var(--space-l);min-width:0}@media(min-width:1024px){.home-sceneRealisations-regard{justify-self:center;grid-column:2;grid-row:1 / 3}}.home-sceneRealisations-planche{margin:0;width:min(100%,calc(56svh * 1.6))}@keyframes home-sceneRealisations-posePlanche{0%{opacity:0;transform:translateY(10px)}}.home-sceneRealisations-cartouche{display:flex;align-items:center;gap:var(--space-s);margin-bottom:var(--space-s);font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.16em;color:var(--color-accent-7)}.home-sceneRealisations-cartoucheFilet{flex:1;height:1px;background:color-mix(in oklch,var(--color-accent-7) 35%,transparent)}.home-sceneRealisations-cadre{position:relative;border:1px solid color-mix(in oklch,var(--color-neutral-text-strong) 30%,transparent);padding:var(--space-2xs);background:color-mix(in oklch,white 55%,transparent);aspect-ratio:8 / 5;width:100%;animation:home-sceneRealisations-posePlanche .5s cubic-bezier(.22,.61,.36,1) both}.home-sceneRealisations-cadre:before{content:"";position:absolute;top:-1px;left:-1px;width:16px;height:16px;border-top:2px solid var(--color-accent-6);border-left:2px solid var(--color-accent-6)}.home-sceneRealisations-cadre:after{content:"";position:absolute;bottom:-1px;right:-1px;width:16px;height:16px;border-bottom:2px solid var(--color-accent-6);border-right:2px solid var(--color-accent-6)}.home-sceneRealisations-cadre img{display:block;width:100%;height:100%;object-fit:cover;object-position:top}.home-sceneRealisations-mesures{display:flex;flex-wrap:wrap;gap:var(--space-xs) var(--space-l);margin:var(--space-s) 0 0;animation:home-sceneRealisations-posePlanche .5s cubic-bezier(.22,.61,.36,1) both;font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.12em;color:var(--color-neutral-text-soft)}.home-sceneRealisations-mesure strong{font-weight:var(--font-weight-bold);color:var(--color-accent-7)}.home-sceneRealisations-mesuresSource{margin:var(--space-2xs) 0 0;font-size:var(--font-size-2xs);color:color-mix(in oklch,var(--color-neutral-text-soft) 70%,transparent);animation:home-sceneRealisations-posePlanche .5s cubic-bezier(.22,.61,.36,1) both}.home-sceneRealisations-lien{position:relative;align-self:flex-start;display:inline-flex;align-items:center;padding:var(--space-xs) var(--space-l);font-size:var(--font-size-s);font-weight:var(--font-weight-semibold);color:var(--color-neutral-text-strong);text-decoration:none;border:1px solid color-mix(in oklch,var(--color-neutral-text-strong) 30%,transparent);transition:border-color .25s,color .25s}.home-sceneRealisations-lien:before,.home-sceneRealisations-lien:after{content:"";position:absolute;width:10px;height:10px;transition:width .3s var(--ease-expo-out),height .3s var(--ease-expo-out)}.home-sceneRealisations-lien:before{top:-1px;left:-1px;border-top:2px solid var(--color-accent-6);border-left:2px solid var(--color-accent-6)}.home-sceneRealisations-lien:after{bottom:-1px;right:-1px;border-bottom:2px solid var(--color-accent-6);border-right:2px solid var(--color-accent-6)}.home-sceneRealisations-lien:hover,.home-sceneRealisations-lien:focus-visible{border-color:color-mix(in oklch,var(--color-neutral-text-strong) 55%,transparent);color:var(--color-accent-7)}:is(.home-sceneRealisations-lien:hover,.home-sceneRealisations-lien:focus-visible):before,:is(.home-sceneRealisations-lien:hover,.home-sceneRealisations-lien:focus-visible):after{width:16px;height:16px}@media not (min-width:768px){.home-sceneRealisations-lien{display:none}}.home-sceneRealisations-renvoiPlanches{border-top:1px solid color-mix(in oklch,var(--color-neutral-text-soft) 18%,transparent)}.home-sceneRealisations-renvoiLien{display:grid;grid-template-columns:4rem minmax(0,1fr);align-items:center;gap:var(--space-m);min-height:2.75rem;padding:var(--space-s) var(--space-xs);font-size:var(--font-size-s);color:var(--color-accent-7);text-decoration:none}.home-sceneRealisations-renvoiLien:hover,.home-sceneRealisations-renvoiLien:focus-visible{background:color-mix(in oklch,var(--color-accent-4) 10%,transparent)}.home-scenes-scene{position:relative;scroll-snap-align:start;display:grid;align-content:center;background:var(--fond-scene, var(--nuit-sitadelle));min-height:var(--hauteur-scene);overflow-x:clip}.home-scenes-sceneLibre{position:relative;scroll-snap-align:start}.home-scenes-scene>*,.home-scenes-sceneLibre>*{position:relative;z-index:1;min-width:0}.home-scenes-claire{background:var(--trace-bastion) right -18svh top -16svh / 72svh 72svh no-repeat,var(--fond-scene, var(--papier-sitadelle))}.home-scenes-traceGauche{background-position:left -18svh top -16svh,0 0,0 0,0 0}.home-scenes-cloture{background-color:var(--color-neutral-9);background-image:linear-gradient(180deg,color-mix(in oklch,var(--color-neutral-10) 94%,transparent) 0%,color-mix(in oklch,var(--color-neutral-9) 80%,transparent) 45%,var(--color-neutral-9) 100%),url(/assets/table-a-dessin-2400-DNZcQVUI.webp);background-size:auto,cover;background-position:center}.home-scenes-imagee{background-color:var(--fond-scene, var(--color-neutral-10));background-image:linear-gradient(90deg,transparent 0%,var(--fond-scene) 55%),var(--image-scene);background-size:auto,cover;background-position:left center;background-repeat:no-repeat}@media not (min-width:768px){.home-scenes-imagee{background-image:linear-gradient(to bottom,color-mix(in oklch,var(--fond-scene) 40%,transparent) 0%,color-mix(in oklch,var(--fond-scene) 44%,transparent) 30%,color-mix(in oklch,var(--fond-scene) 72%,transparent) 46%,color-mix(in oklch,var(--fond-scene) 94%,transparent) 60%,var(--fond-scene) 72%),var(--image-scene);background-size:100% var(--hauteur-scene),auto var(--hauteur-scene);background-position:left top,left top;background-repeat:no-repeat}}@media not (min-width:1024px){.home-scenes-scene,.home-scenes-sceneLibre{scroll-margin-top:4.5rem}}.home-scenes-imageeDroite{background-image:linear-gradient(270deg,transparent 0%,var(--fond-scene) 55%),var(--image-scene);background-position:right center}@media not (min-width:768px){.home-scenes-imageeDroite{background-image:var(--grain),linear-gradient(color-mix(in oklch,var(--fond-scene) 82%,transparent),var(--fond-scene) 70%),var(--image-scene)}}@supports (animation-timeline: view()){@media not (prefers-reduced-motion:reduce){.home-scenes-scene>*{animation:home-scenes-entreeScene linear both,home-scenes-sortieScene linear both;animation-timeline:view(),view();animation-range:entry 8% entry 60%,exit 15% exit 92%}}}@keyframes home-scenes-entreeScene{0%{opacity:.15;transform:translateY(26px)}}@keyframes home-scenes-sortieScene{to{opacity:.15;transform:translateY(-18px)}}.home-sectionCloture-section{position:relative;box-sizing:border-box;min-height:var(--hauteur-scene);overflow:hidden;display:grid;align-items:center;justify-content:center;column-gap:clamp(1.75rem,6vw,8rem);row-gap:var(--space-l);padding:clamp(1.25rem,4svh,3.5rem) clamp(1.5rem,6vw,7rem);max-width:111rem;margin-inline:auto;color:var(--color-neutral-text-base)}@media(min-width:880px){.home-sectionCloture-section{grid-template-columns:minmax(18.75rem,28.75rem) minmax(20rem,34rem)}}.home-sectionCloture-adresse{display:flex;flex-direction:column;align-items:flex-start}.home-sectionCloture-cartouche{margin:0;font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.18em;color:var(--color-accent-7)}.home-sectionCloture-titre{margin:.875rem 0 0;font-family:var(--font-family-heading);font-size:clamp(1.875rem,3.3vw,3rem);line-height:1.14;letter-spacing:-.02em;color:var(--color-neutral-text-strong);text-wrap:pretty}.home-sectionCloture-phrase{margin:1rem 0 0;font-size:var(--font-size-m);line-height:1.7;max-width:42ch;color:var(--color-neutral-text-strong);text-wrap:pretty}.home-sectionCloture-champ{position:relative;display:grid;place-items:center;width:min(100%,calc((100svh - 12rem)*1));aspect-ratio:1;margin-inline:auto;--vx: 0;--vy: 0}.home-sectionCloture-mire{position:absolute;inset:0;width:100%;height:100%;overflow:visible;fill:none;translate:calc(var(--vx) * 22px) calc(var(--vy) * 22px);transition:translate .5s var(--ease-expo-out)}.home-sectionCloture-verrouille .home-sectionCloture-mire{translate:0 0;transition-duration:.18s}.home-sectionCloture-rappels line,.home-sectionCloture-taquets line{stroke:color-mix(in oklch,var(--color-accent-7) 55%,transparent);stroke-width:1}.home-sectionCloture-rappels line{stroke:color-mix(in oklch,var(--color-neutral-text-soft) 32%,transparent);stroke-dasharray:6 7}.home-sectionCloture-cercle{stroke:var(--color-accent-7);stroke-width:1.5}.home-sectionCloture-cercleInterne{stroke:color-mix(in oklch,var(--color-accent-7) 40%,transparent);stroke-width:1}.home-sectionCloture-coordonnees{font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:15px;letter-spacing:1.6px;fill:color-mix(in oklch,var(--color-neutral-text-soft) 85%,transparent);stroke:none}.home-sectionCloture-js .home-sectionCloture-cercle{stroke-dasharray:1;stroke-dashoffset:1}.home-sectionCloture-js .home-sectionCloture-rappels line,.home-sectionCloture-js .home-sectionCloture-taquets line,.home-sectionCloture-js .home-sectionCloture-coordonnees{opacity:0}.home-sectionCloture-encre .home-sectionCloture-cercle{stroke-dashoffset:0;transition:stroke-dashoffset 1.1s var(--ease-expo-out) .45s}.home-sectionCloture-encre .home-sectionCloture-cercleInterne{transition-delay:.85s}.home-sectionCloture-encre .home-sectionCloture-rappels line{opacity:1;transition:opacity .5s .1s}.home-sectionCloture-encre .home-sectionCloture-taquets line{opacity:1;transition:opacity .35s var(--retard, 1.2s)}.home-sectionCloture-encre .home-sectionCloture-coordonnees{opacity:1;transition:opacity .5s 1.55s}@media(prefers-reduced-motion:reduce){.home-sectionCloture-js .home-sectionCloture-cercle{stroke-dasharray:none;stroke-dashoffset:0}.home-sectionCloture-js .home-sectionCloture-rappels line,.home-sectionCloture-js .home-sectionCloture-taquets line,.home-sectionCloture-js .home-sectionCloture-coordonnees{opacity:1}.home-sectionCloture-mire{transition:none}}.home-sectionCloture-coeur{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:var(--space-s);translate:calc(var(--vx) * 11px) calc(var(--vy) * 11px);transition:translate .5s var(--ease-expo-out)}.home-sectionCloture-verrouille .home-sectionCloture-coeur{translate:0 0;transition-duration:.18s}.home-sectionCloture-plaque{position:relative;display:inline-flex;align-items:center;padding:var(--space-m) var(--space-2xl);overflow:hidden;clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,14px 100%,0 calc(100% - 14px));background:linear-gradient(135deg,var(--color-accent-4),var(--color-accent-6));color:var(--color-brand-10);font-size:var(--font-size-m);font-weight:var(--font-weight-semibold);text-decoration:none;transition:filter .25s var(--ease-expo-out)}.home-sectionCloture-plaque:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 30%,color-mix(in oklch,white 45%,transparent) 50%,transparent 70%);transform:translate(-130%);transition:transform .55s var(--ease-expo-out)}.home-sectionCloture-plaque:hover{filter:brightness(1.08)}.home-sectionCloture-plaque:hover:after{transform:translate(130%)}.home-sectionCloture-rassure{margin:0;font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.16em;color:var(--color-neutral-text-soft);text-align:center}@media not (min-width:768px){.home-sectionCloture-rassure{letter-spacing:.07em}}.home-sectionCloture-appel{display:flex;flex-wrap:wrap;align-items:baseline;gap:var(--space-2xs) var(--space-m);margin:var(--space-l) 0 0}.home-sectionCloture-appelLibelle{font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.18em;color:var(--color-neutral-text-soft)}.home-sectionCloture-appelLien{display:inline-block;padding-block:.25rem;font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-m);letter-spacing:.1em;color:var(--color-accent-7);text-decoration:none;transition:color .25s}.home-sectionCloture-appelLien:hover,.home-sectionCloture-appelLien:focus-visible{text-decoration:underline;text-underline-offset:.22em}.home-planEcrans-plan{width:100%;height:auto;display:block}.home-planEcrans-cadre,.home-planEcrans-bloc,.home-planEcrans-cote{fill:none;stroke-dasharray:1;stroke-dashoffset:1;transition:stroke-dashoffset .6s ease-out}.home-planEcrans-cadre{stroke:color-mix(in oklch,var(--color-neutral-text-strong) 78%,transparent);stroke-width:2;stroke-linejoin:round}.home-planEcrans-bloc{stroke:color-mix(in oklch,var(--color-neutral-text-strong) 45%,transparent);stroke-width:1.4}.home-planEcrans-cote{stroke:var(--color-accent-6);stroke-width:1}.home-planEcrans-valeur{font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:12px;letter-spacing:.14em;fill:var(--color-accent-7);opacity:0;transition:opacity .5s ease-out .9s}.home-planEcrans-encre .home-planEcrans-cadre,.home-planEcrans-encre .home-planEcrans-bloc,.home-planEcrans-encre .home-planEcrans-cote{stroke-dashoffset:0}.home-planEcrans-encre .home-planEcrans-valeur{opacity:1}.home-planEcrans-plan>*:nth-child(1){transition-delay:0s}.home-planEcrans-plan>*:nth-child(2){transition-delay:.07s}.home-planEcrans-plan>*:nth-child(3){transition-delay:.14s}.home-planEcrans-plan>*:nth-child(4){transition-delay:.21s}.home-planEcrans-plan>*:nth-child(5){transition-delay:.28s}.home-planEcrans-plan>*:nth-child(6){transition-delay:.35s}.home-planEcrans-plan>*:nth-child(7){transition-delay:.42s}.home-planEcrans-plan>*:nth-child(8){transition-delay:.49s}.home-planEcrans-plan>*:nth-child(9){transition-delay:.56s}.home-planEcrans-plan>*:nth-child(10){transition-delay:.63s}.home-planEcrans-plan>*:nth-child(11){transition-delay:.7s}.home-planEcrans-plan>*:nth-child(12){transition-delay:.77s}.home-planEcrans-plan>*:nth-child(13){transition-delay:.84s}.home-planEcrans-plan>*:nth-child(14){transition-delay:.91s}.home-planEcrans-plan>*:nth-child(15){transition-delay:.98s}.home-planEcrans-plan>*:nth-child(16){transition-delay:1.05s}.home-planEcrans-plan>*:nth-child(17){transition-delay:1.12s}.home-planEcrans-plan>*:nth-child(18){transition-delay:1.19s}.home-planEcrans-plan>*:nth-child(19){transition-delay:1.26s}.home-planEcrans-plan>*:nth-child(20){transition-delay:1.33s}.home-planEcrans-plan>*:nth-child(21){transition-delay:1.4s}.home-planEcrans-plan>*:nth-child(22){transition-delay:1.47s}.home-planEcrans-cuivre .home-planEcrans-cote:nth-child(1){transition-delay:1.54s}.home-planEcrans-cuivre .home-planEcrans-cote:nth-child(2){transition-delay:1.61s}.home-planEcrans-cuivre .home-planEcrans-cote:nth-child(3){transition-delay:1.68s}@media(prefers-reduced-motion:reduce){.home-planEcrans-cadre,.home-planEcrans-bloc,.home-planEcrans-cote{transition:none;stroke-dashoffset:0}.home-planEcrans-valeur{transition:none;opacity:1}}.home-sectionEcrans-section{position:relative;height:var(--hauteur-scene);overflow:hidden;color:var(--color-neutral-text-base)}@media not (min-width:1024px){.home-sectionEcrans-section{height:auto;overflow:visible}}.home-sectionEcrans-piste{display:flex;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;cursor:grab}.home-sectionEcrans-piste::-webkit-scrollbar{display:none}.home-sectionEcrans-piste:active{cursor:grabbing}@media not (min-width:1024px){.home-sectionEcrans-piste{display:block;height:auto;overflow-x:visible;scroll-snap-type:none;cursor:auto}}.home-sectionEcrans-enTirage{-webkit-user-select:none;user-select:none;cursor:grabbing}.home-sectionEcrans-volet{flex:0 0 100%;scroll-snap-align:start;display:grid;align-items:center;gap:clamp(1.5rem,4vw,4rem);padding:calc(var(--space-3xl) + 1.5rem) var(--marge-page) clamp(4.75rem,12svh,6.875rem)}@media(min-width:1024px){.home-sectionEcrans-volet{grid-template-columns:minmax(17.5rem,23.75rem) 1fr}}@media not (min-width:1024px){.home-sectionEcrans-volet{align-content:center;padding-block:var(--space-3xl)}}.home-sectionEcrans-annotation{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-m)}.home-sectionEcrans-decor{display:grid;place-items:center;min-width:0}@media not (min-width:1024px){.home-sectionEcrans-decor{margin-inline:calc(-1 * var(--marge-page))}}.home-sectionEcrans-coteVive{margin:var(--space-m) 0 0;font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.16em;text-align:center;color:color-mix(in oklch,var(--color-neutral-text-soft) 75%,transparent)}.home-sectionEcrans-coteVivePx{color:var(--color-accent-7);font-weight:var(--font-weight-bold)}.home-sectionEcrans-etabli{display:flex;align-items:flex-end;justify-content:center;--jeu: clamp(1.75rem, 4vw, 4rem);gap:var(--jeu);container-type:inline-size;--part: 100cqw}@media(min-width:1024px){.home-sectionEcrans-etabli{--part: calc((100cqw - 2 * var(--jeu)) / 51)}}.home-sectionEcrans-etabli{flex-wrap:wrap}@media not (min-width:1024px){.home-sectionEcrans-etabli{--hauteur-appareil: 44svh;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;padding-inline-start:var(--marge-page);scroll-padding-inline-start:var(--marge-page)}.home-sectionEcrans-etabli::-webkit-scrollbar{display:none}}.home-sectionEcrans-cartouche{margin:0;font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.18em;color:var(--color-accent-7)}.home-sectionEcrans-titre{margin:0;font-family:var(--font-family-heading);font-size:clamp(1.5rem,2.6vw,2.4rem);line-height:1.12;letter-spacing:-.02em;color:var(--color-neutral-text-strong)}.home-sectionEcrans-prose{margin:0;font-size:var(--font-size-s);line-height:var(--line-height-expanded);color:var(--color-neutral-text-soft);max-width:42ch}.home-sectionEcrans-geste{margin:var(--space-s) 0 0;display:flex;align-items:center;gap:var(--space-xs);font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.18em;color:var(--color-accent-7)}@media not (min-width:1024px){.home-sectionEcrans-geste{display:none}}.home-sectionEcrans-gesteFleche{animation:home-sectionEcrans-pousseeGeste 2.2s ease-in-out infinite}@keyframes home-sectionEcrans-pousseeGeste{0%,to{translate:0 0}50%{translate:7px 0}}.home-sectionEcrans-nomenclature{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-2xs);width:100%}.home-sectionEcrans-designation{display:flex;gap:var(--space-s);align-items:baseline;font-size:var(--font-size-s);color:var(--color-neutral-text-base)}.home-sectionEcrans-repere{flex:0 0 auto;font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);font-weight:var(--font-weight-bold);color:var(--color-accent-7)}.home-sectionEcrans-conduite{flex:1;min-width:2rem;border-bottom:2px dotted color-mix(in oklch,var(--color-neutral-text-strong) 22%,transparent);translate:0 -.28em}.home-sectionEcrans-parc{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-top:var(--space-s)}.home-sectionEcrans-parcOnglet{padding:7px 13px;background:none;border:1px solid color-mix(in oklch,var(--color-neutral-text-strong) 22%,transparent);cursor:pointer;font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.14em;text-transform:uppercase;color:var(--color-neutral-text-soft);transition:color .25s,background-color .25s,border-color .25s}.home-sectionEcrans-parcOnglet:hover{color:var(--color-neutral-text-strong);border-color:color-mix(in oklch,var(--color-neutral-text-strong) 40%,transparent)}.home-sectionEcrans-parcActif{color:var(--color-accent-7);background:color-mix(in oklch,var(--color-accent-4) 12%,transparent);border-bottom:2px solid var(--color-accent-6)}.home-sectionEcrans-regie{position:absolute;left:var(--marge-page);right:var(--marge-page);bottom:clamp(1.25rem,3svh,2rem);display:flex;align-items:center;gap:var(--space-m)}@media not (min-width:1024px){.home-sectionEcrans-regie{display:none}}.home-sectionEcrans-chevron{flex:0 0 auto;width:38px;height:38px;display:grid;place-items:center;background:none;border:1px solid color-mix(in oklch,var(--color-neutral-text-strong) 28%,transparent);cursor:pointer;font-size:20px;line-height:1;color:var(--color-accent-7);transition:background-color .25s,opacity .25s}.home-sectionEcrans-chevron:hover:not(:disabled){background:color-mix(in oklch,var(--color-accent-4) 12%,transparent)}.home-sectionEcrans-chevron:disabled{opacity:.3;cursor:default}.home-sectionEcrans-rail{position:relative;flex:1;height:1px;background:color-mix(in oklch,var(--color-neutral-text-strong) 22%,transparent)}.home-sectionEcrans-railEncre{position:absolute;left:0;top:-1px;height:3px;background:var(--color-accent-6);transition:width .12s linear}.home-sectionEcrans-taquet{position:absolute;top:0;translate:-50% 0;display:grid;justify-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:0 20px 16px}.home-sectionEcrans-taquetTige{width:1px;height:11px;background:var(--color-accent-7)}.home-sectionEcrans-taquetNom{font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.14em;white-space:nowrap;color:var(--color-neutral-text-soft);transition:color .25s}@media not (min-width:1024px){.home-sectionEcrans-taquetNom{display:none}}.home-sectionEcrans-taquetActif .home-sectionEcrans-taquetNom{color:var(--color-accent-7);font-weight:var(--font-weight-bold)}.home-sectionEcrans-legendeClient{position:absolute;left:var(--marge-page);bottom:clamp(3.5rem,7svh,4.5rem);margin:0;font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.14em;color:color-mix(in oklch,var(--color-neutral-text-soft) 70%,transparent);pointer-events:none}@media not (min-width:1024px){.home-sectionEcrans-legendeClient{position:static;margin-top:var(--space-m);text-align:center}}@media(prefers-reduced-motion:reduce){.home-sectionEcrans-gesteFleche{animation:none}}.home-sectionEcrans-plateau{justify-self:center;display:flex;flex-direction:column;align-items:center;gap:var(--space-s);perspective:1200px;--rx: 0;--ry: 0}@media(prefers-reduced-motion:reduce){.home-sectionEcrans-plateau{perspective:none}.home-sectionEcrans-volume,.home-sectionEcrans-reflet,.home-sectionEcrans-ombre{transform:none;transition:none}}.home-sectionEcrans-coteAppareil{display:flex;align-items:center;gap:var(--space-xs);width:min(100%,20rem);margin:var(--space-s) 0 0}.home-sectionEcrans-coteTaquet{flex:0 0 auto;width:1px;height:12px;background:color-mix(in oklch,var(--color-accent-7) 70%,transparent)}.home-sectionEcrans-coteTrait{flex:1;height:1px;background:color-mix(in oklch,var(--color-accent-7) 35%,transparent)}.home-sectionEcrans-coteValeur{font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.14em;color:var(--color-accent-7)}.home-sectionEcrans-appareil{position:relative;justify-self:center}@media not (min-width:1024px){.home-sectionEcrans-appareil{pointer-events:none}}.home-sectionEcrans-volume{position:relative;width:100%;height:100%;border-radius:var(--rayon);transform-style:preserve-3d;transform:rotateX(calc(var(--rx) * 1deg)) rotateY(calc(var(--ry) * 1deg));transition:transform .6s cubic-bezier(.16,1,.3,1);-webkit-mask-image:-webkit-radial-gradient(white,black);mask-image:radial-gradient(#fff,#000);backface-visibility:hidden}.home-sectionEcrans-vif .home-sectionEcrans-volume,.home-sectionEcrans-vif .home-sectionEcrans-reflet,.home-sectionEcrans-vif .home-sectionEcrans-ombre{transition-duration:.12s}.home-sectionEcrans-strate{position:absolute;inset:0;border-radius:inherit;transform:translateZ(calc(var(--z) * 1px));background:linear-gradient(215deg,#8f4926d9,#241812 32%,#0a0a10 70%)}.home-sectionEcrans-dos{border:1px solid rgb(237 148 102 / 30%);background:linear-gradient(215deg,#2a1e16,#0c1120 60%)}.home-sectionEcrans-coque{position:absolute;inset:0;border-radius:inherit;transform:translateZ(.5px);background:linear-gradient(160deg,#1c2438,#0b1220 65%);border:1px solid rgb(246 200 168 / 38%)}.home-sectionEcrans-coque:after{content:"";position:absolute;top:84px;right:-2.5px;width:2.5px;height:42px;border-radius:2px;background:linear-gradient(180deg,var(--color-accent-5),var(--color-accent-7))}.home-sectionEcrans-telephone .home-sectionEcrans-coque:before{content:"";position:absolute;top:7px;left:50%;width:30px;height:3px;translate:-50% 0;border-radius:2px;background:#ed946659}.home-sectionEcrans-reflet{position:absolute;inset:var(--marge-ecran);border-radius:calc(var(--rayon) - var(--marge-ecran) + 4px);transform:translateZ(2px) translate(calc(var(--ry) * -1.6px),calc(var(--rx) * 1.3px));transition:transform .6s cubic-bezier(.16,1,.3,1);pointer-events:none;background:radial-gradient(120% 55% at 84% -6%,rgb(246 200 168 / 17%),transparent 55%),linear-gradient(115deg,transparent 42%,rgb(255 246 232 / 12%) 50%,transparent 58%)}.home-sectionEcrans-ombre{position:absolute;left:-12%;right:4%;bottom:-30px;height:34px;background:radial-gradient(ellipse 60% 100% at 46% 50%,rgb(4 6 12 / 60%),transparent 72%);filter:blur(7px);transform:translate(calc(var(--ry) * -2px)) scaleX(calc(1 - var(--rx) / 90));transition:transform .6s cubic-bezier(.16,1,.3,1)}.home-sectionEcrans-ecran{position:absolute;inset:var(--marge-ecran);border-radius:calc(var(--rayon) - var(--marge-ecran) + 4px);transform:translateZ(1px);background:var(--color-neutral-10);border:1px solid rgb(255 255 255 / 7%);-webkit-mask-image:-webkit-radial-gradient(white,black);mask-image:radial-gradient(#fff,#000);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.home-sectionEcrans-ecran::-webkit-scrollbar{display:none}.home-sectionEcrans-ecran img{display:block;width:100%;height:auto}.home-sectionEcrans-telephone{aspect-ratio:11 / 22;width:min(30svh,11rem,calc(var(--part) * 11));--rayon: 26px;--marge-ecran: 12px}.home-sectionEcrans-tablette{aspect-ratio:15 / 20;width:min(38svh,15rem,calc(var(--part) * 15));--rayon: 22px;--marge-ecran: 18px}.home-sectionEcrans-tabletteP{aspect-ratio:25 / 18.5;width:min(62svh,25rem,calc(var(--part) * 25),calc(100vw - 2 * var(--marge-page)));--rayon: 18px;--marge-ecran: 14px}@media not (min-width:1024px){.home-sectionEcrans-plateau{flex:0 0 82%;scroll-snap-align:start}.home-sectionEcrans-telephone{width:min(calc(var(--hauteur-appareil) * .5),calc(100cqw - 2 * var(--marge-page)))}.home-sectionEcrans-tablette{width:min(calc(var(--hauteur-appareil) * .75),calc(100cqw - 2 * var(--marge-page)))}.home-sectionEcrans-tabletteP{width:min(calc(var(--hauteur-appareil) * 1.3514),calc(100cqw - 2 * var(--marge-page)))}}.home-citadellePlan-plan{position:relative;display:grid;grid-template-rows:1fr auto;gap:var(--space-m);align-content:center;width:100%;min-height:0}.home-citadellePlan-dessin{translate:var(--plx, 0px) var(--ply, 0px);transition:translate .35s cubic-bezier(.22,.61,.36,1);width:100%;height:auto;max-height:70vh;display:block}.home-citadellePlan-montagnes,.home-citadellePlan-chateau{fill:none;stroke-linejoin:round;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1}.home-citadellePlan-montagnes{stroke:var(--color-accent-4);stroke-width:2.5;animation:home-citadellePlan-encrage 1.15s cubic-bezier(.22,.61,.36,1) .2s forwards}.home-citadellePlan-chateau{stroke:color-mix(in oklch,var(--color-accent-2) 30%,white);stroke-width:2.75;fill:none;animation:home-citadellePlan-encrage 1.2s cubic-bezier(.22,.61,.36,1) 1.05s forwards}@keyframes home-citadellePlan-encrage{to{stroke-dashoffset:0}}.home-citadellePlan-goutte{opacity:0}.home-citadellePlan-goutteActive{animation:home-citadellePlan-gommeRend .9s ease-in .15s both}@keyframes home-citadellePlan-gommeRend{0%{opacity:1}to{opacity:0}}@keyframes home-citadellePlan-apparition{to{opacity:1}}@media(prefers-reduced-motion:reduce){.home-citadellePlan-montagnes,.home-citadellePlan-chateau{animation:none;stroke-dashoffset:0}}@media not (min-width:768px){.home-citadellePlan-dessin{max-height:34vh}}.home-citadellePlan-planFond{position:absolute;inset:0;z-index:0;display:block}.home-citadellePlan-planFond .home-citadellePlan-dessin{position:absolute;right:-7%;bottom:-10%;width:76%;height:98%;max-height:none;-webkit-mask-image:linear-gradient(90deg,transparent 12%,black 52%);mask-image:linear-gradient(90deg,transparent 12%,black 52%)}@media not (min-width:768px){.home-citadellePlan-planFond{position:static;height:var(--bande-scene)}.home-citadellePlan-planFond .home-citadellePlan-dessin{position:static;width:100%;height:100%;max-height:none;-webkit-mask-image:none;mask-image:none}}.home-descente-descente{display:inline-flex;align-items:center;gap:var(--space-s);padding:var(--space-xs) 0;background:none;border:0;cursor:pointer;font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.22em;color:color-mix(in oklch,var(--color-neutral-1) 55%,transparent);transition:color .25s;opacity:0;animation:home-descente-apparitionDescente .6s ease-out 2.4s forwards}.home-descente-descente:hover,.home-descente-descente:focus-visible{color:var(--color-accent-4)}.home-descente-descente{position:relative}.home-descente-descente:before{content:"";position:absolute;inset:-16px -8px}.home-descente-mot{white-space:nowrap}.home-descente-rail{position:relative;width:1px;height:2.75rem;overflow:hidden;background:color-mix(in oklch,var(--color-neutral-1) 18%,transparent)}.home-descente-curseur{position:absolute;inset-inline:0;top:0;height:45%;background:linear-gradient(180deg,transparent,var(--color-accent-4));animation:home-descente-descendre 1.9s cubic-bezier(.5,0,.5,1) infinite}@keyframes home-descente-descendre{0%{transform:translateY(-110%)}70%,to{transform:translateY(230%)}}@keyframes home-descente-apparitionDescente{to{opacity:1}}@media(prefers-reduced-motion:reduce){.home-descente-descente{animation:none;opacity:1}.home-descente-curseur{animation:none;transform:translateY(60%)}}@media not (min-width:768px){.home-descente-descente{display:none}}.home-sectionHero-hero{position:relative;overflow:hidden;--fond-premier-ecran: var(--color-neutral-10);min-height:var(--hauteur-scene);display:grid;grid-template-rows:1fr auto;background:var(--nuit-sitadelle)}.home-sectionHero-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:conic-gradient(from 205deg at 88% -8%,transparent 0deg,color-mix(in oklch,var(--color-accent-4) 7%,transparent) 24deg,transparent 52deg)}.home-sectionHero-hero{color:var(--color-neutral-1)}.home-sectionHero-container{position:relative;z-index:2;align-self:center;max-width:none;padding-inline:var(--marge-page);padding-block:clamp(var(--space-3xl),8vh,calc(var(--space-4xl) * 1.1));display:grid;grid-template-columns:1fr;gap:var(--space-2xl);align-items:center}@media(min-width:1024px){.home-sectionHero-container{grid-template-columns:minmax(0,44rem);gap:var(--space-2xl)}}.home-sectionHero-content{position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.home-sectionHero-content:before{content:"";position:absolute;width:26px;height:26px;pointer-events:none;top:calc(-1 * var(--space-l));left:calc(-1 * var(--space-l));border-top:2px solid color-mix(in oklch,var(--color-accent-5) 75%,transparent);border-left:2px solid color-mix(in oklch,var(--color-accent-5) 75%,transparent)}@media not (min-width:1024px){.home-sectionHero-content:before{display:none}}.home-sectionHero-coord{font-family:var(--font-family-code);font-size:var(--font-size-xs);letter-spacing:.18em;color:color-mix(in oklch,var(--color-neutral-2) 88%,transparent);margin-bottom:var(--space-l)}.home-sectionHero-coordType{display:inline-block;animation:home-sectionHero-hero-type 1.3s steps(38,end) .15s both}@media(min-width:1024px){.home-sectionHero-coordType{white-space:nowrap}}@keyframes home-sectionHero-hero-type{0%{clip-path:inset(0 100% 0 -.05em)}to{clip-path:inset(0 -.05em 0 -.05em)}}@media(prefers-reduced-motion:reduce){.home-sectionHero-coordType{animation:none}}.home-sectionHero-title{font-family:var(--font-family-heading);font-size:clamp(3rem,5vw,5.25rem);font-weight:var(--font-weight-bold);color:var(--color-neutral-0);background:linear-gradient(115deg,var(--color-neutral-0) 45%,color-mix(in oklch,var(--color-accent-2) 70%,white) 90%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:var(--space-xl);line-height:1.08;letter-spacing:-.025em;max-width:19ch;text-wrap:balance}.home-sectionHero-subtitle{font-size:var(--font-size-l);color:var(--color-neutral-2);max-width:38ch;line-height:var(--line-height-expanded);margin-bottom:var(--space-2xl)}@media(min-width:768px){.home-sectionHero-subtitle{font-size:var(--font-size-xl)}}.home-sectionHero-actions{display:flex;flex-wrap:wrap;gap:var(--space-m)}.home-sectionHero-ctaBtn{position:relative;display:inline-flex;align-items:center;gap:var(--space-xs);padding:var(--space-s) var(--space-xl);font-size:var(--font-size-m);font-weight:var(--font-weight-semibold);text-decoration:none;cursor:pointer;overflow:hidden;clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,14px 100%,0 calc(100% - 14px));background:linear-gradient(135deg,var(--color-accent-4),var(--color-accent-6));color:var(--color-brand-10);transition:filter .25s var(--ease-expo-out)}.home-sectionHero-ctaBtn:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 30%,color-mix(in oklch,white 45%,transparent) 50%,transparent 70%);transform:translate(-130%);transition:transform .55s var(--ease-expo-out)}.home-sectionHero-ctaBtn:hover{filter:brightness(1.08)}.home-sectionHero-ctaBtn:hover:after{transform:translate(130%)}.home-sectionHero-ctaBtnOutline{position:relative;display:inline-flex;align-items:center;gap:var(--space-xs);padding:var(--space-s) var(--space-xl);font-size:var(--font-size-m);font-weight:var(--font-weight-semibold);text-decoration:none;cursor:pointer;background:color-mix(in oklch,white 3%,transparent);border:1px solid color-mix(in oklch,var(--color-neutral-1) 22%,transparent);color:var(--color-neutral-1);transition:border-color .25s,color .25s}.home-sectionHero-ctaBtnOutline:before,.home-sectionHero-ctaBtnOutline:after{content:"";position:absolute;width:10px;height:10px;transition:width .3s var(--ease-expo-out),height .3s var(--ease-expo-out)}.home-sectionHero-ctaBtnOutline:before{top:-1px;left:-1px;border-top:2px solid var(--color-accent-5);border-left:2px solid var(--color-accent-5)}.home-sectionHero-ctaBtnOutline:after{bottom:-1px;right:-1px;border-bottom:2px solid var(--color-accent-5);border-right:2px solid var(--color-accent-5)}.home-sectionHero-ctaBtnOutline:hover{border-color:color-mix(in oklch,var(--color-neutral-1) 45%,transparent);color:#fff}.home-sectionHero-ctaBtnOutline:hover:before,.home-sectionHero-ctaBtnOutline:hover:after{width:16px;height:16px}.home-sectionHero-cartouchePlan{position:relative;margin:calc(var(--space-2xl) * 1.2) 0 0;width:min(100%,30rem);border:1px solid color-mix(in oklch,var(--color-neutral-1) 18%,transparent);background:color-mix(in oklch,white 3%,transparent)}.home-sectionHero-cartouchePlan:before{content:"";position:absolute;top:-1px;left:-1px;width:14px;height:14px;border-top:2px solid var(--color-accent-5);border-left:2px solid var(--color-accent-5)}.home-sectionHero-cartouchePlan:after{content:"";position:absolute;bottom:calc(-1 * var(--space-m));right:calc(-1 * var(--space-m));width:26px;height:26px;pointer-events:none;border-bottom:2px solid color-mix(in oklch,var(--color-accent-5) 75%,transparent);border-right:2px solid color-mix(in oklch,var(--color-accent-5) 75%,transparent)}@media not (min-width:1024px){.home-sectionHero-cartouchePlan:after{display:none}}.home-sectionHero-cartoucheLigne{display:grid;grid-template-columns:5.5rem 1fr;align-items:baseline;gap:var(--space-m);padding:var(--space-xs) var(--space-m)}.home-sectionHero-cartoucheLigne+.home-sectionHero-cartoucheLigne{border-top:1px solid color-mix(in oklch,var(--color-neutral-1) 10%,transparent)}.home-sectionHero-cartoucheLigne dt{font-family:var(--font-family-code);font-size:var(--font-size-2xs);letter-spacing:.16em;color:color-mix(in oklch,var(--color-accent-4) 80%,transparent)}.home-sectionHero-cartoucheLigne dd{margin:0;font-size:var(--font-size-s);color:color-mix(in oklch,var(--color-neutral-2) 92%,transparent)}@keyframes home-sectionHero-hero-rise{0%{opacity:0;transform:translateY(1.4rem)}to{opacity:1;transform:translateY(0)}}@keyframes home-sectionHero-hero-rise-title{0%{transform:translateY(1.4rem)}to{transform:translateY(0)}}.home-sectionHero-revealTitle{animation:home-sectionHero-hero-rise-title .9s var(--ease-expo-out) forwards}@media(prefers-reduced-motion:reduce){.home-sectionHero-revealTitle{animation:none;transform:none}}.home-sectionHero-reveal{opacity:0;animation:home-sectionHero-hero-rise .9s var(--ease-expo-out) forwards}@media(prefers-reduced-motion:reduce){.home-sectionHero-reveal{animation:none;opacity:1;transform:none}}.home-sectionHero-piedEcran{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:var(--space-m);padding-inline:var(--marge-page);padding-block:0 var(--space-l)}.home-sectionHero-piedCartouche{margin:0;font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.16em;color:color-mix(in oklch,var(--color-accent-4) 55%,transparent)}@media not (min-width:1024px){.home-sectionHero-piedCartouche{display:none}}.home-sectionHero-piedDroite{text-align:right}@supports (animation-timeline: view()){@media not (prefers-reduced-motion:reduce){.home-sectionHero-container,.home-sectionHero-piedEcran{animation:home-sectionHero-sortiePremierEcran linear both;animation-timeline:view();animation-range:exit 0% exit 85%}}}@keyframes home-sectionHero-sortiePremierEcran{to{opacity:0;transform:translateY(-6%) scale(.97);filter:blur(3px)}}@media not (min-width:768px){.home-sectionHero-hero{grid-template-rows:auto 1fr auto}.home-sectionHero-container{align-self:stretch;padding-block:var(--space-xl) var(--space-l)}.home-sectionHero-ctaBtn,.home-sectionHero-ctaBtnOutline{width:100%;justify-content:center}.home-sectionHero-title{font-size:clamp(2.25rem,9.2vw,3rem);margin-bottom:var(--space-l)}.home-sectionHero-subtitle{font-size:var(--font-size-m);margin-bottom:var(--space-l)}.home-sectionHero-coord{margin-bottom:var(--space-m)}.home-sectionHero-cartouchePlan{margin-top:var(--space-xl)}}.home-chantierVivant-cadre{position:relative;box-sizing:border-box;width:min(100%,calc((100svh - 13.75rem)*1.31));padding:clamp(10px,1.4vw,20px)}.home-chantierVivant-cadre:before,.home-chantierVivant-cadre:after{content:"";position:absolute;width:16px;height:16px;pointer-events:none}.home-chantierVivant-cadre:before{top:-1px;left:-1px;border-top:2px solid var(--color-accent-5);border-left:2px solid var(--color-accent-5)}.home-chantierVivant-cadre:after{bottom:-1px;right:-1px;border-bottom:2px solid var(--color-accent-5);border-right:2px solid var(--color-accent-5)}.home-chantierVivant-plan{display:block;width:100%;height:auto}.home-chantierVivant-croquis,.home-chantierVivant-cordeau,.home-chantierVivant-matiere,.home-chantierVivant-chrome{opacity:0;transition:opacity .55s ease}.home-chantierVivant-croquis path{fill:none;stroke:var(--color-accent-4);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.home-chantierVivant-cordeau .home-chantierVivant-tracer,.home-chantierVivant-chrome .home-chantierVivant-tracer{fill:none;stroke-linejoin:round}.home-chantierVivant-cordeau .home-chantierVivant-tracer{stroke:color-mix(in oklch,var(--color-neutral-1) 75%,transparent);stroke-width:1.5}.home-chantierVivant-plan[data-etape="1"] .home-chantierVivant-croquis{opacity:1}.home-chantierVivant-plan[data-etape="1"] .home-chantierVivant-croquis path{stroke-dasharray:1;stroke-dashoffset:1;animation:home-chantierVivant-encrer .55s ease-out calc(var(--i) * .11s) forwards}.home-chantierVivant-plan[data-etape="2"] .home-chantierVivant-croquis{opacity:.28}.home-chantierVivant-plan[data-etape="2"] .home-chantierVivant-cordeau{opacity:1}.home-chantierVivant-plan[data-etape="2"] .home-chantierVivant-cordeau .home-chantierVivant-tracer{stroke-dasharray:1;stroke-dashoffset:1;animation:home-chantierVivant-encrer .7s ease-out calc(var(--i) * .16s) forwards}.home-chantierVivant-plan[data-etape="3"] .home-chantierVivant-cordeau{opacity:.35}.home-chantierVivant-plan[data-etape="3"] .home-chantierVivant-matiere{opacity:1}.home-chantierVivant-plan[data-etape="3"] .home-chantierVivant-matiere>*{animation:home-chantierVivant-poser .5s ease-out calc(var(--i) * .1s) both}.home-chantierVivant-plan[data-etape="4"] .home-chantierVivant-matiere,.home-chantierVivant-plan[data-etape="4"] .home-chantierVivant-chrome{opacity:1}.home-chantierVivant-plan[data-etape="4"] .home-chantierVivant-chrome .home-chantierVivant-tracer{stroke-dasharray:1;stroke-dashoffset:1;animation:home-chantierVivant-encrer .6s ease-out calc(var(--i) * .14s) forwards}.home-chantierVivant-plan[data-etape="4"] .home-chantierVivant-temoin{animation:home-chantierVivant-veiller 2.2s ease-in-out infinite}@keyframes home-chantierVivant-encrer{to{stroke-dashoffset:0}}@keyframes home-chantierVivant-poser{0%{opacity:0}to{opacity:1}}@keyframes home-chantierVivant-veiller{0%,to{opacity:1}50%{opacity:.35}}@media(prefers-reduced-motion:reduce){.home-chantierVivant-plan[data-etape] .home-chantierVivant-croquis path,.home-chantierVivant-plan[data-etape] .home-chantierVivant-cordeau .home-chantierVivant-tracer,.home-chantierVivant-plan[data-etape] .home-chantierVivant-chrome .home-chantierVivant-tracer,.home-chantierVivant-plan[data-etape] .home-chantierVivant-matiere>*,.home-chantierVivant-plan[data-etape] .home-chantierVivant-temoin{animation:none;stroke-dasharray:none;stroke-dashoffset:0}}@media not (min-width:768px){.home-chantierVivant-etiquette{display:none}}.home-sectionHomeProcess-section{position:relative;box-sizing:border-box;min-height:var(--hauteur-scene);overflow:hidden;display:grid;align-items:center;justify-content:center;column-gap:clamp(2rem,7vw,9.375rem);row-gap:0;--retrait-scene: clamp(1.5rem, 6vw, 7rem);padding:clamp(1.25rem,4svh,3.5rem) var(--retrait-scene);max-width:111rem;margin-inline:auto;color:var(--color-neutral-1)}@media(min-width:881px){.home-sectionHomeProcess-section{grid-template-columns:minmax(18.75rem,26.875rem) minmax(21.25rem,48.75rem);grid-template-rows:auto auto;align-content:center}}.home-sectionHomeProcess-adresse{display:flex;flex-direction:column;align-items:flex-start}.home-sectionHomeProcess-cartouche{margin:0;font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.18em;color:var(--color-accent-4)}.home-sectionHomeProcess-titre{margin:.75rem 0 0;font-family:var(--font-family-heading);font-size:clamp(1.625rem,2.5vw,2.375rem);line-height:1.16;letter-spacing:-.02em;color:var(--color-neutral-1);text-wrap:pretty}.home-sectionHomeProcess-amorce{margin:.75rem 0 0;font-size:.90625rem;line-height:1.65;max-width:40ch;color:color-mix(in oklch,var(--color-neutral-1) 72%,transparent);text-wrap:pretty}.home-sectionHomeProcess-jalons{display:grid;gap:clamp(.875rem,3svh,1.625rem);margin-top:clamp(1.25rem,4svh,2.5rem);width:100%}.home-sectionHomeProcess-jalon{display:grid;gap:.4375rem;padding:0;border:0;background:none;text-align:left;cursor:pointer;font-family:inherit;color:inherit}.home-sectionHomeProcess-jalon:focus-visible{outline:1px dashed var(--color-accent-4);outline-offset:6px}.home-sectionHomeProcess-cote{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:.25rem;width:100%}.home-sectionHomeProcess-taquet{width:1px;height:10px;background:color-mix(in oklch,var(--color-accent-4) 35%,transparent)}.home-sectionHomeProcess-trait{height:1px;background:color-mix(in oklch,var(--color-neutral-1) 14%,transparent)}.home-sectionHomeProcess-jauge{position:relative}.home-sectionHomeProcess-jauge:after{content:"";position:absolute;inset:-.5px 0;background:var(--color-accent-4);transform:scaleX(0);transform-origin:0 50%}.home-sectionHomeProcess-jalons:hover .jalon-jauge:after,.home-sectionHomeProcess-jalons:focus-within .jalon-jauge:after{animation-play-state:paused}.home-sectionHomeProcess-num{padding:0 .25rem;font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.2em;color:color-mix(in oklch,var(--color-neutral-1) 55%,transparent)}.home-sectionHomeProcess-jalonTitre{font-family:var(--font-family-heading);font-size:clamp(1.0625rem,1.35vw,1.3125rem);color:color-mix(in oklch,var(--color-neutral-1) 62%,transparent);transition:color .3s}.home-sectionHomeProcess-jalonDesc{font-size:.8125rem;line-height:1.55;color:color-mix(in oklch,var(--color-neutral-1) 48%,transparent);transition:color .3s}.home-sectionHomeProcess-jalon:hover .home-sectionHomeProcess-jalonTitre,.home-sectionHomeProcess-jalon:focus-visible .home-sectionHomeProcess-jalonTitre{color:var(--color-neutral-1)}.home-sectionHomeProcess-actif .home-sectionHomeProcess-jalonTitre{color:var(--color-neutral-1)}.home-sectionHomeProcess-actif .home-sectionHomeProcess-jalonDesc{color:color-mix(in oklch,var(--color-neutral-1) 70%,transparent)}.home-sectionHomeProcess-actif .home-sectionHomeProcess-taquet{background:var(--color-accent-4)}.home-sectionHomeProcess-actif .home-sectionHomeProcess-num{color:var(--color-accent-2)}.home-sectionHomeProcess-renvoi{position:absolute;height:1px;width:0;background:linear-gradient(90deg,var(--color-accent-4),color-mix(in oklch,var(--color-accent-4) 12%,transparent));pointer-events:none;transition:top .45s cubic-bezier(.16,1,.3,1),width .3s}.home-sectionHomeProcess-renvoi:before{content:"";position:absolute;left:-1px;top:-3.5px;width:1px;height:8px;background:var(--color-accent-4)}.home-sectionHomeProcess-champ{display:grid;gap:.875rem;justify-items:center;min-width:0}.home-sectionHomeProcess-legende{margin:0;font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.2em;color:color-mix(in oklch,var(--color-neutral-1) 55%,transparent);text-align:center}.home-sectionHomeProcess-legende em{font-style:normal;color:var(--color-accent-2)}@media(min-width:881px){.home-sectionHomeProcess-adresse{grid-area:1 / 1}.home-sectionHomeProcess-jalons{grid-area:2 / 1}.home-sectionHomeProcess-champ{grid-area:1 / 2 / span 2 / 2;align-self:center}}@media(max-height:700px)and (min-width:881px){.home-sectionHomeProcess-section{padding-block:1rem}.home-sectionHomeProcess-titre{margin-top:.5rem;font-size:clamp(1.375rem,2vw,1.875rem)}.home-sectionHomeProcess-amorce{margin-top:.5rem;font-size:.8125rem}.home-sectionHomeProcess-jalons{gap:.625rem;margin-top:.875rem}.home-sectionHomeProcess-jalon{gap:.25rem}.home-sectionHomeProcess-jalonTitre{font-size:1rem}.home-sectionHomeProcess-jalonDesc{font-size:.75rem;line-height:1.4}}@media(max-height:540px)and (min-width:881px){.home-sectionHomeProcess-jalonDesc{display:none}}@media(max-width:880px){.home-sectionHomeProcess-section{display:block;overflow:visible;padding-bottom:var(--space-3xl)}.home-sectionHomeProcess-champ{position:sticky;top:5rem;z-index:1;padding-block:var(--space-s)}.home-sectionHomeProcess-champ:before{content:"";position:absolute;inset:0 calc(-1 * var(--retrait-scene));z-index:-1;background:color-mix(in oklch,var(--color-neutral-10) 92%,transparent);-webkit-mask-image:linear-gradient(black 82%,transparent);mask-image:linear-gradient(black 82%,transparent)}@supports (backdrop-filter: blur(1px)){.home-sectionHomeProcess-champ:before{background:color-mix(in oklch,var(--color-neutral-10) 74%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}}.home-sectionHomeProcess-jalons{grid-template-columns:1fr;gap:0;margin-top:var(--space-l)}.home-sectionHomeProcess-jalon{gap:.5rem;min-height:30svh;align-content:start;padding-block:var(--space-m);scroll-margin-top:40svh}.home-sectionHomeProcess-renvoi{display:none}.home-sectionHomeProcess-amorce{font-size:.84375rem}}._shared-sectionHead-head{position:relative;margin-bottom:var(--space-2xl)}._shared-sectionHead-title{font-family:var(--font-family-heading);font-size:var(--font-size-display-m);font-weight:var(--font-weight-semibold);color:var(--color-neutral-text-strong);letter-spacing:-.025em;line-height:1.02;margin-top:var(--space-m);max-width:18ch}._shared-sectionHead-titleDark{color:#fff}._shared-sectionHead-desc{font-size:var(--font-size-m);color:var(--color-neutral-text-soft);max-width:46ch;line-height:var(--line-height-expanded);margin-top:var(--space-s)}._shared-sectionHead-headCentre{text-align:center}._shared-sectionHead-headCentre ._shared-sectionHead-title,._shared-sectionHead-headCentre ._shared-sectionHead-desc{margin-inline:auto}._shared-sectionHead-descDark{color:color-mix(in oklch,white 80%,transparent)}._shared-sectionOverline-root{display:inline-flex;align-items:center;gap:var(--space-s);width:fit-content}._shared-sectionOverline-center{margin-inline:auto}._shared-sectionOverline-left{margin-inline:0}._shared-sectionOverline-rule{width:2.25rem;height:2px;border-radius:2px;flex-shrink:0;background:linear-gradient(to right,var(--color-brand-surface-deep),color-mix(in oklch,var(--color-brand-surface-deep) 30%,transparent))}._shared-sectionOverline-index{font-family:var(--font-family-code);font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);font-variant-numeric:tabular-nums;letter-spacing:.05em;color:var(--color-brand-text-muted)}._shared-sectionOverline-sep{color:color-mix(in oklch,var(--color-brand-text-muted) 45%,transparent);font-size:var(--font-size-xs)}._shared-sectionOverline-label{font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);letter-spacing:.22em;text-transform:uppercase;color:color-mix(in oklch,var(--color-neutral-text-soft) 92%,transparent)}._shared-sectionOverline-onDark ._shared-sectionOverline-rule{background:linear-gradient(to right,var(--color-accent-4),color-mix(in oklch,var(--color-accent-4) 30%,transparent))}._shared-sectionOverline-onDark ._shared-sectionOverline-index{color:var(--color-accent-3)}._shared-sectionOverline-onDark ._shared-sectionOverline-sep{color:color-mix(in oklch,var(--color-accent-3) 55%,transparent)}._shared-sectionOverline-onDark ._shared-sectionOverline-label{color:color-mix(in oklch,white 82%,transparent)}.home-sectionPrestation-section{position:relative;padding-block:var(--space-2xl);min-height:var(--hauteur-scene);display:grid;grid-template-columns:minmax(0,1fr);align-content:center}@media not (min-width:768px){.home-sectionPrestation-section{align-content:start;padding-top:var(--space-3xl)}}.home-sectionPrestation-section{color:var(--color-neutral-1)}.home-sectionPrestation-halo{position:absolute;inset:0;pointer-events:none;--lampe-x: 15.5%;--lampe-y: 34%;--lampe-apex-y: 13.5%;background:conic-gradient(from 152deg at var(--lampe-x) var(--lampe-apex-y),transparent 0deg,color-mix(in oklch,var(--color-accent-3) 6%,transparent) 7deg,color-mix(in oklch,var(--color-accent-3) 18%,transparent) 18deg,color-mix(in oklch,var(--color-accent-3) 18%,transparent) 38deg,color-mix(in oklch,var(--color-accent-3) 6%,transparent) 49deg,transparent 56deg);filter:blur(22px);-webkit-mask-image:radial-gradient(ellipse 30% 58% at calc(var(--lampe-x) + 3%) calc(var(--lampe-y) + 24%),black 10%,transparent 78%),linear-gradient(to bottom,transparent var(--lampe-y),black calc(var(--lampe-y) + 2%));-webkit-mask-composite:source-in;mask-image:radial-gradient(ellipse 30% 58% at calc(var(--lampe-x) + 3%) calc(var(--lampe-y) + 24%),black 10%,transparent 78%),linear-gradient(to bottom,transparent var(--lampe-y),black calc(var(--lampe-y) + 2%));mask-composite:intersect}@media not (min-width:768px){.home-sectionPrestation-halo{bottom:auto;height:var(--hauteur-scene);--lampe-x: 49%;--lampe-y: 33%;--lampe-apex-y: 17%;filter:blur(16px)}}.home-sectionPrestation-jumeauAllume{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(90deg,transparent 0%,var(--fond-scene) 55%),var(--image-scene-allumee);background-size:auto,cover;background-position:left center;background-repeat:no-repeat}@media not (min-width:768px){.home-sectionPrestation-jumeauAllume{background-image:linear-gradient(to bottom,color-mix(in oklch,var(--fond-scene) 40%,transparent) 0%,color-mix(in oklch,var(--fond-scene) 44%,transparent) 30%,color-mix(in oklch,var(--fond-scene) 72%,transparent) 46%,color-mix(in oklch,var(--fond-scene) 94%,transparent) 60%,var(--fond-scene) 72%),var(--image-scene-allumee);background-size:100% var(--hauteur-scene),auto var(--hauteur-scene);background-position:left top,left top;background-repeat:no-repeat}}.home-sectionPrestation-interrupteur{position:absolute;left:5.5%;top:12%;width:18%;height:25%;z-index:2;padding:0;border:0;background:none;cursor:pointer}.home-sectionPrestation-interrupteur:focus-visible{outline:2px solid var(--color-accent-4);outline-offset:2px;border-radius:4px}@media not (min-width:768px){.home-sectionPrestation-interrupteur{left:22%;top:calc(var(--hauteur-scene) * .12);width:56%;height:calc(var(--hauteur-scene) * .22)}}@media(prefers-reduced-motion:reduce){.home-sectionPrestation-halo{animation:none}}.home-sectionPrestation-container{position:relative;z-index:1;transition:filter .35s ease;max-width:none;padding-inline:var(--marge-page);display:grid;gap:var(--space-xl)}@media(min-width:1024px){.home-sectionPrestation-container{grid-template-columns:minmax(0,1fr) minmax(0,44rem);align-items:end}}@media(min-width:1200px){.home-sectionPrestation-container{padding-right:calc(var(--marge-page) + 4rem)}}.lampe-panne .home-sectionPrestation-container{filter:brightness(.72)}.home-sectionPrestation-contenu{display:flex;flex-direction:column;gap:var(--space-l)}@media(min-width:1024px){.home-sectionPrestation-contenu{grid-column:2}}.home-sectionPrestation-phases{display:flex;flex-direction:column;gap:0;margin:0;padding:0;list-style:none}.home-sectionPrestation-phase{display:grid;grid-template-columns:2.25rem 1.5rem minmax(0,auto) minmax(1.5rem,1fr) minmax(0,18rem);align-items:baseline;column-gap:var(--space-m);row-gap:var(--space-2xs);padding-block:var(--space-m);border-top:1px solid color-mix(in oklch,var(--color-neutral-1) 14%,transparent)}.home-sectionPrestation-phase:last-child{border-bottom:1px solid color-mix(in oklch,var(--color-neutral-1) 14%,transparent)}.home-sectionPrestation-phase{transition:border-color .3s}.home-sectionPrestation-phase:hover{border-color:color-mix(in oklch,var(--color-accent-4) 45%,transparent)}.home-sectionPrestation-phaseNum{font-family:var(--font-family-monospace, ui-monospace, monospace);font-size:var(--font-size-2xs);letter-spacing:.16em;color:var(--color-accent-4)}.home-sectionPrestation-picto{width:16px;height:16px;color:var(--color-accent-4);translate:0 .15em}.home-sectionPrestation-phaseTitre{margin:0;font-family:var(--font-family-heading);font-size:var(--font-size-l);font-weight:var(--font-weight-semibold);line-height:1.2;color:var(--color-neutral-0)}.home-sectionPrestation-phaseDesc{margin:0;font-size:var(--font-size-s);line-height:var(--line-height-expanded);color:color-mix(in oklch,var(--color-neutral-1) 78%,transparent)}.home-sectionPrestation-conduite{min-width:1.5rem;border-bottom:2px dotted color-mix(in oklch,var(--color-neutral-1) 22%,transparent);translate:0 -.28em}@media not (min-width:768px){.home-sectionPrestation-phase{grid-template-columns:2.25rem 1.5rem minmax(0,1fr)}.home-sectionPrestation-conduite{display:none}.home-sectionPrestation-phaseDesc{grid-column:3}}.home-sectionPrestation-porte{position:relative;align-self:flex-start;display:inline-flex;align-items:center;padding:var(--space-xs) var(--space-l);font-size:var(--font-size-s);font-weight:var(--font-weight-semibold);color:var(--color-neutral-1);text-decoration:none;background:color-mix(in oklch,white 3%,transparent);border:1px solid color-mix(in oklch,var(--color-neutral-1) 22%,transparent);transition:border-color .25s,color .25s}.home-sectionPrestation-porte:before,.home-sectionPrestation-porte:after{content:"";position:absolute;width:10px;height:10px;transition:width .3s var(--ease-expo-out),height .3s var(--ease-expo-out)}.home-sectionPrestation-porte:before{top:-1px;left:-1px;border-top:2px solid var(--color-accent-5);border-left:2px solid var(--color-accent-5)}.home-sectionPrestation-porte:after{bottom:-1px;right:-1px;border-bottom:2px solid var(--color-accent-5);border-right:2px solid var(--color-accent-5)}.home-sectionPrestation-porte:hover,.home-sectionPrestation-porte:focus-visible{border-color:color-mix(in oklch,var(--color-neutral-1) 45%,transparent);color:#fff}:is(.home-sectionPrestation-porte:hover,.home-sectionPrestation-porte:focus-visible):before,:is(.home-sectionPrestation-porte:hover,.home-sectionPrestation-porte:focus-visible):after{width:16px;height:16px}.lampe-panne .home-sectionPrestation-contenu{opacity:.28}.home-sectionPrestation-contenu{transition:opacity .45s var(--ease-expo-out)}*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}@layer tokens{html{--ratio-square: 1;--ratio-landscape: 4 / 3;--ratio-portrait: 3 / 4;--ratio-wide: 16 / 9;--ratio-ultrawide: 18 / 5;--ratio-golden: 1.618 / 1}}@layer tokens{html{--border-width-scale: 1;--border-width-s: calc(var(--border-width-scale) * .0625rem);--border-width-m: calc(var(--border-width-scale) * .125rem);--border-width-l: calc(var(--border-width-scale) * .1875rem);--border-radius-scale: 1;--border-radius-s: calc(var(--border-radius-scale) * .1875rem);--border-radius-m: calc(var(--border-radius-scale) * .375rem);--border-radius-l: calc(var(--border-radius-scale) * .75rem);--border-radius-pill: 9999px;--border-radius-circle: 50%;--border-radius-square: 0px}}@layer tokens{html{--font-family-transitional: Charter, Bitstream Charter, Sitka Text, Cambria, serif;--font-family-old-style: Iowan Old Style, Palatino Linotype, URW Palladio L, P052, serif;--font-family-humanist: Seravek, Gill Sans Nova, Ubuntu, Calibri, DejaVu Sans, source-sans-pro, sans-serif;--font-family-geometric-humanist: Avenir, Montserrat, Corbel, URW Gothic, source-sans-pro, sans-serif;--font-family-classical-humanist: Optima, Candara, Noto Sans, source-sans-pro, sans-serif;--font-family-neo-grotesque: Inter, Roboto, Helvetica Neue, Arial Nova, Nimbus Sans, Arial, sans-serif;--font-family-monospace-slab-serif: Nimbus Mono PS, Courier New, monospace;--font-family-monospace-code: Dank Mono, Operator Mono, Inconsolata, Fira Mono, ui-monospace, SF Mono, Monaco, Droid Sans Mono, Source Code Pro, Cascadia Code, Menlo, Consolas, DejaVu Sans Mono, monospace;--font-family-industrial: Bahnschrift, DIN Alternate, Franklin Gothic Medium, Nimbus Sans Narrow, sans-serif-condensed, sans-serif;--font-family-rounded-sans: ui-rounded, Hiragino Maru Gothic ProN, Quicksand, Comfortaa, Manjari, Arial Rounded MT, Arial Rounded MT Bold, Calibri, source-sans-pro, sans-serif;--font-family-slab-serif: Rockwell, Rockwell Nova, Roboto Slab, DejaVu Serif, Sitka Small, serif;--font-family-antique: Superclarendon, Bookman Old Style, URW Bookman, URW Bookman L, Georgia Pro, Georgia, serif;--font-family-didone: Didot, Bodoni MT, Noto Serif Display, URW Palladio L, P052, Sylfaen, serif;--font-family-handwritten: Segoe Print, Bradley Hand, Chilanka, TSCu_Comic, casual, cursive;--font-family-sans: system-ui, sans-serif;--font-family-serif: ui-serif, serif;--font-family-mono: var(--font-family-monospace-code);--font-weight-light: 300;--font-weight-normal: 400;--font-weight-semibold: 500;--font-weight-bold: 600;--line-height-condensed: 1.2;--line-height-normal: 1.5;--line-height-expanded: 1.75;--font-size-scale: 1;--font-size-smaller: round(calc(1em / 1.125), 1px);--font-size-larger: round(calc(1em * 1.125 * 1.125), 1px);--font-size-2xs: calc(.75rem * var(--font-size-scale));--font-size-xs: calc(.8125rem * var(--font-size-scale));--font-size-s: round(calc(var(--font-size-m) / 1.125), 1px);--font-size-m: calc(1rem * var(--font-size-scale));--font-size-l: round(calc(var(--font-size-m) * 1.125 * 1.125), 1px);--font-size-xl: round(calc(var(--font-size-l) * 1.125 * 1.125), 1px);--font-size-2xl: round(calc(var(--font-size-xl) * 1.125 * 1.125), 1px);--font-size-3xl: round(calc(var(--font-size-2xl) * 1.125 * 1.125), 1px);--font-size-4xl: round(calc(var(--font-size-3xl) * 1.125 * 1.125), 1px);--font-size-dynamic-2xs: var(--font-size-2xs);--font-size-dynamic-xs: var(--font-size-xs);--font-size-dynamic-s: var(--font-size-s);--font-size-dynamic-m: var(--font-size-m);--font-size-dynamic-l: var(--font-size-l);--font-size-dynamic-xl: var(--font-size-xl);--font-size-dynamic-2xl: var(--font-size-2xl);--font-size-dynamic-3xl: var(--font-size-3xl);--font-size-dynamic-4xl: var(--font-size-4xl)}@media(min-width:1024px){html{--font-size-dynamic-2xl: round(calc(var(--font-size-xl) * 1.125 * 1.125 * 1.125), 1px);--font-size-dynamic-3xl: round(calc(var(--font-size-2xl) * 1.125 * 1.125 * 1.125), 1px);--font-size-dynamic-4xl: round(calc(var(--font-size-3xl) * 1.125 * 1.125 * 1.125), 1px)}}}@layer tokens{html{--shadow-offset-x-scale: 0;--shadow-offset-x-s: calc(var(--shadow-offset-x-scale) * .125rem);--shadow-offset-x-m: calc(var(--shadow-offset-x-scale) * .25rem);--shadow-offset-x-l: calc(var(--shadow-offset-x-scale) * .5rem);--shadow-offset-y-scale: 1;--shadow-offset-y-s: calc(var(--shadow-offset-y-scale) * .125rem);--shadow-offset-y-m: calc(var(--shadow-offset-y-scale) * .25rem);--shadow-offset-y-l: calc(var(--shadow-offset-y-scale) * .5rem);--shadow-blur-scale: 1;--shadow-blur-s: calc(var(--shadow-blur-scale) * .125rem);--shadow-blur-m: calc(var(--shadow-blur-scale) * .25rem);--shadow-blur-l: calc(var(--shadow-blur-scale) * .5rem);--shadow-spread-scale: -.5;--shadow-spread-s: calc(var(--shadow-spread-scale) * .125rem);--shadow-spread-m: calc(var(--shadow-spread-scale) * .25rem);--shadow-spread-l: calc(var(--shadow-spread-scale) * .5rem);--color-shadow: color-mix( in oklab, var(--color-neutral-5) calc(var(--shadow-blur-scale) * 4% + 8%), transparent );--shadow-s: var(--shadow-offset-x-s) var(--shadow-offset-y-s) var(--shadow-blur-s) var(--shadow-spread-s) var(--color-shadow);--shadow-m: var(--shadow-offset-x-m) var(--shadow-offset-y-m) var(--shadow-blur-m) var(--shadow-spread-m) var(--color-shadow);--shadow-l: var(--shadow-offset-x-l) var(--shadow-offset-y-l) var(--shadow-blur-l) var(--shadow-spread-l) var(--color-shadow)}}@layer tokens{html{--space-scale: 1;--space-3xs: calc(var(--space-scale) * .125rem);--space-2xs: calc(var(--space-scale) * .25rem);--space-xs: calc(var(--space-scale) * .5rem);--space-s: calc(var(--space-scale) * .75rem);--space-m: calc(var(--space-scale) * 1rem);--space-l: calc(var(--space-scale) * 1.5rem);--space-xl: calc(var(--space-scale) * 2rem);--space-2xl: calc(var(--space-scale) * 2.5rem);--space-3xl: calc(var(--space-scale) * 3rem);--space-4xl: calc(var(--space-scale) * 4rem);--space-dynamic-3xs: var(--space-3xs);--space-dynamic-2xs: var(--space-2xs);--space-dynamic-xs: var(--space-xs);--space-dynamic-s: var(--space-s);--space-dynamic-m: var(--space-m);--space-dynamic-l: var(--space-l);--space-dynamic-xl: var(--space-xl);--space-dynamic-2xl: var(--space-2xl);--space-dynamic-3xl: var(--space-3xl);--space-dynamic-4xl: var(--space-4xl)}@media not (min-width:768px){html{--space-dynamic-2xs: var(--space-3xs);--space-dynamic-xs: var(--space-2xs);--space-dynamic-s: var(--space-xs);--space-dynamic-m: var(--space-s);--space-dynamic-l: var(--space-m);--space-dynamic-xl: var(--space-l);--space-dynamic-2xl: var(--space-xl);--space-dynamic-3xl: var(--space-2xl);--space-dynamic-4xl: var(--space-3xl)}}@media(min-width:1440px){html{--space-dynamic-3xs: var(--space-2xs);--space-dynamic-2xs: var(--space-xs);--space-dynamic-xs: var(--space-s);--space-dynamic-s: var(--space-m);--space-dynamic-m: var(--space-l);--space-dynamic-l: var(--space-xl);--space-dynamic-xl: var(--space-2xl);--space-dynamic-2xl: var(--space-3xl);--space-dynamic-3xl: var(--space-4xl)}}}@layer tokens{html{--layer-1: 1;--layer-2: 2;--layer-3: 3;--layer-4: 4;--layer-5: 5;--layer-important: 2147483647}}@layer tokens{html{--color-lum-0: .98;--color-lum-1: .95;--color-lum-2: .92;--color-lum-3: .86;--color-lum-4: .78;--color-lum-5: .65;--color-lum-6: .5;--color-lum-7: .4;--color-lum-8: .3;--color-lum-9: .23;--color-lum-10: .18;--color-lum-light: var(--color-lum-3);--color-lum-middle: var(--color-lum-5);--color-lum-dark: var(--color-lum-7);--color-mix-light-white-0: 18%;--color-mix-light-white-1: 38%;--color-mix-light-white-2: 68%;--color-mix-dark-black-8: 85%;--color-mix-dark-black-9: 65%;--color-mix-dark-black-10: 45%;--color-neutral-3: oklch(from var(--color-neutral) var(--color-lum-3) c h);--color-neutral-4: oklch(from var(--color-neutral) var(--color-lum-4) c h);--color-neutral-5: oklch(from var(--color-neutral) var(--color-lum-5) c h);--color-neutral-6: oklch(from var(--color-neutral) var(--color-lum-6) c h);--color-neutral-7: oklch(from var(--color-neutral) var(--color-lum-7) c h);--color-neutral-0: color-mix(in oklch, var(--color-neutral-3) var(--color-mix-light-white-0), white);--color-neutral-1: color-mix(in oklch, var(--color-neutral-3) var(--color-mix-light-white-1), white);--color-neutral-2: color-mix(in oklch, var(--color-neutral-3) var(--color-mix-light-white-2), white);--color-neutral-8: color-mix(in oklch, var(--color-neutral-7) var(--color-mix-dark-black-8), black);--color-neutral-9: color-mix(in oklch, var(--color-neutral-7) var(--color-mix-dark-black-9), black);--color-neutral-10: color-mix(in oklch, var(--color-neutral-7) var(--color-mix-dark-black-10), black);--color-brand-3: oklch(from var(--color-brand) var(--color-lum-3) c h);--color-brand-4: oklch(from var(--color-brand) var(--color-lum-4) c h);--color-brand-5: oklch(from var(--color-brand) var(--color-lum-5) c h);--color-brand-6: oklch(from var(--color-brand) var(--color-lum-6) c h);--color-brand-7: oklch(from var(--color-brand) var(--color-lum-7) c h);--color-brand-0: color-mix(in oklch, var(--color-brand-3) var(--color-mix-light-white-0), white);--color-brand-1: color-mix(in oklch, var(--color-brand-3) var(--color-mix-light-white-1), white);--color-brand-2: color-mix(in oklch, var(--color-brand-3) var(--color-mix-light-white-2), white);--color-brand-8: color-mix(in oklch, var(--color-brand-7) var(--color-mix-dark-black-8), black);--color-brand-9: color-mix(in oklch, var(--color-brand-7) var(--color-mix-dark-black-9), black);--color-brand-10: color-mix(in oklch, var(--color-brand-7) var(--color-mix-dark-black-10), black);--color-accent-3: oklch(from var(--color-accent) var(--color-lum-3) c h);--color-accent-4: oklch(from var(--color-accent) var(--color-lum-4) c h);--color-accent-5: oklch(from var(--color-accent) var(--color-lum-5) c h);--color-accent-6: oklch(from var(--color-accent) var(--color-lum-6) c h);--color-accent-7: oklch(from var(--color-accent) var(--color-lum-7) c h);--color-accent-0: color-mix(in oklch, var(--color-accent-3) var(--color-mix-light-white-0), white);--color-accent-1: color-mix(in oklch, var(--color-accent-3) var(--color-mix-light-white-1), white);--color-accent-2: color-mix(in oklch, var(--color-accent-3) var(--color-mix-light-white-2), white);--color-accent-8: color-mix(in oklch, var(--color-accent-7) var(--color-mix-dark-black-8), black);--color-accent-9: color-mix(in oklch, var(--color-accent-7) var(--color-mix-dark-black-9), black);--color-accent-10: color-mix(in oklch, var(--color-accent-7) var(--color-mix-dark-black-10), black);--color-danger-3: oklch(from var(--color-danger) var(--color-lum-3) c h);--color-danger-4: oklch(from var(--color-danger) var(--color-lum-4) c h);--color-danger-5: oklch(from var(--color-danger) var(--color-lum-5) c h);--color-danger-6: oklch(from var(--color-danger) var(--color-lum-6) c h);--color-danger-7: oklch(from var(--color-danger) var(--color-lum-7) c h);--color-danger-0: color-mix(in oklch, var(--color-danger-3) var(--color-mix-light-white-0), white);--color-danger-1: color-mix(in oklch, var(--color-danger-3) var(--color-mix-light-white-1), white);--color-danger-2: color-mix(in oklch, var(--color-danger-3) var(--color-mix-light-white-2), white);--color-danger-8: color-mix(in oklch, var(--color-danger-7) var(--color-mix-dark-black-8), black);--color-danger-9: color-mix(in oklch, var(--color-danger-7) var(--color-mix-dark-black-9), black);--color-danger-10: color-mix(in oklch, var(--color-danger-7) var(--color-mix-dark-black-10), black)}}@layer tokens{.light{--color-surface: white;--color-text: black;--color-text-inverted: white;--color-surface-clear: white;--color-neutral-surface-subtle: var(--color-neutral-0);--color-neutral-surface-soft: var(--color-neutral-1);--color-neutral-surface-muted: var(--color-neutral-2);--color-neutral-surface-base: var(--color-neutral-3);--color-neutral-surface-strong: var(--color-neutral-4);--color-neutral-surface-deep: var(--color-neutral-5);--color-neutral-text-subtle: var(--color-neutral-5);--color-neutral-text-soft: var(--color-neutral-6);--color-neutral-text-muted: var(--color-neutral-7);--color-neutral-text-base: var(--color-neutral-8);--color-neutral-text-strong: var(--color-neutral-9);--color-neutral-text-deep: var(--color-neutral-10);--color-danger-surface-subtle: var(--color-danger-0);--color-danger-surface-soft: var(--color-danger-1);--color-danger-surface-muted: var(--color-danger-2);--color-danger-surface-base: var(--color-danger-3);--color-danger-surface-strong: var(--color-danger-4);--color-danger-surface-deep: var(--color-danger-5);--color-danger-text-subtle: var(--color-danger-5);--color-danger-text-soft: var(--color-danger-6);--color-danger-text-muted: var(--color-danger-7);--color-danger-text-base: var(--color-danger-8);--color-danger-text-strong: var(--color-danger-9);--color-danger-text-deep: var(--color-danger-10);--color-brand-surface-subtle: var(--color-brand-0);--color-brand-surface-soft: var(--color-brand-1);--color-brand-surface-muted: var(--color-brand-2);--color-brand-surface-base: var(--color-brand-3);--color-brand-surface-strong: var(--color-brand-4);--color-brand-surface-deep: var(--color-brand-5);--color-brand-text-subtle: var(--color-brand-5);--color-brand-text-soft: var(--color-brand-6);--color-brand-text-muted: var(--color-brand-7);--color-brand-text-base: var(--color-brand-8);--color-brand-text-strong: var(--color-brand-9);--color-brand-text-deep: var(--color-brand-10);--color-accent-surface-subtle: var(--color-accent-0);--color-accent-surface-soft: var(--color-accent-1);--color-accent-surface-muted: var(--color-accent-2);--color-accent-surface-base: var(--color-accent-3);--color-accent-surface-strong: var(--color-accent-4);--color-accent-surface-deep: var(--color-accent-5);--color-accent-text-subtle: var(--color-accent-5);--color-accent-text-soft: var(--color-accent-6);--color-accent-text-muted: var(--color-accent-7);--color-accent-text-base: var(--color-accent-8);--color-accent-text-strong: var(--color-accent-9);--color-accent-text-deep: var(--color-accent-10)}.dark{--color-surface: black;--color-text: white;--color-text-inverted: black;--color-surface-clear: black;--color-neutral-surface-subtle: var(--color-neutral-10);--color-neutral-surface-soft: var(--color-neutral-9);--color-neutral-surface-muted: var(--color-neutral-8);--color-neutral-surface-base: var(--color-neutral-7);--color-neutral-surface-strong: var(--color-neutral-6);--color-neutral-surface-deep: var(--color-neutral-5);--color-neutral-text-subtle: var(--color-neutral-5);--color-neutral-text-soft: var(--color-neutral-4);--color-neutral-text-muted: var(--color-neutral-3);--color-neutral-text-base: var(--color-neutral-2);--color-neutral-text-strong: var(--color-neutral-1);--color-neutral-text-deep: var(--color-neutral-0);--color-danger-surface-subtle: var(--color-danger-10);--color-danger-surface-soft: var(--color-danger-9);--color-danger-surface-muted: var(--color-danger-8);--color-danger-surface-base: var(--color-danger-7);--color-danger-surface-strong: var(--color-danger-6);--color-danger-surface-deep: var(--color-danger-5);--color-danger-text-subtle: var(--color-danger-5);--color-danger-text-soft: var(--color-danger-4);--color-danger-text-muted: var(--color-danger-3);--color-danger-text-base: var(--color-danger-2);--color-danger-text-strong: var(--color-danger-1);--color-danger-text-deep: var(--color-danger-0);--color-brand-surface-subtle: var(--color-brand-10);--color-brand-surface-soft: var(--color-brand-9);--color-brand-surface-muted: var(--color-brand-8);--color-brand-surface-base: var(--color-brand-7);--color-brand-surface-strong: var(--color-brand-6);--color-brand-surface-deep: var(--color-brand-5);--color-brand-text-subtle: var(--color-brand-5);--color-brand-text-soft: var(--color-brand-4);--color-brand-text-muted: var(--color-brand-3);--color-brand-text-base: var(--color-brand-2);--color-brand-text-strong: var(--color-brand-1);--color-brand-text-deep: var(--color-brand-0);--color-accent-surface-subtle: var(--color-accent-10);--color-accent-surface-soft: var(--color-accent-9);--color-accent-surface-muted: var(--color-accent-8);--color-accent-surface-base: var(--color-accent-7);--color-accent-surface-strong: var(--color-accent-6);--color-accent-surface-deep: var(--color-accent-5);--color-accent-text-subtle: var(--color-accent-5);--color-accent-text-soft: var(--color-accent-4);--color-accent-text-muted: var(--color-accent-3);--color-accent-text-base: var(--color-accent-2);--color-accent-text-strong: var(--color-accent-1);--color-accent-text-deep: var(--color-accent-0)}}@layer tokens{html{--width-2xs: 25rem;--width-xs: 30rem;--width-s: 40rem;--width-m: 60rem;--width-l: 80rem;--width-xl: 100rem;--width-2xl: 120rem;--height-s: 30vh;--height-m: 50vh;--height-l: 70vh;--height-max: 100vh}}@layer theme{html{--color-neutral: oklch(.2 .058 264);--color-brand: #4f67c7;--color-accent: #ed9466;--color-danger: #dc2626}.light{--color-neutral-0: color-mix(in oklch, var(--color-neutral-3) var(--color-mix-light-white-0), #fffaf0);--color-neutral-1: color-mix(in oklch, var(--color-neutral-3) var(--color-mix-light-white-1), #fffaf0);--color-neutral-2: color-mix(in oklch, var(--color-neutral-3) var(--color-mix-light-white-2), #fffaf0)}.light,.dark{background-color:var(--color-neutral-surface-subtle);color:var(--color-neutral-text-base)}}@layer theme{html{--font-family-body: Inter, var(--font-family-neo-grotesque);--font-family-heading: "Young Serif", var(--font-family-antique);--font-family-navigation: Inter, var(--font-family-neo-grotesque);--font-family-code: "IBM Plex Mono", var(--font-family-monospace-code);--font-family-monospace: "IBM Plex Mono", ui-monospace, monospace;--font-family-longform: var(--font-family-transitional);--font-family-tagline: Inter, var(--font-family-neo-grotesque);--font-size-display-s: clamp(1.75rem, 3.2vw, 2.5rem);--font-size-display-m: clamp(2.25rem, 4.6vw, 3.75rem);--font-size-display-l: clamp(2.75rem, 6.4vw, 5.5rem);--font-size-display-xl: clamp(3rem, 8vw, 7rem)}html{font-family:var(--font-family-body);font-size:var(--font-size-m);font-synthesis-weight:none}h1,h2,h3{font-family:var(--font-family-heading);letter-spacing:-.02em}}:root{--tw-red-50: oklch(97.1% .013 17.38);--tw-red-100: oklch(93.6% .032 17.717);--tw-red-200: oklch(88.5% .062 18.334);--tw-red-300: oklch(80.8% .114 19.571);--tw-red-400: oklch(70.4% .191 22.216);--tw-red-500: oklch(63.7% .237 25.331);--tw-red-600: oklch(57.7% .245 27.325);--tw-red-700: oklch(50.5% .213 27.518);--tw-red-800: oklch(44.4% .177 26.899);--tw-red-900: oklch(39.6% .141 25.723);--tw-red-950: oklch(25.8% .092 26.042);--tw-orange-50: oklch(98% .016 73.684);--tw-orange-100: oklch(95.4% .038 75.164);--tw-orange-200: oklch(90.1% .076 70.697);--tw-orange-300: oklch(83.7% .128 66.29);--tw-orange-400: oklch(75% .183 55.934);--tw-orange-500: oklch(70.5% .213 47.604);--tw-orange-600: oklch(64.6% .222 41.116);--tw-orange-700: oklch(55.3% .195 38.402);--tw-orange-800: oklch(47% .157 37.304);--tw-orange-900: oklch(40.8% .123 38.172);--tw-orange-950: oklch(26.6% .079 36.259);--tw-amber-50: oklch(98.7% .022 95.277);--tw-amber-100: oklch(96.2% .059 95.617);--tw-amber-200: oklch(92.4% .12 95.746);--tw-amber-300: oklch(87.9% .169 91.605);--tw-amber-400: oklch(82.8% .189 84.429);--tw-amber-500: oklch(76.9% .188 70.08);--tw-amber-600: oklch(66.6% .179 58.318);--tw-amber-700: oklch(55.5% .163 48.998);--tw-amber-800: oklch(47.3% .137 46.201);--tw-amber-900: oklch(41.4% .112 45.904);--tw-amber-950: oklch(27.9% .077 45.635);--tw-yellow-50: oklch(98.7% .026 102.212);--tw-yellow-100: oklch(97.3% .071 103.193);--tw-yellow-200: oklch(94.5% .129 101.54);--tw-yellow-300: oklch(90.5% .182 98.111);--tw-yellow-400: oklch(85.2% .199 91.936);--tw-yellow-500: oklch(79.5% .184 86.047);--tw-yellow-600: oklch(68.1% .162 75.834);--tw-yellow-700: oklch(55.4% .135 66.442);--tw-yellow-800: oklch(47.6% .114 61.907);--tw-yellow-900: oklch(42.1% .095 57.708);--tw-yellow-950: oklch(28.6% .066 53.813);--tw-green-50: oklch(98.2% .018 155.826);--tw-green-100: oklch(96.2% .044 156.743);--tw-green-200: oklch(92.5% .084 155.995);--tw-green-300: oklch(87.1% .15 154.449);--tw-green-400: oklch(79.2% .209 151.711);--tw-green-500: oklch(72.3% .219 149.579);--tw-green-600: oklch(62.7% .194 149.214);--tw-green-700: oklch(52.7% .154 150.069);--tw-green-800: oklch(44.8% .119 151.328);--tw-green-900: oklch(39.3% .095 152.535);--tw-green-950: oklch(26.6% .065 152.934);--tw-emerald-50: oklch(97.9% .021 166.113);--tw-emerald-100: oklch(95% .052 163.051);--tw-emerald-200: oklch(90.5% .093 164.15);--tw-emerald-300: oklch(84.5% .143 164.978);--tw-emerald-400: oklch(76.5% .177 163.223);--tw-emerald-500: oklch(69.6% .17 162.48);--tw-emerald-600: oklch(59.6% .145 163.225);--tw-emerald-700: oklch(50.8% .118 165.612);--tw-emerald-800: oklch(43.2% .095 166.913);--tw-emerald-900: oklch(37.8% .077 168.94);--tw-emerald-950: oklch(26.2% .051 172.552);--tw-sky-50: oklch(97.7% .013 236.62);--tw-sky-100: oklch(95.1% .026 236.824);--tw-sky-200: oklch(90.1% .058 230.902);--tw-sky-300: oklch(82.8% .111 230.318);--tw-sky-400: oklch(74.6% .16 232.661);--tw-sky-500: oklch(68.5% .169 237.323);--tw-sky-600: oklch(58.8% .158 241.966);--tw-sky-700: oklch(50% .134 242.749);--tw-sky-800: oklch(44.3% .11 240.79);--tw-sky-900: oklch(39.1% .09 240.876);--tw-sky-950: oklch(29.3% .066 243.157);--tw-blue-50: oklch(97% .014 254.604);--tw-blue-100: oklch(93.2% .032 255.585);--tw-blue-200: oklch(88.2% .059 254.128);--tw-blue-300: oklch(80.9% .105 251.813);--tw-blue-400: oklch(70.7% .165 254.624);--tw-blue-500: oklch(62.3% .214 259.815);--tw-blue-600: oklch(54.6% .245 262.881);--tw-blue-700: oklch(48.8% .243 264.376);--tw-blue-800: oklch(42.4% .199 265.638);--tw-blue-900: oklch(37.9% .146 265.522);--tw-blue-950: oklch(28.2% .091 267.935);--tw-violet-50: oklch(96.9% .016 293.756);--tw-violet-100: oklch(94.3% .029 294.588);--tw-violet-200: oklch(89.4% .057 293.283);--tw-violet-300: oklch(81.1% .111 293.571);--tw-violet-400: oklch(70.2% .183 293.541);--tw-violet-500: oklch(60.6% .25 292.717);--tw-violet-600: oklch(54.1% .281 293.009);--tw-violet-700: oklch(49.1% .27 292.581);--tw-violet-800: oklch(43.2% .232 292.759);--tw-violet-900: oklch(38% .189 293.745);--tw-violet-950: oklch(28.3% .141 291.089);--tw-purple-50: oklch(97.7% .014 308.299);--tw-purple-100: oklch(94.6% .033 307.174);--tw-purple-200: oklch(90.2% .063 306.703);--tw-purple-300: oklch(82.7% .119 306.383);--tw-purple-400: oklch(71.4% .203 305.504);--tw-purple-500: oklch(62.7% .265 303.9);--tw-purple-600: oklch(55.8% .288 302.321);--tw-purple-700: oklch(49.6% .265 301.924);--tw-purple-800: oklch(43.8% .218 303.724);--tw-purple-900: oklch(38.1% .176 304.987);--tw-purple-950: oklch(29.1% .149 302.717);--tw-slate-50: oklch(98.4% .003 247.858);--tw-slate-100: oklch(96.8% .007 247.896);--tw-slate-200: oklch(92.9% .013 255.508);--tw-slate-300: oklch(86.9% .022 252.894);--tw-slate-400: oklch(70.4% .04 256.788);--tw-slate-500: oklch(55.4% .046 257.417);--tw-slate-600: oklch(44.6% .043 257.281);--tw-slate-700: oklch(37.2% .044 257.287);--tw-slate-800: oklch(27.9% .041 260.031);--tw-slate-900: oklch(20.8% .042 265.755);--tw-slate-950: oklch(12.9% .042 264.695);--tw-zinc-50: oklch(98.5% 0 0);--tw-zinc-100: oklch(96.7% .001 286.375);--tw-zinc-200: oklch(92% .004 286.32);--tw-zinc-300: oklch(87.1% .006 286.286);--tw-zinc-400: oklch(70.5% .015 286.067);--tw-zinc-500: oklch(55.2% .016 285.938);--tw-zinc-600: oklch(44.2% .017 285.786);--tw-zinc-700: oklch(37% .013 285.805);--tw-zinc-800: oklch(27.4% .006 286.033);--tw-zinc-900: oklch(21% .006 285.885);--tw-zinc-950: oklch(14.1% .005 285.823)}@media(min-width:1024px){.editorial{display:grid;grid-template-columns:minmax(0,clamp(15rem,22vw,26rem)) minmax(0,1fr);gap:var(--space-2xl) calc(var(--space-2xl) * 1.2);align-items:start}}@media(min-width:1024px){.editorial>:first-child{position:sticky;top:var(--space-2xl);align-self:start;margin-bottom:0}}@media(min-width:1024px){.editorial>:last-child{margin-top:0;max-width:none;grid-template-columns:repeat(2,minmax(0,1fr));align-self:stretch;align-content:space-between}}@media(min-width:1024px){.editorial-flip{grid-template-columns:minmax(0,1fr) minmax(0,20rem)}}@media(min-width:1024px){.editorial-flip>:first-child{order:2}}@media(min-width:1024px){.editorial-flip>:last-child{order:1}}@media(min-width:1024px){.editorial-wide{max-width:88rem}}.bloc-gauche{margin-inline:0;padding-inline:var(--marge-page) var(--space-l)}:root{--marge-page: clamp(1.25rem, 7vw, 9rem);--hauteur-scene: 100svh;--bande-scene: 34svh;--lum-0: .98;--lum-1: .95;--lum-2: .92;--lum-3: .86;--lum-4: .78;--lum-5: .65;--lum-6: .5;--lum-7: .4;--lum-8: .3;--lum-9: .23;--lum-10: .18;--lum-light: var(--lum-3);--lum-middle: var(--lum-5);--lum-dark: var(--lum-7);--mix-light-white-0: 15%;--mix-light-white-1: 30%;--mix-light-white-2: 60%;--mix-dark-black-8: 75%;--mix-dark-black-9: 55%;--mix-dark-black-10: 46%;--base-light: #e2d8c6;--base-dark: #0d1b2e;--base-primary: #c87946;--base-accent: #c99b3e;--base-warm: #17100a;--warm-10: color-mix(in oklch, oklch(from var(--base-warm) var(--lum-7) c h) var(--mix-dark-black-10), black);--warm-9: color-mix(in oklch, oklch(from var(--base-warm) var(--lum-7) c h) var(--mix-dark-black-9), black);--warm-8: color-mix(in oklch, oklch(from var(--base-warm) var(--lum-7) c h) var(--mix-dark-black-8), black);--warm-7: oklch(from var(--base-warm) var(--lum-7) c h);--warm-6: oklch(from var(--base-warm) var(--lum-6) c h);--norm-light: oklch(from var(--base-light) var(--lum-light) c h);--norm-dark: oklch(from var(--base-dark) var(--lum-dark) c h);--norm-primary: oklch(from var(--base-primary) var(--lum-middle) c h);--norm-accent: oklch(from var(--base-accent) var(--lum-middle) c h);--light-0: color-mix(in oklch, var(--norm-light) var(--mix-light-white-0), white);--light-1: color-mix(in oklch, var(--norm-light) var(--mix-light-white-1), white);--light-2: color-mix(in oklch, var(--norm-light) var(--mix-light-white-2), white);--light-3: var(--norm-light);--light-4: oklch(from var(--norm-light) var(--lum-4) c h);--dark-6: oklch(from var(--norm-dark) var(--lum-6) c h);--dark-7: var(--norm-dark);--dark-8: color-mix(in oklch, var(--norm-dark) var(--mix-dark-black-8), black);--dark-9: color-mix(in oklch, var(--norm-dark) var(--mix-dark-black-9), black);--dark-10: color-mix(in oklch, var(--norm-dark) var(--mix-dark-black-10), black);--primary-3: oklch(from var(--norm-primary) var(--lum-3) c h);--primary-4: oklch(from var(--norm-primary) var(--lum-4) c h);--primary-5: var(--norm-primary);--primary-6: oklch(from var(--norm-primary) var(--lum-6) c h);--primary-7: oklch(from var(--norm-primary) var(--lum-7) c h);--accent-3: oklch(from var(--norm-accent) var(--lum-3) c h);--accent-4: oklch(from var(--norm-accent) var(--lum-4) c h);--accent-5: var(--norm-accent);--accent-6: oklch(from var(--norm-accent) var(--lum-6) c h);--accent-7: oklch(from var(--norm-accent) var(--lum-7) c h);--surface-0: var(--light-0);--surface-1: var(--light-1);--surface-2: var(--light-2);--surface-3: var(--light-3);--surface-4: var(--light-4);--text-6: var(--dark-6);--text-7: var(--dark-7);--text-8: var(--dark-8);--text-9: var(--dark-9);--text-10: var(--dark-10);--primary-light: var(--primary-5);--primary-middle: var(--primary-6);--primary-dark: var(--primary-7);--accent-light: var(--accent-5);--accent-middle: var(--accent-6);--accent-dark: var(--accent-7);--border: var(--dark-8);--input: var(--dark-7);--ring: var(--accent-5)}@media not (min-width:1024px){:root{--hauteur-scene: calc(100svh - 4.5rem) }}.dark{--surface-0: var(--dark-10);--surface-1: var(--dark-9);--surface-2: var(--dark-8);--surface-3: var(--dark-7);--surface-4: var(--dark-6);--text-6: var(--light-4);--text-7: var(--light-3);--text-8: var(--light-2);--text-9: var(--light-1);--text-10: var(--light-0);--primary-light: var(--primary-5);--primary-middle: var(--primary-6);--primary-dark: var(--primary-3);--accent-light: var(--accent-5);--accent-middle: var(--accent-6);--accent-dark: var(--accent-3);--border: var(--dark-6);--input: var(--dark-6);--ring: var(--accent-5)}.pv-root.dark,.cdc-root.dark{--color-primary: #60a5fa;--color-primary-hover: #93c5fd;--color-primary-light: #172554;--color-background: #0b1120;--color-surface: #1a2744;--color-muted: #111827;--color-foreground: #e8f0fe;--color-muted-foreground: #8facc8;--color-border: #5a8fc0;--color-success: #4ade80;--color-destructive: #f87171;--color-warning: #fbbf24}:root{--radius: .5rem;--radius-sm: calc(var(--radius) - 4px);--radius-md: calc(var(--radius) - 2px);--radius-lg: var(--radius);--radius-xl: calc(var(--radius) + 4px)}*,:before,:after{border-color:var(--border);outline-color:color-mix(in oklab,var(--ring) 50%,transparent)}::selection{background-color:var(--primary-7);color:var(--light-0)}::-moz-selection{background-color:var(--primary-7);color:var(--light-0)}body{background-color:var(--color-neutral-10);color:var(--color-neutral-8)}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-thumb{border-radius:9999px;border:3px solid transparent;background-clip:content-box;background-color:var(--primary-7);opacity:.6}::-webkit-scrollbar-track{background:var(--dark-10)}::-webkit-scrollbar-corner{display:none}.marquee-track{display:flex;width:max-content;white-space:nowrap;will-change:transform;transform:translateZ(0);animation:marquee-scroll 28s linear infinite}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.lampe-gresille,.lampe-couche{animation:lampe-gresille 7.3s steps(1,end) infinite}.jalon-jauge:after{animation:jalon-jauge-remplir 3.2s linear forwards}@keyframes jalon-jauge-remplir{to{transform:scaleX(1)}}@media(prefers-reduced-motion:reduce){.jalon-jauge:after{animation:none}}.lampe-stable .lampe-couche{animation:none;opacity:1}.lampe-panne .lampe-couche{animation:lampe-panne 5.2s steps(1,end)}@keyframes lampe-panne{0%{opacity:1}2%{opacity:.15}4%{opacity:.95}6%{opacity:.1}8%{opacity:.7}10%{opacity:.05}12%,66%{opacity:0}68%{opacity:.4}70%{opacity:.05}74%{opacity:.85}77%{opacity:.2}82%,to{opacity:1}}@media(prefers-reduced-motion:reduce){.lampe-couche,.lampe-panne .lampe-couche{animation:none}}@keyframes lampe-gresille{0%,22%{opacity:1}23%{opacity:.55}24%{opacity:1}24.6%{opacity:.7}25.4%,61%{opacity:1}61.5%{opacity:.42}62.2%{opacity:.92}62.6%{opacity:.6}63.4%,88%{opacity:1}88.4%{opacity:.75}89%,to{opacity:1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.marquee-track{animation:none}}@media(min-width:1200px)and (min-height:640px){html.accueil-scenes{scroll-snap-type:y proximity}}:root{--grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='linear' slope='0.05'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");--nuit-sitadelle: var(--grain), radial-gradient( ellipse 90% 70% at 78% 30%, color-mix(in oklch, var(--color-brand-7) 45%, transparent), transparent 70% ), linear-gradient(160deg, var(--color-neutral-9) 0%, var(--color-neutral-10) 55%, var(--color-brand-9) 100%);--trace-bastion: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Cg fill='none' stroke='%2322306b' stroke-opacity='0.07' stroke-width='1.5'%3E%3Crect x='120' y='120' width='360' height='360'/%3E%3Cpath d='M300 45 555 300 300 555 45 300Z'/%3E%3Ccircle cx='300' cy='300' r='170'/%3E%3Ccircle cx='300' cy='300' r='255'/%3E%3Cpath d='M300 265v70M265 300h70'/%3E%3Cpath d='M120 120 480 480M480 120 120 480' stroke-opacity='0.045'/%3E%3C/g%3E%3C/svg%3E");--papier-sitadelle: var(--grain), radial-gradient( ellipse 80% 65% at 80% 12%, color-mix(in oklch, var(--color-accent-2) 32%, transparent), transparent 68% ), linear-gradient(165deg, #f7efdc 0%, #f1e7cf 60%, #e9dcbf 100%)}
