@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100vw;
  scrollbar-width: none !important;
  background-color: var(--bg-color);
}
html::-webkit-scrollbar {
  display: none;
}

body {
  max-width: 100vw;
  scrollbar-width: none !important;
  transition: opacity 1s ease;
  background-color: var(--bg-color);
}
body::-webkit-scrollbar {
  display: none;
}

header {
  transition: opacity 0.8s ease;
}
@starting-style {
  header {
    opacity: 0;
  }
}

.main-section, .image-section, #hebergements, .plage, .galerie__container figure:first-child, .hero-video {
  opacity: 1;
  transition: 0.8s opacity 0.25s ease;
}
@starting-style {
  .main-section, .image-section, #hebergements, .plage, .galerie__container figure:first-child, .hero-video {
    opacity: 0;
  }
}

.sections, .galerie__container figure:not(:first-child) {
  transition: 1s opacity 0.4s ease;
}
@starting-style {
  .sections, .galerie__container figure:not(:first-child) {
    opacity: 0;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
}

h1, h2, h3, h4, h5 {
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
textarea,
button,
select {
  font: inherit;
  color: inherit;
  appearance: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
}

:root {
  --border-width: 1px;
  --nav-height: 46px;
}

@media (min-width: 768px) {
  :root {
    --nav-height: 52px;
  }
}
@media (min-width: 1440px) {
  :root {
    --nav-height: 60px;
  }
}
@media (min-width: 2200px) {
  :root {
    --nav-height: 64px;
  }
}
@font-face {
  font-family: "Figue";
  src: url("../fonts/Figue-Regular.woff2") format("woff2"), url("../fonts/Figue-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adieu";
  src: url("../fonts/Adieu-Regular.woff2") format("woff2"), url("../fonts/Adieu-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adieu";
  src: url("../fonts/Adieu-Light.woff2") format("woff2"), url("../fonts/Adieu-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}
@media (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1240px) {
  body {
    font-size: 17.5px;
  }
}
@media (min-width: 2200px) {
  body {
    font-size: 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: var(--space-sm);
}

.headline-1,
.headline-2 {
  font-family: "Adieu", serif;
  font-weight: 400;
  text-wrap: balance;
  margin-top: var(--space-xxs);
  text-transform: uppercase;
  max-width: 16ch;
  margin-bottom: var(--space-md);
  line-height: 1.06em;
}
@media (min-width: 1024px) {
  .headline-1,
  .headline-2 {
    margin-bottom: var(--space-sm);
  }
}

.headline-1 {
  font-size: clamp(28px, 3vw, 60px);
}

.headline-2 {
  font-size: clamp(28px, 2.6vw, 44px);
}

.headline-3 {
  font-size: clamp(18px, 1.98vw, 38px);
  font-family: "Adieu", serif;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-top: var(--space-xxs);
  letter-spacing: 0.5px;
}

.section-restaurants .headline-3 {
  font-size: clamp(18px, 2.8vw, 38px);
}

.surtitre {
  display: flex;
  flex-direction: column;
  line-height: 1em;
  padding-left: 4px;
  font-style: italic;
  background-image: url(../img/OfficeDither75.png);
  background-repeat: repeat;
  background-size: 4px 4px;
  width: fit-content;
  padding-right: 0.2em;
  padding-top: 0.1em;
  padding-bottom: 0.08em;
  z-index: 2;
  position: relative;
  background-color: #efdbcb;
  font-size: 1.15em;
  margin-bottom: 0.2em;
}
@media (min-width: 1024px) {
  .surtitre {
    margin-bottom: 0;
  }
}

.copy,
.infos-col {
  max-width: 50ch;
  text-wrap: balance;
  line-height: 1.65em;
  margin-bottom: var(--space-md);
}

.prose {
  max-width: 60ch;
  margin-block: var(--space-xxl);
  margin-left: auto;
  margin-right: auto;
}
.prose .headline-1 {
  margin-bottom: var(--space-lg);
}
.prose h2 {
  margin: 0;
  text-decoration: underline;
  text-underline-offset: 0.22em;
  margin-block: 1em;
}
.prose p {
  margin-block: 1em;
}
.prose p strong {
  font-weight: normal;
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

:root {
  --primary-color: #213058;
  --secondary-color: #703D3C;
  --bg-color: #efdbcb;
}

html {
  background-color: var(--bg-color);
}

body {
  background-color: var(--bg-color);
  color: var(--primary-color);
}
body.has-hero-video {
  background-color: transparent;
  transition: background-color 0.4s ease;
}
body.has-hero-video.has-scrolled {
  background-color: var(--bg-color);
}

:root {
  --space-xxs: 4px;
  --space-xs: 6px;
  --space-sm: 8px;
  --space-md: 12px;
  --space-lg: 28px;
  --space-xl: 40px;
  --space-xxl: 44px;
}

@media (min-width: 480px) {
  :root {
    --space-xxs: 4px;
    --space-xs: 8px;
    --space-sm: 12px;
    --space-md: 16px;
    --space-lg: 28px;
    --space-xl: 44px;
    --space-xxl: 52px;
  }
}
@media (min-width: 768px) {
  :root {
    --space-xxs: 8px;
    --space-xs: 12px;
    --space-sm: 16px;
    --space-md: 20px;
    --space-lg: 36px;
    --space-xl: 48px;
    --space-xxl: 72px;
  }
}
@media (min-width: 1024px) {
  :root {
    --space-xxs: 8px;
    --space-xs: 12px;
    --space-sm: 16px;
    --space-md: 24px;
    --space-lg: 40px;
    --space-xl: 48px;
    --space-xxl: 72px;
  }
}
@media (min-width: 1440px) {
  :root {
    --space-xxs: 12px;
    --space-xs: 16px;
    --space-sm: 20px;
    --space-md: 32px;
    --space-lg: 40px;
    --space-xl: 48px;
    --space-xxl: 72px;
  }
}
@media (min-width: 1920px) {
  :root {
    --space-xxs: 12px;
    --space-xs: 16px;
    --space-sm: 20px;
    --space-md: 36px;
    --space-lg: 44px;
    --space-xl: 52px;
    --space-xxl: 80px;
  }
}
.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 0;
  max-width: 100%;
}

main {
  max-width: 100vw;
  overflow-x: hidden;
  background-color: var(--bg-color);
  position: relative;
}

.btn {
  width: fit-content;
  border-radius: 32px;
  gap: 10px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: gap 0.15s ease;
  color: #213058;
  font-family: "Libre Baskerville", serif;
  text-transform: capitalize;
  font-size: 1em;
  white-space: nowrap;
  position: relative;
  text-align: center;
  padding: 6px 10px;
}
@media (min-width: 768px) {
  .btn {
    padding: 12px 18px;
  }
}
.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background-color: var(bg-color);
  border: var(--border-width) solid;
  left: 0;
  right: 0;
  transition: height 0.15s ease, border-radius 0.15s ease;
}
.btn svg {
  right: 0px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s right 0.15s;
  display: none;
}
.btn svg path {
  stroke: var(--bg-color);
}
@media (hover: hover) {
  .btn:hover {
    color: var(--bg-color);
    background-color: var(--primary-color);
  }
}
.btn:active {
  transform: scale(0.95);
}
.btn.primary {
  color: var(--bg-color);
  background-color: var(--primary-color);
}

.button-container {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  margin-top: var(--space-lg);
}
@media (min-width: 768px) {
  .button-container {
    margin-top: auto;
    gap: var(--space-md);
  }
}

.card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  position: relative;
  border-right: 1px solid;
  border-top: 1px solid;
  padding: var(--space-md);
}
@media (min-width: 768px) {
  .card {
    padding: 0;
    padding-bottom: var(--space-xxs);
    padding-right: 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
  }
}
.card__image {
  width: 100%;
  overflow: hidden;
}
.card__image img {
  width: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 3/2;
  height: 100%;
}
.card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: var(--space-md);
}
@media (min-width: 768px) {
  .card__body {
    min-height: 12.5em;
  }
}
.card__body .btn {
  margin-top: auto;
  margin-left: auto;
}
.card__title {
  margin-bottom: var(--space-sm);
  text-wrap: balance;
  max-width: 18ch;
}
.card .surtitre {
  position: relative;
}
.card__text {
  margin-bottom: var(--space-xxs);
}
.card__text p {
  margin: 0;
  max-width: 44ch;
  text-wrap: pretty;
}

.region-card {
  color: #703D3C;
}
.region-card .button-container {
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .region-card .button-container {
    margin-top: auto;
  }
}
.region-card .button-container .btn {
  margin-top: var(--space-sm);
  color: #703D3C;
  border-color: #703D3C;
}
@media (hover: hover) {
  .region-card .button-container .btn:hover {
    color: var(--bg-color);
    background-color: #703D3C;
  }
}
.region-card__duration {
  display: flex;
  gap: var(--space-md);
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .region-card__duration {
    font-size: 1em;
  }
}
.region-card__time {
  font-family: "Adieu", serif;
}

.dot-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-xs);
  margin: var(--space-xl) auto;
  width: 100%;
  padding: var(--space-xs) var(--space-sm);
  border-radius: 12px;
}
@media (min-width: 768px) {
  .dot-indicators {
    border-radius: 16px;
    padding: 10px 12px;
  }
}
.dot-indicators__dot {
  flex: 1;
  height: 10px;
  border-radius: 4px;
  border: 1px solid currentColor;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #efdbcb;
}
.dot-indicators__dot--active {
  background: currentColor;
  cursor: default;
}
.dot-indicators__dot--active:hover {
  width: 64px;
}
.dot-indicators__dot:focus, .dot-indicators__dot:active {
  background-image: url(../img/OfficeDither75.png);
  background-repeat: repeat;
  background-size: 4px 4px;
}

.slider-numbers {
  margin-top: auto;
  font-family: "Adieu", serif;
  font-weight: 400;
  padding: 12px 0px 13px;
  position: absolute;
  right: var(--space-md);
  top: var(--space-md);
  display: none;
}
@media (min-width: 768px) {
  .slider-numbers {
    position: static;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .slider-numbers {
    margin-bottom: var(--space-sm);
  }
}

.slider-numbers__current {
  display: inline-block;
  min-width: calc(1ch + 0.25em);
  text-align: right;
}

.image-section .slider-numbers {
  margin-left: auto;
  margin-right: var(--space-xs);
  display: none;
}
.image-section.inverted-alignement .slider-numbers {
  margin-left: 0;
}

.slider-navigation {
  display: none;
}
@media (min-width: 1024px) {
  .slider-navigation {
    position: absolute;
    left: 50vw;
    bottom: 0;
    z-index: 10;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: var(--space-sm);
  }
}
@media (min-width: 1200px) {
  .slider-navigation {
    left: 40vw;
  }
}
@media (min-width: 1600px) {
  .slider-navigation {
    left: 32vw;
  }
}

.slider-nav-button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: var(--border-width) solid #213058;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--bg-color);
  margin-right: var(--space-md);
  margin-left: var(--space-xs);
  transition-duration: 0.3s;
  transition-property: transform;
}
@media (min-width: 1200px) {
  .slider-nav-button {
    width: 130px;
    height: 130px;
  }
}
@media (hover: hover) {
  .slider-nav-button:hover {
    transform: translateX(8px);
  }
  .slider-nav-button:hover svg {
    transform: translateX(3px);
    transition-delay: 0.05s;
    transition-duration: 0.25s;
  }
  .slider-nav-button:active {
    transform: translateX(8px) scale(0.96);
    transition-duration: 0.1s;
  }
}

.slider-nav-button__arrow {
  width: 28px;
  height: 16px;
  transition: transform 0.3s ease;
}
.slider-nav-button__arrow path {
  transition: stroke 0.3s ease;
}
.slider-nav-button__arrow--prev {
  transform: rotate(180deg);
}

.play-button {
  display: none;
}
@media (min-width: 1200px) {
  .play-button {
    width: 130px;
    height: 130px;
  }
}
@media (hover: hover) {
  .play-button:hover {
    width: 150px;
    height: 150px;
  }
  .play-button:hover svg path {
    fill: #213058;
  }
  .play-button:active {
    transform: translate(-50%, -50%) scale(0.98);
    transition-duration: 0.1s;
  }
}

.play-button__icon {
  width: 24px;
  height: 28px;
  transition: transform 0.3s ease;
  margin-left: 4px;
}
@media (min-width: 1200px) {
  .play-button__icon {
    width: 32px;
    height: 36px;
    margin-left: 6px;
  }
}
.play-button__icon path {
  transition: stroke 0.3s ease;
  stroke-width: 0.8px;
}

.loader {
  display: block;
  --height-of-loader: 4px;
  width: 130px;
  height: var(--height-of-loader);
  border-radius: 30px;
  background-image: url(../img/OfficeDither75.png);
  background-repeat: repeat;
  background-size: 4px 4px;
  position: relative;
}

.loader::before {
  content: "";
  position: absolute;
  background: var(--primary-color);
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 30px;
  animation: moving 1s ease-in-out infinite;
}

@keyframes moving {
  50% {
    width: 100%;
  }
  100% {
    width: 0;
    right: 0;
    left: unset;
  }
}
/**
 * ==========================================================================
 * MAP MODAL STYLES
 * ==========================================================================
 *
 * CUSTOMIZATION GUIDE:
 *
 * 1. MODAL BACKDROP (overlay behind the modal):
 *    ------------------------------------------
 *    - Line 38: Change `background-color` to modify the backdrop color/opacity
 *      Example: rgba(0, 0, 0, 0.8) for darker, rgba(255, 255, 255, 0.9) for light
 *
 * 2. MODAL CONTAINER (the white box containing the map):
 *    ---------------------------------------------------
 *    - Line 57: `background-color` - modal background
 *    - Line 58: `border` - modal border style
 *    - Line 60-61: `max-width` and `width` - modal dimensions
 *    - Line 62: `max-height` - modal height limit
 *    - Line 65: `outline` - outer accent border
 *
 * 3. MAP PIN (.map-pin) SVG COLOR AND SIZE:
 *    --------------------------------------
 *    - Line 142-145: `.map-pin` dimensions (width/height)
 *    - Line 152-156: `.map-pin-svg path` fill color for the pin
 *      Change the `fill` property to your desired color
 *    - The actual SVG markup is in map.js - see the MAP_PIN_SVG constant
 *
 * 4. MAP CONTAINER SIZE:
 *    -------------------
 *    - Line 120: `height` - map display height (default: 400px)
 *    - Line 124: tablet/desktop height (default: 500px)
 *
 */
.map-modal-overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  align-items: center;
  justify-content: center;
  padding: var(--space-md);
}
.map-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.map-modal {
  background-color: #efdbcb;
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (min-width: 1024px) {
  .map-modal {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .map-modal {
    max-width: 72%;
  }
}
@media (min-width: 1600px) {
  .map-modal {
    max-width: 1280px;
  }
}
.map-modal-overlay.is-open .map-modal {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.map-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: var(--bg-color);
  border: 1px solid var(--primary-color);
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  color: var(--primary-color);
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .map-modal-close {
    width: 44px;
    height: 44px;
  }
}
.map-modal-close:hover {
  background-color: var(--primary-color);
  color: var(--bg-color);
}

.map-container {
  width: 100%;
  aspect-ratio: 5/3;
  border: 1px solid var(--primary-color);
}

.map-pin {
  background: none !important;
  border: none !important;
}

.map-pin-svg {
  display: block;
  transition: transform 0.2s ease;
}
.map-pin-svg:hover {
  transform: scale(1.1);
}

body.map-modal-open {
  overflow: hidden;
}

.map-google-link {
  position: absolute;
  bottom: var(--space-sm);
  right: var(--space-sm);
  z-index: 10;
  font-size: 16px;
}
.map-google-link:hover:before {
  border-color: var(--primary-color) !important;
}

.map-zoom-controls {
  position: absolute;
  bottom: var(--space-sm);
  display: flex;
  flex-direction: row;
  z-index: 10;
  background-color: var(--primary-color);
  left: var(--space-md);
}
@media (min-width: 768px) {
  .map-zoom-controls {
    left: 50%;
    transform: translateX(-50%);
  }
}

.map-zoom-btn {
  width: 30px;
  height: 30px;
  background: var(--bg-color);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  padding: 0;
}
@media (min-width: 768px) {
  .map-zoom-btn {
    width: 44px;
    height: 44px;
  }
}
.map-zoom-btn:last-child {
  border-left: none;
}
.map-zoom-btn:hover {
  background-color: var(--primary-color);
  color: var(--bg-color);
}

.map-container .maplibregl-ctrl-logo,
.map-container .maplibregl-ctrl-attrib,
.map-container .maplibregl-ctrl-bottom-left,
.map-container .maplibregl-ctrl-bottom-right,
.map-container .maplibregl-ctrl-top-right,
.map-container .maplibregl-ctrl-top-left {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.room-tags {
  display: flex;
  gap: var(--space-md);
}

.mobile-booking-button {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: transparent;
  border-top: 1px solid transparent;
  transition: transform 0.3s ease-in-out, background-color 0.4s ease, border-color 0.4s ease;
}
body.has-scrolled .mobile-booking-button {
  background: var(--bg-color);
  border-top-color: currentColor;
}
.mobile-booking-button.mobile-booking-button--hidden {
  transform: translateY(100%);
}
@media (max-width: 767px) {
  .mobile-booking-button {
    padding: 0 var(--space-xs) calc(var(--space-xs) + env(safe-area-inset-bottom));
    pointer-events: none;
    padding-top: var(--space-sm);
  }
}
@media (min-width: 768px) {
  .mobile-booking-button {
    padding: 6px var(--space-md);
  }
}
.mobile-booking-button__container {
  pointer-events: auto;
  position: relative;
}
@media (min-width: 768px) {
  .mobile-booking-button__container {
    display: flex;
    gap: var(--space-sm);
    max-width: 600px;
    margin: 0 auto;
  }
}
.mobile-booking-button__toggle {
  width: 100%;
  background-color: var(--primary-color);
  color: var(--bg-color);
  border: var(--border-width) solid var(--primary-color);
  border-radius: 32px;
  padding: 12px 20px;
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  display: block;
  transition: transform 0.15s ease, background-color 0.15s ease;
}
.mobile-booking-button__toggle:active {
  transform: scale(0.97);
}
.mobile-booking-button__buttons {
  justify-content: center;
  display: flex;
  gap: var(--space-sm);
  width: 100%;
}
.mobile-booking-button__buttons a {
  border-radius: 32px;
  padding: 12px 24px;
  font-family: "Libre Baskerville", serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  position: relative;
  color: var(--bg-color);
  background-color: var(--primary-color);
  transition: color 0.15s ease, background-color 0.15s ease;
  width: fit-content;
}
.mobile-booking-button__buttons a:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  border: var(--border-width) solid;
  left: 0;
  right: 0;
  transition: height 0.15s ease, border-radius 0.15s ease;
}
.mobile-booking-button__buttons a svg {
  display: none;
}
.mobile-booking-button__buttons a:active {
  transform: scale(0.95);
}
.mobile-booking-button__menu {
  position: fixed;
  bottom: calc(68px + env(safe-area-inset-bottom));
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  width: calc(100% - var(--space-xs) * 2);
  max-width: 400px;
  background-color: var(--bg-color);
  border: var(--border-width) solid;
  border-radius: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 1000;
}
@media (min-width: 768px) {
  .mobile-booking-button__menu {
    display: none;
  }
}
.mobile-booking-button__menu::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 8px;
}
.mobile-booking-button__menu li {
  margin: 0;
}
.mobile-booking-button__menu li:first-child a {
  border-radius: 16px 16px 0 0;
}
.mobile-booking-button__menu li:last-child a {
  border-radius: 0 0 16px 16px;
}
.mobile-booking-button__menu li:only-child a {
  border-radius: 16px;
}
.mobile-booking-button__menu li + li a {
  border-top: var(--border-width) solid;
}
.mobile-booking-button__menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.15s ease;
  font-size: 15px;
}
.mobile-booking-button__menu a svg {
  transition: transform 0.1s ease;
  flex-shrink: 0;
  margin-left: 8px;
}
.mobile-booking-button__menu a svg path {
  stroke: var(--secondary-color);
}
.mobile-booking-button__menu a:active {
  background-image: url(../img/OfficeDither75.png);
  background-repeat: repeat;
  background-size: 4px 4px;
}
.mobile-booking-button__menu a:active svg {
  transform: translateX(4px);
}
.mobile-booking-button--open .mobile-booking-button__menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.mobile-booking-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 998;
}
.mobile-booking-backdrop.active {
  display: block;
}
@media (min-width: 768px) {
  .mobile-booking-backdrop.active {
    display: none;
  }
}

