/*!********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./node_modules/@taak/react-modern-calendar-datepicker/lib/DatePicker.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************/
.DatePicker {
  position: relative;
  display: inline-block;
  z-index: 100;
}

.DatePicker__input {
  background: #fff;
  border: 1px solid #ddd;
  padding: 0.4em 0.8em;
  font-family: inherit;
  text-align: center;
  font-size: 12px;
}

.DatePicker__input.-rtl {
  direction: rtl;
}

.DatePicker__input::placeholder {
  color: #979797;
}

.DatePicker__calendarContainer.-top + .DatePicker__calendarArrow {
  top: auto;
  bottom: calc(100% + 10px);
  transform: translateY(-2.5rem) rotate(180deg);
  animation: fadeArrowFlipped 0.3s forwards;
}

.DatePicker__calendarContainer {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
}

.DatePicker__calendarContainer.-top {
  top: auto;
  bottom: calc(100% + 20px);
}

.Calendar,
.Calendar * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  direction: ltr;
}

.Calendar,
.Calendar.-rtl * {
  direction: rtl;
}

.DatePicker__calendarArrow {
  position: absolute;
  width: 0;
  height: 0;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-style: solid;
  z-index: 10;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}

.Calendar {
  --cl-color-black: #444444;
  --cl-color-disabled: #d4d4d4;
  --cl-color-error: #ff2929;
  font-size: 10px;
  background: #fff;
  box-shadow: 0 1em 4em rgba(0, 0, 0, 0.07);
  border-radius: 1em;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-top: 1.2em;
  display: flex;
  flex-direction: column;
  width: 33em;
  z-index: 10;
  max-width: 90vw;
  min-height: 36.7em;
}

.DatePicker .Calendar,
.DatePicker__calendarArrow {
  transform: translateY(2.5em);
  opacity: 0;
  animation: fadeCalendar 0.3s forwards;
}

.DatePicker__calendarContainer.-top .Calendar {
  transform: translateY(-2.5em);
}

.Calendar.-noFocusOutline *:focus {
  outline: none !important;
}

.Calendar > :not(.Calendar__footer) button {
  font-family: inherit;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.Calendar__header {
  display: flex;
  color: var(--cl-color-black);
  padding: 2em 2.9em;
  align-items: center;
  overflow: hidden;
}

.Calendar__monthArrowWrapper {
  line-height: 0;
  font-size: 1em;
  padding: 3px;
  position: relative;
  border: none;
  z-index: 1;
  opacity: 1;
  transition: 0.2s;
}

.Calendar__monthArrowWrapper:focus {
  outline: 1px dashed rgba(0, 0, 0, 0.4);
  outline-offset: 2px;
}

.Calendar__monthArrowWrapper:disabled,
.Calendar__monthArrowWrapper.-hidden {
  opacity: 0;
  pointer-events: none;
}

.Calendar__monthArrowWrapper.-left {
  transform: rotate(90deg);
}
.Calendar.-rtl .Calendar__monthArrowWrapper.-left {
  transform: rotate(-90deg);
}

.Calendar__monthArrowWrapper.-right {
  transform: rotate(-90deg);
}
.Calendar.-rtl .Calendar__monthArrowWrapper.-right {
  transform: rotate(90deg);
}

.Calendar__monthArrowWrapper:active .Calendar__monthArrow {
  transform: scale(0.7);
}

.Calendar__monthArrow {
  border-radius: 50%;
  transition: var(--animation-duration) transform;
  pointer-events: none;
  background-repeat: no-repeat;
  display: block;
  width: 1.7em;
  height: 1.7em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg class='nc-icon-wrapper' fill='%23000000'%3E%3Cdefs stroke='none'%3E%3C/defs%3E%3Cpath class='cls-1' d='M12 23.25V.75' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5px'%3E%3C/path%3E%3Cpath class='cls-2' d='M22.5 11.25L12 .75 1.5 11.25' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5px' fill-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
}

.Calendar__monthYearContainer {
  flex: 1 1;
  position: relative;
}

.Calendar__monthYear {
  font-size: 1.6em;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  transition: var(--animation-duration);
  line-height: 1;
}

.Calendar__monthYear.-hiddenNext {
  opacity: 0;
  transform: translateX(50%);
}

.Calendar.-rtl .Calendar__monthYear.-hiddenNext {
  transform: translateX(-150%);
}

.Calendar__monthYear.-hiddenPrevious {
  opacity: 0;
  transform: translateX(-150%);
}

.Calendar.-rtl .Calendar__monthYear.-hiddenPrevious {
  transform: translateX(50%);
}

.Calendar__monthYear.-shown {
  opacity: 1;
  margin-top: auto;
  margin-bottom: auto;
  transform: translateX(-50%);
}

.Calendar__monthYear.-shownAnimated {
  animation: var(--animation-duration) fadeTextToCenter forwards;
}

.Calendar__monthYear > * {
  padding: 0.2em 0.5em;
  border: 1px solid transparent;
  transition: var(--animation-duration);
  font-size: 1.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(0) scale(0.95);
  will-change: transform;
  border-radius: 5px;
}

.Calendar__monthYear:not(.-shown) > *,
.Calendar__monthYear > *.-hidden {
  cursor: default;
  pointer-events: none;
}

.Calendar__monthText {
  margin-left: -0.3em;
}
.Calendar__yearText:last-child {
  margin-right: -0.3em;
}

.Calendar__monthYear.-shown > *:hover,
.Calendar:not(.-noFocusOutline) .Calendar__monthYear.-shown > *:focus,
.Calendar__monthYear > *.-activeBackground {
  background: #f5f5f5;
}

.Calendar__monthText:hover {
  transform: translateX(-0.2em) scale(0.95);
}
.Calendar.-rtl .Calendar__monthText:hover {
  transform: translateX(0.2em) scale(0.95);
}

.Calendar__yearText:hover {
  transform: translateX(0.2em) scale(0.95);
}
.Calendar.-rtl .Calendar__yearText:hover {
  transform: translateX(-0.2em) scale(0.95);
}

.Calendar__monthYear .Calendar__yearText.-hidden {
  transform: translateX(50%);
  opacity: 0;
}

.Calendar.-rtl .Calendar__monthYear .Calendar__yearText.-hidden {
  transform: translateX(-50%);
}

.Calendar__monthYear .Calendar__monthText.-hidden {
  transform: translateX(-50%);
  opacity: 0;
}

.Calendar.-rtl .Calendar__monthYear .Calendar__monthText.-hidden {
  transform: translateX(50%);
}

.Calendar__monthYear:not(.-shown) > * {
  pointer-events: none;
}

.Calendar__monthSelectorAnimationWrapper,
.Calendar__yearSelectorAnimationWrapper {
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.Calendar__monthSelectorWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Calendar__monthSelector {
  padding: 0 2.5em;
  align-content: center;
  padding-bottom: 2em;
}

.Calendar__monthSelector,
.Calendar__yearSelector {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  background-color: #fff;
  transform: translateY(-150%);
  will-change: transform;
  transition: 0.6s;
  height: 100%;
}

.Calendar__yearSelectorWrapper {
  width: 100%;
  height: 100%;
}

.Calendar__yearSelectorWrapper::after,
.Calendar__yearSelectorWrapper::before {
  content: '';
  width: 100%;
  height: 5em;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: 0.4s;
  transition-delay: 0.2s;
}

.Calendar__yearSelectorWrapper::after {
  background-image: linear-gradient(to bottom, #fff, #fff 10%, rgba(245, 245, 245, 0));
  top: -0.1em;
}

.Calendar__yearSelectorWrapper::before {
  background-image: linear-gradient(to top, #fff, #fff 10%, rgba(245, 245, 245, 0));
  bottom: 0;
}

.Calendar__yearSelectorWrapper.-faded::after,
.Calendar__yearSelectorWrapper.-faded::before {
  opacity: 1;
  z-index: 3;
}

.Calendar__yearSelector {
  align-content: flex-start;
  scrollbar-width: 0;
  overflow: scroll;
  position: relative;
  width: 100%;
  padding: 5em 2em;
  -ms-overflow-style: none;
}

.Calendar__yearSelector::-webkit-scrollbar {
  display: none;
}

.Calendar__yearSelectorItem {
  width: 25%;
  display: flex;
  justify-content: center;
}

.Calendar__yearSelectorItem:not(:nth-child(-n + 4)) {
  margin-top: 1.5em;
}

.Calendar__yearSelectorText {
  border: none;
  font-size: 1.4em;
  min-width: 85%;
  padding: 0.2em 0.5em;
  border-radius: 8.5px;
}

.Calendar__monthSelector.-open,
.Calendar__yearSelector.-open {
  transform: translateY(0);
}

.Calendar__yearSelectorText:focus,
.Calendar__monthSelectorItemText:focus {
  outline: 1px dashed rgba(0, 0, 0, 0.4);
  outline-offset: 2px;
}

.Calendar__monthSelectorItem {
  width: calc(100% / 3);
  display: flex;
  justify-content: center;
}

.Calendar__monthSelectorItem:not(:nth-child(-n + 3)) {
  margin-top: 2em;
}

.Calendar__monthSelectorItemText {
  border: none;
  padding: 0.4em 0.4em;
  border-radius: 8.5px;
  font-size: 1.3em;
  min-width: 70%;
  transition: 0.3s;
}

.Calendar__monthSelectorItem:not(.-active) .Calendar__monthSelectorItemText:not(:disabled):hover,
.Calendar__yearSelectorItem:not(.-active) .Calendar__yearSelectorText:not(:disabled):hover {
  background: #f5f5f5;
}

.Calendar__monthSelectorItemText:disabled,
.Calendar__yearSelectorText:disabled {
  opacity: 0.5;
  cursor: default;
}

.Calendar__monthSelectorItem.-active .Calendar__monthSelectorItemText,
.Calendar__yearSelectorItem.-active .Calendar__yearSelectorText {
  background-color: var(--cl-color-primary);
  color: #fff;
}

.Calendar__weekDays {
  display: flex;
  justify-content: space-between;
  color: var(--cl-color-disabled);
  font-size: 1.2em;
  margin-bottom: 0.7em;
  padding: 0 2.6em;
  position: relative;
}

.Calendar__weekDay {
  display: block;
  width: calc(100% / 7);
  text-align: center;
  text-decoration: none;
}

.Calendar__sectionWrapper {
  position: relative;
  min-height: 25.8em;
  overflow: hidden;
}

.Calendar__section {
  display: flex;
  flex-direction: column;
  padding: 0 3.2em;
  position: absolute;
  color: var(--cl-color-black);
  top: 0;
  padding-top: 0.5em;
  left: 0;
  width: 100%;
  will-change: transform, opacity;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: var(--animation-duration);
}

.Calendar__section.-hiddenPrevious {
  opacity: 0.5;
  transform: translateX(-90%);
}

.Calendar.-rtl .Calendar__section.-hiddenPrevious {
  transform: translateX(90%);
}

.Calendar__section.-hiddenNext {
  opacity: 0.5;
  transform: translateX(90%);
}

.Calendar.-rtl .Calendar__section.-hiddenNext {
  transform: translateX(-90%);
}

.Calendar__section.-shown {
  opacity: 1;
  transform: translateX(0);
}

.Calendar__section.-shownAnimated {
  animation: var(--animation-duration) FadeContentToCenter forwards;
}

.Calendar__weekRow {
  display: flex;
  width: 100%;
}

.Calendar__day {
  display: block;
  width: calc(100% / 7);
  text-align: center;
  padding: calc(0.25em - 1px) 0;
  font-size: 1.6em;
  border-radius: 50%;
  transition: 0.2s;
  border: 1px solid transparent;
  margin-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.Calendar__day:focus {
  outline: 1px dashed rgba(0, 0, 0, 0.4);
  outline-offset: 2px;
}

.Calendar__day.-ltr {
  min-height: 2.6em;
  font-size: 1.45em;
}

.Calendar__day.-rtl {
  font-size: 1.55em;
  height: 2.45em;
}

.Calendar__day:not(.-blank):not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):not(.-selected):hover {
  background: #eaeaea;
  border-radius: 50%;
  color: var(--cl-color-black);
  border-color: transparent;
}

.Calendar__day.-selected,
.Calendar__day.-selectedStart,
.Calendar__day.-selectedEnd {
  background: var(--cl-color-primary);
  color: #fff;
}

.Calendar__day.-ltr.-selectedStart {
  border-radius: 0;
  border-top-left-radius: 100em;
  border-bottom-left-radius: 100em;
}

.Calendar__day.-rtl.-selectedStart {
  border-radius: 0;
  border-top-right-radius: 100em;
  border-bottom-right-radius: 100em;
}

.Calendar__day.-selectedBetween {
  background: var(--cl-color-primary-light);
  color: var(--cl-color-primary);
  border-radius: 0;
}

.Calendar__day.-ltr.-selectedEnd {
  border-top-right-radius: 100em;
  border-bottom-right-radius: 100em;
}

.Calendar__day.-rtl.-selectedEnd {
  border-top-left-radius: 100em;
  border-bottom-left-radius: 100em;
}

.Calendar__day.-weekend:not(.-selected):not(.-blank):not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween) {
  color: var(--cl-color-error);
}

.Calendar__day.-weekend.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween)::after {
  background: var(--cl-color-error);
}

.Calendar__day.-disabled {
  color: var(--cl-color-disabled) !important;
  background: transparent !important;
  cursor: default !important;
}
.Calendar__day.-selected {
  border-radius: 50%;
}
.Calendar__day.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween) {
  font-weight: 600;
  color: var(--cl-color-black);
  color: #000;
  position: relative;
}

.Calendar__day.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween)::after {
  content: '';
  position: absolute;
  bottom: 0.2em;
  display: block;
  width: 0.6em;
  height: 1px;
  background: #000;
  left: 50%;
  opacity: 0.5;
  transform: translateX(-50%);
  transition: 0.2s;
}

.Calendar__day.-today:hover:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween)::after {
  opacity: 0;
}

.Calendar__day.-blank {
  color: transparent;
  cursor: default;
  pointer-events: none;
}

.Calendar__footer {
  position: relative;
  z-index: 1;
}

@keyframes fadeCalendar {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeArrowFlipped {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    transform: translateY(0) rotate(180deg);
  }
}

@keyframes fadeTextToCenter {
  to {
    opacity: 1;
    transform: translateX(-50%);
  }
}

@keyframes FadeContentToCenter {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/layout.js","import":"Plus_Jakarta_Sans","arguments":[{"subsets":["latin"],"variable":"--font-jakarta","display":"swap","weight":["400","600"],"style":["normal","italic"],"fallback":["sans-serif"],"preload":true}],"variableName":"jakarta"} ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Plus_Jakarta_Sans_21410b';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/d3e8962f4f556115-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: '__Plus_Jakarta_Sans_21410b';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/5d9fe68223a58b3f-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Plus_Jakarta_Sans_21410b';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/9b8cdbc8de8fe84b-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Plus_Jakarta_Sans_21410b';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/c49dcee81b580683-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Plus_Jakarta_Sans_21410b';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/d3e8962f4f556115-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: '__Plus_Jakarta_Sans_21410b';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/5d9fe68223a58b3f-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Plus_Jakarta_Sans_21410b';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/9b8cdbc8de8fe84b-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Plus_Jakarta_Sans_21410b';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/c49dcee81b580683-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Plus_Jakarta_Sans_21410b';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: '__Plus_Jakarta_Sans_21410b';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Plus_Jakarta_Sans_21410b';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Plus_Jakarta_Sans_21410b';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Plus_Jakarta_Sans_21410b';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: '__Plus_Jakarta_Sans_21410b';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Plus_Jakarta_Sans_21410b';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Plus_Jakarta_Sans_21410b';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Plus_Jakarta_Sans_Fallback_21410b';src: local("Arial");ascent-override: 98.88%;descent-override: 21.15%;line-gap-override: 0.00%;size-adjust: 104.98%
}.__className_21410b {font-family: '__Plus_Jakarta_Sans_21410b', '__Plus_Jakarta_Sans_Fallback_21410b', sans-serif
}.__variable_21410b {--font-jakarta: '__Plus_Jakarta_Sans_21410b', '__Plus_Jakarta_Sans_Fallback_21410b', sans-serif
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/layout.js","import":"Bricolage_Grotesque","arguments":[{"subsets":["latin"],"variable":"--font-bricolage","display":"swap","weight":["400","500","600","700"],"fallback":["sans-serif"],"preload":true}],"variableName":"bricolage"} ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* vietnamese */
@font-face {
  font-family: '__Bricolage_Grotesque_6310ba';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/93a6e477e1480c92-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Bricolage_Grotesque_6310ba';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Bricolage_Grotesque_6310ba';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/9d5a263311222317-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: '__Bricolage_Grotesque_6310ba';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/93a6e477e1480c92-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Bricolage_Grotesque_6310ba';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Bricolage_Grotesque_6310ba';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/9d5a263311222317-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: '__Bricolage_Grotesque_6310ba';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/93a6e477e1480c92-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Bricolage_Grotesque_6310ba';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Bricolage_Grotesque_6310ba';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/9d5a263311222317-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: '__Bricolage_Grotesque_6310ba';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/93a6e477e1480c92-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Bricolage_Grotesque_6310ba';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Bricolage_Grotesque_6310ba';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/9d5a263311222317-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Bricolage_Grotesque_Fallback_6310ba';src: local("Arial");ascent-override: 88.21%;descent-override: 25.61%;line-gap-override: 0.00%;size-adjust: 105.43%
}.__className_6310ba {font-family: '__Bricolage_Grotesque_6310ba', '__Bricolage_Grotesque_Fallback_6310ba', sans-serif;font-style: normal
}.__variable_6310ba {--font-bricolage: '__Bricolage_Grotesque_6310ba', '__Bricolage_Grotesque_Fallback_6310ba', sans-serif
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./styles/globals.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100lvh;
  z-index: -1;
  background: #fff;
  transition: background 1s ease;
}

html.lenis,
html.lenis body {
  height: auto;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden !important;
  height: 100% !important;
}

.square {
  position: relative;
  margin-left: 5px;
  display: inline-block;
  background: black;
  height: 8px;
  width: 8px;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

::selection {
  background: var(--main-color);
  color: #fff;
}

img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html,
body {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

body {
  background-color: var(--bg-color);
  font-size: 1.6rem;
  color: var(--main-color);
  color: white;
  position: relative;
  font-family: var(--font-jakarta), sans-serif;
  animation: init 2s ease;
  animation-delay: 0s;
  transition: background 1s ease;
  min-height: 100lvh;
}
@keyframes init {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main {
  min-height: 100lvh;
}

.zones {
  min-height: 100lvh;
}
.zones .zone {
  z-index: 1;
  max-width: 100vw;
  animation: fadezone ease-in-out 2s forwards;
}
@keyframes fadezone {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.relative {
  position: relative;
  width: 100%;
  height: 100%;
}

.sidebutton {
  background: var(--bg-color);
  color: var(--main-color);
  height: 80px;
  padding: 0 25px;
  padding-bottom: 10px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  right: -45px;
  z-index: 10;
  transform: rotate(-90deg);
  transition: all 0.3s ease-in-out;
  transform-origin: top;
  font-size: 115%;
  letter-spacing: 0.5px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
.sidebutton:hover {
  transform: translateX(-10px) rotate(-90deg) !important;
  transition: all 0.3s ease-in-out !important;
}
.sidebutton.black {
  background: black;
  color: var(--main-color);
}

.home .sidebutton {
  animation-delay: 7s;
}

.CookieConsent {
  background: rgba(0, 0, 0, 0.8) !important;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 0 !important;
  color: white !important;
  transform: translateX(-50%) !important;
  left: 50% !important;
  padding: 0 3rem !important;
  bottom: 2rem !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-radius: 50px;
  animation: popup 1s ease-in-out forwards;
}
@keyframes popup {
  to {
    transform: translateY(0);
  }
}
.CookieConsent div {
  display: flex;
  flex: auto !important;
}
.CookieConsent button {
  background: var(--bg-color) !important;
  font-weight: 500 !important;
  padding: 0px !important;
  color: white !important;
  font-size: 85%;
  border: 0 !important;
  border-radius: 45px !important;
  transition: all 0.3s ease;
  width: 45px;
  height: 45px;
}
.CookieConsent button:last-child {
  margin-left: 0px !important;
}
.CookieConsent button:hover {
  background: white !important;
  border-color: #e5ff91 !important;
  color: black !important;
  transition: all 0.3s ease;
}

.magnetic-btn {
  position: absolute;
  top: 60vh;
  left: 75%;
  transform-origin: center;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  width: 380px;
  height: 380px;
  opacity: 0;
  animation: fade 2s ease forwards;
  animation-delay: 4.5s;
}
.magnetic-btn .linkcircle {
  position: relative;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
.magnetic-btn .linkcircle.active {
  transform: scale(2);
  transition: all 0.3s ease;
}
@keyframes fade {
  to {
    opacity: 1;
  }
}
.magnetic-btn .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.25));
}
.magnetic-btn .play path {
  fill: white;
}

.curvedtext {
  background: transparent;
  text-transform: uppercase;
  border-radius: 100%;
  letter-spacing: 9px;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 0px;
  word-spacing: 3px;
  width: 100%;
  height: 100%;
  transform-origin: center;
  cursor: pointer;
  overflow: hidden;
  justify-content: center;
  display: flex;
  z-index: 99;
  align-items: center;
  animation: animenteresa 10s linear infinite;
  animation-delay: 4.5s;
  opacity: 1;
  transition: background 0.3s ease;
  will-change: transform;
}
@keyframes animenteresa {
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.curvedtext tspan {
  fill: white;
  transition: fill 0.3s ease;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.curvedtext svg {
  overflow: visible;
}
.curvedtext:hover {
  transition: all 0.3s ease;
}
.curvedtext:hover .play path {
  fill: var(--main-color);
}
.curvedtext:hover tspan {
  fill: var(--main-color);
  transition: fill 0.3s ease;
}

.home .curvedtext {
  animation-delay: 6.5s;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100lvh;
  background: var(--bg-color);
  opacity: 1;
  z-index: 9999999;
  transition: all 0.3s ease;
}

#loading,
.loadingoverlay,
#loader {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100lvh;
  background: white;
  opacity: 1;
  z-index: 9999999999;
  transition: all 0.3s ease;
}

p {
  margin: 0;
}

.vodka {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

#logo path {
  fill: white;
}
#logo .cls-1 {
  stroke-width: 4px;
}
@keyframes dash {
  to {
    opacity: 1;
    stroke-dashoffset: 1500;
  }
}
#logo .cls-1,
#logo .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}
#logo .cls-2 {
  stroke-width: 9px;
}

.titlebox {
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-end;
}
.titlebox .title {
  font-size: 250%;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  display: inline-block;
  font-family: "bricolage-grotesque", sans-serif;
  opacity: 1;
}
.titlebox .title .word {
  overflow: hidden;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-right: 20px;
}
.titlebox .title .word:last-child {
  margin-right: 0;
}
.titlebox .title .word .letter {
  display: inline-block;
  transform-origin: center;
  line-height: 1;
}
#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: 999999999;
}
#lightbox .shade {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
}
#lightbox .content {
  position: relative;
  z-index: 1;
  position: fixed;
  width: auto;
  height: auto;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  overflow: hidden;
}
#lightbox .content img,
#lightbox .content video {
  object-fit: contain;
  cursor: zoom-out;
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
}
#lightbox.open {
  cursor: zoom-out;
}
#lightbox.open .shade {
  pointer-events: all;
  opacity: 1;
}

.buttonwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5rem;
  height: 50px;
  border: 3px solid;
}
.buttonwrap .arrow {
  height: 100%;
  width: 50px;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  position: relative;
  border-left: 2px solid;
}
.buttonwrap .arrow:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--main-color);
  transform: scaleX(0);
  transition: all 0.3s ease;
  transform-origin: left;
}
.buttonwrap .arrow svg {
  display: inline-block;
}
.buttonwrap .arrow svg path {
  transition: all 0.3s ease;
  fill: var(--main-color);
}
.buttonwrap:hover .arrow:before {
  transform: scaleX(1);
  transition: all 0.3s ease;
}
.buttonwrap:hover .arrow svg path {
  transition: all 0.3s ease;
  fill: white;
}

.button {
  height: 100%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.5px;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  padding-bottom: 0px;
  z-index: 0;
  padding: 0 25px;
  transform: all 0.3s ease;
}
.button svg {
  margin-left: 10px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  transform-origin: bottom left;
  position: relative;
  transition: all 0.3s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.button svg path {
  transition: all 0.3s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.button:hover svg {
  transform: scale(1.15);
  background: black;
  transition: all 0.3s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.button:hover svg path:nth-child(2) {
  fill: white;
  transition: all 0.3s cubicBezier(0.5, 0.28, 0.36, 0.98);
}

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

* {
  box-sizing: border-box;
}

main {
  min-height: 100lvh;
  position: relative;
}
@keyframes fadein {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

.frame {
  width: 75%;
  margin: 0 auto;
}

.textscroll {
  white-space: wrap;
}
.textscroll span {
  display: inline-block;
  margin: 0 6px;
  will-change: transform;
}

.zonetype {
  text-transform: uppercase;
  background: blueviolet;
  color: white;
  padding: 10px 30px;
  font-weight: 600;
  position: absolute;
  right: 25px;
  top: 30px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

main .zones {
  position: relative;
}
main .zone {
  position: relative;
  padding: 12rem 0;
}

.toastButton {
  background: white;
  font-weight: 500 !important;
  border: 2px solid white !important;
  margin-top: 1rem;
  color: black !important;
  font-size: 85% !important;
  border-radius: 25px !important;
  cursor: pointer;
}

.curstom {
  position: fixed;
  top: -5px;
  left: -5px;
  pointer-events: none;
  transform-origin: center;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10px;
  width: 10px;
  background: white;
  mix-blend-mode: difference;
  opacity: 1;
  background-color: 0, 0, 0, 0;
  pointer-events: none;
  display: inline-block;
  animation: fadeIn 2s forwards;
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.curstom.hovered {
  opacity: 0.1;
  height: 20px;
  width: 20px;
  top: -10px;
  left: -10px;
}
.curstom.devis {
  height: 20px;
  top: -10px;
  left: -10px;
  content: "Demander un devis";
  width: -moz-fit-content;
  width: fit-content;
  height: 80px;
  padding: 0;
}
.curstom.hover_img .box {
  background-color: rgba(255, 255, 255, 0.7);
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 20px 30px;
  height: auto;
  -webkit-backdrop-filter: blur(8px) !important;
          backdrop-filter: blur(8px) !important;
  transition: all 0.3s ease;
  margin-left: -60px;
  position: relative;
  border-radius: 30px;
}
.curstom.hover_img .box:after {
  content: "En savoir plus";
  position: relative;
}
.curstom.hover_img.devis {
  content: "Demander un devis";
  width: -moz-fit-content;
  width: fit-content;
  height: 80px;
  padding: 0;
}
.curstom.hover_img.devis:after {
  content: "Demander un devis";
}
.curstom.hover_img.blog .box:after {
  content: "Lire l'article";
}
.curstom.hover_img.room .box {
  background-color: rgba(255, 255, 255, 0.65);
  width: -moz-fit-content;
  width: fit-content;
  height: 140px;
  width: 140px;
  border-radius: 100%;
  outline: 1px solid rgba(0, 0, 0, 0.4);
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: 5px;
}
.curstom.hover_img.room .box:after {
  content: "Découvrir cette chambre";
}
.curstom.hover_img.slider .box {
  background-color: rgba(255, 255, 255, 0.65);
  width: -moz-fit-content;
  width: fit-content;
  padding: 2rem 30px;
  border-radius: 30px;
  font-weight: 300;
  outline: 1px solid rgba(0, 0, 0, 0.4);
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: 5px;
}
.curstom.hover_img.slider .box .arrow {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 4px;
}
.curstom.hover_img.slider .box:before {
  content: "";
  display: inline-block;
}
.curstom.hover_img.slider .box:after {
  display: none;
}
.curstom.hover_img.slider.prev .arrow {
  order: -1;
  margin-left: 0;
  margin-right: 10px;
  transform: scaleX(-1);
}
.curstom.hover_img.slider.prev .box:before {
  content: "Précédent";
}
.curstom.hover_img.slider.next .box:before {
  content: "Suivant";
  transition: all 0.3s ease;
}

.bgtexture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3C!-- svg: first layer --%3E%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='4' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
}

#loader {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: var(--bg-color);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  padding: 1.5rem 7rem;
  padding-bottom: 3rem;
  z-index: 999999999;
  animation: noloader 2s ease forwards;
  animation-delay: 5s;
  transform-origin: top;
  display: none;
}
@keyframes noloader {
  to {
    opacity: 0;
    pointer-events: none;
  }
}
#loader .percent {
  width: 250px;
  height: 250px;
  position: relative;
  white-space: nowrap;
  overflow: visible;
}
#loader .percent .image {
  z-index: 99;
  width: 100%;
  height: 100%;
  display: block;
}
@keyframes logo {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  60% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  70% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
}
#loader .percent .image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  animation: logo 4.5s cubicBezier(0.5, 0.28, 0.36, 0.98) forwards;
  animation-delay: 0.5s;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
#loader .percent .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 99;
}
#loader .images {
  position: relative;
  width: 100%;
  margin: 0px;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 0.7;
  animation: noimg 1s cubicBezier(0.5, 0.28, 0.36, 0.98) forwards;
  animation-delay: 4s;
}
@keyframes noimg {
  from {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
            clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
  to {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}
#loader .images .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#loader .images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scrolltop {
  background: var(--main-color);
  color: white;
  border: 1px solid;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  height: 60px;
  width: 60px;
  bottom: 40px;
  right: 4rem;
  z-index: 10;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.scrolltop svg {
  fill: black;
  transform: scale(1.75) rotate(-90deg);
}
.scrolltop svg path {
  fill: white;
}
.scrolltop:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.scrollprogress {
  position: fixed;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  background: var(--main-color);
  z-index: 90;
  transform-origin: top;
}

.backbutton {
  font-weight: 800;
  letter-spacing: 1px;
  margin-top: 2rem;
  display: inline-block;
  text-transform: uppercase;
  color: var(--main-color);
  font-size: 90%;
  cursor: pointer;
}
.backbutton svg {
  transform: scaleX(-1);
  vertical-align: 1px;
  margin-right: 5px;
}

@media all and (min-width: 2200px) {
  body {
    font-size: 2rem;
  }
  .search-bar .search-item {
    margin: 0 5rem;
  }
}
@media all and (max-width: 1600px) {
  .titlebox .title {
    margin-bottom: 3rem;
  }
}
@media all and (max-width: 1400px) {
  body {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 1200px) {
  body {
    font-size: 1.5rem;
  }
  .magnetic-btn {
    left: 70%;
  }
  #loader .images {
    width: calc(100% - 0rem);
    height: calc(100% - 0rem);
  }
  .curstom {
    display: none;
  }
  .titlebox {
    margin-bottom: 2rem;
  }
  .titlebox .title {
    font-size: 4rem;
  }
  .frame {
    width: 85%;
  }
  .zones .zone {
    padding: 10rem 0;
  }
}
@media all and (max-width: 1000px) {
  .magnetic-btn {
    left: 65%;
  }
  .titlebox .title {
    font-size: 3.5rem;
  }
  .bigtitle {
    font-size: 400%;
  }
}
@media all and (max-width: 800px) {
  .titlebox .title {
    margin-bottom: 2rem;
  }
  .buttonwrap {
    margin-top: 2rem;
  }
  .magnetic-btn {
    left: 60%;
    top: 45vh;
  }
  .magnetic-btn .linkcircle {
    transform: scale(1.2);
  }
  .zones .zone {
    padding: 8rem 0;
  }
  .scrolltop {
    bottom: 80px;
  }
  body {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 600px) {
  .magnetic-btn {
    left: 52%;
    top: 18vh;
  }
  .magnetic-btn .linkcircle {
    transform: scale(1.1);
  }
  .bigtitle {
    font-size: 300%;
    margin-bottom: 3rem;
  }
  #loader .percent {
    aspect-ratio: 1;
    width: 70%;
    max-width: 200px;
    height: auto;
  }
  .frame {
    width: 85%;
  }
  .CookieConsent {
    width: 85% !important;
    left: 7.5% !important;
    transform: none !important;
    padding: 0 2rem !important;
  }
  .scrollprogress {
    width: 3px;
  }
  .titlebox .title {
    font-size: 3.25rem;
  }
  .scrolltop {
    right: 5%;
    bottom: 5%;
  }
}
@media all and (max-width: 450px) {
  .magnetic-btn {
    display: none;
  }
  body {
    font-size: 1.3rem;
  }
  .bigtitle {
    font-size: 250%;
    margin-bottom: 2rem;
  }
  .buttonplus {
    height: 45px;
    width: 45px;
    min-height: 45px;
  }
  .scrolltop {
    height: 50px;
    width: 50px;
  }
  .scrolltop svg {
    transform: scale(0.7) rotate(180deg);
  }
  .sidebutton {
    height: 55px;
    right: -60px;
  }
  .titlebox .title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
footer {
  font-size: 100%;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5rem;
  max-width: 100vw;
  overflow: hidden;
  width: calc(100% - 5rem);
  margin: 0 auto;
  margin-bottom: 2.5rem;
  font-weight: 600;
  text-align: left;
  position: relative;
  z-index: 9;
  min-height: calc(100vh - 5rem);
  padding: 10vh 2rem;
  overflow: hidden;
  border-radius: 20px;
}
footer .meteo {
  position: absolute;
  top: 3rem;
  right: 1rem;
  z-index: 5;
  text-transform: uppercase;
  font-size: 100%;
}
footer .meteo .weather-widget {
  display: flex;
  align-items: center;
  border-radius: 30px;
  padding: 8px 15px;
  color: white;
  font-weight: 600;
  letter-spacing: 0.5px;
}
footer .meteo .weather-widget .weather-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-right: 10px;
}
footer .meteo .weather-widget .weather-icon .weather-svg {
  width: 32px;
  height: 32px;
  color: white;
  margin-left: 5px;
  margin-top: 1px;
}
footer .meteo .weather-widget .weather-icon .weather-svg path {
  stroke: 2px;
}
footer .meteo .weather-widget .weather-info .weather-temp {
  white-space: nowrap;
}
footer .bgimg {
  filter: brightness(0.55);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
footer .search-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 30px;
  padding: 8px;
  color: white;
  font-weight: 600;
  letter-spacing: 0.5px;
}
footer .search-bar input {
  border: none;
  background-color: transparent;
  color: white;
  font-size: 14px;
  outline: none;
  margin-left: 10px;
}
footer .bigtitle {
  font-size: 12vw;
  font-weight: 600;
  font-family: var(--font-jakarta), sans-serif;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  letter-spacing: -5px;
  line-height: 1.2;
  text-transform: none;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100vw;
  background: rgba(255, 255, 255, 0.22);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.08), 0 0 2px rgba(255, 255, 255, 0.06), 0 0 3px rgba(255, 255, 255, 0.07);
  mix-blend-mode: overlay;
}
footer .legals {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  display: flex;
  width: calc(100% - 8rem);
  margin: 0 auto;
  justify-content: space-between;
  color: white;
}
footer .legals a {
  color: white;
  text-decoration: underline;
}
@keyframes initfooter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
footer .home footer {
  animation-delay: 10s;
}
@keyframes initfooter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
footer .title {
  font-size: 130%;
  letter-spacing: 0.5px;
  overflow: visible;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
footer .leftsection {
  color: #e5ff91;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  text-align: center;
}
footer .leftsection .infos {
  font-size: 100%;
}
footer .leftsection .infos li {
  margin-bottom: 2rem;
}
footer .leftsection .infos li:last-child a {
  text-decoration: underline;
}
footer .leftsection .social {
  display: flex;
  margin-top: 2rem;
}
footer .leftsection .social li {
  margin-right: 1.5rem;
}
footer .leftsection .social li:last-child {
  margin-right: 0;
}
footer .leftsection .social a {
  display: block;
  width: 50px;
  height: 50px;
  background: #e5ff91;
  border-radius: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
footer .leftsection .social a:after {
  display: none !important;
}
footer .leftsection .social a svg {
  color: white;
  width: 60%;
  fill: white;
}
footer .leftsection .social a svg path {
  fill: white;
}
footer .leftsection .social a:hover {
  background: var(--main-color);
  transition: all 0.3s ease;
}
footer .leftsection .social a:hover svg {
  fill: white;
}
footer .map {
  width: 50%;
  position: relative;
  margin-top: -5rem;
}
footer .map img {
  width: 100%;
  height: auto;
  position: relative !important;
  object-fit: contain;
}
footer a {
  position: relative;
  color: var(--main-color);
}

@media all and (min-width: 2200px) {
  footer .bigtitle {
    bottom: 0;
  }
  footer .legals {
    bottom: 4rem;
  }
}
@media all and (max-width: 1200px) {
  footer .map {
    margin-top: 0;
  }
  footer .rightsection .wrap .social a {
    width: 35px;
    height: 35px;
  }
}
@media all and (max-width: 1000px) {
  footer .legals {
    bottom: 3rem;
    left: 3rem;
    display: flex;
    width: calc(100% - 6rem);
  }
  .popup-content {
    width: 90vw;
    max-width: auto;
  }
}
@media all and (max-width: 800px) {
  footer {
    flex-direction: column;
    padding: 2rem;
    padding-bottom: 30vh;
    align-items: center;
  }
  footer .search-bar {
    background: rgba(255, 255, 255, 0.25);
  }
  footer .leftsection {
    width: 100%;
  }
  footer .meteo {
    top: 0;
    left: 0;
    position: relative;
  }
  footer .mountains .bigtitle {
    bottom: 2rem;
  }
  footer .bigtitle {
    font-size: 11.2vw;
    letter-spacing: -3px;
  }
  footer .map {
    width: 100%;
    margin-top: 4rem;
  }
  footer .rightsection {
    width: 100%;
  }
  footer .search-bar .search-item .search-label {
    color: black;
  }
}
@media all and (max-width: 600px) {
  footer {
    flex-direction: column;
    padding-bottom: 30vh;
    width: calc(100% - 2rem);
    height: calc(100vh - 2rem);
    margin-bottom: 1rem;
  }
  footer .legals {
    bottom: 1.5rem;
    left: 1rem;
    display: flex;
    width: calc(100% - 2rem);
    align-items: center;
    flex-direction: column;
    font-size: 90%;
  }
  footer .bigtitle {
    font-size: 11.5vw;
    letter-spacing: -2px;
  }
  footer .leftsection {
    width: 100%;
  }
  footer .map {
    width: 100%;
    margin-top: 4rem;
  }
  footer .rightsection {
    width: 100%;
  }
}
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  z-index: 9999;
  background: var(--bg-color);
  overscroll-behavior: none;
  touch-action: none;
}
.loader-overlay .loader-content {
  text-align: center;
}
.loader-overlay .loader-content .number-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
}
.loader-overlay .loader-content .number-container .loading-number {
  font-size: 500%;
  font-weight: 500;
  color: #e5ff91;
  font-family: var(--font-jakarta), sans-serif;
  display: inline-block;
}

.no-scroll {
  overflow: hidden !important;
  height: 100% !important;
}
.no-scroll body {
  overflow: hidden !important;
  height: 100% !important;
  position: fixed !important;
  width: 100% !important;
}

@media all and (max-width: 768px) {
  .loader-overlay .loader-content .number-container {
    height: 80px;
  }
  .loader-overlay .loader-content .number-container .loading-number {
    font-size: 4rem;
  }
}
header {
  display: flex;
  height: 160px;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s ease-out;
  text-transform: uppercase;
  width: 100%;
  z-index: 999;
  z-index: 9999999999;
  background: none;
  font-size: 100%;
  will-change: transform;
  padding: 0 2.5rem;
  overflow: visible;
}
header .resabutton {
  font-size: 100%;
  background: var(--main-color);
  padding: 0 3.5rem;
  padding-right: 14px;
  border-radius: 50px;
  border: none;
  color: white;
  position: relative;
  font-weight: 600;
  display: flex;
  line-height: 1;
  align-items: center;
  height: 48px;
  word-spacing: 3px;
  transition: all 0.3s ease;
  opacity: 0;
  animation: resaButtonIn 0.6s forwards ease-out;
  animation-delay: 1s;
}
header .resabutton:after {
  margin-left: 14px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #e5ff91;
  border-radius: 100%;
  transition: all 0.3s ease;
}
header .resabutton:hover {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.168627451);
  transform: translateY(-3px);
  transition: all 0.3s ease;
}
header .resabutton:hover:after {
  transition: all 0.3s ease;
}
header .etab {
  display: flex;
  align-items: center;
}
header .etab .nom {
  font-weight: 600;
  font-size: 170%;
  color: white;
  text-transform: capitalize;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}
header .etab .nom .animated-word {
  display: inline-block;
  margin-right: 0.3rem;
}
header .etab .nom .animated-word:last-child {
  margin-right: 0;
}
header .logo {
  display: block;
  align-items: center;
  z-index: 0;
  transition: opacity 0.5s cubicBezier(0.5, 0.28, 0.36, 0.98);
  color: inherit;
  width: 115px;
  aspect-ratio: 1;
  opacity: 0;
  animation: logoAppear 1s forwards;
  animation-delay: 0s;
  animation-timing-function: cubicBezier(0.5, 0.28, 0.36, 0.98);
}
header .logo .image {
  position: relative;
  width: 100%;
  height: 100%;
}
header .logo img {
  object-fit: contain;
}
header .logo svg {
  transform-origin: center !important;
  margin-top: 10px;
  transition: transform opacity 0.5s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
header .logo svg path {
  fill: white;
  transition: all 0.5s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
header .logo svg .logo_svg__subs,
header .logo svg .logo_svg__sub {
  display: none;
}
header .menubutton {
  font-weight: 600;
}
header .navmenu {
  display: flex;
  align-items: center;
  border: 3px solid white;
  padding: 0rem 1.5rem;
  height: 75px;
  overflow: visible;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.5s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
header .navmenu .navlink {
  display: inline-block;
  position: unset;
  color: white;
  display: block;
  font-size: 100%;
  text-transform: uppercase;
  margin: 0 1.5rem;
  line-height: 1;
  font-weight: 600;
  transition: all 0.3s ease;
}
header .navmenu .navlink:hover {
  color: var(--main-color);
  transition: all 0.3s ease;
}
header .navmenu .navlink .link {
  display: inline-block;
  will-change: transform;
  transition: transform 0.5s ease-in;
}
header .navmenu .navlink .dropdown {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: -3px;
  top: 100%;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 6px);
  justify-content: space-between;
  list-style: none;
  transform: translateY(10px);
  padding: 0;
  margin: 0;
  padding-top: 15px;
}
header .navmenu .navlink .dropdown li {
  border: 3px solid white;
  height: 75px;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(50% - 5px);
  position: relative;
  will-change: backdrop-filter;
}
header .navmenu .navlink .dropdown li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  color: white !important;
}
header .navmenu .navlink .dropdown li .titre {
  line-height: 1;
  display: inline-block;
  transition: all 0.3s ease;
}
header .navmenu .navlink .dropdown li .icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  display: inline-block;
  margin-right: 2rem;
}
header .navmenu .navlink .dropdown li .icon svg {
  height: 100%;
  width: 100%;
}
header .navmenu .navlink .dropdown li .icon svg path,
header .navmenu .navlink .dropdown li .icon svg circle,
header .navmenu .navlink .dropdown li .icon svg ellipse,
header .navmenu .navlink .dropdown li .icon svg rect {
  fill: white;
}
header .navmenu .navlink .dropdown li:hover {
  background: var(--main-color);
  transition: all 0.3s ease;
}
header .navmenu .navlink .dropdown li:hover .titre {
  transform: translateX(5px);
  transition: all 0.3s ease;
}
header .navmenu .navlink.parent {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: context-menu;
}
header .navmenu .navlink.parent:after {
  margin-left: 4px;
  margin-bottom: 4px;
  content: "+";
  font-size: 120%;
}
header .navmenu .navlink.parent:hover .dropdown {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.3s ease;
}
header.white {
  color: white;
}
header.white .logo svg path {
  fill: white;
}
header.white .burger .burgerline {
  background: white;
}
header.white .burger .burgerwrap svg path {
  stroke: white;
}
header.homepage .logo {
  opacity: 0;
  animation: logoAppear 1s forwards;
  animation-delay: 3s;
  animation-timing-function: cubicBezier(0.5, 0.28, 0.36, 0.98);
}
header.homepage .rightheader {
  opacity: 0;
  animation: rightHeaderIn 0.6s forwards ease-out;
  animation-delay: 3.2s;
}
header.homepage .resabutton {
  opacity: 0;
  animation: resaButtonIn 0.6s forwards ease-out;
  animation-delay: 3.5s;
}

