/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

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

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

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

/* draggable */

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

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

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

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

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

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

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

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

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

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

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

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

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.choices{position:relative;margin-bottom:24px;font-size:16px}.choices:focus{outline:none}.choices:last-child{margin-bottom:0}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(../vendor/cross-inverse_46980de8.svg);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.5}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one]:after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333 transparent;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(../vendor/cross_26f0a45f.svg);background-size:8px;width:8px;line-height:1;opacity:.75}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{display:none;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all}.choices__list--dropdown.is-active{display:block}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus{outline:none}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input:focus{outline:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}#mega-menu-ju {
  -webkit-box-shadow: 0 12px 24px rgba(0,0,0,.08),0 2px 6px rgba(0,0,0,.04);
          box-shadow: 0 12px 24px rgba(0,0,0,.08),0 2px 6px rgba(0,0,0,.04);
}

.elementor-element-d32ab1a img {
  margin: 0;
}

.elementor-49442 {
  position: relative;
  z-index: 99999 !important;
}

.elementskit-megamenu-panel {
  z-index: 10000 !important;
}

.ekit-menu-nav-link .amp {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: inherit;
  margin-left: 5px;
}

#menu-item-51871 {
  display: none;
}

@media (max-width: 1024px) {
  #menu-item-51871 {
    display: block !important;
    font-size: 13px;
    font-weight: 500;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #c3c3c3;
    width: 100%;
    position: absolute;
    bottom: 5px;
    padding: 15px 0;
  }

  #menu-item-51871 a {
    font-size: 17px;
    font-weight: 400;
  }

  #menu-item-51871 a::before {
    content: "\1F4DE";
    margin-right: 6px;
  }

  #menu-item-51871 span {
    font-size: 11px;
    text-transform: none;
    margin-left: 5px;
  }
}

#menu-item-396::before {
  display: block;
  content: "hop";
  background-color: #f45038;
  color: #fff;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: .7em;
  padding: .2em .4em .25em;
  position: absolute;
  top: .65em;
  right: 3px;
}

@media (max-width: 1024px) {
  .elementor-49442 .elementor-element.elementor-element-6297899 .elementskit-navbar-nav>li>a {
    height: auto;
  }
}

.elementor-element.elementor-element-6297899 .elementskit-menu-container {
  z-index: 10000;
}

header.header-top-desktop {
  display: none;
}

.header-top-mobile {
  display: none !important;
}

.header-flags {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.ekit-wid-con li {
  list-style: none !important;
}

@media (min-width: 1364px) {
  .elementor-49442 .elementor-element.elementor-element-6297899 .elementskit-navbar-nav>li>a {
    font-size: 13px;
  }
}

@media screen and (min-width: 1020px)and (max-width: 1364px) {
  .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
    padding: 0 6px 0 13px !important;
  }
}

.logo-ju a {
  width: 100%;
}

@media (min-width: 1025px) {
  .ekit-mega-menu-wrapper,
  .elementskit-megamenu-panel {
    max-width: min(1280px,100vw - 32px) !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  border-radius: 0;
  -webkit-overflow-scrolling: touch;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  line-height: 1.418;
  color: #3a3838;
}

a {
  color: #09538a;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  color: #09538a;
}

.waves {
  width: 280px;
  height: 170px;
  position: absolute;
  pointer-events: none;
}

@media (max-width: 1299px) {
  .waves {
    display: none;
  }
}

.balance-text {
  text-wrap: balance;
}

#__bs_notify__ {
  background-color: #fff !important;
  color: #000 !important;
  pointer-events: none;
  border-radius: 3px !important;
  bottom: 0 !important;
  top: auto !important;
  opacity: .5;
  font-size: .8em !important;
  margin: 3px !important;
}

.wrapper {
  overflow: hidden;
}

body.page-template-page-faq .wrapper {
  overflow: visible;
}

.contained {
  padding-left: calc(50vw - 800px);
  padding-right: calc(50vw - 800px);
  border-left: calc((1.5vw + 1.5vh)*1) solid rgba(0,0,0,0);
  border-right: calc((1.5vw + 1.5vh)*1) solid rgba(0,0,0,0);
}

.container {
  width: 100%;
  max-width: 1600px;
  padding-left: calc((1.5vw + 1.5vh)*1);
  padding-right: calc((1.5vw + 1.5vh)*1);
  margin-left: auto;
  margin-right: auto;
}

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

.content {
  position: relative;
}

.elementor {
  margin-left: auto;
  margin-right: auto;
}

.entry-page {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.activitiesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 520px) {
@supports (scroll-snap-type: mandatory) {
    .activitiesList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding-top: 1px;
      padding-bottom: 1px;
      margin-left: calc((1.5vw + 1.5vh)*-1);
      margin-right: calc((1.5vw + 1.5vh)*-1);
      overflow: auto;
      -webkit-scroll-snap-type: mandatory;
      -ms-scroll-snap-type: mandatory;
      scroll-snap-type: mandatory;
      -webkit-scroll-snap-destination: 0 100%;
      -ms-scroll-snap-destination: 0 100%;
      scroll-snap-destination: 0% 100%;
      -webkit-scroll-snap-points-x: repeat(100%);
      -ms-scroll-snap-points-x: repeat(100%);
      scroll-snap-points-x: repeat(100%);
    }

    .activitiesList:after {
      content: "";
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 5vw;
    }
}
}

.activityItem {
  --padding: 2em;
  width: calc(50% - 2em);
  width: calc(50% - var(--padding));
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em;
  margin: calc(var(--padding)*.5);
  padding: 2em;
  padding: var(--padding);
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
          box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
  text-decoration: none;
  color: inherit;
}

.activityItem:hover,
.activityItem:focus {
  -webkit-box-shadow: 0 0 0 1px #09538a inset;
          box-shadow: 0 0 0 1px #09538a inset;
}

@media (max-width: 1024px) {
  .activityItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .activityItem {
    --padding: 1em;
  }
}

@media (max-width: 768px) {
  .placesList {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 520px) {
  .activityItem {
    --padding: 0;
    width: 100%;
    margin: 0;
    margin-bottom: 2em;
  }
}

@media (max-width: 520px) {
@supports (scroll-snap-type: mandatory) {
    .activityItem {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 85vw;
      max-width: none;
      margin: 0 0 0 5vw;
      scroll-snap-align: center;
    }
}
}

.activityItem-img {
  width: 100%;
  position: relative;
}

@media (min-width: 1025px) {
  .activityItem-img {
    width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .activityItem-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.activityItem-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1024px) {
  .activityItem-content {
    padding-top: 2em;
    padding-top: var(--padding);
  }
}

@media (max-width: 520px) {
  .activityItem-content {
    padding: 1em;
  }
}

@media (min-width: 1025px) {
  .activityItem-content {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-left: 2em;
    padding-left: var(--padding);
  }
}

.activityItem-title {
  display: block;
  text-transform: uppercase;
  line-height: 1.2;
  color: #09538a;
}

.activityItem-subtitle {
  display: block;
  color: #f45038;
  font-size: 1em;
  margin-bottom: 1em;
}

.activityItem-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: block;
  font-size: .9em;
  margin-bottom: 1em;
}

.activityItem-btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.advantagesList {
  list-style: none;
  padding-left: 0;
}

.advantagesList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.advantagesList li:not(:last-child) {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.advantagesList li img {
  width: 30px;
  height: 30px;
  margin-right: .5em;
}

.basesList {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1em;
  margin: 5vh auto 10vh;
}

@supports (display: grid) {
  .basesList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}

.baseItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 260px;
          flex: 1 0 260px;
  max-width: 400px;
  margin: 1em;
  background-color: #fff;
  padding: 1em;
  text-decoration: none;
  color: #000;
  position: relative;
}

.baseItem:hover,
.baseItem:focus {
  outline: 1px solid #09538a;
}

.baseItem-img {
  width: 100%;
  margin-bottom: 1em;
}

.baseItem-price:not(:empty) {
  background-color: #f45038;
  padding: .8em 1.3em;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  margin: 1em;
  line-height: 1.2;
  text-align: right;
}

.baseItem-price:not(:empty)>strong {
  display: block;
  font-size: 1.5em;
}

.baseItem-title>svg {
  float: left;
  width: 24px;
  height: 24px;
  color: #f45038;
  margin-top: .35em;
  margin-left: .15em;
}

.baseItem-title>small {
  display: block;
  opacity: .75;
  margin-left: 24px;
  padding-left: .5rem;
}

.baseItem-title>strong {
  display: block;
  color: #f45038;
  text-transform: uppercase;
  margin-left: 24px;
  padding-left: .5rem;
  line-height: 1.2;
}

.baseItem-desc {
  display: block;
  color: rgba(0,0,0,.6);
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid rgba(0,0,0,.1);
}

.baseItem-desc strong {
  color: rgba(0,0,0,.8);
}

.baseSingle-content {
  padding-top: 5vh;
  padding-bottom: 5vh;
  position: relative;
}

@media (min-width: 768px) {
  .baseSingle-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .baseSingle-desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 40%;
    padding-right: 2em;
  }
}

@media (max-width: 767px) {
  .baseSingle-desc {
    padding-bottom: 2em;
  }
}

.baseSingle-map {
  min-height: 300px;
}

@media (min-width: 768px) {
  .baseSingle-map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 60%;
  }
}

.baseSingle-routes {
  background-color: #f3f5f6;
  padding: 1px 0 5vh;
  position: relative;
}

.baseSingle-routes-intro {
  text-align: center;
  margin-bottom: 5vh;
}

.baseSingle-routes-tabs {
  display: none;
  overflow: auto;
}

.baseSingle-routes-tabs:before,
.baseSingle-routes-tabs:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.has-tabs .baseSingle-routes-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 520px) {
  .has-tabs .baseSingle-routes-tabs {
    overflow: auto;
    margin-left: calc((1.5vw + 1.5vh)*-1);
    margin-right: calc((1.5vw + 1.5vh)*-1);
  }
}

.baseSingle-routes-tabs-item {
  padding: 1em 2em !important;
  margin: 0 .25em;
}

.has-tabs .baseSingle-routes-tabs-item:not(.is-active) {
  background-color: rgba(0,0,0,.7);
}

@media (max-width: 520px) {
  .baseSingle-routes-tabs-item {
    margin: 0 1px 0 0;
    padding: 1em .5em !important;
    font-size: .9em;
  }
}

.baseSingle-routes-panel {
  margin: 5vh auto;
}

.has-tabs .baseSingle-routes-panel:not(.is-active) {
  display: none;
}

.baseSingle-routes-panel thead {
  text-transform: uppercase;
  margin-bottom: 1.5em;
}

.has-tabs .baseSingle-routes-panel thead {
  display: none;
}

.baseSingle-routes-panel td,
.baseSingle-routes-panel th {
  background-color: #fff;
  margin: 1px;
  padding: 2em;
  text-align: left;
}

@media (max-width: 520px) {
  .baseSingle-routes-panel,
  .baseSingle-routes-panel thead,
  .baseSingle-routes-panel tbody,
  .baseSingle-routes-panel tr,
  .baseSingle-routes-panel td,
  .baseSingle-routes-panel th {
    width: 100%;
  }

  .baseSingle-routes-panel td,
  .baseSingle-routes-panel th {
    padding: 1em;
  }

  .baseSingle-routes-panel tr:not(:last-child) {
    margin-bottom: 1em;
  }
}

.baseSingle-spots {
  padding-top: 1px;
  padding-bottom: 5vh;
  position: relative;
}

.baseSingle-booking {
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.baseSingle-booking .booking {
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
          box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.baseSingle-bases {
  background-color: #f3f5f6;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.baseSingle-bases .basesList {
  padding: 0;
}

@media (max-width: 520px) {
@supports (scroll-snap-type: mandatory) {
    .baseSingle-bases .basesList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding-top: 1px;
      padding-bottom: 1px;
      margin-left: calc((1.5vw + 1.5vh)*-1);
      margin-right: calc((1.5vw + 1.5vh)*-1);
      overflow: auto;
      -webkit-scroll-snap-type: mandatory;
      -ms-scroll-snap-type: mandatory;
      scroll-snap-type: mandatory;
      -webkit-scroll-snap-destination: 0 100%;
      -ms-scroll-snap-destination: 0 100%;
      scroll-snap-destination: 0% 100%;
      -webkit-scroll-snap-points-x: repeat(100%);
      -ms-scroll-snap-points-x: repeat(100%);
      scroll-snap-points-x: repeat(100%);
    }

    .baseSingle-bases .basesList:after {
      content: "";
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 5vw;
    }
}
}

@media (max-width: 520px) {
@supports (scroll-snap-type: mandatory) {
    .baseSingle-bases .baseItem {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 85vw;
      max-width: none;
      margin: 0 0 0 5vw;
      scroll-snap-align: center;
    }
}
}

.boatRange {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  text-decoration: none;
  color: #fff;
  vertical-align: middle;
}

.boatRange--premium,
.boatRange--premium-en,
.boatRange--premium-de {
  font-weight: bold;
  background-color: #e94e55;
}

.boatRange--classic,
.boatRange--classic-en,
.boatRange--classic-de {
  font-weight: bold;
  background-color: #04538b;
}

.boatRange--simply,
.boatRange--simply-de,
.boatRange--simply-en {
  font-weight: bold;
  background-color: #e8ac19;
}

.boatRange--access,
.boatRange--access-en,
.boatRange--access-de {
  font-weight: bold;
  background-color: #a2c3df;
}

.boatRange--access:before,
.boatRange--access-en:before,
.boatRange--access-de:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: no-repeat center url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAQCAYAAADNo/U5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTQ1MmJiMS02NTk0LTQ5NWQtYTc4Yi1iNGM1OGEwNzc4ZjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0UyMjNFMDFGRDAxMTFFN0ExQkNGMzIzODQyNDg3NjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0UyMjNFMDBGRDAxMTFFN0ExQkNGMzIzODQyNDg3NjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1N2RmNmI0Mi05M2NlLTQ5MzItODJlOC00YzYwYzA2NTFmNTYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5ZmQ0MDk4Zi0zNjg0LTExN2ItODI3Yy05MjIzYTgxOWQ2NjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5SkfKOAAABCUlEQVR42mL4//8/AxquBOKXQLwKiNmwyDOgC3D/RwX2xGhiAeLjUA0vgFiGGE0gbAXV5IRNAy5NAlBNrrg0MYJ1YoI3QPwMiM8C8T8grgHi5zBJdE3FQCwExFJAnADE34AYpMANiI/BVSFZawJ1VjEQ10PZf4H4DxBfBWIubM77DMQvgFgViDWBOBKIBYCYCYizgXgREMcj26QLNdkFh+dnQuVZkUPPGyqoiCvEoPKLgdgBJiAKFZyKR1MfLJkgC86DimUhiYGcUwTE/4A4AoinA7EHumlLkNLdCyT2FiAWRE4RHEDMj6QxEIjXAfFJIJ4LxEbYUgQnMBBZgfgvNPZB+CcDHgAQYAD2mhhyiiIhDAAAAABJRU5ErkJggg==");
  background-size: contain;
  margin-right: .35em;
}

