@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  pointer-events: all;
  text-rendering: optimizeSpeed;
  background-color: #1e1f1d;
  overflow-x: hidden;
}

body#tinymce {
  background-color: transparent !important;
}

html {
  scroll-behavior: smooth;
}

/* Set Sections to take all width available */
section {
  width: 100%;
}

/* Make HR easier to work with */
hr {
  display: block;
  margin: 0.8rem 0 !important;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.article_content-elements {
  scrollbar-width: thin;
  scrollbar-color: #d7b56d transparent;
}

@media screen and (max-width: 1023px) {
  .page-template-tp-about .header .description span {
    font-size: 17px !important;
  }
}
/* grands écrans : intronisé + paragraphes */
@media screen and (min-width: 1536px) {
  .intronise h1 {
    font-size: 4.5vw !important;
  }
  .intronise .content .text-sm {
    font-size: 0.9vw !important;
  }
  .intronise .content .text-xs {
    font-size: 0.8vw !important;
  }
  .intronise .content .faits_saillants {
    margin-bottom: 0.5vw;
  }

  .description {
    font-size: 1.2vw !important;
  }

  p {
    font-size: 1.4vw !important;
  }

  .paragraph {
    font-size: 1.8vw !important;
  }
  .paragraph .blockquote {
    font-size: 1.6vw !important;
  }
  .paragraph ul {
    font-size: 1.1vw !important;
  }

  .infos .text-xs {
    font-size: 0.7vw !important;
  }
  .infos .text-sm {
    font-size: 0.9vw !important;
  }
}
/* listes dans l’éditeur & le frontend */
#tinymce ol,
#tinymce ul,
body ol,
body ul {
  padding: revert-layer !important;
}
#tinymce ul li,
body ul li {
  list-style: disc !important;
}
#tinymce ol li,
body ol li {
  list-style: decimal !important;
}

.photo-warm,
.image_texte img {
  -webkit-filter: sepia(0.5) saturate(0.8) contrast(1) brightness(1) hue-rotate(-10deg);
          filter: sepia(0.5) saturate(0.8) contrast(1) brightness(1) hue-rotate(-10deg);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

/* Flèches de tri (liste accueil) */
.sort {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.sort::after {
  content: "↓";
  display: inline-block;
  font-size: 10px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

/* ordre croissant (flèche vers le bas) */
.sort.asc::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* ordre décroissant (flèche vers le haut) */
.sort.desc::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@font-face {
  font-family: "AntarcticaVAR";
  src: url("../fonts/AntarcticaVAR/AntarcticaVAR.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Anton";
  src: url("../fonts/Anton/Anton-Regular.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.text-gold {
  color: #c7a35b;
}

.bg-gold {
  background-color: #c7a35b;
}

.border-gold {
  border-color: #c7a35b;
}

.bg-black {
  background-color: #1e1f1d !important;
}

.bg-black-blur {
  background-color: #1e1f1dce !important;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.border-gold-30,
hr {
  border-color: rgba(199, 163, 91, 0.3) !important;
}

/* overlay global (dégradé vers le haut) */
.overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1e1f1d), color-stop(33%, #1e1f1db8), to(#1e1f1d00));
  background-image: linear-gradient(to top, #1e1f1d, #1e1f1db8 33%, #1e1f1d00);
}

/* ----------------------------------------------------------------------------------------------------
Super Form Reset
A couple of things to watch out for:
- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs
----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  border-radius: 0px;
  /* Browsers have different default form fonts */
  font-family: "AntarcticaVAR", Helvetica, Arial, sans-serif;
}

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: auto;
  border: 0;
  border-radius: 0px;
  margin: 0;
  outline: none;
  outline-color: transparent;
  background-color: transparent;
  -webkit-font-smoothing: inherit !important;
}

/* Button Controls
-----------------------------------------------*/
input[type=checkbox] {
  -webkit-appearance: none;
  border: 1px solid gray;
  width: 0.9375rem;
  height: 0.9375rem;
  margin: 0;
  margin-right: 0.6em;
  border-radius: 0px;
}
input[type=checkbox]:checked {
  background-image: url("../svg/check-solid.svg");
  background-size: 69%;
  background-position: center;
  background-repeat: no-repeat;
}

input[type=radio] {
  width: 0.9375rem;
  height: 1.625rem;
  margin: 0;
  border-radius: 0px;
}

/* File Uploads
-----------------------------------------------*/
input[type=file] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: auto;
  border: 0;
  outline: none;
  outline-color: transparent;
  background-color: transparent;
  -webkit-font-smoothing: inherit !important;
}

/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type=reset],
input[type=button],
input[type=submit] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: auto;
  border: 0;
  outline: none;
  outline-color: transparent;
  background-color: transparent;
  -webkit-font-smoothing: inherit !important;
}

select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

.wrapper-el-bottom {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-animation: rollFromWrapperBottom 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
          animation: rollFromWrapperBottom 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.wrapper-el-bottom-line {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-animation: rollFromWrapperBottom 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
          animation: rollFromWrapperBottom 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.wrapper-el-bottom-target {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}

@-webkit-keyframes rollFromWrapperBottom {
  from {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes rollFromWrapperBottom {
  from {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.wrapper-el-top {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-animation: rollFromWrapperTop 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
          animation: rollFromWrapperTop 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes rollFromWrapperTop {
  from {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes rollFromWrapperTop {
  from {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.wrapper-img {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

@-webkit-keyframes rollFromLeft {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes rollFromLeft {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.fade-up {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}

.content-element-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -10;
}

.vimeo-lite {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
  overflow: hidden;
}

.vimeo-lite__play {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}

.vimeo-lite__play img {
  display: block;
  width: 90px;
  /* ajuste si tu veux plus grand/petit */
  height: 90px;
}

.carousel-cell {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

.carousel-cell::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #d7b56d;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/* Quand on ajoute .is-animated sur le slider,
   on déclenche la cascade */
.gallery-slider.is-animated .carousel-cell {
  -webkit-animation-name: translateCardEl;
          animation-name: translateCardEl;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
          animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.gallery-slider.is-animated .carousel-cell::after {
  -webkit-animation-name: translateCard;
          animation-name: translateCard;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
          animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/* CASCADE : on augmente le délai par carte */
.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(1)::after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(2) {
  -webkit-animation-delay: 0.62s;
          animation-delay: 0.62s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(2)::after {
  -webkit-animation-delay: 0.62s;
          animation-delay: 0.62s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(3) {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(3)::after {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(4) {
  -webkit-animation-delay: 0.86s;
          animation-delay: 0.86s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(4)::after {
  -webkit-animation-delay: 0.86s;
          animation-delay: 0.86s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(5) {
  -webkit-animation-delay: 0.98s;
          animation-delay: 0.98s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(5)::after {
  -webkit-animation-delay: 0.98s;
          animation-delay: 0.98s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(6) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(6)::after {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(7) {
  -webkit-animation-delay: 1.22s;
          animation-delay: 1.22s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(7)::after {
  -webkit-animation-delay: 1.22s;
          animation-delay: 1.22s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(8) {
  -webkit-animation-delay: 1.34s;
          animation-delay: 1.34s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(8)::after {
  -webkit-animation-delay: 1.34s;
          animation-delay: 1.34s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(9) {
  -webkit-animation-delay: 1.46s;
          animation-delay: 1.46s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(9)::after {
  -webkit-animation-delay: 1.46s;
          animation-delay: 1.46s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(10) {
  -webkit-animation-delay: 1.58s;
          animation-delay: 1.58s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(10)::after {
  -webkit-animation-delay: 1.58s;
          animation-delay: 1.58s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(11) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(11)::after {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(12) {
  -webkit-animation-delay: 1.82s;
          animation-delay: 1.82s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(12)::after {
  -webkit-animation-delay: 1.82s;
          animation-delay: 1.82s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(13) {
  -webkit-animation-delay: 1.94s;
          animation-delay: 1.94s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(13)::after {
  -webkit-animation-delay: 1.94s;
          animation-delay: 1.94s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(14) {
  -webkit-animation-delay: 2.06s;
          animation-delay: 2.06s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(14)::after {
  -webkit-animation-delay: 2.06s;
          animation-delay: 2.06s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(15) {
  -webkit-animation-delay: 2.18s;
          animation-delay: 2.18s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(15)::after {
  -webkit-animation-delay: 2.18s;
          animation-delay: 2.18s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(16) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(16)::after {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(17) {
  -webkit-animation-delay: 2.42s;
          animation-delay: 2.42s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(17)::after {
  -webkit-animation-delay: 2.42s;
          animation-delay: 2.42s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(18) {
  -webkit-animation-delay: 2.54s;
          animation-delay: 2.54s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(18)::after {
  -webkit-animation-delay: 2.54s;
          animation-delay: 2.54s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(19) {
  -webkit-animation-delay: 2.66s;
          animation-delay: 2.66s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(19)::after {
  -webkit-animation-delay: 2.66s;
          animation-delay: 2.66s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(20) {
  -webkit-animation-delay: 2.78s;
          animation-delay: 2.78s;
}

.gallery-slider.is-animated .gallery-track .carousel-cell:nth-child(20)::after {
  -webkit-animation-delay: 2.78s;
          animation-delay: 2.78s;
}

/* Keyframes */
@-webkit-keyframes translateCard {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes translateCard {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes translateCardEl {
  from {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes translateCardEl {
  from {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.transition-page--load {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: load-transition;
          animation-name: load-transition;
}

.transition-page {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.3, 0.86, 0.36, 0.95);
          animation-timing-function: cubic-bezier(0.3, 0.86, 0.36, 0.95);
  background-color: #1e1f1d;
  height: 100vh;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999999;
}

@-webkit-keyframes load-transition {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes load-transition {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
section.intronise {
  position: relative;
  z-index: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.3s ease, -webkit-transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s ease;
  transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s ease, -webkit-transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform, opacity;
  opacity: 1;
  overflow: hidden;
}
section.intronise::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -5%;
  background: #1e1f1d;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 110%;
  height: 100%;
  z-index: 9999999;
}

section.intronise.is-swiping-next::before,
section.intronise.is-swiping-prev::before {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  section.intronise.is-swiping-next {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }

  section.intronise.is-swiping-prev {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
@media screen and (min-width: 1025px) {
  section.intronise.is-swiping-next {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }

  section.intronise.is-swiping-prev {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
.btn-toggle {
  position: relative;
  overflow: hidden;
  border-radius: 9999px;
  padding: 4px;
  background-color: transparent;
}
.btn-toggle::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: calc(50% - 4px);
  border-radius: 9999px;
  background-color: #d7b56d;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 0;
}
.btn-toggle.is-list::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.btn-toggle button {
  position: relative;
  z-index: 1;
  font-size: 0.75rem;
  -webkit-transition: color 0.2s ease, opacity 0.2s ease;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.btn-toggle.is-grid #btn-grid {
  color: #000;
  opacity: 1;
}
.btn-toggle.is-grid #btn-list {
  color: #d7b56d;
  opacity: 0.5;
}
.btn-toggle.is-list #btn-list {
  color: #000;
  opacity: 1;
}
.btn-toggle.is-list #btn-grid {
  color: #d7b56d;
  opacity: 0.5;
}

.view-fade {
  opacity: 0;
  -webkit-animation: viewFadeIn 0.5s ease-out forwards;
          animation: viewFadeIn 0.5s ease-out forwards;
}

@-webkit-keyframes viewFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes viewFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#page-overlay {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

/* header vidéo / fallback */
.header.header-video {
  opacity: 0;
}

.header-fallback {
  opacity: 0.4;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.fade {
  opacity: 0;
  -webkit-animation: opacity 0.7s ease-in-out forwards;
          animation: opacity 0.7s ease-in-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.fade-title-home {
  opacity: 0;
  -webkit-animation: opacity 0.7s ease-in-out forwards;
          animation: opacity 0.7s ease-in-out forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
h1,
.title-1 {
  font: 400 2.5rem "Anton", Helvetica, Arial, sans-serif;
  color: #1e1f1d;
  line-height: 1;
}
@media only screen and (min-width: 600px) {
  h1,
.title-1 {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 1024px) {
  h1,
.title-1 {
    font-size: 4.375rem;
  }
}

h2,
.title-2 {
  font: 600 1rem "AntarcticaVAR", Helvetica, Arial, sans-serif;
  color: #1e1f1d;
}
@media only screen and (min-width: 600px) {
  h2,
.title-2 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1024px) {
  h2,
.title-2 {
    font-size: 1.25rem;
  }
}

h3,
.title-3 {
  font: 600 1.875rem "AntarcticaVAR", Helvetica, Arial, sans-serif;
  color: #1e1f1d;
}
@media only screen and (min-width: 600px) {
  h3,
.title-3 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  h3,
.title-3 {
    font-size: 3.125rem;
  }
}

h4,
.title-4 {
  font: 600 1.5625rem "AntarcticaVAR", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 600px) {
  h4,
.title-4 {
    font-size: 2.1875rem;
  }
}
@media only screen and (min-width: 1024px) {
  h4,
.title-4 {
    font-size: 2.5rem;
  }
}

h5,
.tabs-title,
.title-5 {
  font: 500 2.1875rem "AntarcticaVAR", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 600px) {
  h5,
.tabs-title,
.title-5 {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 1024px) {
  h5,
.tabs-title,
.title-5 {
    font-size: 3.125rem;
  }
}

h6,
.drawer-title,
.title-6 {
  font: 500 1.125rem "AntarcticaVAR", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 600px) {
  h6,
.drawer-title,
.title-6 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1024px) {
  h6,
.drawer-title,
.title-6 {
    font-size: 1.25rem;
  }
}

body {
  font: 500 1rem/1.25 "AntarcticaVAR", Helvetica, Arial, sans-serif;
  color: #1e1f1d;
}

p,
.paragraph {
  font: 400 1rem "AntarcticaVAR", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 600px) {
  p,
.paragraph {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  p,
.paragraph {
    font-size: 1.125rem;
  }
}

.list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font: 500 1.0625rem "AntarcticaVAR", Helvetica, Arial, sans-serif;
  color: #1e1f1d;
  padding: 0.3em 0;
}
.list li:before {
  content: "";
  display: block;
  background-color: #1e1f1d;
  border-radius: 0.625rem;
  width: 1.25rem;
  height: 0.125rem;
  margin-right: 1em;
}

::-moz-selection {
  border: 0;
  text-shadow: none;
  outline: none;
  background-color: #dadada;
}

::selection {
  border: 0;
  text-shadow: none;
  outline: none;
  background-color: #dadada;
}

.container {
  padding: 1em 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 600px) {
  .container {
    padding: 1em 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    padding: 1em 50px;
    max-width: none;
  }
}

.page-wrapper {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-desktop {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 0.9rem !important;
}
.nav-desktop .home,
.nav-desktop .about {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.nav-desktop .home:hover,
.nav-desktop .about:hover {
  background-color: #d7b56d !important;
  color: #1e1f1d !important;
}
.nav-desktop .home:hover a,
.nav-desktop .about:hover a {
  opacity: 1 !important;
}

/* =========================
   LOGO SCROLL EFFECT (desktop)
   ========================= */
@media (min-width: 1081px) {
  .logo {
    -webkit-transition: all 0.4s ease, width 0.4s ease, margin 0.4s ease;
    transition: all 0.4s ease, width 0.4s ease, margin 0.4s ease;
    margin-top: -80px;
  }

  /* État réduit quand on a scrollé > 150px */
  .logo--scrolled {
    width: 200px !important;
    /* override w-7/12 / w-[500px] */
    z-index: 50;
    /* au cas où tu veux éviter que ça pousse vers le bas */
  }
}
/* =========================
     NAV DESKTOP flottante (desktop)
     ========================= */
@media (min-width: 1081px) {
  .nav-desktop.nav-desktop-floating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
  }

  .nav-desktop.nav-desktop-floating.nav-desktop-hidden {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }

  .nav-desktop.nav-desktop-floating.nav-desktop-visible {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media (min-width: 1025px) {
  /* quand on lance un swipe / changement de fiche */
  body.is-page-fading .nav-desktop,
body.is-page-fading #player-shell .logo {
    opacity: 0 !important;
  }
}
.footer-floating {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
}
@media (max-width: 768px) {
  .footer-floating {
    font-size: 0.9rem;
  }
}

.footer-floating.footer-floating-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.footer .home,
.footer .about {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.footer .home:hover,
.footer .about:hover {
  background-color: #d7b56d !important;
  color: #1e1f1d !important;
}
.footer .home:hover a,
.footer .about:hover a {
  opacity: 1 !important;
}

@media screen and (min-width: 1536px) {
  .footer .home,
.footer .about {
    font-size: 0.9rem !important;
  }
}
.cursors {
  padding: 150px 0;
}
.cursors__container {
  padding: 1em 15px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 600px) {
  .cursors__container {
    padding: 1em 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .cursors__container {
    margin-left: auto;
    margin-right: auto;
    padding: 1em 50px;
    max-width: none;
  }
}
.cursors__introduction {
  width: 75%;
  margin-right: 25%;
  margin-bottom: 75px;
}
.cursors__subtitle {
  margin-bottom: 20px;
}
.cursors__text {
  font-size: 1.5rem;
  margin-bottom: 40px;
}
.cursors__button {
  border-radius: 0 !important;
}
.cursors__content {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cursors__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(50% - 20px);
  margin: 10px;
  height: 200px;
  background-color: black;
  color: #f1ebe5;
}

.cursor__ball {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  mix-blend-mode: difference;
  height: 100px;
  width: 100px;
}
.cursor__ball svg {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.cursor__ball circle {
  shape-rendering: geometricPrecision;
  fill: #ccc;
  fill-opacity: 0;
  stroke: #ccc;
  stroke-width: 2;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.cursor__ball--big svg {
  width: 100px;
  height: 100px;
}
.cursor__ball--small circle {
  fill-opacity: 1;
  stroke-width: 0;
}
.cursor__text {
  height: 100px;
  width: 100px;
}
.cursor__text p {
  color: #f1ebe5;
  opacity: 0;
  mix-blend-mode: difference;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.cursor__image {
  width: 200px;
  height: 200px;
}
.cursor__image div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 200px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.cursor__image div img {
  width: 100%;
}
.cursor--animate .cursor__ball--big svg {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.cursor--expand .cursor__ball--big svg {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.cursor--text .cursor__ball--small svg {
  opacity: 0;
}
.cursor--text .cursor__text p {
  opacity: 1;
}
.cursor--image .cursor__ball--small svg,
.cursor--image .cursor__ball--big svg {
  opacity: 0;
}
.cursor--image .cursor__image div {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.cursor--other .cursor__ball--big svg circle {
  fill-opacity: 1;
  fill: #dafba1;
  stroke: #dafba1;
}

@media only screen and (min-width: 1024px) {
  .cursors__introduction {
    width: 33.33333%;
    margin-right: 16.66666%;
  }
  .cursors__content {
    width: 50%;
  }
}
.preloader {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
  z-index: 11111;
}
.preloader__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 15%;
  background-color: #1e1f1d;
}

/* conteneur WebGL */
.gl-strip {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.gl-strip canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.gl-strip .gl-item {
  display: none !important;
}

/* slider hero */
.hero-slider {
  position: relative;
}
.hero-slider::after, .hero-slider::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #d5a651;
  z-index: 0;
}
.hero-slider::after {
  bottom: -5px;
}
.hero-slider::before {
  top: -5px;
}

/* CTA rond au centre du slider */
#focus-cta-wrapper {
  position: absolute;
  left: 50%;
  bottom: 25%;
  -webkit-transform: translate(-50%, 40%);
          transform: translate(-50%, 40%);
  pointer-events: none;
  z-index: 20;
}

#focus-cta {
  border-radius: 50%;
  border: 2px solid #d5a651;
  color: #d5a651;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

#focus-cta.is-visible {
  opacity: 1 !important;
  pointer-events: auto;
}

/* titre + meta de la carte focus */
.focus-label {
  text-align: center;
  z-index: 5;
  color: #d9b062;
  pointer-events: none;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.focus-label.show {
  opacity: 1;
  height: auto;
}

.focus-meta {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  color: #d5a651;
}

.focus-meta span {
  opacity: 0;
  height: 0;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.focus-meta span.show {
  display: block;
  opacity: 1;
  height: auto;
}

.years-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transform;
  margin-top: 2rem;
}

.years-nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.year-item {
  position: relative;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.year-diamond {
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #d5a651;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  opacity: 0.4;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

.year-label {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 14px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* seul l'actif est vraiment "losange or" */
.year-item.is-active .year-diamond {
  color: #d5a651;
  border-color: rgba(241, 196, 109, 0.5);
  opacity: 1;
}
.year-item.is-active .year-label {
  color: #d5a651;
  font-size: 18px;
}

@media screen and (min-width: 1024px) {
  .year-diamond {
    width: 80px;
    height: 80px;
  }

  .year-label {
    font-size: 16px;
  }

  .year-item.is-active .year-label {
    font-size: 25px;
  }
}
.home-list {
  scrollbar-width: thin;
  /* For Firefox */
  scrollbar-color: #d7b56d transparent;
}

.gallery-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.gallery-track {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  white-space: nowrap;
  will-change: transform;
}

.carousel-cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.blockquote {
  margin: 2rem auto;
  position: relative;
  font-size: 22px !important;
  line-height: normal;
  font-style: italic;
  padding-left: 1rem;
  width: 95%;
}
.blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #d7b56d;
}

.card-el {
  position: relative;
}
.card-el::before {
  --cut: 25px;
  content: "";
  inset: 0;
  position: absolute;
  background-color: #d7b56d;
  -webkit-clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
          clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
}
.card-el::after {
  --cut: 25px;
  margin: 1px;
  content: "";
  position: absolute;
  inset: 0;
  background-color: #1e1f1d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -webkit-clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
          clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
}

.bloc_wysiwyg p {
  margin: 1rem 0;
}

.title-2 {
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid;
  color: #d7b56d;
  border-color: rgba(199, 163, 91, 0.3) !important;
}

table {
  color: #d7b56d;
}

td {
  border: 1px solid !important;
  border-color: #d7b56d;
  padding: 1rem;
}

/* hauteur globale du slider */
.element-image {
  width: 100%;
}

/* chaque cellule Flickity a la même hauteur */
.element-image .slider-cell {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

/* l’image garde son ratio mais prend toute la hauteur */
.element-image .slider-img {
  height: 100%;
  width: auto;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.content-element-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* ratio par défaut 16/9 */
}
.content-element-video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.content-element-video.is-4-3::before {
  padding-top: 75%;
}
.content-element-video.is-1-1::before {
  padding-top: 100%;
}
.content-element-video > .vimeo-lite,
.content-element-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}

/* Wrapper flèche (plus petit, plus discret) */
.nav-arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #c7a35b;
  /* couleur de base (contour + flèche) */
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: transform 0.2s ease, filter 0.2s ease;
  transition: transform 0.2s ease, filter 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
}

/* Taille de l'icône */
.nav-arrow-icon {
  width: 2.2rem;
  /* plus petit qu'avant */
  height: 2.2rem;
  display: block;
}

/* Flèche "next" : on retourne juste l'icône */
.nav-arrow--next .nav-arrow-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Losange : état normal */
.nav-arrow-diamond rect {
  fill: transparent;
  stroke: currentColor;
  -webkit-transition: fill 0.25s ease, stroke 0.25s ease;
  transition: fill 0.25s ease, stroke 0.25s ease;
}

/* Flèche : état normal */
.nav-arrow-chevron {
  stroke: currentColor;
  -webkit-transition: stroke 0.25s ease;
  transition: stroke 0.25s ease;
}

/* HOVER : losange or plein + flèche noire (pas si disabled) */
.nav-arrow:hover:not(.pointer-events-none):not([aria-disabled=true]) .nav-arrow-diamond rect {
  fill: #c7a35b;
  /* fond du losange */
  stroke: #c7a35b;
  /* contour fusionné */
}

.nav-arrow:hover:not(.pointer-events-none):not([aria-disabled=true]) .nav-arrow-chevron {
  stroke: #000000;
  /* flèche noire */
}

/* Petit micro-move au hover pour le feedback */
.nav-arrow:hover:not(.pointer-events-none):not([aria-disabled=true]) {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.styleguide {
  background-color: #f1ebe5;
}
.styleguide__container, .styleguide__title-container, .styleguide__list-container, .styleguide__text-container {
  padding: 1em 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media only screen and (min-width: 600px) {
  .styleguide__container, .styleguide__title-container, .styleguide__list-container, .styleguide__text-container {
    padding: 1em 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .styleguide__container, .styleguide__title-container, .styleguide__list-container, .styleguide__text-container {
    margin-left: auto;
    margin-right: auto;
    padding: 1em 50px;
    max-width: none;
  }
}
.styleguide__container--black, .styleguide__title-container--black, .styleguide__list-container--black, .styleguide__text-container--black {
  background-color: #1e1f1d;
}
.styleguide__container--green, .styleguide__title-container--green, .styleguide__list-container--green, .styleguide__text-container--green {
  background-color: #707070;
}
.styleguide__name {
  color: #1e1f1d;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f1ebe5;
}
.styleguide__intro {
  color: #f1ebe5;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f1ebe5;
}
.styleguide__wysiwyg-title {
  color: #1e1f1d;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f1ebe5;
}

@media print {
  @page {
    size: portrait;
  }
  *,
*::before,
*::after {
    color: #000 !important;
  }

  body {
    max-width: 670px;
  }

  html {
    font-size: 10px !important;
  }
}
/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.height-calc {
  height: 100vh;
}
/*# sourceMappingURL=main.css.map */
