@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jura:wght@300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* ==========================================================================
   cover / tools
   ========================================================================== */
/* ==========================================================================
   cover / typo
   ========================================================================== */
/* ==========================================================================
   COLORS / SETTINGS
   ========================================================================== */
:root {
  --color-white: #faf4ea;
  --color-black: #2a2d34;
  --color-primary: #506033;
  --color-secondary: #c6aa58;
  --color-bg-oeuvre-musicale: #507996;
  --color-bg-oeuvre-litteraire: #b97a3d;
  --color-bg-oeuvre-materiel: #998888;
  --color-form: rgba(255, 255, 255, 0.7);
  --color-bg-primary: #2c4251;
  --color-bg-secondary: #998888;
}

/* ==========================================================================
   easing / settings
   ========================================================================== */
/* ==========================================================================
   FONTS / SETTINGS
   ========================================================================== */
:root {
  --font-primary: "Lato", sans-serif;
  --font-secondary: "Jura", sans-serif;
  --font-size-content: clamp(1.13rem, 0.83vw + 0.88rem, 1.63rem);
  --font-size-h1: clamp(3.25rem, 7.92vw + 0.88rem, 8rem);
  --font-size-h2: clamp(2.63rem, 2.29vw + 1.94rem, 4rem);
  --font-size-h3: clamp(2.19rem, 1.35vw + 1.78rem, 3rem);
  --font-size-h4: clamp(1.75rem, 0.83vw + 1.5rem, 2.25rem);
  --font-size-h5: clamp(1.5rem, 0.63vw + 1.31rem, 1.88rem);
  --font-size-a: clamp(1.13rem, 0.83vw + 0.88rem, 1.63rem);
  --font-size-btn: clamp(1.13rem, 0.83vw + 0.88rem, 1.63rem);
}

/* ==========================================================================
   DIMENSIONS / SETTINGS
   ========================================================================== */
:root {
  --spacing-xs: 5px;
  --spacing-sm: 15px;
  --spacing-md: 30px;
  --spacing-lg: 50px;
  --spacing-xl: 100px;
  --spacing-xxl: 220px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   RESET / GENERIC
   ========================================================================== */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
}

.tt {
  align-items: center;
  color: var(--color-black);
  display: flex;
  height: 100vh;
  font: 800 75px/1.5 helvetica, sans-serif;
  justify-content: center;
  position: fixed;
  left: 0;
  margin: 0;
  top: 0;
  width: 100vw;
}

/* ==========================================================================
   BODY / ELEMENT
   Le body permet d'initialiser les propriétés générales de la page.
   Les éléments de la page vont hérités des propriétés inscrite dans body
   ========================================================================== */
body {
  background-color: var(--color-black);
  font-family: var(--font-primary);
  font-size: var(--font-size-content);
  color: var(--color-white);
  line-height: 1.6;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

/* ==========================================================================
   HEADINGS / ELEMENT
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
}

h1 {
  font-size: var(--font-size-h1);
  font-family: var(--font-secondary);
  line-height: 1;
}

h2 {
  font-size: var(--font-size-h2);
  font-family: var(--font-secondary);
  padding-bottom: 45px;
}

h3 {
  font-family: var(--font-primary);
  font-size: var(--font-size-h3);
}

h4 {
  font-family: var(--font-primary);
  font-size: var(--font-size-h4);
}

h5 {
  font-family: var(--font-primary);
  font-size: var(--font-size-h5);
}

em {
  font-style: italic;
}

p {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: var(--font-size-content);
}

/* ==========================================================================
   LINKS / ELEMENTS
   Style de base de tous les liens et bouton du site
   ========================================================================== */
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
a:hover {
  color: var(--color-secondary);
}

a {
  font-size: var(--font-size-a);
  font-family: var(--font-secondary);
  font-weight: 700;
}

.marche-noir p,
.nav a {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: clamp(1.63rem, 0vw + 1.63rem, 1.63rem);
}

/* ==========================================================================
   WRAPPER / ELEMENT
   ========================================================================== */
.wrapper {
  max-width: 1680px;
  width: calc(100% - var(--spacing-xl));
  margin: 0 auto;
}

/**
 * Swiper 12.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 18, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode {
  .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
}

.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}

.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  .swiper-scrollbar-disabled > &,
  &.swiper-scrollbar-disabled {
    display: none !important;
  }
  .swiper-horizontal > &,
  &.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  .swiper-vertical > &,
  &.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  > img,
  > svg,
  > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-thumbs {
  .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
  }
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
    &:before {
      content: "";
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px);
    }
  }
}

.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}

/* Cube slide shadows start */
.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-top,
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

/* Flip slide shadows start */
.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-top,
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}

/* Flip slide shadows end */
.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards {
  .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }
}

