@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ==========================================================================
   cover / typo
   ========================================================================== */
/* ==========================================================================
   cover / tools
   ========================================================================== */
:root {
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ==========================================================================
   COLORS / SETTINGS
   ========================================================================== */
:root {
  --color-white: #fdfdfd;
  --color-black: #161616;
  --color-thirth: #afafaf;
  --color-fourth: #f8f8f8;
  --color-secondary: #d76947;
  --color-primary: #e04a00;
  --color-bg-primary: #fdfdfd;
}

/* ==========================================================================
   FONTS / SETTINGS
   ========================================================================== */
:root {
  --font-primary: 'Barlow', sans-serif;
  --font-size-content: 1rem;
  --font-size-h1: 74px;
  --font-size-h2: 40px;
  --font-size-h3: 20px;
  --font-size-h4: 15px;
  --font-size-p: 16px;
  --font-size-h1-mobile: 50px;
  --font-size-h2-mobile: 40px;
  --font-size-h3-mobile: 15px;
  --font-size-h4-mobile: 15px;
  --font-size-p-mobile: 13px;
}

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

/*! 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%;
}

/* ==========================================================================
   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 {
  color: var(--color-white);
  font-family: var(--font-primary);
  font-size: var(--font-size-content);
  line-height: 1.6;
  background-color: var(--color-bg-primary);
}
/* ==========================================================================
   HEADINGS / ELEMENT
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  line-height: 1;
  font-weight: normal;
}

h1 {
  color: var(--color-white);
  font-size: var(--font-size-h1);
  margin: 0;
  display: flex;
  align-items: baseline;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h1 {
    font-size: var(--font-size-h1-mobile);
  }
}
h1 span {
  color: var(--color-bg-primary);
}

h2 {
  font-size: var(--font-size-h2);
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h2 {
    font-size: var(--font-size-h2-mobile);
  }
}

h3 {
  font-size: var(--font-size-h3);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h3 {
    font-size: var(--font-size-h3-mobile);
  }
}

h3.bold {
  font-weight: 600;
}

h4 {
  font-size: var(--font-size-h4);
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 768px) {
  h4 {
    font-size: var(--font-size-h4-mobile);
  }
}

p {
  font-size: var(--font-size-p);
  margin: 0;
}
@media (max-width: 768px) {
  p {
    font-size: var(--font-size-p-mobile);
  }
}

.bouton-formulaire p {
  font-size: 10px;
}

.bouton-formulaire h4 {
  font-size: 20px;
}

/* ==========================================================================
   LINKS / ELEMENTS
   Style de base de tous les liens et bouton du site
   ========================================================================== */
a:link {
  color: var(--color-white);
  text-decoration: none;
  font-size: var(--font-size-h3);
}
a:visited {
  color: var(--color-white);
}
a:hover {
  color: var(--color-white);
  text-decoration: none;
}
a:active {
  color: var(--color-white);
}
a:focus {
  color: var(--color-white);
}

/* ==========================================================================
   WRAPPER / ELEMENT
   ========================================================================== */
.wrapper {
  max-width: calc(100% - 160px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .wrapper {
    max-width: calc(100% - 40px);
  }
}

.grid-wrapper {
  display: grid;
  grid-template-columns: auto minmax(480px, 1024px) auto;
  grid-column-gap: 30px;
}

.grid-center {
  grid-column: 2/3;
}

/**
 * Swiper 12.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 24, 2026
 */
: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-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.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;
  }
  ::slotted(svg),
  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;
  ::slotted(.swiper-navigation-icon),
  .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 {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    ::slotted(.swiper-navigation-icon),
    .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;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    ::slotted(.swiper-navigation-icon),
    .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;
  }
}

/* ==========================================================================
   button / component
   ========================================================================== */
.button {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 10px 20px;
  border-radius: 50px;
  position: relative;
  transition: all 0.1s ease-in;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-size: 20px;
}
.button:hover {
  color: var(--color-primary);
  background-color: var(--color-white);
  text-decoration: none;
  box-shadow: 0px 0px 4px var(--color-black);
}
@media (max-width: 1024px) {
  .button:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    box-shadow: 0px 0px 4px var(--color-black);
  }
}
.button.is-active {
  color: var(--color-white);
  background: var(--color-black);
  border-color: var(--color-black);
}
@media (max-width: 1024px) {
  .button {
    font-size: 15px;
  }
}

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