.boatRange--electric,
.boatRange--electric-de,
.boatRange--electric-en {
  font-weight: bold;
  background-color: #49b48e;
}

.boatRange--cosy,
.boatRange--cosy-de,
.boatRange--cosy-en {
  font-weight: bold;
  background-color: #d35699;
}

.boatRange--journee,
.boatRange--journee-de,
.boatRange--journee-en {
  font-weight: bold;
  background-color: #3b2822;
}

a.boatRange:hover,
a.boatRange:focus {
  opacity: .8;
}

@supports (outline-offset: -2px) {
  a.boatRange:hover,
  a.boatRange:focus {
    opacity: 1;
    outline-offset: -2px;
    outline: 1px solid #fff;
  }
}

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

.boatsList {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1em;
}

@supports (display: grid) {
  .boatsList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14em, 1fr));
  }
}

.boatsList-empty {
  width: 100%;
  padding: 5vh;
  font-weight: bold;
  text-align: center;
  margin: 5%;
  opacity: .75;
}

.boatItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 14em;
          flex: 1 0 14em;
  width: 14em;
  max-width: 400px;
  margin: 1em;
  background-color: #fff;
  padding: 1em;
  text-decoration: none;
  color: #000;
  position: relative;
}

@supports (display: grid) {
  .boatItem {
    width: auto;
    max-width: none;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.boatItem:hover,
.boatItem:focus {
  outline: 1px solid #09538a;
}

.boatItem-img {
  width: 100%;
  margin-bottom: 1em;
}

.boatItem-range {
  position: absolute;
  top: 0;
  left: 0;
  margin: 1em;
}

.boatItem-title {
  display: block;
  color: #f45038;
  text-transform: uppercase;
  padding-bottom: .5em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.boatItem-desc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: .75em 0;
  font-size: .9em;
}

.boatItem-desc-item:last-child {
  margin-bottom: 0;
}

.boatItem-desc-item>* {
  display: inline-block;
}

.boatItem-desc-item svg {
  width: 22px;
  height: 22px;
  margin-right: .5em;
  color: #f45038;
}

.boatItem-desc-item .off svg {
  color: rgba(0,0,0,.15);
}

.boatItem-desc-item strong {
  width: 100%;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: .9em;
}

.boatItemBooking {
  --padding: 1em;
  --color: $orange;
  display: block;
  display: grid;
  grid-gap: var(--padding);
  grid-template-areas: "img title title title" "img content1 content2 price" "img link comfort button" "img bases bases button";
  grid-template-columns: 1.5fr repeat(3, 1fr);
  background-color: rgba(0,0,0,.05);
  padding: 1em;
  padding: var(--padding);
  border: 1px solid rgba(0,0,0,.1);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  padding-left: 17em;
}

@supports (display: grid) {
  .boatItemBooking {
    padding-left: 1em;
    padding-left: var(--padding);
  }
}

@media (min-width: 1601px) {
  .boatItemBooking {
    --padding: 2em;
  }
}

@media (min-width: 521px)and (max-width: 767px) {
  .boatItemBooking {
    grid-template-areas: "img img img img" "title title price price" "content1 content1 content2 content2" ". . comfort comfort" "link link . button";
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 520px) {
  .boatItemBooking {
    display: block;
  }
}

.boatItemBooking--offer {
  border-color: rgba(0,0,0,0);
  -webkit-box-shadow: 0 0 0 .5em #09538a inset;
          box-shadow: 0 0 0 .5em #09538a inset;
  --color: $blue;
}

.boatItemBooking--discount {
  border-color: rgba(0,0,0,0);
  -webkit-box-shadow: 0 0 0 .5em #f45038 inset;
          box-shadow: 0 0 0 .5em #f45038 inset;
}

.boatItemBooking+.boatItemBooking {
  margin-top: 1em;
  margin-top: var(--padding);
}

.boatItemBooking-img {
  display: block;
  grid-area: img;
  float: left;
  width: 15em;
  margin: 0 1em 1em 0;
  margin-left: -16em;
}

@supports (display: grid) {
  .boatItemBooking-img {
    float: none;
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 521px) {
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .boatItemBooking-img>img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
}
}

.boatItemBooking-range {
  grid-area: img;
  margin-top: auto;
  margin-right: auto;
  float: right;
}

@supports (display: grid) {
  .boatItemBooking-range {
    float: none;
  }
}

@media (max-width: 520px) {
  .boatItemBooking-range {
    font-size: .9em;
    position: absolute;
    -webkit-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.boatItemBooking-title {
  display: block;
  grid-area: title;
  font-size: 1.5em;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1em;
}

@supports (display: grid) {
  .boatItemBooking-title {
    margin-bottom: 0;
  }
}

@media (max-width: 520px) {
  .boatItemBooking-title {
    display: block;
    margin-top: .5em;
    margin-bottom: .25em;
  }
}

.boatItemBooking-infos {
  display: block;
  grid-area: content1;
  font-size: .8em;
}

.boatItemBooking-infos>span {
  display: block;
  margin-bottom: 1em;
}

.boatItemBooking-infos>span>strong {
  display: block;
  text-transform: uppercase;
}

.boatItemBooking-bases {
  grid-area: bases;
  width: 100%;
  margin: 0;
}

.boatItemBooking-desc {
  display: block;
  grid-area: content2;
}

@media (max-width: 520px) {
  .boatItemBooking-desc {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

.boatItemBooking-desc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .9em;
  line-height: 1.2;
}

.boatItemBooking-desc-item+.boatItemBooking-desc-item {
  margin-top: .75em;
}

.boatItemBooking-desc-item:last-child {
  margin-bottom: 0;
}

.boatItemBooking-desc-item>* {
  display: inline-block;
}

.boatItemBooking-desc-item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-right: .5em;
  color: #f45038;
}

.boatItemBooking-desc-item .off svg {
  color: rgba(0,0,0,.15);
}

.boatItemBooking-desc-item strong {
  width: 100%;
  margin-bottom: .5em;
  font-size: .9em;
}

.boatItemBooking-comfort {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.boatItemBooking-link {
  display: inline-block;
  grid-area: link;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  font-size: .8em;
  background-color: rgba(0,0,0,.1);
  padding: .5em 1em;
  margin: auto auto 0 0;
  text-align: center;
  margin-top: 1em;
}

@supports (display: grid) {
  .boatItemBooking-link {
    margin-top: auto;
  }
}

.boatItemBooking-link:hover,
.boatItemBooking-link:focus {
  background-color: rgba(0,0,0,.2);
}

@media (max-width: 520px) {
  .boatItemBooking-link {
    float: left;
    width: 48%;
    margin-right: 2%;
    padding: 1em;
  }
}

.boatItemBooking-comfort {
  grid-area: comfort;
}

.boatItemBooking-price {
  display: block;
  grid-area: price;
  position: relative;
  text-align: right;
  clear: right;
  float: right;
  margin-top: 1em;
}

@supports (display: grid) {
  .boatItemBooking-price {
    margin-top: 0;
  }
}

@media (max-width: 520px) {
  .boatItemBooking-price {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

.boatItemBooking-price-discount {
  width: 4em;
  height: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  border-radius: 999px;
  background-color: #f45038;
  color: #fff;
  font-weight: bold;
  font-size: .9em;
}

@media (max-width: 520px) {
  .boatItemBooking-price-discount {
    float: right;
  }
}

.boatItemBooking-price-old {
  display: block;
  text-decoration: line-through;
}

.boatItemBooking-price-value {
  display: block;
  font-size: 2em;
  line-height: 1;
}

.boatItemBooking-price-baseline {
  display: block;
  margin-top: .5em;
  text-transform: uppercase;
  font-weight: bold;
  color: #f45038;
  line-height: 1.2;
}

.boatItemBooking-btn {
  grid-area: button;
  margin-top: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  float: right;
}

@media (max-width: 520px) {
  .boatItemBooking-btn {
    float: left;
    width: 50%;
  }
}

.boatItemBooking-btn .btn {
  display: block;
  background-color: #f45038 !important;
}

.boatSingle-booking {
  margin-top: 10em;
  margin-bottom: 2.5vh;
}

@supports (position: sticky) {
  .boatSingle-booking {
    margin-top: 5vh;
  }
}

.boatSingle-booking .booking {
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
          box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.boatSingle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2em;
  padding-bottom: 10vh;
  position: relative;
  z-index: 0;
}

@supports (position: sticky) {
  .boatSingle-container {
    padding-top: 5vh;
  }
}

@media (max-width: 767px) {
  .boatSingle-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 19;
  }
}

.boatSingle-container .waves {
  right: 100%;
  bottom: 0;
  -webkit-transform: translate(-10%, 50%);
       -o-transform: translate(-10%, 50%);
          transform: translate(-10%, 50%);
}

.boatSingle-title {
  margin-top: 0;
}

.boatSingle-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (min-width: 768px) {
  .boatSingle-desc {
    padding-right: 2em;
  }
}

.boatSingle-stamp {
  width: 120px;
  float: right;
}

@media (min-width: 768px) {
  .boatSingle-stamp {
    margin: 2em;
  }
}

@media (max-width: 520px) {
  .boatSingle-stamp {
    width: 100px;
    margin: 0;
  }
}

.boatSingle-bases:before,
.boatSingle-comfort:before,
.boatSingle-content:before {
  content: "";
  width: 15em;
  max-width: 30%;
  display: block;
  padding-top: 1.5em;
  margin-top: 1.5em;
  border-top: 1px solid rgba(0,0,0,.2);
}

.boatSingle-bases-title {
  color: inherit;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0;
}

.boatSingle-bases-item {
  margin: 0 0 .5em 0;
}

.boatSingle-caracs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.boatSingle-caracs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1em 1em 0;
  font-size: .9em;
}

.boatSingle-caracs-item svg {
  width: 22px;
  height: 22px;
  margin-right: .5em;
  color: #f45038;
}

.boatSingle-caracs-item strong {
  font-size: .9em;
}

.boatSingle-comfort strong {
  margin-right: 1em;
  vertical-align: middle;
}

.boatSingle-comfort svg {
  width: 22px;
  height: 22px;
  margin-right: .5em;
  color: #f45038;
  vertical-align: middle;
}

.boatSingle-comfort .off svg {
  color: rgba(0,0,0,.15);
}

.boatSingle-gallery {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 800px;
          flex: 1 1 800px;
  margin-left: auto;
  max-height: 550px;
  min-height: 350px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .boatSingle-gallery {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    max-height: none;
    min-height: auto;
    overflow: visible;
  }
}

@media (max-width: 520px) {
  .boatSingle-gallery {
    width: auto;
    margin: 0 calc((1.5vw + 1.5vh)*-1);
    max-height: none;
    overflow: visible;
  }
}

.boatSingle-gallery-items {
  margin-top: 0;
  margin-bottom: 1em;
  aspect-ratio: 800/500;
  width: 100%;
}

.boatSingle-gallery-items>.boatSingle-gallery-item:not(:first-child) {
  display: none;
}

@media (max-width: 767px) {
  .boatSingle-gallery-items .flickity-viewport {
    pointer-events: none;
    -ms-touch-action: none;
        touch-action: none;
    -webkit-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }

  .boatSingle-gallery-items img:not(:first-child) {
    display: none;
  }
}

.boatSingle-gallery-items-item {
  display: block;
}

.boatSingle-gallery-item {
  aspect-ratio: 800/500;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .boatSingle-gallery-item-wrapper {
    pointer-events: auto;
    cursor: pointer;
  }
}

.boatSingle-gallery-thumbs {
  overflow: hidden;
  max-height: 110px;
}

@media (max-width: 767px) {
  .boatSingle-gallery-thumbs {
    display: none;
  }
}

.boatSingle-gallery-thumb {
  margin-right: .5em;
  cursor: pointer;
  -webkit-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
}

.flickity-enabled .boatSingle-gallery-thumb {
  opacity: .5;
}

.flickity-enabled .boatSingle-gallery-thumb:hover,
.flickity-enabled .boatSingle-gallery-thumb:focus {
  opacity: .75;
}

.flickity-enabled .boatSingle-gallery-thumb.is-selected {
  opacity: 1;
}

.boatSingle-gallery .flickity-prev-next-button {
  background-color: #f45038;
  border-radius: 0;
  color: #fff;
}

.boatSingle-gallery .flickity-prev-next-button.previous {
  left: 0;
}

.boatSingle-gallery .flickity-prev-next-button.next {
  right: 0;
}

.boatSingle-gallery .flickity-prev-next-button[disabled] {
  pointer-events: none;
}

@media (max-width: 767px) {
  .boatSingle-gallery .flickity-prev-next-button {
    display: none;
  }
}

.boatSingle-gallery .flickity-prev-next-button:hover,
.boatSingle-gallery .flickity-prev-next-button:focus {
  background-color: #f5624c;
}

.boatSingle-gallery .flickity-prev-next-button svg path {
  fill: currentColor;
}

.boatSingle-gallery .gallery-popup-trigger {
  display: none;
}

@media (max-width: 767px) {
  .boatSingle-gallery .gallery-popup-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 2rem;
    right: 1rem;
    background-color: #09538a;
    color: #fff;
    border: none;
    border-radius: 2rem;
    padding: .4rem .8rem;
    font-size: .9rem;
    z-index: 10;
    cursor: pointer;
    backdrop-filter: blur(2px);
    font-weight: 600;
  }
}

.boatSingle-popup-slider {
  display: none;
}

@media (max-width: 767px) {
  .boatSingle-popup-slider {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.85);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.boatSingle-popup-slider-content {
  position: relative;
  width: 90%;
  max-height: 70%;
  overflow-y: auto;
  background: #fff;
  padding: 1em;
  border-radius: 8px;
}

.boatSingle-popup-slider-images img {
  width: 100%;
  height: auto;
  aspect-ratio: 800/500;
  margin-bottom: 10px;
}

.boatSingle-popup-slider .close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2em;
  cursor: pointer;
  color: #000;
}

.boatSingle-details {
  background-color: rgba(89,186,207,.1);
  padding-top: 5vh;
  padding-bottom: 5vh;
  position: relative;
  z-index: 0;
}

.boatSingle-details .waves {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(10%, 50%);
       -o-transform: translate(10%, 50%);
          transform: translate(10%, 50%);
}

.boatSingle-details-container {
  position: relative;
}

@media (min-width: 768px) {
  .boatSingle-details-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.boatSingle-details-ranges {
  position: absolute;
  top: -5vh;
  left: calc((1.5vw + 1.5vh)*1);
  margin-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.boatSingle-details-item {
  margin: 5vh 0;
}

@media (min-width: 768px) {
  .boatSingle-details-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .boatSingle-details-item:first-of-type {
    padding-right: 5%;
  }
}

.boatSingle .boatsList {
  grid-template-columns: repeat(auto-fill, minmax(320px, 400px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.boatSingle .boatsList .boatItem {
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1);
          box-shadow: 0 0 0 1px rgba(0,0,0,.1);
}

.boatsForm {
  width: 25em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
          box-shadow: 0 2px 10px rgba(0,0,0,.2);
  padding: 1em 2em 2em;
  text-align: center;
  margin-right: 5%;
}

@media (max-width: 767px) {
  .boatsForm {
    display: block;
    width: 100%;
  }

  .boatsForm svg {
    display: none;
  }
}

@media (min-width: 521px)and (max-width: 767px) {
  .boatsForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1em;
  }

  .boatsForm .boatsForm-title {
    width: 100%;
  }

  .boatsForm .boatsForm-field,
  .boatsForm .boatsForm-submit {
    width: calc(50% - 1em);
    margin: .5em;
  }
}

@media (max-width: 520px) {
  .boatsForm {
    padding: 1px 1em 1em;
  }
}

.boatsForm svg {
  display: block;
  margin: .5em auto 0;
  color: #f45038;
}

.boatsForm-field,
.boatsForm-submit {
  display: block;
  width: 100%;
  margin-top: 1em;
}

.boatsForm-field--active {
  -webkit-box-shadow: 0 0 0 1px #09538a inset;
          box-shadow: 0 0 0 1px #09538a inset;
}

.booking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  padding: 0;
  margin-top: 0;
  z-index: 9;
  margin-bottom: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.5);
          box-shadow: 0 2px 10px rgba(0,0,0,.5);
  position: relative;
  font-size: .8em;
}

.booking--compact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.booking--full {
  margin-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
          box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

@media (min-width: 601px)and (max-width: 1023px) {
  .booking--full {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.booking--full .booking-field--date,
.booking--full .booking-field--select,
.booking--full .booking-field--dropdown,
.booking--full .booking-submit {
  display: block;
  width: calc(100% - 1em);
}

.booking--full .booking-field--dropdown {
  background-image: none;
  padding-right: 1em;
}

.booking--full .booking-field-dropdown {
  position: static;
  opacity: 1;
  display: block;
  padding: 0;
}

.booking--full .booking-field-number {
  margin-left: 0;
  margin-right: 0;
}

.booking--compact .booking-additional {
  display: none;
}

.booking--full .booking-field-title {
  display: none;
}

.booking--full .booking-field--dropdown {
  padding: 0;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media (max-width: 520px) {
  .booking--compact .booking-field {
    display: none !important;
  }
}

@media (min-width: 1341px) {
  .booking--compact .booking-field[name=rangeID] {
    width: 14em;
  }
}

.booking-fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 601px)and (max-width: 1023px) {
  .booking-fieldset {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}

.booking-fieldset-hide {
  display: none;
}

.booking-title {
  color: inherit;
  padding: 0 .5em;
  font-size: 1em;
  text-transform: uppercase;
}

.booking-field {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 9em;
  margin: .5em;
  padding: .7em 1em .65em 1em;
  position: relative;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  .booking-field {
    padding-right: 3em;
  }
}

@media (min-width: 1341px) {
  .booking-field {
    width: 8.5em;
  }
}

@media (max-width: 1340px) {
  .booking-field {
    width: 15em;
  }
}

.booking-field.is-full {
  -webkit-box-shadow: 0 0 0 1px #09538a inset !important;
          box-shadow: 0 0 0 1px #09538a inset !important;
}

.booking-field--date {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23eb503f' d='M20 20h-4v-4h4v4zm-6-10h-4v4h4v-4zm6 0h-4v4h4v-4zm-12 6h-4v4h4v-4zm6 0h-4v4h4v-4zm-6-6h-4v4h4v-4zm16-8v22h-24v-22h3v1c0 1.103.897 2 2 2s2-.897 2-2v-1h10v1c0 1.103.897 2 2 2s2-.897 2-2v-1h3zm-2 6h-20v14h20v-14zm-2-7c0-.552-.447-1-1-1s-1 .448-1 1v2c0 .552.447 1 1 1s1-.448 1-1v-2zm-14 2c0 .552-.447 1-1 1s-1-.448-1-1v-2c0-.552.447-1 1-1s1 .448 1 1v2z'/%3E%3C/svg%3E") !important;
  background-size: 18px;
}

.booking-field--check {
  width: calc(100% - 1em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  cursor: pointer;
  line-height: 1.2;
}

.booking-field--check+.booking-field--check {
  margin-top: 0;
}

.booking-field--check>input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: .5em;
}

.booking-field--check>span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.booking-field option:disabled {
  display: none;
}

.booking-field-option-total {
  text-align: right;
  max-width: 150px;
}

.booking-field-title {
  margin: 0;
  font: inherit;
  white-space: nowrap;
  text-transform: uppercase;
}

.booking-field-title:after {
  content: attr(data-sum);
  display: inline-block;
  min-width: 1.5em;
  font-weight: bold;
  margin-left: .5em;
  color: #f45038;
}

.booking-field-title[data-sum="0"]:after {
  opacity: 0;
}

.booking-field--dropdown {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.booking-field--dropdown:hover .booking-field-dropdown {
  display: block;
}

@supports (pointer-events: none) {
  .booking-field--dropdown:hover .booking-field-dropdown {
    pointer-events: auto;
    opacity: 1;
  }
}

.booking-field--dropdown:focus-within .booking-field-dropdown {
  display: block;
}

@supports (pointer-events: none) {
  .booking-field--dropdown:focus-within .booking-field-dropdown {
    pointer-events: auto;
    opacity: 1;
  }
}

.booking-field-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  min-width: 100%;
  padding: .5em;
  margin: 0;
  background-color: #fff;
  white-space: nowrap;
}

@supports (pointer-events: none) {
  .booking-field-dropdown {
    display: block;
    pointer-events: none;
    opacity: 0;
  }
}

.booking-field-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: none;
  margin: .5em;
}

.booking-field-number>input,
.booking-field-number>button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  font: inherit;
  font-weight: bold;
  color: #f45038;
  padding: 0;
  line-height: 1;
  border-radius: 3px;
}

.booking-field-number>input:hover,
.booking-field-number>input:focus,
.booking-field-number>button:hover,
.booking-field-number>button:focus {
  background-color: rgba(244,80,56,.15);
  outline: none;
}

.booking-field-number>input {
  width: 2em;
  height: 1.5em;
  text-align: center;
}

.booking-field-number>input::-webkit-inner-spin-button {
  display: none;
}

.booking-field-number>button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  cursor: pointer;
}

.booking-field-number>button:first-of-type {
  margin-left: auto;
}

.booking-field-number>label {
  font-weight: bold;
}

.booking-field-number>label,
.booking-field-number>small {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: .9em;
  margin-right: .5em;
}

.booking-field-number>small {
  opacity: .75;
  font-size: .7em;
  margin-right: 1em;
}

.booking-submit {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: .5em;
}

@media (max-width: 1340px) {
  .booking-submit {
    width: 15em;
  }
}

.btn {
  display: inline-block;
  appareance: none;
  font: inherit;
  background-color: #f45038;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  padding: .7em 1em .65em;
  border: none;
  cursor: pointer;
  outline: none;
}

.btn:hover,
.btn:focus {
  background-color: #f67360;
}

@supports (outline-offset: -2px) {
  .btn:focus {
    background-color: #f45038;
    outline: 1px solid;
    outline-offset: -2px;
  }
}

.btn[disabled] {
  opacity: .35;
  pointer-events: none;
}

.btn--tertiary {
  background-color: #ccc;
  color: #000;
  font-weight: 300;
}

.btn--tertiary:hover,
.btn--tertiary:focus {
  background-color: #b3b3b3;
}

.btnSecondary {
  display: inline-block;
  appareance: none;
  background-color: #09538a;
  color: #fff;
  text-decoration: none;
  padding: .7em 1em .65em;
  border: none;
  cursor: pointer;
}

.btnSecondary:hover,
.btnSecondary:focus {
  background-color: #3a75a1;
}

.btnSecondary:active {
  background-color: #07426e;
}

#cookie-law-info-bar {
  position: fixed !important;
  bottom: 0 !important;
  top: auto !important;
}

#cookie-notice {
  background-color: #fff !important;
  color: #9b9b9b !important;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  text-align: center;
  padding: 1em;
  font-weight: bold;
  font-size: .85em;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
          box-shadow: 0 0 10px rgba(0,0,0,.25);
}

#cookie-notice #cn-notice-text {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
}

#cookie-notice a {
  background-color: #09538a;
  color: #fff;
  padding: .5em .75em;
  text-decoration: none;
}

#cookie-notice a#cn-accept-cookie {
  position: relative;
  z-index: 1;
}

#cookie-notice a#cn-more-info {
  color: inherit;
}

.cover {
  position: relative;
  background-color: rgba(9,83,138,.25);
}

.cover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 70%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.75)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.75));
}

