/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* --- PADDING SECTION --- */
/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/*  -- Titre de section (home) --
    Traitement typo commun aux grands titres de sections
    (.section-intro__title, .section-chefs__title).
    La couleur et les marges restent propres à chaque section. */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- Fluid Font -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/*  --- Padding ---  */
/*
Theme Name: Theme Name
*/
#adminmenu li.wp-menu-separator {
  background-color: currentColor;
}

/*  --- MEDIA QUERIES ---  */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

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

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*! 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 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -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;
}

/* --- Oli Grotesk xs (TRIAL) --- */
/* woff2 uniquement (format moderne). Les fichiers non utilisés ne sont pas téléchargés. */
@font-face {
  font-family: "Oli Grotesk";
  src: url("../fonts/OliGroteskxsTRIAL-Hairline-v2.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oli Grotesk";
  src: url("../fonts/OliGroteskxsTRIAL-HairlineItalic-v2.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Oli Grotesk";
  src: url("../fonts/OliGroteskxsTRIAL-Thin-v2.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oli Grotesk";
  src: url("../fonts/OliGroteskxsTRIAL-ThinItalic-v2.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Oli Grotesk";
  src: url("../fonts/OliGroteskxsTRIAL-Light-v2.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oli Grotesk";
  src: url("../fonts/OliGroteskxsTRIAL-LightItalic-v2.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Oli Grotesk";
  src: url("../fonts/OliGroteskxsTRIAL-Regular-v2.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oli Grotesk";
  src: url("../fonts/OliGroteskxsTRIAL-RegularItalic-v2.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Oli Grotesk";
  src: url("../fonts/OliGroteskxsTRIAL-Medium-v2.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oli Grotesk";
  src: url("../fonts/OliGroteskxsTRIAL-MediumItalic-v2.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Oli Grotesk";
  src: url("../fonts/OliGroteskxsTRIAL-Bold-v2.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oli Grotesk";
  src: url("../fonts/OliGroteskxsTRIAL-BoldItalic-v2.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Oli Grotesk";
  src: url("../fonts/OliGroteskxsTRIAL-Heavy-v2.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oli Grotesk";
  src: url("../fonts/OliGroteskxsTRIAL-HeavyItalic-v2.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Oli Grotesk";
  src: url("../fonts/OliGroteskxsTRIAL-Black-v2.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oli Grotesk";
  src: url("../fonts/OliGroteskxsTRIAL-BlackItalic-v2.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
}
html.overflow {
  overflow: hidden;
}
html {
  background-color: #FFFFFF;
  color: #000000;
}
html::-webkit-scrollbar {
  width: 0 !important;
}
html {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  min-height: -webkit-fill-available;
}

body.overflow {
  overflow: hidden;
}
body {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
body {
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1325px;
}

.flex {
  display: flex;
  justify-content: space-between;
}
.flex > * {
  width: 50%;
}

.mobile {
  display: none;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
}

.desktop {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
}

a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.3s;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.ghost {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.bg_white {
  background-color: #FFFFFF;
}

.bg_dark {
  background-color: #000000;
}

a.link {
  color: #FFFFFF;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  align-items: center;
  transition: all 0.3s;
}
a.link svg {
  margin-left: 12px;
}
a.link svg path {
  transition: all 0.3s;
}

.title_top {
  padding-right: 40%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .title_top {
    padding-right: 0%;
  }
}
.title_top .txt {
  /* -- @include break(mobile)-- */
}
.sec-padding_grand {
  padding-top: 120px;
  padding-bottom: 120px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .sec-padding_grand {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.sec-padding_petit {
  padding-top: 70px;
  padding-bottom: 70px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .sec-padding_petit {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sec-padding_petit .title_top {
  padding-bottom: 42px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .sec-padding_petit .title_top {
    padding-bottom: 32px;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999999;
  align-items: center;
  justify-content: center;
}
.popup .inner {
  position: absolute;
  width: 80%;
  height: 80vh;
  transform-origin: center;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.popup .video_wrap {
  pointer-events: all;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.popup .video_wrap iframe,
.popup .video_wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.popup .close span {
  font-style: italic;
}
.popup .close svg path {
  transition: all 0.4s;
}
.popup .close:hover {
  color: #FFFFFF;
}
.popup .close:hover svg path {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}
.popup .bg {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* Définitions de clipPath partagées (arche des sections Discover / Follow) */
.sahni-arch-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* !-- WP WYSIWYG Editor Styles -- */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

main {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  min-height: 100dvh;
  background-color: #FFFFFF;
}
main.template-home {
  background-color: #1E1C4F;
}

.footer {
  position: sticky;
  bottom: 0;
  z-index: 0;
  width: 100%;
  min-height: max(420px, min(min(41.67vw, 66.67vh), 600px));
  overflow: hidden;
  color: #FFFFFF;
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
}
.footer__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  background-color: #1E1C4F;
  container-type: size;
}
.footer__img, .footer__img-el {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__img-el {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
.footer__video-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
  width: 100%;
  height: 56.25vw;
  min-height: 100%;
  width: max(100cqw, 177.78cqh);
  height: max(56.25cqw, 100cqh);
}
.footer__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 100%;
  padding: 0 max(16px, min(3.4vw, 49px));
}
.footer__stack {
  width: min(62vw, 944px);
  margin: 0 auto;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .footer__stack {
    width: 74vw;
  }
}
.footer__stack {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .footer__stack {
    width: 82vw;
  }
}
.footer__logo {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.footer__logo path {
  will-change: transform;
}
.footer__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  padding: 0 max(16px, min(3.4vw, 49px)) max(24px, min(2.78vw, 40px));
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 14px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .footer__bottom {
    justify-content: space-between;
    gap: 16px;
    font-size: 13px;
  }
}
.footer__copyright {
  margin: 0;
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: max(18px, min(1.94vw, 28px));
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .footer__menu {
    justify-content: flex-start;
  }
}
.footer__menu a {
  color: #FFFFFF;
  -webkit-text-decoration: none;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.footer__menu a:hover {
  opacity: 1;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  color: #FFFFFF;
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
}
body.admin-bar .hero {
  height: calc(100vh - 32px);
  height: calc(100dvh - 32px);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  body.admin-bar .hero {
    height: calc(100vh - 46px);
    height: calc(100dvh - 46px);
  }
}
.hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  background-color: #1E1C4F;
}
.hero__img, .hero__img-el {
  display: block;
  width: 100%;
  height: 100%;
}
.hero__img-el {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
.hero__video-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.78vh;
  border: 0;
  pointer-events: none;
}
.hero__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
  background: rgba(30, 28, 79, 0.45);
}
.hero__nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 32px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.04em;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .hero__nav {
    padding: 24px 16px;
  }
}
.hero__brand {
  display: block;
  line-height: 0;
}
.hero__brand-logo {
  display: block;
  width: auto;
  height: 25px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .hero__brand-logo {
    height: 18px;
  }
}
.hero__menu {
  display: flex;
  gap: 40px;
}
.hero__menu a {
  color: #FFFFFF;
  -webkit-text-decoration: none;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.hero__menu a:hover {
  opacity: 1;
}
.hero__menu {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .hero__menu {
    display: none;
  }
}
.hero__reservation {
  color: #FFFFFF;
  -webkit-text-decoration: none;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.hero__reservation:hover {
  opacity: 1;
}
.hero__reservation {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .hero__reservation {
    display: none;
  }
}
.hero__burger {
  display: none;
  position: relative;
  z-index: 31;
  width: 34px;
  height: 18px;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .hero__burger {
    display: block;
  }
}
.hero__burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.3s ease;
}
.hero__burger span:nth-child(1) {
  top: 0;
}
.hero__burger span:nth-child(2) {
  bottom: 0;
}
.hero {
  /* --- Panneau menu mobile --- */
}
.hero__panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: #1E1C4F;
  display: flex;
  flex-direction: column;
  padding: 96px 32px 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}
body.admin-bar .hero__panel {
  top: 32px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  body.admin-bar .hero__panel {
    top: 46px;
  }
}
.hero__panel-menu {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: max(14px, min(3.2vh, 28px));
}
.hero__panel-menu a {
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  transition: none;
  color: #FFFFFF;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
.hero__panel-cta {
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  transition: none;
  align-self: flex-start;
  color: #FFFFFF;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.04em;
  padding-bottom: 6px;
  border-bottom: 1px solid #FFFFFF;
}
.hero.is-menu-open .hero__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.hero.is-menu-open .hero__burger span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.hero.is-menu-open .hero__burger span:nth-child(2) {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(-45deg);
}
.hero__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 100%;
  padding: 0 32px;
}
.hero__stack {
  width: min(62vw, 944px);
  margin: 0 auto;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .hero__stack {
    width: 74vw;
  }
}
.hero__stack {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .hero__stack {
    width: 82vw;
  }
}
.hero__logo {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.hero__logo path {
  will-change: transform;
}
.hero__info {
  box-sizing: border-box;
  width: 100%;
  margin-top: -3.3898305085%;
  padding-left: calc(4.2372881356% + 15px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.03em;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .hero__info {
    font-size: 13px;
  }
}
.hero__schedule {
  margin: 0 0 6px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .hero__schedule {
    gap: 16px;
  }
}
.hero__address, .hero__status {
  margin: 0;
  opacity: 0.9;
}
.hero__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #FFFFFF;
}
.hero__info-col--right {
  text-align: right;
}
.hero__cta {
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  position: absolute;
  bottom: max(26px, min(6vh, 44px));
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  color: #FFFFFF;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.04em;
}
.hero__cta span {
  position: relative;
  display: inline-block;
  padding-bottom: 0;
}
.hero__cta span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.hero__cta:hover span::after {
  animation: hero-cta-line-sweep 0.7s cubic-bezier(0.76, 0, 0.24, 1);
}

body.menu-open {
  overflow: hidden;
}

@keyframes hero-cta-line-sweep {
  0% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  45% {
    transform: scaleX(0);
    transform-origin: right center;
  }
  55% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
.section-intro {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  background-color: #1E1C4F;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: max(80px, min(12vh, 160px)) 32px max(60px, min(8vh, 120px));
  text-align: center;
}
body.admin-bar .section-intro {
  min-height: calc(100vh - 32px);
  min-height: calc(100dvh - 32px);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  body.admin-bar .section-intro {
    min-height: calc(100vh - 46px);
    min-height: calc(100dvh - 46px);
  }
}
.section-intro__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: url("../img/tapisserie-tile.webp") repeat;
  background-size: 300px auto;
}
.section-intro__arch {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1440/2211;
  pointer-events: none;
  will-change: transform;
}
.section-intro__arch-big, .section-intro__arch-little {
  position: absolute;
  display: block;
  height: auto;
}
.section-intro__arch-big {
  top: 0;
  left: 0;
  width: 100%;
}
.section-intro__arch-little {
  top: 0.905%;
  left: 1.181%;
  width: 97.639%;
}
.section-intro__arch-tail {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: max(500vh, 3000px);
  background-color: #1E1C4F;
}
.section-intro__arch-tail::before, .section-intro__arch-tail::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #BBA063;
}
.section-intro__arch-tail::before {
  left: 1.261%;
}
.section-intro__arch-tail::after {
  right: 1.183%;
}
.section-intro__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: max(24px, min(4vh, 44px));
}
.section-intro__logo {
  width: 86.5px;
  height: 86.5px;
}
.section-intro__logo-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.section-intro__title {
  margin: calc(120px - max(24px, min(4vh, 44px))) 0 0;
  max-width: 948px;
  color: #C2A269;
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.15;
  font-size: max(30px, min(4.4vw, 58px));
}
.section-intro__stage {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-intro__circle {
  position: relative;
  box-sizing: border-box;
  width: min(517px, 86vw);
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: max(24px, min(6vw, 60px));
  text-align: center;
}
.section-intro__circle-ring {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: rotate(-90deg);
  pointer-events: none;
}
.section-intro__brand {
  width: 100%;
  max-width: 260px;
  margin-bottom: 10px;
}
.section-intro__brand-svg {
  display: block;
  width: 100%;
  height: auto;
}
.section-intro__sigle {
  display: block;
  width: 71px;
  height: 26px;
  margin-bottom: 20px;
}
.section-intro__desc {
  max-width: 300px;
  color: #EDE6DA;
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 14px;
}
.section-intro__desc p {
  margin: 0 0 1em;
}
.section-intro__desc p:last-child {
  margin-bottom: 0;
}
.section-intro__cta {
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  overflow: hidden;
  color: #FFFFFF;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 16px;
}
.section-intro__cta span {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}
.section-intro__cta span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  transform: scaleX(1);
  transform: scaleX(var(--cta-line, 1));
  transform-origin: center;
}
.section-intro__gallery {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1325px;
  margin-top: max(40px, min(8vh, 96px));
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: max(16px, min(3vw, 40px));
}
.section-intro__gallery-item {
  margin: 0;
  flex: 0 1 220px;
}
.section-intro__gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .section-intro__arch-tail {
    display: none;
  }
  .section-intro__content {
    max-width: none;
  }
  .section-intro__stage {
    display: block;
    flex-shrink: 0;
    width: min(964px, 92vw);
    aspect-ratio: 964/1195;
    margin-top: calc(133px - max(24px, min(4vh, 44px)));
    transform: translateX(-2.75%);
  }
  .section-intro__circle {
    position: absolute;
    top: 21.09%;
    left: 25.93%;
    width: 53.63%;
    aspect-ratio: 1;
    z-index: 1;
  }
  .section-intro__gallery {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    max-width: none;
    margin: 0;
    display: block;
  }
  .section-intro__gallery-item {
    position: absolute;
    flex: none;
    overflow: hidden;
  }
  .section-intro__gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-intro__gallery-item--1 {
    top: 0;
    left: 0;
    width: 23.44%;
    aspect-ratio: 226/280;
  }
  .section-intro__gallery-item--2 {
    top: 3.77%;
    left: 74.69%;
    width: 23.96%;
    aspect-ratio: 231/309;
  }
  .section-intro__gallery-item--3 {
    top: 50.96%;
    left: 3.63%;
    width: 27.07%;
    aspect-ratio: 261/349;
  }
  .section-intro__gallery-item--4 {
    top: 59.83%;
    left: 62.76%;
    width: 37.24%;
    aspect-ratio: 359/480;
  }
}

.js .section-intro__logo .js-draw {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.js .section-intro__circle-ring-path {
  stroke-dasharray: 320;
  stroke-dashoffset: 320;
}

.section-menu {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
}
.section-menu__inner {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-menu__inner {
    flex-direction: column;
    min-height: 0;
  }
}
.section-menu__nav-col {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-menu__nav-col {
    flex-basis: auto;
    max-width: none;
    min-height: 70vh;
  }
}
.section-menu__bgs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #FFFFFF;
}
.section-menu__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
}
.section-menu__bg.is-active {
  opacity: 1;
  visibility: visible;
}
.section-menu__bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.section-menu__nav {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: max(10px, min(2vh, 22px));
  padding: max(48px, min(8vh, 120px)) max(32px, min(5vw, 88px));
}
.section-menu__nav-item {
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  color: #FFFFFF;
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.05;
  font-size: max(34px, min(4.4vw, 64px));
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.section-menu__nav-item span {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}
.section-menu__nav-item span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.section-menu__nav-item:hover {
  opacity: 1;
}
.section-menu__nav-item.is-active {
  opacity: 1;
}
.section-menu__nav-item.is-active span::after {
  transform: scaleX(1);
}
.section-menu__items-col {
  position: relative;
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  padding: max(48px, min(8vh, 120px)) max(32px, min(5vw, 96px));
  background-color: #FFFFFF;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-menu__items-col {
    flex-basis: auto;
    padding: max(40px, min(6vh, 72px)) 32px;
  }
}
.section-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 620px;
}
.section-menu__items:not(.is-active) {
  display: none;
}
.section-menu__item + .section-menu__item {
  margin-top: max(22px, min(3vh, 40px));
}
.section-menu__item-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
}
.section-menu__item-title {
  margin: 0;
  color: #1E1C4F;
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-size: max(16px, min(1.3vw, 20px));
}
.section-menu__item-price {
  flex: 0 0 auto;
  color: #1E1C4F;
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  font-size: max(16px, min(1.3vw, 20px));
}
.section-menu__item-desc {
  margin: 6px 0 0;
  max-width: 46ch;
  color: rgba(30, 28, 79, 0.7);
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  line-height: 1.35;
  font-size: 14px;
}

.section-chefs {
  position: relative;
  width: 100%;
  background-color: #EDE6DA;
  color: #1E1C4F;
  padding: max(64px, min(10vh, 140px)) 0 max(60px, min(min(6.94vw, 11.11vh), 100px));
}
.section-chefs__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 max(16px, min(3.4vw, 49px));
}
.section-chefs__title {
  max-width: 769px;
  color: #C2A269;
  margin: 0 0 max(40px, min(min(4.86vw, 7.78vh), 70px));
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.15;
  font-size: max(30px, min(4.4vw, 58px));
}
.section-chefs__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 14.9%;
  gap: 14.9%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .section-chefs__grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}
.section-chefs__chef {
  display: flex;
  flex-direction: column;
}
.section-chefs__photo {
  margin: 0 0 max(16px, min(min(1.87vw, 3vh), 27px));
  width: 100%;
  aspect-ratio: 571/608;
}
.section-chefs__photo-svg {
  display: block;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}
.section-chefs__photo-img {
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform;
}
.section-chefs__job {
  margin: 0 0 max(13px, min(min(1.53vw, 2.44vh), 22px));
  color: #C2A269;
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 125%;
  font-size: 14px;
}
.section-chefs__name {
  margin: 0 0 max(14px, min(min(1.67vw, 2.67vh), 24px));
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.15;
  font-size: max(26px, min(2.78vw, 40px));
}
.section-chefs__desc {
  margin: 0;
  max-width: 75%;
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 12px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .section-chefs__desc {
    max-width: none;
  }
}

.section-gallery {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background-color: #EDE6DA;
}
body.admin-bar .section-gallery {
  height: calc(100vh - 32px);
  height: calc(100dvh - 32px);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  body.admin-bar .section-gallery {
    height: calc(100vh - 46px);
    height: calc(100dvh - 46px);
  }
}
.section-gallery__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.section-gallery__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
.section-gallery__items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  width: max(100%, 160dvh);
  aspect-ratio: 1440/900;
}
.section-gallery__item {
  position: absolute;
  margin: 0;
  overflow: hidden;
}
.section-gallery__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
.section-gallery__item--1 {
  top: -5.588%;
  left: 43.125%;
  width: 22.569%;
  aspect-ratio: 325/352;
}
.section-gallery__item--2 {
  top: 35.882%;
  left: 3.472%;
  width: 33.611%;
  aspect-ratio: 484/604;
}
.section-gallery__item--3 {
  top: 49.496%;
  left: 72.778%;
  width: 23.75%;
  aspect-ratio: 342/532;
}
.section-gallery__item--4 {
  bottom: 6.667%;
  left: 40.972%;
  width: 33.611%;
}
.section-gallery__item--5 {
  bottom: 64.118%;
  left: 3.472%;
  width: 22.569%;
}
.section-gallery__item--6 {
  bottom: 50.504%;
  left: 69.444%;
  width: 27.083%;
}
.section-gallery__item--4 .section-gallery__img, .section-gallery__item--5 .section-gallery__img, .section-gallery__item--6 .section-gallery__img {
  height: auto;
}
@media (max-width: 1439px), (max-height: 899px) {
  .section-gallery__item--4 {
    left: 38.2%;
    width: 30%;
  }
  .section-gallery__item--5 {
    width: 21.5%;
  }
}
.section-gallery {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-gallery {
    height: auto;
    overflow: visible;
    padding: max(60px, min(12vw, 100px)) 32px;
  }
  body.admin-bar .section-gallery {
    height: auto;
  }
  .section-gallery__items {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    --gal-gap: max(30px, min(14vw, 60px));
    --gal-h: 1.4;
    --gal-w: calc((100% - var(--gal-gap)) / 2);
  }
  .section-gallery__item {
    position: static;
    width: var(--gal-w);
    aspect-ratio: 1/var(--gal-h);
    align-self: flex-start;
  }
  .section-gallery__item:nth-child(even) {
    align-self: flex-end;
  }
  .section-gallery__item + .section-gallery__item {
    margin-top: calc(var(--gal-gap) - var(--gal-w) * var(--gal-h) / 2);
  }
  .section-gallery__item .section-gallery__img {
    height: 100%;
  }
}

.section-events {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #1E1C4F;
  color: #FFFFFF;
  padding: max(64px, min(10vh, 140px)) 0 max(60px, min(min(7.85vw, 12.56vh), 113px));
}
.section-events__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 max(16px, min(3.4vw, 49px));
  display: grid;
  align-items: start;
  grid-template-columns: calc(50% + max(32px, min(5vw, 96px)) - max(40px, min(13.89vw, 200px))) 1fr;
  grid-column-gap: max(40px, min(13.89vw, 200px));
  -moz-column-gap: max(40px, min(13.89vw, 200px));
       column-gap: max(40px, min(13.89vw, 200px));
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-events__inner {
    grid-template-columns: 1fr;
    gap: max(24px, min(4vh, 40px));
  }
}
.section-events__title {
  margin: 0;
  color: #C2A269;
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.15;
  font-size: max(30px, min(4.4vw, 58px));
}
.section-events__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-events__desc {
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
}
.section-events__desc p {
  margin: 0 0 1em;
}
.section-events__desc p:last-child {
  margin-bottom: 0;
}
.section-events__contact {
  margin: max(12px, min(2vh, 20px)) 0 0;
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
}
.section-events__contact-link {
  color: #C2A269;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}
.section-events__nav {
  display: none;
  align-items: center;
  gap: 16px;
  margin-top: max(64px, min(min(8.89vw, 14.22vh), 128px));
  align-self: flex-end;
}
.js .section-events__nav {
  display: flex;
}
.section-events__nav {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-events__nav {
    align-self: flex-start;
  }
}
.section-events__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  color: #fff2ea;
  transition: opacity 0.3s ease;
}
.section-events__arrow svg {
  display: block;
  width: 20px;
  height: 20px;
}
.section-events__arrow--next svg {
  transform: scaleX(-1);
}
.section-events__arrow[disabled] {
  opacity: 0.3;
  cursor: default;
}
.section-events__counter {
  margin: 0;
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  font-size: 26px;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
.section-events__track {
  margin-top: max(32px, min(5vh, 64px));
  display: flex;
  align-items: flex-start;
  gap: max(20px, min(2.78vw, 40px));
  padding: 0 max(16px, min(3.4vw, 49px)) 0 max(max(16px, min(3.4vw, 49px)), (100% - 1440px) / 2 + max(16px, min(3.4vw, 49px)));
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.section-events__track::-webkit-scrollbar {
  display: none;
}
.section-events__card {
  flex: 0 0 auto;
  margin: 0;
  width: 25.87%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-events__card {
    width: 45%;
  }
}
.section-events__card {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .section-events__card {
    width: 78%;
  }
}
.section-events__card-inner {
  display: block;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.section-events__media {
  position: relative;
  margin: 0 0 max(14px, min(min(1.67vw, 2.67vh), 24px));
  width: 100%;
  aspect-ratio: 343/436;
  overflow: hidden;
}
.section-events__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-events__media::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.section-events__date {
  position: absolute;
  z-index: 2;
  top: max(12px, min(1.4vw, 20px));
  left: max(12px, min(1.4vw, 20px));
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #FFFFFF;
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 125%;
  font-size: 20px;
}
.section-events__eyebrow {
  margin: 0 0 16px;
  color: #C2A269;
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12px;
}
.section-events__name {
  margin: 0 0 max(14px, min(min(1.67vw, 2.67vh), 24px));
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 100%;
  font-size: max(26px, min(2.78vw, 40px));
}
.section-events__card-desc {
  margin: 0;
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 12px;
}

.section-discover {
  position: relative;
  display: flex;
  width: 100%;
  min-height: max(560px, min(min(56.25vw, 100vh), 810px));
  overflow: hidden;
  background-color: #B86429;
  color: #FFFFFF;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-discover {
    display: block;
    min-height: 0;
  }
}
.section-discover__inner {
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: max(32px, min(5.97vw, 86px));
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-discover__inner {
    flex-direction: column;
  }
}
.section-discover__content {
  flex: 0 0 50%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: max(60px, min(min(6.94vw, 11.11vh), 100px)) 0 max(60px, min(min(6.94vw, 11.11vh), 100px)) max(max(16px, min(3.4vw, 49px)), (100% - 1440px) / 2 + max(16px, min(3.4vw, 49px)));
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-discover__content {
    flex: none;
    width: 100%;
    gap: max(24px, min(4vh, 40px));
    padding-right: max(16px, min(3.4vw, 49px));
    padding-bottom: 0;
  }
}
.section-discover__title {
  margin: 0;
  color: #FFFFFF;
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.15;
  font-size: max(30px, min(4.4vw, 58px));
}
.section-discover__desc {
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
}
.section-discover__desc p {
  margin: 0 0 1em;
}
.section-discover__desc p:last-child {
  margin-bottom: 0;
}
.section-discover__media {
  position: relative;
  flex: 0 1 auto;
  width: max(429px, min(min(43.13vw, 76.67vh), 621px));
  max-width: calc(50% - max(32px, min(5.97vw, 86px)));
  margin: 0;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-discover__media {
    flex: none;
    width: 100%;
    max-width: none;
    aspect-ratio: 621/810;
  }
}
.section-discover__media-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  clip-path: url("#discover-arch");
}
.section-discover__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}

.section-follow {
  position: relative;
  display: flex;
  width: 100%;
  min-height: max(560px, min(min(56.25vw, 100vh), 810px));
  overflow: hidden;
  background-color: #1E1C4F;
  color: #FFFFFF;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-follow {
    display: block;
    min-height: 0;
  }
}
.section-follow__inner {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  justify-content: space-between;
  gap: max(32px, min(5.97vw, 86px));
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-follow__inner {
    flex-direction: column;
  }
}
.section-follow__content {
  flex: 0 0 50%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: max(60px, min(min(6.94vw, 11.11vh), 100px)) max(16px, min(3.4vw, 49px)) max(60px, min(min(6.94vw, 11.11vh), 100px)) max(max(32px, min(5.97vw, 86px)), 50% - max(429px, min(min(43.13vw, 76.67vh), 621px)));
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-follow__content {
    flex: none;
    width: 100%;
    padding-left: max(16px, min(3.4vw, 49px));
    padding-bottom: 0;
  }
}
.section-follow__title {
  margin: 0 0 max(28px, min(2.78vw, 40px));
  color: #FFFFFF;
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.15;
  font-size: max(30px, min(4.4vw, 58px));
}
.section-follow__handle {
  color: #C2A269;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.section-follow__info {
  display: flex;
  flex-direction: column;
  gap: max(28px, min(2.78vw, 40px));
}
.section-follow__label {
  margin: 0 0 max(10px, min(1.11vw, 16px));
  color: #C2A269;
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 125%;
  font-size: 14px;
}
.section-follow__hours {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(max(88px, min(7.78vw, 112px)), max-content) max-content;
  grid-column-gap: max(14px, min(1.32vw, 19px));
  -moz-column-gap: max(14px, min(1.32vw, 19px));
       column-gap: max(14px, min(1.32vw, 19px));
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 125%;
  font-size: 20px;
}
.section-follow__hours dt,
.section-follow__hours dd {
  margin: 0;
}
.section-follow__phone, .section-follow__address {
  margin: 0;
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 16px;
}
.section-follow__phone {
  margin-bottom: max(7px, min(0.69vw, 10px));
}
.section-follow__phone a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.section-follow__media {
  position: relative;
  flex: 0 1 auto;
  width: max(429px, min(min(43.13vw, 76.67vh), 621px));
  max-width: calc(50% - max(32px, min(5.97vw, 86px)));
  margin: 0;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .section-follow__media {
    flex: none;
    width: 100%;
    max-width: none;
    aspect-ratio: 621/810;
  }
}
.section-follow__media-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  clip-path: url("#follow-arch");
}
.section-follow__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}

/* LOADER (intro) */
.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1E1C4F;
  will-change: transform;
}
.loader__icon {
  width: 120px;
  height: 120px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .loader__icon {
    width: 96px;
    height: 96px;
  }
}
.loader__svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.js .loader .js-draw {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

/* SPLASH */
.splash {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  color: #FFFFFF;
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
}
body.admin-bar .splash {
  height: calc(100vh - 32px);
  height: calc(100dvh - 32px);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  body.admin-bar .splash {
    height: calc(100vh - 46px);
    height: calc(100dvh - 46px);
  }
}
.splash__bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.splash__bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.splash__bg-img--next {
  opacity: 0;
}
.splash__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  background: rgba(30, 28, 79, 0.6);
}
.splash__inner {
  position: relative;
  z-index: 3;
  height: 100%;
}
.splash__top {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.splash__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 32px;
  text-align: center;
}
.splash__bottom {
  position: absolute;
  bottom: max(26px, min(6vh, 40px));
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: max(32px, min(10vh, 100px));
  text-align: center;
}
.splash__tagline, .splash__address {
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}
.splash__logo {
  display: block;
  width: min(62vw, 944px);
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .splash__logo {
    width: 74vw;
  }
}
.splash__logo {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .splash__logo {
    width: 82vw;
  }
}
.splash__logo path {
  will-change: transform;
}
.splash__cta {
  font-family: "Oli Grotesk", sans-serif;
  font-weight: 400;
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 120%;
  padding-top: 12px;
  cursor: pointer;
}
.splash__cta::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -12px;
  bottom: -8px;
  left: -12px;
  z-index: 2;
}
.splash__cta span {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  pointer-events: none;
}
.splash__cta span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.splash__cta.is-hidden span::after {
  transform: scaleX(0);
}
.splash__cta:hover span::after {
  animation: cta-line-sweep 0.7s cubic-bezier(0.76, 0, 0.24, 1);
}

@keyframes cta-line-sweep {
  0% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  45% {
    transform: scaleX(0);
    transform-origin: right center;
  }
  55% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
.split-line {
  will-change: transform;
}

.quatre-cent-quatre .container {
  width: 90%;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 185px);
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quatre-cent-quatre h1 {
  font-size: 10em;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.3em;
}
.quatre-cent-quatre h2 {
  font-size: 2.5em;
}

/*# sourceMappingURL=style.css.map*/