.icon--stroke {
  fill: var(--color-white);
  stroke: var(--color-white);
}

.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: 5em;
  width: 5em;
}

.header {
  background-color: var(--color-black);
  padding: 20px 0;
  position: sticky;
  top: 0px;
  z-index: 5;
  transition: transform 0.4s ease-out;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .header h2 {
    font-size: 30px;
  }
}
.header-is-hidden.is-scrolling-down:not(.nav-is-active) .header {
  transform: translateY(-100%) translateY(4px);
}
.header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .wrapper .logo {
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .wrapper .logo .icon {
  color: var(--color-white);
}
.header .wrapper .reste {
  display: flex;
  gap: 20px;
}
.header .wrapper .reste .button {
  z-index: 3;
}
.header .wrapper .reste .header__toggle {
  --bar-height: 3px;
  --bar-spacer: 10px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .header .wrapper .reste .header__toggle {
    width: 40px;
    height: 30px;
  }
}
.header .wrapper .reste .header__toggle span {
  background-color: var(--color-white);
  border-radius: 3px;
  height: var(--bar-height);
  width: 100%;
  position: absolute;
  top: calc(50% - var(--bar-height) / 2);
  left: 0;
  transition: 0.3s all ease-out;
}
.header .wrapper .reste .header__toggle span:nth-child(1) {
  top: calc(50% - var(--bar-height) / 2 - var(--bar-height) - var(--bar-spacer));
}
.header .wrapper .reste .header__toggle span:nth-child(3) {
  top: calc(50% - var(--bar-height) / 2 + var(--bar-height) + var(--bar-spacer));
}
.nav-is-active .header .wrapper .reste .header__toggle span {
  top: calc(50% - var(--bar-height) / 2);
}
.nav-is-active .header .wrapper .reste .header__toggle span:nth-child(1) {
  transform: rotate(45deg);
}
.nav-is-active .header .wrapper .reste .header__toggle span:nth-child(2) {
  transform: scaleX(0);
}
.nav-is-active .header .wrapper .reste .header__toggle span:nth-child(3) {
  transform: rotate(-45deg);
}
@media (max-width: 1024px) {
  .header .button {
    display: none;
  }
}

.hero {
  position: relative;
  height: 700px;
  transition: all 0.3s ease;
}
.hero .hero__media {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero .hero__media img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.hero .hero__content {
  color: white;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .hero__content h1 {
  z-index: 2;
}
@media (max-width: 1024px) {
  .hero {
    height: 600px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 400px;
    text-align: center;
  }
}

.hero__chambre .hero__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 50px 80px;
}
.hero__chambre .hero__content h1 {
  z-index: 2;
  border-bottom: 2px solid white;
  width: 100%;
}
.hero__chambre .hero__content h3 {
  z-index: 2;
}
@media (max-width: 1024px) {
  .hero__chambre .hero__content {
    padding: 50px 20px;
  }
  .hero__chambre .hero__content h3 {
    display: none;
  }
  .hero__chambre .hero__content h1 {
    border-bottom-width: 0;
  }
}

.formulaire__header {
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: hidden;
}
.formulaire__header .boutons-du-formulaire {
  background-color: rgba(45, 45, 45, 0.5);
  padding: 20px;
  display: flex;
  width: 1280px;
  height: 100px;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  backdrop-filter: blur(10px);
}
.formulaire__header .bouton__formulaire {
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--color-white);
  border-radius: 50px;
  padding: 15px 20px;
  width: 320px;
  justify-content: space-between;
  align-items: space-between;
}
.formulaire__header .bouton__formulaire .icon {
  color: var(--color-white);
  align-self: center;
}
.formulaire__header .bouton__formulaire .bouton__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.formulaire__header .bouton__formulaire .bouton__content h4 {
  font-size: 20px;
}
.formulaire__header .button {
  padding: 20px 50px;
}
@media (max-width: 1440px) {
  .formulaire__header {
    display: none;
  }
}

.valeur {
  padding: 100px 0;
}
.valeur h1 {
  color: black;
  justify-content: center;
  text-align: center;
  line-height: 120%;
  margin-bottom: 50px;
}
.valeur .swiper-wrapper {
  margin: 0 0 100px 0px;
}
.valeur .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 35px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .valeur .swiper-pagination {
    gap: 5px;
  }
}
.valeur .swiper-pagination .swiper-pagination-bullet {
  width: 100px;
  border-radius: 20px;
  background-color: var(--color-thirth);
  opacity: 1;
}
.valeur .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-black);
}
.valeur .card {
  margin: auto;
  width: 390px;
  height: 450px;
  background-color: var(--color-thirth);
  display: flex;
  flex-direction: column;
  padding: 40px;
  align-items: center;
  border-radius: 50px;
  color: var(--color-black);
}
@media (max-width: 768px) {
  .valeur .card {
    max-height: 380px;
    max-width: 310px;
    padding: 20px;
  }
  .valeur .card h3 {
    font-size: var(--font-size-h3);
  }
  .valeur .card p {
    font-size: var(--font-size-p);
  }
}
.valeur .card .card__media {
  background-color: white;
  padding: 20px;
  border-radius: 50px;
  max-width: 60px;
  margin-bottom: 20px;
}
.valeur .card .card__media .icon {
  color: var(--color-black);
  height: 60px;
  width: 60px;
  display: flex;
}
.valeur .card .card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.valeur .card .card__content h3 {
  font-weight: bold;
}
.valeur .card .card__content p {
  font-weight: 500;
  text-align: center;
}