.cover-bg,
.cover-bg img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.cover-bg--video {
  overflow: hidden;
  background-color: #000;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (max-width: 520px) {
  .cover-bg--video {
    display: none;
  }
}

.cover-bg--video iframe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
}

.cover-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  color: rgba(0,0,0,0);
  text-indent: -999px;
}

.cover-waves {
  display: none;
}

.cover-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: calc(5em + 15vh);
  padding-bottom: calc((1.5vw + 1.5vh)*1);
}

.cover-content>* {
  position: relative;
  z-index: 4;
}

@media (max-width: 768px) {
  .cover-content {
    font-size: .9em;
  }
}

@media (max-width: 520px) {
  .cover-content {
    font-size: .8em;
  }
}

@media (max-width: 767px) {
  body.tax-range .cover-content,
  body.page-template-page-cruises .cover-content,
  body.page-template-page-faq .cover-content,
  body.single-regions .cover-content {
    padding-bottom: 200px;
  }
}

@media (min-width: 768px) {
  body.tax-range .cover-content,
  body.page-template-page-cruises .cover-content,
  body.page-template-page-faq .cover-content,
  body.single-regions .cover-content {
    padding-bottom: calc(100px + 2em);
  }
}

.cover-price {
  background-color: #f45038;
  padding: .6em 1em;
  color: #fff;
  float: left;
  margin-right: 1em;
  margin-top: -0.3em;
  line-height: 1.2;
  font-weight: normal;
  font-size: .7em;
}

@media (max-width: 520px) {
  .cover-price {
    margin-bottom: .5em;
    font-size: .6em;
  }
}

.cover-price>strong {
  display: block;
  font-size: 1.5em;
}

.cover-subtitle {
  display: block;
  font-size: .8em;
  font-weight: normal;
  color: inherit;
  margin-top: 0;
  margin-bottom: .25em;
}

@media (max-width: 520px) {
  .cover-subtitle {
    clear: left;
  }
}

.cover-title {
  width: auto;
  margin-top: 2%;
  text-align: left;
  color: #09538a;
  font-size: 2em;
}

body.page-template-page-boatsRanges .cover-title {
  margin-bottom: 120px;
}

.cover-title>strong {
  display: block;
  font-size: 1.5em;
  line-height: 1;
}

@media (max-width: 520px) {
  .cover-title>strong {
    font-size: 1.15em;
  }
}

.cover-title>small {
  display: block;
  margin-top: .25em;
  font-size: 1em;
  font-family: "Stint Ultra Condensed",serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: normal;
}

@media (max-width: 520px) {
  .cover-title>small {
    font-size: .85em;
  }
}

body.page-template-default:not(.home) .cover-title {
  width: calc(50rem - 3vw - 3vh);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body.home .cover-title {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: rgba(255,255,255,.85);
  color: #09538a;
  padding: 1em;
  max-width: none;
  margin-top: auto;
  position: static;
}

@media (max-width: 767px) {
  body.home .cover-title {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    z-index: 2;
    font-size: 1.7em;
    text-align: center;
    position: relative;
  }
}

@media (max-width: 520px) {
  body.home .cover-title {
    padding-bottom: 0;
  }
}

body.home .cover-title>svg {
  display: inline-block;
  width: 2.5em;
  height: .7em;
  color: #f45038;
}

.cover-stamp {
  width: 140px;
  height: 140px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
       -o-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

@media (max-width: 767px) {
  .cover-stamp {
    width: 100px;
    height: 100px;
    bottom: 100%;
    left: 0;
    -webkit-transform: translateY(50%);
         -o-transform: translateY(50%);
            transform: translateY(50%);
    margin: 0 .5em;
  }
}

@media (max-width: 520px) {
  .cover-stamp {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  body.home .cover .booking {
    margin-bottom: -80px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
            box-shadow: 0 2px 10px rgba(0,0,0,.2);
  }
}

@media (max-width: 520px) {
  body.home .cover .booking {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  body.home .cover .booking {
    margin-bottom: 70px;
  }
}

.pageCruises-intro {
  position: relative;
  z-index: 1;
  background-color: #f3f5f6;
  padding-bottom: 10vh;
}

@media (max-width: 767px) {
  .pageCruises-intro {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}

@media (min-width: 768px) {
  .pageCruises-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.pageCruises-map {
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
          box-shadow: 0 2px 10px rgba(0,0,0,.2);
  background-color: #fff;
  padding: 1em;
}

@media (min-width: 768px) {
  .pageCruises-map {
    margin-top: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    padding: 2em;
  }
}

@media (max-width: 767px) {
  .pageCruises-map {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}

.pageCruises-map .destinations {
  margin-bottom: 2em;
}

.pageCruises-map .destinations .choices {
  max-width: none;
}

.pageCruises-map svg {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
          box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
}

.pageCruises-map svg text {
  font-family: inherit;
  font-weight: bold;
}

.pageCruises-map #links>* {
  fill: #fff;
  fill-opacity: .001;
  cursor: pointer;
}

@media (min-width: 768px) {
  .pageCruises-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    padding: 2em;
  }
}

.pageCruises-content h1,
.pageCruises-content h2,
.pageCruises-content h3,
.pageCruises-content h4,
.pageCruises-content h5,
.pageCruises-content h6 {
  font-family: "Stint Ultra Condensed",serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: normal;
  color: #09538a;
}

.pageCruises-texts {
  background-color: #09538a;
  padding-top: 1px;
  padding-bottom: 5vh;
  position: relative;
}

.pageCruises-texts .heading {
  color: #fff;
  padding-left: 1em;
  padding-right: 1em;
}

@media (min-width: 768px) {
  .pageCruises-texts-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 520px) {
  .pageCruises-texts-container {
    padding: 0;
  }
}

.pageCruises-texts-item {
  background-color: #fff;
  padding: 1em 2em;
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .pageCruises-texts-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 44%;
    margin: 3%;
    padding: 2em 3em;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.8);
            box-shadow: 0 2px 10px rgba(0,0,0,.8);
    border-radius: 2px;
  }
}

.destinations .choices {
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
}

:lang(fr) .destinations .choices__list:empty:before {
  content: "Votre destination";
}

:lang(en) .destinations .choices__list:empty:before {
  content: "Your destination";
}

.destinations .choices__input {
  border-bottom: none !important;
  background-color: rgba(0,0,0,.05) !important;
}

@media (max-width: 767px) {
  .destinations .choices__input {
    font: inherit;
    font-size: 1rem;
  }
}

.destinations .choices__group .choices__heading {
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.destinations .choices__item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.destinations .choices__item.is-highlighted {
  background-color: #09538a !important;
  color: #fff !important;
}

.destinations .choices__item--selectable {
  padding-right: 10px !important;
}

.destinations .choices__item>span:not(:empty) {
  opacity: .5;
  margin-left: .5em;
}

.discountsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 1px;
}

@supports (display: grid) {
  .discountsList {
    display: grid;
    grid-template-columns: calc(50% - 1em) 1fr;
    grid-gap: 2em;
  }
}

@media (max-width: 768px) {
  .discountsList {
    display: block;
  }
}

@media (max-width: 520px) {
@supports (scroll-snap-type: mandatory) {
    .discountsList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding-top: 1px;
      padding-bottom: 1px;
      margin-left: calc((1.5vw + 1.5vh)*-1);
      margin-right: calc((1.5vw + 1.5vh)*-1);
      overflow: auto;
      -webkit-scroll-snap-type: mandatory;
      -ms-scroll-snap-type: mandatory;
      scroll-snap-type: mandatory;
      -webkit-scroll-snap-destination: 0 100%;
      -ms-scroll-snap-destination: 0 100%;
      scroll-snap-destination: 0% 100%;
      -webkit-scroll-snap-points-x: repeat(100%);
      -ms-scroll-snap-points-x: repeat(100%);
      scroll-snap-points-x: repeat(100%);
    }

    .discountsList:after {
      content: "";
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 5vw;
    }
}
}

.discountItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 2em);
  min-height: 18em;
  margin: 1em;
  border: 1em solid #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.2);
          box-shadow: 0 0 0 1px rgba(0,0,0,.2);
  background-color: #f3f5f6;
  text-decoration: none;
  position: relative;
}

