/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/**
 * CONTENTS
 *
 * SETTINGS
 *
 *
 * GENERIC
 *
 * BASE

 *
 * OBJECTS

 *
 * COMPONENTS

 *
 * TRUMPS

 */
/**
 * #SETTINGS
 */
/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
@font-face {
  font-family: "PP Woodland";
  src: url(40547e7a163217c17575b698251fc402.woff2) format("woff2"), url(33803b26fa269baab8ead29d56787ee0.woff) format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "PP Woodland";
  src: url(f875ba5d1c9df769d62ed546d8cabb96.woff2) format("woff2"), url(3fd52ea32306388dfe427af4599a63e3.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PP Woodland";
  src: url(1052a7ce646d519a586d527c4897f0c4.woff2) format("woff2"), url(5845c432e121404129b5d76dddc49f7b.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
/**
 * #TOOLS
 */
input, textarea, form {
  color: #707664;
  font-family: inherit;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  border: transparent;
  background: none;
}

textarea {
  resize: vertical;
}

button:focus {
  outline: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(112, 118, 100, 0.8);
  opacity: 1;
}

::placeholder { /* Most modern browsers support this now. */
  color: rgba(112, 118, 100, 0.8);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-text-fill-color: rgb(46.495412844, 48.9862385321, 41.5137614679) !important;
}

.input--white:-webkit-autofill,
.input--white:-webkit-autofill:hover,
.input--white:-webkit-autofill:focus,
.input--white:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
}

select, button, form fieldset, input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0px;
  background: none;
}

/**
 * #GENERIC
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none;
}

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

/*------------------------------------*\
    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/**
 * #BASE
 */
html {
  font-family: "DM Sans", sans-serif;
  line-height: 1.8;
  font-size: 15px;
  font-weight: 300;
  color: #707664;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 2200px;
  margin: 0px auto;
  overflow-x: hidden;
  width: 100dvw;
  scroll-behavior: smooth;
}

.content__wrap {
  width: 100%;
  overflow: hidden;
}

body {
  width: 100%;
}

.body--bg {
  background-color: #F7F7ED;
}

.container--img {
  position: relative;
}
.container--img:after {
  display: block;
  content: "";
  width: 100%;
}
.container--img > img, .container--img > video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.item--wrap {
  position: relative;
}
.item--wrap > a {
  text-indent: -999999px;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.otgs-development-site-front-end {
  display: none !important;
}

h1, h2, h3, h4, h5 {
  position: relative;
  font-weight: 400;
  line-height: 1.25;
  color: #414B30;
  font-family: "PP Woodland";
}
h1.title--centered, h2.title--centered, h3.title--centered, h4.title--centered, h5.title--centered {
  text-align: center;
}

.title--section {
  font-size: 3em;
}

.subtitle--section {
  font-size: 2.5333333333em;
}

.title--footer {
  color: #F7F7ED;
  font-size: 1.6666666667em;
  margin-bottom: 0.8em;
}

.title--home {
  font-size: 4.6666666667em;
  max-width: 560px;
  margin: 0.2142857143em auto 0px;
}

.title--card {
  font-size: 1.6666666667em;
}

.title--card-big {
  font-size: 2.3333333333em;
}

.subtitle--card {
  font-size: 1.2666666667em;
  line-height: 1.2;
}

.section--primary .title--section {
  color: white;
}

.subtitle--booking {
  font-size: 1.3333333333em;
  color: #414B30;
  font-weight: 300;
}

.title--booking {
  font-size: 2em;
}

.title--faq, .title--place {
  font-size: 1em;
}
.title--faq .title, .title--place .title {
  font-size: 1.8em;
  transition: all 0.25s ease 0s;
}
.title--faq span, .title--place span {
  display: block;
}
.title--faq a, .title--place a {
  color: #F7F7ED;
}
.title--faq a > div > div, .title--place a > div > div {
  max-width: 1200px;
}
.title--faq a:hover, .title--place a:hover {
  color: #F7F7ED;
}
@media (hover: hover) and (pointer: fine) {
  .title--faq a:hover, .title--place a:hover {
    background-color: #505C3D;
  }
  .title--faq a:hover .title, .title--place a:hover .title {
    transform: translateX(8px);
  }
}

.title--place span {
  display: flex;
}
.title--place span span {
  font-size: 0.8em;
  padding-left: 10px;
  align-self: flex-end;
  line-height: 1.8;
}
.title--place a {
  color: #414B30;
}
.title--place a:hover {
  color: #414B30;
}

.title--table {
  font-size: 1.5333333333em;
}
.title--table span {
  font-size: 0.8695652174em;
}

.title--price {
  font-size: 1.8666666667em;
}

.title--error {
  color: #D40009;
  text-align: left;
}

.title--infos {
  color: #697092;
  text-align: left;
}

.subtitle--checkin {
  font-size: 1.4666666667em;
  color: #586643;
  line-height: 1.6;
  margin: 0px auto;
  margin-top: 0.3636363636em;
}

.subtitle--checkin-small {
  max-width: 370px;
}

@media (max-width: 1300px) {
  .subtitle--booking {
    font-size: 1.1333333333em;
  }
  .title--booking {
    font-size: 1.7333333333em;
  }
  .title--card-big {
    font-size: 1.8666666667em;
  }
}
@media (max-width: 1100px) {
  .title--home {
    font-size: 4em;
  }
}
@media (max-width: 1000px) {
  .subtitle--section {
    font-size: 2.1333333333em;
  }
  .title--section {
    font-size: 2.6666666667em;
  }
  .subtitle--checkin {
    font-size: 1.2666666667em;
  }
}
@media (max-width: 950px) {
  .title--home {
    max-width: 650px;
    font-size: 3.6666666667em;
  }
}
@media (max-width: 800px) {
  .title--section {
    font-size: 2.3333333333em;
  }
  .subtitle--section {
    font-size: 1.8em;
  }
}
@media (max-width: 700px) {
  .title--home {
    font-size: 2.8em;
  }
  .title--faq, .title--place {
    font-size: 1em;
  }
  .title--faq .title, .title--place .title {
    font-size: 1.6em;
  }
  .title--booking {
    font-size: 1.5333333333em;
  }
  .subtitle--booking {
    font-size: 1.0666666667em;
  }
  .card--light .title--card {
    font-size: 1.3333333333em;
  }
}
@media (max-width: 570px) {
  .title--card {
    font-size: 1.4em;
  }
  .subtitle--card {
    font-size: 1.1333333333em;
  }
  .title--home {
    font-size: 2.5333333333em;
  }
  .title--section {
    font-size: 2em;
  }
  .subtitle--section {
    font-size: 1.6em;
  }
  .title--booking {
    font-size: 1.4em;
  }
  .subtitle--booking {
    font-size: 1em;
  }
  .subtitle--checkin {
    font-size: 1.2em;
  }
}
@media (max-width: 520px) {
  .title--faq .title, .title--place .title {
    font-size: 1.4666666667em;
  }
}
@media (max-width: 490px) {
  .title--place span {
    justify-content: center;
  }
}
@media (max-width: 470px) {
  .title--footer {
    font-size: 1.5333333333em;
    margin-bottom: 0.6666666667em;
  }
}
@media (max-width: 420px) {
  .title--section {
    font-size: 1.8em;
  }
  .title--faq .title, .title--place .title {
    font-size: 1.3333333333em;
  }
}
@media (max-width: 390px) {
  .title--home {
    font-size: 2.1333333333em;
  }
}
@media (max-width: 330px) {
  .title--footer {
    font-size: 1.3333333333em;
  }
  .title--home {
    font-size: 2em;
  }
  .title--section {
    font-size: 1.6666666667em;
  }
  .title--faq .title, .title--place .title {
    font-size: 1.2em;
  }
}
a {
  text-decoration: none;
  color: #586643;
  font-weight: 400;
  transition: all 0.25s ease 0s;
}
a:hover {
  color: rgb(61.4437869822, 71.2189349112, 46.7810650888);
  border-color: rgb(61.4437869822, 71.2189349112, 46.7810650888);
}

svg path, svg g, svg circle {
  transition: all 0.2s ease-in-out 0s;
}

.link--underligned {
  text-decoration: underline;
}

.footer__link {
  display: inline-block;
}

.footer__link:hover {
  color: rgb(239.1538461538, 239.1538461538, 219.3461538462);
  transform: translateX(5px);
}

.map svg {
  transition: all 0.2s ease-in-out 0s;
  transform: translate(0px, 0px);
}

/**
 * #OBJECTS
 */
/*------------------------------------*\
    #LIST-INLINE
\*------------------------------------*/
/**
 * The list-inline object simply displays a list of items in one line.
 */
.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
}

.column--free {
  display: flex;
}

.column {
  display: flex;
  flex-wrap: wrap;
}

.column > li, .column--free > li {
  display: block;
}

.column--column {
  flex-direction: column;
}

.column--top {
  align-items: flex-start;
}

.column--bottom {
  align-items: flex-end;
}

.column--spaced {
  justify-content: space-between;
}

.column--reversed {
  flex-direction: row-reverse;
}

.column--column-reversed {
  flex-direction: column-reverse;
}

.column--centered {
  align-items: center;
}

.column--equal {
  align-items: stretch;
}

.column--centered-w {
  justify-content: center;
}

.column--end {
  justify-content: flex-end;
}

.wrapper--centered {
  margin-left: auto;
  margin-right: auto;
}

.wrapper--large {
  width: 86.1271676301%;
}

.wrapper--middle {
  width: 82.6589595376%;
}

.wrapper--inter {
  width: 75.1445086705%;
}

.wrapper--largest {
  width: 90.7514450867%;
}

.wrapper--faq {
  width: 69.3641618497%;
}

.wrapper--small {
  width: 1000px;
}

.wrapper--checkin {
  width: 500px;
}

.wrapper--smallest {
  width: 600px;
}

@media (max-width: 1530px) {
  .wrapper--middle {
    width: 90%;
  }
}
@media (max-width: 1100px) {
  .wrapper--small, .wrapper--inter {
    width: 90%;
  }
}
@media (max-width: 1000px) {
  .wrapper--faq {
    width: 90%;
  }
}
@media (max-width: 900px) {
  .wrapper--large {
    width: 90%;
  }
}
@media (max-width: 750px) {
  .wrapper--smallest {
    width: 90%;
  }
  .wrapper--checkin {
    max-width: 500px;
    width: 100%;
  }
}
.section {
  position: relative;
  z-index: 2;
}
.section + .section--cta {
  margin-top: 0px;
}

.section--bg {
  margin: 0px;
}
.section--bg + .section--bg {
  margin-top: 0px;
}

.section--small {
  padding-top: 2.6666666667em;
  padding-bottom: 6.936416185%;
}

.section--secondary {
  background-color: #F7F7ED;
}

.section--primary {
  background-color: #586643;
  color: #F7F7ED;
}
.section--primary + section.section--wave-start {
  background-color: #586643;
}

.section--primary-dark {
  background-color: #52613C;
  color: #F7F7ED;
}
.section--primary-dark + section.section--wave-start {
  background-color: #52613C;
}

.section--centered {
  text-align: center;
}

.section--bottom + footer {
  margin-top: 0px;
}

.section--pulled {
  position: relative;
}
.section--pulled:before {
  position: absolute;
  display: block;
  padding-bottom: 8.6705202312%;
  width: 100%;
  content: "";
}

.section--secondary + .section--pulled:before {
  background-color: #F7F7ED;
}

.section--doublewaved .waves, .section--doublewaved .wave, .section--doublewaved .roundtop, .section--wave-start .waves, .section--wave-start .wave, .section--wave-start .roundtop, .section--wave-bottom .waves, .section--wave-bottom .wave, .section--wave-bottom .roundtop, .section--round-top .waves, .section--round-top .wave, .section--round-top .roundtop {
  position: relative;
  display: block;
}
.section--doublewaved .waves svg, .section--doublewaved .wave svg, .section--doublewaved .roundtop svg, .section--wave-start .waves svg, .section--wave-start .wave svg, .section--wave-start .roundtop svg, .section--wave-bottom .waves svg, .section--wave-bottom .wave svg, .section--wave-bottom .roundtop svg, .section--round-top .waves svg, .section--round-top .wave svg, .section--round-top .roundtop svg {
  width: 100%;
}

.section--doublewaved .waves {
  margin-top: 9.8265895954%;
  top: 9px;
}
.section--doublewaved + .section--bg {
  padding-top: 2.6666666667em;
}
.section--doublewaved.section--secondary .front {
  fill: #586643;
}
.section--doublewaved.section--secondary .bg {
  fill: #E3E3C1;
}

.section--round-top {
  margin-top: 8.6705202312%;
}
.section--round-top .roundtop {
  transform: translateY(-87%);
}
.section--round-top.section--secondary .roundtop svg ellipse {
  fill: #F7F7ED;
}

.section--wave-start.section--secondary {
  background-color: transparent;
}
.section--wave-start.section--secondary svg path {
  fill: #F7F7ED;
}
.section--wave-start.section--secondary .section__inner {
  background-color: #F7F7ED;
}
.section--wave-start .wave {
  top: 20px;
}

.section--wave-bottom.section--secondary .wave, .section--wave-bottom.header--secondary .wave {
  background-color: white;
}
.section--wave-bottom.section--secondary .wave svg, .section--wave-bottom.header--secondary .wave svg {
  transform: rotate(180deg) translateY(10%);
}
.section--wave-bottom.section--secondary .wave svg path, .section--wave-bottom.header--secondary .wave svg path {
  fill: #F7F7ED;
}

.section--shape {
  margin-bottom: 6em;
  position: relative;
}
.section--shape .section__inner {
  position: relative;
  z-index: 1;
}
.section--shape .shape {
  display: block;
}
.section--shape .shape svg {
  width: 1730px;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  bottom: -6em;
  left: 0px;
}

.section--cta {
  padding-top: 8.6666666667em;
}

.section--last {
  padding-bottom: 8.6705202312%;
}

.section--start {
  padding-top: 17.3410404624%;
}

.section--rounded {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.section--booking {
  padding-top: 6.6666666667em;
  padding-bottom: 6.3583815029%;
}
.section--booking.section--wave-bottom {
  padding-bottom: 0px;
}
.section--booking.section--wave-bottom .wave {
  margin-top: 4em;
  top: 20px;
}

.section--white {
  background-color: white;
  padding-top: 5.3333333333em;
}

.section--transition-white {
  position: relative;
}
.section--transition-white .section__inner {
  z-index: 2;
  position: relative;
}
.section--transition-white:after {
  width: 100%;
  height: 250px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  background-color: white;
  display: block;
}

@media (max-width: 1100px) {
  .section--pulled:before {
    padding-bottom: 120px;
  }
  .section--round-top {
    margin-top: 9.3333333333em;
  }
}
@media (max-width: 1000px) {
  .section--cta {
    padding-top: 6em;
  }
}
@media (max-width: 870px) {
  .section--booking {
    padding-top: 4em;
    padding-bottom: 3.3333333333em;
  }
}
@media (max-width: 800px) {
  .section--cta {
    padding-top: 4.6666666667em;
  }
  .section--last {
    padding-bottom: 4.6666666667em;
  }
  .section--booking {
    display: flex;
    flex-direction: column;
    padding-top: 0em;
    text-align: center;
  }
  .section--booking .intro__btn {
    display: none;
  }
  .section--booking.section--wave-bottom {
    padding-bottom: 0px;
  }
  .section--booking.section--wave-bottom .wave {
    margin-top: 1em;
  }
}
@media (max-width: 600px) {
  section.section--transition-white .slider__container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section--booking.section--wave-bottom .wave {
    margin-top: 0em;
  }
}
@media (max-width: 550px) {
  .section--pulled:before {
    padding-bottom: 80px;
  }
}
@media (max-width: 570px) {
  .section--shape .shape svg {
    width: 890px;
    bottom: inherit;
    top: -70px;
    left: -50px;
  }
  .section--cta {
    padding-top: 0em;
  }
  .section--start {
    padding-top: 8em;
  }
}
@media (max-width: 520px) {
  .section--booking {
    padding-top: 1.3333333333em;
  }
  .section--booking .intro__btn {
    display: block;
    margin: 1em 0px;
  }
  .section--transition-white:after {
    height: 150px;
  }
}
@media (max-width: 490px) {
  .section--round-top {
    margin-top: 7em;
  }
  .section--round-top .roundtop {
    transform: translateY(-80%);
  }
}
@media (max-width: 450px) {
  .section--start {
    padding-top: 6.6666666667em;
  }
  .section--white {
    padding-top: 3.3333333333em;
  }
  .section--doublewaved + .section--bg {
    padding-top: 0px;
  }
  .section--cta {
    padding-top: 2.6666666667em;
  }
  .section--shape .shape svg {
    width: 650px;
    top: -20px;
  }
  .section--last {
    padding-bottom: 4em;
  }
  .section--transition-white:after {
    height: 100px;
  }
}
@media (max-width: 390px) {
  .section--doublewaved .waves {
    margin-top: 0.6666666667em;
  }
  .section--doublewaved + .section--bg {
    padding-top: 0px;
  }
  .section--cta {
    padding-top: 1.6666666667em;
  }
  .section--round-top {
    margin-top: 5.6666666667em;
  }
  .section--round-top .roundtop {
    transform: translateY(-70%);
  }
}
@media (max-width: 360px) {
  .section--last {
    padding-bottom: 3.3333333333em;
  }
  .section--wave-start .wave {
    top: 40px;
  }
}
em {
  font-style: normal;
}

.text__break {
  display: block;
}

.footer {
  color: #F7F7ED;
}
.footer a {
  color: #F7F7ED;
}
.footer:before {
  background-image: url(f7f42642d969d1da4e647b4e52263590.svg);
  background-size: cover;
  background-position-x: center;
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  position: relative;
  top: 1px;
}

.footer--secondary {
  background-color: #F7F7ED;
}
.footer--secondary:before {
  background-image: url(4c293f472edca2fc6385aabc8f08bacc.svg);
}

.footer__inner {
  background-color: #586643;
}

.footer__upper {
  padding-top: 1.3333333333em;
  position: relative;
}

.footer__about {
  font-size: 0.9333333333em;
}

.footer__vat {
  margin-top: 1.6666666667em;
}

.footer__part {
  max-width: 410px;
  padding-left: 3.3333333333em;
  padding-right: 4em;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__left {
  font-size: 1.0666666667em;
  margin-right: 6.711409396%;
  max-width: 420px;
}
.footer__left svg {
  display: table;
  margin-bottom: 1.3333333333em;
  width: 200px;
}
.footer__left svg path, .footer__left svg polygon, .footer__left svg circle, .footer__left svg rect {
  fill: #F7F7ED;
}

.footer__social li + li {
  margin-left: 1.25em;
}
.footer__social a, .footer__social img {
  display: block;
}
.footer__social svg {
  height: 20px;
  width: auto;
  display: block;
}
.footer__social svg path {
  fill: #F7F7ED;
}

.contact__item {
  display: block;
}

.footer__right {
  display: flex;
  flex-shrink: 0;
}

.footer__bottom {
  margin-top: 5.3333333333em;
  padding-bottom: 2.6666666667em;
}

.footer__cardi svg {
  width: 65px;
  height: auto;
  display: inline-block;
  margin-left: 0.2666666667em;
}
.footer__cardi svg path {
  fill: black;
}

.footer__logo {
  display: inline-block;
}

.footer__place {
  margin-top: 1.1333333333em;
  font-weight: 600;
}

.footer__contacts, .footer__legals {
  margin-top: 2em;
}
.footer__contacts a, .footer__legals a {
  text-decoration: underline;
}
.footer__contacts li, .footer__legals li {
  display: block;
}

.footer__badge {
  position: absolute;
  right: 5%;
  top: 0px;
  width: 70px;
  margin-top: 2em;
  box-shadow: 0px 0px 30px rgba(1, 1, 1, 0.2);
}

@media (max-width: 1500px) {
  .footer__upper, .footer__bottom {
    padding-left: 4.6511627907%;
    padding-right: 4.6511627907%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .footer__part {
    max-width: 370px;
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (max-width: 1250px) {
  .footer__badge {
    position: static;
  }
}
@media (max-width: 1150px) {
  .footer__upper {
    flex-direction: column;
  }
  .footer__left, .footer__right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__left {
    max-width: 550px;
    text-align: center;
    margin-bottom: 2em;
  }
  .footer__left svg {
    width: 140px;
  }
  .footer__right {
    border-top: 1px solid #63744A;
    padding-top: 4em;
  }
  .footer__part {
    width: 33.3%;
    max-width: inherit;
  }
  .footer__part:first-child {
    border-left: 0px;
  }
  .footer__bottom {
    border-top: 1px solid #63744A;
    padding-top: 2em;
  }
}
@media (max-width: 700px) {
  .footer__part {
    width: 50%;
  }
  .footer__part:last-child {
    width: 100%;
    border-left: 0px;
    margin-top: 2.6666666667em;
    border-top: 1px solid #63744A;
    padding-top: 2.6666666667em;
  }
  .footer__right {
    flex-wrap: wrap;
  }
  .footer__bottom {
    margin-top: 2.6666666667em;
    padding-top: 1.3333333333em;
    padding-bottom: 1.3333333333em;
  }
}
@media (max-width: 490px) {
  .footer__part {
    padding-left: 0px;
    padding-right: 0px;
    border-left: inherit;
  }
  .footer__part:last-child {
    margin-top: 1.6666666667em;
    padding-top: 1.6666666667em;
  }
  .footer__right {
    padding-top: 1.6666666667em;
  }
}
@media (max-width: 490px) {
  .footer__upper {
    padding-top: 0px;
  }
  .footer__part {
    width: 100%;
  }
  .footer__part + .footer__part {
    margin-top: 1.3333333333em;
    padding-top: 1.3333333333em;
    border-top: 1px solid #63744A;
  }
  .footer__bottom {
    border-top: inherit;
  }
  .footer__left svg {
    width: 110px;
    margin-bottom: 0.6666666667em;
  }
  .footer__bottom {
    border-top: 1px solid #63744A;
  }
  .footer__cardi img {
    width: 50px;
  }
}
.header__logo {
  line-height: 0;
  font-size: 1em;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}
.header__logo svg {
  transition: all 0.3s ease-out 0s;
  height: auto;
  width: 240px;
}
.header__logo a {
  display: inline-block;
}

.header--covered {
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.header--covered + main section:first-child {
  z-index: 6;
}
.header--covered .header__content:before {
  position: fixed;
  z-index: -2;
  width: 100%;
  padding-bottom: 40%;
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0px;
  left: 0px;
  transition: all 0.4s ease-out 0s;
}
.header--covered .header__logo svg {
  transition: all 0.4s ease-out 0s;
}
.header--covered .header__logo svg path, .header--covered .header__logo svg polygon, .header--covered .header__logo svg circle, .header--covered .header__logo svg rect {
  fill: #F7F7ED;
}

.header--short .header__content:before {
  padding-bottom: 10%;
}

.header--offscreen .header__content:before {
  opacity: 0;
}

.header__content--wave {
  position: relative;
}
.header__content--wave svg {
  position: absolute;
  z-index: 6;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 110px;
}

.header__content--secondary svg path {
  fill: #F7F7ED;
}

.header__cover {
  position: relative;
  z-index: -3;
  background-position: bottom;
  background-size: 100% auto;
  background-attachment: fixed;
  display: block;
}
.header__cover:after {
  padding-bottom: 49%;
}

.header__slider {
  z-index: -3;
}

.header__wrap {
  padding: 17.3410404624% 0px 5.7803468208%;
}

.section--wave-bottom .header__wrap {
  padding-bottom: 2.6666666667em;
}

.header--secondary {
  background-color: #F7F7ED;
}

.header--primary .header__content--wave svg path {
  fill: #586643;
}

@media (min-width: 1800px) {
  .header__content--wave svg {
    bottom: -1px;
  }
}
@media (max-width: 1330px) {
  .header__logo svg {
    width: 180px;
  }
}
@media (max-width: 970px) {
  .header--covered:after {
    padding-bottom: 20%;
  }
  .header__cover {
    background-size: 130% auto;
  }
}
@media (max-width: 800px) {
  .header__content--wave svg {
    height: 70px;
  }
  .header__cover:after {
    padding-bottom: 55%;
  }
}
@media (max-width: 650px) {
  .header__wrap {
    padding-top: 8em;
    padding-bottom: 2.6666666667em;
  }
}
@media (max-width: 500px) {
  .header__wrap {
    padding-top: 6.6666666667em;
    padding-bottom: 1.3333333333em;
  }
  .header--news .header__wrap {
    padding-bottom: 0px;
  }
}
@media (max-width: 450px) {
  .header__content--wave svg {
    height: 65px;
  }
}
@media (max-width: 350px) {
  .header__wrap {
    padding-bottom: 0em;
  }
}
.responsive__container {
  display: none;
}
.responsive__container .btn {
  margin-right: 1.3333333333em;
  padding-top: 0.6666666667em;
  padding-bottom: 0.6666666667em;
}

.responsive__logo {
  display: none;
}
.responsive__logo svg {
  width: 50px;
}

.menu__container {
  padding: 2.6666666667em 4.6511627907% 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 4;
  transition: all 0.4s ease-out 0s;
}
.menu__container li a:hover {
  color: #586643;
  transform: translateY(-2px);
}
.menu__container .current-menu-item a {
  color: #586643;
  text-decoration: underline;
}
.menu__container .current-menu-item.item--btn a {
  text-decoration: none;
}

.menu__container.menu__container--scroll {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  box-shadow: 0px 0px 30px rgba(1, 1, 1, 0.05);
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  z-index: 9;
}
.menu__container.menu__container--scroll .header__logo svg {
  width: 50px;
}
.menu__container.menu__container--scroll .header__logo svg path, .menu__container.menu__container--scroll .header__logo svg polygon, .menu__container.menu__container--scroll .header__logo svg circle, .menu__container.menu__container--scroll .header__logo svg rect {
  fill: #586643;
}
.menu__container.menu__container--scroll .menu a {
  color: #586643;
  font-size: 1.1333333333em;
}

.header--covered .menu a {
  color: white;
}
.header--covered .menu .current-menu-item a {
  color: #586643;
}
.header--covered .menu a:hover {
  color: #586643;
}
.header--covered div.wpml-ls-statics-shortcode_actions {
  border-radius: 25px;
}
.header--covered div.wpml-ls-statics-shortcode_actions a {
  background-color: rgba(227, 227, 193, 0.15);
}

.menu__inner {
  position: relative;
}

.menu {
  width: 100%;
}
.menu a {
  font-weight: 400;
  color: #707664;
  font-size: 1.2em;
  display: block;
}
.menu li + li {
  margin-left: 3.3333333333em;
}
.menu div.wpml-ls-statics-shortcode_actions {
  position: static;
  margin-left: 1.3333333333em;
}

.footer__menu li {
  display: block;
}
.footer__menu a {
  color: #F7F7ED;
  font-weight: 300;
  display: inline-block;
}
.footer__menu a:hover {
  color: rgb(239.1538461538, 239.1538461538, 219.3461538462);
  transform: translateX(5px);
}

.menu__link--current {
  color: #586643;
}

.menu__icon {
  height: 20px;
}

.menu__action {
  display: none;
  margin-left: auto;
  line-height: 1;
}

.action--close {
  position: absolute;
  z-index: 15;
  top: 20px;
  right: 5%;
}

.footer__list li + li {
  margin-top: 0.6666666667em;
}

@media (max-width: 1400px) {
  .menu a {
    font-size: 1.1333333333em;
  }
  .menu li + li {
    margin-left: 2em;
  }
  .menu li + .item--btn {
    margin-left: 1.3333333333em;
  }
}
@media (max-width: 1200px) {
  .menu__container {
    padding-left: 5%;
    padding-right: 5%;
  }
  .menu li + li {
    margin-left: 1.3333333333em;
  }
  .menu li + .item--btn {
    margin-left: 1em;
  }
}
@media (max-width: 1160px) {
  .responsive__logo {
    display: block;
  }
  .responsive__container {
    display: flex;
  }
  .menu__action {
    display: block;
  }
  .menu {
    display: none;
    order: 4;
  }
  .menu li {
    padding: 1.6666666667em 0px;
    display: block;
    margin-left: 0px;
    width: 100%;
  }
  .menu li + li, .menu li + .item--btn {
    border-top: 1px solid #63744A;
    margin-left: 0px;
  }
  .menu a, .menu .item--btn a, .menu .menu__inner.column a {
    font-size: 1.8666666667em;
    color: #F7F7ED;
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    font-family: "PP Woodland";
    padding: 0px;
    background-color: transparent;
  }
  .menu a:hover {
    color: white;
    padding-left: 0.5333333333em;
    background-color: none;
  }
  .menu .item--btn a:hover {
    background-color: transparent;
  }
  .menu .menu__inner .header__logo {
    margin-bottom: 2em;
  }
  .menu .menu__inner .header__logo svg {
    width: 170px;
  }
  .menu .menu__inner .header__logo svg path, .menu .menu__inner .header__logo svg polygon, .menu .menu__inner .header__logo svg circle, .menu .menu__inner .header__logo svg rect {
    fill: #F7F7ED;
  }
  .menu__container {
    background-color: white;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    box-shadow: 0px 0px 30px rgba(1, 1, 1, 0.05);
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    z-index: 9;
    height: 60px;
  }
  .menu__container.menu--open {
    background-color: #586643;
    height: 100dvh;
    overflow-y: scroll;
    box-shadow: inherit;
    align-items: flex-start;
    padding: 3.3333333333em 5%;
    padding-top: 0px;
  }
  .menu__container.menu--open .responsive__container {
    display: none;
  }
  .menu__container.menu--open .responsive__logo {
    display: none;
  }
  .menu__container.menu--open .menu__action {
    margin-top: 1.3333333333em;
  }
  .menu__container.menu--open .menu {
    display: block;
  }
  .menu__container.menu--open div.wpml-ls-statics-shortcode_actions {
    margin-left: 0px;
    margin-top: 1.6666666667em;
  }
  .menu__container.menu--open div.wpml-ls-statics-shortcode_actions a {
    font-size: 1.0666666667em;
  }
  .menu__container .menu__inner {
    flex-direction: column;
  }
  .menu__container .menu__list {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .menu__container .menu__right {
    width: 100%;
  }
  .menu__container .header__logo {
    position: static;
    transform: none;
  }
  .menu__container .menu {
    box-shadow: inherit;
  }
  .menu__list + .menu__right {
    border-top: 1px solid #63744A;
  }
}
@media (max-width: 650px) {
  .menu li {
    padding: 1em 0px;
  }
  .menu a {
    font-size: 1.4666666667em;
  }
  .menu .menu__inner .header__logo {
    margin-bottom: 1.3333333333em;
  }
  .menu .menu__inner .header__logo svg {
    width: 140px;
  }
}
@media (max-width: 350px) {
  .menu li {
    padding: 0.6666666667em 0px;
  }
  .menu a, .menu .item--btn a, .menu .menu__inner.column a {
    font-size: 1.3333333333em;
  }
  .menu .menu__inner .header__logo {
    margin-bottom: 1em;
  }
}
@media (max-width: 390px) {
  .menu__icon {
    height: 18px;
  }
  .footer__list li + li {
    margin-top: 0.3333333333em;
  }
  .responsive__container .btn {
    margin-right: 1em;
  }
}
ul.slick-dots {
  bottom: 20px;
}

ul.slick-dots li {
  background: white;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}
ul.slick-dots li.slick-active {
  background: #586643;
}
ul.slick-dots li button {
  opacity: 0;
}

.slick-slider .slick-arrow {
  background: blue;
  position: absolute;
  right: 0px;
  bottom: -30px;
  z-index: 40;
  top: inherit;
  left: inherit;
  background: white;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-slider .slick-arrow:focus {
  background: white;
}
.slick-slider .slick-arrow:hover {
  background: #586643;
}
.slick-slider .slick-arrow:before {
  color: black;
  width: 6px;
  height: 11px;
  display: block;
}
.slick-slider .slick-prev {
  right: 60px;
  border-right: 1px solid #707664;
}
.slick-slider .slick-next:before {
  content: "";
  background: url(98de41c48072d5c3665d553ef441f045.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
}
.slick-slider .slick-prev:before {
  content: "";
  background: url(98de41c48072d5c3665d553ef441f045.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
}

.slider__list--big {
  overflow: hidden;
  border-radius: 38px;
  box-shadow: 0px 0px 40px rgba(1, 1, 1, 0.3);
}
.slider__list--big .slider__item {
  border-radius: 38px;
}
.slider__list--big .container--img:after {
  padding-bottom: 52.4475524476%;
}

.slider__container {
  padding-top: 2.6666666667em;
}

.section--transition-white .slider__container {
  padding-bottom: 2.6666666667em;
}

.slider__list--small {
  transform: translateY(-50%);
  width: 670px;
  margin-left: auto;
  margin-right: 3.3333333333em;
}
.slider__list--small .slider__item {
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.3);
  cursor: pointer;
}
.slider__list--small .slick-list {
  padding-bottom: 0.6666666667em;
}
.slider__list--small .container--img:after {
  padding-bottom: 69.6%;
}
.slider__list--small .slick-track {
  display: flex !important;
  gap: 12px;
}

.slider__item img {
  width: 100%;
}

@media (max-width: 820px) {
  .slider__list--small {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  .slider__list--small {
    transform: translateY(-20%);
    margin-bottom: 2em;
  }
}
@media (max-width: 430px) {
  .slider__list.slider__list--small {
    display: none;
  }
  .slider--pushed {
    margin-bottom: 2.3333333333em;
  }
  .slider__list--big {
    border-radius: 25px;
  }
  .slider__list--big .slider__item {
    border-radius: 25px;
  }
}
.btn, .item--btn a {
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  line-height: 1.2;
  padding: 0.7058823529em 1.4705882353em;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  font-size: 1.1333333333em;
  font-family: "DM Sans", sans-serif;
}
.btn:hover, .item--btn a:hover {
  transform: scale(1.03);
}
.btn:disabled:hover, .item--btn a:disabled:hover {
  transform: scale(1);
}

.btn--primary, .item--btn a {
  color: #F7F7ED;
  background-color: #586643;
}
.btn--primary:hover, .item--btn a:hover {
  background-color: rgb(72.0662721893, 83.5313609467, 54.8686390533);
  color: white;
}
.btn--primary.btn--arrow:after, .item--btn a.btn--arrow:after {
  background: url(646c6a11e5bd89a9edd687212e000a65.svg) no-repeat bottom center;
  background-size: contain;
  -webkit-background-size: contain;
}
.btn--primary:disabled:hover, .item--btn a:disabled:hover {
  color: #F7F7ED;
  background-color: #586643;
}

.item--btn a {
  color: #F7F7ED !important;
}

.item--btn a, .btn--small {
  line-height: 1;
  padding: 0.7058823529em 1.1764705882em;
}

.item--btn a {
  font-size: 1.2666666667em;
}

.btn--secondary {
  color: #586643;
  background-color: #E3E3C1;
}
.btn--secondary:hover {
  background-color: rgb(222.24, 222.24, 182.46);
}
.btn--secondary.btn--arrow:after {
  background: url(7b19c1e8b1a68f5b9c288bb5ca227948.svg) no-repeat bottom center;
  background-size: contain;
  -webkit-background-size: contain;
}

.btn--big {
  font-size: 1.2666666667em;
}

.btn--full {
  display: block;
  width: 100%;
}

.btn--light {
  color: #707664;
  background-color: #F7F7ED;
}
.btn--light:hover {
  background-color: rgb(231.3076923077, 231.3076923077, 201.6923076923);
}

.btn--arrow:after {
  display: inline-block;
  margin-left: 1.1111111111em;
  content: "";
  width: 9px;
  height: 12px;
}

.btn--card {
  margin-bottom: 1.1764705882em;
}

@media (max-width: 1400px) {
  .btn, .item--btn a {
    padding: 0.7058823529em 0.8823529412em;
    font-size: 1.0666666667em;
  }
}
@media (max-width: 650px) {
  .btn--big {
    font-size: 1.2em;
  }
  .btn {
    padding: 0.7058823529em 1.1764705882em;
    font-size: 1.0666666667em;
  }
}
@media (max-width: 390px) {
  .btn--big {
    font-size: 1.1333333333em;
  }
  .btn {
    padding: 0.7058823529em 0.8823529412em;
    font-size: 1em;
  }
}
span.select2-container--default .select2-selection--single {
  border: 1px solid #E5E5E5;
  border-radius: 26px !important;
}

span.select2-container--default .select2-dropdown, span.select2-container--default .select2-search__field {
  border: 1px solid #E5E5E5 !important;
  border-radius: 26px !important;
}
span.select2-container--default .select2-dropdown {
  padding-top: 0.6666666667em;
}

.select2-selection__arrow {
  display: none !important;
}

textarea {
  min-height: 100px;
}

.form__line--half {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.form__part input, .form__part textarea {
  width: 100%;
}

.form__line + .form__line {
  margin-top: 2.3333333333em;
}
.form__line + .form__line--small {
  margin-top: 1.3333333333em;
}

.form__label, .wc-credit-card-form label {
  display: block;
  color: black;
  font-weight: 400;
  font-size: 1.2em;
  margin-bottom: 0.3888888889em;
  font-family: "PP Woodland";
}

.form__label--big {
  font-size: 1.5333333333em;
  color: #414B30;
}

.input--classic {
  padding: 0.8125em 1.5625em;
  line-height: 1.2;
}

.input--classic, .input--textarea {
  font-size: 1.0666666667em;
  color: #707664;
  background: white;
  border-radius: 26px;
  border: 1px solid #E3E3C1;
}

.input--textarea {
  padding: 0.9375em;
  border: 1px solid #DEDEDE;
  min-height: 170px;
}

.form__submit {
  margin-top: 2em;
}
.form__submit button {
  font-weight: 500;
}

.form__error {
  border: 1px solid red;
  color: red;
  background: rgba(255, 0, 0, 0.2);
}

.form__success {
  border: 1px solid green;
  color: green;
  background: rgba(0, 128, 0, 0.2);
}

select {
  position: relative;
  background: url(98de41c48072d5c3665d553ef441f045.svg) no-repeat 97.5% center rgba(255, 255, 255, 0.1);
}

.form__message {
  padding: 1.3333333333em;
  display: block;
  text-align: center;
  margin-bottom: 2.6666666667em;
  font-weight: 400;
  font-size: 1.0666666667em;
  border-radius: 30px;
}
.form__message + .cart__main {
  margin-top: 0em;
}

.form__message--cart {
  padding: 1em 1.3333333333em;
  font-size: 1em;
  margin-top: 1.3333333333em;
  margin-bottom: 1.3333333333em;
}

.errors__list {
  font-size: 0.9333333333em;
  margin-top: 1.3333333333em;
  text-align: left;
}
.errors__list li {
  display: block;
}
.errors__list li:before {
  content: "- ";
}
.errors__list li + li {
  margin-top: 5px;
}

.form__message--success {
  background-color: rgba(0, 128, 0, 0.2);
  color: green;
}

.form__message--error {
  background-color: rgba(255, 0, 0, 0.2);
  color: #D40009;
}

.form__message--infos {
  background-color: #F1F4FA;
  color: #697092;
}

.label--settings {
  font-size: 1.3333333333em;
  margin-bottom: 5px;
  line-height: 1.2;
  color: #414B30;
}

.settings__part {
  position: relative;
  width: 50%;
}
.settings__part + .settings__part {
  padding-left: 4em;
  border-left: 1px solid #D3D3D3;
}

.select__number {
  background: url(efa3c1ec9b62be4433cada54193fb261.svg) no-repeat 80% center rgba(255, 255, 255, 0.1);
  background-color: #F3F3F3;
  min-width: 75px;
  border-radius: 14px;
  padding-left: 1.3333333333em;
}
.select__number:disabled {
  background-image: none;
  padding: 0px 1em;
  text-align: center;
  opacity: 1;
}

.select--settings {
  max-width: 90%;
  text-overflow: ellipsis;
}

.select--settings, .people__display {
  cursor: pointer;
  padding-right: 1.6666666667em;
  background: url(efa3c1ec9b62be4433cada54193fb261.svg) no-repeat 100% center rgba(255, 255, 255, 0.1);
}
.select--settings:focus, .people__display:focus {
  outline: none;
}

.people__display {
  display: inline-block;
}

.date__arrow {
  background-image: url(351b05f7de5e5aa0b4dadcb4b9bb7b9e.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: none;
  width: 8px;
  height: 15px;
  display: inline-block;
  margin: 0px 1.1764705882em;
  position: relative;
  top: 2px;
}

.select--settings, .people__display, .settings__data {
  font-size: 1.1333333333em;
}

.position__list {
  display: grid;
  grid-gap: 0.4em;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  margin-top: 1.3333333333em;
}

.position__item {
  display: block;
}

.position__label {
  text-align: center;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  font-size: 1.0666666667em;
}
.position__label:hover span {
  border-color: #586643;
}
.position__label span {
  display: block;
  background-color: #F3F3F3;
  border: 1px solid #F3F3F3;
  padding: 0.0625em 0.9375em;
  border-radius: 24px;
  min-width: 45px;
  transition: all 0.25s ease 0s;
}
.position__label input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.position__label input:checked + span {
  background-color: #AAB500;
  border-color: #AAB500;
  color: white;
}

@supports (-webkit-touch-callout: none) {
  input[type=date] {
    width: 95%;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
  }
}
.form__part--h {
  position: absolute;
  left: -999999999px;
}

.form__checkbox-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  font-weight: 300;
}
.form__checkbox-container input {
  display: inline-block;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid rgb(203.5, 203.5, 203.5);
  border-radius: 5px;
  margin-right: 0.6666666667em;
  flex-shrink: 0;
}
.form__checkbox-container input:checked {
  background-color: #586643;
  border-color: #586643;
}
.form__checkbox-container a {
  margin-left: 5px;
  display: inline-block;
  text-decoration: underline;
}
.form__checkbox-container span {
  line-height: 1.4;
}

.form__checkbox {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 1450px) and (min-width: 1051px) {
  .position__list {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 1050px) and (min-width: 901px) {
  .position__list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 1400px) {
  .settings__part {
    position: relative;
  }
  .settings__part + .settings__part {
    padding-left: 2em;
    margin-left: 2em;
  }
}
@media (max-width: 1250px) {
  .select--settings, .people__display, .settings__data {
    font-size: 1.0666666667em;
  }
  .label--settings {
    font-size: 1.2em;
  }
  .date__arrow {
    margin: 0px 0.6666666667em;
    height: 11px;
    width: 6px;
  }
  .position__label span {
    padding: 0.0625em 0.625em;
    min-width: 35px;
    line-height: 1.5;
  }
}
@media (max-width: 1150px) {
  .form__label {
    font-size: 1.0666666667em;
    margin-bottom: 5px;
  }
}
@media (max-width: 1050px) and (min-width: 921px) {
  .contact__form .form__line--half {
    display: block;
  }
  .contact__form .form__part + .contact__form .form__part {
    margin-top: 1em;
  }
  .contact__form .form__line + .contact__form .form__line {
    margin-top: 1em;
  }
}
@media (max-width: 930px) {
  .settings__part {
    width: 100%;
  }
  .settings__part + .settings__part {
    padding: 0px;
    margin: 0px;
    border: none;
    border-top: 1px solid rgba(1, 1, 1, 0.05);
    padding-top: 0.6666666667em;
    margin-top: 0.6666666667em;
  }
}
@media (max-width: 780px) {
  .position__list {
    grid-template-columns: repeat(11, 1fr);
  }
}
@media (max-width: 590px) {
  .position__list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 6px;
  }
  .position__item {
    width: calc(14% - 12px);
  }
  .form__line--half {
    gap: 15px;
  }
}
@media (max-width: 500px) {
  .form__line--half {
    display: block;
  }
  .form__line + .form__line, .form__part + .form__part {
    margin-top: 1.3333333333em;
  }
}
@media (max-width: 450px) {
  .form__part--half {
    width: 100%;
  }
  .form__part--half + .form__part--half {
    margin-top: 1em;
  }
  .input--classic {
    padding: 0.625em 1.25em;
    line-height: 1;
  }
  .form__label {
    margin-bottom: 2px;
    padding-left: 0.6666666667em;
  }
  .select--settings, .people__display, .settings__data {
    font-size: 1em;
  }
  .select__number {
    min-width: 60px;
    background: url(efa3c1ec9b62be4433cada54193fb261.svg) no-repeat 90% center rgba(255, 255, 255, 0.1);
    background-color: #F3F3F3;
  }
  .form__checkbox-container span {
    font-size: 0.9333333333em;
  }
  .input--textarea, .input--classic {
    font-size: 1em;
  }
}
@media (max-width: 400px) {
  .position__item {
    width: 17.5%;
  }
}
@media (max-width: 350px) {
  .select--settings, .people__display {
    padding-right: 1em;
  }
}
.card__item, .card--light {
  background-color: white;
  border-radius: 38px;
  box-shadow: 0px 0px 40px rgba(1, 1, 1, 0.09);
  display: block;
  transition: all 0.25s ease 0s;
}
.card__item.item--wrap:hover, .card--light.item--wrap:hover {
  transform: translateY(-5px);
  box-shadow: 0px 0px 40px rgba(1, 1, 1, 0.15);
}

.card--light {
  box-shadow: 0px 2px 5px rgba(1, 1, 1, 0.06);
  border: 1px solid #F1F1F1;
  padding: 0.6666666667em 1.6666666667em 0.6666666667em 0.6666666667em;
  position: relative;
  padding: 1.6666666667em 2em;
}
input:checked + .card--light {
  box-shadow: 0px 2px 40px rgba(1, 1, 1, 0.15);
  border-width: 1.5px;
}
.card--light.card--img {
  padding: 0.6666666667em 1.6666666667em 0.6666666667em 0.6666666667em;
}
.card--light.card--green {
  background-image: url(52c800a204ce0a3d8f3a7b934a57b4b8.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #F7F7ED;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card--light.card--green .title--booking {
  color: #F7F7ED;
}
.card--light.card--green .price__text {
  max-width: 450px;
}

label.card--light {
  cursor: pointer;
}
label.card--light:hover {
  box-shadow: 0px 2px 40px rgba(1, 1, 1, 0.15);
}

.card__illustration {
  border-radius: 28px;
  overflow: hidden;
  margin: 1em 1em 0px;
}
.card__illustration:after {
  padding-bottom: 65.5555555556%;
}

.card__bottom {
  padding: 2em 2em 0px;
}

.card__text {
  font-size: 1.0666666667em;
  margin-bottom: 3.125em;
  margin-top: 0.9375em;
}

.card--checkin, .radio--checkin {
  background-color: #F3F3F3;
  padding: 1.6666666667em 2em;
  text-align: left;
  border-radius: 23px;
}
.card--checkin p, .radio--checkin p {
  font-size: 1.0666666667em;
}
.card--checkin a, .radio--checkin a {
  text-decoration: underline;
}
.card--checkin .title--card, .radio--checkin .title--card {
  margin-bottom: 0.4666666667em;
}

@media (max-width: 570px) {
  .card__text {
    font-size: 1em;
  }
  .card__bottom {
    padding-top: 1.3333333333em;
  }
  .card__text {
    margin-bottom: 2em;
  }
  .card--light {
    padding: 1.3333333333em;
    padding-top: 2.6666666667em;
  }
  .card--light.card--img {
    padding: 1.3333333333em;
    padding-top: 2.6666666667em;
  }
}
@media (max-width: 450px) {
  .card__text {
    margin-bottom: 1.3333333333em;
  }
  .radio--checkin {
    padding: 1.3333333333em 2em;
  }
}
.section__intro {
  max-width: 750px;
}
.section__intro .btn--spaced {
  margin-top: 1.25em;
}
.section__intro.section--centered {
  margin: 0px auto;
}
.section__intro.section--centered .title--section {
  margin-left: auto;
  margin-right: auto;
}

.section__intro--smallest {
  max-width: 380px;
}

.section__intro--reduced {
  max-width: 600px;
}

.section__intro--large {
  max-width: 650px;
}

.section__intro--middle {
  max-width: 500px;
}

.section__intro--sided {
  max-width: inherit;
  display: flex;
}
.section__intro--sided .title--section {
  max-width: inherit;
  margin-top: 0px;
  margin-right: 0px;
}
.section__intro--sided .intro__left {
  width: 590px;
  flex-shrink: 0;
  margin-right: 6.2937062937%;
}

.intro__upper {
  font-size: 1.4666666667em;
  margin-bottom: 0.4545454545em;
}

.intro__text {
  font-size: 1.2em;
  margin-top: 1.1111111111em;
  line-height: 2.2222222222;
}

.intro__btn {
  margin-top: 2.3333333333em;
}

.section__intro--centered {
  text-align: center;
  margin: 0px auto;
}

.section__intro--home .intro__text {
  margin-top: 1.3888888889em;
  line-height: 2.5;
}
.section__intro--home .intro__btn {
  margin-top: 4em;
}

@media (max-width: 1400px) {
  .section__intro--sided .intro__left {
    width: 430px;
    margin-right: 6.2937062937%;
  }
}
@media (max-width: 1000px) {
  .intro__text {
    font-size: 1.1333333333em;
  }
}
@media (max-width: 950px) {
  .intro__upper {
    font-size: 1.3333333333em;
  }
}
@media (max-width: 850px) {
  .section__intro--home {
    max-width: 90%;
  }
  .section__intro {
    max-width: 90%;
  }
}
@media (max-width: 870px) {
  .section__intro--sided {
    flex-direction: column;
  }
  .section__intro--sided .intro__left {
    width: 100%;
    margin-right: 0px;
    max-width: 650px;
  }
  .header__wrap .section__intro--sided {
    text-align: center;
  }
  .header__wrap .intro__left {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 780px) {
  .intro__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .intro__btn a + a {
    margin-left: 0px;
    margin-top: 0.6666666667em;
  }
}
@media (max-width: 750px) {
  .section__intro--reduced {
    max-width: 90%;
  }
  .section__intro--home .intro__btn {
    margin-top: 3em;
  }
}
@media (max-width: 600px) {
  .intro__text {
    font-size: 1.0666666667em;
    line-height: 2;
  }
  .section__intro--home .intro__text {
    line-height: 2.2222222222;
  }
  .intro__upper {
    font-size: 1.1333333333em;
    margin-bottom: 3px;
  }
}
@media (max-width: 500px) {
  .section__intro--smallest {
    max-width: 90%;
  }
}
@media (max-width: 390px) {
  .intro__upper {
    font-size: 1.0666666667em;
    margin-bottom: 0px;
  }
  .intro__text {
    font-size: 1em;
  }
  .intro__btn {
    margin-top: 1.6666666667em;
  }
  .section__intro--home .intro__btn {
    margin-top: 2em;
  }
  .section__intro--home .intro__text {
    margin-top: 1.1111111111em;
  }
}
.modal__content {
  margin: 1.3333333333em;
}

button.remodal-close {
  left: inherit;
  right: 0px;
}

.cookie__banner {
  width: 550px;
  background-color: white;
  box-shadow: 0px 0px 30px 30px rgba(1, 1, 1, 0.06);
  position: fixed;
  left: 20px;
  bottom: 20px;
  border-radius: 17px;
  z-index: 15;
  transform: translateX(-200%);
  animation-name: cookiebox;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  padding: 2em 2.6666666667em;
}

.cookie__upper {
  margin-bottom: 2.6666666667em;
}
.cookie__upper ul {
  margin: 0.6666666667em 0px;
}
.cookie__upper li {
  display: block;
  padding-left: 0.6666666667em;
}
.cookie__upper li:before {
  content: "- ";
}
.cookie__upper li + li {
  margin-top: 0.3333333333em;
}
.cookie__upper a {
  text-decoration: underline;
}
.cookie__upper p + p {
  margin-top: 1.3333333333em;
}

.cookie__texts {
  margin-top: 0.6666666667em;
}

@keyframes cookiebox {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0%);
  }
}
@media (max-width: 700px) {
  .remodal__inner {
    padding: 0.6666666667em 0px;
    width: 100%;
  }
  .cookie__banner {
    width: 95%;
    left: 2.5%;
  }
}
@media (max-width: 450px) {
  .cookie__banner {
    font-size: 14px;
  }
}
div.wpml-ls-statics-shortcode_actions {
  width: auto;
  display: inline-block;
  background-color: transparent;
  position: absolute;
  right: 5.9523809524%;
  top: 2.6666666667em;
}
div.wpml-ls-statics-shortcode_actions ul {
  border: none !important;
}
div.wpml-ls-statics-shortcode_actions a {
  display: inline-block;
  background-color: #E3E3C1;
  border-width: 1px;
  border-radius: 25px;
  border: none;
  padding: 0.4666666667em 1em !important;
  min-width: 80px;
}
div.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu > li {
  text-align: center;
  margin-top: 2px;
}
div.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu > li img {
  display: inline-block;
}
div.wpml-ls-statics-shortcode_actions a:hover, div.wpml-ls-statics-shortcode_actions a:focus, div.wpml-ls-statics-shortcode_actions li:hover a, div.wpml-ls-statics-shortcode_actions li:focus a {
  background-color: #E3E3C1 !important;
  border: none;
}
div.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu li:hover a {
  background-color: rgb(211.1333333333, 211.1333333333, 157.8666666667) !important;
  border: none;
}
div.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu li a:hover {
  background-color: rgb(211.1333333333, 211.1333333333, 157.8666666667) !important;
  border: none;
}

.header--white div.wpml-ls-statics-shortcode_actions a {
  background-color: transparent;
  border: 1px solid #E5E5E5;
}

@media (max-width: 450px) {
  div.wpml-ls-statics-shortcode_actions {
    right: 5%;
    top: 1.3333333333em;
    transform: scale(0.9);
  }
}
.roll__container {
  overflow: hidden;
}

.activites__list--roll {
  white-space: nowrap;
  padding: 6em 0px 3.3333333333em;
  transform: translate3d(0, 0, 0);
  animation: moveSlideshow 100s linear infinite;
  width: auto;
  flex-wrap: nowrap;
}
.activites__list--roll .card__item {
  width: 450px;
  white-space: normal;
  flex-shrink: 0;
}
.activites__list--roll .card__item + .card__item {
  margin-left: 1.6666666667em;
}

.activites__list--grid {
  display: grid;
  grid-gap: 2.6666666667em;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 3.3333333333em;
  padding-bottom: 2em;
}

@keyframes moveSlideshow {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@media (max-width: 1200px) {
  .activites__list--grid {
    grid-gap: 1.6666666667em;
    row-gap: 2.6666666667em;
  }
  .activites__list--roll {
    padding: 6em 0px 3.3333333333em;
    animation: moveSlideshow 70s linear infinite;
  }
  .activites__list--roll .card__item {
    width: 370px;
  }
  .activites__list--roll .card__item + .card__item {
    margin-left: 1.3333333333em;
  }
}
@media (max-width: 1050px) {
  .activites__list--grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2em;
  }
}
@media (max-width: 700px) {
  .activites__list--grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.6666666667em;
  }
}
@media (max-width: 570px) {
  .activites__list--roll {
    padding: 4.6666666667em 0px 2em;
    animation: moveSlideshow 25s linear infinite;
  }
  .activites__list--roll .card__item {
    width: 340px;
  }
}
@media (max-width: 570px) {
  .activites__list--roll .card__item {
    width: 300px;
  }
  .activites__list--roll .card__item .card__bottom {
    padding-bottom: 10px;
  }
  .activites__list--roll .card__item .card__text {
    display: none;
  }
  .activites__list--grid {
    padding-bottom: 4em;
  }
}
@media (max-width: 450px) {
  .activites__list--grid {
    padding-bottom: 2em;
  }
}
.news__wrapper {
  position: relative;
}
.news__wrapper:after {
  width: 100%;
  height: 90px;
  bottom: 0px;
  z-index: 0;
  content: "";
  background-color: white;
  position: absolute;
  display: block;
}

.news__main {
  margin-bottom: 5.3333333333em;
}
.news__main .card__item {
  display: flex;
  position: relative;
  z-index: 2;
}
.news__main .card__item .card__article {
  display: flex;
  align-items: center;
  width: 100%;
}
.news__main .card__item .card__illustration {
  width: 600px;
  margin: 1em;
  margin-right: 4.1958041958%;
  flex-shrink: 0;
}
.news__main .card__item .card__bottom {
  max-width: 650px;
  padding: 0px;
}
.news__main .card__item .card__text {
  margin-bottom: 2.6666666667em;
  padding-right: 1.3333333333em;
}
.news__main .card__item .btn--card {
  margin-bottom: 0px;
}

.news__list {
  margin-top: 2em;
}

.news__image {
  width: 47.7707006369%;
  position: relative;
  z-index: 2;
  margin-right: 4.4585987261%;
  min-width: 550px;
  flex-shrink: 0;
}
.news__image img {
  border-radius: 28px;
  box-shadow: 0px 0px 40px rgba(1, 1, 1, 0.3);
}
.news__image::after {
  padding-bottom: 65.3333333333%;
}

.news__header {
  width: 100%;
}

.article__content {
  margin-top: 6em;
}
.article__content > * {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1333333333em;
}
.article__content p {
  line-height: 2.35;
}
.article__content div + div {
  margin-top: 1em;
}
.article__content ul, .article__content ol {
  margin-top: 1.7647058824em;
  margin-bottom: 1.7647058824em;
}
.article__content li {
  display: block;
  padding-left: 3.75%;
}
.article__content li + li {
  margin-top: 10px;
}
.article__content li:before {
  width: 5px;
  height: 2px;
  background: #707664;
  content: "";
  display: inline-block;
  margin-right: 0.8823529412em;
  vertical-align: middle;
}
.article__content img {
  width: auto;
  display: block;
  max-width: 1000px;
  margin: 2.9411764706em auto;
  border-radius: 28px;
  box-shadow: 0px 0px 40px rgba(1, 1, 1, 0.3);
}
.article__content h1, .article__content h2 {
  font-size: 2.3529411765em;
}
.article__content h3 {
  font-size: 1.8823529412em;
}
.article__content h1, .article__content h2, .article__content h3 {
  line-height: 1.2;
  margin-top: 1.75em;
  margin-bottom: 0.5em;
}

.galery__list {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 2.3333333333em;
}

.galery__item {
  display: block;
}

.galery__thumb img {
  border-radius: 11px;
  box-shadow: 0px 0px 15px rgba(1, 1, 1, 0.2);
}
.galery__thumb:after {
  padding-bottom: 69.5238095238%;
}

@media (max-width: 1300px) {
  .news__main .card__item .card__illustration {
    width: 500px;
    margin-right: 2.7972027972%;
  }
  .news__header .intro__text {
    font-size: 1.0666666667em;
  }
}
@media (max-width: 1150px) {
  .news__main .card__item .card__article {
    flex-direction: column;
    width: 100%;
    padding: 1.6666666667em;
  }
  .news__main .card__item .card__illustration {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .news__main .card__item .card__bottom {
    max-width: inherit;
    margin: 0px;
    padding: 0px;
    margin-top: 2em;
  }
  .galery__list {
    grid-gap: 0.6666666667em;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 1100px) {
  .article__content > * {
    width: 90%;
    font-size: 1.0666666667em;
  }
  .article__content img {
    max-width: 100%;
  }
  .header__news {
    flex-direction: column;
    text-align: center;
  }
  .header__news .news__image {
    margin-right: 0px;
    width: 100%;
    max-width: 750px;
    margin-bottom: 2.6666666667em;
  }
}
@media (max-width: 1000px) {
  .article__content h1, .article__content h2 {
    font-size: 2.25em;
  }
  .article__content h3 {
    font-size: 1.75em;
  }
  .article__content h1, .article__content h2, .article__content h3 {
    line-height: 1.2;
    margin-top: 1.3888888889em;
  }
}
@media (max-width: 850px) {
  .news__header .section__intro {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 800px) {
  .article__content h1, .article__content h2 {
    font-size: 2em;
  }
  .article__content h3 {
    font-size: 1.5625em;
  }
  .news__main {
    margin-bottom: 4em;
  }
}
@media (max-width: 700px) {
  .news__image {
    min-width: inherit;
  }
  .galery__list {
    grid-gap: 0.5333333333em;
    grid-template-columns: repeat(5, 1fr);
  }
  .article__content {
    margin-top: 2.6666666667em;
  }
  .article__content * {
    width: 100%;
  }
}
@media (max-width: 570px) {
  .article__content {
    margin-top: 2em;
    padding-bottom: 3.5714285714em;
  }
  .article__content h1, .article__content h2 {
    font-size: 1.875em;
  }
  .article__content h3 {
    font-size: 1.375em;
  }
  .article__content li {
    line-height: 1.5;
  }
  .article__content p {
    line-height: 2;
  }
  .galery__list {
    grid-gap: 0.6em;
    grid-template-columns: repeat(4, 1fr);
  }
  .news__main .card__item .card__text {
    padding-right: 0px;
  }
}
@media (max-width: 500px) {
  .news__main {
    margin-bottom: 2.6666666667em;
  }
  .news__list {
    margin-top: 1.2em;
  }
  .news__header .section__intro {
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
    max-width: inherit;
  }
}
@media (max-width: 410px) {
  .article__content {
    margin-top: 0px;
  }
  .news__main .card__item .card__text {
    font-size: 0.9333333333em;
  }
  .article__content > * {
    font-size: 1em;
  }
  .article__content h1, .article__content h2 {
    font-size: 1.625em;
  }
  .article__content h3 {
    font-size: 1.25em;
  }
  .galery__list {
    grid-gap: 0.4em;
    grid-template-columns: repeat(3, 1fr);
  }
}
.header__book {
  max-width: 1050px;
  margin: 0px auto;
  background-color: #F7F7ED;
  border-radius: 87px;
  padding: 2em 2.6666666667em 2em 4em;
  box-shadow: 0px 0px 40px rgba(1, 1, 1, 0.4);
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100%;
  z-index: 2;
  transform: translateX(-50%) translateY(-100%);
  transition: all 0.25s ease 0s;
}
.header__book .book__container {
  transition: all 0.25s ease 0s;
}
.header__book:hover {
  background-color: rgb(239.1538461538, 239.1538461538, 219.3461538462);
}
.header__book:hover .book__container {
  padding-left: 0.6666666667em;
}
.header__book:hover .book__icon {
  transform: translateX(10px);
}

.book__icon {
  transition: all 0.25s ease 0s;
  line-height: 1;
}
.book__icon svg {
  width: 50px;
  height: 50px;
}

.map__container {
  margin-top: 5.3333333333em;
  padding-bottom: 6.936416185%;
  position: relative;
}
.map__container img {
  border-radius: 70px;
}
.map__container.map__container--transition:after {
  width: 100%;
  height: 220px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  background-color: #F7F7ED;
  display: block;
}
.map__container .ellipse {
  mix-blend-mode: multiply;
}
.map__container .number:hover .zone {
  stroke: rgba(0, 0, 0, 0.25);
  stroke-width: 2px;
  border-color: #5D7730;
  fill: #1E4E27;
}
.map__container .number circle, .map__container .number path {
  pointer-events: none;
}
.map__container .number .zone {
  fill: #3B6613;
  pointer-events: all;
}
.map__container .number--none {
  pointer-events: none;
}
.map__container .number--none .zone {
  pointer-events: none;
  fill: #CECECE;
  opacity: 1;
}
.map__container .number--none circle, .map__container .number--none path {
  opacity: 0.6;
}
.map__container .number--selected .zone {
  fill: #AAB500;
}
.map__container .number--selected circle {
  fill: #5D7730;
}
.map__container .number--selected circle + path {
  fill: white;
}
.map__container .number--selected path + path {
  fill: white;
}
.map__container .number--selected:hover .zone {
  fill: rgba(170, 181, 0, 0.8);
}
.map__container .zone {
  border: 1px solid transparent;
  cursor: pointer;
  pointer-events: all;
}

.map__inner {
  position: relative;
  z-index: 2;
}

.map__box {
  width: 400px;
  padding: 1.6666666667em 2.3333333333em;
  position: absolute;
  z-index: 2;
}
.map__box .card__text {
  font-size: 1.1333333333em;
  margin-bottom: 2.0588235294em;
  margin-top: 0.5882352941em;
}
.map__box .subtitle--card {
  margin-top: 5px;
}
.map__box .subtitle--card em {
  color: #414B30;
  font-weight: 500;
}

.box--top {
  top: 0px;
  right: 7.3248407643%;
  transform: translateY(-40%);
}

.box--bottom {
  bottom: 0px;
  left: 6.3694267516%;
  transform: translateY(30%);
}

.reservation__settings {
  background-color: #F3F3F3;
  border-radius: 87px;
  padding: 1.6666666667em 2.6666666667em;
  position: relative;
  z-index: 4;
}
.reservation__settings + .reservation__bottom, .reservation__settings + .loader__container {
  margin-top: 2em;
}

.people__container {
  padding: 1.6666666667em 2em;
  box-shadow: 0px 2px 5px rgba(1, 1, 1, 0.06);
  border: 1px solid #F1F1F1;
  border-radius: 38px;
}

.people__container--open {
  display: block;
}

.people__list {
  margin-bottom: 2em;
}

.people__item {
  font-size: 1.0666666667em;
}
.people__item + .people__item {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid #F3F3F3;
}

.map__container--hover {
  margin-top: 3.3333333333em;
}
.map__container--hover .map {
  display: block;
  overflow: hidden;
}
.map__container--hover .map svg {
  border-radius: 70px;
  width: 100%;
  height: auto;
}

.map__legend {
  padding-left: 2em;
  font-size: 1.3333333333em;
  margin-top: 0.5em;
  font-weight: 400;
  line-height: 1.25;
  font-family: "PP Woodland";
  color: #414B30;
}
.map__legend p {
  display: flex;
  align-items: center;
}
.map__legend p + p {
  margin-left: 3em;
}
.map__legend p:before {
  display: inline-block;
  margin-right: 0.5em;
  width: 19px;
  height: 19px;
  content: "";
  background-color: #CECECE;
  border-radius: 50%;
}

p.legend__available:before {
  background-color: #3B6613;
}

p.legend__selected:before {
  background-color: #AAB500;
}

.reservation__details {
  padding: 1.3333333333em;
  display: flex;
}
.reservation__details .card__illustration {
  margin: 0px;
  width: 42.4836601307%;
}
.reservation__details + .form__message {
  margin-top: 1em;
}
.reservation__details .recap__table {
  margin-top: 0px;
}

.reservation__total {
  margin-top: 2.6666666667em;
  align-items: center;
}

.total__text {
  margin-right: 2em;
}
.total__text h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 1.3333333333em;
  line-height: 1;
}

.reservation__price {
  font-size: 2.6666666667em;
  font-weight: 400;
  line-height: 1.25;
  color: #414B30;
  font-family: "PP Woodland";
}

.reservation__disclaimer {
  font-size: 1.2em;
  margin-top: 1.6666666667em;
}

.nights__text {
  font-size: 1.2em;
}

.react-datepicker {
  width: 554px;
  padding: 0.6666666667em;
  box-shadow: 0px 0px 40px rgba(1, 1, 1, 0.1);
  border-radius: 38px !important;
  border: none !important;
  font-family: "DM Sans", sans-serif !important;
  line-height: 1.8 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: white !important;
}

button.react-datepicker__navigation--next {
  border-width: 8px;
  border-left-color: #586643;
  width: 10px;
  height: 10px;
  border-radius: 3px;
}

button.react-datepicker__navigation--previous {
  border-width: 8px;
  width: 10px;
  height: 10px;
  border-right-color: #586643;
  border-radius: 3px;
}

.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
  color: white !important;
}

.react-datepicker__day-name {
  color: #707664 !important;
}

.react-datepicker__header {
  border-top-left-radius: 38px !important;
  border-top-right-radius: 0px !important;
  background-color: white !important;
  border-bottom: 1px solid #F3F3F3 !important;
}

.react-datepicker__month-container:last-child .react-datepicker__header {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 38px !important;
}

.react-datepicker__month-container + .react-datepicker__month-container {
  margin-left: 1.3333333333em;
}

.react-datepicker__input-container {
  display: none !important;
}

.react-datepicker__aria-live {
  display: none !important;
}

.react-datepicker-wrapper {
  position: absolute;
  bottom: 0px;
}

.react-datepicker__triangle {
  display: none;
}

.react-datepicker__day--keyboard-selected, .react-datepicker__month-text--keyboard-selected, .react-datepicker__quarter-text--keyboard-selected, .react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range {
  border-radius: 50% !important;
  background-color: #586643 !important;
  color: white !important;
  font-weight: 600 !important;
  border: none !important;
}
.react-datepicker__day--keyboard-selected:focus, .react-datepicker__month-text--keyboard-selected:focus, .react-datepicker__quarter-text--keyboard-selected:focus, .react-datepicker__day--in-selecting-range:focus, .react-datepicker__month-text--in-selecting-range:focus, .react-datepicker__quarter-text--in-selecting-range:focus, .react-datepicker__day--selected:focus, .react-datepicker__day--in-selecting-range:focus, .react-datepicker__day--in-range:focus, .react-datepicker__month-text--selected:focus, .react-datepicker__month-text--in-selecting-range:focus, .react-datepicker__month-text--in-range:focus, .react-datepicker__quarter-text--selected:focus, .react-datepicker__quarter-text--in-selecting-range:focus, .react-datepicker__quarter-text--in-range:focus {
  outline: none !important;
}

.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
  width: 2rem !important;
  line-height: 2rem !important;
  border-radius: 50% !important;
}

.react-datepicker__day {
  background-color: #b3ba65;
  color: white;
}

.react-datepicker__day--disabled {
  opacity: 0.3;
}

.react-datepicker__day--high-season {
  background-color: #f28b51;
}

.react-datepicker__day:hover {
  color: black !important;
}

.map__info {
  width: 100%;
  text-align: center;
  display: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 1.3333333333em;
  padding-top: 5.3333333333em;
  color: white;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.loader__img, .waiting__img {
  width: 100px;
  display: inline-block;
  margin: 0px auto;
}

.waiting__img {
  width: 80px;
  margin-bottom: 5px;
}

.loader__container {
  margin-bottom: 5.3333333333em;
}

.loader__container--pay {
  margin-top: 0px;
  margin-bottom: 0px;
}

.start__tip {
  margin-top: 0px;
  margin-bottom: 2em;
}
.start__tip p {
  font-size: 1.1333333333em;
}

.promo__container {
  padding: 0.2666666667em 1em;
  border-radius: 30px;
  color: green;
  background-color: rgba(0, 128, 0, 0.2);
  display: inline-block;
  margin-top: 0.4em;
  font-size: 0.9333333333em;
}

.submit__wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.selector__container {
  height: 100%;
}
.selector__container figure {
  width: 34.6666666667%;
  flex-shrink: 0;
  min-height: 270px;
}
.selector__container figure img {
  border-radius: 28px;
}
.selector__container figure:after {
  padding-bottom: 115.3846153846%;
}

.selector__infos {
  width: 100%;
  padding: 0.6666666667em 0em 0.6666666667em 1.6666666667em;
}

input.input--selector {
  position: absolute;
  top: 1em;
  right: 1.6666666667em;
  width: 27px;
  height: 27px;
  border: 1px solid #586643;
  background-color: #FAFAFA;
  display: block;
  border-radius: 50%;
  pointer-events: none;
  background-image: url(b74ddcca3c7d76723edff3aee3961dbb.svg);
  background-repeat: no-repeat;
  background-size: 0%;
  background-position: center;
  transition: background-size 0.1s ease-in-out;
  z-index: 3;
}
input.input--selector:checked {
  background-color: #586643;
  background-size: 70%;
}

.selector__intro {
  font-size: 1.1333333333em;
  margin-top: 0.3529411765em;
}

.selector__item label {
  height: 100%;
}
.selector__item .selector__args {
  margin-top: 1.3333333333em;
}
.selector__item .selector__args li {
  display: list-item;
  list-style-type: "- ";
}

.booking__row {
  margin-top: 3.3333333333em;
}
.booking__row + .form__message {
  margin-top: 2em;
}
.booking__row .people__list {
  margin-bottom: 0px;
}

.booking__row--half {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 28px;
}

.booking__title {
  margin-bottom: 1.3333333333em;
}

.calender__legends {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #707664;
  padding: 1.6666666667em 0.3333333333em 0.3333333333em;
}

.legend__item {
  display: flex;
  align-items: center;
  font-size: 1em;
  line-height: 1;
  font-weight: 300;
}
.legend__item + .legend__item {
  margin-left: 1.3333333333em;
}
.legend__item span {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: blue;
  display: inline-block;
  margin-right: 0.4285714286em;
}

.legend--highseason span {
  background: #f28b51;
}

.legend--lowseason span {
  background: #b3ba65;
}

@media (max-width: 1450px) and (min-width: 1051px) {
  .people__container {
    right: 0px;
  }
}
@media (max-width: 1400px) {
  .map__box {
    width: 350px;
    padding: 1.3333333333em 1.3333333333em 0.4666666667em;
  }
  .map__box .card__text {
    font-size: 1.0666666667em;
    margin-bottom: 1.4705882353em;
  }
  .map__box .btn {
    font-size: 1.0666666667em;
  }
}
@media (max-width: 1300px) {
  .header__book {
    max-width: 800px;
    padding: 1em 2em 1.3333333333em 3.3333333333em;
  }
}
@media (max-width: 1200px) {
  .box--top {
    right: 2.5%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1250px) and (min-width: 901px) {
  .selector__container figure {
    display: none;
  }
}
@media (max-width: 1030px) {
  .map__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .map__scroll {
    order: 1;
    border-radius: 70px;
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    margin-top: 2em;
    line-height: 1;
    position: relative;
    margin-bottom: 1.3333333333em;
  }
  .map__scroll:after {
    display: block;
    padding-bottom: 33.3333333333%;
  }
  .scroll__inside {
    overflow: scroll;
  }
  .map__info {
    display: block;
  }
  .box--top {
    order: 3;
  }
  .box--bottom {
    order: 2;
  }
  .map__box {
    position: static;
    transform: inherit;
    width: 48%;
    display: flex;
    flex-direction: column;
  }
  .map__box .btn {
    margin-top: auto;
    width: auto;
    display: inline-block;
  }
  .map__container, .map__container.map__container--hover {
    margin-top: 0px;
  }
  .map__container img, .map__container svg, .map__container.map__container--hover img, .map__container.map__container--hover svg {
    width: 1300px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
    border-radius: 0px;
    left: 0;
    position: relative;
    top: 0;
  }
  .map__container--hover .map {
    overflow: scroll;
  }
  .reservation__settings {
    margin-bottom: 2em;
  }
  .map__legend {
    font-size: 1.1333333333em;
  }
  .map__legend p + p {
    margin-left: 1.3333333333em;
  }
  .map__legend p:before {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 930px) {
  .reservation__details .card__illustration {
    display: none;
  }
  .reservation__details .card__bottom {
    width: 100%;
  }
  .reservation__settings {
    flex-direction: column;
    border-radius: 50px;
  }
}
@media (max-width: 900px) {
  .header__book {
    max-width: 90%;
  }
  .booking__row--half {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 30px;
  }
  .places__list {
    grid-gap: 15px;
  }
  .booking__title {
    text-align: center;
  }
}
@media (max-width: 800px) {
  .reservation__disclaimer {
    font-size: 1.0666666667em;
  }
  .reservation__price {
    font-size: 2em;
  }
  .reservation__total {
    margin-top: 2em;
  }
  .header__book {
    position: relative;
    left: inherit;
    top: inherit;
    transform: inherit;
    order: -1;
    margin-bottom: 4em;
    margin-top: 1.3333333333em;
    text-align: left;
  }
}
@media (max-width: 750px) {
  .reservation__details .card__bottom {
    padding: 0.6666666667em;
  }
}
@media (max-width: 730px) {
  .reservation__settings {
    margin-bottom: 0em;
  }
  .booking__row {
    margin-top: 2.3333333333em;
  }
}
@media (max-width: 700px) {
  .book__icon svg {
    width: 45px;
    height: 45px;
  }
  .map__legend {
    padding-left: 0px;
    justify-content: center;
    align-items: center;
  }
  .selector__intro {
    font-size: 1.0666666667em;
  }
  .selector__args {
    margin-top: 1em;
  }
}
@media (max-width: 650px) {
  .reservation__details {
    padding: 2em;
  }
  .reservation__details .card__bottom {
    padding: 0px;
  }
  .react-datepicker {
    width: auto;
    padding: 5px 0.6666666667em 0.6666666667em;
    border-radius: 30px !important;
  }
}
@media (max-width: 620px) {
  p.legend__reserved {
    margin-top: 5px;
  }
}
@media (max-width: 600px) {
  .header__book {
    padding: 1em 1em 1.3333333333em 2.6666666667em;
  }
  .map__container img, .map__container svg, .map__container--hover img, .map__container--hover svg {
    width: 1000px;
  }
  .map__scroll {
    max-height: 400px;
    border-radius: 50px;
  }
}
@media (max-width: 570px) {
  .book__icon svg {
    width: 40px;
    height: 40px;
  }
  .map__box {
    width: 100%;
  }
  .map__box + .map__box {
    margin-bottom: 1.3333333333em;
  }
  .map__container--hover .map {
    border-radius: 50px;
  }
  .map__container--hover .map svg {
    border-radius: 50px;
  }
  .selector__container figure {
    display: none;
  }
  .selector__infos {
    width: 100%;
    padding: 0px;
    padding-left: 1.3333333333em;
  }
}
@media (max-width: 520px) {
  .header__book {
    display: none;
  }
  .reservation__settings + .reservation__bottom {
    margin-top: 0px;
  }
  .reservation__settings {
    margin-bottom: 1.3333333333em;
  }
}
@media (max-width: 480px) {
  .book__icon {
    position: absolute;
    top: -50%;
    right: 0px;
    transform: translateY(50%);
  }
  .book__icon svg circle {
    fill: white;
  }
  .book__icon svg path {
    fill: #707664;
  }
  .book__container {
    display: block;
  }
  .header__book {
    display: none;
    padding: 0.8em 1.3333333333em;
  }
  .map__legend {
    font-size: 1em;
  }
}
@media (max-width: 450px) {
  .reservation__settings {
    border-radius: 40px;
    padding: 1em 1.6666666667em;
  }
  .reservation__position .form__label, .reservation__settings .form__label {
    padding-left: 0px;
  }
  .reservation__total {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .reservation__total .btn {
    margin-top: 1.6666666667em;
    width: 100%;
  }
  .loader__img {
    width: 75px;
  }
  .row__part .people__container {
    display: block;
    left: 0px;
    width: 100%;
    bottom: 0px;
    border-radius: 40px;
    z-index: 4;
  }
  .row__part .people__item {
    font-size: 1em;
    flex-direction: column;
  }
  .row__part .people__item .select__number {
    background: url(efa3c1ec9b62be4433cada54193fb261.svg) no-repeat 95% center rgba(255, 255, 255, 0.1);
    background-color: #F3F3F3;
    margin-top: 0.2em;
  }
  .row__part .people__item + .people__item {
    padding-top: 0.8em;
  }
}
@media (max-width: 400px) {
  .map__legend {
    margin-top: 0.6666666667em;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1.3333333333em;
  }
  .map__legend p + p {
    margin-left: 0px;
    margin-top: 7px;
  }
  .legend__reserved {
    margin-top: 0px;
  }
  .map__container--hover .map {
    border-radius: 30px;
  }
  .map__container--hover .map svg {
    border-radius: 30px;
  }
}
@media (max-width: 365px) {
  .row__part .people__container {
    border-radius: 30px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 1.6666666667em;
  }
  .row__part .people__item {
    font-size: 0.9333333333em;
  }
}
@media (max-width: 350px) {
  div.react-datepicker__day-name, div.react-datepicker__day, div.react-datepicker__time-name {
    margin: 0px;
  }
  .reservation__settings {
    margin-top: 2em;
    padding: 1em 1.3333333333em;
    border-radius: 30px;
  }
}
.place__more {
  margin-top: 4.6666666667em;
}
.place__more .place__item + .place__item {
  margin-top: 3em;
}

.place__item {
  padding-top: 3em;
  border-top: 1px solid #F3F3F3;
}

.place__details {
  transition: all 0.6s ease-in-out 0s;
  overflow: hidden;
  height: 0px;
}

.place__content {
  width: 100%;
}

.place__args {
  margin-top: 1.6666666667em;
}
.place__args li {
  font-size: 1.0666666667em;
  max-width: 650px;
}
.place__args li:before {
  content: "- ";
}
.place__args li + li {
  margin-top: 0.5em;
}

.place__datas {
  margin-top: 2.6666666667em;
}
.place__datas table {
  width: 50.3355704698%;
  font-size: 1.0666666667em;
  margin-top: 1.5625em;
  line-height: 1.3;
  flex-shrink: 0;
  text-align: left;
}
.place__datas table th, .place__datas table td {
  font-weight: 300;
  padding-bottom: 8px;
}
.place__datas table td, .place__datas table thead th {
  text-align: center;
}
.place__datas table thead th {
  padding-bottom: 10px;
  border-bottom: 1px solid #F3F3F3;
  border-top: 0px solid transparent;
  font-weight: 500;
}
.place__datas table th, .place__datas table td {
  padding-top: 1.25em;
  border-top: 1px solid #F3F3F3;
}

.place__price {
  margin-left: 6.711409396%;
  background-color: #FAFAFA;
  border-radius: 35px;
  padding: 2em 3.6666666667em 2em;
  color: #707664;
  max-width: 540px;
}

.price__text {
  font-size: 1.2em;
  margin-top: 0.5555555556em;
}

.places__list li {
  display: block;
}

@media (max-width: 950px) {
  .place__price {
    padding: 2em;
  }
  .price__text {
    font-size: 1.0666666667em;
  }
}
@media (max-width: 700px) {
  .place__datas > .column--free {
    flex-direction: column;
  }
  .place__datas table, .place__datas .place__price {
    width: 100%;
  }
  .place__price {
    max-width: inherit;
    margin-left: 0px;
    margin-top: 1.3333333333em;
  }
}
@media (max-width: 600px) {
  .place__args li {
    font-size: 1em;
  }
}
@media (max-width: 530px) {
  .place__item {
    padding-top: 1.3333333333em;
  }
  .place__more {
    margin-top: 3.3333333333em;
  }
  .place__more .place__item + .place__item {
    margin-top: 1.3333333333em;
  }
}
@media (max-width: 490px) {
  .place__click {
    display: block;
    text-align: center;
  }
  .place__click > div {
    margin-bottom: 0.6666666667em;
  }
  .place__click .btn {
    max-width: 270px;
    margin: 0px auto;
  }
}
.cart__main {
  margin-top: 3.3333333333em;
}

.cart__left, .cart__right {
  background-color: white;
  box-shadow: 0px 0px 40px rgba(1, 1, 1, 0.1);
  border-radius: 38px;
}

.cart__left {
  width: 70.0636942675%;
  margin-right: 4.6666666667em;
  padding: 2.3333333333em 2.6666666667em;
}

.cart__left--sticky {
  position: sticky;
  top: 150px;
}

.cart__left--small {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.cart__right {
  width: 400px;
  flex-shrink: 0;
  padding: 1.6666666667em 1.3333333333em 1.3333333333em;
}

.woocommerce .wrapper--largest table.shop_table {
  border: none;
}

.recap__picture {
  width: 47.2727272727%;
  margin-right: 3.3333333333em;
  min-height: 250px;
}
.recap__picture.container--img img {
  height: 100%;
  border-radius: 28px;
}

.recap__right {
  width: 45.4545454545%;
}

.recap__time em {
  font-weight: 500;
  color: #586643;
}

.recap__spot, .recap__people {
  margin-top: 1.3333333333em;
}

.recap__people .people__list {
  width: 100%;
}

.recap__bottom {
  width: 100%;
  margin-top: 2em;
}

.spot__spot {
  background-color: #586643;
  color: white;
  min-width: 40px;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  font-size: 1.1333333333em;
  padding: 0.2941176471em;
  border-radius: 14px;
  margin-left: 0.5882352941em;
  display: block;
}
.spot__spot + .spot__spot {
  margin-left: 0.3529411765em;
}

.cart__totals {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.woocommerce table.shop_table.recap__table {
  margin-top: 1.6666666667em;
  padding-left: 0.6666666667em;
  padding-right: 0.6666666667em;
}

.recap__table {
  width: 100%;
  margin-top: 1.6666666667em;
  padding-left: 0.6666666667em;
  padding-right: 0.6666666667em;
}

.recap__row .small {
  display: block;
  font-size: 0.88em;
}
.recap__row th, .recap__row td {
  display: block;
  text-align: left;
}
.recap__row th {
  font-weight: 300;
  font-size: 1.1333333333em;
  padding-top: 0.8823529412em;
}
.recap__row td {
  font-size: 1.3333333333em;
  font-weight: 400 !important;
  line-height: 1.25;
  color: #414B30;
  font-family: "PP Woodland";
  padding-bottom: 0.5882352941em;
}
.recap__row + .recap__row th {
  border-top: 1px solid #F3F3F3 !important;
}

.recap__btn {
  margin-top: auto;
}

.total__infos {
  margin-bottom: 2.6666666667em;
}

.cart__totals--without .total__infos {
  margin-bottom: 0px;
}

.recap__upper .title--card, .reservation__details .title--card {
  max-width: 550px;
}

@media (max-width: 1430px) {
  .cart__left {
    width: 76.4331210191%;
    margin-right: 3.3333333333em;
  }
  .cart__right {
    width: 350px;
  }
}
@media (max-width: 1350px) {
  .recap__upper {
    flex-direction: column;
  }
  .recap__upper > div {
    order: 3;
  }
  .recap__upper > a {
    margin-left: auto;
  }
  .recap__picture {
    margin-right: 2em;
  }
  .cart__left {
    padding: 2.3333333333em 1.6666666667em;
  }
}
@media (max-width: 1280px) {
  .recap__bottom {
    flex-direction: column;
  }
  .recap__right, .recap__picture {
    width: 100%;
  }
  .cart__right {
    width: 400px;
  }
  .recap__picture {
    margin-bottom: 1.3333333333em;
  }
}
@media (max-width: 1150px) {
  .cart__main .form__line--half {
    gap: 15px;
  }
}
@media (max-width: 1100px) {
  .cart__right {
    width: 320px;
  }
}
@media (max-width: 1000px) {
  .cart__main .form__line--half {
    display: block;
  }
  .cart__main .form__line + .form__line, .cart__main .form__part + .form__part {
    margin-top: 1.3333333333em;
  }
}
@media (max-width: 950px) {
  .recap__upper > div {
    margin-top: 2em;
  }
  .cart__left {
    padding: 1.3333333333em;
  }
}
@media (max-width: 850px) {
  .cart__main {
    margin-top: 2em;
    flex-direction: column;
  }
  .cart__left, .cart__right {
    width: 100%;
  }
  .cart__right {
    margin-top: 2em;
  }
  .recap__table {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .recap__picture {
    min-height: 170px;
  }
  .recap__spot .title--card {
    width: 100%;
    margin-bottom: 0.3333333333em;
  }
  .spot__spot {
    min-width: 40px;
    font-size: 1em;
    margin-left: 0.2941176471em;
  }
  .recap__people {
    margin-top: 2em;
  }
}
@media (max-width: 390px) {
  .recap__people .select__number {
    width: 100%;
    margin-top: 5px;
  }
  .recap__people .people__item + .people__item {
    margin-top: 0.6666666667em;
    padding-top: 0.6666666667em;
  }
  .recap__bottom {
    margin-top: 1em;
  }
  .recap__picture {
    min-height: 130px;
    margin-bottom: 2em;
  }
  .recap__upper a {
    width: 100%;
  }
  .total__infos {
    margin-bottom: 2em;
  }
}
.checkout__submit {
  margin-top: 3.3333333333em;
}

.address__container {
  margin-top: 1.3333333333em;
  padding: 0px !important;
  border: 0px solid white !important;
  font-size: 1.0666666667em;
}

/* Variables */
.payment__form {
  margin-top: 2em;
  /* Buttons and links */
  /* spinner/processing state, errors */
}
.payment__form form {
  width: 100%;
  min-width: 500px;
  align-self: center;
  border-radius: 7px;
  padding: 0px;
}
.payment__form .hidden {
  display: none;
}
.payment__form #payment-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}
.payment__form #payment-element {
  margin-bottom: 2.6666666667em;
}
.payment__form button {
  background: #586643;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  width: 100%;
  border-radius: 30px;
  line-height: 1.2;
  padding: 0.7058823529em 1.4705882353em;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  font-size: 1.1333333333em;
  font-family: "DM Sans", sans-serif;
  color: white;
}
.payment__form button:hover {
  filter: contrast(115%);
}
.payment__form button:disabled {
  opacity: 0.5;
  cursor: default;
}
.payment__form .spinner,
.payment__form .spinner:before,
.payment__form .spinner:after {
  border-radius: 50%;
}
.payment__form .spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  transform: translateZ(0);
}
.payment__form .spinner:before,
.payment__form .spinner:after {
  position: absolute;
  content: "";
}
.payment__form .spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  transform-origin: 10.4px 10.2px;
  animation: loading 2s infinite ease 1.5s;
}
.payment__form .spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  transform-origin: 0px 10.2px;
  animation: loading 2s infinite ease;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 600px) {
  .payment__form form {
    width: 80vw;
    min-width: initial;
  }
}

.previous__container {
  text-align: center;
  font-size: 1.0666666667em;
  margin-top: 0.625em;
}

@media (max-width: 450px) {
  .payment__form button {
    font-size: 1em;
  }
  .previous__container {
    font-size: 1em;
    margin-top: 0.3125em;
  }
}
.checkin__container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em 0px;
}

.checkin__container--inside {
  padding: 2em 0px;
}
.checkin__container--inside .checkin__logo {
  width: 150px;
}

.checkin__logo {
  width: 220px;
  margin-bottom: 2.3333333333em;
  display: inline-block;
}

.checkin__form {
  margin-top: 4.6666666667em;
}
.checkin__form input {
  text-align: center;
}

.checkin__header .subtitle--booking {
  margin-top: 0.5em;
}

.checkin__more {
  margin-top: 2em;
}

.checkin__infos {
  margin-top: 4em;
}

.checkin__timing {
  font-size: 1.1333333333em;
  margin-top: 0.8823529412em;
  color: #586643;
}

.checkin__table {
  font-size: 1.0666666667em;
  margin: 1.6666666667em auto 0px;
  width: 80%;
}
.checkin__table li {
  display: block;
}
.checkin__table th, .checkin__table td {
  padding: 0.625em 0px;
  text-align: left;
}
.checkin__table th {
  color: #838383;
  font-weight: 300;
  padding-right: 0.9375em;
}
.checkin__table td {
  font-weight: 500;
  color: #586643;
  text-align: right;
}
.checkin__table tr + tr td, .checkin__table tr + tr th {
  border-top: 1px solid #DEDEDE;
}

.radio--checkin .input--selector {
  position: static;
  width: 20px;
  height: 20px;
  background-color: white;
  border-color: rgba(88, 102, 67, 0.5);
}

@media (max-width: 1000px) {
  .checkin__form, .checkin__infos {
    margin-top: 2.3333333333em;
  }
}
@media (max-width: 570px) {
  .checkin__logo {
    width: 170px;
  }
  .checkin__container {
    display: block;
  }
}
@media (max-width: 550px) {
  .checkin__table {
    width: 100%;
  }
  .checkin__timing {
    font-size: 1.0666666667em;
    margin-top: 0.625em;
  }
}
@media (max-width: 420px) {
  .checkin__container .form__submit, .checkin__container--inside .form__submit {
    margin-top: 1.3333333333em;
  }
  .checkin__table tr, .checkin__table td, .checkin__table th {
    display: block;
    text-align: left;
    padding: 0px;
  }
  .checkin__table td {
    padding-bottom: 0.6666666667em;
  }
  .checkin__table tr + tr td {
    border-top: 1px solid transparent;
  }
  .checkin__table tr + tr th {
    padding-top: 0.6666666667em;
  }
}
@media (max-width: 380px) {
  .checkin__logo, .checkin__container--inside .checkin__logo {
    width: 130px;
    margin-bottom: 1.3333333333em;
  }
}
/**
 * #COMPONENTS
 */
.pictures__content {
  margin-top: 1.3333333333em;
  padding-left: 3.3333333333em;
  padding-right: 5.3333333333em;
}

.pictures__right {
  width: 620px;
  font-size: 1.1333333333em;
  margin-top: 4.1176470588em;
  line-height: 2.3529411765;
  margin-left: 2em;
}

@media (max-width: 1050px) {
  .pictures__content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 850px) {
  .pictures__content {
    flex-direction: column;
  }
  .pictures__content .section__intro {
    max-width: inherit;
  }
  .pictures__right {
    width: 100%;
    margin-left: 0px;
    margin-top: 2.6666666667em;
  }
}
@media (max-width: 600px) {
  .pictures__right {
    font-size: 1.0666666667em;
  }
}
@media (max-width: 390px) {
  .pictures__right {
    margin-top: 1.6666666667em;
    line-height: 2.2222222222em;
    font-size: 1em;
  }
}
.contact__form {
  margin-top: 5.3333333333em;
}

.contact__right {
  width: 440px;
  flex-shrink: 0;
}

.contact__card {
  display: flex;
  flex-direction: column;
}
.contact__card .card__illustration {
  margin: 1em;
  margin-bottom: 0px;
}
.contact__card .card__text {
  font-size: 1.1333333333em;
  margin-bottom: 2.6666666667em;
}
.contact__card .contact__logo {
  margin-top: 2.6666666667em;
  text-align: center;
}
.contact__card .contact__logo svg {
  max-width: 230px;
}

.contact__contacts {
  font-size: 1.1333333333em;
  margin-top: 2.0588235294em;
}

.contact__socials {
  margin-top: 3.3333333333em;
  margin-bottom: 2em;
}
.contact__socials li + li {
  margin-left: 1.3333333333em;
}
.contact__socials svg {
  height: 20px;
  width: auto;
}

.contact__place {
  line-height: 1.4;
  font-size: 1.1333333333em;
}
.contact__place span {
  padding-left: 0.4666666667em;
}
.contact__place + .contact__place {
  margin-top: 2.0588235294em;
}

.contact__left {
  width: 100%;
  max-width: 880px;
  margin-right: 3.3333333333em;
}

.grecaptcha-badge {
  display: none !important;
}

@media (max-width: 1400px) {
  .contact__right {
    width: 400px;
    margin-left: 6em;
  }
}
@media (max-width: 1300px) {
  .contact__card .card__text {
    font-size: 1.0666666667em;
    margin-bottom: 1.5625em;
  }
  .contact__contacts {
    font-size: 1.0666666667em;
  }
}
@media (max-width: 1100px) {
  .contact__right {
    width: 350px;
    margin-left: 4.6666666667em;
  }
}
@media (max-width: 1050px) and (min-width: 921px) {
  .contact__right {
    width: 390px;
  }
}
@media (max-width: 920px) {
  .contact__right {
    width: 100%;
    margin-left: 0px;
    margin-top: 4.6666666667em;
  }
  .contact__content {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .contact__form {
    margin-top: 3.6666666667em;
  }
}
@media (max-width: 490px) {
  .contact__form {
    margin-top: 2.6666666667em;
  }
}
@media (max-width: 400px) {
  .contact__form .form__submit {
    width: 100%;
  }
  .contact__form .form__submit .btn {
    padding-left: 1.3333333333em;
    padding-right: 1.3333333333em;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contact__form .form__submit .btn:after {
    margin-left: auto;
  }
}
.about__left {
  width: 620px;
  margin-right: 8.3916083916%;
}

.about__right {
  width: 620px;
}
.about__right .slider__list--small {
  width: 400px;
}
.about__right .slider__list--big .container--img:after {
  padding-bottom: 112.9032258065%;
}

.about__text {
  font-size: 1.1333333333em;
  margin-top: 1.3333333333em;
}
.about__text p + p {
  margin-top: 2em;
}
.about__text a {
  text-decoration: underline;
}

.faq__item {
  transition: all 0.6s ease-in-out 0s;
}

.faq__list {
  margin-top: 6.6666666667em;
  padding-bottom: 6.6666666667em;
}
.faq__list > li {
  display: block;
}
.faq__list .faq__item + .faq__item {
  margin-top: 1em;
  padding-top: 1.3333333333em;
  border-top: 1px solid #63744A;
}
.faq__list .faq__item--open + .faq__item {
  margin-top: 2em;
}

.faq__item--open .faq__details {
  margin-top: 0.6666666667em;
}

.faq__details {
  transition: all 0.6s ease-in-out 0s;
  overflow: hidden;
  height: 0px;
  font-size: 1.1333333333em;
  max-width: 800px;
}

.faq__content {
  width: 100%;
}

@media (max-width: 1250px) {
  .about__right {
    width: 50%;
  }
  .about__left {
    width: 750px;
  }
}
@media (max-width: 1200px) {
  .places__about .section__intro {
    max-width: 550px;
    margin-right: auto;
  }
}
@media (max-width: 1030px) {
  .places__about .section__intro {
    text-align: center;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1000px) {
  .places__about {
    flex-direction: column;
  }
  .about__left {
    width: 90%;
    margin: 2.6666666667em auto;
  }
  .about__right {
    width: 70%;
    margin: 0px auto;
  }
  .about__right .slider__list--small {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 750px) {
  .faq__list {
    margin-top: 4.6666666667em;
    padding-bottom: 2em;
  }
  .about__right, .about__left {
    width: 100%;
  }
  .about__left {
    margin-bottom: 0em;
  }
}
@media (max-width: 600px) {
  .faq__details, .about__text {
    font-size: 1.0666666667em;
  }
  .about__right .slider__list--small {
    width: 100%;
    margin-bottom: 0px;
    transform: translateY(-50%);
  }
}
@media (max-width: 520px) {
  .faq__list {
    margin-top: 4em;
    padding-bottom: 1em;
  }
}
@media (max-width: 450px) {
  .faq__details, .about__text {
    font-size: 1em;
  }
}
/**
 * #TRUMPS
 */
/*------------------------------------*\
    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    #WIDTHS
\*------------------------------------*/
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes can take a fraction-like format (e.g. `.2/3`) or a spoken-
 * word format (e.g. `two-thirds`). Toggle formats by overriding the
 * `$inuit-use-fractions` variable defined below.
 */
/**
 * Whole.
 */
.one-whole {
  width: 100% !important;
}

/**
 * Halves.
 */
.one-half,
.two-quarters,
.three-sixths,
.four-eighths,
.five-tenths,
.six-twelfths {
  width: 50% !important;
}

/**
 * Thirds.
 */
.one-third,
.two-sixths,
.three-ninths,
.four-twelfths {
  width: 33.3333333% !important;
}

.two-thirds,
.four-sixths,
.six-ninths,
.eight-twelfths {
  width: 66.6666666% !important;
}

/**
 * Quarters.
 */
.one-quarter,
.two-eighths,
.three-twelfths {
  width: 25% !important;
}

.three-quarters,
.six-eighths,
.nine-twelfths {
  width: 75% !important;
}

/**
 * Fifths.
 */
.one-fifth,
.two-tenths {
  width: 20% !important;
}

.two-fifths,
.four-tenths {
  width: 40% !important;
}

.three-fifths,
.six-tenths {
  width: 60% !important;
}

.four-fifths,
.eight-tenths {
  width: 80% !important;
}

/**
 * Sixths.
 */
.one-sixth,
.two-twelfths {
  width: 16.6666666% !important;
}

.five-sixths,
.ten-twelfths {
  width: 83.3333333% !important;
}

/**
 * Eighths.
 */
.one-eighth {
  width: 12.5% !important;
}

.three-eighths {
  width: 37.5% !important;
}

.five-eighths {
  width: 62.5% !important;
}

.seven-eighths {
  width: 87.5% !important;
}

/**
 * Ninths.
 */
.one-ninth {
  width: 11.1111111% !important;
}

.two-ninths {
  width: 22.2222222% !important;
}

.four-ninths {
  width: 44.4444444% !important;
}

.five-ninths {
  width: 55.5555555% !important;
}

.seven-ninths {
  width: 77.7777777% !important;
}

.eight-ninths {
  width: 88.8888888% !important;
}

/**
 * Tenths.
 */
.one-tenth {
  width: 10% !important;
}

.three-tenths {
  width: 30% !important;
}

.seven-tenths {
  width: 70% !important;
}

.nine-tenths {
  width: 90% !important;
}

/**
 * Twelfths.
 */
.one-twelfth {
  width: 8.3333333% !important;
}

.five-twelfths {
  width: 41.6666666% !important;
}

.seven-twelfths {
  width: 58.3333333% !important;
}

.eleven-twelfths {
  width: 91.6666666% !important;
}

/*------------------------------------*\
    #SPACING
\*------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/**
 * Margin helper classes.
 *
 * Add margins.
 */
.m {
  margin: 24px !important;
}

.mt {
  margin-top: 24px !important;
}

.mr {
  margin-right: 24px !important;
}

.mb {
  margin-bottom: 24px !important;
}

.ml {
  margin-left: 24px !important;
}

.mh {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mv {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/**
 * Add huge margins.
 */
.m\+\+ {
  margin: 96px !important;
}

.mt\+\+ {
  margin-top: 96px !important;
}

.mr\+\+ {
  margin-right: 96px !important;
}

.mb\+\+ {
  margin-bottom: 96px !important;
}

.ml\+\+ {
  margin-left: 96px !important;
}

.mh\+\+ {
  margin-right: 96px !important;
  margin-left: 96px !important;
}

.mv\+\+ {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

/**
 * Remove margins.
 */
.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mh0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mv0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px 1px 1px 1px);
  width: 1px;
  height: 1px;
}

.text-cut {
  white-space: nowrap;
  overflow: hidden; /* pour Opera 9 */
  text-overflow: ellipsis; /* pour le reste du monde */
}
