:root{--width: 1680px;--huge: 80px;--big: 40px;--medium: 32px;--small: 16px;--gutter: var(--medium);--dark: black;--light: white;--muted: rgba(0, 0, 0, .25);--light-grey: #C2C2C2;--grey: #A8A8A8;--dark-grey: #696969;--highlight: currentColor;--bleu: #2F73D9;--vert: #188507;--or: #B46E1C;--rouge: #E12E07;--bodyfont: "Basel Grotesk", sans-serif;--altfont: "Basel Grotesk", sans-serif}@media (max-width: 888px){:root{--gutter: var(--small)}}*{box-sizing:border-box}*:focus{outline:none}html{font-family:var(--bodyfont);font-size:16px;line-height:1.1875;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:var(--muted)}@media (max-width: 888px){html{font-size:14px}}html.noscroll{overflow:hidden}body{margin:0;padding:0;transition:color 333ms,background-color 333ms}@media (max-width: 888px){main{margin-top:6rem}}.d1{font-size:72px;font-weight:400;line-height:80px;letter-spacing:0}@media (max-width: 888px){.d1{font-size:39px;font-weight:400;line-height:44px;letter-spacing:-.02em}}.d2{font-size:60px;font-weight:400;line-height:68px;letter-spacing:0}@media (max-width: 888px){.d2{font-size:39px;font-weight:400;line-height:44px;letter-spacing:-.02em}}h1,h2,h3,h4,h5,h6,p,figure{margin:0 0 1rem;white-space:pre-line}h1,.h1{font-size:48px;font-weight:400;line-height:56px;letter-spacing:0}@media (max-width: 888px){h1,.h1{font-size:23px;font-weight:400;line-height:28px;letter-spacing:-.02em}}h2,.h2{font-size:39px;font-weight:400;line-height:44px;letter-spacing:-.02em}@media (max-width: 888px){h2,.h2{font-size:23px;font-weight:400;line-height:28px;letter-spacing:-.02em}}h3,.h3{font-size:33px;font-weight:400;line-height:40px;letter-spacing:-.02em}@media (max-width: 888px){h3,.h3{font-size:28px;font-weight:400;line-height:34px;letter-spacing:-.02em}}h4,.h4{font-size:28px;font-weight:400;line-height:34px;letter-spacing:-.02em}@media (max-width: 888px){h4,.h4{font-size:23px;font-weight:400;line-height:28px;letter-spacing:-.02em}}h5,.h5,.h5>p{font-size:23px;font-weight:400;line-height:28px;letter-spacing:-.02em}@media (max-width: 888px){h5,.h5,.h5>p{font-size:16px;font-weight:400;line-height:19px;letter-spacing:0}}h6,.h6{font-size:18px;font-weight:400;line-height:23px;letter-spacing:-.02em}.sh{font-size:20px;font-weight:400;line-height:24px;letter-spacing:0}p,.p1,.p2{font-size:16px;font-weight:400;line-height:19px;letter-spacing:0}.p3{font-size:18px;font-weight:400;line-height:22px;letter-spacing:0}small,.small{font-size:12px;font-weight:400;line-height:14px;letter-spacing:.02em}a{color:currentColor;text-decoration:none}a p>a{text-decoration:underline}ul li>p:last-child,ol li>p:last-child{margin-bottom:0}button,a.button,span.button{display:inline-flex;align-items:center;font-family:var(--bodyfont);column-gap:var(--small);cursor:pointer;color:currentColor;font-size:inherit;line-height:inherit;background:none;border:1px solid;border-radius:2em;transition:border-radius 666ms;padding:.5em .75em}button.button--tight,a.button.button--tight,span.button.button--tight{padding:.25em .66em;border-radius:1em}button:hover,button:focus,a.button:hover,a.button:focus,span.button:hover,span.button:focus{border-radius:0}input:not([type=range]):not([type=checkbox]),textarea,pre{display:block;border:none;font-size:1rem;line-height:1;color:var(--light);background:var(--light-grey);border-radius:1.5em;padding:.66em 1em;margin-bottom:1em;width:100%}input:not([type=range]):not([type=checkbox]):focus,textarea:focus,pre:focus{outline:none;background:var(--grey)}input:not([type=range]):not([type=checkbox])::placeholder,textarea::placeholder,pre::placeholder{color:var(--light)}input[type=file]{cursor:pointer}svg path,svg line{fill:currentColor}[id]{scroll-margin-top:var(--gutter)}.sticky{position:sticky;top:var(--gutter)}.center{text-align:center}.grid{display:grid;--gap: var(--medium);column-gap:var(--gap);row-gap:calc(var(--gap) / 2);grid-template-columns:repeat(4,1fr)}@media (max-width: 888px){.grid{grid-template-columns:repeat(1,1fr)}}.grid.grid--nogap{--gap: 0%}.grid.grid--supertight{--gap: 4px}.grid.grid--tight{--gap: var(--small)}.grid.grid--thick{--gap: var(--big)}.grid.grid--sixths{grid-template-columns:repeat(6,1fr)}@media (max-width: 888px){.grid.grid--sixths{grid-template-columns:repeat(1,1fr)}}.grid.grid--thirds{grid-template-columns:repeat(3,1fr)}@media (max-width: 888px){.grid.grid--thirds{grid-template-columns:repeat(1,1fr)}}.grid.grid--halves{grid-template-columns:repeat(2,1fr)}@media (max-width: 888px){.grid.grid--halves{grid-template-columns:repeat(1,1fr)}}.grid .span__2{grid-column:span 2}@media (max-width: 888px){.grid .span__2{grid-column:span 1}}.flex{display:flex;flex-wrap:nowrap;--gap: var(--medium);column-gap:var(--gap);row-gap:calc(var(--gap) / 2)}.flex.flex--nogap{--gap: 0%}.flex.flex--supertight{--gap: 4px}.flex.flex--tight{--gap: var(--small)}.flex.flex--thick{--gap: var(--big)}.flex.flex--wrap{flex-wrap:wrap}.flex.flex--middle{align-items:center}.flex.flex--bottom{align-items:flex-end}.flex.flex--spaced{justify-content:space-between}.flex.flex--center{justify-content:center}.flex.flex--end{justify-content:flex-end}.flex .flex__half{width:calc(50% - var(--gap))}.flex .flex__third{width:calc(33.3333333333% - var(--gap))}@media (max-width: 888px){.flex .flex__third{width:100%}}.flex .flex__fourth{width:calc(25% - var(--gap))}.flex .flex__sixth{width:calc(16.6666666667% - var(--gap))}@media (max-width: 888px){.flex .flex__sixth{width:calc(33.3333333333% - var(--gap))}}.flex .flex__seventh{width:calc(14.2857142857% - var(--gap))}.padded{padding:var(--gutter)}.padded.padded--vertical{padding-left:0;padding-right:0}@media (max-width: 888px){svg.svelte-1lj4tn8{width:100px;height:36px}}input[type=email].svelte-1kln162{border-bottom:1px solid;border-radius:0;background-color:transparent;font-size:1em;padding:0 1em;margin-bottom:0;color:currentColor;pointer-events:auto}input[type=email].svelte-1kln162::placeholder{color:currentColor}button.svelte-1kln162{pointer-events:auto;padding:0;border:none;border-radius:0}header.svelte-eawtdb.svelte-eawtdb.svelte-eawtdb{position:fixed;z-index:10;top:0;left:0;width:100vw;color:var(--color);background:transparent;transition:background-color 333ms}header.svelte-eawtdb svg{transition:height 333ms,width 333ms}header.scrolled.svelte-eawtdb.svelte-eawtdb.svelte-eawtdb:before{content:"";position:absolute;top:0;left:0;width:100%;height:var(--huge);background:linear-gradient(180deg,rgba(251,251,251,.81) 71.35%,rgba(251,251,251,0) 100%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);filter:blur(4px)}@media (min-width: 888px){header.scrolled.svelte-eawtdb>span.svelte-eawtdb.svelte-eawtdb{padding-top:calc(var(--gutter) / 2)}header.scrolled.svelte-eawtdb .logo.svelte-eawtdb svg{width:120px;height:42px}}@media (max-width: 888px){header.scrolled.svelte-eawtdb.svelte-eawtdb.svelte-eawtdb:before{height:calc(var(--huge) * .88)}header.scrolled.svelte-eawtdb .logo.svelte-eawtdb svg{width:66px;height:30px}}header.svelte-eawtdb nav.svelte-eawtdb.svelte-eawtdb,header.svelte-eawtdb>span.svelte-eawtdb.svelte-eawtdb{position:fixed;z-index:10;top:0;left:0;transition:padding-top 333ms}header.svelte-eawtdb nav.svelte-eawtdb.svelte-eawtdb{--height:100vh;z-index:9;width:100vw;height:var(--height);background:linear-gradient(180deg,rgba(251,251,251,.81) 71.35%,rgba(251,251,251,0) 100%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding-top:var(--gutter);padding-left:24rem}@supports (height: 100dvh){header.svelte-eawtdb nav.svelte-eawtdb.svelte-eawtdb{--height:100dvh}}@media (max-width: 888px){header.svelte-eawtdb nav.svelte-eawtdb.svelte-eawtdb{padding-top:calc(var(--gutter) * 8);padding-left:var(--gutter)}}header.svelte-eawtdb nav.svelte-eawtdb>a,header.svelte-eawtdb nav.svelte-eawtdb>h3.svelte-eawtdb a{display:block;margin-bottom:.33em;text-decoration:none;transition:padding-left 333ms}header.svelte-eawtdb nav.svelte-eawtdb>a:hover,header.svelte-eawtdb nav.svelte-eawtdb>a:focus,header.svelte-eawtdb nav.svelte-eawtdb>h3.svelte-eawtdb a:hover,header.svelte-eawtdb nav.svelte-eawtdb>h3.svelte-eawtdb a:focus{padding-left:1em}header.svelte-eawtdb nav.svelte-eawtdb>div.svelte-eawtdb{position:fixed;bottom:30%;left:24rem}@media (max-width: 888px){header.svelte-eawtdb nav.svelte-eawtdb>div.svelte-eawtdb{padding-top:calc(var(--gutter) * 3);position:static}}header.svelte-eawtdb nav.svelte-eawtdb>div.svelte-eawtdb:first-of-type{left:var(--gutter)}header.svelte-eawtdb>.titre.svelte-eawtdb.svelte-eawtdb{z-index:8;right:0;width:100%;text-align:center;pointer-events:none}header.svelte-eawtdb>span.svelte-eawtdb.svelte-eawtdb:last-child{left:auto;right:0}header.svelte-eawtdb>span:last-child.visible.svelte-eawtdb.svelte-eawtdb{top:-.25rem;right:.25rem}header.svelte-eawtdb>span:last-child.visible button.svelte-eawtdb.svelte-eawtdb{padding:.15rem .13rem .15rem .15rem}header.svelte-eawtdb button.svelte-eawtdb.svelte-eawtdb{border:none;padding:0;background:var(--color);transition:color 333ms,background-color 333ms,border-radius 666ms}hr.svelte-nwhi7v.svelte-nwhi7v{margin-bottom:2rem;border:none}nav.svelte-nwhi7v.svelte-nwhi7v:last-child{opacity:.5}@media (max-width: 888px){footer.svelte-nwhi7v>div.svelte-nwhi7v{order:-1}nav.svelte-nwhi7v>div.svelte-nwhi7v:first-child{display:none}nav.svelte-nwhi7v.svelte-nwhi7v:last-child{flex-direction:column}}main.svelte-1nagaom:before{content:"";border-top:2px solid var(--dark);position:fixed;top:0;left:0;width:0%;box-sizing:border-box;transition:none;opacity:0}main.navigating.svelte-1nagaom:before{opacity:1;width:100%;transition:width 666ms,opacity 333ms}