.discountItem>* {
  display: inline-block;
}

@supports (display: grid) {
  .discountItem {
    margin: unset;
    width: unset;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    display: grid;
    grid-template-areas: "img discount" "img content";
    grid-template-columns: 2fr 1fr;
  }

@media (min-width: 769px)and (max-width: 1024px) {
    .discountItem {
      grid-template-columns: 1fr 2fr;
      grid-template-rows: 200px 1fr;
      grid-template-areas: "img img" "discount content";
    }
}

@media (max-width: 520px) {
    .discountItem {
      grid-template-areas: "img img" "discount content";
    }
}
}

@media (max-width: 768px) {
  .discountItem {
    margin-bottom: 2em;
  }
}

@media (max-width: 520px) {
  .discountItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
  }
}

@media (max-width: 520px) {
@supports (scroll-snap-type: mandatory) {
    .discountItem {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 85vw;
      max-width: none;
      margin: 0 0 0 5vw;
      scroll-snap-align: center;
    }
}
}

.discountItem:hover,
.discountItem:focus {
  -webkit-box-shadow: 0 0 0 1px #09538a;
          box-shadow: 0 0 0 1px #09538a;
}

.discountItem-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  background: center no-repeat;
  background-size: cover;
}

@supports (display: grid) {
  .discountItem-img {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin: auto;
    width: 100%;
    height: 100%;
    grid-area: img;
  }
}

@media (max-width: 520px) {
  .discountItem-img {
    height: 200px;
  }
}

.discountItem-img--big {
  width: 100%;
  height: auto;
  -ms-flex-item-align: center;
      align-self: center;
  background-size: contain;
  grid-column: span 2;
  grid-row: span 2;
  background-color: #fff;
}

@media (max-width: 520px) {
  .discountItem-img--big {
    height: auto;
  }
}

.discountItem-discount {
  width: 10em;
  position: absolute;
  top: 0;
  right: 0;
  grid-area: discount;
  background-color: #f45038;
  color: #fff;
  padding: 1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: bold;
}

.discountItem-discount--blue {
  background-color: #09538a;
}

@supports (display: grid) {
  .discountItem-discount {
    position: static;
    width: auto;
  }
}

.discountItem-discount>strong {
  font-size: 3em;
  line-height: 1;
}

.discountItem-content {
  grid-area: content;
  background-color: #fff;
  padding: 1rem;
  padding-right: 11em;
}

@supports (display: grid) {
  .discountItem-content {
    padding-right: 1em;
  }
}

.discountItem-subtitle {
  line-height: 1.2;
  color: gray;
}

.discountItem-subtitle>strong {
  text-transform: uppercase;
  color: #09538a;
}

.discountItem-price {
  display: block;
  font-weight: bold;
  color: #f45038;
}

.pageDiscounts-intro {
  max-width: 50em;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-right: 160px;
}

.pageDiscounts-intro-stamp {
  position: absolute;
  width: 140px;
  height: 140px;
  top: 0;
  right: calc((1.5vw + 1.5vh)*2);
  margin-top: -70px;
}

.discountSingle {
  position: relative;
  z-index: 0;
  padding-top: 10em;
}

@supports (position: sticky) {
  .discountSingle {
    padding-top: 5em;
  }
}

.discountSingle-top {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.discountSingle-title {
  max-width: 50rem;
  font-size: calc(1vw + 1vh + 1em);
  margin-left: auto;
  margin-right: auto;
  padding-left: calc((1.5vw + 1.5vh)*1);
  padding-right: calc((1.5vw + 1.5vh)*1);
}

.discountSingle-cover {
  margin-bottom: 2em;
}

.discountSingle-cover,
.discountSingle-cover img {
  display: block;
  width: 100%;
}

.discountSingle-middle {
  max-width: 50rem;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.discountSingle-discount {
  display: inline-block;
  background-color: #f45038;
  color: #fff;
  padding: 1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1em;
}

.discountSingle-discount--blue {
  background-color: #09538a;
}

@media (min-width: 521px) {
  .discountSingle-discount {
    float: left;
    margin-right: 1.5em;
  }
}

.discountSingle-discount>strong {
  font-size: 3em;
  line-height: 1;
}

.discountSingle-desc {
  margin: 0;
  font-size: 1.25em;
}

.discountSingle-subtitle {
  line-height: 1.2;
  color: gray;
}

.discountSingle-subtitle>strong {
  text-transform: uppercase;
  color: #09538a;
}

.discountSingle-price {
  display: block;
  font-weight: bold;
  color: #f45038;
}

.discountSingle-discounts {
  margin-top: 10vh;
}

.discountSingle-content {
  clear: both;
  margin-top: 2em;
}

.footer {
  margin-top: 10vh;
  margin-bottom: 10vh;
  color: #09538a;
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-transform: uppercase;
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px solid rgba(0,0,0,.2);
}

@media (max-width: 1300px) {
  .footer-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-row>* {
  display: inline-block;
}

.footer-advantages {
  text-transform: none;
}

.footer-advantages>span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 270px;
  color: #09538a;
  margin: 1em;
}

@media (max-width: 1300px) {
  .footer-advantages>span {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    max-width: none;
    text-align: center;
  }
}

.footer-advantages>span>strong {
  display: block;
  margin-bottom: .25em;
}

.footer-advantages>span>svg {
  width: 270px;
}

.footer-advantages>img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 130px;
}

.footer-middle>* {
  margin: 1em;
}

.footer-phone {
  text-decoration: none;
}

.footer-phone>svg {
  float: left;
  width: 2em;
  height: 2em;
  margin-top: .3em;
  color: #f45038;
}

.footer-phone>span,
.footer-phone>small {
  display: block;
  margin-left: 3em;
}

.footer-phone>span {
  font-weight: 600;
}

.footer-phone>span>strong {
  color: #f45038;
}

.footer-phone>small {
  font-size: 1em;
}

.footer-faq {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #09538a;
}

.footer-social>* {
  display: inline-block;
}

@media (max-width: 520px) {
  .footer-social {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 520px) {
  .footer-social>strong {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: center;
    margin-bottom: .5em;
  }
}

.footer-social-link {
  text-decoration: none;
  color: inherit;
  border: 1px solid;
  padding: .6em;
  border-radius: 999px;
  margin-left: .5em;
}

.footer-social-link:hover,
.footer-social-link:focus {
  background-color: #09538a;
  border-color: #09538a;
  color: #fff;
}

.footer-social-link svg {
  display: block;
  width: 1em;
  height: 1em;
}

.footer-social-link svg path {
  fill: currentColor;
}

.footer-bottom-item {
  font-weight: 600;
  margin: 1em;
  line-height: 1.2;
  text-decoration: none;
  color: inherit;
}

.footer-bottom-item img {
  display: block;
  margin: auto;
  width: auto;
}

.footer-bottom-item:nth-child(2) {
  text-align: center;
}

.footer-bottom-item:nth-child(3) {
  text-align: right;
}

.footer-bottom-item:nth-child(3) span {
  display: inline-block;
  max-width: 12em;
  vertical-align: middle;
}

.footer-bottom-item:nth-child(3) img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  max-height: 80px;
  margin-top: -15px;
  margin-bottom: -15px;
}

.footer-nav {
  display: block;
  text-transform: none;
}

.footer-nav>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
}

.footer-nav>ul>li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  padding: 1em;
}

@media (max-width: 768px) {
  .footer-nav>ul>li {
    width: 50%;
  }
}

@media (max-width: 520px) {
  .footer-nav>ul>li {
    width: 100%;
  }
}

.footer-nav>ul>li>a {
  display: block;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: .5em;
}

.footer-nav>ul>li>ul {
  list-style: none;
  padding-left: 0;
}

.footer-nav>ul>li>ul>li>a {
  display: block;
  color: gray;
  text-decoration: none;
  font-weight: 600;
  font-size: .9em;
  padding: .25em 0;
}

.footer-nav>ul>li>ul>li>a:hover,
.footer-nav>ul>li>ul>li>a:focus {
  text-decoration: underline;
}

.footer-seo {
  padding-bottom: 5vh;
  padding-top: 5vh;
  text-align: center;
  color: gray;
  font-size: .9em;
}

.footer-seo h1,
.footer-seo h2,
.footer-seo h3,
.footer-seo h4,
.footer-seo h5,
.footer-seo h6 {
  font-size: .9em;
  opacity: .5;
  color: inherit;
}

.footer-seo a {
  color: inherit;
  text-decoration: none;
  text-transform: none;
}

input[type=text],
input[type=email],
input[type=phone],
input[type=password],
select,
.booking--compact .booking-field--dropdown,
.booking-field--select,
.booking-field--date {
  display: inline-block;
  background-color: #fff;
  font: inherit;
  border: none;
  color: inherit;
  padding: .7em 1em .65em;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
          box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
  outline-offset: 1px;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  input[type=text],
  input[type=email],
  input[type=phone],
  input[type=password],
  select,
  .booking--compact .booking-field--dropdown,
  .booking-field--select,
  .booking-field--date {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}

select,
.booking--compact .booking-field--dropdown,
.booking-field--select,
.booking-field--date {
  background-position: center right 1em;
  background-repeat: no-repeat;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  select,
  .booking--compact .booking-field--dropdown,
  .booking-field--select,
  .booking-field--date {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11px' height='6px'%3E%3Cpath fill-rule='evenodd' fill='rgb%28232, 77, 51%29' d='M10.994,-0.002 L5.497,5.986 L-0.000,-0.002 '/%3E%3C/svg%3E");
    padding-right: 3em;
    cursor: pointer;
  }
}

.choices__list--dropdown {
  z-index: 2;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  input[type=checkbox] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .5em;
    border: 1px solid rgba(0,0,0,.2);
    background: center no-repeat;
    background-size: 60%;
    outline: none;
  }

  input[type=checkbox]:hover,
  input[type=checkbox]:focus {
    border-color: #f45038;
  }

  input[type=checkbox]:checked {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23f45038' d='M23.954 21.03l-9.184-9.095 9.092-9.174-2.832-2.807-9.09 9.179-9.176-9.088-2.81 2.81 9.186 9.105-9.095 9.184 2.81 2.81 9.112-9.192 9.18 9.1z'/%3E%3C/svg%3E");
    border-color: #f45038;
  }
}