header {
  position: relative;
  z-index: 10000;
  background-color: transparent;
  border-top: 1px solid transparent;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}
@media (hover: hover) {
  header {
    border-top: none;
  }
}
body.has-scrolled header {
  background-color: #efdbcb;
  border-top-color: currentColor;
}
header .brand {
  display: block;
  overflow: hidden;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  background-color: transparent;
  transition: background-color 0.4s ease;
}
body.has-scrolled header .brand {
  background-color: #efdbcb;
}
body.header-hovered header .brand {
  background-color: #efdbcb;
}
body.header-hovered header .brand .marquee {
  border-color: currentColor;
}
body.header-hovered header .brand .marquee svg [fill="#213058"] {
  fill: #213058;
}
body.header-hovered header .brand .marquee svg [stroke="#213058"] {
  stroke: #213058;
}
header .brand .marquee {
  display: flex;
  padding: 6px 0 8px;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  width: 100vw;
  transition: border-color 0.4s ease;
}
body.has-scrolled header .brand .marquee {
  border-color: currentColor;
}
@media (max-width: 630px) {
  header .brand .marquee {
    padding: 3px 0 5px;
  }
}
header .brand .marquee svg {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  flex-shrink: 0;
  max-width: none;
  display: block;
  width: 100vw;
}
@media (min-width: 1024px) {
  header .brand .marquee svg {
    padding: 6px 0 12px;
    width: 90vw;
  }
}
header .brand .marquee svg * {
  transition: fill 0.4s ease, stroke 0.4s ease;
}
header .brand .marquee svg [fill="#213058"] {
  fill: #efdbcb;
}
header .brand .marquee svg [stroke="#213058"] {
  stroke: #efdbcb;
}
body.has-scrolled header .brand .marquee svg [fill="#efdbcb"] {
  fill: #213058;
}
body.has-scrolled header .brand .marquee svg [stroke="#efdbcb"] {
  stroke: #213058;
}
body.has-scrolled header .brand .marquee svg [fill="#213058"] {
  fill: #213058;
}
body.has-scrolled header .brand .marquee svg [stroke="#213058"] {
  stroke: #213058;
}

