/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-Eurocat-regular: 'Eurocat-regular', sans-serif;
  }
}
@layer base {
  *, ::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: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-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: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-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: -0.25em;
  }
  sup {
    top: -0.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: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        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;
  }
  :-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 utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[calc\(50\%-27px\)\] {
    top: calc(50% - 27px);
  }
  .bottom-\[20px\] {
    bottom: 20px;
  }
  .z-\[80\] {
    z-index: 80;
  }
  .z-\[400\] {
    z-index: 400;
  }
  .z-\[500\] {
    z-index: 500;
  }
  .order-2 {
    order: 2;
  }
  .mx-\[20px\] {
    margin-inline: 20px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[20px\] {
    margin-block: 20px;
  }
  .my-\[30px\] {
    margin-block: 30px;
  }
  .mt-\[-100vh\] {
    margin-top: -100vh;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-\[55px\] {
    height: 55px;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .w-\[55px\] {
    width: 55px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[calc\(100\%-160px\)\] {
    width: calc(100% - 160px);
  }
  .w-full {
    width: 100%;
  }
  .origin-left {
    transform-origin: left;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-\[30\%_auto\] {
    grid-template-columns: 30% auto;
  }
  .grid-cols-\[auto_80px_110px\] {
    grid-template-columns: auto 80px 110px;
  }
  .flex-col {
    flex-direction: column;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-x-\[0px\] {
    column-gap: 0px;
  }
  .gap-x-\[10px\] {
    column-gap: 10px;
  }
  .gap-x-\[20px\] {
    column-gap: 20px;
  }
  .gap-y-\[15px\] {
    row-gap: 15px;
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .rounded-\[3px\] {
    border-radius: 3px;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[7px\] {
    border-radius: 7px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .border-b-\[1px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#BFD3C1\] {
    border-color: #BFD3C1;
  }
  .bg-\[black\] {
    background-color: black;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[21px\] {
    padding-block: 21px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[90px\] {
    padding-bottom: 90px;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-Eurocat-regular {
    font-family: var(--font-Eurocat-regular);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .text-\[\#BFD3C1\] {
    color: #BFD3C1;
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-20 {
    opacity: 20%;
  }
  .transition-\[background\] {
    transition-property: background;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .delay-\[0\.15s\] {
    transition-delay: 0.15s;
  }
  .duration-100 {
    --tw-duration: 100ms;
    transition-duration: 100ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .sm\:gap-x-\[10px\] {
    @media (width >= 40rem) {
      column-gap: 10px;
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:fixed {
    @media (width >= 64rem) {
      position: fixed;
    }
  }
  .lg\:sticky {
    @media (width >= 64rem) {
      position: sticky;
    }
  }
  .lg\:top-\[70px\] {
    @media (width >= 64rem) {
      top: 70px;
    }
  }
  .lg\:left-\[20px\] {
    @media (width >= 64rem) {
      left: 20px;
    }
  }
  .lg\:order-none {
    @media (width >= 64rem) {
      order: 0;
    }
  }
  .lg\:col-span-1 {
    @media (width >= 64rem) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:col-start-2 {
    @media (width >= 64rem) {
      grid-column-start: 2;
    }
  }
  .lg\:col-start-3 {
    @media (width >= 64rem) {
      grid-column-start: 3;
    }
  }
  .lg\:row-span-2 {
    @media (width >= 64rem) {
      grid-row: span 2 / span 2;
    }
  }
  .lg\:mx-\[155px\] {
    @media (width >= 64rem) {
      margin-inline: 155px;
    }
  }
  .lg\:my-0 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-\[100px\] {
    @media (width >= 64rem) {
      margin-top: 100px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[100svh\] {
    @media (width >= 64rem) {
      height: 100svh;
    }
  }
  .lg\:h-\[100vh\] {
    @media (width >= 64rem) {
      height: 100vh;
    }
  }
  .lg\:h-\[105px\] {
    @media (width >= 64rem) {
      height: 105px;
    }
  }
  .lg\:h-\[calc\(100vh-70px\)\] {
    @media (width >= 64rem) {
      height: calc(100vh - 70px);
    }
  }
  .lg\:w-\[90\%\] {
    @media (width >= 64rem) {
      width: 90%;
    }
  }
  .lg\:w-\[190px\] {
    @media (width >= 64rem) {
      width: 190px;
    }
  }
  .lg\:w-\[200px\] {
    @media (width >= 64rem) {
      width: 200px;
    }
  }
  .lg\:scale-x-0 {
    @media (width >= 64rem) {
      --tw-scale-x: 0%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[32\%_30\%_38\%\] {
    @media (width >= 64rem) {
      grid-template-columns: 32% 30% 38%;
    }
  }
  .lg\:grid-cols-\[calc\(25\%-10px\)_calc\(7\%-10px\)_calc\(18\%-5px\)_calc\(50\%-5px\)\] {
    @media (width >= 64rem) {
      grid-template-columns: calc(25% - 10px) calc(7% - 10px) calc(18% - 5px) calc(50% - 5px);
    }
  }
  .lg\:grid-cols-\[calc\(25\%-10px\)_calc\(25\%-5px\)_30\%_calc\(20\%-15px\)\] {
    @media (width >= 64rem) {
      grid-template-columns: calc(25% - 10px) calc(25% - 5px) 30% calc(20% - 15px);
    }
  }
  .lg\:grid-cols-\[calc\(25\%-10px\)_calc\(25\%-5px\)_calc\(30\%-10px\)_calc\(20\%-5px\)\] {
    @media (width >= 64rem) {
      grid-template-columns: calc(25% - 10px) calc(25% - 5px) calc(30% - 10px) calc(20% - 5px);
    }
  }
  .lg\:grid-cols-\[calc\(25\%-10px\)_calc\(25\%-5px\)_calc\(50\%-10px\)\] {
    @media (width >= 64rem) {
      grid-template-columns: calc(25% - 10px) calc(25% - 5px) calc(50% - 10px);
    }
  }
  .lg\:grid-cols-\[calc\(25\%-20px\)_calc\(25\%-15px\)_calc\(30\%-20px\)\] {
    @media (width >= 64rem) {
      grid-template-columns: calc(25% - 20px) calc(25% - 15px) calc(30% - 20px);
    }
  }
  .lg\:grid-cols-\[calc\(50\%-10px\)_calc\(25\%-5px\)_calc\(25\%-10px\)\] {
    @media (width >= 64rem) {
      grid-template-columns: calc(50% - 10px) calc(25% - 5px) calc(25% - 10px);
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:gap-\[130px\] {
    @media (width >= 64rem) {
      gap: 130px;
    }
  }
  .lg\:gap-\[140px\] {
    @media (width >= 64rem) {
      gap: 140px;
    }
  }
  .lg\:justify-self-start {
    @media (width >= 64rem) {
      justify-self: flex-start;
    }
  }
  .lg\:rounded-\[12px\] {
    @media (width >= 64rem) {
      border-radius: 12px;
    }
  }
  .lg\:px-\[20vw\] {
    @media (width >= 64rem) {
      padding-inline: 20vw;
    }
  }
  .lg\:px-\[130px\] {
    @media (width >= 64rem) {
      padding-inline: 130px;
    }
  }
  .lg\:py-0 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-5 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .lg\:py-\[50px\] {
    @media (width >= 64rem) {
      padding-block: 50px;
    }
  }
  .lg\:py-\[90px\] {
    @media (width >= 64rem) {
      padding-block: 90px;
    }
  }
  .lg\:py-\[100px\] {
    @media (width >= 64rem) {
      padding-block: 100px;
    }
  }
  .lg\:py-\[180px\] {
    @media (width >= 64rem) {
      padding-block: 180px;
    }
  }
  .lg\:py-\[240px\] {
    @media (width >= 64rem) {
      padding-block: 240px;
    }
  }
  .lg\:pt-\[calc\(100vh-430px\)\] {
    @media (width >= 64rem) {
      padding-top: calc(100vh - 430px);
    }
  }
  .lg\:pr-\[15\%\] {
    @media (width >= 64rem) {
      padding-right: 15%;
    }
  }
  .lg\:pb-\[300px\] {
    @media (width >= 64rem) {
      padding-bottom: 300px;
    }
  }
  .lg\:pl-\[calc\(50\%\+5px\)\] {
    @media (width >= 64rem) {
      padding-left: calc(50% + 5px);
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:opacity-0 {
    @media (width >= 64rem) {
      opacity: 0%;
    }
  }
  .lg\:group-hover\:scale-x-\[1\] {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          --tw-scale-x: 1;
          scale: var(--tw-scale-x) var(--tw-scale-y);
        }
      }
    }
  }
  .lg\:group-hover\:opacity-\[0\] {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          opacity: 0;
        }
      }
    }
  }
}
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@layer components {
  *, :after, :before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
  }
  :after, :before {
    --tw-content: "";
  }
  @font-face {
    font-family: Eurocat-regular;
    font-style: normal;
    font-display: swap;
    src: url("/assets/fonts/Eurocat-Regular.woff2") format("woff2");
  }
  :host, html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    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;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
  }
  body {
    line-height: inherit;
    margin: 0;
  }
  hr {
    border-top-width: 1px;
    color: inherit;
    height: 0;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  * {
    -webkit-font-smoothing: antialiased;
  }
  body, html {
    min-height: 100%;
  }
  body {
    background: #000000;
    color: #BFD3C1;
    font-family: Inter;
    font-size: 24px;
    letter-spacing: -.02em;
    line-height: .9;
  }
  @media (min-width:1000px) {
    body {
      font-size: 30px;
    }
  }
  @media (min-width:1400px) {
    body {
      font-size: 34px;
    }
  }
  .wrapper {
    margin-inline: auto;
    padding-inline: 20px;
  }
  body.home header {
    position: sticky;
    top: 0;
  }
  @media (min-width:1024px) {
    body.home .monoFooter, body.info .monoFooter, body.offre .monoFooter {
      display: none;
    }
  }
  @media (max-width:767px) {
    .lowerFontSize {
      font-size: 18px;
    }
  }
  a.linkUnderline {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
  .MediasScrollSnap div img[data-v-1873748a] {
    opacity: 0;
  }
  .MediasScrollSnap[data-step="0"] div img[data-v-1873748a]:first-of-type, .MediasScrollSnap[data-step="1"] div img[data-v-1873748a]:nth-of-type(2), .MediasScrollSnap[data-step="2"] div img[data-v-1873748a]:nth-of-type(3), .MediasScrollSnap[data-step="3"] div img[data-v-1873748a]:nth-of-type(4), .MediasScrollSnap[data-step="4"] div img[data-v-1873748a]:nth-of-type(5), .MediasScrollSnap[data-step="5"] div img[data-v-1873748a]:nth-of-type(6), .MediasScrollSnap[data-step="6"] div img[data-v-1873748a]:nth-of-type(7), .MediasScrollSnap[data-step="7"] div img[data-v-1873748a]:nth-of-type(8), .MediasScrollSnap[data-step="8"] div img[data-v-1873748a]:nth-of-type(9), .MediasScrollSnap[data-step="9"] div img[data-v-1873748a]:nth-of-type(10) {
    opacity: 1;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