.promo-bar {
  display: block;
  width: 100%;
  min-height: 40px;
  background-color: #004677;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 8px 1rem;
  line-height: 1.5;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.promo-bar strong {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .promo-bar {
    min-height: 56px;
    font-size: 14px;
  }
}

.elementor-shortcode .header-flags a {
  color: #fff;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .75em 1em;
  background-color: #09538a;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  color: #fff;
}

@supports (position: sticky) {
  .header {
    position: sticky;
  }
}

@media (max-width: 1280px) {
  .header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

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

.header-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo svg {
  width: 250px;
  height: 40px;
}

@media (max-width: 519px) {
  .header-logo {
    max-width: 170px;
  }
}

.header-flags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 2em;
  margin-left: 1em;
  text-transform: uppercase;
  font-size: .7em;
  margin-right: auto;
}

.header-flags-link {
  padding: .25em .6em .2em;
  border: 1px solid;
  background-color: #09538a;
}

.header-flags-link:not(.is-active) {
  display: none;
  border-top: none;
  margin-bottom: -1px;
}

.header-flags-link:not(.is-active):hover,
.header-flags-link:not(.is-active):focus {
  background-color: #3a75a1;
}

.header-flags-link.is-active:after {
  content: "\25BE";
  margin-left: .5em;
}

.header-flags:hover .header-flags-link:not(.is-active),
.header-flags:focus .header-flags-link:not(.is-active),
.header-flags:focus-within .header-flags-link:not(.is-active) {
  display: block;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .9em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  padding-left: 1em;
}

@media (max-width: 1280px) {
  .header-nav {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 1em;
    padding-left: 0;
  }

  .header:not(.is-active) .header-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.header-nav-link {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  padding: 0 1em;
  border-left: 1px solid rgba(255,255,255,.2);
}

.header-nav-link:hover,
.header-nav-link:focus {
  opacity: .75;
}

.header-nav-link:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .header-nav-link:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header-nav-link:last-child:before {
  display: block;
  content: "hop";
  background-color: #f45038;
  color: #fff;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: .7em;
  padding: .2em .4em .25em;
  position: relative;
  top: -0.35em;
}

@media (max-width: 767px) {
  .header-nav-link:last-child:before {
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: .5em;
  }
}

@media (max-width: 1280px) {
  .header-nav-link {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .header-nav-link {
    max-width: none;
    padding: 1em 0;
    margin: 0;
  }

  .header-nav-link br {
    display: none;
  }
}

.header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 2px solid;
  padding: .8em 1em;
  line-height: 1.3;
  font-size: .9em;
  margin-left: 1em;
  text-transform: uppercase;
}

@media (max-width: 1299px) {
  .header-phone {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .header-phone {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    width: calc(100% + 2rem);
    margin: 1em -1rem 0;
    border-left: 0;
    border-right: 0;
    background-color: rgba(255,255,255,.1);
  }

  .header.is-active .header-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-phone:hover,
.header-phone:focus {
  background-color: rgba(255,255,255,.1);
}

.header-phone svg {
  width: 1.8em;
  height: 1.8em;
}

@media (max-width: 767px) {
  .header-phone svg {
    font-size: .9em;
  }
}

.header-phone strong {
  display: block;
  white-space: nowrap;
  margin-left: 1rem;
}

@media (max-width: 767px) {
  .header-phone strong {
    font-size: 1.25em;
  }
}

.header-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 1em;
  color: inherit;
  cursor: pointer;
}

@media (min-width: 1281px) {
  .header-toggle {
    display: none;
  }
}

@media (max-width: 519px) {
  .header-toggle {
    font-size: .5em;
    margin-left: 2em;
  }
}

.header-toggle:hover,
.header-toggle:focus {
  background-color: rgba(255,255,255,.2);
}

.header-toggle .close {
  display: none;
}

.header.is-active .header-toggle .open {
  display: none;
}

.header.is-active .header-toggle .close {
  display: block;
}

.pagination {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .nav-links>* {
  color: #09538a;
  padding: .5em 1em;
  border: 2px solid rgba(9,83,138,.25);
  text-decoration: none;
  margin: .25em;
  font-weight: bold;
}

.pagination .nav-links>*.current,
.pagination .nav-links>*:hover,
.pagination .nav-links>*:focus {
  border-color: currentColor;
}

.pagination .nav-links>*.next,
.pagination .nav-links>*.prev {
  display: none;
}

.destinationsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.destinationsList-title {
  text-transform: uppercase;
  color: gray;
  font-weight: normal;
  padding: .5em 1em;
  font-size: .9em;
  text-decoration: none;
}

.has-tabs .destinationsList-title.is-active {
  color: #09538a;
  font-weight: bold;
}

@media (max-width: 520px) {
  .destinationsList-title {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
  }
}

.placesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -7%;
  margin-right: -7%;
}

@media (max-width: 520px) {
@supports (scroll-snap-type: mandatory) {
    .placesList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding-top: 1px;
      padding-bottom: 1px;
      margin-left: calc((1.5vw + 1.5vh)*-1);
      margin-right: calc((1.5vw + 1.5vh)*-1);
      overflow: auto;
      -webkit-scroll-snap-type: mandatory;
      -ms-scroll-snap-type: mandatory;
      scroll-snap-type: mandatory;
      -webkit-scroll-snap-destination: 0 100%;
      -ms-scroll-snap-destination: 0 100%;
      scroll-snap-destination: 0% 100%;
      -webkit-scroll-snap-points-x: repeat(100%);
      -ms-scroll-snap-points-x: repeat(100%);
      scroll-snap-points-x: repeat(100%);
    }

    .placesList:after {
      content: "";
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 5vw;
    }
}
}

.has-tabs .placesList:not(.is-active) {
  display: none;
}

.placeItem {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 340px;
          flex: 1 1 340px;
  margin: 1em;
  max-width: 30em;
  position: relative;
  color: #fff;
  text-decoration: none;
  background-color: #000;
}

.placeItem:hover .placeItem-img,
.placeItem:focus .placeItem-img {
  opacity: .5;
}

@media (max-width: 520px) {
  .placeItem {
    margin: 1em 0;
  }
}

@media (max-width: 520px) {
@supports (scroll-snap-type: mandatory) {
    .placeItem {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 85vw;
      max-width: none;
      margin: 0 0 0 5vw;
      scroll-snap-align: center;
    }
}
}

.placeItem-img {
  display: block;
  width: 100%;
  opacity: .9;
  -webkit-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.placeItem-hashtag {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  padding: 1em;
}

.placeItem-hashtag:before {
  content: "#";
  margin-right: .5em;
}

.placeItem-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em;
  text-align: center;
}

.placeItem-title {
  display: block;
  font-size: .9em;
}

.placeItem-price {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}

img[class*=wp-image] {
  margin: 0 0 1.5em 0;
}

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

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

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

.wysiwyg ul {
  list-style: outside url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10px' height='10px'%3E%3Cpath fill-rule='evenodd' fill='rgb%28232, 77, 51%29' d='M-0.000,0.000 L10.000,0.000 L10.000,10.000 L-0.000,10.000 L-0.000,0.000 Z'/%3E%3C/svg%3E");
  padding-left: 1em;
}

.wysiwyg ul li+li {
  margin-top: .5em;
}

.content-header-region h1 {
  color: #fff;
}

.regionSingle-bases {
  background-color: #f3f5f6;
  padding: 1px 0;
}

@media (min-width: 1301px) {
  .regionSingle-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1301px) {
  .regionSingle-aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 360px;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 1300px) {
  .regionSingle-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.regionSingle-aside h1,
.regionSingle-aside h2,
.regionSingle-aside h3,
.regionSingle-aside h4,
.regionSingle-aside h5,
.regionSingle-aside h6 {
  font-weight: normal;
}

.regionSingle-map {
  background-color: #fff;
  margin-top: 2em;
}

@media (min-width: 1301px) {
  .regionSingle-map {
    height: 300px;
    width: 100%;
    position: relative;
    margin-bottom: 2em;
  }
}

@media (max-width: 1300px) {
  .regionSingle-map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    float: left;
    margin-right: 2em;
  }
}

@media (max-width: 767px) {
  .regionSingle-map {
    display: none;
  }
}

.regionSingle-map .gmnoprint[title] {
  overflow: visible !important;
  opacity: 1 !important;
}

.regionSingle-map .gmnoprint[title]:hover:after {
  content: attr(title);
  width: auto;
  max-width: 8em;
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 1;
  margin-bottom: .5em;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f45038;
  border-radius: 3px;
  color: #fff;
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
  padding: .5em .8em;
  pointer-events: none;
}

.regionSingle-map .gmnoprint[title]:hover:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  height: .5em;
  margin-left: -1px;
  border-left: 2px solid #f45038;
  font-size: 1.15em;
}

.regionSingle-desc {
  overflow: hidden;
}

.regionSingle .advantagesList {
  margin-top: 2em;
}

.regionSingle .basesList {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

@media (min-width: 1301px) {
  .regionSingle .basesList {
    margin-top: 0;
  }
}

@media (max-width: 1300px) {
  .regionSingle .basesList {
    margin-left: calc((1.5vw + 1.5vh)*-1);
    margin-right: calc((1.5vw + 1.5vh)*-1);
  }
}

@media (max-width: 768px) {
  .regionSingle .basesList {
    padding-left: 0;
    padding-right: 0;
  }
}

.regionSingle-spots {
  position: relative;
  padding-top: 1px;
  padding-bottom: 5vh;
}

.regionSingle-activities {
  position: relative;
  padding-top: 1px;
}

.regionSingle-other {
  margin-top: 5vh;
}

@media (min-width: 769px) {
  .regionSingle-other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.regionSingle-other .heading {
  font-size: .75em;
  text-transform: uppercase;
  margin: 0 0 1em 0;
}

@media (min-width: 769px) {
  .regionSingle-other .heading {
    margin: 0 1em 0 0;
  }
}

.regionSingle-other .destinations {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20em;
          flex: 0 0 20em;
}

.spotsList .flickity-viewport {
  overflow: visible;
}

.spotsList .flickity-enabled .spotItem {
  width: 100%;
  max-width: 80vw;
  margin-bottom: 0;
}

.spotsList .flickity-enabled .spotItem:not(:last-child) {
  margin-right: 5vw;
}

.spotsList .flickity-enabled .spotItem:not(.is-selected) {
  opacity: .35;
  cursor: pointer;
}

.spotsList .flickity-enabled .spotItem:not(.is-selected):hover,
.spotsList .flickity-enabled .spotItem:not(.is-selected):focus {
  opacity: .65;
}

.spotsList .flickity-enabled .spotItem:not(.is-selected)>* {
  pointer-events: none;
}

.spotsList-tabs {
  margin: auto;
  position: relative;
  z-index: 0;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

@media (max-width: 520px) {
  .spotsList-tabs {
    margin-left: calc((1.5vw + 1.5vh)*-1);
    margin-right: calc((1.5vw + 1.5vh)*-1);
  }
}

.spotsList-tabs-item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  display: inline-block;
  width: 14em;
  padding: 3em 2em 0;
  margin-left: -0.1em;
  margin-right: -0.1em;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: .9em;
  line-height: 1.2;
  color: #09538a;
  position: relative;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

.spotsList-tabs-item:not(.is-selected):not(:hover):not(:focus) {
  color: rgba(9,83,138,.5);
}

.spotsList-tabs-item:before {
  content: "";
  position: absolute;
  top: .85em;
  left: 0;
  right: 0;
  border-bottom: 2px solid #09538a;
}

.spotsList-tabs-item:after {
  content: "";
  width: 1.7em;
  height: 1.7em;
  background-color: #09538a;
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.85em;
  border: 1px solid;
  -webkit-transition: -webkit-box-shadow 250ms;
  transition: -webkit-box-shadow 250ms;
  -o-transition: box-shadow 250ms;
  transition: box-shadow 250ms;
  transition: box-shadow 250ms, -webkit-box-shadow 250ms;
}

.spotsList-tabs-item.is-selected:after {
  -webkit-box-shadow: 0 0 0 .6em #fff inset,0 0 0 1em #09538a inset;
          box-shadow: 0 0 0 .6em #fff inset,0 0 0 1em #09538a inset;
}

@media (max-width: 520px) {
  .spotsList-tabs-item {
    width: 10em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.spotItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  text-decoration: none;
  color: inherit;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.15);
          box-shadow: 0 3px 10px rgba(0,0,0,.15);
  margin-bottom: 2em;
  height: auto;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

.spotItem:hover,
.spotItem:focus {
  -webkit-box-shadow: 0 5px 15px rgba(9,83,138,.25);
          box-shadow: 0 5px 15px rgba(9,83,138,.25);
}

@media (max-width: 767px) {
  .spotItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.spotItem-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .spotItem-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1300px) {
  .spotItem-img {
    width: 60%;
    -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
  }
}

@media (min-width: 769px)and (max-width: 1300px) {
  .spotItem-img {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.spotItem-img img {
  display: block;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.spotItem-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2em;
}

@media (min-width: 1300px) {
  .spotItem-content {
    width: 40%;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

@media (min-width: 769px)and (max-width: 1300px) {
  .spotItem-content {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media (max-width: 520px) {
  .spotItem-content {
    padding: 1em;
  }
}

.spotItem-count {
  display: block;
  opacity: .5;
  margin-bottom: 2em;
  font-size: 1em;
}

@media (max-width: 520px) {
  .spotItem-count {
    display: none;
  }
}

.spotItem-title {
  display: block;
  margin-bottom: 1em;
  color: #09538a;
  font-size: 2em;
  line-height: 1.2;
}

@media (max-width: 520px) {
  .spotItem-title {
    font-size: 1.25em;
  }
}

.spotItem-desc {
  display: block;
  margin-bottom: 2em;
}

@media (max-width: 520px) {
  .spotItem-desc {
    font-size: .9em;
  }
}

.spotItem-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

@media (max-width: 520px) {
  .spotItem-btns {
    display: none;
  }
}

.spotItem-btn {
  display: none;
  margin-right: .5em;
}

.flickity-enabled .spotItem-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.spotItem-btn svg {
  width: 1em;
  height: 1em;
  margin: auto;
}

.articleItem-title {
  background-color: #004677;
  opacity: .8;
}

.heading {
  text-align: center;
  color: #09538a;
  margin-top: 10vh;
  margin-bottom: 5vh;
  padding-top: 1%;
  font-size: 2rem;
  line-height: 1.2;
  overflow: hidden;
}

@media (max-width: 520px) {
  .heading {
    -ms-hyphens: auto;
        hyphens: auto;
  }
}

.heading>strong {
  display: block;
  font-size: 1.5em;
  line-height: 1;
}

@media (max-width: 520px) {
  .heading>strong {
    font-size: .75em;
  }
}

.heading>strong.dot:after {
  content: ".";
  color: #f45038;
}

.heading>strong+small {
  margin-top: .25em;
}

.heading>small {
  display: block;
  font-size: 1em;
  font-family: "Stint Ultra Condensed",serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: normal;
}

@media (max-width: 520px) {
  .heading>small {
    font-size: .6em;
  }
}

.error404-content {
  padding: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pageBoatsRanges-intro {
  background-color: #f3f5f6;
  padding-top: 10vh;
  padding-bottom: 10vh;
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {
  .pageBoatsRanges-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pageBoatsRanges-intro .waves {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-10%, 50%);
       -o-transform: translate(-10%, 50%);
          transform: translate(-10%, 50%);
  z-index: -1;
}

.pageBoatsRanges-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 40em;
}

@media (max-width: 767px) {
  .pageBoatsRanges-desc {
    margin-top: 5vh;
  }
}

.pageBoatsRanges-desc .boatRange {
  margin-right: .25em;
  margin-bottom: .4em;
}

.pageBoatsRanges-ranges {
  padding-top: 10vh;
  padding-bottom: 10vh;
  position: relative;
  z-index: 0;
}

.pageBoatsRanges-ranges .waves {
  top: 50%;
  right: 0;
  -webkit-transform: translate(10%, -50%);
       -o-transform: translate(10%, -50%);
          transform: translate(10%, -50%);
  z-index: -1;
}

.pageBoatsRanges-ranges-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pageBoatsRanges-ranges-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
  margin-bottom: 2em;
  position: relative;
}

@media (min-width: 768px) {
  .pageBoatsRanges-ranges-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 44%;
    margin: 3%;
    padding: 2em 3em;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
            box-shadow: 0 2px 10px rgba(0,0,0,.2);
  }
}

.pageBoatsRanges-ranges-item>* {
  max-width: 100%;
}

.pageBoatsRanges-ranges-item-img {
  display: inline-block;
  width: 100%;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .pageBoatsRanges-ranges-item-img {
    max-width: none;
    width: calc(100% + 6em);
    margin: -2em -3em 2em;
  }
}

.pageBoatsRanges-ranges-item-img img {
  display: block;
  width: 100%;
}

.pageBoatsRanges-ranges-item-range {
  margin-top: -3em;
  position: relative;
}

.pageBoatsRanges-ranges-item-range:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pageBoatsRanges-ranges-item-btn {
  max-width: 100%;
  display: inline-block;
  margin-top: auto;
}

.pageBoatsRanges-texts {
  background-color: #09538a;
  padding-top: 1px;
  padding-bottom: 10vh;
  position: relative;
  z-index: 0;
}

.pageBoatsRanges-texts:after {
  content: "";
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
}

.pageBoatsRanges-texts .waves {
  left: 0;
  top: 25%;
  -webkit-transform: translate(-10%, 50%);
       -o-transform: translate(-10%, 50%);
          transform: translate(-10%, 50%);
  z-index: -1;
}

.pageBoatsRanges-texts-heading {
  padding-left: 1em;
  padding-right: 1em;
  color: #fff !important;
}

.pageBoatsRanges-texts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pageBoatsRanges-texts-container>* {
  display: inline-block;
  max-width: 100%;
}

.pageBoatsRanges-texts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
  margin-bottom: 2em;
  padding: 1em 2em;
}

@media (min-width: 768px) {
  .pageBoatsRanges-texts-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 44%;
    margin: 3%;
    padding: 2em 3em;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
            box-shadow: 0 2px 10px rgba(0,0,0,.2);
  }
}

.pageBoatsRanges-texts-item>* {
  display: inline-block;
  max-width: 100%;
}

.pageBoatsRanges-content {
  max-width: 55em;
}

.pageFAQ {
  background-color: #f3f5f6;
  padding-top: 1px;
  padding-bottom: 5vh;
}

.pageFAQ-container {
  position: relative;
}

@media (min-width: 768px) {
  .pageFAQ-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.pageFAQ-stamp {
  position: absolute;
  width: 140px;
  height: 140px;
  top: 0;
  right: calc((1.5vw + 1.5vh)*2);
  margin-top: -70px;
}

@media (max-width: 520px) {
  .pageFAQ-stamp {
    display: none;
  }
}

.pageFAQ-summary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20em;
          flex: 0 0 20em;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
          box-shadow: 0 2px 10px rgba(0,0,0,.2);
  padding: 1.5em;
  background-color: #fff;
  margin-top: 2em;
  margin-bottom: 4em;
}

@media (min-width: 768px) {
  .pageFAQ-summary {
    margin-top: -100px;
    margin-bottom: 2em;
    position: sticky;
    top: 100px;
  }
}

.pageFAQ-summary-link {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: .5em;
}

.pageFAQ-summary-link:hover,
.pageFAQ-summary-link:focus {
  font-weight: bold;
}

.pageFAQ-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 768px) {
  .pageFAQ-content {
    padding: 2em;
  }
}

.pageFAQ-category {
  counter-reset: category;
}

.pageFAQ-category:not(:last-child) {
  margin-bottom: 4em;
}

.pageFAQ-category-title {
  font-family: "Stint Ultra Condensed",serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: normal;
  font-size: 2em;
  padding-bottom: .5em;
  margin-bottom: 1em;
  border-bottom: 1px solid;
}

.pageFAQ-questions span {
  display: block;
  margin-bottom: 1em;
}

.pageFAQ-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
          box-shadow: 0 2px 10px rgba(0,0,0,.2);
  font-weight: bold;
  counter-increment: category;
  background-color: #fff;
  padding: 1em;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 250ms;
  transition: -webkit-box-shadow 250ms;
  -o-transition: box-shadow 250ms;
  transition: box-shadow 250ms;
  transition: box-shadow 250ms, -webkit-box-shadow 250ms;
}

:focus~.pageFAQ-question,
.pageFAQ-question:hover {
  -webkit-box-shadow: 0 2px 10px rgba(9,83,138,.5);
          box-shadow: 0 2px 10px rgba(9,83,138,.5);
}

.pageFAQ-question:before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: counter(category);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 999px;
  background-color: #09538a;
  color: #fff;
  font-weight: bold;
  margin-right: .75em;
  width: 2em;
  height: 2em;
}

.pageFAQ-toggle:checked+.pageFAQ-question {
  outline: 1px solid #09538a;
}

.pageFAQ-toggle {
  position: absolute;
  z-index: -1;
}

.pageFAQ-answer {
  display: none;
  padding: 1em 0;
  margin: 1em 0;
}

:checked~.pageFAQ-answer {
  display: block;
}

.home-discounts {
  position: relative;
  margin-top: -100px;
}

.home-discounts .waves {
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home-destinations {
  background-color: #f3f5f6;
  margin-top: 10vh;
  padding-top: 1px;
  padding-bottom: 10vh;
}

@media (max-width: 767px) {
  .home-destinations {
    margin-top: 3vh;
  }

  .home-destinations .heading {
    margin-top: 3vh;
  }
}

.home-destinations .placesList {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}

.home-boats {
  position: relative;
  --gutter: 5em;
}

@media (max-width: 1024px) {
  .home-boats {
    --gutter: 3em;
  }
}

@media (min-width: 521px)and (max-width: 768px) {
  .home-boats {
    padding: 0;
  }
}

.home-boats .waves {
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
       -o-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.home-boats-list {
  border: 2.5em solid #f45038;
  border: calc(var(--gutter)/2) solid #f45038;
  padding: 5em;
  padding: var(--gutter);
  padding-top: 0;
}

@media (max-width: 768px) {
  .home-boats-list {
    padding: 0;
    border: none;
  }
}

.home-boats-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5em;
  height: var(--gutter);
  margin-left: 50%;
}

@media (max-width: 1024px) {
  .home-boats-tabs {
    margin-left: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .home-boats-tabs {
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2em;
  }
}

.home-boats-tabs-item {
  background-color: rgba(0,0,0,0);
  outline: none !important;
}

@media (max-width: 768px) {
  .home-boats-tabs-item {
    margin-right: 1px;
  }
}

@media (min-width: 769px) {
  .home-boats-tabs-item:hover,
  .home-boats-tabs-item:focus {
    background-color: rgba(0,0,0,.05);
  }
}

@media (max-width: 768px) {
  .home-boats-tabs-item:hover,
  .home-boats-tabs-item:focus {
    opacity: 1 !important;
  }
}

@media (min-width: 769px) {
  .has-tabs .home-boats-tabs-item.is-active {
    color: #fff;
    position: relative;
    z-index: 0;
  }

  .has-tabs .home-boats-tabs-item.is-active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: -2.5em;
    top: calc(var(--gutter)/-2);
    z-index: -1;
    background-color: #3a3838;
  }
}

@media (max-width: 768px) {
  .has-tabs .home-boats-tabs-item:not(.is-active) {
    opacity: .5;
  }
}

@media (max-width: 768px) {
  .home-boats-tabs-item {
    color: #fff !important;
  }
}

@media (max-width: 520px) {
  .home-boats-tabs-item {
    font-size: .8em;
  }
}

.home-boats-tabs-item--premium,
.home-boats-tabs-item--premium-en,
.home-boats-tabs-item--premium-de {
  color: #09538a;
}

@media (max-width: 768px) {
  .home-boats-tabs-item--premium,
  .home-boats-tabs-item--premium-en,
  .home-boats-tabs-item--premium-de {
    background-color: #3a3838;
  }
}

.home-boats-tabs-item--classic,
.home-boats-tabs-item--classic-en,
.home-boats-tabs-item--classic-de {
  color: #09538a;
  font-weight: bold;
}

@media (max-width: 768px) {
  .home-boats-tabs-item--classic,
  .home-boats-tabs-item--classic-en,
  .home-boats-tabs-item--classic-de {
    background-color: #59bacf;
  }
}

.home-boats-tabs-item--budget,
.home-boats-tabs-item--budget-en,
.home-boats-tabs-item--budget-de,
.home-boats-tabs-item--lowcost,
.home-boats-tabs-item--lowcost-en,
.home-boats-tabs-item--lowcost-de {
  color: #59bacf;
  font-weight: bold;
  font-style: italic;
}

@media (max-width: 768px) {
  .home-boats-tabs-item--budget,
  .home-boats-tabs-item--budget-en,
  .home-boats-tabs-item--budget-de,
  .home-boats-tabs-item--lowcost,
  .home-boats-tabs-item--lowcost-en,
  .home-boats-tabs-item--lowcost-de {
    background-color: #4cc7bd;
  }
}

.home-boats-tabs-item--access,
.home-boats-tabs-item--access-en,
.home-boats-tabs-item--access-de {
  font-style: italic;
  color: #59bacf;
}

.home-boats-tabs-item--access:before,
.home-boats-tabs-item--access-en:before,
.home-boats-tabs-item--access-de:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: no-repeat center url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAgCAYAAAAMq2gFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTQ1MmJiMS02NTk0LTQ5NWQtYTc4Yi1iNGM1OGEwNzc4ZjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDcxREMzRTZGRDA4MTFFN0ExQkNGMzIzODQyNDg3NjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDcxREMzRTVGRDA4MTFFN0ExQkNGMzIzODQyNDg3NjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxZjQ1ZDk4YS01YWNjLTRhNWEtOTE1OS01ZjAyYTY1YzAyMTMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5ZmQ0MDk4Zi0zNjg0LTExN2ItODI3Yy05MjIzYTgxOWQ2NjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4p7VNkAAAHMUlEQVR42qRXW29cVxXe55x9zsw5M8cz4/HM2B5f4ksSpyGFojQRTkCQpuqFoDzQUoR4AsE7PwTxwgMSEkW8QQMCIVSaSmlJ2hKnrnNr7aRxHXfs8dhz5n4/t7359mRGSoKDrbClJY/27Nlrr29961vLEuecPGndrJZTv1q9e+pCPnc+parzuqzEsJ1pM/+vO6574bXkyPIvZg+Tr0ZiZK9Fd9ts+R7ZarfJSr0aqnvuuCHLSYVIwd75ECwBE7cHYC6MPZWjLJz8KZshl6ydkbLnno0q9HkqS6He+TTs67BbsDVYCWbv5UjebbPiOuRK0YKjbSPndEYNRYnTXkT4QYhxPtJkzHQZQyic7GfJe3zfEAHCeP+wJEnE4bxBPLfQ8L2Sz7i7H0e7QhdVNfLNeILgxRagu9zwvDSgOyp8eT7LpbTA+3NG+N6JWNyO4OxTO0rrOnkjPUFmQiHrrezGv65USuNRQqdEQBXf++cxc+Avr6fHvzgejZNRnH1q6AyFktmwSebjiapJ1RuW6y7ZnLV9wt2y799MaMFrZxLDeXFGnP2/c1RxXFJ1XY/4XsvjnOGwAlNFZP+r/vYNXX/FNI2ciic4CrRYdOzatuvEQ7I8V3Tt+Q+K1hYiauGYwkXpMVZFvpoCyt2i3PNlKFjyUdF67veZ+7/+RyE/H6H0eloLfjym65thhQpWGg7z1xu+v3gyFr/3g/QEOwhI9xWRx5mSabXCcGJEVJUGFCUlE2mbSlINKjFbcp2htU7LajEmIgo3mb9EHCcP9Vj73nCa98thT0d1zwv+Obtx6EoxPwv4dOQntd5ulYeo+jmV5BlOeAJqETYV7uF4sOHLVp5zE4+Sopq6d476Gne1VJh4O5979b1C/hjSX9SoWh9TtbypKBtQhRkmSUFN6ipFdyGSwwjhNBDIAuYVJ8pqj+dKflzj/giN+11mbRoJPxsLBk8RWRGSUwAaTYFq997HXytLI4jw5fvt1tnfrq9FxR3iridG1Pb9yGK5dBSRnIsZ+jeOhsLtSd1Y9zm/sdpsGFuObaqSfE+RyKQgUi8XDBEZQVk+knfsc9er5cwAVS8iV2V85+zqCPiOAOcfEUU5V/aYAifLPzsw8yGk6JNfrt6NLFbLBqFqGBS3emgIRw4IciAmqccCsvwMUegruKOGu/6N7/KPOOrlRl6sFCeB84tUoWMgQC5Ktbefj8VvAGvr01qlqEiSalJaDMjK6MOO8JtnABvdtN05kypnQKYicnXHi/H8uG4QVZYfOAKeEvqPiv6TgIgGU5Talue9g0J9b6vTbs6GTHJ+dJydjic3kI+CRKRADzqxGBrkBnJjXq9VoolAMPVluzn3m/UvtEyrTX56YJrEtcADR1XXUa+Vi5FLxfzIqG6EQ4pSDvj+h4hqoe66XZynjLCwRq91PLLGdKOES1VoYRRK/8OM3Tlm1TonkLvChKE3jpiRTteRIksUVQ6BViOgrQq1qKM3V/Hkjug/ey0k334tPb6ES4ffym6e+bzTGkZkLwGdJtR/2aTbuT4ZeK/3d2A+nIgaGZUlKYYEV3ar9IcXcsCmQ+FCmNLL71vWgs34SylNmUd0AbSYFSjIdtcRuqSDbrmDrrnlqGpHxzCC2jmpStJttImrgi/7UWggsYM/H+GhM7DJgCS9gPo6JRSk6wiq66Nbtqqee7/gOHfzrpNA0k/jc+GDYr5zIja0BPZ0BHvEErPCRrtFSo4tijUEcqSwnVxt1mMo9B1Tlq+h3RvgyWivwDl9uKNO6Ib1Zmbt1meN2hFgPA72nAF7NpHoLNjzpWCPWDUo+oXsBrlczBPQfQx0P4/tV5sok1yncxFStVL3/XiZ81Xs34E9gK7fUYeDem7Hti/6nAyUPeeV5U5ztm2738UEpCDRn4E9BSFDoLP0Tj5HBUuJqj6rSfI5h7HnkFMrJit/mwrqC8cHjBIeIea9ZVjuEWVAMqtvjE0spAIaezOzLt+u1V7WA+rxqucdBJvKYE9NBIQClcCogbQeAlmkOJI/aHHXQ1+6WnSce18Lmyuvp8cyeFi3GYi5j2LslSH7xGNcSgZ1T8D3/fTEpbLrySCDU/Hc41nbPnSj1Rjxek0SJUASVCVwQuCklNS0pZOR6B1Nlt+FKix/K54sv5gcKfeh7koQZmtqM1/GAfrtoaT386nZjqiLn0xOL8yFw8U/bKx/vNhszDPODkMMxCQUQKI9y/dqjseWievePGyEPsFUtDlnDmzhwaVBOMAdj6o3BngFU6cMalOot4wWzZ6NxBwUsAWWWTZja5Oqtv4V0zw4qAamBcK9mivhgZ/igbcRwTIiIA9H8F8zw/S7f9eRfMnljGIwJFO64Q2oqo9O6ovR+Fa9GpwLmeEfj0/qh8ID/UG/K6aAvI4Iaoig2RfPJ05B+FekN+pSjkqWUMkKKlnoDrU59zE/tL8zmGycHBwC/UPkadd/BBgA5+SvnK3+DHIAAAAASUVORK5CYII=");
  background-size: contain;
  margin-right: .35em;
}

.home-boats-tabs-item--access.is-active:before,
.home-boats-tabs-item--access-en.is-active:before,
.home-boats-tabs-item--access-de.is-active:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAQCAYAAADNo/U5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTQ1MmJiMS02NTk0LTQ5NWQtYTc4Yi1iNGM1OGEwNzc4ZjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0UyMjNFMDFGRDAxMTFFN0ExQkNGMzIzODQyNDg3NjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0UyMjNFMDBGRDAxMTFFN0ExQkNGMzIzODQyNDg3NjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1N2RmNmI0Mi05M2NlLTQ5MzItODJlOC00YzYwYzA2NTFmNTYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5ZmQ0MDk4Zi0zNjg0LTExN2ItODI3Yy05MjIzYTgxOWQ2NjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5SkfKOAAABCUlEQVR42mL4//8/AxquBOKXQLwKiNmwyDOgC3D/RwX2xGhiAeLjUA0vgFiGGE0gbAXV5IRNAy5NAlBNrrg0MYJ1YoI3QPwMiM8C8T8grgHi5zBJdE3FQCwExFJAnADE34AYpMANiI/BVSFZawJ1VjEQ10PZf4H4DxBfBWIubM77DMQvgFgViDWBOBKIBYCYCYizgXgREMcj26QLNdkFh+dnQuVZkUPPGyqoiCvEoPKLgdgBJiAKFZyKR1MfLJkgC86DimUhiYGcUwTE/4A4AoinA7EHumlLkNLdCyT2FiAWRE4RHEDMj6QxEIjXAfFJIJ4LxEbYUgQnMBBZgfgvNPZB+CcDHgAQYAD2mhhyiiIhDAAAAABJRU5ErkJggg==");
}

@media (max-width: 768px) {
  .home-boats-tabs-item--access,
  .home-boats-tabs-item--access-en,
  .home-boats-tabs-item--access-de {
    background-color: #09538a;
  }

  .home-boats-tabs-item--access:before,
  .home-boats-tabs-item--access-en:before,
  .home-boats-tabs-item--access-de:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAQCAYAAADNo/U5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTQ1MmJiMS02NTk0LTQ5NWQtYTc4Yi1iNGM1OGEwNzc4ZjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0UyMjNFMDFGRDAxMTFFN0ExQkNGMzIzODQyNDg3NjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0UyMjNFMDBGRDAxMTFFN0ExQkNGMzIzODQyNDg3NjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1N2RmNmI0Mi05M2NlLTQ5MzItODJlOC00YzYwYzA2NTFmNTYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5ZmQ0MDk4Zi0zNjg0LTExN2ItODI3Yy05MjIzYTgxOWQ2NjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5SkfKOAAABCUlEQVR42mL4//8/AxquBOKXQLwKiNmwyDOgC3D/RwX2xGhiAeLjUA0vgFiGGE0gbAXV5IRNAy5NAlBNrrg0MYJ1YoI3QPwMiM8C8T8grgHi5zBJdE3FQCwExFJAnADE34AYpMANiI/BVSFZawJ1VjEQ10PZf4H4DxBfBWIubM77DMQvgFgViDWBOBKIBYCYCYizgXgREMcj26QLNdkFh+dnQuVZkUPPGyqoiCvEoPKLgdgBJiAKFZyKR1MfLJkgC86DimUhiYGcUwTE/4A4AoinA7EHumlLkNLdCyT2FiAWRE4RHEDMj6QxEIjXAfFJIJ4LxEbYUgQnMBBZgfgvNPZB+CcDHgAQYAD2mhhyiiIhDAAAAABJRU5ErkJggg==");
  }
}

@media (min-width: 521px) {
  .home-boats-panels {
    background-color: #616060;
  }
}

.home-boats-panel {
  margin: 0;
}

@media (min-width: 521px) {
  .home-boats-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 50%;
    position: relative;
    background-color: #616060;
    z-index: 0;
  }

@supports (display: grid) {
    .home-boats-panel {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
}

  .home-boats-panel:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    z-index: -1;
    width: 100%;
    background: url(../images/logo-white.svg) no-repeat center;
    background-size: 80% auto;
    opacity: .5;
  }
}

@media (max-width: 1024px) {
  .home-boats-panel {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 520px) {
@supports (scroll-snap-type: mandatory) {
    .home-boats-panel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding-top: 1px;
      padding-bottom: 1px;
      margin-left: calc((1.5vw + 1.5vh)*-1);
      margin-right: calc((1.5vw + 1.5vh)*-1);
      overflow: auto;
      -webkit-scroll-snap-type: mandatory;
      -ms-scroll-snap-type: mandatory;
      scroll-snap-type: mandatory;
      -webkit-scroll-snap-destination: 0 100%;
      -ms-scroll-snap-destination: 0 100%;
      scroll-snap-destination: 0% 100%;
      -webkit-scroll-snap-points-x: repeat(100%);
      -ms-scroll-snap-points-x: repeat(100%);
      scroll-snap-points-x: repeat(100%);
    }

    .home-boats-panel:after {
      content: "";
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 5vw;
    }
}
}

.has-tabs .home-boats-panel:not(.is-active) {
  display: none;
}

@media (min-width: 521px) {
  .home-boats-panel:not(:hover) .home-boats-panel-item:not(:first-child),
  .home-boats-panel:hover .home-boats-panel-item:not(:hover) {
    opacity: .5;
  }

  .home-boats-panel:not(:hover) .home-boats-panel-item:not(:first-child) .home-boats-panel-item-pic,
  .home-boats-panel:hover .home-boats-panel-item:not(:hover) .home-boats-panel-item-pic {
    opacity: 0;
  }
}

.home-boats-panel-item {
  display: inline-block;
  width: 50%;
  padding: 2em;
  font-size: .9em;
  text-decoration: none;
}

@supports (display: grid) {
  .home-boats-panel-item {
    width: unset;
  }
}

@media (min-width: 521px) {
  .home-boats-panel-item {
    color: #fff;
    background-color: #3a3838;
  }
}

@media (max-width: 520px) {
  .home-boats-panel-item {
    display: block;
    padding: 0;
    border: 1px solid rgba(0,0,0,.1);
    margin-bottom: 1em;
    color: #000;
    position: relative;
  }
}

@media (max-width: 520px)and (max-width: 520px) {
@supports (scroll-snap-type: mandatory) {
    .home-boats-panel-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 85vw;
      max-width: none;
      margin: 0 0 0 5vw;
      scroll-snap-align: center;
    }
}
}

.home-boats-panel-item-pic {
  display: block;
  padding-bottom: 50%;
  background: center no-repeat;
  background-size: cover;
}

@media (min-width: 521px) {
  .home-boats-panel-item-pic {
    padding-bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    pointer-events: none;
  }
}

.home-boats-panel-item-cat {
  display: block;
  font-size: 1em;
  position: absolute;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media (min-width: 521px) {
  .home-boats-panel-item-cat {
    display: none;
  }
}

@supports (scroll-snap-type: mandatory) {
  .home-boats-panel-item-cat {
    display: none;
  }
}

.home-boats-panel-item-title {
  display: block;
  margin-bottom: 1em;
  font-size: 1.15em;
}

@media (max-width: 520px) {
  .home-boats-panel-item-title {
    margin: 1em;
    color: #f45038;
  }
}

.home-boats-panel-item-carac {
  display: block;
  margin-bottom: .25em;
  padding-left: 1em;
  line-height: 1.2;
}

.home-boats-panel-item-carac:before {
  position: absolute;
  margin-left: -1.4em;
  content: "^";
  font-family: monospace;
  margin-right: .75em;
  -webkit-transform: rotate(90deg) scale(1.5);
       -o-transform: rotate(90deg) scale(1.5);
          transform: rotate(90deg) scale(1.5);
}

@media (max-width: 520px) {
  .home-boats-panel-item-carac {
    margin: 1em;
    margin-top: -0.5em;
  }
}

@media (max-width: 520px) {
  .home-boats-panel-link {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .home-boats-panel-link {
    grid-column: span 2;
  }
}

.page-template-page-booking .content {
  min-height: 80vh;
}

.pageBooking {
  padding-top: 10em;
}

@supports (position: sticky) {
  .pageBooking {
    padding-top: 5vh;
  }
}

@media (min-width: 1024px) {
  .pageBooking-top,
  .pageBooking-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pageBooking-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2.5vh;
}

.pageBooking-title {
  font-size: .9em !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 1023px) {
  .pageBooking-title {
    text-align: left !important;
  }
}

@media (min-width: 1024px) {
  .pageBooking-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20rem;
    padding: 1em;
  }
}

@media (max-width: 520px) {
  .pageBooking-title {
    margin: 0 0 1em !important;
  }
}

.pageBooking-step {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.pageBooking-breadcrumb {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1024px) {
  .pageBooking-breadcrumb {
    padding-left: 2em;
  }
}

@media (max-width: 767px) {
  .pageBooking-breadcrumb {
    font-size: .9em;
  }
}

@media (max-width: 520px) {
  .pageBooking-breadcrumb {
    display: block;
  }
}

.pageBooking-breadcrumb-item {
  --color: $blue;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-decoration: none;
  text-align: center;
  padding: .75em 1em;
  outline: none;
  color: #09538a;
  cursor: pointer;
}

.pageBooking-breadcrumb-item+.pageBooking-breadcrumb-item {
  border-left: none;
  padding-left: 2em;
}

.pageBooking-breadcrumb-item:hover,
.pageBooking-breadcrumb-item:focus {
  --color: mix($blue,white,80);
}

@media (min-width: 768px) {
  .pageBooking-breadcrumb-item {
    border: 1px solid #09538a;
    position: relative;
    background-color: #09538a;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .pageBooking-breadcrumb-item>span {
    display: none;
  }

  input:nth-of-type(1):checked~.pageBooking-top .pageBooking-breadcrumb-item:nth-of-type(1) {
    font-weight: bold;
  }

  input:nth-of-type(2):checked~.pageBooking-top .pageBooking-breadcrumb-item:nth-of-type(2) {
    font-weight: bold;
  }

  input:nth-of-type(3):checked~.pageBooking-top .pageBooking-breadcrumb-item:nth-of-type(3) {
    font-weight: bold;
  }
}

@media (max-width: 520px) {
  .pageBooking-breadcrumb-item {
    display: inline-block;
    padding: 0 !important;
    margin-right: 1em;
    margin-bottom: .5em;
  }
}

@media (min-width: 768px) {
  .pageBooking-breadcrumb-item:not(:last-child):before,
  .pageBooking-breadcrumb-item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    border: 1.5em solid rgba(0,0,0,0);
    margin-top: -1px;
    border-left-color: #09538a;
    pointer-events: none;
  }

  .pageBooking-breadcrumb-item:not(:last-child):after {
    border-left-color: #09538a;
    margin-left: -1px;
  }

  input:nth-of-type(1):checked~.pageBooking-top .pageBooking-breadcrumb-item:nth-of-type(1)~* {
    background-color: #fff;
    color: #09538a;
  }

  input:nth-of-type(1):checked~.pageBooking-top .pageBooking-breadcrumb-item:nth-of-type(1)~*:after {
    border-left-color: #fff;
  }

  input:nth-of-type(2):checked~.pageBooking-top .pageBooking-breadcrumb-item:nth-of-type(2)~* {
    background-color: #fff;
    color: #09538a;
  }

  input:nth-of-type(2):checked~.pageBooking-top .pageBooking-breadcrumb-item:nth-of-type(2)~*:after {
    border-left-color: #fff;
  }

  input:nth-of-type(3):checked~.pageBooking-top .pageBooking-breadcrumb-item:nth-of-type(3)~* {
    background-color: #fff;
    color: #09538a;
  }

  input:nth-of-type(3):checked~.pageBooking-top .pageBooking-breadcrumb-item:nth-of-type(3)~*:after {
    border-left-color: #fff;
  }
}

@media (min-width: 1024px) {
  .pageBooking-booking {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20rem;
  }
}

.pageBooking-section {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

@media (max-width: 1023px) {
  .pageBooking-section {
    padding-top: 2em;
  }
}

@media (min-width: 1024px) {
  .pageBooking-section {
    padding-left: 2em;
  }
}

.pageBooking input:nth-of-type(1):checked~.pageBooking-main .pageBooking-section:nth-of-type(1) {
  display: block;
}

.pageBooking input:nth-of-type(2):checked~.pageBooking-main .pageBooking-section:nth-of-type(2) {
  display: block;
}

.pageBooking input:nth-of-type(3):checked~.pageBooking-main .pageBooking-section:nth-of-type(3) {
  display: block;
}

.pageBooking-boats-list {
  display: block;
  padding: 0;
}

.pageBooking-options {
  padding-bottom: 5vh;
  padding-bottom: 5vh;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

@media (min-width: 521px) {
  .pageBooking-options-list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}

@media (min-width: 1025px) {
  .pageBooking-options-list {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}

.pageBooking-options-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

@media (min-width: 521px) {
  .pageBooking-options-item {
    display: inline-block;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
  }
}

.pageBooking-options-item>input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: .1em;
}

.pageBooking-options-item>input:checked+*,
.pageBooking-options-item>input:checked+* * {
  color: #f45038;
}

@media (min-width: 521px) {
  .pageBooking-options-item>input {
    float: left;
  }
}

.pageBooking-options-item>label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  cursor: pointer;
}

@media (min-width: 521px) {
  .pageBooking-options-item>label {
    display: block;
    padding-left: 1.5em;
  }
}

.pageBooking-options-item>label>strong {
  color: #09538a;
}

.pageBooking-options-item>label>strong:before {
  content: " - ";
}

.pageBooking-options-discount,
.pageBooking-options-total,
.pageBooking-options-cgv {
  text-align: right;
}

.pageBooking-options-discount,
.pageBooking-options-submit {
  margin-top: 5vh;
  padding-top: 5vh;
  border-top: 1px solid rgba(0,0,0,.1);
}

.pageBooking-options-total>span {
  text-transform: uppercase;
  font-weight: bold;
  color: #09538a;
}

.pageBooking-options-total>strong {
  font-size: 1.5em;
  margin-left: 1em;
}

.pageBooking-options-cgv {
  font-size: .9em;
}

.pageBooking-options-cgv a {
  color: inherit;
  font-weight: bold;
  font-style: italic;
}

.pageBooking-options-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pageBooking-pay-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  color: inherit;
  text-transform: uppercase;
  margin-top: 0;
}

.pageBooking-pay-fieldset {
  background: rgba(0,0,0,.05);
  border: 1px solid rgba(0,0,0,.1);
  padding: 2em;
}

.pageBooking-pay-coords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5vh;
}

.pageBooking-pay-coords-input {
  width: 100%;
  margin-bottom: 1em;
}

@media (min-width: 521px) {
  .pageBooking-pay-coords-input {
    width: calc(50% - 1em);
  }

  .pageBooking-pay-coords-input[name=cp] {
    width: 5em;
    margin-left: 2em;
    margin-right: 1em;
  }

  .pageBooking-pay-coords-input[name=city] {
    width: calc(50% - 7em);
  }
}

.pageBooking-pay-choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5vh;
}