footer {
  border-top: var(--border-width) solid;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 36px var(--space-md) 92px;
  background-color: var(--bg-color);
  position: relative;
}
footer .footer-logo svg {
  width: 100%;
  height: auto;
}
footer .footer-logo svg path {
  fill: var(--primary-color);
}
footer .footer-text {
  margin-top: var(--space-md);
  line-height: 1.4em;
  font-size: 14px;
  text-wrap: balance;
  height: 2lh;
}
@media (min-width: 1440px) {
  footer .footer-text {
    font-size: 16px;
  }
}
footer .footer-button-container {
  display: flex;
  margin: 0 auto;
  margin-top: auto;
  gap: var(--space-xs);
  flex-direction: column;
  align-items: center;
}
@media (min-width: 630px) {
  footer .footer-button-container {
    flex-direction: row;
  }
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.64;
  font-size: 1em;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--space-xl);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .footer-content {
    max-width: 72%;
  }
}
@media (min-width: 1600px) {
  .footer-content {
    max-width: 1280px;
  }
}
.footer-content .footer-logo {
  order: -1;
  max-width: 180px;
  margin-bottom: var(--space-lg);
}
@media (min-width: 768px) {
  .footer-content .footer-logo {
    margin-bottom: 0;
    order: 0;
    margin: 0;
    margin-top: 0.2em;
    flex-shrink: 0;
    position: relative;
    top: 0.15em;
  }
}
@media (min-width: 1024px) {
  .footer-content .footer-logo {
    max-width: 240px;
  }
}
.footer-content .sitemap-column {
  text-align: left;
  margin-top: var(--space-lg);
  display: flex;
  flex: 1;
  justify-content: center;
}
.footer-content .sitemap-column a {
  min-width: 12ch;
}
@media (min-width: 768px) {
  .footer-content .sitemap-column {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .footer-content .sitemap-column:first-child {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .footer-content .sitemap-column:nth-child(3) {
    justify-content: flex-end;
  }
}
.footer-content .sitemap-column ul {
  list-style: none;
  min-width: 180px;
}
.footer-content .sitemap-column li {
  min-width: 100%;
}
@media (hover: hover) {
  .footer-content a:not(.footer-booking-link):hover {
    font-style: italic;
    cursor: pointer;
  }
}

#footer-map-btn {
  position: relative;
  padding-left: 30px;
}
#footer-map-btn svg {
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  stroke-width: 0.9px;
}