/* ==========================================================================
   icons / component
   ========================================================================== */
.icon {
  fill: currentColor;
  display: inline-block;
  flex: 0 0 auto;
  height: 1em;
  vertical-align: middle;
  width: 1em;
  stroke: transparent;
}

.icon--stroke {
  fill: transparent;
  stroke: currentColor;
}

.icon--xs {
  height: 0.75em;
  width: 0.75em;
}

.icon--sm {
  height: 0.8em;
  width: 0.8em;
}

.icon--md {
  height: 1.25em;
  width: 1.25em;
}

.icon--lg {
  height: 1.75em;
  width: 1.75em;
}

.icon--xl {
  height: 6em;
  width: 6em;
}

.header {
  background-color: var(--color-bg-primary);
  color: var(--color-white);
  padding: 15px 0;
  position: sticky;
  top: 0;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 10;
}
.header::before {
  background-color: var(--color-bg-primary);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav-desktop {
  display: flex;
  gap: 80px;
  list-style: none;
  padding-left: 0;
  background-color: var(--color-bg-primary);
  align-items: center;
  margin: 0;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav-is-active .header .nav-desktop {
  transform: translateY(0);
}
@media screen and (max-width: 1280px) {
  .header .nav-desktop {
    transform: translateY(-100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    gap: 100px;
    z-index: -2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.header .nav-mobile {
  display: none;
}
@media screen and (max-width: 1280px) {
  .header .nav-mobile {
    display: flex;
  }
}
.header-is-hidden.is-scrolling-down:not(.nav-is-active) .header {
  transform: translateY(-100%) translateY(4px);
}
.header .nav-desktop a:not(.btn) {
  color: var(--color-white);
  transition: all 0.3s ease-out;
  position: relative;
  /* Underline en hover des liens avec ::after */
}
.header .nav-desktop a:not(.btn)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-secondary);
  width: 0;
  height: 4px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 24px;
}
.header .nav-desktop a:not(.btn):hover {
  color: var(--color-secondary);
  text-decoration: none;
}
.header .nav-desktop a:not(.btn):hover::after {
  width: 100%;
  opacity: 1;
}
.header .header-toggle {
  background: none;
  border: none;
  color: var(--color-white);
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.header .header-toggle:hover {
  color: var(--color-primary);
}
.header .header-toggle {
  /* Réajustement de la taille du menu */
}
.header .header-toggle svg {
  width: 34px;
  height: 23px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  /* Micro-animation JS du logo (présentement une rotation de 45 degrés vers la gauche en hover) */
}
.logo .animate {
  width: 40px;
  height: 36px;
}
.logo:hover {
  color: var(--color-primary);
}
.logo:hover .animate {
  transform: rotate(-45deg);
}
.logo {
  /* Réajustement de la taille du logo */
}
.logo svg {
  width: 60px;
  height: 58px;
}

.marche-noir {
  padding: 0;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  gap: var(--spacing-sm);
}
.marche-noir p {
  margin: 0;
}
.marche-noir:hover::after {
  content: "";
}

/* ==========================================================================
   scrolly / component
   ========================================================================== */
.has-js *:has(> [data-scrolly=flipFromBottom], [data-scrolly=flipFromTop]) {
  perspective: 2000px;
}
.has-js [data-scrolly=fromBottom] {
  opacity: 0;
  transform: translateY(160px);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=fromBottom].is-active {
  opacity: 1;
  transform: translateY(0);
}
.has-js [data-scrolly=fromLeft] {
  opacity: 0;
  transform: translateX(-600px);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=fromLeft].is-active {
  opacity: 1;
  transform: translateX(0);
}
.has-js [data-scrolly=fromTop] {
  opacity: 0;
  transform: translateY(-160px);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=fromTop].is-active {
  opacity: 1;
  transform: translateY(0);
}
.has-js [data-scrolly=fromRight] {
  opacity: 0;
  transform: translateX(600px);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=fromRight].is-active {
  opacity: 1;
  transform: translateX(0);
}
.has-js [data-scrolly=fadeOut] {
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=fadeOut].is-active {
  opacity: 1;
}
.has-js [data-scrolly=flipFromBottom] {
  opacity: 0;
  transform: rotateX(90deg) translate3d(0, 60px, 0);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=flipFromBottom].is-active {
  opacity: 1;
  transform: rotateX(0) translate3d(0, 0, 0);
}
.has-js [data-scrolly=flipFromTop] {
  opacity: 0;
  transform: rotateX(-90deg) translate3d(0, -60px, 0);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=flipFromTop].is-active {
  opacity: 1;
  transform: rotateX(0) translate3d(0, 0, 0);
}
.has-js [data-scrolly=compressFromBottom] {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  gap: var(--spacing-xl);
}
.has-js [data-scrolly=compressFromBottom].is-active {
  opacity: 1;
  gap: var(--spacing-sm);
  transform: translateY(0);
}
.has-js [data-scrolly=compressFromRight] {
  opacity: 0;
  transform: translateX(200px);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  gap: var(--spacing-xl);
}
.has-js [data-scrolly=compressFromRight].is-active {
  opacity: 1;
  gap: var(--spacing-sm);
  transform: translateX(0);
}
.has-js [data-scrolly=compressFromLeft] {
  opacity: 0;
  transform: translateX(-200px);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  gap: var(--spacing-xl);
}
.has-js [data-scrolly=compressFromLeft].is-active {
  opacity: 1;
  gap: var(--spacing-sm);
  transform: translateX(0);
}
.has-js [data-scrolly=formFromLeft] {
  opacity: 0;
  transform: translateX(-500px);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=formFromLeft].is-active {
  opacity: 1;
  transform: translateX(0);
}
.has-js [data-scrolly=formFromRight] {
  opacity: 0;
  transform: translateX(300px);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=formFromRight].is-active {
  opacity: 1;
  transform: translateX(0);
}
.has-js [data-scrolly=heroFromBottom] {
  opacity: 0;
  transform: translateY(200px);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  gap: var(--spacing-xxl);
}
.has-js [data-scrolly=heroFromBottom].is-active {
  opacity: 1;
  gap: var(--spacing-xs);
  transform: translateY(0);
}
.has-js [data-scrolly=calendarFromBottom] {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  gap: var(--spacing-md);
}
.has-js [data-scrolly=calendarFromBottom].is-active {
  opacity: 1;
  gap: 0;
  transform: translateY(0);
}

.swiper-pagination-bullet {
  --swiper-pagination-color: var(--color-black);
  --swiper-pagination-bullet-size: 20px;
  --swiper-pagination-bullet-horizontal-gap: 10px;
  background: var(--color-white);
  opacity: 1;
  border: 3px solid var(--color-black);
  border-radius: 100%;
  transition: all 0.4s ease-out;
  z-index: 5;
}

.swiper-pagination-bullet-active {
  background: var(--color-black);
}

.swiper-full {
  overflow: visible;
}

.swiper-button-next {
  color: var(--color-secondary);
  --swiper-navigation-top-offset: 40%;
  width: 6em;
  height: 6em;
}
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev {
  color: var(--color-secondary);
  --swiper-navigation-top-offset: 40%;
  width: 6em;
  height: 6em;
}
.swiper-button-prev::after {
  content: "";
}

.swiper-slide-shadow-left {
  background: transparent !important;
}

.swiper-slide-shadow-right {
  background: transparent !important;
}

/* ==========================================================================
   form / component
   ========================================================================== */
.formulaire {
  padding: var(--spacing-lg) 0;
  overflow: hidden;
}
.formulaire h2 {
  padding-bottom: 30px;
}
.formulaire h3 {
  padding-bottom: 20px;
}

.requis {
  opacity: 0;
  color: var(--color-red);
  margin: 0;
}

.form {
  --input-radius: 12px;
  --input-padding: 15px;
}
.form fieldset {
  border: none;
}
.form h4 {
  padding-top: 40px;
}
.form .grid {
  display: grid;
  gap: var(--spacing-sm);
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1280px) {
  .form .grid {
    grid-template-columns: 1fr;
  }
}
.form .u-grid-fullwidth {
  grid-column: 1/-1 !important;
}

.form__list {
  padding-bottom: 40px;
}
.form__list h4 {
  padding-bottom: 15px;
}

.form__footer {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .form__footer {
    justify-content: center;
  }
}

.is-sent .form__body {
  display: none;
}

.form__confirmation {
  display: none;
}
.is-sent .form__confirmation {
  display: block;
}

/*
   input
   ========================================================================== */
.input__label {
  display: block;
  font-family: var(--font-primary);
  font-size: var(--font-size-content);
  font-weight: 600;
}

.input__element {
  background-color: transparent;
  border-color: transparent;
  border-left: 6px solid var(--color-secondary);
  border-bottom: 1px solid var(--color-secondary);
  box-shadow: none;
  cursor: pointer;
  font-family: var(--font-primary);
  font-size: var(--font-size-content);
  outline: none;
  padding: var(--input-padding);
  width: 100%;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.input__element:-webkit-autofill, .input__element:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 30px var(--color-white) !important;
  -webkit-text-fill-color: inherit !important;
}
.input__element:hover,
.input__element + .input__label:hover::before {
  border: 2px solid var(--color-white);
  -webkit-box-shadow: none !important;
}
.input__element:focus, .input__element:-webkit-autofill:focus, .input__element:focus + .input__label::before {
  background-color: var(--color-tertiary);
  border-color: var(--color-secondary);
  box-shadow: none;
  -webkit-box-shadow: none !important;
}
.input__element::-moz-placeholder {
  color: var(--color-form);
}
.input__element::placeholder {
  color: var(--color-form);
}

/*
   select
   ========================================================================== */
.select {
  position: relative;
}
.select .input__element {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: var(--spacing-md);
}
.select .input__element:invalid {
  color: var(--color-primary);
}
.select option {
  background-color: var(--color-black);
  color: var(--color-white);
}
.select::after {
  --size: 24px;
  content: "";
  background: url("../assets/images/icon-chevron-down.svg") no-repeat 50% 50%;
  background-size: 100%;
  height: var(--size);
  position: absolute;
  pointer-events: none;
  top: 40%;
  transform: translateY(20%);
  right: var(--input-padding);
  width: var(--size);
}

/*
   textarea
   ========================================================================== */
.textarea .input__element {
  resize: vertical;
  height: 325px;
  grid-column: -1;
}
@media screen and (max-width: 768px) {
  .textarea .input__element {
    height: 200px;
  }
}

/*
   checkbox + radio
   ========================================================================== */
.checkbox,
.radio {
  --active-scale: 1;
  padding-bottom: 10px;
}
.checkbox .input__element,
.radio .input__element {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.checkbox .input__label,
.radio .input__label {
  --size: 28px;
  cursor: pointer;
  overflow: hidden;
  padding-left: calc(var(--size) + var(--spacing-sm));
  position: relative;
  height: var(--size);
  display: flex;
  align-items: center;
}
.checkbox .input__label::before, .checkbox .input__label::after,
.radio .input__label::before,
.radio .input__label::after {
  content: "";
  height: var(--size);
  position: absolute;
  left: 0;
  top: 0;
  width: var(--size);
}
.checkbox .input__label::before,
.radio .input__label::before {
  background-color: var(--color-white);
  border-radius: var(--input-radius);
  box-shadow: none;
}
.checkbox .input__label::after,
.radio .input__label::after {
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.checkbox .input__element:checked + .input__label::after,
.radio .input__element:checked + .input__label::after {
  opacity: 1;
  transform: scale(var(--active-scale));
}

.checkbox .input__element:focus, .checkbox .input__element:-webkit-autofill:focus, .checkbox .input__element:focus + .input__label::before {
  background-color: var(--color-white);
}
.checkbox .input__label {
  font-size: var(--font-size-content);
  font-family: var(--font-secondary);
}
.checkbox .input__label::before {
  background-color: transparent;
  border: 1px solid var(--color-secondary);
  border-radius: 8px;
}
.checkbox .input__label::after {
  background: url("../assets/images/icon-check.svg") no-repeat 50% 50%;
  background-size: 50%;
}

.radio .input__label::before {
  border: 2px solid var(--color-primary);
  border-radius: 100%;
}
.radio .input__label::before:hover {
  border: 2px solid var(--color-secondary);
}
.radio .input__label::after {
  --active-scale: 0.5;
  background-color: var(--color-primary);
  border-radius: 100%;
}

/*
   error
   ========================================================================== */
.error .input__element, .error.checkbox .input__label::before, .error.radio .input__label::before,
.error .checkbox .input__label::before,
.error .radio .input__label::before {
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.error .input__label {
  color: var(--color-red);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.error .requis {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.accordion {
  display: grid;
  color: var(--color-white);
  gap: var(--spacing-md);
  transition: 0.6s ease-in-out;
}

.accordion__container {
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: 0.6s ease-in-out;
  border: 1px solid var(--color-bg-secondary);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}
.accordion__container.is-active .up {
  transform: rotate(-90deg);
}
.accordion__container.is-active .accordion__content {
  display: block;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  color: var(--color-white);
  padding: 20px 30px;
  transition: 0.3s ease-in-out;
  font-size: 1.1rem;
  font-weight: 600;
}
.accordion__header .up {
  transition: transform 0.3s ease-in-out;
  transform: rotate(-180deg);
}
.accordion__header h3 {
  margin: 0;
  font-weight: bold;
  font-size: 1.2rem;
  transition: color 0.3s ease-out;
}
.accordion__header:hover {
  background-color: var(--color-secondary);
  transform: scale(1.01);
}

.accordion__content {
  cursor: pointer;
  padding: 20px 30px;
  font-size: 1rem;
  display: none;
}

.tabs {
  color: var(--color-black);
}

.tabs__header {
  display: flex;
  gap: 3px;
  border-bottom: 3px var(--color-primary) solid;
  overflow-x: auto;
}
.tabs__header button {
  background: var(--color-primary-light);
  border: 0;
  padding: 0;
  color: var(--color-black);
  padding: 20px 40px;
  font-weight: 700;
  transition: 0.3s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  position: relative;
}
.tabs__header button:hover, .tabs__header button.is-active {
  background: var(--color-primary);
  color: var(--color-white);
  position: relative;
}
.tabs__header button:first-child {
  border-radius: 5px 0 0 0;
}
.tabs__header button:last-child {
  border-radius: 0 5px 0 0;
}

.tabs__content {
  background: var(--color-white);
  color: var(--color-black);
  border-radius: 0 0 5px 5px;
  padding: 30px;
}
.tabs__content p {
  padding: 0;
  margin: 0 0 20px;
}
.tabs__content p:last-child {
  margin: 0;
}
.tabs__content .tab__content {
  display: none;
}
.tabs__content .tab__content.is-active {
  display: block;
}

.videos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .videos {
    grid-template-columns: 1fr;
    gap: 100px;
  }
}

.video {
  background-color: var(--color-black);
  color: var(--color-primary);
  border-radius: 12px;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  cursor: pointer;
}
.video img {
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.video .icon {
  color: var(--color-black);
  opacity: 0;
  position: absolute;
  transform: scale(5);
  top: 50%;
  left: 50%;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 2;
}
.is-video-ready .video .icon {
  opacity: 1;
}
.video:hover .icon {
  fill: currentColor;
  transform: scale(8);
}

.video-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-content {
  padding-top: 10px;
}
.video-content h3 {
  font-weight: 700;
}
.video-content h4 {
  font-weight: 400;
}

.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  background-color: transparent;
  border-radius: 10px;
  color: var(--color-secondary) !important;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-btn) !important;
  font-weight: 700;
  font-family: var(--font-secondary);
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 65%;
  height: 10%;
  border: 1px solid var(--color-secondary);
  background-color: var(--color-secondary);
  border-radius: 0 0px 36px 0;
  z-index: -1;
  transform: scaleX(1);
  transform-origin: left;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:hover::after {
  transform: scaleX(1);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 3px solid var(--color-secondary);
  border-radius: 10px;
}

.limite-btn {
  display: inline-flex;
  padding-top: 50px;
}

button {
  border: none;
  cursor: pointer;
}

.decouvrir .cards-decouvrir .card--decouvrir {
  position: relative;
  height: 45vh;
  display: flex;
  align-items: center;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.decouvrir .cards-decouvrir .card--decouvrir:hover {
  z-index: 5;
}
.decouvrir .cards-decouvrir .card--decouvrir .decouvrir--medias {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 45vh;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}
.decouvrir .cards-decouvrir .card--decouvrir .decouvrir--medias img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform-origin: center center;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.decouvrir .cards-decouvrir .card--decouvrir .decouvrir--medias img:hover {
  transform: scale(1.1);
}
.decouvrir .cards-decouvrir .card--decouvrir .decouvrir--medias::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 3;
  opacity: 1;
  background-image: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0) 60%);
}
.decouvrir .cards-decouvrir .card--decouvrir .decouvrir--medias:hover::after {
  opacity: 0.5;
}
.decouvrir .cards-decouvrir .card--decouvrir .decouvrir--medias:hover {
  box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.6);
  z-index: 3;
}
.decouvrir .cards-decouvrir .card--decouvrir .decouvrir--container {
  color: var(--color-white);
  z-index: 3;
}

.notfound .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10%;
}
.notfound h2 {
  color: var(--color-secondary);
}

.presentation h3 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.presentation h2 {
  padding-top: 100px;
}
.presentation .intro {
  margin: 0;
}
.presentation .fonctionnalites {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  height: 100%;
  position: relative;
}
.presentation .line {
  background-color: var(--color-secondary);
  width: 15vw;
  height: 151px;
}
@media screen and (max-width: 1680px) {
  .presentation .line {
    width: 25vw;
  }
}
.presentation .description--right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0;
  margin: 0;
}
.presentation .description--right p {
  max-width: 20vw;
  position: absolute;
  top: 25vh;
  left: 0;
}
@media screen and (max-width: 1280px) {
  .presentation .description--right p {
    position: absolute;
    top: 10%;
    left: 18%;
    display: none;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: center;
  }
}
.presentation .description--right .line {
  clip-path: polygon(0 98%, 0 100%, 67% 100%, 100% 63%, 100% 60%, 66% 98%);
  transform: scaleY(-1);
  position: absolute;
  top: 30vh;
  left: 22vw;
}
@media screen and (max-width: 1680px) {
  .presentation .description--right .line {
    top: 35vh;
  }
}
@media screen and (max-width: 1280px) {
  .presentation .description--right .line {
    display: none;
  }
}
.presentation .description--top {
  display: flex;
  justify-content: center;
  align-items: top;
  padding: 0;
  margin: 0;
}
.presentation .description--top p {
  max-width: 20vw;
  text-align: right;
  position: absolute;
  top: 13vh;
  right: 0;
}
@media screen and (max-width: 1680px) {
  .presentation .description--top p {
    top: 25vh;
  }
}
@media screen and (max-width: 1280px) {
  .presentation .description--top p {
    position: absolute;
    top: 10%;
    left: 18%;
    display: none;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: center;
  }
}
.presentation .description--top .line {
  clip-path: polygon(0 98%, 0 100%, 42% 63%, 100% 62%, 100% 60%, 41% 61%);
  position: absolute;
  top: 15vh;
  right: 20vw;
}
@media screen and (max-width: 1680px) {
  .presentation .description--top .line {
    top: 25vh;
  }
}
@media screen and (max-width: 1280px) {
  .presentation .description--top {
    display: none;
  }
}
.presentation .description--bottom {
  display: flex;
  justify-content: center;
  align-items: bottom;
  padding: 0;
  margin: 0;
}
.presentation .description--bottom p {
  max-width: 20vw;
  text-align: right;
  position: absolute;
  top: 38vh;
  right: 0;
}
@media screen and (max-width: 1680px) {
  .presentation .description--bottom p {
    top: 60vh;
    right: 0;
  }
}
@media screen and (max-width: 1280px) {
  .presentation .description--bottom p {
    position: absolute;
    top: 10%;
    left: 18%;
    display: none;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: center;
  }
}
.presentation .description--bottom .line {
  clip-path: polygon(0 62%, 0 65%, 44% 100%, 100% 100%, 100% 98%, 45% 98%);
  position: absolute;
  top: 32vh;
  right: 23vw;
}
@media screen and (max-width: 1680px) {
  .presentation .description--bottom .line {
    top: 50vh;
    right: 15vw;
  }
}
@media screen and (max-width: 1280px) {
  .presentation .description--bottom .line {
    display: none;
  }
}
.presentation .media {
  width: 30vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.presentation .media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1680px) {
  .presentation .media {
    width: 50vw;
  }
}
@media screen and (max-width: 1280px) {
  .presentation .media {
    width: 80vw;
  }
}
@media screen and (max-width: 768px) {
  .presentation .media {
    width: 100vw;
  }
}
.presentation .media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border: solid 2px var(--color-secondary);
}
.presentation .chiffre {
  display: none;
  padding: 5px 15px;
  background-color: var(--color-black);
  border: 3px solid var(--color-secondary);
  border-radius: 50%;
  position: absolute;
  text-align: center;
  z-index: 1;
}
.presentation .chiffre:hover {
  border-color: var(--color-black);
  color: var(--color-secondary);
}
@media screen and (max-width: 1280px) {
  .presentation .chiffre {
    display: flex;
  }
}
.presentation .un {
  top: 50%;
  left: 30%;
}
.presentation .deux {
  top: 45%;
  right: 20%;
}
.presentation .trois {
  top: 60%;
  right: 25%;
}

.mission .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-sm);
}
.mission .wrapper p {
  width: 90%;
}
.mission .wrapper .desktop {
  display: flex;
}
.mission .wrapper .mobile {
  display: none;
}
@media screen and (max-width: 1280px) {
  .mission .wrapper {
    grid-template-columns: 1fr;
  }
  .mission .wrapper .desktop {
    display: none;
  }
  .mission .wrapper .mobile {
    display: flex;
    justify-content: center;
  }
  .mission .wrapper p {
    width: 100%;
  }
}