.pageBooking-pay-choices input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.pageBooking-pay-choices-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .75em 2em;
  font-size: .9em;
  line-height: 1.2;
  text-align: center;
  background-color: rgba(0,0,0,.2);
  border: 1px solid rgba(0,0,0,.1);
  cursor: pointer;
}

@media (max-width: 520px) {
  .pageBooking-pay-choices-tab {
    margin: .25em;
  }
}

@media (min-width: 521px) {
  .pageBooking-pay-choices-tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16%;
    border-bottom: none;
  }
}

input[type=radio]:checked:nth-of-type(1)~.pageBooking-pay-choices-tab:nth-of-type(1) {
  background-color: rgba(0,0,0,.05);
}

input[type=radio]:checked:nth-of-type(2)~.pageBooking-pay-choices-tab:nth-of-type(2) {
  background-color: rgba(0,0,0,.05);
}

input[type=radio]:checked:nth-of-type(3)~.pageBooking-pay-choices-tab:nth-of-type(3) {
  background-color: rgba(0,0,0,.05);
}

input[type=radio]:checked:nth-of-type(4)~.pageBooking-pay-choices-tab:nth-of-type(4) {
  background-color: rgba(0,0,0,.05);
}

input[type=radio]:checked:nth-of-type(5)~.pageBooking-pay-choices-tab:nth-of-type(5) {
  background-color: rgba(0,0,0,.05);
}