.chambres {
  transition: all 0.3s ease;
  height: 800px;
  position: relative;
  overflow: hidden;
}
.chambres .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, var(--color-black), transparent, transparent);
  opacity: 0.6;
  z-index: 2;
}
.chambres .swiper-wrapper {
  max-height: 800px;
  gap: 0;
}
.chambres .swiper-wrapper img {
  height: 800px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chambres .swiper-pagination {
  display: flex;
  padding: 40px 80px;
  gap: 35px;
  z-index: 3;
}
@media (max-width: 768px) {
  .chambres .swiper-pagination {
    gap: 5px;
  }
}
.chambres .swiper-pagination .swiper-pagination-bullet {
  width: 100px;
  border-radius: 20px;
  background-color: var(--color-white);
  opacity: 1;
}
.chambres .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-black);
}
.chambres .page__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 100px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.chambres .page__content .chambre__info {
  max-width: 500px;
  background-color: rgba(45, 45, 45, 0.5);
  backdrop-filter: blur(10px);
  padding: 20px 40px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.chambres .page__content .chambre__info hr {
  width: 100%;
}
.chambres .page__content .chambre__info a {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all ease-out 0.2s;
}
.chambres .page__content .chambre__info a:hover {
  gap: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .chambres .page__content {
    padding: 50px 20px;
  }
  .chambres .page__content .chambre__info {
    margin-bottom: 40px;
  }
}

.activite {
  transition: all 0.3s ease;
}
.activite .page__content {
  display: flex;
  align-items: flex-end;
  text-align: end;
}
.activite .page__content a {
  justify-content: flex-end;
}
.activite .page__content a .icon {
  rotate: 180deg;
}
.activite .swiper-pagination {
  display: flex;
  justify-content: flex-end;
}

.emplacement {
  margin: 100px 0;
}
@media (max-width: 1200px) {
  .emplacement {
    margin: 50px 0;
  }
}
.emplacement .wrapper {
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 1200px) {
  .emplacement .wrapper {
    flex-direction: column-reverse;
    align-items: center;
    gap: 50px;
  }
}
.emplacement .wrapper .emplacement__media {
  width: auto;
}
.emplacement .wrapper .emplacement__media img {
  -o-object-fit: cover;
     object-fit: cover;
}
.emplacement .wrapper .emplacement__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  max-width: 630px;
  color: var(--color-black);
}
.emplacement .wrapper .emplacement__content a {
  color: var(--color-black);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all ease-out 0.2s;
}
.emplacement .wrapper .emplacement__content a:hover {
  gap: 20px;
  font-weight: bold;
}
.emplacement .wrapper .emplacement__content a .icon {
  color: var(--color-black);
}
.emplacement .wrapper .emplacement__content h1 {
  text-align: center;
  color: var(--color-black);
}
.emplacement .wrapper .emplacement__content p {
  text-align: center;
  font-weight: 500;
}