.section {
  padding: var(--spacing-lg) 0;
}

.hero {
  position: relative;
}
.hero .wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 80vh;
}
@media screen and (max-width: 768px) {
  .hero .wrapper {
    height: 55vh;
  }
}
.hero .wrapper::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgb(44, 66, 81), rgb(44, 66, 81) 38%, rgba(44, 66, 81, 0) 80%);
  z-index: 1;
}

.hero__content {
  grid-column: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .hero__content {
    grid-column: 1;
    align-items: flex-start;
    text-align: left;
  }
}

.hero__media {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__univers .wrapper::after {
  background-image: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 0) 38%, rgba(0, 0, 0, 0) 100%);
}
.hero__univers .hero__content {
  grid-column: 1;
  align-items: flex-start;
  text-align: left;
}
.hero__univers .hero__media {
  right: 0;
  left: auto;
}

.footer {
  padding: 40px 0;
}
.footer .top--footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-md);
}
.footer .top--footer hr {
  width: 100%;
}
.footer .nav__footer ul {
  padding: var(--spacing-md);
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: var(--spacing-lg);
}
@media screen and (max-width: 768px) {
  .footer .nav__footer ul {
    flex-direction: column;
  }
}
.footer .nav__footer ul li {
  list-style: none;
}
.footer .nav__footer a {
  position: relative;
}
.footer .nav__footer a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-secondary);
  width: 0;
  height: 4px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 24px;
}
.footer .nav__footer a:hover {
  color: var(--color-secondary);
  text-decoration: none;
}
.footer .nav__footer a:hover::after {
  width: 100%;
  opacity: 1;
}
.footer .copyright {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    padding: 0 10px;
  }
}