.pageBooking-pay-choices-panel {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media (max-width: 520px) {
  .pageBooking-pay-choices-panel {
    width: calc(100% - .5em);
    margin: .25em;
  }
}

@media (min-width: 521px) {
  .pageBooking-pay-choices-panel {
    border-top: none;
  }
}

input[type=radio]:checked:nth-of-type(1)~.pageBooking-pay-choices-panel:nth-of-type(1) {
  display: block;
}

input[type=radio]:checked:nth-of-type(2)~.pageBooking-pay-choices-panel:nth-of-type(2) {
  display: block;
}

input[type=radio]:checked:nth-of-type(3)~.pageBooking-pay-choices-panel:nth-of-type(3) {
  display: block;
}

input[type=radio]:checked:nth-of-type(4)~.pageBooking-pay-choices-panel:nth-of-type(4) {
  display: block;
}

input[type=radio]:checked:nth-of-type(5)~.pageBooking-pay-choices-panel:nth-of-type(5) {
  display: block;
}

.pageBooking-pay-description {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

.pageBooking-sort {
  font-size: .9em;
  margin-bottom: 1em;
}

.pageBooking-sort label {
  display: inline-block;
  font-weight: bold;
  opacity: .75;
  margin-right: .5em;
}

#pageBooking-error {
  width: 100%;
  background-color: #ffe5e5;
  color: red;
  padding: 16px;
  border: 1px solid red;
  border-radius: 8px;
}

#pageBooking-success {
  width: 100%;
  background-color: #b5ffd6;
  color: green;
  padding: 16px;
  border: 1px solid green;
  border-radius: 8px;
}