.language {
  padding-right: 1.5rem;
  color: white;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.sidemenu {
  pointer-events: all !important;
}

.language,
#google_translate_element,
.goog-te-gadget,
.goog-te-gadget-simple {
  pointer-events: all !important;
}

.language {
  position: relative;
  z-index: 999999;
}
.language #google_translate_element {
  pointer-events: all;
  position: relative;
  z-index: 999999;
}
.language #google_translate_element .goog-te-gadget {
  pointer-events: all;
  opacity: 1 !important;
  z-index: 999999;
}
.language #google_translate_element .goog-te-gadget .goog-te-gadget-simple {
  pointer-events: all;
}
.language #google_translate_element .goog-te-gadget .goog-te-gadget-simple .goog-te-menu-value {
  pointer-events: all;
}

iframe.skiptranslate {
  z-index: 9999999999;
}

#google_translate_element {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 55px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 2.5rem;
  text-transform: capitalize;
}
#google_translate_element .triangle {
  margin-left: 0.5rem;
  margin-top: 5px;
}
#google_translate_element .tradicon {
  z-index: -1;
  border-radius: 100%;
  margin-right: 0.5rem;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
#google_translate_element .tradicon svg path {
  fill: var(--main-color);
  fill: white;
}

.goog-te-gadget {
  font-family: Roboto, "Open Sans", sans-serif !important;
  opacity: 0;
  z-index: 9999999999;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.goog-te-gadget .goog-te-gadget-simple {
  height: 100%;
  display: inline-block;
}

.lang {
  line-height: 1;
  margin-top: 3px;
  width: 25px;
  display: inline-block;
}
.lang svg {
  width: 100%;
  height: 100%;
  fill: white;
}
.lang svg path {
  stroke: white !important;
}

.menuopen {
  color: var(--bg-color) !important;
}

header .resa {
  z-index: 9;
  text-decoration: underline;
}

.rightheader {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: rightHeaderIn 0.6s forwards ease-out;
  animation-delay: 1s;
}

.burger {
  display: flex;
  position: relative;
  padding-right: 1.5rem;
  padding: 0rem 1.5rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-weight: 600;
  overflow: visible;
  margin-right: 4rem;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 9999;
  color: white;
}
.burger .menu {
  margin-left: 1.5rem;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.burger .menu .txt {
  position: relative;
  line-height: 1;
  display: inherit;
  vertical-align: middle;
}
.burger .burgerwrap {
  width: 80px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: -4px;
}
.burger .burgerwrap .svgline {
  width: 100%;
  height: 18px;
  overflow: hidden;
  position: relative;
}
.burger .burgerwrap svg {
  left: 0;
  position: absolute;
  width: 300%;
  height: 20px;
  transform: translateX(0);
}
.burger .burgerwrap svg path {
  stroke: var(--main-color);
  stroke: white;
  stroke-width: 2px;
  fill: none;
  stroke-linecap: round;
}
.burger:hover .burgerwrap svg {
  animation: waveMove 4s linear infinite;
}
@keyframes waveMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333333%);
  }
}
.burger .burgerline {
  width: 100%;
  height: 100%;
  height: 2px;
  background: var(--main-color);
  background: white;
  transform-origin: right;
  transition: transform 0.3s ease;
}
.burger.open .burgerwrap svg {
  animation: waveMove 4s linear infinite;
}
.burger.open .burgerwrap svg path {
  stroke: white;
}
.burger.open .burgerline {
  will-change: transform;
  transition: transform 0.3s ease;
  background: white;
}
.burger.open .burgerline:last-child {
  transform: none !important;
}
.burger:hover .burgerline {
  transition: all 0.3s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.burger:hover .burgerline:nth-child(2) {
  transform-origin: right;
  transition: all 0.3s cubicBezier(0.5, 0.28, 0.36, 0.98);
}

@keyframes logoAppear {
  0% {
    opacity: 0;
    transform: scale(1.2) rotate(-90deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
@keyframes rightHeaderIn {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes resaButtonIn {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.menuclose {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100lvh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.25);
  z-index: 3;
  cursor: alias;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.sidemenu {
  position: absolute;
  top: -18px;
  right: 0;
  background: var(--main-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  z-index: 888;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: white;
  font-weight: 600;
  border-radius: 20px;
  z-index: -1;
}
.sidemenu .nav {
  height: 100%;
}
.sidemenu .navmenu {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 4rem 15%;
  padding-top: 65px;
  border-radius: 20px;
  min-width: 400px;
  border: none;
}
.sidemenu .navmenu .menu {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  padding: 4rem 2rem;
  align-items: flex-start;
  height: 100%;
  justify-content: flex-start;
}
.sidemenu .navmenu .navlink {
  line-height: 1.5;
  padding: 0 !important;
  text-align: center;
  font-size: 125%;
  margin: 0.75rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
  text-transform: none;
  position: relative;
  overflow: hidden;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
}
.sidemenu .navmenu .navlink:first-child {
  display: none;
}
.sidemenu .navmenu .navlink .sub {
  color: #e5ff91 !important;
  font-size: 70%;
  font-weight: 400;
  margin-top: -3px;
}
.sidemenu .navmenu .navlink:hover {
  color: white;
}
.sidemenu .coords {
  text-transform: none;
  line-height: 1.5;
  margin-bottom: 5rem;
}
.sidemenu .coords a {
  color: var(--bg-color);
  display: inline-block;
}
.sidemenu .bottom {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.sidemenu .bottom a {
  color: var(--bg-color);
}
.sidemenu .social {
  width: 100%;
  font-size: 100%;
  margin: 0 auto;
  font-weight: 500;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  font-style: italic;
}
.sidemenu .social li {
  padding: 0;
  display: flex;
  align-items: baseline;
  border-radius: 25px;
}
.sidemenu .social li .title {
  color: var(--bg-color);
}
.sidemenu .social li:after {
  content: ".";
  position: relative;
  margin: 0 1rem;
  font-size: 170%;
  color: var(--main-color);
  line-height: 0;
}
.sidemenu .social li svg {
  margin-right: 5px;
  transform-origin: left;
  fill: white;
}
.sidemenu .social li a {
  display: flex;
  align-items: center;
}
.sidemenu .social li:last-child {
  margin-bottom: 0;
}
.sidemenu .social li:last-child:after {
  display: none;
}

@media all and (min-width: 2200px) {
  header {
    font-size: 100%;
    padding: 0 4rem;
    height: 180px;
  }
}
@media all and (max-width: 1400px) {
  header {
    font-size: 100%;
  }
}
@media all and (max-width: 1200px) {
  header {
    height: 160px;
  }
}
@media all and (max-width: 1000px) {
  header {
    height: 160px;
  }
  .widget .meteo .txt {
    display: none;
  }
  .btn-menu {
    height: 50px;
  }
}
@media all and (max-width: 800px) {
  header {
    height: 160px;
    padding: 0 2.5%;
  }
  header .navmenu {
    display: none;
  }
  header .resabutton {
    padding: 0 2.5rem;
    padding-right: 14px;
  }
  header .logo {
    width: 100px;
  }
  .burger {
    display: flex;
    margin-right: 2.5rem;
  }
}
@media all and (max-width: 600px) {
  header {
    font-size: 110%;
    height: 160px;
  }
  header .resabutton {
    display: none;
  }
  .burger {
    display: flex;
    margin-right: 0rem;
  }
  .burger .burgerwrap svg path {
    stroke: #e5ff91;
  }
  .burger .burgerline {
    background: #e5ff91;
  }
  .burger .menu .txt {
    color: #e5ff91;
    font-weight: 600;
  }
  .btn-menu .grana {
    margin-left: 8px;
  }
}
@media all and (max-width: 450px) {
  .sidemenu .navmenu {
    min-width: 300px;
  }
  .sidemenu .navmenu .navlink .icon {
    margin-right: 5px;
  }
  header {
    height: 100px;
    padding: 10px;
  }
  header .navmenu .navlink:before {
    bottom: -2px;
    left: -8px;
  }
  header .navmenu .navlink:after {
    top: -2px;
    right: -8px;
  }
  .burger {
    padding: 0px 12px;
    height: 55px;
  }
  .burger:hover {
    padding: 8px 12px;
  }
}
@media all and (max-width: 350px) {
  header .resa {
    display: none;
  }
}
.zone.about {
  position: relative;
  padding: 15lvh 0;
  padding-bottom: 25lvh;
  overflow: hidden;
}
.zone.about .frame {
  width: 100%;
  padding: 0 2.5rem;
  display: flex;
  justify-content: space-between;
}
.zone.about .bluetitle {
  text-transform: uppercase;
  font-size: 110%;
  width: 25%;
  line-height: 1.4;
  color: #e5ff91;
  margin-bottom: 5rem;
}
.zone.about .description {
  width: 50%;
  line-height: 1.5;
  font-size: 160%;
  font-weight: 300;
  max-width: 100%;
  text-align: justify;
}
.zone.about .description ul {
  list-style-type: none;
  padding-left: 3rem;
}
.zone.about .description ul li {
  position: relative;
  margin-bottom: 0.5rem;
}
.zone.about .description ul li::before {
  content: "✱";
  position: absolute;
  left: -3rem;
  top: 10%;
  color: #e5ff91;
  font-size: 80%;
}
.zone.about .description ol {
  padding-left: 3rem;
}
.zone.about .cards {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 15rem;
  width: 100%;
  padding: 0 2.5rem;
  overflow: visible;
  color: white;
  height: -moz-fit-content;
  height: fit-content;
}
.zone.about .cards .card {
  position: relative;
  width: 100%;
  max-width: 25%;
  padding: 4rem;
  height: 45vh;
  min-height: 300px;
  background-color: var(--main-color);
  border-radius: 0 0 50px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  cursor: pointer;
  display: flex;
  font-size: 100%;
  flex-direction: column;
  justify-content: center;
}
.zone.about .cards .card h3 {
  font-size: 220%;
  font-weight: bold;
  font-family: var(--font-bricolage), sans-serif;
  margin: 0;
  margin-bottom: 4rem;
  line-height: 1;
  position: relative;
  display: inline-block;
}
.zone.about .cards .card h3 strong {
  font-weight: 600;
  font-size: 150%;
  margin-bottom: 0px;
  display: block;
}
.zone.about .cards .card ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-top: 1rem;
}
.zone.about .cards .card ul li {
  margin-bottom: 0.5rem;
}
.zone.about .cards .card p {
  line-height: 1.5;
  font-size: 100%;
  margin-top: 0;
}
.zone.about .card-content {
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
.zone.about.vente {
  padding-bottom: 20vh;
}
.zone.about.vente .boatimg {
  position: absolute;
  right: 0%;
  top: 15%;
  aspect-ratio: 1;
  height: 70vh;
  z-index: 5;
}
.zone.about.vente .boatimg img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.zone.about.vente .frame {
  flex-direction: column;
}
.zone.about.vente .frame .bluetitle {
  font-size: 250%;
  text-transform: none;
  width: 45%;
  line-height: 1.2;
  font-family: var(--font-bricolage), sans-serif;
}
.zone.about.vente .marquee-container {
  position: relative;
  margin: 4rem 0;
  margin-top: 15rem;
  width: 100%;
}
.zone.about.vente .marquee-wrapper {
  display: flex;
  width: 100%;
}
.zone.about.vente .marquee {
  display: flex;
  animation: marquee 35s linear infinite;
}
.zone.about.vente .marquee-item {
  flex-shrink: 0;
  background: rgb(255, 255, 255);
  border-radius: 0 0 50px 0;
  width: 250px;
  aspect-ratio: 1.35;
  margin-right: 5rem;
  padding: 3rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.zone.about.vente .marquee-item:hover {
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.zone.about.vente .marquee-item .marquee-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (max-width: 768px) {
  .zone.about.vente .marquee {
    animation-duration: 20s;
  }
}

@media all and (min-width: 2200px) {
  .zone.about.vente .boatimg {
    height: 60vh;
    top: 15%;
  }
  .zone.about.vente .marquee-container {
    margin-top: 30rem;
  }
  .zone.about.vente .marquee-item {
    width: 300px;
    aspect-ratio: 1.5;
    margin-right: 5%;
  }
}
@media (max-width: 1400px) {
  .zone.about .cards .card {
    max-width: 25%;
  }
  .zone.about.vente .boatimg {
    top: 18%;
  }
}
@media (max-width: 1200px) {
  .zone.about .description {
    width: 60%;
  }
  .zone.about .cards .card {
    max-width: 30%;
  }
  .zone.about.vente .boatimg {
    height: 60vh;
    top: 20%;
  }
}
@media (max-width: 1000px) {
  .zone.about .description {
    line-height: 1.4;
  }
  .zone.about .cards .card {
    max-width: 31%;
    padding: 3rem;
  }
  .zone.about .cards .card h3 {
    font-size: 180%;
  }
  .zone.about.vente {
    padding-bottom: 12vh;
  }
  .zone.about.vente .boatimg {
    height: 50vh;
    top: 30%;
  }
  .zone.about.vente .marquee-container {
    margin-top: 7rem;
  }
}
@media (max-width: 800px) {
  .zone.about {
    padding: 8rem 0;
    padding-bottom: 25vh;
  }
  .zone.about .description {
    line-height: 1.4;
    width: 100%;
    text-align: center;
  }
  .zone.about .bluetitle {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 4rem;
  }
  .zone.about .frame {
    flex-wrap: wrap;
  }
  .zone.about .cards {
    flex-direction: column;
    align-items: center;
    margin-top: 8rem;
  }
  .zone.about .cards .card {
    max-width: 80%;
    margin-top: 2rem !important;
  }
  .zone.about .cards .card h3 {
    font-size: 220%;
  }
  .zone.about.vente {
    padding-bottom: 10vh;
  }
  .zone.about.vente .boatimg {
    height: 70vh;
    top: 0;
    margin-top: 4rem;
    position: relative;
  }
  .zone.about.vente .marquee-container {
    margin-top: -5rem;
  }
  .zone.about.vente .marquee-container .marquee {
    animation-duration: 10s;
  }
  .zone.about.vente .frame .bluetitle {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .zone.about .description {
    width: 100%;
    text-align: center;
  }
  .zone.about .bluetitle {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 4rem;
  }
  .zone.about .frame {
    flex-wrap: wrap;
    padding: 0;
    width: 95%;
  }
  .zone.about .cards {
    flex-direction: column;
    align-items: center;
    margin-top: 8rem;
  }
  .zone.about .cards .card {
    max-width: 80%;
    margin-top: 2rem !important;
  }
  .zone.about .cards .card h3 {
    font-size: 220%;
  }
  .zone.about.vente {
    padding-bottom: 10vh;
  }
  .zone.about.vente .boatimg {
    height: 55vh;
    top: 0;
    margin-top: 4rem;
    position: relative;
  }
  .zone.about.vente .marquee-container {
    margin-top: -5rem;
  }
  .zone.about.vente .marquee-container .marquee-item {
    margin-right: 5%;
    padding: 1rem 2rem;
  }
  .zone.about.vente .frame {
    width: 100%;
    overflow: hidden;
    align-items: center;
  }
  .zone.about.vente .frame .bluetitle {
    width: 70%;
  }
  .zone.about.vente .frame .description {
    width: 95%;
  }
}
@media (max-width: 450px) {
  .zone.about .description {
    width: 100%;
    text-align: center;
  }
  .zone.about .bluetitle {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 4rem;
  }
  .zone.about .frame {
    flex-wrap: wrap;
    padding: 0;
    width: 95%;
  }
  .zone.about .cards {
    flex-direction: column;
    align-items: center;
    margin-top: 8rem;
  }
  .zone.about .cards .card {
    max-width: 80%;
    margin-top: 2rem !important;
  }
  .zone.about .cards .card h3 {
    font-size: 220%;
  }
  .zone.about.vente {
    padding-bottom: 10vh;
  }
  .zone.about.vente .boatimg {
    height: auto;
    width: 70vw;
    top: 0;
    margin-top: 4rem;
    right: -7%;
    position: relative;
  }
  .zone.about.vente .marquee-container {
    margin-top: -2rem;
  }
  .zone.about.vente .marquee-container .marquee-item {
    margin-right: 5%;
    padding: 1rem 2rem;
  }
}
.zone.faq {
  padding: 8rem 0;
  padding-left: 25%;
  padding-right: 5rem;
}

.bigtitle {
  font-size: 350%;
  margin-bottom: 5rem;
  line-height: 1.1;
  font-family: var(--font-bricolage), sans-serif;
  margin-top: 0;
}

.faq-items {
  border-top: 1px solid;
  margin-bottom: 5rem;
}

.faq-item {
  border-bottom: 1px solid;
  will-change: transform;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 4rem 0;
}

.faq-question {
  font-size: 150%;
  margin: 0;
}

.faq-toggle {
  background-color: #e5ff91;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.faq-toggle.open {
  transform: rotate(45deg);
}

.faq-answer {
  overflow: hidden;
  margin-top: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.25;
  padding-right: 10%;
  transition: all 0.3 ease;
}

.faq-item.open .faq-answer {
  padding-bottom: 4rem;
}

@media (max-width: 850px) {
  .zone.faq {
    padding: 8rem 5rem;
  }
  .zone.faq .bigtitle {
    font-size: 300%;
    margin-bottom: 3rem;
  }
  .faq-toggle {
    aspect-ratio: 1;
  }
  .faq-question {
    font-size: 120%;
  }
}
@media (max-width: 600px) {
  .zone.faq {
    padding: 8rem 2rem;
  }
  .faq-question {
    font-size: 120%;
    padding-right: 2rem;
  }
}
.zone.textslider {
  padding: 0;
  background: #ccbcac;
  display: flex;
}
.zone.textslider .text {
  width: 40%;
  padding: 10% 5%;
  color: #606f64;
}
.zone.textslider .text .wraptitre {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 4rem;
  width: -moz-fit-content;
  width: fit-content;
}
.zone.textslider .text .titre {
  font-size: 350%;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
  font-family: anton;
}
.zone.textslider .text .sstitre {
  margin: 0;
  font-size: 125%;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
  width: 100%;
  color: #27384a;
}
.zone.textslider .text .sstitre:before {
  position: relative;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  margin: 1rem 0;
  margin-right: 3px;
  border-bottom: 3px solid #27384a;
}
.zone.textslider .text .description {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5;
}
.zone.textslider .text .description strong {
  font-style: italic;
  color: #27384a;
  text-decoration: underline;
}
.zone.textslider .swiper-container {
  width: 60%;
}
.zone.textslider .swiper-container .swiper {
  width: 100%;
  height: 100%;
  z-index: 9;
}
.zone.textslider .swiper-container .swiper .swiper-wrapper {
  height: 100%;
}
.zone.textslider .swiper-container .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.zone.textslider .swiper-container .swiper .swiper-wrapper .swiper-slide img {
  min-width: 100%;
  min-height: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zone.textslider .swiper-container .swiper .swiper-pagination {
  bottom: 0;
}
.zone.textslider .swiper-container .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #27384a;
}

@media all and (max-width: 1200px) {
  .zone.textslider .text {
    width: 50%;
    padding: 10% 5%;
  }
  .zone.textslider .swiper-container {
    width: 50%;
  }
}
@media all and (max-width: 1000px) {
  .zone.textslider .text {
    width: 50%;
    padding: 10% 5%;
  }
  .zone.textslider .text .titre {
    font-size: 300%;
  }
  .zone.textslider .swiper-container {
    width: 50%;
  }
}
@media all and (max-width: 800px) {
  .zone.textslider .text {
    width: 60%;
    padding: 10% 5%;
  }
  .zone.textslider .text .titre {
    font-size: 275%;
  }
  .zone.textslider .swiper-container {
    width: 40%;
  }
}
@media all and (max-width: 600px) {
  .zone.textslider {
    flex-direction: column;
  }
  .zone.textslider .text {
    width: 100%;
    padding: 15% 5%;
  }
  .zone.textslider .text .titre {
    font-size: 300%;
  }
  .zone.textslider .swiper-container {
    width: 100%;
    height: 50vh;
  }
}
.zone.blog {
  background: #e5ff91;
  color: var(--main-color);
  padding: 0;
}
.zone.blog .grid .swiper {
  padding-right: 10rem;
  position: relative;
}
.zone.blog .grid .swiper .swiper-navigation {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(10rem - 1px);
  height: 100%;
  z-index: 9;
  cursor: pointer;
}
.zone.blog .grid .swiper .swiper-navigation .next {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform-origin: right;
  transition: all 0.5s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.zone.blog .grid .swiper .swiper-navigation .next .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
}
.zone.blog .grid .swiper .swiper-navigation .next:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(255, 250, 247);
  transition: all 0.8s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.zone.blog .grid .swiper .swiper-navigation .next span {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}
.zone.blog .grid .swiper .swiper-navigation .next svg {
  transform: rotate(90deg) scale(1.5) translateX(0px);
  width: -moz-fit-content;
  width: fit-content;
  transform-origin: left;
  opacity: 0;
}
.zone.blog .grid .swiper .swiper-navigation .next svg path {
  fill: var(--main-color);
}
.zone.blog .grid .swiper .swiper-navigation .next:hover {
  color: transparent;
  transition: all 0.8s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.zone.blog .grid .swiper .swiper-navigation .next:hover svg {
  opacity: 1;
  transform: rotate(90deg) scale(2) translateX(5px);
  transition: all 0.5s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.zone.blog .grid .swiper .swiper-navigation .next:hover:before {
  background: rgba(255, 250, 247, 0.4);
  transition: all 0.8s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.zone.blog .grid .swiper-slide {
  margin-right: 0 !important;
  padding: 15rem 8rem;
  height: 100%;
}
.zone.blog .grid .swiper-slide .article {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  justify-content: space-between;
  min-height: 82vh;
}
.zone.blog .grid .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 200%;
  background: var(--main-color);
  transform: scaleY(0);
  z-index: 0;
  transition: all 1s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.zone.blog .grid .swiper-slide:nth-child(odd):before {
  transform-origin: top;
}
.zone.blog .grid .swiper-slide:nth-child(even):before {
  transform-origin: bottom;
}
.zone.blog .grid .swiper-slide a {
  width: 100%;
}
.zone.blog .grid .swiper-slide .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.zone.blog .grid .swiper-slide .text .description {
  color: black;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zone.blog .grid .swiper-slide .top {
  display: flex;
  flex-direction: column;
}
.zone.blog .grid .swiper-slide .top .name,
.zone.blog .grid .swiper-slide .top .date {
  color: var(--bg-color);
  text-transform: uppercase;
}
.zone.blog .grid .swiper-slide .top .category {
  font-size: 125%;
  margin-top: 1rem;
  text-transform: capitalize;
  text-decoration: underline;
}
.zone.blog .grid .swiper-slide .titre {
  font-size: 250%;
  margin-bottom: 2rem;
  font-family: var(--font-bricolage), sans-serif;
  font-weight: 300;
  line-height: 1.1;
}
.zone.blog .grid .swiper-slide .image {
  width: 100%;
  background: #e5ff91;
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.zone.blog .grid .swiper-slide .image a {
  display: block;
  width: 100%;
}
.zone.blog .grid .swiper-slide .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.zone.blog .grid .swiper-slide .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
  transition: all 1s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.zone.blog .grid .swiper-slide .image:hover img {
  transform: scale(1.1);
  transition: all 0.5s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.zone.blog .grid .swiper-slide:first-child {
  border-left: 0;
}
.zone.blog .grid .swiper-slide:first-child .article {
  flex-direction: column;
  min-height: 0;
}
.zone.blog .grid .swiper-slide:first-child .article .texte .description {
  -webkit-line-clamp: 3;
}
.zone.blog .grid .swiper-slide:first-child::before {
  display: none;
}
.zone.blog .grid .swiper-slide:first-child .image {
  margin-bottom: 4rem;
  margin-top: 0rem;
}
.zone.blog .grid .swiper-slide:first-child .image:before {
  padding-top: 70%;
}
.zone.blog .grid .swiper-slide.show:before {
  transform: scaleY(1);
  transition: all 1s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.zone.blog .grid .swiper-slide.show .image img {
  transform: scale(1);
  transition: all 1s cubicBezier(0.5, 0.28, 0.36, 0.98);
}

@media all and (min-width: 1200px) {
  .zone.blog .grid .swiper-slide {
    width: 27.5% !important;
  }
  .zone.blog .grid .swiper-slide:first-child {
    width: 45% !important;
  }
  .zone.blog .grid .swiper-slide:first-child .image:before {
    padding-top: 100%;
  }
}
@media all and (max-width: 2000px) {
  .zone.blog .grid .swiper-slide {
    padding: 12rem 8rem;
  }
}
@media all and (max-width: 1600px) {
  .zone.blog .grid .swiper-slide {
    padding: 12rem 4rem;
  }
}
@media all and (max-width: 1400px) {
  .zone.blog .grid .swiper-slide {
    padding: 8rem 4rem;
  }
  .zone.blog .grid .swiper-slide .titre {
    font-size: 200%;
  }
  .zone.blog .grid .swiper-slide .top .category {
    font-size: 110%;
  }
  .zone.blog .grid .swiper {
    padding-right: 8rem;
  }
  .zone.blog .grid .swiper .swiper-navigation {
    width: calc(8rem - 1px);
  }
}
@media all and (max-width: 1200px) {
  .zone.blog .grid .swiper-slide {
    padding: 8rem 4rem;
  }
  .zone.blog .grid .swiper-slide:first-child .image:before {
    padding-top: 100%;
  }
  .zone.blog .grid .swiper-slide .titre {
    font-size: 200%;
  }
  .zone.blog .grid .swiper-slide .top .category {
    font-size: 110%;
  }
  .zone.blog .grid .swiper {
    padding-right: 8rem;
  }
  .zone.blog .grid .swiper .swiper-navigation {
    width: calc(8rem - 1px);
  }
}
@media all and (max-width: 1000px) {
  .zone.blog .grid .swiper-slide {
    padding: 8rem 4rem;
    border-left: 1px solid var(--main-color);
  }
  .zone.blog .grid .swiper-slide::before {
    display: none;
  }
  .zone.blog .grid .swiper-slide:first-child .image:before {
    padding-top: 100%;
  }
  .zone.blog .grid .swiper-slide .titre {
    font-size: 200%;
  }
  .zone.blog .grid .swiper-slide .top .category {
    font-size: 110%;
  }
  .zone.blog .grid .swiper {
    padding-right: 8rem;
  }
  .zone.blog .grid .swiper .swiper-navigation {
    width: calc(8rem - 1px);
  }
}
@media all and (max-width: 800px) {
  .zone.blog .grid .swiper-slide {
    padding: 8rem 3rem;
    border-left: 1px solid var(--main-color);
  }
  .zone.blog .grid .swiper-slide::before {
    display: none;
  }
  .zone.blog .grid .swiper-slide:first-child .image:before {
    padding-top: 100%;
  }
  .zone.blog .grid .swiper-slide .titre {
    font-size: 180%;
  }
  .zone.blog .grid .swiper-slide .top .category {
    font-size: 110%;
  }
  .zone.blog .grid .swiper {
    padding-right: 8rem;
  }
  .zone.blog .grid .swiper .swiper-navigation {
    width: calc(8rem - 1px);
  }
}
@media all and (max-width: 600px) {
  .zone.blog .grid .swiper-slide .text .description {
    -webkit-line-clamp: 6 !important;
  }
  .zone.blog .grid .swiper-slide {
    padding: 4rem;
    border-left: 1px solid var(--main-color);
  }
  .zone.blog .grid .swiper-slide::before {
    display: none;
  }
  .zone.blog .grid .swiper-slide .article {
    flex-direction: column;
    justify-content: flex-start;
  }
  .zone.blog .grid .swiper-slide .article::before {
    display: none;
  }
  .zone.blog .grid .swiper-slide .article .image {
    margin-top: 0rem;
  }
  .zone.blog .grid .swiper-slide .image {
    margin-bottom: 3rem !important;
  }
  .zone.blog .grid .swiper-slide .image:before {
    padding-top: 70% !important;
  }
  .zone.blog .grid .swiper-slide .titre {
    font-size: 180%;
  }
  .zone.blog .grid .swiper-slide .top .category {
    font-size: 110%;
  }
  .zone.blog .grid .swiper {
    padding-right: 8rem;
  }
  .zone.blog .grid .swiper .swiper-navigation {
    width: calc(8rem - 1px);
  }
}
@media all and (max-width: 450px) {
  .zone.blog .grid .swiper-slide {
    padding: 4rem 3rem;
    border-left: 1px solid var(--main-color);
  }
  .zone.blog .grid .swiper-slide::before {
    display: none;
  }
  .zone.blog .grid .swiper-slide .titre {
    font-size: 180%;
  }
  .zone.blog .grid .swiper-slide .top .category {
    font-size: 110%;
  }
  .zone.blog .grid .swiper {
    padding-right: 6rem;
  }
  .zone.blog .grid .swiper .swiper-navigation {
    width: calc(6rem - 1px);
  }
}
.load-more-trigger {
  grid-column: 1/-1;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  background: transparent;
  border: none;
}
.load-more-trigger .loading-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: transparent;
  box-shadow: none;
}
.load-more-trigger .loading-indicator .wave-container {
  position: relative;
  width: 130px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.load-more-trigger .loading-indicator .wave-svg {
  position: absolute;
  width: 120px;
  height: auto;
  left: 0;
  animation: waveMove 2s linear infinite;
}
.load-more-trigger .loading-indicator .wave-svg.wave-svg-duplicate {
  left: 120px;
}
.load-more-trigger .loading-indicator .wave-path {
  fill: none;
  stroke: #e5ff91;
  stroke-width: 2px;
  stroke-linecap: round;
}
.load-more-trigger .loading-indicator span {
  color: #e5ff91;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-top: 0.25rem;
}

@keyframes waveMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-120px);
  }
}
.zone.listing {
  width: 100%;
  padding: 0;
  padding-bottom: 8rem;
  background: var(--bg-color);
  min-height: 100vh;
}
.zone.listing .frame {
  width: 100%;
  margin: 0 auto;
  padding: 0 2.5rem;
}
.zone.listing .header-section {
  text-align: center;
  padding: 8rem 0;
  padding-top: 140px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.zone.listing .header-section .title {
  color: #e5ff91;
  font-size: 100%;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 2.5rem;
}
.zone.listing .header-section .bigtitle {
  font-size: 260%;
  max-width: 40%;
  margin: 0 auto;
  line-height: 1.3;
  font-weight: 400;
  font-family: var(--font-bricolage), sans-serif;
  margin-bottom: 4rem;
}
.zone.listing .header-section .bigtitle div {
  display: inline-block;
}
.zone.listing .header-section .bigtitle strong {
  font-weight: 500;
  display: inline-block;
}
.zone.listing .filtres-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
  font-size: 100%;
}
.zone.listing .filtres-container .filtres-options {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 1rem 1rem;
}
.zone.listing .filtres-container .filtres-options .filtre-groupe {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.zone.listing .filtres-container .filtres-options .filtre-groupe label,
.zone.listing .filtres-container .filtres-options .filtre-groupe .groupe-label {
  font-size: 80%;
  font-weight: 600;
  color: var(--main-color);
}
.zone.listing .filtres-container .filtres-options .filtre-groupe.select-ponton {
  position: relative;
}
.zone.listing .filtres-container .filtres-options .filtre-groupe.select-ponton .select-label-container {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 15px;
  padding: 0.75rem 1.25rem;
  gap: 0.5rem;
  height: 40px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.zone.listing .filtres-container .filtres-options .filtre-groupe.select-ponton .select-label-container:hover .select-arrow {
  transform: scale(2);
}
.zone.listing .filtres-container .filtres-options .filtre-groupe.select-ponton .select-label-container .select-label {
  font-size: 90%;
  font-weight: 600;
  white-space: nowrap;
}
.zone.listing .filtres-container .filtres-options .filtre-groupe.select-ponton .select-label-container .selected-ponton {
  font-size: 90%;
  font-weight: 600;
  color: #e5ff91;
  white-space: nowrap;
  border-bottom: 1px dashed;
}
.zone.listing .filtres-container .filtres-options .filtre-groupe.select-ponton .select-label-container .select-arrow {
  margin-left: 0.5rem;
  transform: scale(2);
  margin-top: 4px;
  transition: transform 0.3s ease;
}
.zone.listing .filtres-container .filtres-options .filtre-groupe.select-ponton .select-label-container select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.zone.listing .filtres-container .filtres-options .filtre-groupe.select-ponton .select-label-container select:focus + .select-label-container {
  box-shadow: 0 0 0 2px rgba(240, 255, 134, 0.5), 0 4px 10px rgba(0, 0, 0, 0.05);
}
.zone.listing .filtres-container .filtres-options .filtre-groupe .toggle-buttons {
  position: relative;
  display: flex;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  padding: 3px;
  height: 40px;
}
.zone.listing .filtres-container .filtres-options .filtre-groupe .toggle-buttons .toggle-btn {
  position: relative;
  padding: 0.75rem 1rem;
  border: none;
  background: transparent;
  color: var(--main-color);
  font-weight: 600;
  font-size: 90%;
  cursor: pointer;
  z-index: 1;
  border-radius: 17px;
  overflow: visible;
}
.zone.listing .filtres-container .filtres-options .filtre-groupe .toggle-buttons .active-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5ff91;
  border-radius: inherit;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.zone.listing .filtres-container .filtres-options .filter-results {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 0.5rem;
  padding-left: 0.75rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.zone.listing .no-results {
  grid-column: 1/-1;
  text-align: center;
  padding: 4rem 2rem;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin: 2rem 0;
}
.zone.listing .no-results p {
  margin: 0.5rem 0;
}
.zone.listing .no-results p:first-child {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--main-color);
}
.zone.listing .no-results p:last-child {
  color: rgba(0, 0, 0, 0.6);
}
.zone.listing .grid.boats-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2.5rem;
}
.zone.listing .grid.boats-grid .item.boat-card {
  text-align: left;
  position: relative;
}
.zone.listing .grid.boats-grid .item.boat-card .container {
  height: 100%;
}
.zone.listing .grid.boats-grid .item.boat-card .card {
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.5s ease;
  position: relative;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.08);
}
.zone.listing .grid.boats-grid .item.boat-card .card .quantity-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--main-color);
  color: white;
  font-size: 80%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.zone.listing .grid.boats-grid .item.boat-card .card .tag {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  background-color: #e5ff91;
  padding: 0.6rem 1.5rem;
  border-radius: 20px;
  font-size: 80%;
  z-index: 5;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--main-color);
}
.zone.listing .grid.boats-grid .item.boat-card .card .tag.skipper {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  left: auto;
  background-color: rgba(51, 51, 99, 0.8);
  color: white;
  padding: 0.6rem 1.5rem;
  border-radius: 20px;
  font-size: 80%;
  z-index: 5;
  font-weight: 700;
}
.zone.listing .grid.boats-grid .item.boat-card .card .imgbox {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 0.8;
  z-index: 0;
  border-radius: 20px;
}
.zone.listing .grid.boats-grid .item.boat-card .card .imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
  transition: transform 0.5s ease;
}
.zone.listing .grid.boats-grid .item.boat-card .card .placeholder-logo {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.08);
}
.zone.listing .grid.boats-grid .item.boat-card .card .placeholder-logo .default-logo {
  width: 40%;
  height: 40%;
  opacity: 0.7;
  fill: var(--main-color);
}
.zone.listing .grid.boats-grid .item.boat-card .card .reserve-button {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 5;
  color: white;
  background-color: rgba(51, 51, 99, 0.25);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: none;
  border-radius: 5px;
  padding: 0rem 1.25rem;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: calc(100% - 2.5rem);
  font-size: 90%;
}
.zone.listing .grid.boats-grid .item.boat-card .card .reserve-button:hover {
  transform: translateY(-2px);
  box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.1);
}
.zone.listing .grid.boats-grid .item.boat-card .card .reserve-button svg {
  font-size: 100%;
  margin-left: 0.25rem;
  color: #e5ff91;
}
.zone.listing .grid.boats-grid .item.boat-card .card .reserve-button svg path {
  fill: #e5ff91;
}
.zone.listing .grid.boats-grid .item.boat-card .card:hover {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.168627451);
  transition: box-shadow 0.5s ease;
}
.zone.listing .grid.boats-grid .item.boat-card .card:hover .imgbox img {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}
.zone.listing .grid.boats-grid .item.boat-card .boat-info {
  padding: 1.5rem 0.5rem;
  color: white;
}
.zone.listing .grid.boats-grid .item.boat-card .boat-info .boat-title {
  text-transform: capitalize;
  font-size: 120%;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
}
.zone.listing .grid.boats-grid .item.boat-card .boat-info .boat-specs {
  display: flex;
  margin-top: 0.5rem;
  align-items: center;
  font-size: 90%;
  font-weight: 600;
}
.zone.listing .grid.boats-grid .item.boat-card .boat-info .boat-specs .spec {
  display: inline-block;
}
.zone.listing .grid.boats-grid .item.boat-card .boat-info .boat-specs .spec:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #e5ff91;
  border-radius: 50%;
  margin: 0 0.75rem;
}
.zone.listing .grid.boats-grid .item.boat-card .boat-info .boat-specs .spec:last-of-type:after {
  content: none;
}
.zone.listing.vente-bateaux {
  width: 100%;
  padding: 0;
  padding-bottom: 8rem;
  min-height: 100vh;
}
.zone.listing.vente-bateaux .frame {
  width: 100%;
  margin: 0 auto;
  padding: 0 2.5rem;
}
.zone.listing.vente-bateaux .filtres-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
  font-size: 100%;
}
.zone.listing.vente-bateaux .filtres-container .filtres-options {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 1rem 1rem;
}
.zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe label,
.zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe .groupe-label {
  font-size: 80%;
  font-weight: 600;
}
.zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-etat, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-prix, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-longueur, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-motorisation {
  position: relative;
}
.zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-etat .select-label-container, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-prix .select-label-container, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-longueur .select-label-container, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-motorisation .select-label-container {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 15px;
  padding: 0.75rem 1.25rem;
  gap: 0.5rem;
  height: 40px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-etat .select-label-container:hover .select-arrow, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-prix .select-label-container:hover .select-arrow, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-longueur .select-label-container:hover .select-arrow, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-motorisation .select-label-container:hover .select-arrow {
  transform: scale(2);
}
.zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-etat .select-label-container .select-label, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-prix .select-label-container .select-label, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-longueur .select-label-container .select-label, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-motorisation .select-label-container .select-label {
  font-size: 90%;
  font-weight: 600;
  white-space: nowrap;
}
.zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-etat .select-label-container .selected-option, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-prix .select-label-container .selected-option, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-longueur .select-label-container .selected-option, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-motorisation .select-label-container .selected-option {
  font-size: 90%;
  font-weight: 600;
  color: #e5ff91;
  white-space: nowrap;
  border-bottom: 1px dashed;
}
.zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-etat .select-label-container .select-arrow, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-prix .select-label-container .select-arrow, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-longueur .select-label-container .select-arrow, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-motorisation .select-label-container .select-arrow {
  margin-left: 0.5rem;
  transform: scale(2);
  margin-top: 4px;
  transition: transform 0.3s ease;
}
.zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-etat .select-label-container select, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-prix .select-label-container select, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-longueur .select-label-container select, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-motorisation .select-label-container select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-etat .select-label-container select:focus + .select-label-container, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-prix .select-label-container select:focus + .select-label-container, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-longueur .select-label-container select:focus + .select-label-container, .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe.select-motorisation .select-label-container select:focus + .select-label-container {
  box-shadow: 0 0 0 2px rgba(240, 255, 134, 0.5), 0 4px 10px rgba(0, 0, 0, 0.05);
}
.zone.listing.vente-bateaux .no-results {
  grid-column: 1/-1;
  text-align: center;
  padding: 4rem 2rem;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin: 2rem 0;
}
.zone.listing.vente-bateaux .no-results p {
  margin: 0.5rem 0;
}
.zone.listing.vente-bateaux .no-results p:first-child {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--main-color);
}
.zone.listing.vente-bateaux .no-results p:last-child {
  color: rgba(0, 0, 0, 0.6);
}
.zone.listing.vente-bateaux .grid.boats-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2.5rem;
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card {
  text-align: left;
  position: relative;
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .container {
  height: 100%;
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .card {
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.5s ease;
  position: relative;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.08);
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .card .tag {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  background-color: #e5ff91;
  padding: 0.6rem 1.5rem;
  border-radius: 20px;
  font-size: 80%;
  z-index: 5;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--main-color);
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .card .tag.etat-neuf {
  background-color: #ff9e0e;
  color: white;
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .card .tag.etat-occasion {
  background-color: #3498db;
  color: white;
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .card .tag.annee {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  left: auto;
  background-color: rgba(51, 51, 99, 0.8);
  color: white;
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .card .imgbox {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 0.8;
  z-index: 0;
  border-radius: 20px;
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .card .imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
  transition: transform 0.5s ease;
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .card .placeholder-logo {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.08);
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .card .placeholder-logo .default-logo {
  width: 40%;
  height: 40%;
  opacity: 0.7;
  fill: var(--main-color);
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .card .reserve-button {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 5;
  color: white;
  background-color: rgba(51, 51, 99, 0.25);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: none;
  border-radius: 5px;
  padding: 0rem 1.25rem;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: calc(100% - 2.5rem);
  font-size: 90%;
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .card .reserve-button:hover {
  transform: translateY(-2px);
  box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.1);
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .card .reserve-button svg {
  font-size: 100%;
  margin-left: 0.25rem;
  color: #e5ff91;
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .card .reserve-button svg path {
  fill: #e5ff91;
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .card:hover {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.168627451);
  transition: box-shadow 0.5s ease;
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .card:hover .imgbox img {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .boat-info {
  padding: 1.5rem 0.5rem;
  color: white;
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .boat-info .boat-title {
  text-transform: capitalize;
  font-size: 120%;
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .boat-info .boat-price {
  font-size: 80%;
  font-weight: 600;
  color: #e5ff91;
  margin: 0.7rem 0;
  background: var(--main-color);
  padding: 0.7rem 1.5rem;
  border-radius: 20px;
  display: inline-block;
  margin-top: 15px;
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .boat-info .boat-specs {
  display: flex;
  margin-top: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  font-size: 90%;
  font-weight: 600;
  text-transform: capitalize;
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .boat-info .boat-specs .spec {
  display: inline-block;
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .boat-info .boat-specs .spec:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #e5ff91;
  border-radius: 50%;
  margin: 0 0.75rem;
}
.zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .boat-info .boat-specs .spec:last-of-type:after {
  content: none;
}
.zone.listing.vente-bateaux .load-more-trigger {
  grid-column: 1/-1;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  background: transparent;
  border: none;
}
.zone.listing.vente-bateaux .load-more-trigger .loading-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: transparent;
  box-shadow: none;
}
.zone.listing.vente-bateaux .load-more-trigger .loading-indicator .wave-container {
  position: relative;
  width: 130px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.zone.listing.vente-bateaux .load-more-trigger .loading-indicator .wave-svg {
  position: absolute;
  width: 120px;
  height: auto;
  left: 0;
  animation: waveMove 2s linear infinite;
}
.zone.listing.vente-bateaux .load-more-trigger .loading-indicator .wave-svg.wave-svg-duplicate {
  left: 120px;
}
.zone.listing.vente-bateaux .load-more-trigger .loading-indicator .wave-path {
  fill: none;
  stroke: #e5ff91;
  stroke-width: 2px;
  stroke-linecap: round;
}
.zone.listing.vente-bateaux .load-more-trigger .loading-indicator span {
  color: #e5ff91;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-top: 0.25rem;
}
@keyframes waveMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-120px);
  }
}
@media all and (max-width: 1600px) {
  .zone.listing .zone.listing.vente-bateaux .header-section .bigtitle {
    max-width: 55%;
  }
}
@media all and (max-width: 1200px) {
  .zone.listing .zone.listing.vente-bateaux .grid.boats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .zone.listing .zone.listing.vente-bateaux .grid.boats-grid .item.boat-card .boat-info .boat-title {
    font-size: 120%;
  }
}
@media all and (max-width: 800px) {
  .zone.listing .zone.listing.vente-bateaux .filtres-container {
    margin-top: -1rem;
    margin-bottom: 1.5rem;
  }
  .zone.listing .zone.listing.vente-bateaux .filtres-container .filtres-options {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  .zone.listing .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .zone.listing .zone.listing.vente-bateaux .filtres-container .filtres-options .filtre-groupe select {
    width: 100%;
  }
  .zone.listing .zone.listing.vente-bateaux .grid.boats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 500px) {
  .zone.listing .zone.listing.vente-bateaux .frame {
    flex-direction: column;
    padding: 0 10px;
  }
  .zone.listing .zone.listing.vente-bateaux .grid.boats-grid {
    margin-top: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media all and (max-width: 1600px) {
  .zone.listing .header-section .bigtitle {
    max-width: 60%;
  }
}
@media all and (max-width: 1400px) {
  .zone.listing .header-section .bigtitle {
    max-width: 70%;
  }
  .zone.listing .grid.boats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 1000px) {
  .zone.listing .header-section .bigtitle {
    max-width: 80%;
  }
  .zone.listing .grid.boats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 800px) {
  .zone.listing .filtres-container {
    margin-top: -1rem;
    margin-bottom: 1.5rem;
  }
  .zone.listing .filtres-container .filtres-options {
    gap: 1rem;
  }
  .zone.listing .filtres-container .filtres-options .filtre-groupe {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .zone.listing .filtres-container .filtres-options .filtre-groupe .toggle-buttons .toggle-btn {
    flex: 1 1;
    text-align: center;
    white-space: nowrap;
  }
  .zone.listing .filtres-container .filtres-options .filter-results {
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0 0;
    margin: 0;
    text-align: center;
  }
  .zone.listing.bateaux .grid.boats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .zone.listing.bateaux .search-bar {
    padding: 0.5rem;
  }
  .zone.listing.bateaux .search-bar .search-item {
    padding: 0 0.5rem;
  }
}
@media all and (max-width: 700px) {
  .zone.listing .filtres-container {
    margin-top: -1rem;
    margin-bottom: 1.5rem;
  }
  .zone.listing .filtres-container .filtres-options {
    gap: 1rem;
  }
  .zone.listing .filtres-container .filtres-options .filtre-groupe {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .zone.listing .filtres-container .filtres-options .filtre-groupe .toggle-buttons .toggle-btn {
    flex: 1 1;
    text-align: center;
    white-space: nowrap;
  }
  .zone.listing .filtres-container .filtres-options .filter-results {
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0 0;
    margin: 0;
    text-align: center;
  }
  .zone.listing .grid.boats-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .zone.listing .grid.boats-grid .item.boat-card .boat-info {
    padding: 1rem 0.5rem;
  }
  .zone.listing .grid.boats-grid .item.boat-card .boat-info .boat-title {
    font-size: 150%;
  }
  .zone.listing .grid.boats-grid .item.boat-card .boat-info .boat-specs {
    font-size: 100%;
    flex-wrap: wrap;
  }
  .zone.listing .grid.boats-grid .item.boat-card .boat-info .boat-price {
    font-size: 80%;
    font-weight: 600;
    color: #e5ff91;
    margin: 0.7rem 0;
    background: var(--main-color);
    padding: 0.7rem 1.5rem;
    border-radius: 20px;
    display: inline-block;
    margin-top: 15px;
  }
  .zone.listing .grid.boats-grid .item.boat-card .card .reserve-button {
    font-size: 100%;
  }
  .zone.listing .grid.boats-grid .item.boat-card .card .tag {
    font-size: 90%;
  }
  .zone.listing .grid.boats-grid .item.boat-card .card .imgbox {
    aspect-ratio: 1.2;
  }
}
@media all and (max-width: 500px) {
  .zone.listing .header-section .bigtitle {
    max-width: 95%;
    font-size: 220%;
  }
}
.zone.galerie {
  height: -moz-fit-content;
  height: fit-content;
  padding: 20rem 2rem;
  overflow: hidden;
  position: relative;
  display: flex;
}
.zone.galerie .verticalgallery {
  width: 100%;
}
.zone.galerie .images {
  position: relative;
  width: 100%;
  max-width: 100vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5rem;
  padding: 0 1rem;
}
.zone.galerie .images .column {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: calc(33.333% - 2.5rem);
}
.zone.galerie .images .column:nth-child(1), .zone.galerie .images .column:nth-child(3) {
  padding-top: 4rem;
}
.zone.galerie .images .column:nth-child(2) {
  padding-top: 0;
}
.zone.galerie .images .image {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateZ(0);
}
.zone.galerie .images .image:nth-child(odd) {
  aspect-ratio: 3/4;
}
.zone.galerie .images .image:nth-child(even) {
  aspect-ratio: 4/5;
}
.zone.galerie .images .image:nth-child(3n) {
  aspect-ratio: 1/1.2;
}
.zone.galerie .images .image:hover img {
  transform: scale(1.02);
  transition: transform 0.3s ease;
}
.zone.galerie .images .image img {
  object-fit: cover;
  transition: transform 0.3s ease;
}

@media (max-width: 1400px) {
  .zone.galerie {
    padding: 12rem 1.5rem;
    padding-bottom: 8rem;
  }
  .zone.galerie .images .column {
    width: calc(33.333% - 2rem);
  }
}
@media (max-width: 768px) {
  .zone.galerie .images {
    gap: 0.75rem;
    padding: 0 0.75rem;
  }
  .zone.galerie .images .column {
    width: calc(33.333% - 0.5rem);
    gap: 0.75rem;
  }
  .zone.galerie .images .image {
    border-radius: 8px;
  }
}
@media (max-width: 480px) {
  .zone.galerie {
    padding: 1.5rem 0.75rem;
  }
  .zone.galerie .images {
    gap: 0.5rem;
    padding: 0 0.5rem;
  }
  .zone.galerie .images .column {
    width: calc(33.333% - 0.333rem);
    gap: 0.5rem;
  }
  .zone.galerie .images .image {
    border-radius: 6px;
  }
}
.zone.slider {
  max-width: 100vw;
  overflow: hidden;
  background: #ebe9e5;
  position: relative;
  padding-top: 0;
}
.zone.slider .custom-prev {
  position: absolute;
  top: 50%;
  left: 25%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transform: translateY(-50%) scale(1.5);
  transition: 0.3s ease;
  cursor: pointer;
}
.zone.slider .custom-prev:hover {
  transform: translate(-15px, -50%) scale(1.5);
  transition: 0.3s ease;
}
.zone.slider .custom-prev svg {
  transform: scaleX(-1);
}
.zone.slider .custom-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 25%;
  height: 50px;
  z-index: 9999;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%) scale(1.5);
  transition: 0.3s ease;
}
.zone.slider .custom-next:hover {
  transform: translate(15px, -50%) scale(1.5);
  transition: 0.3s ease;
}
.zone.slider .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.zone.slider .wrap .button {
  margin-right: 20%;
  font-weight: 300;
}
.zone.slider .wrap .titlebox {
  margin-bottom: 0;
}
.zone.slider .wrap .title {
  margin-bottom: 0;
}
.zone.slider .wrap .title .line {
  display: block;
  font-weight: 300;
}
.zone.slider .wrap .title .line:last-child {
  font-weight: 400;
  display: inline-block;
}
.zone.slider .wrap .title .line:last-child:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  right: -20px;
  bottom: 15px;
  position: absolute;
  background: #000;
}
.zone.slider .carousel {
  width: 100%;
}
.zone.slider .swiper .swiper-wrapper {
  display: flex;
  will-change: transform;
}
.zone.slider .swiper .swiper-slide {
  font-weight: 300;
  color: #e5ff91;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1 !important;
  min-width: 20vw;
  visibility: visible !important;
}
.zone.slider .swiper .swiper-slide .image {
  width: 60%;
  aspect-ratio: 1.2;
  position: relative;
  margin-bottom: 0rem;
  -webkit-mask-image: url("/brush00.svg");
          mask-image: url("/brush00.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 90%;
          mask-size: 90%;
  -webkit-mask-size: 95%;
          mask-size: 95%;
  -webkit-mask-position: bottom center;
          mask-position: bottom center;
}
.zone.slider .swiper .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zone.slider .swiper .swiper-slide a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  height: 100%;
}
.zone.slider .swiper .swiper-slide .title {
  font-size: 120%;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.zone.slider .swiper .swiper-slide .date {
  font-size: 80%;
  margin-top: 5px;
}
.zone.slider .swiper .swiper-slide .quote {
  color: var(--bg-color);
  width: 75%;
  font-size: 120%;
  overflow: visible;
  position: relative;
}
.zone.slider .swiper .swiper-slide .quote:before {
  content: "“";
  font-size: 200%;
  position: absolute;
  top: -2rem;
  left: -2rem;
}
.zone.slider .swiper .swiper-slide .quote:after {
  content: "”";
  font-size: 200%;
  position: absolute;
  bottom: -2rem;
  right: -2rem;
}
.zone.slider .swiper .swiper-slide .plus {
  background: #000;
  color: #fff;
  font-size: 80%;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.5rem 2rem;
  margin-top: 4rem;
  display: inline-block;
}
.zone.slider .swiper .swiper-slide .plus:hover {
  background: #fff;
  color: #000;
}

@media all and (max-width: 1000px) {
  .zone.slider .custom-prev {
    left: 15%;
  }
  .zone.slider .custom-next {
    right: 15%;
  }
}
@media all and (max-width: 600px) {
  .zone.slider .swiper .swiper-slide .image {
    width: 80%;
  }
  .zone.slider .custom-prev {
    left: 2.5%;
    top: 40%;
  }
  .zone.slider .custom-next {
    right: 2.5%;
    top: 40%;
  }
}
.zone.contact {
  width: 100%;
  padding: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  margin: 0 auto;
  width: calc(100% - 5rem);
  margin-bottom: 2.5rem;
  border: 2px solid;
}
.zone.contact .logo {
  width: 120px;
  height: 120px;
  margin-bottom: 4rem;
}
.zone.contact .logo svg path {
  fill: white;
}
.zone.contact .formblock {
  position: relative;
}
.zone.contact .wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
}
.zone.contact .wrap .left {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.zone.contact .wrap .left .social {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0;
  margin: 0 0 3rem;
}
.zone.contact .wrap .left .social li {
  display: flex;
  font-weight: 600;
  text-transform: uppercase;
}
.zone.contact .wrap .left .social li a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.zone.contact .wrap .left .social li a svg {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  margin-top: 3px;
}
.zone.contact .wrap .left .social li a svg path {
  fill: #e5ff91;
}
.zone.contact .wrap .left .infos {
  list-style: none;
  padding: 0;
  margin: 0;
}
.zone.contact .wrap .left .infos li {
  line-height: 1.4;
  font-weight: 600;
}
.zone.contact .wrap .left .infos li:first-child {
  margin-bottom: 3rem;
}
.zone.contact .wrap .left .infos li:nth-child(3) {
  margin-bottom: 3rem;
}
.zone.contact .wrap .left .infos li a {
  text-decoration: none;
  border-bottom: 1px solid;
}
.zone.contact .wrap .right {
  width: 55%;
}
.zone.contact .wrap .right .titlebox {
  margin-bottom: 2.5rem;
}
.zone.contact .wrap .right .titlebox .title {
  font-size: 350%;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1;
  width: 50%;
  font-family: var(--font-jakarta), sans-serif;
}
.zone.contact .wrap .right .titlebox .title .line {
  display: inline;
}
.zone.contact .wrap .right .titlebox .title .line:after {
  content: " ";
}
.zone.contact .wrap .right .form {
  width: 100%;
}
.zone.contact .wrap .right .form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem;
  margin-top: 1rem;
}
.zone.contact .wrap .right .form form .erreur {
  color: white;
  font-size: 80%;
  font-weight: 600;
  background: var(--main-color);
  display: inline-block;
  transform-origin: bottom;
  position: absolute;
  top: -20px;
}
.zone.contact .wrap .right .form form .formblock {
  position: relative;
}
.zone.contact .wrap .right .form form .formblock:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e5ff91;
}
.zone.contact .wrap .right .form form .wraper {
  display: contents;
}
.zone.contact .wrap .right .form form .formblock:nth-child(5) {
  grid-column: span 2;
}
.zone.contact .wrap .right .form form input,
.zone.contact .wrap .right .form form textarea,
.zone.contact .wrap .right .form form select {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 1.5rem 1.5rem;
  font-size: 100%;
  font-family: var(--font-jakarta), sans-serif;
  position: relative;
  border: 2px solid;
  background: none;
  color: white;
  position: relative;
}
.zone.contact .wrap .right .form form input::placeholder,
.zone.contact .wrap .right .form form textarea::placeholder,
.zone.contact .wrap .right .form form select::placeholder {
  color: #c5c5c5;
  text-transform: uppercase;
}
.zone.contact .wrap .right .form form input:focus,
.zone.contact .wrap .right .form form textarea:focus,
.zone.contact .wrap .right .form form select:focus {
  outline: none;
}
.zone.contact .wrap .right .form form textarea {
  height: 180px;
  resize: none;
  margin-bottom: 0;
}
.zone.contact .wrap .right .form form .submit {
  grid-column: span 2;
  border: none;
  border-radius: 50px;
  padding: 2rem 2.5rem;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: rgba(13, 23, 52, 0.15);
  background: var(--main-color);
}
.zone.contact .wrap .right .form form .submit:after {
  content: "";
  position: absolute;
  right: 25px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e5ff91;
}
.zone.contact .wrap .right .form form .submit:hover {
  background-color: #e5ff91;
  transition: all 0.5s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  color: black;
}

@media all and (max-width: 1400px) {
  .zone.contact .wrap .right {
    width: 60%;
  }
  .zone.contact .wrap .right .titlebox .title {
    width: 70%;
  }
}
@media all and (max-width: 1000px) {
  .zone.contact {
    padding: 1rem;
  }
  .zone.contact .wrap {
    flex-direction: column;
  }
  .zone.contact .wrap .left,
  .zone.contact .wrap .right {
    width: 100%;
    text-align: center;
  }
  .zone.contact .wrap .left {
    padding: 2.5rem;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .zone.contact .wrap .right {
    padding: 2.5rem;
  }
  .zone.contact .wrap .right .titlebox .title {
    font-size: 2.8rem;
    width: 100%;
  }
}
@media all and (max-width: 800px) {
  .zone.contact .wrap {
    border-radius: 20px;
  }
  .zone.contact .wrap .left,
  .zone.contact .wrap .right {
    padding: 2rem;
  }
  .zone.contact .wrap .titlebox .title {
    font-size: 2.2rem;
  }
  .zone.contact .wrap .right .form form {
    grid-template-columns: 1fr;
    grid-gap: 0rem;
  }
  .zone.contact .wrap .right .form form .wraper {
    display: flex;
    flex-direction: column;
  }
  .zone.contact .wrap .right .form form .formblock {
    margin-bottom: 1rem;
    grid-column: span 1 !important;
    width: 100%;
  }
  .zone.contact .wrap .right .form form textarea {
    height: 150px;
    width: 100%;
  }
  .zone.contact .wrap .right .form form .submit {
    width: 100%;
    margin-top: 0.5rem;
    padding: 1.5rem;
  }
}
@media all and (max-width: 450px) {
  .zone.contact {
    width: calc(100% - 2rem);
  }
  .zone.contact .wrap {
    flex-direction: column;
  }
  .zone.contact .wrap .left,
  .zone.contact .wrap .right {
    width: 100%;
    padding: 0rem;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .zone.contact .wrap .right {
    padding: 4rem 0;
  }
  .zone.contact .wrap .titlebox .title {
    font-size: 2.5rem;
    width: 100%;
  }
  .zone.contact .wrap .form form {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
  .zone.contact .wrap .form form .wraper {
    display: flex;
    flex-direction: column;
  }
  .zone.contact .wrap .form form .formblock {
    margin-bottom: 1rem;
    grid-column: span 1 !important;
    width: 100%;
  }
  .zone.contact .wrap .form form .formblock:after {
    display: none;
  }
  .zone.contact .wrap .form form textarea {
    height: 150px;
    width: 100%;
  }
  .zone.contact .wrap .form form .submit {
    width: 100%;
    margin-top: 0.5rem;
    padding: 1.5rem;
  }
}
.zone.insta {
  background: #e5ff91;
  min-height: auto;
  padding: 8rem 0;
  overflow: hidden;
  opacity: 0;
  animation: fadeIn 0.5s forwards;
  animation-delay: 2s;
}
.zone.insta .sub {
  text-align: center;
}
.zone.insta .sub:before, .zone.insta .sub:after {
  content: "";
  display: block;
  height: 1px;
  background: var(--main-color);
  width: 100%;
  transform: scaleX(0);
}
.zone.insta .sub:before {
  transform-origin: left;
}
.zone.insta .sub:after {
  transform-origin: right;
}
.zone.insta .sub a {
  text-decoration: underline;
  color: var(--main-color);
  font-size: 120%;
  text-align: center;
  padding: 3rem 0;
  display: inline-block;
}
.zone.insta .swiper-wrapper {
  transition-timing-function: linear;
}
.zone.insta .feed {
  margin-top: 8rem;
  padding-left: 0%;
}
.zone.insta .feed .swiper-slide {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.zone.insta .feed .swiper-slide img {
  position: relative;
  aspect-ratio: 4/5;
  top: 0;
  border-radius: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.zone.insta .feed .swiper-slide:hover img {
  transform: scale(1.1);
  transition: all 0.5s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.zone.insta .link {
  color: var(--main-color);
  font-size: 1.5rem;
  text-decoration: underline;
}
.zone.insta .link svg {
  margin-right: 15px;
  vertical-align: -2px;
  transform: scale(1.4);
}
.zone.insta.inview .sub::after, .zone.insta.inview .sub::before {
  transform: scaleX(1);
  transition: all 1.5s cubicBezier(0.5, 0.28, 0.36, 0.98);
}

@media all and (max-width: 1000px) {
  .zone.insta {
    padding: 5rem 0%;
  }
  .zone.insta .feed {
    margin-top: 4rem;
  }
  .zone.insta .swiper-navigation {
    position: relative;
    bottom: unset;
    right: unset;
    z-index: 9;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 4rem;
  }
  .zone.insta .swiper-navigation .prev,
  .zone.insta .swiper-navigation .next {
    width: -moz-fit-content;
    width: fit-content;
  }
  .zone.insta .titlebox .title {
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 600px) {
  .zone.insta .sub a {
    padding: 2rem 0;
  }
}
.zone.cards {
  overflow: unset;
  height: -moz-fit-content;
  height: fit-content;
}
.zone.cards .titlebox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.zone.cards .titlebox .bluetitle {
  color: #e5ff91;
  text-transform: uppercase;
  font-size: 100%;
  line-height: 1.4;
  margin-bottom: 4rem;
}
.zone.cards .titlebox .description {
  width: 50%;
  line-height: 1.5;
  font-size: 160%;
  font-weight: 300;
  max-width: 100%;
}
.zone.cards .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  max-width: 100vw;
  overflow: hidden;
  top: 0;
}
.zone.cards .room {
  display: flex;
  justify-content: space-between;
  width: calc(90vw - 0px);
  height: calc(100vh - 120px);
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.zone.cards .room .text {
  width: 40%;
  background: var(--main-color);
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 6rem;
  color: white;
  border-radius: 30px;
}
.zone.cards .room .text .tags {
  display: flex;
  gap: 1rem;
  font-weight: 600;
}
.zone.cards .room .text .tag {
  font-size: 100%;
  margin-bottom: 2rem;
  color: var(--main-color);
  background: #e5ff91;
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
}
.zone.cards .room .text .title {
  font-size: 350%;
  margin-bottom: 4rem;
  font-family: var(--font-bricolage), sans-serif;
  margin-top: 0;
  line-height: 1;
}
.zone.cards .room .text .title div {
  display: block;
  will-change: transform;
}
.zone.cards .room .text .title div:last-child span {
  -webkit-text-stroke: 1px white;
  color: transparent;
  display: inline;
  font-style: italic;
}
.zone.cards .room .text .description {
  font-size: 120%;
  line-height: 1.2;
  text-align: justify;
}
.zone.cards .room .text .bttn {
  height: 55px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin-top: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
.zone.cards .room .text .bttn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  top: -5px;
  left: -5px;
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.zone.cards .room .text .bttn svg {
  margin-left: 10px;
}
.zone.cards .room .text .bttn svg path {
  fill: white;
}
.zone.cards .room .text .bttn:hover {
  border-radius: 0;
}
.zone.cards .room .text .bttn:hover:after {
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.zone.cards .room .image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(60% + 30px);
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0rem;
  margin-left: -30px;
  padding-left: 0%;
  background: var(--main-color);
  will-change: transform;
}
.zone.cards .room .image .box {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.zone.cards .room .image .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media all and (min-width: 2200px) {
  .zone.cards .room .text {
    padding: 8rem;
  }
  .zone.cards .titlebox .description {
    width: 40%;
  }
}
@media all and (max-width: 1400px) {
  .zone.cards .room .text .title {
    font-size: 280%;
  }
  .zone.cards .room .text .description {
    font-size: 110%;
  }
}
@media all and (max-width: 1000px) {
  .zone.cards {
    padding-bottom: 5rem;
  }
  .zone.cards .titlebox .description {
    width: 80%;
  }
  .zone.cards .room {
    width: 95vw;
  }
  .zone.cards .room .text {
    padding: 4rem;
  }
  .zone.cards .room .text .title {
    font-size: 280%;
  }
  .zone.cards .room .text .description {
    font-size: 110%;
  }
}
@media all and (max-width: 800px) {
  .zone.cards {
    padding-bottom: 5rem;
  }
  .zone.cards .titlebox .description {
    width: 80%;
  }
  .zone.cards .room .text {
    width: 60%;
    padding: 4rem;
  }
  .zone.cards .room .text .title {
    font-size: 280%;
  }
  .zone.cards .room .text .description {
    font-size: 110%;
  }
  .zone.cards .room .image {
    padding: 0;
    padding-left: 0%;
    width: 40%;
  }
  .zone.cards .room .image .box {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }
  .zone.cards .room .image .box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media all and (max-width: 600px) {
  .zone.cards .container {
    position: -webkit-sticky;
    position: sticky;
    height: 100vh;
  }
  .zone.cards .room {
    flex-direction: column;
    width: calc(100vw - 2rem);
    position: relative;
  }
  .zone.cards .room .image {
    order: 1;
    width: 100%;
    height: 50vh;
    padding: 0;
  }
  .zone.cards .room .text {
    order: 2;
    width: 100%;
    height: calc(60vh - 20px);
    padding: 3rem;
    overflow-y: auto;
    border-radius: 20px;
    z-index: 1;
    margin-top: -1.5rem;
  }
  .zone.cards .room .text .title {
    font-size: 225%;
  }
  .zone.cards .room .text .tags {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 2;
  }
  .zone.cards .room .text .tag {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }
}
@media all and (max-width: 450px) {
  .zone.cards .room .text {
    padding: 2.5rem;
  }
  .zone.cards .room .text .title {
    font-size: 220%;
    margin-bottom: 2rem;
  }
  .zone.cards .room .text .description {
    font-size: 100%;
  }
}
.zone.frise {
  position: relative;
}
.zone.frise .button {
  margin-top: 0;
  margin-left: 7.5%;
  margin-bottom: 8rem;
}
.zone.frise .wrap {
  width: 85%;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.zone.frise .wrap .imagecontainer {
  position: relative;
  height: 70lvh;
  width: 27%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}
.zone.frise .wrap .imagecontainer .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0vh;
  will-change: transform;
  filter: grayscale(1);
  transition: all 1s ease;
}
.zone.frise .wrap .imagecontainer .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zone.frise .wrap .imagecontainer .title {
  font-size: 250%;
  text-transform: uppercase;
  transform-origin: left bottom;
  transform: rotate(-90deg) translateX(-10px) translateY(-5px);
  transform: rotate(-90deg) translateX(0px) translateY(10px);
  transition: all 0.5s ease;
}
.zone.frise .wrap .imagecontainer:hover .image {
  transition: all 1s ease;
  filter: grayscale(0);
}
.zone.frise .wrap .imagecontainer:hover .title {
  transition: all 0.5s ease;
  transform: rotate(-90deg) translateX(15px) translateY(20px);
}

@media all and (max-width: 600px) {
  .zone.frise .wrap {
    width: 80%;
    flex-direction: column;
  }
  .zone.frise .wrap .imagecontainer {
    width: 100%;
    aspect-ratio: 1.2;
    margin-bottom: 2rem;
  }
  .zone.frise .wrap .imagecontainer .title {
    font-size: 220%;
    transform: rotate(-90deg) translateX(0px) translateY(10px);
  }
}
@media all and (max-width: 450px) {
  .zone.frise .wrap {
    width: 80%;
  }
}
.zone.citation {
  background: #e5ff91;
  color: #e5ff91;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  flex-wrap: wrap;
  position: relative;
  transition: all 1s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.zone.citation .linebottom {
  margin-top: 0;
  margin-bottom: 5rem;
  transform-origin: top;
}
.zone.citation .box {
  padding: 8rem 2rem;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.zone.citation .box .linetop,
.zone.citation .box .linebottom {
  display: none;
  position: absolute;
  width: 1px;
  height: 40vh;
  top: -40vh;
  background-color: white;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 1s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.zone.citation .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  transform: scale(0);
  transition: all 1s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.zone.citation .box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  transform: scale(0);
  transition: all 1s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.zone.citation .box .title {
  font-size: 500%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  font-family: var(--font-bricolage), sans-serif;
  font-weight: 300;
  white-space: break-spaces;
}
.zone.citation .box .title .word {
  margin: 0 1rem;
}
.zone.citation .box .title span {
  display: inline-block;
}
.zone.citation .box .title .name {
  -webkit-text-stroke: 1px white;
  color: transparent;
  display: inline;
  font-style: italic;
  display: block;
  font-weight: 500;
}
.zone.citation .box .sub {
  margin-top: 2rem;
  font-size: 150%;
  font-weight: 300;
  margin-bottom: 0;
}
.zone.citation .button {
  color: white;
  border-color: white;
  border-top: 0;
  z-index: 2;
  margin-top: 0;
  background: var(--main-color);
}
.zone.citation .button:after {
  background: white;
}
.zone.citation .button:hover {
  color: var(--main-color);
}
.zone.citation.home:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: var(--bg-color);
  height: 100%;
  background-color: white;
  transform: scale(0);
  transition: all 0.75s cubicBezier(0.5, 0.28, 0.36, 0.98);
  z-index: -1;
}
.zone.citation.home.show {
  color: white;
  background: var(--main-color);
  transition: color, background-color 1s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.zone.citation.home.show::after {
  transform: scale(1);
  transition: all 1.5s cubicBezier(0.5, 0.28, 0.36, 0.98);
  transition-delay: 1s;
}
.zone.citation.home.show .box {
  background: var(--main-color);
  transition: background-color 1s cubicBezier(0.5, 0.28, 0.36, 0.98);
  transition-delay: 1s;
}
.zone.citation.show .box:before, .zone.citation.show .box:after {
  transition-delay: 3s;
  transform: scale(1);
  transition: all 1.5s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.zone.citation.entete {
  background: #e5ff91;
  min-height: 50vh;
}
.zone.citation.entete.nopadding {
  padding-bottom: 0;
}
.zone.citation.entete .linebottom,
.zone.citation.entete .linetop {
  display: none;
}
.zone.citation.entete::after {
  display: none;
}
.zone.citation.entete .box {
  padding: 6rem 2rem;
  padding-bottom: 5rem;
  width: 50%;
  margin: 6rem 0;
  transition: none;
}
.zone.citation.entete .box:before, .zone.citation.entete .box:after {
  background-color: var(--main-color);
  opacity: 0.5;
}
.zone.citation.entete .box .title {
  color: var(--main-color);
}
.zone.citation.entete .box .title .name {
  -webkit-text-stroke: 1px var(--bg-color);
  margin-top: 0;
}
.zone.citation.entete .sub {
  font-family: var(--font-bricolage), sans-serif;
  font-size: 180%;
  color: var(--main-color);
  width: 50%;
  margin: 0 auto;
  background: none;
  font-weight: 400;
}
.zone.citation.shop {
  background: var(--main-color);
  color: white;
  padding-bottom: 10vh;
}
.zone.citation.shop:after {
  display: none;
}
.zone.citation.shop .linetop {
  background: white;
  margin-bottom: 0;
}
.zone.citation.shop .box .title {
  color: white;
}
.zone.citation.shop .box .title .name {
  -webkit-text-stroke: 1px white;
  color: transparent;
  transition: all 1s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.zone.citation.shop .box:before, .zone.citation.shop .box:after {
  background-color: white;
  opacity: 0.5;
}
.zone.citation.shop .sub {
  font-family: var(--font-bricolage), sans-serif;
  font-size: 180%;
  color: white;
  width: 50%;
  padding: 0rem 0;
  margin: 0 auto;
  font-weight: 400;
}

@media all and (max-width: 1600px) {
  .zone.citation .box {
    width: 60%;
  }
  .zone.citation.entete .box {
    width: 60%;
  }
  .zone.citation.entete .sub {
    width: 60%;
  }
}
@media all and (max-width: 1200px) {
  .zone.citation .box {
    padding: 6rem 2rem;
    width: 80%;
  }
  .zone.citation.entete .box {
    width: 80%;
  }
  .zone.citation.entete .box .title {
    font-size: 400%;
  }
  .zone.citation.entete .sub {
    width: 80%;
  }
}
@media all and (max-width: 800px) {
  .zone.citation .box {
    padding: 6rem 2rem;
    width: 80%;
  }
  .zone.citation .box .title {
    font-size: 400%;
  }
  .zone.citation.entete .box {
    width: 80%;
  }
  .zone.citation.entete .box .title {
    font-size: 350%;
  }
  .zone.citation.entete .sub {
    width: 80%;
  }
}
@media all and (max-width: 600px) {
  .zone.citation .box {
    padding: 4rem 2rem;
    width: 190%;
  }
  .zone.citation .box .title {
    font-size: 300%;
  }
  .zone.citation .box .title .name {
    -webkit-text-stroke: 0.8px white;
  }
  .zone.citation .box .sub {
    font-size: 140%;
  }
  .zone.citation.entete {
    padding-top: 5rem;
  }
  .zone.citation.entete .sub {
    width: 85%;
    font-size: 170%;
  }
  .zone.citation.entete .box {
    padding: 3rem 2rem;
    margin-bottom: 3rem;
  }
  .zone.citation.entete .box .title {
    font-size: 300%;
  }
  .zone.citation.entete .box .title .name {
    -webkit-text-stroke: 0.8px var(--main-color);
  }
  .zone.citation.entete {
    padding-top: 5rem;
  }
  .zone.citation.entete.shop .box .title .name {
    -webkit-text-stroke: 0.8px white;
  }
}
@media all and (max-width: 450px) {
  .zone.citation .box {
    padding: 5rem 2rem;
    width: 100%;
  }
  .zone.citation .box .title {
    font-size: 270%;
  }
  .zone.citation .box .sub {
    font-size: 160%;
  }
  .zone.citation.entete {
    padding-top: 4rem;
  }
  .zone.citation.entete .sub {
    font-size: 160%;
  }
  .zone.citation.entete .box {
    padding: 3rem 2rem;
    width: 85%;
  }
  .zone.citation.entete .box .title {
    font-size: 270%;
  }
  .zone.citation.entete .box .title .name {
    -webkit-text-stroke: 0.8px var(--main-color);
  }
}
.zone.menuroom {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100lvh;
  height: 100lvh;
  position: relative;
  overflow: hidden;
  background: white;
}
.zone.menuroom .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  background: #dfe5dd;
  opacity: 0.25;
  transition: background 0.75s ease;
}
.zone.menuroom .chambres {
  width: 100%;
}
.zone.menuroom .swiper {
  z-index: 9;
  width: 100%;
  overflow: hidden;
}
.zone.menuroom .swiper-wrapper {
  width: 100%;
  display: flex;
}
.zone.menuroom .swiper-slide {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  cursor: -webkit-grab;
  cursor: grab;
}
.zone.menuroom .swiper-slide .slide {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.zone.menuroom .swiper-slide .title {
  font-family: var(--font-bricolage), sans-serif;
  z-index: 9;
  line-height: 1.44 !important;
  text-align: center;
  font-size: 1000%;
  font-weight: 400;
  color: var(--bg-color);
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0;
  opacity: 0.4 !important;
  filter: brightness(1.5);
  line-height: 1.5;
  margin-right: 6rem;
}
.zone.menuroom .swiper-slide .grana {
  margin-right: 6rem;
  margin-top: 3rem;
  display: block;
  font-weight: 300;
  background-color: inherit;
  opacity: 0.2;
  height: 80%;
  width: 3px;
  transform: rotate(15deg);
}
.zone.menuroom .swiper-slide .grana svg path {
  fill: currentColor;
}
.zone.menuroom .swiper-slide.swiper-slide-active .image {
  transform: scale(1);
}
.zone.menuroom .swiper-slide.swiper-slide-active .title {
  filter: brightness(1);
  opacity: 1 !important;
}
.zone.menuroom .pagination {
  position: absolute;
  bottom: 2rem;
  right: 5rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.zone.menuroom .pagination svg {
  cursor: pointer;
}
.zone.menuroom .pagination svg path {
  fill: currentColor;
}
.zone.menuroom .pagination .nextslide svg {
  transform: rotate(180deg);
}
.zone.menuroom .swiper-custom-pagination {
  font-size: 150%;
  margin: 0 4rem;
  margin-top: -1rem;
  font-family: var(--font-bricolage), sans-serif;
}
.zone.menuroom .wrap {
  width: 27%;
  height: 100%;
  padding: 14rem 0;
  padding-bottom: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  flex-direction: column;
  transform: translate(-50%, -50%);
}
.zone.menuroom .image {
  position: relative;
  width: 100%;
  aspect-ratio: 0.75;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.5s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.zone.menuroom .image img {
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: bottom;
}
@keyframes bright {
  from {
    filter: brightness(1.5) blur(3px) saturate(3);
  }
  to {
    filter: none;
  }
}

.btnwrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.btnwrap .button {
  color: var(--bg-color);
}
.btnwrap .button:after {
  background-color: inherit;
}
.btnwrap .button svg path {
  fill: currentColor;
}

@media screen and (max-width: 1600px) {
  .zone.menuroom .wrap {
    width: 40%;
  }
  .zone.menuroom .swiper-slide .title {
    margin-right: 4rem;
  }
  .zone.menuroom .swiper-slide .grana {
    margin-right: 4rem;
    margin-top: 4rem;
  }
  .zone.menuroom .swiper-slide .title {
    font-size: 850%;
  }
  .zone.menuroom .image {
    aspect-ratio: 1.55;
  }
}
@media screen and (max-width: 1400px) {
  .zone.menuroom .wrap {
    width: 50%;
  }
  .zone.menuroom .swiper-slide .title {
    font-size: 700%;
    margin-right: 4rem;
  }
  .zone.menuroom .swiper-slide .grana {
    margin-right: 4rem;
    margin-top: 4rem;
  }
  .zone.menuroom .pagination .nextslide,
  .zone.menuroom .pagination .prevslide {
    display: none;
  }
  .zone.menuroom .pagination .swiper-custom-pagination {
    margin: 0rem;
  }
  .zone.menuroom .image {
    aspect-ratio: 1.55;
  }
}
@media screen and (max-width: 1200px) {
  .zone.menuroom .wrap {
    width: 50%;
  }
  .zone.menuroom .swiper-slide .title {
    font-size: 600%;
    margin-right: 4rem;
  }
  .zone.menuroom .swiper-slide .grana {
    margin-right: 4rem;
    margin-top: 4rem;
  }
  .zone.menuroom .image {
    aspect-ratio: 0.75;
  }
}
@media screen and (max-width: 800px) {
  .zone.menuroom .swiper-custom-pagination {
    margin: 0 2rem;
    margin-top: -1rem;
  }
  .zone.menuroom .wrap {
    width: 50%;
  }
  .zone.menuroom .swiper-slide .title {
    font-size: 750%;
    margin: 0 2rem;
    white-space: normal;
    text-align: center;
    line-height: 1.1;
  }
  .zone.menuroom .swiper-slide .grana {
    margin-right: 4rem;
    margin-top: 4rem;
    display: none;
  }
  .zone.menuroom .image {
    aspect-ratio: 0.75;
  }
}
@media screen and (max-width: 600px) {
  .zone.menuroom .pagination {
    margin-bottom: 1rem;
    display: none;
  }
  .zone.menuroom .swiper-custom-pagination {
    margin: 0 2rem;
    margin-top: -1rem;
  }
  .zone.menuroom .wrap {
    width: 50%;
  }
  .zone.menuroom .swiper-slide .title {
    font-size: 650%;
    margin: 0 2rem;
    white-space: normal;
    text-align: center;
    line-height: 1.1;
  }
  .zone.menuroom .swiper-slide .grana {
    margin-right: 4rem;
    margin-top: 4rem;
    display: none;
  }
  .zone.menuroom .image {
    aspect-ratio: 0.5;
  }
}
@media screen and (max-width: 450px) {
  .zone.menuroom .wrap {
    width: 60%;
  }
  .zone.menuroom .swiper-slide .title {
    font-size: 500%;
    margin: 0 1rem;
    white-space: normal;
    text-align: center;
    line-height: 1.1;
  }
  .zone.menuroom .swiper-slide .grana {
    margin-right: 4rem;
    margin-top: 4rem;
    display: none;
  }
  .zone.menuroom .image {
    aspect-ratio: 0.5;
  }
}
.zone.fullscreen {
  position: relative;
  height: 270vh;
  padding: 0;
}
.zone.fullscreen .bgimg-wrapper {
  top: 0;
  left: 0;
  height: 100lvh;
  width: 100%;
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
}
.zone.fullscreen .bgimg-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.zone.fullscreen .bgimg-wrapper .imgbox {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  top: 0;
  left: 0;
}
.zone.fullscreen .bgimg-wrapper .bgimg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.zone.fullscreen .text-col {
  position: absolute;
  top: 7.5rem;
  left: 5rem;
  height: -moz-fit-content;
  height: fit-content;
  width: 45%;
  display: flex;
  z-index: 9;
  align-items: flex-start;
}
.zone.fullscreen .text-col .title {
  font-size: 350%;
  font-family: var(--font-bricolage), sans-serif;
  color: white;
  max-width: 90%;
  font-weight: 500;
  letter-spacing: -2px;
  margin: 0;
}
.zone.fullscreen .list-col {
  width: 40%;
  position: absolute;
  top: 100vh;
  right: 5rem;
  z-index: 9;
}
.zone.fullscreen .list-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.zone.fullscreen .list-col ul li {
  margin-bottom: 10vh;
  position: relative;
  font-size: 130%;
  line-height: 1.3;
  color: white;
}
.zone.fullscreen .list-col ul li h3 {
  font-size: 150%;
  font-weight: bold;
  color: #e5ff91;
  text-transform: uppercase;
  font-family: var(--font-bricolage), sans-serif;
  position: relative;
  display: flex;
  align-items: center;
}
.zone.fullscreen .list-col ul li h3 img {
  position: absolute;
  top: 0.7rem;
  left: -4rem;
  width: 2.5rem;
  height: 2.5rem;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media all and (min-width: 2200px) {
  .zone.fullscreen .text-col {
    top: 8rem;
    left: 8rem;
  }
  .zone.fullscreen .text-col .title {
    font-size: 400%;
  }
  .zone.fullscreen .list-col {
    top: 100vh;
    right: 8rem;
    width: 35%;
  }
  .zone.fullscreen .list-col ul li {
    margin-bottom: 12vh;
    font-size: 150%;
  }
  .zone.fullscreen .list-col ul li h3 img {
    position: absolute;
    top: 1.25rem;
    left: -4.5rem;
    width: 3rem;
    height: 3rem;
  }
}
@media all and (max-width: 1400px) {
  .zone.fullscreen .text-col .title {
    font-size: 300%;
  }
}
@media all and (max-width: 1200px) {
  .zone.fullscreen .list-col {
    width: 35%;
  }
}
@media all and (max-width: 800px) {
  .zone.fullscreen {
    height: 350vh;
  }
  .zone.fullscreen .text-col {
    top: 6rem;
    left: 3rem;
    right: 3rem;
    width: calc(100% - 6rem);
  }
  .zone.fullscreen .text-col .title {
    font-size: 300%;
    max-width: 100%;
    letter-spacing: -1px;
  }
  .zone.fullscreen .list-col {
    width: calc(75% - 3rem);
    top: 160vh;
    right: 1.5rem;
    left: auto;
  }
  .zone.fullscreen .list-col ul li {
    font-size: 120%;
    margin-bottom: 8vh;
  }
  .zone.fullscreen .list-col ul li h3 {
    font-size: 150%;
  }
  .zone.fullscreen .list-col ul li h3 img {
    left: -3rem;
    width: 2rem;
    height: 2rem;
  }
}
@media all and (max-width: 600px) {
  .zone.fullscreen .text-col {
    top: 5rem;
    left: 2rem;
    right: 2rem;
    width: calc(100% - 4rem);
  }
  .zone.fullscreen .text-col .title {
    font-size: 250%;
    max-width: 100%;
    letter-spacing: -1px;
  }
  .zone.fullscreen .list-col {
    width: calc(90% - 4rem);
    top: 200vh;
    right: 2rem;
  }
  .zone.fullscreen .list-col ul li {
    font-size: 120%;
    margin-bottom: 10vh;
  }
  .zone.fullscreen .list-col ul li h3 {
    font-size: 150%;
  }
  .zone.fullscreen .list-col ul li h3 img {
    left: -2rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.zone.hero {
  padding: 1.5rem;
  min-height: 100lvh;
  z-index: 2;
}
.zone.hero .slider-container {
  width: 100vw;
  margin-top: 10rem;
  overflow: hidden;
  position: relative;
}
.zone.hero .slider-container .slider {
  width: 100%;
}
.zone.hero .slider-container .slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.zone.hero .slider-container .slider .swiper-slide {
  height: auto;
}
.zone.hero .slider-container .slider .swiper-slide .slide-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1.5;
  border-radius: 30px;
  overflow: hidden;
}
.zone.hero .slider-container .slider .swiper-slide .slide-image img {
  object-fit: cover;
  transition: transform 0.3s ease;
}
.zone.hero .slider-container .slider .swiper-slide .slide-image:hover img {
  transform: scale(1.05);
}
.zone.hero.full .bienslider-container {
  margin-top: 2rem;
}
.zone.hero .histoire {
  position: relative;
  width: 50%;
  margin: 0 auto;
  aspect-ratio: 1.75;
  border-radius: 30px;
  margin-top: 5rem;
  overflow: hidden;
}
.zone.hero .histoire img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zone.hero .image {
  position: relative;
  opacity: 1;
  width: 100%;
  border-radius: 20px;
  height: calc(100lvh - 3rem);
  object-fit: cover;
  z-index: -1;
  overflow: hidden;
}
.zone.hero .image .explorer-btn {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  color: white;
  transition: transform 0.2s;
  opacity: 0;
  animation: fadeIn 1s ease forwards;
  animation-delay: 4s;
}
.zone.hero .image .explorer-btn .explorer-text {
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  font-size: 100%;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: white;
  transition: all 0.3s ease;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.zone.hero .image .explorer-btn .explorer-text:hover {
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.zone.hero .image .explorer-btn .arrow-container {
  position: relative;
  height: 100px;
  width: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zone.hero .image .explorer-btn .arrow-container .arrow-line {
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 1px;
}
.zone.hero .image .explorer-btn .arrow-container .arrow-chevron {
  position: absolute;
  top: 0;
  color: white;
  animation: slideDown 1.7s infinite cubic-bezier(0.5, 0, 0.5, 1);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
@keyframes slideDown {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    opacity: 0.7;
  }
  100% {
    top: calc(100% - 10px);
    opacity: 0;
  }
}
.zone.hero .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 25%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  z-index: 2;
  pointer-events: none;
  border-radius: 20px 20px 0 0;
}
.zone.hero .image .bigtits {
  font-size: 7vw;
  font-weight: 600;
  letter-spacing: -5px;
  line-height: 1.05;
  z-index: 9;
  position: absolute;
  margin: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: var(--font-jakarta), sans-serif;
  line-height: 1;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.5s ease;
  animation: fadeIn 2s ease forwards;
  animation-delay: 0.5s;
}
.zone.hero .image .bigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  color: white;
  font-size: 550%;
  font-family: var(--font-bricolage), sans-serif;
}
.zone.hero .image .subwrapper {
  position: absolute;
  bottom: -2px;
  right: 0;
  margin: 0;
  z-index: 2;
  height: 45px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  background: none;
  margin-top: -3px;
  overflow: visible;
}
.zone.hero .image .subwrapper .subtitle-left,
.zone.hero .image .subwrapper .subtitle-right {
  width: 50px;
  height: 100%;
  z-index: 2;
}
.zone.hero .image .subwrapper .subtitle-left svg path,
.zone.hero .image .subwrapper .subtitle-right svg path {
  fill: #93999a;
  fill: var(--bg-color);
}
.zone.hero .image .subwrapper .subtitle-left {
  margin-top: 0px;
  transform: scaleY(-1);
  margin-right: -5px;
}
.zone.hero .image .subwrapper .subtitle-right {
  position: absolute;
  right: -3px;
  top: -43px;
  width: 28px;
  transform: scaleY(-1);
}
.zone.hero .image .subtitle {
  font-size: 120%;
  height: 100%;
  text-align: center;
  background: var(--bg-color);
  align-items: center;
  display: flex;
  padding: 0 1.5rem;
  padding-right: 1rem;
  padding-bottom: 5px;
}
.zone.hero .image .subtitle img {
  width: 40px;
  height: 30px;
  object-fit: contain;
  margin-left: 1.25rem;
  margin-top: 2px;
  position: relative;
  filter: brightness(5);
}
.zone.hero .image .imgbox {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  filter: brightness(0.9);
}
.zone.hero .image .imgbox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.zone.hero .image .imgbox video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.zone.hero .image:hover {
  filter: grayscale(0);
  transition: filter 2s ease;
}
.zone.hero .infoname {
  overflow: hidden;
  margin: 0;
  margin-top: 15rem;
  font-size: 30rem;
  font-weight: 600;
  text-transform: none !important;
  font-size: 12.25vw;
  letter-spacing: -5px;
  line-height: 1.05;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  max-width: 100vw;
  white-space: nowrap;
  font-family: var(--font-jakarta), sans-serif;
  display: flex;
  justify-content: space-between;
}
.zone.hero .infoname div {
  display: inline-block;
}
.zone.hero .infonamefull {
  overflow: hidden;
  margin: 0;
  position: absolute;
  bottom: 4rem;
  margin-top: 15rem;
  font-size: 30rem;
  font-weight: 600;
  text-transform: none !important;
  font-size: 12.25vw;
  letter-spacing: -3px;
  line-height: 1.05;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  max-width: 100vw;
  white-space: nowrap;
  font-family: var(--font-jakarta), sans-serif;
  display: flex;
  display: none;
  justify-content: space-between;
}
.zone.hero .infonamefull div {
  display: inline-block;
}
.zone.hero .resa-section {
  text-align: center;
  padding: 8rem 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.zone.hero .resa-section .title {
  color: #e5ff91;
  font-size: 100%;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 2.5rem;
}
.zone.hero .resa-section .bigtitle {
  font-size: 260%;
  max-width: 50%;
  margin: 0 auto;
  line-height: 1.3;
  font-weight: 400;
  font-family: var(--font-bricolage), sans-serif;
  margin-bottom: 4rem;
}
.zone.hero .resa-section .bigtitle div {
  display: inline-block;
}
.zone.hero .resa-section .bigtitle strong {
  font-weight: 500;
  display: inline-block;
}
.zone.hero.full .resa-section {
  padding-bottom: 0;
}
.zone.hero.full .bigger {
  text-align: center;
  width: 40%;
  font-family: var(--font-bricolage), sans-serif;
  z-index: 9;
  color: white;
  font-size: 550%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zone.hero.full .image {
  height: 65vh;
}
.zone.hero.full .image .imgbox {
  overflow: hidden;
}
.zone.hero.full .bigtitle {
  font-size: 200%;
}

@media all and (min-width: 2200px) {
  .zone.hero {
    padding: 2.5rem;
  }
  .zone.hero .resa-section .title {
    margin: 4rem;
  }
  .zone.hero .image {
    height: calc(100lvh - 5rem);
  }
}
@media all and (max-width: 1400px) {
  .zone.hero .resa-section .bigtitle {
    max-width: 55%;
  }
}
@media all and (max-width: 1200px) {
  .zone.hero .resa-section .bigtitle {
    max-width: 70%;
  }
}
@media all and (max-width: 1000px) {
  .zone.hero .image {
    padding-top: 50px;
  }
  .zone.hero .image .imgbox {
    border-radius: 30px;
    top: 50px;
  }
  .zone.hero .image .subtitle img {
    display: none;
  }
  .zone.hero .image .subwrapper {
    position: relative;
    margin: 0 auto;
    margin-top: -50px;
    height: 50px;
  }
  .zone.hero .image .subwrapper .subtitle-left,
  .zone.hero .image .subwrapper .subtitle-right {
    display: none;
  }
  .zone.hero .resa-section .bigtitle {
    max-width: 80%;
  }
  .zone.hero .infoname {
    justify-content: space-around;
  }
}
@media all and (max-width: 800px) {
  .zone.hero .image {
    padding-top: 50px;
  }
  .zone.hero .image .imgbox {
    border-radius: 30px;
    top: 70px;
  }
  .zone.hero .image .subtitle img {
    display: none;
  }
  .zone.hero .image .subwrapper {
    position: relative;
    margin: 0 auto;
    margin-top: -50px;
    height: 70px;
  }
  .zone.hero .image .subwrapper .subtitle-left,
  .zone.hero .image .subwrapper .subtitle-right {
    display: none;
  }
  .zone.hero .resa-section {
    padding-bottom: 7rem;
  }
  .zone.hero .resa-section .bigtitle {
    max-width: 90%;
    font-size: 240%;
  }
  .zone.hero .infoname {
    justify-content: space-around;
  }
}
@media all and (max-width: 600px) {
  .zone.hero .image {
    padding-top: 50px;
  }
  .zone.hero .image .imgbox {
    border-radius: 30px;
    top: 70px;
  }
  .zone.hero .image .subtitle img {
    display: none;
  }
  .zone.hero .image .subwrapper {
    position: relative;
    margin: 0 auto;
    margin-top: -50px;
    height: 70px;
  }
  .zone.hero .image .subwrapper .subtitle-left,
  .zone.hero .image .subwrapper .subtitle-right {
    display: none;
  }
  .zone.hero .resa-section {
    padding-bottom: 7rem;
  }
  .zone.hero .resa-section .bigtitle {
    max-width: 90%;
    font-size: 240%;
  }
  .zone.hero .infoname {
    justify-content: space-around;
    font-size: 13vw;
  }
}
@media all and (max-width: 450px) {
  .zone.hero .image {
    padding-top: 50px;
  }
  .zone.hero .image .imgbox {
    border-radius: 30px;
    top: 70px;
  }
  .zone.hero .image .subtitle img {
    display: none;
  }
  .zone.hero .image .subwrapper {
    position: relative;
    margin: 0 auto;
    margin-top: -50px;
    height: 70px;
  }
  .zone.hero .image .subwrapper .subtitle-left,
  .zone.hero .image .subwrapper .subtitle-right {
    display: none;
  }
  .zone.hero .resa-section {
    padding-bottom: 7rem;
  }
  .zone.hero .resa-section .bigtitle {
    max-width: 95%;
    font-size: 200%;
  }
  .zone.hero .infoname {
    justify-content: space-around;
    font-size: 13.25vw;
    letter-spacing: -4px;
  }
}
.zone.activites {
  background: #e6e6e6;
  background: #ebe9e5;
  min-height: 100vh;
  padding: 25rem 0;
  padding-bottom: 0;
  max-width: 100vw;
  overflow: hidden;
}
.zone.activites .watercolor {
  position: absolute;
  mix-blend-mode: darken;
  top: 0;
  left: 0;
  width: 100%;
}
.zone.activites .watercolor img {
  position: relative;
}
.zone.activites .para {
  width: 100%;
  padding: 12rem 25%;
  text-transform: uppercase;
  color: #e5ff91;
  font-weight: 600;
  text-align: center;
}
.zone.activites .para .description {
  width: 70%;
  display: inline-block;
}
.zone.activites .para .buttonwrap {
  margin: 0 auto;
  margin-top: 5rem;
}
.zone.activites .elements {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #27384a;
  transform: skew(0, 0deg) rotate(-4deg);
  font-style: italic;
}
.zone.activites .elements .element {
  margin-bottom: 1.2rem;
  position: relative;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.zone.activites .elements .element .text {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.zone.activites .elements .element .titre {
  font-size: 600%;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.3s ease;
  margin: 0 1.5rem;
  margin-right: 2.8rem;
  padding: 0;
}
.zone.activites .elements .element .sstitre {
  font-size: 150%;
  margin: 0;
  padding: 0;
  margin-top: 8px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.zone.activites .elements .element .sstitre div:last-child {
  margin-left: -5px;
}
.zone.activites .elements .element .image {
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 190px;
  aspect-ratio: 0.75;
  border: 7px solid #e5ff91;
  transform: skew(0, -25deg) rotate(25deg) translateX(0%) scale(0.5);
  transition: all 0.3s cubicBezier(0.5, 0.28, 0.36, 0.98);
  opacity: 0;
}
.zone.activites .elements .element:hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.zone.activites .elements .element:hover .image {
  transform: skew(0, 0deg) rotate(-10deg) translateX(-50%) scale(1);
  opacity: 1;
  transition: all 0.3s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.zone.activites .elements .element:hover .titre {
  color: #e5ff91;
  transition: all 0.3s ease;
}
.zone.activites .elements .element:hover .sstitre {
  color: var(--main-color);
  transition: all 0.3s ease;
}
.zone.activites .elements .element:nth-child(2) .image {
  top: auto;
  bottom: 10%;
  left: auto;
  right: -60%;
}
.zone.activites .elements .element:nth-child(3) .image {
  top: auto;
  bottom: -80%;
  left: auto;
  right: -35%;
}
.zone.activites .elements .element:nth-child(3):hover .image {
  transform: skew(0, 0deg) rotate(15deg) translateX(-50%) scale(1);
  opacity: 1;
  transition: all 0.3s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.zone.activites .elements .element:nth-child(4) .image {
  left: -10%;
}
.zone.activites .elements .element:nth-child(5) .image {
  top: auto;
  bottom: -50%;
  left: auto;
  right: -40%;
}
.zone.activites .elements .element:nth-child(5):hover .image {
  transform: skew(0, 0deg) rotate(15deg) translateX(-50%) scale(1);
  opacity: 1;
  transition: all 0.3s cubicBezier(0.5, 0.28, 0.36, 0.98);
}
.zone.activites .elements .element:nth-child(6) .image {
  top: -40%;
  bottom: auto;
}
.zone.activites .elements .element:nth-child(6):hover .image {
  transform: skew(0, 0deg) rotate(10deg) translateX(-50%) scale(1);
  opacity: 1;
  transition: all 0.3s cubicBezier(0.5, 0.28, 0.36, 0.98);
}

@media screen and (max-width: 1200px) {
  .zone.activites .elements .element .titre {
    font-size: 500%;
  }
  .zone.activites .elements .element .sstitre {
    font-size: 130%;
  }
}
@media screen and (max-width: 1000px) {
  .zone.activites {
    padding: 25vh 0;
    padding-bottom: 0;
  }
  .zone.activites .para {
    padding: 12rem 20%;
  }
  .zone.activites .para .description {
    width: 100%;
  }
  .zone.activites .elements .element .image {
    width: 150px;
  }
  .zone.activites .elements .element .titre {
    font-size: 450%;
  }
  .zone.activites .elements .element .sstitre {
    font-size: 120%;
  }
}
@media screen and (max-width: 800px) {
  .zone.activites .elements .element .image {
    width: 150px;
    display: none;
  }
  .zone.activites .elements .element .titre {
    font-size: 400%;
  }
  .zone.activites .elements .element .sstitre {
    font-size: 100%;
  }
}
@media screen and (max-width: 600px) {
  .zone.activites {
    padding: 18vh 0;
    padding-bottom: 0;
  }
  .zone.activites .para {
    padding: 8rem 5%;
  }
  .zone.activites .para .description {
    width: 100%;
  }
  .zone.activites .elements .element .image {
    width: 150px;
    display: none;
  }
  .zone.activites .elements .element .titre {
    font-size: 300%;
    margin: 0 0.5rem;
    margin-right: 1.5rem;
  }
  .zone.activites .elements .element .sstitre {
    font-size: 100%;
  }
}
@media screen and (max-width: 450px) {
  .zone.activites .elements .element .image {
    width: 150px;
    display: none;
  }
  .zone.activites .elements .element .titre {
    font-size: 250%;
    margin: 0 0.5rem;
    margin-right: 1.5rem;
  }
  .zone.activites .elements .element .sstitre {
    font-size: 80%;
  }
}
.boat-detail {
  width: 100%;
  padding-top: 15vh;
  padding-bottom: 10vh;
  overflow: hidden;
}
.boat-detail .boat-content {
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
}
.boat-detail .boat-header {
  margin-bottom: 4rem;
}
.boat-detail .boat-header .boat-name {
  font-size: 450%;
  font-weight: 600;
  font-family: var(--font-bricolage), sans-serif;
  margin-bottom: 0.5rem;
}
.boat-detail .boat-header .boat-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.boat-detail .boat-header .boat-tags .tag {
  background-color: #e5ff91;
  color: var(--main-color);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 100%;
  font-weight: 600;
  cursor: initial;
  transition: all 0.3s ease;
}
.boat-detail .boat-header .boat-tags .tag:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.boat-detail .boat-gallery {
  margin-bottom: 10rem;
}
.boat-detail .boat-gallery .boat-swiper {
  width: 100%;
  overflow: visible;
}
.boat-detail .boat-gallery .boat-swiper .swiper-slide {
  height: 85vh;
}
.boat-detail .boat-gallery .boat-swiper .swiper-pagination {
  text-align: right;
  margin-bottom: 15px;
}
.boat-detail .boat-gallery .boat-swiper .slide-image {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.boat-detail .boat-gallery .boat-swiper .swiper-button-next,
.boat-detail .boat-gallery .boat-swiper .swiper-button-prev {
  color: white;
}
.boat-detail .boat-gallery .boat-swiper .swiper-pagination-bullet {
  background: #e5ff91;
  height: 4px;
  width: 40px;
  border-radius: 5px;
  opacity: 0.4;
  transition: all 0.3s ease;
}
.boat-detail .boat-gallery .boat-swiper .swiper-pagination-bullet-active {
  background: #e5ff91;
  transform: scaleY(1.5);
  opacity: 1;
  transition: all 0.3s ease;
}
.boat-detail .boat-details-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  margin-bottom: 10rem;
}
.boat-detail .boat-details-container .reservation-options {
  width: -moz-fit-content;
  width: fit-content;
  overflow: visible;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  max-height: calc(100vh - 200px);
}
.boat-detail .boat-details-container .reservation-options .search-bar {
  width: 100%;
  display: flex;
  margin: 0;
  flex-direction: column;
  padding: 2rem;
  border-radius: 30px;
  background: var(--main-color);
  color: white;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  overflow: visible;
}
.boat-detail .boat-details-container .reservation-options .search-bar .search-item {
  width: 100%;
  margin-bottom: 1rem;
  padding: 1.2rem;
  cursor: pointer;
  position: relative;
  min-width: 20vw;
  justify-content: center;
}
.boat-detail .boat-details-container .reservation-options .search-bar .search-item .search-label {
  font-weight: 500;
  color: white;
  margin-bottom: 0.5rem;
  display: block;
}
.boat-detail .boat-details-container .reservation-options .search-bar .search-item::after {
  color: #e5ff91;
}
.boat-detail .boat-details-container .reservation-options .search-bar .search-item:hover {
  background: rgba(255, 255, 255, 0.15);
}
.boat-detail .boat-details-container .reservation-options .search-bar select,
.boat-detail .boat-details-container .reservation-options .search-bar input[type=date] {
  width: 100%;
  padding: 0.8rem;
  border-radius: 10px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.boat-detail .boat-details-container .reservation-options .search-bar select:hover, .boat-detail .boat-details-container .reservation-options .search-bar select:focus,
.boat-detail .boat-details-container .reservation-options .search-bar input[type=date]:hover,
.boat-detail .boat-details-container .reservation-options .search-bar input[type=date]:focus {
  background: rgba(255, 255, 255, 0.15);
  outline: none;
}
.boat-detail .boat-details-container .reservation-options .search-bar select option,
.boat-detail .boat-details-container .reservation-options .search-bar input[type=date] option {
  background: var(--main-color);
  color: white;
  padding: 10px;
}
.boat-detail .boat-details-container .reservation-options .search-bar input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}
.boat-detail .boat-details-container .reservation-options .search-bar .datepicker-container,
.boat-detail .boat-details-container .reservation-options .search-bar .duration-selector,
.boat-detail .boat-details-container .reservation-options .search-bar .person-selector {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: white;
  border-radius: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  z-index: 10;
  overflow: hidden;
  width: 300px;
}
.boat-detail .boat-details-container .reservation-options .search-bar .datepicker-container {
  position: absolute;
  top: calc(100% + 10px);
  left: 0%;
  background: white;
  border-radius: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  z-index: 10;
  overflow: visible;
  width: 320px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boat-detail .boat-details-container .reservation-options .search-bar .datepicker-container .Calendar {
  width: 100%;
  max-width: 100%;
}
.boat-detail .boat-details-container .reservation-options .search-bar .person-counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
}
.boat-detail .boat-details-container .reservation-options .search-bar .person-counter .counter-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #e5ff91;
  color: var(--main-color);
  font-size: 120%;
  font-weight: 600;
  cursor: pointer;
}
.boat-detail .boat-details-container .reservation-options .search-bar .person-counter .counter-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.boat-detail .boat-details-container .reservation-options .search-bar .person-counter .counter-value {
  font-size: 120%;
  font-weight: 600;
  color: var(--main-color);
}
.boat-detail .boat-details-container .reservation-options .search-bar .skipper-selector,
.boat-detail .boat-details-container .reservation-options .search-bar .ponton-selector {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: white;
  border-radius: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  z-index: 10;
  width: 100%;
}
.boat-detail .boat-details-container .reservation-options .search-bar .skipper-selector .options-list,
.boat-detail .boat-details-container .reservation-options .search-bar .ponton-selector .options-list {
  padding: 1rem;
}
.boat-detail .boat-details-container .reservation-options .search-bar .skipper-selector .options-list .option,
.boat-detail .boat-details-container .reservation-options .search-bar .ponton-selector .options-list .option {
  padding: 1rem;
  color: var(--main-color);
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 0.5rem;
}
.boat-detail .boat-details-container .reservation-options .search-bar .skipper-selector .options-list .option:last-child,
.boat-detail .boat-details-container .reservation-options .search-bar .ponton-selector .options-list .option:last-child {
  margin-bottom: 0;
}
.boat-detail .boat-details-container .reservation-options .search-bar .skipper-selector .options-list .option:hover,
.boat-detail .boat-details-container .reservation-options .search-bar .ponton-selector .options-list .option:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.boat-detail .boat-details-container .reservation-options .search-bar .skipper-selector .options-list .option.active,
.boat-detail .boat-details-container .reservation-options .search-bar .ponton-selector .options-list .option.active {
  background-color: #e5ff91;
  color: var(--main-color);
  font-weight: 600;
}
.boat-detail .boat-details-container .reservation-options .search-bar .search-button {
  margin-top: 0.5rem;
  background: #e5ff91;
  color: var(--main-color);
  border: none;
  height: 54px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}
.boat-detail .boat-details-container .reservation-options .search-bar .search-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.boat-detail .boat-details-container .reservation-options .search-bar .pricing-summary {
  background: rgba(var(--main-color), 0.96);
  border-radius: 16px;
  padding: 1.5rem 2.2rem;
  margin: 2rem 0 1.5rem 0;
  color: white;
  font-size: 100%;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.boat-detail .boat-details-container .reservation-options .search-bar .pricing-summary .summary-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}
.boat-detail .boat-details-container .reservation-options .search-bar .pricing-summary .summary-block .label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 90%;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.boat-detail .boat-details-container .reservation-options .search-bar .pricing-summary .summary-block .price {
  color: #e5ff91;
  font-weight: 700;
  letter-spacing: 1px;
  margin-left: 2rem;
  white-space: nowrap;
}
.boat-detail .boat-details-container .boat-description {
  width: 60%;
}
.boat-detail .boat-details-container .boat-description blockquote {
  font-size: 120%;
  font-weight: 400;
  color: #e5ff91;
  margin: 2rem 0;
  padding: 2rem;
  line-height: 1.5;
  padding-left: 4rem;
  border-left: 5px solid #e5ff91;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 0 10px 10px 0;
}
.boat-detail .boat-details-container .boat-description p {
  margin-bottom: 3rem;
  line-height: 1.7;
  font-size: 120%;
}
.boat-detail .boat-details-container .boat-description h2 {
  font-size: 200%;
  font-weight: 600;
  margin-top: 5rem;
  margin-bottom: 2.5rem;
  text-decoration: underline;
}
.boat-detail .boat-details-container .boat-description .equipements {
  margin-bottom: 4rem;
}
.boat-detail .boat-details-container .boat-description .equipements .equipement-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.boat-detail .boat-details-container .boat-description .equipements .equipement-list .equipement {
  background-color: #f0f0f0;
  color: var(--main-color);
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 100%;
  transition: all 0.3s ease;
}
.boat-detail .boat-details-container .boat-description .equipements .equipement-list .equipement:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.boat-detail .boat-details-container .boat-description .tarifs .skipper-row {
  margin-top: 2rem;
}
.boat-detail .boat-details-container .boat-description .tarifs .skipper-row .tarif-block-container.skipper-content {
  width: 100%;
}
.boat-detail .boat-details-container .boat-description .tarifs .skipper-row .tarif-block-container.skipper-content .tarif-subtitle {
  font-size: 100%;
  color: white;
  border-bottom: 1px solid;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.boat-detail .boat-details-container .boat-description .tarifs .tarif-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.boat-detail .boat-details-container .boat-description .tarifs .tarif-content .tarif-block-container {
  width: 45%;
}
.boat-detail .boat-details-container .boat-description .tarifs .tarif-content .tarif-block-container .tarif-title {
  font-size: 150%;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.boat-detail .boat-details-container .boat-description .tarifs .tarif-content .tarif-block-container .tarif-subtitle {
  font-size: 100%;
  border-bottom: 1px solid;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.boat-detail .boat-details-container .boat-description .tarifs .tarif-content .tarif-block-container .tarif-content {
  display: flex;
  justify-content: space-between;
}
.boat-detail .boat-details-container .boat-description .tarifs .tarif-content .tarif-block-container .tarif-block {
  margin-bottom: 2rem;
  margin-right: 3rem;
}
.boat-detail .boat-details-container .boat-description .tarifs .tarif-content .tarif-block-container .tarif-block .tarif-season {
  display: flex;
  flex-direction: column;
}
.boat-detail .boat-details-container .boat-description .tarifs .tarif-content .tarif-block-container .tarif-block .tarif-season .price {
  font-size: 200%;
  font-weight: 600;
  color: #e5ff91;
  margin-bottom: 0rem;
}
.boat-detail .boat-details-container .boat-description .tarifs .tarif-content .tarif-block-container .tarif-block .tarif-season .period {
  font-size: 120%;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
.boat-detail .boat-details-container .boat-description .tarifs .tarif-content .tarif-block-container .tarif-block .tarif-season .dates {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.6);
}
.boat-detail .boat-details-container .boat-description .tarifs .tarif-conditions {
  margin-top: 4rem;
  font-size: 100%;
  line-height: 1.25;
}
.boat-detail .boat-details-container .boat-description .tarifs .tarif-conditions ul {
  list-style-type: none;
  padding-left: 2rem;
}
.boat-detail .boat-details-container .boat-description .tarifs .tarif-conditions ul li {
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 120%;
}
.boat-detail .boat-details-container .boat-description .tarifs .tarif-conditions ul li::before {
  content: "✱";
  position: absolute;
  left: -2rem;
  color: #e5ff91;
}
.boat-detail .boat-details-container .boat-description .tarifs .tarif-conditions ol {
  padding-left: 2rem;
}
.boat-detail .boat-details-container .boat-description .tarifs .tarif-conditions p {
  margin-bottom: 1rem;
}

@media all and (min-width: 2200px) {
  .boat-detail .boat-details-container .reservation-options {
    width: 25%;
  }
}
@media all and (max-width: 1200px) {
  .boat-detail .boat-header .boat-name {
    font-size: 280%;
  }
  .boat-detail .boat-gallery .boat-swiper .swiper-slide {
    height: 50vh;
  }
}
@media all and (max-width: 768px) {
  .boat-detail {
    padding-top: 15vh;
  }
  .boat-detail .boat-header .boat-name {
    font-size: 220%;
  }
  .boat-detail .boat-gallery .boat-swiper .swiper-slide {
    height: 40vh;
  }
  .boat-detail .boat-header .boat-tags .tag {
    font-size: 90%;
  }
  .boat-detail .boat-details-container {
    flex-direction: column;
  }
  .boat-detail .boat-details-container .reservation-options,
  .boat-detail .boat-details-container .boat-description {
    width: 100%;
  }
  .boat-detail .boat-details-container .reservation-options {
    margin-bottom: 4rem;
    position: relative;
    top: 0;
  }
  .boat-detail .boat-description p {
    font-size: 110%;
  }
}
@media all and (max-width: 450px) {
  .boat-detail {
    padding-top: 12vh;
  }
  .boat-detail .boat-content {
    width: 95%;
  }
  .boat-detail .boat-header .boat-name {
    font-size: 180%;
  }
  .boat-detail .boat-gallery .boat-swiper .swiper-slide {
    height: 30vh;
  }
  .boat-detail .boat-header .boat-tags {
    gap: 0.8rem;
  }
  .boat-detail .boat-header .boat-tags .tag {
    padding: 6px 15px;
    font-size: 85%;
  }
}
.actudetail {
  padding: 8rem 2.5rem;
}
.actudetail .titlebox {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 4rem;
}
.actudetail .titlebox .title {
  margin: 0;
}
.actudetail .titlebox .date {
  font-weight: 300;
}
.actudetail .image {
  position: relative;
  width: 100%;
  aspect-ratio: 1.5;
  margin-bottom: 3rem;
}
.actudetail .texte {
  font-size: 100%;
  font-weight: 300;
  text-align: justify;
  margin-bottom: 6rem;
}
.actudetail .texte a {
  font-weight: 400;
  text-decoration: underline;
}
.actudetail .texte img {
  width: 100%;
  margin: 3rem 0;
  aspect-ratio: 1.2;
  position: relative;
}
.actudetail .plus {
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid;
  cursor: pointer;
  padding: 10px 25px;
  transition: 0.3s ease;
  margin: 6rem 0;
}
.actudetail .plus:hover {
  background: black;
  color: white;
  transition: 0.3s ease;
}
.actudetail .wrapnav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  text-transform: uppercase;
}
.actudetail .wrapnav .button svg {
  min-width: 24px;
}
.actudetail .wrapnav .prev {
  display: flex;
  margin-right: 10%;
}
.actudetail .wrapnav .prev svg {
  order: 0;
  margin-left: 0;
  transform: scaleX(-1);
  margin-right: 1rem;
  transform-origin: center;
}
.actudetail .wrapnav .prev div {
  order: 1;
}
.actudetail .wrapnav .next {
  text-align: right;
  margin-left: 10%;
}

.resa-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border-radius: 30px;
  background: var(--main-color);
  color: white;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.resa-block .resa-item {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}
.resa-block .resa-item .resa-label {
  font-weight: 500;
  color: white;
  margin-bottom: 0.5rem;
}
.resa-block .resa-item .resa-input,
.resa-block .resa-item .resa-select {
  padding: 1rem;
  border-radius: 10px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.resa-block .resa-item .resa-input:hover, .resa-block .resa-item .resa-input:focus,
.resa-block .resa-item .resa-select:hover,
.resa-block .resa-item .resa-select:focus {
  background: rgba(255, 255, 255, 0.15);
  outline: none;
}
.resa-block .resa-item .resa-input option,
.resa-block .resa-item .resa-select option {
  background: var(--main-color);
  color: white;
}
.resa-block .resa-button {
  margin-top: 0.5rem;
  background: #e5ff91;
  color: var(--main-color);
  border: none;
  height: 54px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}
.resa-block .resa-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.zone.actus {
  position: relative;
}
.zone.actus .frame {
  width: 70%;
}
.zone.actus h1.title {
  font-size: 500%;
  opacity: 0.09;
  font-weight: 900;
  line-height: 0.7;
  position: fixed;
  margin: 0;
  right: 0; /* Colle au côté droit du conteneur */
  transform: rotate(-90deg); /* Tourne le texte */
  transform-origin: bottom right; /* Fixe l'origine de la rotation au coin bas-droit */
  text-align: right; /* Assure un alignement propre si le texte est long */
  white-space: nowrap;
}
.zone.actus .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.5rem;
}
.zone.actus .slide {
  border: 1px solid #000;
  min-height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: 300;
}
.zone.actus .slide a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
}
.zone.actus .slide .image {
  width: 100%;
  aspect-ratio: 1.5;
  position: relative;
  border-bottom: 1px solid;
}
.zone.actus .slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zone.actus .slide .text {
  padding: 4rem;
}
.zone.actus .slide .title {
  font-size: 140%;
  font-weight: 400;
  line-height: 1.15;
}
.zone.actus .slide .date {
  font-size: 80%;
  margin-top: 5px;
}
.zone.actus .slide .description {
  font-size: 90%;
  font-weight: 300;
  margin-top: 4rem;
}
.zone.actus .slide .plus {
  background: #000;
  color: #fff;
  font-size: 80%;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.5rem 2rem;
  margin-top: 4rem;
  display: inline-block;
}
.zone.actus .slide .plus:hover {
  background: #fff;
  color: #000;
}

@media all and (max-width: 1200px) {
  .zone.actus .frame {
    width: 80%;
  }
  .zone.actus .slide .description {
    margin-top: 3rem;
  }
  .zone.actus .slide .button {
    margin-top: 3rem;
  }
}
@media all and (max-width: 800px) {
  .zone.actus {
    padding-top: 6rem;
  }
  .zone.actus .frame {
    width: 80%;
  }
  .zone.actus .grid {
    grid-template-columns: 1fr;
  }
  .zone.actus .slide .description {
    margin-top: 3rem;
  }
  .zone.actus .slide .button {
    margin-top: 3rem;
  }
}
@media all and (max-width: 600px) {
  .zone.actus {
    padding-top: 6rem;
  }
  .zone.actus .frame {
    width: calc(100% - 20px);
  }
  .zone.actus h1.title {
    font-size: 300%;
    position: relative;
    transform: none;
    text-align: left;
  }
  .zone.actus .grid {
    grid-template-columns: 1fr;
  }
  .zone.actus .slide .text {
    padding: 3rem;
  }
  .zone.actus .slide .description {
    margin-top: 3rem;
  }
  .zone.actus .slide .button {
    margin-top: 3rem;
  }
}
.fourofour {
  background: var(--main-color);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 99;
  transform: translate(-50%, -50%);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.error404img {
  width: 600px;
  height: 600px;
  position: relative;
}
.error404img img {
  filter: hue-rotate(-80deg) contrast(1.5) saturate(1.5);
  object-fit: contain;
}

.error404txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 120%;
  z-index: 999;
  text-align: center;
}
.error404txt h1 {
  margin-top: 0rem;
  border: 2px dashed;
  padding: 4rem 6rem;
  border-radius: 10px;
  margin-bottom: 4rem;
}
.error404txt .droide {
  font-weight: 600;
}
.error404txt .button {
  margin-top: 4rem;
  background: var(--bg-color);
  text-transform: none;
  border-color: white;
}

.zone.legal {
  padding: 8rem 0;
  max-width: 90vw;
  margin: 0 auto;
}
.zone.legal h1 {
  font-size: 300%;
  font-weight: 600;
  margin-bottom: 4rem;
}
.zone.legal h3 {
  font-size: 2.25rem;
  font-weight: 500;
  margin-top: 4rem;
}
.zone.legal table a,
.zone.legal strong {
  font-weight: 600;
}
.zone.legal table tr {
  margin: 0.9rem 0;
  display: block;
}
.zone.legal table tr td:last-child {
  padding-left: 20px;
}
.zone.legal table td {
  min-width: 150px;
  padding: 2px 0;
}
.zone.legal table td:first-child {
  color: #888;
}
.zone.legal hr {
  margin: 4rem 0;
}

.presta {
  background: #e7e6e4;
  text-align: center;
  padding-bottom: 8rem;
}
.presta .wavyline {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.presta .wavyline .brush {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 16px;
  transform: skew(-38deg);
  background: rgba(87, 120, 238, 0.5);
  z-index: -1;
  transform-origin: left;
}
.presta .c2a {
  background: #720bd3;
  color: white;
  padding: 20px 40px;
  border-radius: 30px;
  margin: 4rem auto;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
}
.presta .c2a.bblack {
  background: #000;
}
.presta .c2a.bblack:hover {
  background: #720bd3;
}
.presta .c2a:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5019607843);
  transition: all 0.3s ease;
}
.presta .header {
  top: 0;
  right: 0;
  width: 100%;
  height: 125px;
  padding: 0 5rem;
  font-weight: 600;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.presta .header ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.presta .header ul li {
  margin-right: 5rem;
  position: relative;
}
.presta .header ul li a {
  z-index: 1;
  display: block;
  position: relative;
}
.presta .header ul li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 16px;
  background: rgba(87, 120, 238, 0.5);
  transform: scaleX(0) skew(0deg);
  transform-origin: left;
  transition: all 0.3s ease;
}
.presta .header ul li:hover::after {
  transform: scaleX(1) skew(-38deg);
  transition: all 0.3s ease;
}
.presta .header ul li:last-child {
  margin-right: 0rem;
}
.presta .header ul li.contact {
  display: inline-block;
  border: 2px solid;
  padding: 12px 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.presta .header ul li.contact:after {
  border-radius: 8px;
  bottom: 0;
  height: 100%;
  z-index: 0;
}
.presta .header ul li.contact:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5019607843);
  transition: all 0.3s ease;
}
.presta .header ul li.contact:hover::after {
  transform: scaleX(1) skew(0deg);
}
.presta .logo {
  margin: 4rem auto;
  text-align: center;
  margin-bottom: 6rem;
}
.presta #appli {
  position: relative;
  z-index: 1;
}
.presta #appli .wrapmockup {
  display: flex;
  justify-content: center;
}
.presta #appli .wrapmockup .image {
  width: 33%;
  position: relative;
}
.presta #appli .wrapmockup .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 160%;
}
.presta #appli .wrapmockup .image img {
  object-fit: contain;
}
.presta #studio {
  margin-top: 4rem;
}
.presta #studio h2 {
  display: inline-block;
  font-weight: 600;
}
.presta #studio h2:after {
  content: "";
  position: relative;
  margin: 2rem auto;
  border-bottom: 3px solid;
  width: 100%;
  display: block;
}
.presta #studio .services {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.presta #studio .services li {
  width: 31%;
}
.presta #studio .services li a {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
}
.presta #studio .services li a img {
  object-fit: cover;
}
.presta #studio .services li .titre {
  margin-top: 2rem;
  font-weight: 500;
}
.presta #studio .services li .titre span {
  display: block;
}
.presta #studio .email {
  color: #720bd3;
  font-weight: 500;
  font-size: 110%;
  margin-top: 2rem;
  display: inline-block;
  margin-bottom: 0rem;
}
.presta #studio .social {
  display: flex;
  margin-top: 2rem;
  justify-content: center;
}
.presta #studio .social li {
  margin: 0 1rem;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #1c14fb;
  padding: 10px;
  overflow: hidden;
}
.presta #studio .social li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.presta #studio .social li img {
  width: 30px;
  height: 30px;
}
.presta h2,
.presta h1 {
  font-weight: 500;
  line-height: 1.7;
  position: relative;
}
.presta h1 {
  margin-bottom: 5rem;
}
.presta #avantages {
  margin-top: 4rem;
}
.presta #avantages.frame {
  width: 80%;
}
.presta #avantages .image {
  position: relative;
  width: 50%;
  margin: 0 auto;
}
.presta #avantages .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 70%;
}
.presta #avantages .cles {
  margin-top: 8rem;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.presta #avantages .cles li {
  background: rgb(136, 147, 172);
  background: #ccd4de;
  background: #d7d9dc;
  border-radius: 18px;
  text-align: left;
  padding: 3rem 4rem;
  font-size: 90%;
  line-height: 1.5;
  max-width: 50%;
  height: 120px;
  margin: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
}
.presta #avantages .cles li:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5019607843);
  transition: all 0.3s ease;
  background: #a4afe8;
}
.presta .avocado {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}

@media all and (max-width: 1900px) {
  .presta #appli .wrapmockup .image {
    width: 40%;
  }
  .presta #avantages .image {
    width: 60%;
  }
}
@media all and (max-width: 1400px) {
  .presta #appli .wrapmockup .image {
    width: 60%;
  }
  .presta #avantages .image {
    width: 70%;
  }
}
@media all and (max-width: 1200px) {
  .presta .frame {
    width: 85%;
  }
  .presta #avantages .cles li {
    max-width: none;
  }
  .presta #avantages .image {
    width: 80%;
  }
  .presta .header ul li {
    display: none;
  }
  .presta .header ul li.contact {
    display: block;
  }
}
@media all and (max-width: 1000px) {
  .presta .avocado {
    transform: scale(0.75);
    transform-origin: top left;
  }
  .presta #appli .wrapmockup .image {
    width: 90%;
  }
  .presta #avantages .image {
    width: 90%;
  }
}
@media all and (max-width: 800px) {
  .presta br {
    display: none;
  }
  .presta .avocado {
    transform: scale(0.6);
    transform-origin: top left;
  }
  .presta #appli .wrapmockup {
    flex-wrap: wrap;
    margin-bottom: -4rem;
  }
  .presta #appli .wrapmockup .image {
    width: 100%;
  }
  .presta #appli .wrapmockup .image:before {
    padding-top: 150%;
  }
  .presta #studio .services {
    flex-wrap: wrap;
  }
  .presta #studio .services li {
    width: 100%;
    margin-bottom: 4rem;
  }
  .presta #studio .services li a {
    position: relative;
    height: auto;
  }
  .presta #studio .services li a:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 70%;
  }
  .presta #studio .services li a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media all and (max-width: 600px) {
  .presta #appli .wrapmockup {
    flex-wrap: wrap;
    margin-bottom: -4rem;
  }
  .presta #appli .wrapmockup .image {
    width: 100%;
  }
  .presta #appli .wrapmockup .image:before {
    padding-top: 170%;
  }
  .presta #studio {
    margin-top: 0;
  }
  .presta #avantages .image {
    width: 180%;
  }
  .presta #avantages .cles {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  .presta #avantages .cles li {
    padding: 2rem;
    height: auto;
    min-height: 120px;
    font-size: 100%;
  }
  .presta .frame {
    width: 90%;
  }
  .presta .header {
    padding: 0 3rem;
  }
}
@media all and (max-width: 450px) {
  .presta .header {
    padding: 0 2rem;
  }
  .presta .header ul li.contact {
    padding: 10px 20px;
  }
  .presta .avocado {
    transform: scale(0.4);
    transform-origin: top left;
  }
  .presta #studio .services {
    flex-wrap: wrap;
  }
  .presta #studio .services li {
    width: 100%;
    margin-bottom: 4rem;
  }
  .presta #studio .services li a {
    position: relative;
    height: auto;
  }
  .presta #studio .services li a:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 70%;
  }
  .presta #studio .services li a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.search-bar {
  display: flex;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50px;
  padding: 0.75rem 2rem;
  padding-right: 0.75rem;
  margin: 2rem auto;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  position: relative;
  color: white;
}
.search-bar .search-item {
  margin: 0 3rem;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  border-bottom: 1px solid;
  white-space: nowrap;
}
.search-bar .search-item:hover {
  color: #e5ff91;
}
.search-bar .search-item:after {
  content: "+";
  position: relative;
  margin-left: 5px;
  font-weight: 800;
  margin-top: -1px;
  display: inline-block;
  color: inherit;
}
.search-bar .search-item .search-label {
  font-size: 100%;
  white-space: nowrap;
}
.search-bar .search-item .datepicker-container {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  margin-top: 10px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 20px;
}
.search-bar .search-item .datepicker-container .Calendar {
  box-shadow: none;
}
.search-bar .search-item .datepicker-container .Calendar__weekDay {
  font-size: 12px;
  color: #666;
}
.search-bar .search-item .datepicker-container .Calendar__day {
  transition: all 0.2s ease;
}
.search-bar .search-item .datepicker-container .Calendar__day.-selected {
  background-color: #e5ff91 !important;
  color: var(--main-color) !important;
}
.search-bar .search-item .duration-selector {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  margin-top: 10px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  padding: 20px;
}
.search-bar .search-item .duration-selector .person-counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-bar .search-item .duration-selector .person-counter .counter-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e5ff91;
  border: none;
  color: black;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.search-bar .search-item .duration-selector .person-counter .counter-btn:hover {
  background: rgb(222.9727272727, 255, 119.5);
}
.search-bar .search-item .duration-selector .person-counter .counter-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.search-bar .search-item .duration-selector .person-counter .counter-value {
  font-size: 20px;
  font-weight: 600;
  color: black;
  padding: 0 15px;
}
.search-bar .search-item .duration-selector .duration-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.search-bar .search-item .duration-selector .duration-options .duration-option {
  padding: 8px 16px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: none;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  color: black;
}
.search-bar .search-item .duration-selector .duration-options .duration-option:hover {
  background: rgba(0, 0, 0, 0.05);
}
.search-bar .search-item .duration-selector .duration-options .duration-option.active {
  background-color: #e5ff91;
  border-color: #e5ff91;
  color: var(--main-color);
  font-weight: 600;
}
.search-bar .search-item .person-selector {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  margin-top: 10px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  padding: 20px;
}
.search-bar .search-item .person-selector .person-counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-bar .search-item .person-selector .person-counter .counter-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e5ff91;
  border: none;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.search-bar .search-item .person-selector .person-counter .counter-btn:hover {
  background: rgb(222.9727272727, 255, 119.5);
}
.search-bar .search-item .person-selector .person-counter .counter-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.search-bar .search-item .person-selector .person-counter .counter-value {
  font-size: 20px;
  font-weight: 600;
  padding: 0 15px;
  color: black;
}
.search-bar .search-button {
  background-color: #e5ff91;
  background: var(--main-color);
  border: none;
  border-radius: 50px;
  white-space: nowrap;
  height: 50px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 100%;
  color: white;
}
.search-bar .search-button:hover {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.168627451);
}