.youtube {
  padding: 100px 0;
}
.youtube .wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.youtube .wrapper h1 {
  color: var(--color-black);
}
@media (max-width: 768px) {
  .youtube .wrapper h1 {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
.youtube .wrapper .videos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media (max-width: 1024px) {
  .youtube .wrapper .videos {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.youtube .wrapper .videos .video {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .youtube .wrapper .videos .video {
    max-height: 100vw;
  }
}
.youtube .wrapper .videos .video .js-poster {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.youtube .wrapper .videos .video .icon-placement {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.youtube .wrapper .videos .video .icon-placement .border-icon {
  background-color: var(--color-black);
  padding: 50px;
  border-radius: 100%;
}
.youtube .wrapper .videos .video .icon-placement .border-icon .icon {
  color: transparent;
  border: black;
  width: 50px;
}

/* ==========================================================================
   video / component
   ========================================================================== */
.video {
  background-color: var(--color-black);
  color: var(--color-white);
  text-align: center;
  height: 650px;
  padding-bottom: 56.25%;
  position: relative;
  border-radius: 50px;
  cursor: pointer;
}
.video img {
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.video .icon {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  text-shadow: 0 0 4px rgb(0, 0, 0);
  transition: 0.4s ease-in-out;
  transition-property: opacity, transform;
  transform-origin: 0 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.is-video-ready .video .icon {
  opacity: 1;
}
.video:hover .icon {
  transform: scale(0.8) translate(-50%, -50%);
}

.video__media {
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.reviews {
  padding: 100px 0;
}
.reviews .wrapper .info-swiper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 5px;
}
@media (max-width: 1024px) {
  .reviews .wrapper .info-swiper {
    justify-content: center;
  }
}
.reviews .wrapper .info-swiper .swiper-buttons {
  display: flex;
  position: relative;
  padding-bottom: 50px;
  width: 200px;
  height: 100%;
}
.reviews .wrapper .info-swiper .swiper-buttons .swiper-button-next,
.reviews .wrapper .info-swiper .swiper-buttons .swiper-button-prev {
  position: absolute;
  display: inline;
  width: 50px;
  height: 50px;
  padding: 10px;
  border: 2px solid var(--color-black);
  border-radius: 20px;
  color: var(--color-black);
}
.reviews .wrapper .info-swiper .swiper-buttons .swiper-button-next:hover,
.reviews .wrapper .info-swiper .swiper-buttons .swiper-button-prev:hover {
  background-color: var(--color-black);
  border: 2px solid var(--color-black);
  color: var(--color-white);
}
.reviews .wrapper .swiper .swiper-wrapper {
  margin-bottom: 50px;
}
.reviews .wrapper h1 {
  color: var(--color-black);
  margin-bottom: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.reviews .wrapper .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  gap: 35px;
}
.reviews .wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 100px;
  border-radius: 20px;
  background-color: var(--color-thirth);
  opacity: 1;
}
.reviews .wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-black);
}
@media (max-width: 1024px) {
  .reviews .wrapper .swiper-pagination {
    display: none;
  }
}
.reviews .wrapper .carte__review {
  background-color: gray;
  align-self: center;
  max-width: 670px;
  max-height: 250px;
  padding: 20px 40px;
  border-radius: 50px;
  transform: scale(1);
  transition: all 0.2s ease-in;
}
@media (max-width: 1440px) {
  .reviews .wrapper .carte__review {
    max-height: 600px;
  }
}
.reviews .wrapper .carte__review .review__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.reviews .wrapper .carte__review .review__content .review {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1440px) {
  .reviews .wrapper .carte__review .review__content .review {
    flex-direction: column;
    text-align: center;
  }
}
.reviews .wrapper .carte__review .review__content .review .personne {
  max-height: 100px;
  max-width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.reviews .wrapper .carte__review .review__content .review .gras {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.reviews .wrapper .carte__review .review__content hr {
  width: 100%;
}
.reviews .wrapper .carte__review .review__content .review__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reviews .wrapper .carte__review .review__content .review__info h3 {
  margin: 0;
}
@media (max-width: 768px) {
  .reviews .wrapper .carte__review .review__content .review__info {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
  .reviews .wrapper .carte__review .review__content .review__info .etoiles {
    width: 100%;
    display: flex;
    gap: 30px;
    justify-content: center;
    padding: 0 80px;
  }
}
.reviews .wrapper .carte__review:hover {
  max-height: none;
  transform: scale(1.05);
  background-color: var(--color-black);
  border-radius: 15px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .reviews .wrapper .carte__review:hover {
    transform: none;
    background-color: gray;
    border-radius: 35px;
  }
}

.bienvenue {
  transition: all 0.3s ease;
  height: 400px;
  padding: 100px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bienvenue .bienvenue__media {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.bienvenue .bienvenue__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.bienvenue .bienvenue__media .ecranNoir {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.bienvenue .bienvenue__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 3;
}
.bienvenue .bienvenue__content h2 {
  z-index: 3;
  text-align: center;
}
.bienvenue .bienvenue__content .gras {
  z-index: 3;
  font-weight: 600;
  text-align: center;
}
.bienvenue .bienvenue__content .button {
  z-index: 3;
  width: -moz-min-content;
  width: min-content;
}

footer {
  padding: 100px 0;
  background-color: var(--color-black);
  overflow: hidden;
  transition: all 0.3s ease;
}
footer .wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
footer .wrapper .infolettre__section {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 1440px) {
  footer .wrapper .infolettre__section {
    margin: 50px 0;
  }
}
footer .wrapper .infolettre__section .infolettre {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
footer .wrapper .infolettre__section .infolettre .email {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: gray;
  border-radius: 50px;
  width: 100%;
}
footer .wrapper .infolettre__section .infolettre .email p {
  margin: 0 0 0 30px;
}
footer .wrapper .infolettre__section .infolettre .email .button {
  background-color: var(--color-white);
  display: flex;
  width: 90px;
  justify-content: center;
  padding: 15px 10px;
}
footer .wrapper .infolettre__section .infolettre .email .button .icon {
  rotate: -90deg;
  stroke: var(--color-black);
  color: var(--color-black);
}
footer .wrapper .infolettre__section .infolettre .email .button:hover {
  background-color: var(--color-black);
}
footer .wrapper .infolettre__section .infolettre .email .button:hover .icon {
  stroke: var(--color-white);
  color: var(--color-white);
}
footer .wrapper .infolettre__section .infolettre .consentement {
  display: flex;
  align-self: center;
  gap: 30px;
}
footer .wrapper .infolettre__section .infolettre .consentement p {
  color: var(--color-white);
  opacity: 1;
}
footer .wrapper .infolettre__section .infolettre .consentement .input__element {
  max-width: 100px;
}
footer .wrapper .infolettre__section .infolettre .consentement fieldset {
  border: none;
}
@media (max-width: 480px) {
  footer .wrapper .infolettre__section .infolettre .consentement .input__label::before,
  footer .wrapper .infolettre__section .infolettre .consentement .input__label::after {
    display: flex;
    align-self: center;
    margin: 10px;
  }
}
footer .wrapper .infolettre__section .footer__cards {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
footer .wrapper .infolettre__section .footer__cards .footer__card {
  display: flex;
  gap: 30px;
}
footer .wrapper .infolettre__section .footer__cards .footer__card .footer-card-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .wrapper .infolettre__section .footer__cards .footer__card:hover h4,
footer .wrapper .infolettre__section .footer__cards .footer__card:hover p {
  text-decoration: underline;
}
footer .wrapper .reseaux {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
footer .wrapper .reseaux .contact {
  display: flex;
  justify-content: center;
}
footer .wrapper .reseaux .contact nav {
  display: flex;
  gap: 60px;
}
footer .wrapper .reseaux .contact nav a {
  font-weight: 200;
}
footer .wrapper .reseaux .contact nav a:hover {
  text-decoration: underline;
}
footer .wrapper .reseaux .reseau__sociaux {
  display: flex;
  justify-content: center;
  gap: 40px;
}
footer .wrapper .reseaux .reseau__sociaux .reseau {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-white);
}
footer .wrapper .reseaux .reseau__sociaux .reseau .icon {
  color: var(--color-white);
}
footer .wrapper .reseaux .reseau__sociaux .reseau:hover {
  background-color: var(--color-white);
}
footer .wrapper .reseaux .reseau__sociaux .reseau:hover .icon {
  color: var(--color-black);
  stroke: 3px;
}
footer .wrapper .etudiant h4 {
  text-align: center;
  display: flex;
  justify-content: center;
  line-height: 150%;
}
@media (max-width: 1024px) {
  footer .wrapper .infolettre__section {
    align-items: center;
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  footer .wrapper .infolettre__section .infolettre {
    width: 100%;
  }
  footer .wrapper .infolettre__section .infolettre .email .button {
    padding: 5px;
    width: 60px;
  }
  footer .wrapper .infolettre__section h2 {
    text-align: center;
  }
  footer .wrapper .reseaux .contact nav {
    display: flex;
    gap: 10px;
  }
  footer .wrapper .reseaux .contact nav a {
    font-weight: 200;
  }
  footer .wrapper .reseaux .contact nav a:hover {
    text-decoration: underline;
  }
}

.formulaire {
  transition: all 0.3s ease;
  display: block;
  background-color: var(--color-black);
  padding: 100px 0;
}
.formulaire .wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.formulaire .wrapper .checkbox .input__element {
  max-width: 100px;
}

.input p {
  opacity: 0;
}

.error p {
  opacity: 1;
  color: var(--color-primary);
}

.form {
  --input-radius: 3px;
  --input-padding: 1em;
}
.form fieldset {
  border: none;
  padding: 0;
}
.form .grid {
  display: grid;
  gap: var(--spacing-md);
  grid-template-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .form .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.form__footer {
  display: flex;
  justify-content: flex-end;
}
.form__footer .button {
  font-family: var(--font-primary);
  border: none;
}

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

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

.input__label {
  display: block;
  font-family: var(--font-primary);
  font-weight: 600;
}

.input__element {
  border-radius: var(--input-radius);
  background-color: var(--color-white);
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-family: inherit;
  outline: none;
  padding: var(--input-padding);
  width: 90%;
}
.input__element:hover,
.input__element + .input__label:hover::before {
  background-color: gray;
  -webkit-box-shadow: inset 0 0 0 30px gray !important;
  color: var(--color-white);
}
.input__element::-moz-placeholder {
  color: var(--color-black);
}
.input__element::placeholder {
  color: var(--color-black);
}
.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:focus, .input__element:-webkit-autofill:focus, .input__element:focus + .input__label::before {
  background-color: var(--color-primary);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 0 30px var(--color-primary) !important;
}

/*

   ========================================================================== */
.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-black);
}
.select option {
  background-color: var(--color-white);
}
.select::after {
  --size: 12px;
  content: "";
  background: url("../assets/icons/fleche.svg") no-repeat 50% 50%;
  background-size: 100%;
  background-color: var(--color-black);
  height: var(--size);
  position: absolute;
  pointer-events: none;
  top: 40%;
  transform: translateY(50%);
  right: var(--input-padding);
  width: var(--size);
}

/*

   ========================================================================== */
.textarea .input__element {
  resize: vertical;
  height: 150px;
}
@media screen and (min-width: 768px) {
  .textarea {
    grid-column: span 2;
  }
}

/*

   ========================================================================== */
.checkbox,
.radio {
  ----active-scale: 1;
}
.checkbox .input__element,
.radio .input__element {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.checkbox .input__label,
.radio .input__label {
  --size: 22px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  padding-left: calc(var(--size) + var(--spacing-md));
}
.checkbox .input__label::after, .checkbox .input__label::before,
.radio .input__label::after,
.radio .input__label::before {
  content: "";
  height: var(--size);
  width: var(--size);
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox .input__label::before,
.radio .input__label::before {
  background-color: var(--color-white);
  border-radius: var(--input-radius);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.checkbox .input__label::after,
.radio .input__label::after {
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease-in;
}
.checkbox .input__element:checked + .input__label::after,
.radio .input__element:checked + .input__label::after {
  opacity: 1;
  transform: scale(var(--active-scale));
}

.checkbox .input__label::after {
  background: url("../assets/icons/Etoile.svg") no-repeat 50% 50%;
  background-color: var(--color-primary);
  background-size: 50%;
}

.radio .input__label::before {
  border-radius: 100%;
}
.radio .input__label::after {
  --active-scale: 0.4;
  background-color: var(--color-black);
  border-radius: 100%;
}

/*

   ========================================================================== */
.error .input__element, .error.check .input__label::before, .error.radio .input__label::before,
.error .check .input__label::before,
.error .radio .input__label::before {
  box-shadow: inset 0 0 0 5px var(--color-primary);
}
.error .input__label {
  color: var(--color-primary);
}

.question {
  margin-top: 50px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.question .form__list {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.question .input__element {
  max-width: 80px;
}

.chambre {
  transition: all 0.3s ease;
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .chambre {
    margin: 50px 0;
  }
}
.chambre .wrapper .swiper-pagination {
  z-index: 3;
}
.chambre .wrapper {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.chambre .wrapper .page_media {
  overflow: hidden;
}
.chambre .wrapper .swiper-wrapper .swiper-slide {
  max-height: 500px;
}
.chambre .wrapper .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 500px;
}
.chambre .wrapper .chambre__content {
  color: var(--color-black);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .chambre .wrapper .chambre__content {
    align-items: center;
    flex-direction: column;
    gap: 40px;
  }
  .chambre .wrapper .chambre__content .info__chambre {
    align-items: center;
    gap: 20px;
  }
  .chambre .wrapper .chambre__content .info__chambre h1 {
    align-self: flex-start;
  }
}
.chambre .wrapper .chambre__content .inclus {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill;
  max-width: 500px;
  padding: 50px;
  background-color: var(--color-black);
  border-radius: 50px;
  gap: 50px;
  color: var(--color-white);
}
.chambre .wrapper .chambre__content .inclus nav li {
  margin: 0 0 10px 0;
}
@media (max-width: 1024px) {
  .chambre .wrapper .chambre__content .inclus {
    padding: 40px 20px;
  }
}
.chambre .wrapper .chambre__content .info__chambre {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.chambre .wrapper .chambre__content .info__chambre h1 {
  color: var(--color-black);
}
.chambre .wrapper .chambre__content .info__chambre .icon {
  color: var(--color-black);
}
.chambre .wrapper .chambre__content .info__chambre nav ul {
  display: flex;
  gap: 40px;
  padding: 0;
}
.chambre .wrapper .chambre__content .info__chambre nav ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .chambre .wrapper .chambre__content .info__chambre nav ul {
    gap: 10px;
  }
  .chambre .wrapper .chambre__content .info__chambre nav ul li h3 {
    font-size: 12px;
  }
}

.menu {
  background-color: var(--color-black);
  position: absolute;
  display: flex;
  justify-content: center;
  margin: auto;
  gap: 200px;
  align-items: center;
  padding-top: 90px;
  transform: translateY(-200%);
  transition: all 0.6s ease-in;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
}
.menu .boxotel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.menu .boxotel .icon {
  width: 200px;
  height: 200px;
}
.nav-is-active .menu {
  transform: translateY(0%);
}
.menu ul {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: none;
  margin: none;
}
.menu ul hr {
  color: var(--color-white);
  width: 90%;
}
.menu ul li {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 10px 20px;
  width: 100%;
  text-transform: uppercase;
}
.menu ul li:hover {
  background-color: var(--color-white);
  border-radius: 50px;
}
.menu ul li:hover a {
  color: var(--color-black);
}
@media (max-width: 1024px) {
  .menu ul li:hover {
    background-color: var(--color-black);
  }
  .menu ul li:hover a {
    color: var(--color-white);
  }
}
@media (max-width: 1200px) {
  .menu {
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
  }
  .menu .boxotel .icon {
    width: 60px;
    height: 60px;
  }
  .menu h1 {
    font-size: var(--font-size-h2-mobile);
  }
  .menu ul {
    padding: 0;
    width: 100%;
  }
  .menu ul hr {
    max-width: 500px;
  }
  .menu ul li {
    padding: 5px 10px;
    max-width: 300px;
  }
  .menu ul li a {
    font-size: var(--font-size-h3-mobile);
  }
}
/*# sourceMappingURL=main.css.map */