.footer-icon-item {
  position: relative;
  padding-left: 30px;
}
.footer-icon-item > svg {
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  stroke-width: 0.8px;
}
.footer-icon-item.footer-icon-placeholder > svg {
  display: none;
}
.footer-icon-item.footer-phone-item > svg {
  left: 1px;
}
.footer-icon-item.footer-instagram-item > svg {
  top: 50%;
}

.footer-booking-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.footer-booking-link svg {
  transition: transform 0.1s ease;
  flex-shrink: 0;
}
.footer-booking-link svg path {
  stroke: var(--secondary-color);
}
@media (hover: hover) {
  .footer-booking-link:hover svg {
    transform: translateX(4px);
  }
}

.icon-link {
  display: block;
  position: relative;
  max-width: fit-content;
  margin-block: var(--space-md);
  margin-left: auto;
  margin-right: auto;
  max-height: 1lh;
  transition: top 0.15s ease;
  top: 0;
}
.icon-link svg {
  width: 36px;
  fill: transparent;
}
@media (hover: hover) {
  .icon-link:hover {
    top: -5px;
  }
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(var(--space-md) + 1px) calc(var(--space-xs) + 2px) var(--space-md);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 1000;
  border-bottom: var(--border-width) solid transparent;
  transition: transform 0.3s ease-in-out, background-color 0.4s ease, border-color 0.4s ease;
  font-size: 14px;
}
body.has-scrolled .nav {
  background-color: #efdbcb;
  border-bottom-color: currentColor;
}
body.header-hovered .nav {
  background-color: #efdbcb;
  border-bottom-color: currentColor;
}
.nav.nav--hidden {
  transform: translateY(-100%);
}
.nav__link,
.nav .language-dropdown__toggle,
.nav .booking-dropdown__toggle,
.nav .rooms-dropdown__toggle {
  color: #efdbcb;
  transition: color 0.4s ease;
}
body.has-scrolled .nav__link,
body.has-scrolled .nav .language-dropdown__toggle,
body.has-scrolled .nav .booking-dropdown__toggle,
body.has-scrolled .nav .rooms-dropdown__toggle {
  color: inherit;
}
body.header-hovered .nav__link,
body.header-hovered .nav .language-dropdown__toggle,
body.header-hovered .nav .booking-dropdown__toggle,
body.header-hovered .nav .rooms-dropdown__toggle {
  color: inherit;
}
@media (min-width: 768px) {
  .nav {
    padding: var(--space-xs) var(--space-xs) calc(var(--space-xs) - 1px);
  }
}
@media (min-width: 1024px) {
  .nav {
    font-size: 16px;
  }
}
@media (min-width: 1240px) {
  .nav {
    font-size: 18px;
  }
}
@media (min-width: 2200px) {
  .nav {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .nav {
    overflow: hidden;
  }
  .nav .nav__menu {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex-wrap: nowrap;
    gap: 30px;
  }
  .nav .nav__menu::-webkit-scrollbar {
    display: none;
  }
  .nav .nav__menu > * {
    flex-shrink: 0;
    white-space: nowrap;
  }
  .nav .language-switcher {
    flex-shrink: 0;
  }
  .nav .language-dropdown__menu,
  .nav .booking-dropdown__menu,
  .nav .rooms-dropdown__menu {
    display: none;
  }
}
.nav__menu {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.nav__link {
  text-decoration: none;
  width: fit-content;
  display: inline-block;
  position: relative;
}
.nav__link::before, .nav__link::after {
  content: attr(data-content);
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
}
.nav__link::before {
  font-style: normal;
}
.nav__link::after {
  font-style: italic;
}
.nav__link[aria-current=page] {
  font-style: italic;
}
@media (hover: hover) {
  .nav__link:hover {
    font-style: italic;
    cursor: pointer;
  }
}
.nav .language-switcher {
  list-style: none;
  display: flex;
}
.nav .language-switcher a {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 767px) {
  .mobile-dropdown-menu {
    position: fixed !important;
    left: 15px !important;
    right: auto !important;
    width: calc(100vw - 30px);
    max-width: none;
    transform: none !important;
    margin-top: 0;
    z-index: 10001;
    list-style: none;
    background-color: #efdbcb;
    border: var(--border-width) solid;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .mobile-dropdown-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .mobile-dropdown-menu li {
    margin: 0;
  }
  .mobile-dropdown-menu a {
    display: block;
    padding: 16px 20px;
    text-decoration: none;
    color: inherit;
    white-space: normal;
    word-wrap: break-word;
  }
  .mobile-dropdown-menu a[aria-current=true], .mobile-dropdown-menu a[aria-current=page] {
    font-style: italic;
  }
  .mobile-dropdown-menu.booking-dropdown__menu a {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .mobile-dropdown-menu.booking-dropdown__menu a svg {
    flex-shrink: 0;
  }
  .mobile-dropdown-menu.booking-dropdown__menu a svg path {
    stroke: var(--secondary-color);
  }
  .mobile-dropdown-menu .room-tags {
    display: flex;
    gap: 2px;
    padding-top: 2px;
  }
  .mobile-dropdown-menu .room-tags .room-tag {
    font-size: 0.8em;
  }
}

.language-dropdown,
.booking-dropdown,
.rooms-dropdown {
  position: relative;
}

.language-dropdown__toggle,
.booking-dropdown__toggle,
.rooms-dropdown__toggle {
  background: none;
  border: none;
  font: inherit;
  color: inherit;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
}
.language-dropdown__toggle::after,
.booking-dropdown__toggle::after,
.rooms-dropdown__toggle::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border: solid currentColor;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  margin-bottom: 3px;
  transition: transform 0.2s ease, margin-bottom 0.2s ease;
}

.booking-dropdown__toggle::after,
.rooms-dropdown__toggle::after {
  margin-left: 8px;
}

.language-dropdown__text,
.booking-dropdown__text,
.rooms-dropdown__text {
  display: inline-block;
  position: relative;
}
.language-dropdown__text::after,
.booking-dropdown__text::after,
.rooms-dropdown__text::after {
  content: attr(data-content);
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  pointer-events: none;
  font-style: italic;
  white-space: nowrap;
}

.language-dropdown__menu,
.booking-dropdown__menu,
.rooms-dropdown__menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
  list-style: none;
  background-color: #efdbcb;
  border: var(--border-width) solid;
  min-width: 120px;
  z-index: 10001;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.language-dropdown__menu::before,
.booking-dropdown__menu::before,
.rooms-dropdown__menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
}
.language-dropdown__menu li,
.booking-dropdown__menu li,
.rooms-dropdown__menu li {
  margin: 0;
}
.language-dropdown__menu a,
.booking-dropdown__menu a,
.rooms-dropdown__menu a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}
.language-dropdown__menu a[aria-current=true], .language-dropdown__menu a[aria-current=page],
.booking-dropdown__menu a[aria-current=true],
.booking-dropdown__menu a[aria-current=page],
.rooms-dropdown__menu a[aria-current=true],
.rooms-dropdown__menu a[aria-current=page] {
  font-style: italic;
}
@media (hover: hover) {
  .language-dropdown__menu a:hover,
  .booking-dropdown__menu a:hover,
  .rooms-dropdown__menu a:hover {
    background-image: url(../img/OfficeDither75.png);
    background-repeat: repeat;
    background-size: 4px 4px;
    font-style: normal;
  }
}

.language-dropdown__menu {
  left: auto;
  right: 0;
  transform: none;
}

.booking-dropdown__menu a {
  display: flex;
  align-items: center;
  gap: 6px;
}
.booking-dropdown__menu a svg {
  transition: transform 0.1s ease;
  flex-shrink: 0;
}
.booking-dropdown__menu a svg path {
  stroke: var(--secondary-color);
}
@media (hover: hover) {
  .booking-dropdown__menu a:hover svg {
    transform: translateX(4px);
  }
}

.rooms-dropdown__toggle[aria-current=page] .rooms-dropdown__text {
  font-style: italic;
}

.rooms-dropdown__menu .room-tags {
  display: flex;
  gap: 2px;
  padding-top: 2px;
}
.rooms-dropdown__menu .room-tags .room-tag {
  font-size: 0.8em;
}

.language-dropdown.is-open .language-dropdown__toggle::after,
.booking-dropdown.is-open .booking-dropdown__toggle::after,
.rooms-dropdown.is-open .rooms-dropdown__toggle::after {
  transform: rotate(-135deg);
  margin-bottom: -3px;
}

.language-dropdown.is-open .language-dropdown__menu,
.booking-dropdown.is-open .booking-dropdown__menu,
.rooms-dropdown.is-open .rooms-dropdown__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (hover: hover) and (pointer: fine) {
  .language-dropdown:hover .language-dropdown__menu,
  .language-dropdown:focus-within .language-dropdown__menu,
  .booking-dropdown:hover .booking-dropdown__menu,
  .booking-dropdown:focus-within .booking-dropdown__menu,
  .rooms-dropdown:hover .rooms-dropdown__menu,
  .rooms-dropdown:focus-within .rooms-dropdown__menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .language-dropdown:hover .language-dropdown__toggle::after,
  .language-dropdown:focus-within .language-dropdown__toggle::after,
  .booking-dropdown:hover .booking-dropdown__toggle::after,
  .booking-dropdown:focus-within .booking-dropdown__toggle::after,
  .rooms-dropdown:hover .rooms-dropdown__toggle::after,
  .rooms-dropdown:focus-within .rooms-dropdown__toggle::after {
    transform: rotate(-135deg);
    margin-bottom: -3px;
  }
}
@media (max-width: 767px) {
  .language-dropdown__menu a,
  .booking-dropdown__menu a,
  .rooms-dropdown__menu a {
    padding: 14px 24px;
    min-width: 200px;
  }
}
.secondary-nav {
  background-color: #efdbcb;
  border-bottom: var(--border-width) solid;
  border-top: var(--border-width) solid;
  padding: var(--space-sm) 0;
  display: none;
}
.secondary-nav__wrapper {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: var(--space-md);
  padding: 0 var(--space-md);
  justify-content: space-between;
}
.secondary-nav__wrapper::-webkit-scrollbar {
  display: none;
}
.secondary-nav__link {
  flex-shrink: 0;
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}

.card-slider__container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0;
  border-top: var(--border-width) solid;
  position: relative;
}
.card-slider__container .column.content {
  grid-column: span 12;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.card-slider__container .column.content .text-section {
  padding: var(--space-lg);
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 1024px) {
  .card-slider__container .column.content .text-section {
    padding-top: var(--space-xxs);
    padding-left: var(--space-xl);
    padding-right: var(--space-sm);
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .card-slider__container .column.content {
    grid-column: span 6;
  }
}
@media (min-width: 1200px) {
  .card-slider__container .column.content {
    grid-column: span 7;
  }
}
@media (min-width: 1600px) {
  .card-slider__container .column.content {
    grid-column: span 8;
  }
}
.card-slider__container .column.media {
  grid-column: span 12;
  display: flex;
  overflow: hidden;
}
@media (min-width: 768px) {
  .card-slider__container .column.media {
    grid-column: span 6;
  }
}
@media (min-width: 1200px) {
  .card-slider__container .column.media {
    grid-column: span 5;
  }
}
@media (min-width: 1600px) {
  .card-slider__container .column.media {
    grid-column: span 4;
  }
}
@media (max-width: 767px) {
  .card-slider__container {
    padding-top: var(--space-md);
  }
}
@media (min-width: 1024px) {
  .card-slider__container .text-section .surtitre {
    margin-top: var(--space-xl);
  }
}
.card-slider__slider {
  position: relative;
  order: 2;
}
@media (min-width: 768px) {
  .card-slider__slider {
    order: 0;
  }
}
.card-slider__slider-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.card-slider__slider-wrapper::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .card-slider__slider-wrapper {
    overflow: hidden;
    border-right: var(--border-width) solid;
  }
}
.card-slider__cards {
  display: flex;
  height: 100%;
}
@media (min-width: 768px) {
  .card-slider__cards {
    transition: transform 0.4s ease;
  }
}
.card-slider__cards .card {
  flex: 0 0 85%;
  max-width: 85%;
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .card-slider__cards .card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.card-slider__cards .card__links {
  margin-top: var(--space-md);
}
@media (min-width: 768px) {
  .card-slider__cards .card__links {
    margin-top: auto;
  }
}

main > .image-section:first-child {
  border-top: none;
}

.image-section {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  gap: 0;
  border-top: var(--border-width) solid;
}
.image-section .column.content {
  grid-column: span 24;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.image-section .column.content .text-section {
  padding: var(--space-lg);
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 1024px) {
  .image-section .column.content .text-section {
    padding-top: var(--space-xxl);
    padding-left: var(--space-xxl);
    padding-bottom: 0;
  }
}
.image-section .column.media {
  grid-column: span 24;
  display: flex;
  overflow: hidden;
}
@media (min-width: 768px) {
  .image-section .column.content {
    grid-column: span 13;
  }
}
@media (min-width: 1600px) {
  .image-section .column.content {
    grid-column: span 14;
  }
}
@media (min-width: 768px) {
  .image-section .column.media {
    grid-column: span 11;
  }
}
@media (min-width: 1600px) {
  .image-section .column.media {
    grid-column: span 10;
  }
}
.image-section .text-section {
  position: relative;
}
.image-section .column.content .equipements-list {
  line-height: 1.65em;
  max-width: 40ch;
  column-gap: var(--space-sm);
  column-count: 2;
  padding-top: var(--space-xs);
  padding-bottom: var(--space-xs);
  border-top: 1px solid;
  border-bottom: 1px solid;
}
@media (min-width: 768px) {
  .image-section .column.content .equipements-list {
    font-size: 0.85em;
  }
}
@media (min-width: 1200px) {
  .image-section .column.content .equipements-list {
    font-size: 0.84em;
  }
}
.image-section .column.content .btn {
  margin-top: var(--space-md);
  margin-bottom: var(--space-lg);
}
@media (min-width: 768px) {
  .image-section .column.content .btn {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .image-section .image-section__slider-wrapper {
    border-right: 0;
  }
}
@media (min-width: 768px) {
  .image-section.inverted-alignement .column.content {
    order: 2;
  }
}
@media (min-width: 768px) {
  .image-section.inverted-alignement .column.media {
    order: 1;
  }
}
@media (min-width: 768px) {
  .image-section.inverted-alignement {
    position: relative;
  }
  .image-section.inverted-alignement .column.media {
    grid-row: 1;
  }
}
@media (min-width: 768px) {
  .image-section.inverted-alignement .image-section__slider-wrapper {
    margin-left: 0;
    margin-right: auto;
    position: relative;
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .image-section.inverted-alignement-mobile .column.content {
    order: 2;
  }
}
@media (max-width: 767px) {
  .image-section.inverted-alignement-mobile .column.media {
    order: 1;
  }
}

.image-section__slider-wrapper {
  position: relative;
  overflow: visible;
  width: 100%;
}
@media (min-width: 768px) {
  .image-section__slider-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .image-section__slider-wrapper--clickable {
    cursor: url("../svg/arrow-right-cursor.svg") 16 16, pointer;
  }
}

.image-section__slider {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  height: 100%;
  padding-left: var(--space-lg);
}
@media (min-width: 768px) {
  .image-section__slider {
    padding-left: 0;
    overflow-x: hidden;
  }
}
.image-section__slider::-webkit-scrollbar {
  display: none;
}

.image-section__slide {
  flex-shrink: 0;
  scroll-snap-align: start;
  padding-left: var(--grid-padding);
  height: 100%;
  width: 85%;
  padding: 0 var(--space-lg) 0;
}
.image-section__slide:first-child {
  padding-left: var(--grid-padding);
}
.image-section__slide:last-child {
  padding-right: var(--grid-padding);
}
@media (min-width: 768px) {
  .image-section__slide {
    width: auto;
    padding: 0;
    width: 100%;
    padding-left: 0;
  }
  .image-section__slide:first-child {
    padding-left: 0;
  }
  .image-section__slide:last-child {
    padding-right: 0;
  }
}
.image-section__slide figure {
  overflow: hidden;
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.image-section__slide img {
  width: 100%;
  min-height: 100%;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  display: block;
  position: relative;
}

.infos-supplementaires {
  display: flex;
  gap: var(--space-md);
}

.image-section__dots {
  display: none;
}
@media (min-width: 768px) {
  .image-section__dots {
    display: flex;
    position: absolute;
    bottom: var(--space-md);
    right: var(--space-md);
    gap: var(--space-xxs);
    z-index: 10;
    background: var(--bg-color);
    border-radius: 4px;
    padding: var(--space-xxs);
    cursor: pointer;
  }
}

.image-section__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid currentColor;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.image-section__dot.active {
  background: currentColor;
}
.image-section__dot:hover {
  background-image: url(../img/OfficeDither75.png);
  background-repeat: repeat;
  background-size: 4px 4px;
}

.image-section.room-section .text-section .room-tags {
  gap: 4px;
}
.image-section.room-section .text-section .room-tags .surtitre {
  margin-top: 4px;
}

.hero-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: -1;
  overflow: hidden;
  background-color: var(--bg-color);
}

.hero-video-spacer {
  height: 100vh;
  height: 100dvh;
  pointer-events: none;
  background-color: transparent !important;
}

.hero-video__container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.hero-video--playing .hero-video__poster {
  opacity: 0;
  pointer-events: none;
}
.hero-video__poster--landscape {
  display: block;
}
@media (orientation: portrait) {
  .hero-video__poster--landscape {
    display: none;
  }
}
.hero-video__poster--portrait {
  display: none;
}
@media (orientation: portrait) {
  .hero-video__poster--portrait {
    display: block;
  }
}

.hero-video__player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.hero-video--playing .hero-video__player {
  opacity: 1;
}

.video-modal {
  display: none;
}

.video-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.video-modal__content {
  position: relative;
  width: 100%;
  max-width: 1800px;
  z-index: 1;
  padding: 0;
  background-color: var(--bg-color);
  transform: translateY(40px);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 768px) {
  .video-modal__content {
    width: 90%;
  }
}
.video-modal--active .video-modal__content {
  transform: translateY(0);
}

.video-modal__player {
  height: auto;
  display: block;
  background-color: #213058;
  width: 100%;
}
@media (max-width: 767px) {
  .video-modal__player {
    width: 120%;
    margin-left: -10%;
  }
}

.hero-video__container {
  position: relative;
}

.hero-video__mute-toggle,
.video-modal__mute-toggle {
  position: fixed;
  right: 1rem;
  background-color: var(--bg-color);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 8px;
  z-index: 10000;
  opacity: 1;
  transition: opacity 0.2s ease;
}
body.is-scrolling .hero-video__mute-toggle, body.has-scrolled .hero-video__mute-toggle,
body.is-scrolling .video-modal__mute-toggle,
body.has-scrolled .video-modal__mute-toggle {
  opacity: 0;
  pointer-events: none;
}

.hero-video__mute-icon--unmuted,
.video-modal__mute-icon--unmuted {
  display: none;
}

.hero-video__mute-toggle.is-unmuted .hero-video__mute-icon--muted,
.video-modal__mute-toggle.is-unmuted .video-modal__mute-icon--muted {
  display: none;
}

.hero-video__mute-toggle.is-unmuted .hero-video__mute-icon--unmuted,
.video-modal__mute-toggle.is-unmuted .video-modal__mute-icon--unmuted {
  display: block;
}

.modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.contact-modal {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #efdbcb;
  border: 1px solid var(--primary-color);
  max-width: 90%;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 10001;
  padding: var(--space-md);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  outline: 2px solid var(--bg-color);
  scrollbar-width: none !important;
}
.contact-modal::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .contact-modal {
    max-width: 600px;
  }
}
.contact-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.contact-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-modal .modal-header h3 {
  margin-top: 0;
  margin-bottom: var(--space-md);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}
.contact-modal .modal-close {
  background: none;
  border: none;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.contact-modal .modal-close:hover {
  transform: scale(1.1);
}
.contact-modal .modal-close:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.contact-modal .contact-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}
.contact-modal .form-group {
  display: flex;
  flex-direction: column;
}
.contact-modal .form-group--row {
  flex-direction: column;
}
@media (min-width: 768px) {
  .contact-modal .form-group--row {
    flex-direction: row;
  }
  .contact-modal .form-group--row .form-group {
    flex: 1;
  }
}
.contact-modal label {
  font-weight: 400;
  display: flex;
  align-items: center;
  font-style: italic;
  background-image: url(../img/OfficeDither75.png);
  background-repeat: repeat;
  background-size: 4px 4px;
  width: fit-content;
}
.contact-modal input[type=text],
.contact-modal input[type=email],
.contact-modal input[type=tel],
.contact-modal textarea,
.contact-modal select {
  width: 100%;
  padding: 8px 0px;
  border: none;
  border-bottom: 1px solid var(--primary-color);
  background-color: transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-modal input[type=text]:focus,
.contact-modal input[type=email]:focus,
.contact-modal input[type=tel]:focus,
.contact-modal textarea:focus,
.contact-modal select:focus {
  outline: none;
}
.contact-modal input[type=text]::placeholder,
.contact-modal input[type=email]::placeholder,
.contact-modal input[type=tel]::placeholder,
.contact-modal textarea::placeholder,
.contact-modal select::placeholder {
  color: var(--primary-color);
  opacity: 1;
}
.contact-modal textarea {
  min-height: 4lh;
  resize: vertical;
  font-family: "Libre Baskerville", serif;
}
.contact-modal select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right var(--space-sm) center;
  padding-right: calc(var(--space-md) + 20px);
}
.contact-modal .form-helper {
  font-size: 0.85em;
  color: #666;
  font-style: italic;
}
.contact-modal .form-error {
  font-size: 0.85em;
  color: #d32f2f;
  display: none;
  margin-top: var(--space-xxs);
}
.contact-modal .form-error.is-visible {
  display: block;
}

body.modal-open {
  overflow: hidden;
}

.main-section.grid {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  gap: 0;
}
.main-section.grid .column.content {
  grid-column: span 24;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.main-section.grid .column.content .text-section {
  padding: var(--space-lg);
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 1024px) {
  .main-section.grid .column.content .text-section {
    padding-top: var(--space-xxl);
    padding-left: var(--space-xxl);
    padding-bottom: 0;
  }
}
.main-section.grid .column.media {
  grid-column: span 24;
  display: flex;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-section.grid .column.content {
    grid-column: span 13;
  }
}
@media (min-width: 1600px) {
  .main-section.grid .column.content {
    grid-column: span 14;
  }
}
@media (min-width: 768px) {
  .main-section.grid .column.media {
    grid-column: span 11;
  }
}
@media (min-width: 1600px) {
  .main-section.grid .column.media {
    grid-column: span 10;
  }
}
.main-section.grid.home-main-section .btn {
  color: var(--bg-color);
  background-color: var(--primary-color);
}
.main-section.grid .column.media {
  justify-content: flex-end;
  position: relative;
  opacity: 1;
}
.main-section.grid .column.media figure {
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 3/3;
  margin: 0;
}
.main-section.grid .column.media img {
  width: 120%;
  height: auto;
  display: block;
  object-fit: cover;
  position: relative;
  left: -20%;
  will-change: left, transform;
  transform-origin: right center;
  max-width: none;
  min-height: 100%;
}
.main-section.grid .column.media .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (min-width: 1024px) {
  .main-section.grid .text-section .headline-1,
  .main-section.grid .text-section .headline-2 {
    padding-right: var(--space-lg);
  }
}
@media (min-width: 768px) {
  .main-section.grid.inverted-alignement .column.content {
    order: 2;
  }
}
@media (min-width: 768px) {
  .main-section.grid.inverted-alignement .column.media {
    order: 1;
  }
}
@media (min-width: 768px) {
  .main-section.grid.inverted-alignement {
    position: relative;
  }
  .main-section.grid.inverted-alignement .column.media {
    grid-row: 1;
  }
}
@media (max-width: 767px) {
  .main-section.grid.inverted-alignement-mobile .column.content {
    order: 2;
  }
}
@media (max-width: 767px) {
  .main-section.grid.inverted-alignement-mobile .column.media {
    order: 1;
  }
}

.section-hebergements {
  border-top: var(--border-width) solid;
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
  position: relative;
  margin-bottom: var(--space-md);
}
.section-hebergements .surtitre.chapeau {
  font-size: 1.5em;
  margin-bottom: 1em;
  margin-left: var(--space-lg);
}
.section-hebergements__container {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.section-hebergements__dots {
  border: 1px solid;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  gap: var(--space-xxs);
  display: flex;
  z-index: 10;
  background: var(--bg-color);
  border-radius: 4px;
  cursor: pointer;
  padding: var(--space-sm);
  gap: var(--space-sm);
}
@media (min-width: 768px) {
  .section-hebergements__dots {
    gap: var(--space-xxs);
    padding: var(--space-xxs);
  }
}
.section-hebergements__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid currentColor;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.section-hebergements__dot.is-active {
  background: currentColor;
}
.section-hebergements__dot:hover {
  background-image: url(../img/OfficeDither75.png);
  background-repeat: repeat;
  background-size: 4px 4px;
}
.section-hebergements__slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: var(--space-lg);
}
.section-hebergements__slider::-webkit-scrollbar {
  display: none;
}

.room-slide {
  flex: 0 0 85%;
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.room-slide:first-child {
  margin-left: var(--space-lg);
}
.room-slide:last-child {
  margin-right: var(--space-lg);
}
@media (min-width: 768px) {
  .room-slide {
    flex: 0 0 45%;
    margin-bottom: var(--space-md);
  }
}
@media (min-width: 1024px) {
  .room-slide {
    flex: 0 0 25%;
  }
}
.room-slide .room-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.room-slide__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.room-slide__image {
  width: 100%;
  height: 100%;
}
.room-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room-slide__content {
  padding: var(--space-sm) 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.room-slide__title {
  font-size: clamp(18px, 1.98vw, 38px);
  margin: 0;
  font-family: "Adieu", serif;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .image-section + .secondary-nav + .section-hebergements {
    margin-top: var(--space-lg);
  }
}

.galerie {
  position: relative;
  width: 100%;
  padding: 0;
}
.galerie__container {
  display: flex;
  gap: 0;
}
.galerie__column {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.galerie__item {
  position: relative;
  break-inside: avoid;
  margin-bottom: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .galerie__item.small {
    transform: scale(0.66);
  }
}
.galerie__item img {
  width: 100%;
  height: auto;
  display: block;
  padding: 3.3vw;
}
.galerie__item--portrait img {
  object-fit: cover;
  aspect-ratio: 1/1.4285;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.galerie__item--landscape img {
  aspect-ratio: 1.4/1;
  object-fit: cover;
}
.galerie__item--square img {
  max-height: 500px;
  object-fit: cover;
}
.galerie__item--fullwidth {
  margin-top: 1.665vw;
}
.galerie__item--fullwidth img {
  width: 100%;
  height: auto;
  padding: 3.3vw;
  padding-top: 0;
}
.galerie__fullwidth {
  width: 100%;
}
.galerie__empty {
  padding: var(--space-xxl);
  text-align: center;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .galerie {
    padding: var(--space-sm);
  }
  .galerie__container {
    flex-direction: column;
    gap: var(--space-sm);
  }
  .galerie__item {
    margin-bottom: var(--space-sm);
  }
  .galerie__item--portrait img, .galerie__item--landscape img, .galerie__item--square img {
    max-height: none;
  }
  .galerie__caption {
    font-size: 12px;
    opacity: 1;
    transform: translateY(0);
    background: rgba(33, 48, 88, 0.95);
    color: #efdbcb;
    position: relative;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .galerie__item--portrait img {
    max-height: 500px;
  }
  .galerie__item--landscape img {
    max-height: 350px;
  }
}

.plage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--space-md);
  margin-top: 2.5vw;
  min-height: 50vh;
  margin-bottom: 2.5vw;
}
.plage__image-wrapper {
  max-width: 24vw;
  min-width: 200px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  transform: rotate(1.5deg);
  display: none;
}
.plage__image-wrapper img {
  border-radius: 16px;
  mix-blend-mode: multiply;
}
.plage__content p {
  text-align: center;
  margin: var(--space-md) auto;
  font-size: clamp(48px, 5vw, 92px);
  color: #efdbcb;
  -webkit-text-stroke: 1px #213058;
}

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