.pageRange {
  background-color: #f3f5f6;
  padding-top: 1px;
}

@media (min-width: 768px) {
  .pageRange-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pageRange-container .waves {
  right: 0;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(10%, -50%);
       -o-transform: translate(10%, -50%);
          transform: translate(10%, -50%);
}

.pageRange-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25em;
          flex: 0 1 25em;
}

@media (min-width: 768px) {
  .pageRange-sidebar {
    margin-top: 20px;
  }
}

.pageRange-sidebar .boatsForm {
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .pageRange-sidebar .boatsForm {
    margin-top: 2em;
  }
}

@media (max-width: 767px) {
  .pageRange-desc {
    display: none;
  }
}

.pageRange .boatsList .boatRange {
  font-size: .9em;
  padding: .7em;
  margin: 1.1em;
}

.pageRange-characteristics {
  background-color: #09538a;
  padding-top: 1px;
  padding-bottom: 10vh;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.pageRange-characteristics .waves:first-child {
  left: 0;
  top: 10%;
  z-index: -1;
  -webkit-transform: translate(-10%, -50%);
       -o-transform: translate(-10%, -50%);
          transform: translate(-10%, -50%);
}

.pageRange-characteristics .waves:last-child {
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform: translate(10%, 50%);
       -o-transform: translate(10%, 50%);
          transform: translate(10%, 50%);
}

.pageRange-characteristics-heading {
  padding-left: 1em;
  padding-right: 1em;
  color: #fff !important;
}

@media (min-width: 768px) {
  .pageRange-characteristics-container {
    -webkit-columns: auto 2;
       -moz-columns: auto 2;
            columns: auto 2;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}

.pageRange-characteristics-item {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  margin-bottom: 2em;
  padding: 1em 2em;
}

@media (min-width: 768px) {
  .pageRange-characteristics-item {
    padding: 2em 3em;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
            box-shadow: 0 2px 10px rgba(0,0,0,.2);
  }
}

.pageRange-characteristics-item h1,
.pageRange-characteristics-item h2,
.pageRange-characteristics-item h3,
.pageRange-characteristics-item h4,
.pageRange-characteristics-item h5,
.pageRange-characteristics-item h6 {
  text-transform: uppercase;
}

.pageSitemap {
  padding-top: 10vh;
}

.pageSitemap-list {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}

@media (max-width: 767px) {
  .pageSitemap-list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

@media (max-width: 519px) {
  .pageSitemap-list {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

.pageSitemap-list>section {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  padding-left: 1em;
  padding-right: 1em;
}

.pageSitemap-list>section>ul {
  list-style: outside square;
  padding-left: 0;
}

hr {
  background-color: #fff;
  padding: 0;
  margin: 80px;
}

.header-nav-link.menu-item-type-custom.menu-item-object-custom.menu-item-43888,
.header-nav-link.menu-item-type-custom.menu-item-object-custom.current-header-nav-link.menu-item-43890,
.header-nav-link.menu-item-type-custom.menu-item-object-custom.current-header-nav-link.menu-item-43891 {
  background-color: #f45038 !important;
  padding: .5em 1em !important;
}

:lang(de) .destinations .choices__list:empty:before {
  content: "Ihr Fahrgebiet";
}

.boatRange--simply,
.boatRange--simply-de,
.boatRange--simply-en {
  font-weight: 700;
  background-color: #e8ac19;
}

.boatRange--electric,
.boatRange--electric-de,
.boatRange--electric-en {
  font-weight: 700;
  background-color: #49b48e;
}

.boatRange--cosy,
.boatRange--cosy-de,
.boatRange--cosy-en {
  font-weight: 700;
  background-color: #d35699;
}

.boatRange--journee,
.boatRange--journee-de,
.boatRange--journee-en {
  font-weight: 700;
  background-color: #3b2822;
}

#CONSTANT_OPEN_URL {
  color: #fff !important;
}

#cookie_action_close_header_reject {
  background-color: rgba(224,48,17,0) !important;
  color: #fff !important;
}

#cntdwn {
  background-color: inherit !important;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 230px;
  font-size: 25px;
  z-index: 2;
  text-shadow: 2px 2px 4px #000;
}

.timer>#cntdwn {
  color: #f45038 !important;
  top: 0 !important;
  text-shadow: inherit !important;
}

.destinationsList,
.blogList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.destinationsList-title,
.blogList-title {
  text-transform: uppercase;
  color: gray;
  font-weight: 400;
  padding: .5em 1em;
  font-size: .9em;
  text-decoration: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto;
}

.has-tabs .destinationsList-title.is-active,
.has-tabs .blogList-title.is-active {
  color: #09538a;
  font-weight: 700;
}

.has-tabs .placesList:not(.is-active),
.has-tabs .articlesList:not(.is-active) {
  display: none;
}

.articlesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -7%;
  margin-right: -7%;
}

.placeItem,
.articleItem {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 340px;
          flex: 1 1 340px;
  margin: 1em;
  max-width: 30em;
  position: relative;
  color: #fff;
  text-decoration: none;
  background-color: #000;
}

.placeItem:focus .placeItem-img,
.placeItem:hover .placeItem-img,
.articleItem:focus .articleItem-img,
.articleItem:hover .articleItem-img {
  opacity: .5;
}

.placeItem-img,
.articleItem-img {
  display: block;
  width: 100%;
  opacity: .9;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.placeItem-hashtag,
.articleItem-hashtag {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  padding: 1em;
}

.placeItem-hashtag:before,
.articleItem-hashtag:before {
  content: "#";
  margin-right: .5em;
}

.placeItem-content,
.articleItem-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em;
  text-align: center;
  background: #004677;
  opacity: .8;
}

.placeItem-title,
.articleItem-title {
  display: block;
  font-size: .9em;
}

.placeItem-price,
.articleItem-price {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.home-specialoffers {
  background-image: url(https://www.lescanalous.com/wp-content/uploads/2019/09/papyrus.png);
  padding-bottom: 1%;
}

.home-specialoffers.container {
  width: 100%;
  margin: 0 auto;
  color: gray;
  text-align: center;
}

.specialofferItem {
  width: 32%;
  min-width: 400px;
  display: inline-block;
  border: 3px solid #f45038;
  padding: 8px;
  vertical-align: top;
  margin: 0 0 8px;
  background-color: #fff;
}

.specialofferItem span {
  display: block;
}

.specialofferItem-img img {
  width: 100%;
}

.specialofferItem-boat {
  color: #09538a;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
}

.specialofferItem-arrivalDate,
.specialofferItem-startDate {
  font-weight: 700;
}

.specialofferItem-price {
  font-size: 1.4em;
  text-align: center;
}

.specialofferItem-price:after {
  content: " \20AC";
}

.specialofferItem-price.old {
  text-decoration: line-through;
}

.specialofferItem-price.new {
  color: #f45038;
  font-weight: 700;
  font-size: 1.6em;
}

.specialofferItem-bookBtn,
.specialofferItem-bookBtn a {
  width: 100%;
}

.specialofferItem-bookBtn a {
  display: block;
  background-color: #09538a;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 0;
}

@media (max-width: 520px) {
  .specialofferItem {
    min-width: inherit;
    width: 100%;
    display: block;
  }
}

@media (max-width: 520px) {
  .home-description h2 {
    font-size: 1.5rem;
  }

  .home-description p {
    font-size: .75rem;
  }
}

.pageBoatsRanges-desc p {
  font-size: 1rem;
}

.zEWidget-launcher {
  z-index: 1 !important;
}

.go1222083472 {
  bottom: 80px !important;
}

.friday_box {
  padding: 0 !important;
}

.friday_box p>a {
  padding: 10px !important;
  font-size: 1em !important;
}

.booking_button_christmas a {
  font-size: 1.2em !important;
}

.regionSingle-description {
  margin-top: -5%;
}

@media (max-width: 767px) {
  .regionSingle-description {
    margin-top: -25%;
  }

  .cover-title h1 {
    font-size: 1.5rem !important;
  }

  #sans-permis-logo {
    width: 70px !important;
  }
}

@media (min-width: 768px)and (max-width: 1023px) {
  .regionSingle-description {
    margin-top: -15%;
  }
}

.header-nav a:hover,
.header-logo:hover,
.header-phone:hover,
.header-flags-link:hover {
  color: #f67360;
  text-decoration: none;
}

.pourcReduc {
  background-color: #f45038;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
}

.imgAsHomecontainer {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  margin: auto;
}

@media (min-width: 768px) {
  .imgAsHomecontainer {
    height: 180px;
  }
}

@media (max-width: 520px) {
  .imgAsHomecontainer {
    height: 147px;
  }
}

.nameBoatAvailability {
  text-transform: uppercase;
  color: #09538a;
  font-size: 1em;
  text-align: center;
  font-weight: 700;
}

.infoCroisiere {
  color: #09538a;
  text-align: center;
  font-size: .8em;
}

.priceBoatAvailability {
  text-decoration: line-through;
}

.priceBoatRemise {
  color: #fff;
  background-color: #f45038;
  border-radius: 15px;
  padding: 5px 10px;
  font-weight: 700;
}

.btn-reserver-promo {
  margin-top: 10px;
}

hr.hr-1 {
  border: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.btn-resa-as {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

.wrapper-as {
  background-color: #fff;
  margin: 0 0 15px 0 !important;
}

#nbPersonnesAs {
  text-transform: initial;
}

#mobileAs {
  display: none;
}

@media (max-width: 520px) {
  .infoCroisiere {
    text-align: center;
  }

  .containerAsHome {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  #desktopAs {
    display: none;
  }

  #mobileAs {
    display: inherit;
  }
}

#newsletter-body-content {
  color: #727272;
  font-weight: 700;
}

#newsletter-body-content span {
  color: #09538a;
  font-weight: 700;
  font-size: 1rem;
}

#popupModal_dialog {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 80%;
}

#popupModal_image {
  width: 100%;
  margin-top: 127px;
}

#popupModal_image_background {
  background-color: #09538a;
  background-image: url(https://www.lescanalous.com/wp-content/uploads/2023/10/image-modal-newsletter2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 200px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#popupModal_form {
  padding: 15px;
  text-align: center;
}

#popupModal_close_button {
  margin: -2rem -2rem -1rem auto;
  padding: 0;
}

#popupModal_newsletter {
  margin-top: 0;
}

#popupModal_title {
  color: #000;
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 700;
}

#popupModal_title h1 {
  font-size: 1.5rem;
}

@media (max-width: 520px) {
  #popupModal_close_button {
    padding: 5px;
  }

  #popupModal_dialog {
    max-width: none;
  }

  #popupModal_image {
    width: 30%;
    margin-top: 0;
  }

  #popupModal_title {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  #popupModal_newsletter {
    margin-top: 0;
  }
}

.type-itineraire {
  background-color: #f45038;
  color: #fff;
  padding: 5px;
  font-weight: 700;
}

.btn-modal-itineraire {
  white-space: normal;
}

body.single-activities .cover-title {
  margin-bottom: 0;
}

body.regions-template-default .cover-title {
  display: none;
}

.modal-itineraire {
  margin-top: 4%;
}

.modal-itineraire .modal-body {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
}

.modal-itineraire .modal-body img {
  max-width: 350px;
}

.modal-itineraire .modal-dialog {
  max-width: 80%;
  margin: auto;
}


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