.en-vedette {
  margin: 60px 0;
}
.en-vedette .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media screen and (max-width: 1280px) {
  .en-vedette .wrapper {
    grid-template-columns: 1fr;
  }
  .en-vedette .wrapper .media {
    order: 1;
  }
  .en-vedette .wrapper .content {
    order: 2;
  }
}
.en-vedette .wrapper .content {
  margin: auto;
  display: flex;
  flex-direction: column;
}
.en-vedette .wrapper .content h1 {
  margin-bottom: 30px;
}
.en-vedette .wrapper .content h2 {
  margin: 0;
  padding: 0;
}
.en-vedette .wrapper .content .btn {
  margin-top: 30px;
}

.information {
  padding: 50px 0;
  background-color: var(--color-bg-oeuvre-materiel);
}
.information .wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
.information .wrapper .card__information {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1280px) {
  .information .wrapper .card__information {
    text-align: left;
  }
}
.information .wrapper .card__information img {
  width: 100%;
  max-height: 400px;
}
.information .wrapper .card__information.text-right .content {
  text-align: end;
}
@media screen and (max-width: 1280px) {
  .information .wrapper .card__information.text-right .content {
    text-align: left;
  }
}
@media screen and (max-width: 1280px) {
  .information .wrapper .card__information {
    display: flex;
    flex-grow: -1;
    flex-direction: column;
    text-align: left;
  }
  .information .wrapper .card__information .media {
    order: 2;
  }
  .information .wrapper .card__information .content {
    order: 1;
  }
}