@media all and (max-width: 800px) {
  .search-bar {
    flex-direction: column;
    margin: 0;
    padding: 2rem;
    border-radius: 30px;
    background: var(--main-color);
    color: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    width: 70%;
  }
  .search-bar .search-item {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 1.2rem;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    min-width: 20vw;
    justify-content: center;
    border-bottom: none;
  }
  .search-bar .search-item .search-label {
    font-weight: 600;
    color: white;
    margin-bottom: 0.5rem;
    display: block;
  }
  .search-bar .search-item::after {
    color: #e5ff91;
  }
  .search-bar .search-item:hover {
    background: rgba(255, 255, 255, 0.15);
  }
  .search-bar .search-item .datepicker-container,
  .search-bar .search-item .duration-selector,
  .search-bar .search-item .person-selector {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    transform: none;
  }
  .search-bar .search-button {
    margin-top: 0.5rem;
    background: #e5ff91;
    color: var(--main-color);
    border: none;
    height: 54px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
  }
  .search-bar .search-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
}
@media all and (max-width: 450px) {
  .search-bar {
    flex-direction: column;
    margin: 0;
    padding: 2rem;
    border-radius: 30px;
    background: var(--main-color);
    color: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    width: 90%;
  }
  .search-bar .search-item {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 1.2rem;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    min-width: 20vw;
    justify-content: center;
    border-bottom: none;
  }
  .search-bar .search-item .search-label {
    font-weight: 600;
    color: white;
    margin-bottom: 0.5rem;
    display: block;
  }
  .search-bar .search-item::after {
    color: #e5ff91;
  }
  .search-bar .search-item:hover {
    background: rgba(255, 255, 255, 0.15);
  }
  .search-bar .search-item .datepicker-container,
  .search-bar .search-item .duration-selector,
  .search-bar .search-item .person-selector {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    transform: none;
  }
  .search-bar .search-button {
    margin-top: 0.5rem;
    background: #e5ff91;
    color: var(--main-color);
    border: none;
    height: 54px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
  }
  .search-bar .search-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
}