.nos-oeuvres.oeuvres-materiels {
  margin-top: 40px;
}
.nos-oeuvres.oeuvres-materiels .wrapper h2 {
  text-align: center;
}
.nos-oeuvres.oeuvres-materiels .wrapper h3 {
  padding: 10px 170px;
  background-color: var(--color-bg-oeuvre-materiel);
}
.nos-oeuvres.oeuvres-materiels .wrapper h4 {
  padding: 10px 0;
}
.nos-oeuvres.oeuvres-materiels .wrapper .cards__nos-oeuvres {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.nos-oeuvres.oeuvres-materiels .wrapper .cards__nos-oeuvres .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.nos-oeuvres.oeuvres-materiels .wrapper .cards__nos-oeuvres .card .media {
  border-top: 20px solid var(--color-bg-oeuvre-materiel);
  border-left: 20px solid var(--color-bg-oeuvre-materiel);
  border-right: 20px solid var(--color-bg-oeuvre-materiel);
}
.nos-oeuvres.oeuvres-materiels .wrapper .cards__nos-oeuvres .card .media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nos-oeuvres.oeuvres-musicales {
  margin-top: 40px;
}
.nos-oeuvres.oeuvres-musicales .wrapper h2 {
  text-align: center;
}
.nos-oeuvres.oeuvres-musicales .wrapper .cards__nos-oeuvres {
  display: flex;
  gap: 50px;
  justify-content: center;
}
.nos-oeuvres.oeuvres-musicales .wrapper .cards__nos-oeuvres .card {
  position: relative;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.nos-oeuvres.oeuvres-musicales .wrapper .cards__nos-oeuvres .card a {
  display: block;
  border-radius: 100%;
  overflow: hidden;
}
.nos-oeuvres.oeuvres-musicales .wrapper .cards__nos-oeuvres .card .media {
  width: 100%;
  height: 100%;
}
.nos-oeuvres.oeuvres-musicales .wrapper .cards__nos-oeuvres .card .media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.nos-oeuvres.oeuvres-musicales .wrapper .cards__nos-oeuvres .card .content {
  background-color: var(--color-bg-oeuvre-musicale);
  position: absolute;
  bottom: 0;
  width: 7px;
  height: 50%;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nos-oeuvres.oeuvres-musicales .wrapper .cards__nos-oeuvres .card .content h4 {
  padding-top: 20px;
}
.nos-oeuvres.oeuvres-musicales .wrapper .cards__nos-oeuvres .card .content h5 {
  margin: auto auto 30px auto;
}

.nos-oeuvres.oeuvres-litteraires {
  margin-top: 40px;
}
.nos-oeuvres.oeuvres-litteraires .wrapper .cards__nos-oeuvres {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  gap: 40px;
}
.nos-oeuvres.oeuvres-litteraires .wrapper .card {
  position: relative;
}
.nos-oeuvres.oeuvres-litteraires .wrapper h2 {
  text-align: center;
}
.nos-oeuvres.oeuvres-litteraires .wrapper h4 {
  padding-top: 20px;
  padding-bottom: 10px;
}
.nos-oeuvres.oeuvres-litteraires .wrapper h3 {
  padding-bottom: 20px;
}
.nos-oeuvres.oeuvres-litteraires .wrapper .content {
  position: relative;
}
.nos-oeuvres.oeuvres-litteraires .wrapper .bande {
  position: absolute;
  top: 120px;
  left: 0;
}
.nos-oeuvres.oeuvres-litteraires .wrapper .card {
  background-color: var(--color-bg-oeuvre-litteraire);
}
.nos-oeuvres.oeuvres-litteraires .wrapper .card img {
  display: block;
  margin: auto;
  width: 100%;
}

.faq__oeuvres-materiels {
  margin: 50px 0;
}
.faq__oeuvres-materiels h3 {
  color: var(--color-bg-oeuvre-materiel);
}

.faq__oeuvres-musicales {
  margin: 50px 0;
}
.faq__oeuvres-musicales h3 {
  color: var(--color-bg-oeuvre-musicale);
}

.faq__oeuvres-litteraires {
  margin: 50px 0;
}
.faq__oeuvres-litteraires h3 {
  color: var(--color-bg-oeuvre-litteraire);
}

.hero-oeuvre {
  padding: var(--spacing-lg);
}
.hero-oeuvre .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
}

.hero-oeuvre__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-oeuvre__content h2 {
  padding: none !important;
}
.hero-oeuvre__content h4 {
  padding-bottom: 85px !important;
}

.hero-oeuvre__media {
  border: 10px solid var(--color-bg-oeuvre-materiel);
}
.hero-oeuvre__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.description-oeuvre {
  background-color: var(--color-bg-oeuvre-materiel);
  position: relative;
}
.description-oeuvre .wrapper {
  display: grid;
  grid-template-columns: 5fr 7fr;
}

.description-oeuvre__media {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
}
.description-oeuvre__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.artiste-oeuvre {
  position: relative;
}
.artiste-oeuvre .wrapper {
  display: grid;
  grid-template-columns: 7fr 5fr;
}

.artiste-oeuvre__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
}
.artiste-oeuvre__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.artiste-oeuvre__content {
  grid-column: 2;
}

.galerie-materiel {
  background-color: var(--color-bg-oeuvre-materiel);
}
.galerie-materiel .wrapper {
  position: relative;
}
.galerie-materiel .galerie__media {
  display: flex;
  justify-content: center;
}
.galerie-materiel .galerie__media img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 3%;
  width: 56.25%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.galerie-materiel .galerie__media img:nth-child(3) {
  position: absolute;
  top: 25%;
  right: 0;
  width: 56.25%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.extrait-musique {
  background-color: var(--color-bg-oeuvre-musicale);
}

.extrait-musique__media {
  padding-top: 100px;
}

.extrait-musique__content {
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
.extrait-musique__content .icon {
  color: var(--color-black);
}

.extrait-litterature {
  background-color: var(--color-bg-oeuvre-litteraire);
}

.extrait {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 50px;
}

.extrait-litterature__content {
  display: flex;
  align-items: center;
}

.infos {
  background-color: var(--color-bg-oeuvre-materiel);
}

.info-title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.info-title h2 {
  padding: 0;
}

.bg-litteraire {
  background-color: var(--color-bg-oeuvre-litteraire) !important;
}

.bg-musique {
  background-color: var(--color-bg-oeuvre-musicale) !important;
}

.equipe {
  margin: 50px 0;
}
.equipe .wrapper h5 {
  margin: 30px 0;
  max-width: 1000px;
}
.equipe .wrapper .cards_equipe {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 4 colonnes */
  gap: 100px;
  align-items: start;
}
@media screen and (max-width: 1280px) {
  .equipe .wrapper .cards_equipe {
    grid-template-columns: 1fr;
  }
}
.equipe .wrapper .cards_equipe .card:nth-child(5) {
  grid-column: 1/-1;
  justify-self: center;
  width: 50%;
}
.equipe .wrapper .card {
  padding: 20px;
  border-radius: 40px;
}
.equipe .wrapper .card .content {
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.equipe .wrapper .card .media {
  display: block;
  border-radius: 40px;
}
.equipe .wrapper .card .media img {
  border-radius: 40px 40px 0 0;
}
/*# sourceMappingURL=main.css.map */
