html {
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,
aside,
footer,
header,
nav,
section {
display: block
}
h1 {
font-size: 2em;
margin: .67em 0
}
figcaption,
figure,
main {
display: block
}
figure {
margin: 1em 40px
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible
}
pre {
font-family: monospace, monospace;
font-size: 1em
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects
}
a:active,
a:hover {
outline-width: 0
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted
}
b,
strong {
font-weight: inherit;
font-weight: bolder
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em
}
dfn {
font-style: italic
}
mark {
background-color: #ff0;
color: #000
}
small {
font-size: 80%
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sub {
bottom: -.25em
}
sup {
top: -.5em
}
audio,
video {
display: inline-block
}
audio:not([controls]) {
display: none;
height: 0
}
img {
border-style: none
}
svg:not(:root) {
overflow: hidden
}
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0
}
button,
input {
overflow: visible
}
button,
select {
text-transform: none
}
[type=reset],
[type=submit],
button,
html [type=button] {
-webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
outline: 1px dotted ButtonText
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal
}
progress {
display: inline-block;
vertical-align: baseline
}
textarea {
overflow: auto
}
[type=checkbox],
[type=radio] {
box-sizing: border-box;
padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}
details,
menu {
display: block
}
summary {
display: list-item
}
canvas {
display: inline-block
}
[hidden],
template {
display: none
}
.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%
}
.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
}
.flickity-prev-next-button {
position: absolute;
top: 50%;
width: 44px;
height: 44px;
border: none;
border-radius: 50%;
background: #fff;
background: hsla(0, 0%, 100%, .75);
cursor: pointer;
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
.flickity-prev-next-button:hover {
background: #fff
}
.flickity-prev-next-button:focus {
outline: none;
box-shadow: 0 0 0 5px #09f
}
.flickity-prev-next-button:active {
opacity: .6
}
.flickity-prev-next-button.previous {
left: 10px
}
.flickity-prev-next-button.next {
right: 10px
}
.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: .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
}
.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: .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;
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;
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: 2;
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: 50%;
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
}
* {
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 transparent;
border-right: calc((1.5vw + 1.5vh) * 1) solid transparent
}
.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 {
z-index: 1
}
.content,
.inner {
position: relative
}
.elementor {
margin-left: auto;
margin-right: auto
}
.entry-page {
max-width: 50rem;
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 ((-webkit-scroll-snap-type: mandatory) or (-ms-scroll-snap-type: mandatory) or (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);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
text-decoration: none;
color: inherit
}
.activityItem:focus,
.activityItem:hover {
box-shadow: inset 0 0 0 1px #09538a
}
@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
}
.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 ((-webkit-scroll-snap-type: mandatory) or (-ms-scroll-snap-type: mandatory) or (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:focus,
.baseItem:hover {
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 {
opacity: .75
}
.baseItem-title>small,
.baseItem-title>strong {
display: block;
margin-left: 24px;
padding-left: .5rem
}
.baseItem-title>strong {
color: #f45038;
text-transform: uppercase;
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:after,
.baseSingle-routes-tabs:before {
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 0.5em !important;
font-size: 0.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 tbody,
.baseSingle-routes-panel td,
.baseSingle-routes-panel th,
.baseSingle-routes-panel thead,
.baseSingle-routes-panel tr {
/*display: flex;*/
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 {
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 ((-webkit-scroll-snap-type: mandatory) or (-ms-scroll-snap-type: mandatory) or (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 ((-webkit-scroll-snap-type: mandatory) or (-ms-scroll-snap-type: mandatory) or (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-de,
.boatRange--premium-en {
font-weight: 700;
background-color: #E94E55
}
.boatRange--classic,
.boatRange--classic-de,
.boatRange--classic-en {
font-weight: 700;
background-color: #04538B
}
.boatRange--simply,
.boatRange--simply-de,
.boatRange--simply-en {
font-weight: 700;
background-color: #E8AC19
}
.boatRange--access,
.boatRange--access-de,
.boatRange--access-en {
font-weight: 700;
background-color: #A2C3DF
}
.boatRange--access-de:before,
.boatRange--access-en:before,
.boatRange--access:before {
content: "";
display: inline-block;
width: 1em;
height: 1em;
background: no-repeat 50% 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: 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
}
a.boatRange:focus,
a.boatRange:hover {
opacity: .8
}
@supports (outline-offset:-2px) {
a.boatRange:focus,
a.boatRange:hover {
opacity: 1;
outline-offset: -2px;
outline: 1px solid #fff
}
}
.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: 700;
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:focus,
.boatItem:hover {
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: transparent;
box-shadow: inset 0 0 0 .5em #09538a;
--color: $blue
}
.boatItemBooking--discount {
border-color: transparent;
box-shadow: inset 0 0 0 .5em #f45038
}
.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:focus,
.boatItemBooking-link:hover {
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: 700;
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: 700;
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:-webkit-sticky) or (position:sticky)) {
.boatSingle-booking {
margin-top: 5vh
}
}
.boatSingle-booking .booking {
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:-webkit-sticky) or (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
}
}
.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: 400;
text-transform: uppercase;
margin-top: 0
}
.boatSingle-bases-item {
margin: 0 0 .5em
}
.boatSingle-caracs,
.boatSingle-caracs-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.boatSingle-caracs-item {
-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;
overflow: hidden;
}
@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;
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
}
.boatSingle-gallery-items-item {
display: block
}
@media (max-width:767px) {
.boatSingle-gallery-thumbs {
display: none
}
}
.boatSingle-gallery-thumb {
margin-right: .5em;
cursor: pointer;
-webkit-transition: opacity .25s;
-o-transition: opacity .25s;
transition: opacity .25s
}
.flickity-enabled .boatSingle-gallery-thumb {
opacity: .5
}
.flickity-enabled .boatSingle-gallery-thumb:focus,
.flickity-enabled .boatSingle-gallery-thumb:hover {
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
}
.boatSingle-gallery .flickity-prev-next-button:focus,
.boatSingle-gallery .flickity-prev-next-button:hover {
background-color: #f5624c
}
.boatSingle-gallery .flickity-prev-next-button svg path {
fill: currentColor
}
.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 {
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;
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 {
box-shadow: inset 0 0 0 1px #09538a
}
.booking {
display: -webkit-box;
display: -ms-flexbox;
display: block;
-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;
margin-bottom: 0;
box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
position: relative;
font-size: .8em;
z-index: 9;
}
.booking--compact {
display: flex;
}
.booking--full {
margin-top: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
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--dropdown,
.booking--full .booking-field--select,
.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,
.booking--full .booking-field-title {
display: none
}
.booking--full .booking-field--dropdown {
padding: 0;
border: none;
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;
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 {
box-shadow: inset 0 0 0 1px #09538a !important
}
.booking-field--date {
background-image: url("data:image/svg+xml;charset=utf-8,%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-4zM8 16H4v4h4v-4zm6 0h-4v4h4v-4zm-6-6H4v4h4v-4zm16-8v22H0V2h3v1c0 1.103.897 2 2 2s2-.897 2-2V2h10v1c0 1.103.897 2 2 2s2-.897 2-2V2h3zm-2 6H2v14h20V8zm-2-7a1 1 0 1 0-2 0v2a1 1 0 1 0 2 0V1zM6 3a1 1 0 1 1-2 0V1a1 1 0 1 1 2 0v2z'/%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: 700;
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>button,
.booking-field-number>input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
background: none;
font: inherit;
font-weight: 700;
color: #f45038;
padding: 0;
line-height: 1;
border-radius: 3px
}
.booking-field-number>button:focus,
.booking-field-number>button:hover,
.booking-field-number>input:focus,
.booking-field-number>input:hover {
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: 700
}
.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: 700;
padding: .7em 1em .65em;
border: none;
cursor: pointer;
outline: none
}
.btn:focus,
.btn:hover {
background-color: #f67360;
color: #fff;
}
@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:focus,
.btn--tertiary:hover {
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:focus,
.btnSecondary:hover {
background-color: #3a75a1
}
.btnSecondary:active {
background-color: #07426e
}
#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: 700;
font-size: .85em;
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
}
#CONSTANT_OPEN_URL{
color: #fff !important;
}
#cookie_action_close_header_reject{
background-color: rgba(224, 48, 17, 0) !important;
color: #fff !important;
}
.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%;
/*Supprimer le dégradé opacité-->noir sur le slider accueil*/
background-image: inherit !important;
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .75)));
background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .5), rgba(0, 0, 0, .75));
background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .5), rgba(0, 0, 0, .75));
background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5), rgba(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: translateZ(0);
transform: translateZ(0)
}
#cntdwn {
background-color: inherit !important;
color: white !important;
display: flex;
height: 0;
justify-content: 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: 0px !important;
text-shadow: inherit !important;
}
@media (max-width:520px) {
.cover-bg--video {
display: none
}
}
.cover-bg--video iframe {
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: transparent;
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:1600px){
#cntdwn {
top:200px;
font-size: 25px;
}
}
@media (max-width:1400px){
#cntdwn {
top:170px;
font-size: 25px;
}
}
@media (max-width:1200px){
#cntdwn {
top:150px;
font-size: 22px;
}
}
@media (max-width:1000px){
#cntdwn {
top:120px;
font-size: 22px;
}
}*/
@media (max-width:768px) {
.cover-content {
font-size: .9em
}
#cntdwn {
top: 90px;
font-size: 20px;
}
}
@media (max-width:520px) {
.cover-content {
font-size: .8em
}
#cntdwn {
top: 45px;
font-size: 12px;
}
}
@media (min-width:768px) {
body.page-template-page-cruises .cover-content,
body.page-template-page-faq .cover-content,
body.tax-range .cover-content {
padding-bottom: calc(100px + 2em)
}
}
@media (min-width:1300px) {
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: -.3em;
line-height: 1.2;
font-weight: 400;
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: 400;
color: inherit;
margin-top: 0;
margin-bottom: .25em
}
@media (max-width:520px) {
.cover-subtitle {
clear: left
}
}
.cover-title {
width: auto;
margin-top: 2%;
margin-bottom: 120px;
text-align: left;
color: #09538A;
font-size: 2em;
}
.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: 400
}
@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: hsla(0, 0%, 100%, .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;
box-shadow: none;
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;
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 {
box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
background-color: #fff;
padding: 1em
}
@media (min-width:768px) {
.pageCruises-map {
margin-top: -100px;
-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;
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;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2)
}
.pageCruises-map svg text {
font-family: inherit;
font-weight: 700
}
.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: 400;
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;
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"
}
:lang(de) .destinations .choices__list:empty:before {
content: "Ihr Fahrgebiet"
}
.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 ((-webkit-scroll-snap-type: mandatory) or (-ms-scroll-snap-type: mandatory) or (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;
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 ((-webkit-scroll-snap-type: mandatory) or (-ms-scroll-snap-type: mandatory) or (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:focus,
.discountItem:hover {
box-shadow: 0 0 0 1px #09538a
}
.discountItem-img {
-webkit-box-flex: 1;
-ms-flex: 1 1 25%;
flex: 1 1 25%;
background: 50% 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: 700
}
.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: 700;
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:-webkit-sticky) or (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: 700;
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: 700;
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>small,
.footer-phone>span {
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:focus,
.footer-social-link:hover {
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%
}
.pageDiscounts-intro-stamp{
margin-top: inherit;
width: 80px;
height: 80px;
}
}
@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:focus,
.footer-nav>ul>li>ul>li>a:hover {
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
}
.booking--compact .booking-field--dropdown,
.booking-field--date,
.booking-field--select,
input[type=email],
input[type=password],
input[type=phone],
input[type=text],
select {
display: inline-block;
background-color: #fff;
font: inherit;
border: none;
color: inherit;
padding: .7em 1em .65em;
text-transform: uppercase;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
outline-offset: 1px
}
@supports ((-webkit-appearance:none) or (-moz-appearance:none) or (appearance:none)) {
.booking--compact .booking-field--dropdown,
.booking-field--date,
.booking-field--select,
input[type=email],
input[type=password],
input[type=phone],
input[type=text],
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
}
.booking--compact .booking-field--dropdown,
.booking-field--date,
.booking-field--select,
select {
background-position: center right 1em;
background-repeat: no-repeat
}
@supports ((-webkit-appearance:none) or (-moz-appearance:none) or (appearance:none)) {
.booking--compact .booking-field--dropdown,
.booking-field--date,
.booking-field--select,
select {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6'%3E%3Cpath fill-rule='evenodd' fill='%23E84D33' d='M10.994-.002L5.497 5.986 0-.002'/%3E%3C/svg%3E");
padding-right: 3em;
cursor: pointer
}
}
@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: 50% no-repeat;
background-size: 60%;
outline: none
}
input[type=checkbox]:focus,
input[type=checkbox]:hover {
border-color: #f45038
}
input[type=checkbox]:checked {
background-image: url("data:image/svg+xml;charset=utf-8,%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.174L21.03-.046l-9.09 9.179L2.764.045l-2.81 2.81L9.14 11.96.045 21.144l2.81 2.81 9.112-9.192 9.18 9.1z'/%3E%3C/svg%3E");
border-color: #f45038
}
}
.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: 10;
color: #fff
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.header {
position: -webkit-sticky;
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):focus,
.header-flags-link:not(.is-active):hover {
background-color: #3a75a1
}
.header-flags-link.is-active:after {
content: "\25BE";
margin-left: .5em
}
.header-flags:focus-within .header-flags-link:not(.is-active),
.header-flags:focus .header-flags-link:not(.is-active),
.header-flags:hover .header-flags-link:not(.is-active) {
display: block
}
.header-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: .9em;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
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 hsla(0, 0%, 100%, .2)
}
.header-nav-link:focus,
.header-nav-link:hover {
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: -.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: hsla(0, 0%, 100%, .1)
}
.header.is-active .header-phone {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
}
.header-phone:focus,
.header-phone:hover {
background-color: hsla(0, 0%, 100%, .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:focus,
.header-toggle:hover {
background-color: hsla(0, 0%, 100%, .2)
}
.header-toggle .close,
.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: 700
}
.pagination .nav-links>.current,
.pagination .nav-links> :focus,
.pagination .nav-links> :hover {
border-color: currentColor
}
.pagination .nav-links>.next,
.pagination .nav-links>.prev {
display: none
}
.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
}
.has-tabs .destinationsList-title.is-active,
.has-tabs .blogList-title.is-active {
color: #09538a;
font-weight: 700
}
.articlesList {
margin: auto;
}
@media (max-width:520px) {
.destinationsList-title,
.blogList-title {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow: auto
}
}
.placesList,
.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%;
}
@media (max-width:520px) {
@supports ((-webkit-scroll-snap-type: mandatory) or (-ms-scroll-snap-type: mandatory) or (scroll-snap-type: mandatory)) {
.placesList, .articlesList {
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,
.articlesList:after {
content: "";
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 5vw
}
}
}
.has-tabs .placesList:not(.is-active),
.has-tabs .articlesList:not(.is-active) {
display: none
}
.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
}
@media (max-width:520px) {
.placeItem,
.articleItem {
margin: 1em 0
}
}
@media (max-width:520px) {
@supports ((-webkit-scroll-snap-type: mandatory) or (-ms-scroll-snap-type: mandatory) or (scroll-snap-type: mandatory)) {
.placeItem, .articleItem {
-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,
.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
}
.placeItem-title,
.articleItem-title {
display: block;
font-size: .9em
}
.placeItem-price,
.articleItem-price {
display: block;
text-transform: uppercase;
font-weight: 700
}
img[class*=wp-image] {
margin: 0 0 1.5em
}
.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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill-rule='evenodd' fill='%23E84D33' d='M0 0h10v10H0V0z'/%3E%3C/svg%3E");
padding-left: 1em
}
.wysiwyg ul li+li {
margin-top: .5em
}
.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;
/*margin-top: -100px;*/
}
}
@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: 400
}
.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;
}
.articlesList {
margin: auto;
}
}
.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: 700;
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: -100px;*/
}
}
@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 {
padding-bottom: 5vh
}
.regionSingle-activities,
.regionSingle-spots {
position: relative;
padding-top: 1px
}
.regionSingle-other {
margin-top: /*10vh*/
5vh;
}
@media (min-width:764px) {
.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;
}
}
@media (max-width:400px) {
.regionSingle-other {
margin-top: unset;
}
}
.regionSingle-other .heading {
font-size: .75em;
text-transform: uppercase;
margin: 0 0 1em
}
@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
}
.home-specialoffers.container {
width: 100%;
margin: 0 auto;
color: gray;
text-align: center;
}
.home-specialoffers {
background-image: url(https://www.lescanalous.com/wp-content/uploads/2019/09/papyrus.png);
padding-bottom: 1%;
}
.specialofferItem {
width: 32%;
min-width: 400px;
display: inline-block;
border: 3px solid #f45038;
padding: 8px;
vertical-align: top;
margin: 0 0 8px;
background-color: white;
}
.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:460px) {
.specialofferItem {
min-width: inherit;
width: 100%;
display: block
}
}
.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):focus,
.spotsList .flickity-enabled .spotItem:not(.is-selected):hover {
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: -.1em;
margin-right: -.1em;
text-align: center;
text-decoration: none;
font-weight: 700;
font-size: .9em;
line-height: 1.2;
color: #09538a;
position: relative;
-webkit-transition: all .25s;
-o-transition: all .25s;
transition: all .25s
}
.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: -.85em;
border: 1px solid;
-webkit-transition: -webkit-box-shadow .25s;
-o-transition: box-shadow .25s;
transition: box-shadow .25s
}
.spotsList-tabs-item.is-selected:after {
box-shadow: inset 0 0 0 .6em #fff, inset 0 0 0 1em #09538a
}
@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;
box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
margin-bottom: 2em;
-webkit-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;
/*height: 400px;*/
height: auto;
}
.spotItem:focus,
.spotItem:hover {
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;
height: unset;
}
}
.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: 60%;
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-width: 100%;*/
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;
/*overflow-y: auto;*/
}
@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
}
.heading {
text-align: center;
color: #09538a;
margin-top: 10vh;
margin-bottom: 5vh;
font-size: 2rem;
line-height: 1.2;
overflow: hidden;
padding-top: 1%;
}
@media (max-width:768px) {
.heading {
margin-bottom: 0;
}
}
@media (max-width:520px) {
.heading {
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto
}
}
.heading>strong {
display: block;
font-size: 1.5em;
line-height: 1
}
@media (max-width:520px) {
.heading>strong {
font-size: 0.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: 400
}
@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
}
.pageBoatsRanges-desc p {
font-size: 1rem;
}
@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;
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;
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;
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: -webkit-sticky;
position: sticky;
top: 100px
}
}
.pageFAQ-summary-link {
display: block;
text-decoration: none;
text-transform: uppercase;
padding: .5em
}
.pageFAQ-summary-link:focus,
.pageFAQ-summary-link:hover {
font-weight: 700
}
.pageFAQ-content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1
}
@media (min-width:768px) {
.pageFAQ-content {
padding: 2em
}
}
.pageFAQ-category {
counter-reset: a
}
.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: 400;
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;
box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
font-weight: 700;
counter-increment: a;
background-color: #fff;
padding: 1em;
cursor: pointer;
-webkit-transition: -webkit-box-shadow .25s;
-o-transition: box-shadow .25s;
transition: box-shadow .25s
}
.pageFAQ-question:hover,
:focus~.pageFAQ-question {
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(a);
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: 700;
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;
}
@media (max-width:767px) {
.home-discounts {
/*margin-top: 30px;*/
}
}
@media (max-width:520px) {
/*.container img {
margin-top:-100px !important;
}*/
}
.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%
}
@media (max-width:767px) {
.home-description h2 {
font-size: 1.5rem;
}
.home-description p {
font-size: 0.75rem;
}
}
.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: transparent;
outline: none !important
}
@media (max-width:768px) {
.home-boats-tabs-item {
margin-right: 1px
}
}
@media (min-width:769px) {
.home-boats-tabs-item:focus,
.home-boats-tabs-item:hover {
background-color: rgba(0, 0, 0, .05)
}
}
@media (max-width:768px) {
.home-boats-tabs-item:focus,
.home-boats-tabs-item:hover {
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-de,
.home-boats-tabs-item--premium-en {
color: #09538a
}
@media (max-width:768px) {
.home-boats-tabs-item--premium,
.home-boats-tabs-item--premium-de,
.home-boats-tabs-item--premium-en {
background-color: #3a3838
}
}
.home-boats-tabs-item--classic,
.home-boats-tabs-item--classic-de,
.home-boats-tabs-item--classic-en {
color: #09538a;
font-weight: 700
}
@media (max-width:768px) {
.home-boats-tabs-item--classic,
.home-boats-tabs-item--classic-de,
.home-boats-tabs-item--classic-en {
background-color: #59bacf
}
}
.home-boats-tabs-item--budget,
.home-boats-tabs-item--budget-de,
.home-boats-tabs-item--budget-en,
.home-boats-tabs-item--lowcost,
.home-boats-tabs-item--lowcost-de,
.home-boats-tabs-item--lowcost-en {
color: #59bacf;
font-weight: 700;
font-style: italic
}
@media (max-width:768px) {
.home-boats-tabs-item--budget,
.home-boats-tabs-item--budget-de,
.home-boats-tabs-item--budget-en,
.home-boats-tabs-item--lowcost,
.home-boats-tabs-item--lowcost-de,
.home-boats-tabs-item--lowcost-en {
background-color: #4cc7bd
}
}
.home-boats-tabs-item--access,
.home-boats-tabs-item--access-de,
.home-boats-tabs-item--access-en {
font-style: italic;
color: #59bacf
}
.home-boats-tabs-item--access-de:before,
.home-boats-tabs-item--access-en:before,
.home-boats-tabs-item--access:before {
content: "";
display: inline-block;
width: 1em;
height: 1em;
background: no-repeat 50% 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-de.is-active:before,
.home-boats-tabs-item--access-en.is-active:before,
.home-boats-tabs-item--access.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-de,
.home-boats-tabs-item--access-en {
background-color: #09538a
}
.home-boats-tabs-item--access-de:before,
.home-boats-tabs-item--access-en:before,
.home-boats-tabs-item--access: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_09f3e6a7.svg) no-repeat 50%;
background-size: 80% auto;
opacity: .5
}
}
@media (max-width:1024px) {
.home-boats-panel {
grid-template-columns: repeat(1, 1fr)
}
}
@media (max-width:520px) {
@supports ((-webkit-scroll-snap-type: mandatory) or (-ms-scroll-snap-type: mandatory) or (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:hover .home-boats-panel-item:not(:hover),
.home-boats-panel:not(:hover) .home-boats-panel-item:not(:first-child) {
opacity: .5
}
.home-boats-panel:hover .home-boats-panel-item:not(:hover) .home-boats-panel-item-pic,
.home-boats-panel:not(:hover) .home-boats-panel-item:not(:first-child) .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 ((-webkit-scroll-snap-type: mandatory) or (-ms-scroll-snap-type: mandatory) or (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: 50% 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 ((-webkit-scroll-snap-type:mandatory) or (-ms-scroll-snap-type:mandatory) or (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: -.5em
}
}
@media (max-width:520px) {
.home-boats-panel-link {
width: 100%
}
}
@media (min-width:1025px) {
.home-boats-panel-link {
grid-column: span 2
}
}
.pageBooking {
padding-top: 10em
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.pageBooking {
padding-top: 5vh
}
}
@media (min-width:1024px) {
.pageBooking-main,
.pageBooking-top {
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:focus,
.pageBooking-breadcrumb-item:hover {
--color: mix($blue, #fff, 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:first-of-type:checked~.pageBooking-top .pageBooking-breadcrumb-item:first-of-type,
input:nth-of-type(2):checked~.pageBooking-top .pageBooking-breadcrumb-item:nth-of-type(2),
input:nth-of-type(3):checked~.pageBooking-top .pageBooking-breadcrumb-item:nth-of-type(3) {
font-weight: 700
}
}
@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):after,
.pageBooking-breadcrumb-item:not(:last-child):before {
content: "";
position: absolute;
top: 0;
left: 100%;
z-index: 1;
border: 1.5em solid transparent;
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:first-of-type:checked~.pageBooking-top .pageBooking-breadcrumb-item:first-of-type~* {
background-color: #fff;
color: #09538a
}
input:first-of-type:checked~.pageBooking-top .pageBooking-breadcrumb-item:first-of-type~*: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:first-of-type:checked~.pageBooking-main .pageBooking-section:first-of-type,
.pageBooking input:nth-of-type(2):checked~.pageBooking-main .pageBooking-section:nth-of-type(2),
.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;
border-bottom: 1px solid rgba(0, 0, 0, .1)
}
@media (min-width:521px) {
.pageBooking-options-list {
-webkit-columns: 2;
columns: 2;
-webkit-column-gap: 2em;
column-gap: 2em
}
}
@media (min-width:1025px) {
.pageBooking-options-list {
-webkit-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-cgv,
.pageBooking-options-discount,
.pageBooking-options-total {
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: 700;
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: 700;
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:first-of-type~.pageBooking-pay-choices-tab:first-of-type,
input[type=radio]:checked:nth-of-type(2)~.pageBooking-pay-choices-tab:nth-of-type(2),
input[type=radio]:checked:nth-of-type(3)~.pageBooking-pay-choices-tab:nth-of-type(3),
input[type=radio]:checked:nth-of-type(4)~.pageBooking-pay-choices-tab:nth-of-type(4),
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:first-of-type~.pageBooking-pay-choices-panel:first-of-type,
input[type=radio]:checked:nth-of-type(2)~.pageBooking-pay-choices-panel:nth-of-type(2),
input[type=radio]:checked:nth-of-type(3)~.pageBooking-pay-choices-panel:nth-of-type(3),
input[type=radio]:checked:nth-of-type(4)~.pageBooking-pay-choices-panel:nth-of-type(4),
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: 700;
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: -100px
}
}
.pageRange-sidebar .boatsForm {
margin-bottom: 2em
}
@media (max-width:767px) {
.pageRange-sidebar .boatsForm {
margin-top: 2em
}
}
@media (max-width:767px) {
.pageRange-desc {
display: none
}
}
@media (min-width:768px) {
.pageRange .boatsList {
margin-top: calc(-100px - 2em)
}
}
.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;
columns: auto 2;
-webkit-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;
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;
columns: 3;
-webkit-column-gap: 2em;
column-gap: 2em
}
@media (max-width:767px) {
.pageSitemap-list {
-webkit-columns: 2;
columns: 2
}
}
@media (max-width:519px) {
.pageSitemap-list {
-webkit-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
}
/*///////////////////Passer bouton Zendesk "AIDE" derrière les cookies*/
.zEWidget-launcher {
z-index: 1 !important;
}
#cookie-notice {
z-index: 2 !important;
}
/*//////////////////////////Page chute Black friday*/
@media screen and (max-width: 750px) {
.friday_box {
padding: 0 !important;
}
.friday_box p>a {
padding: 10px !important;
font-size: 1em !important;
}
}
/*Page chute noel*/
@media screen and (max-width:780px) {
.booking_button_christmas a {
font-size: 1.2em !important;
}
}
/*Modif espace titre page régions*/
.regionSingle-description {
margin-top: -5%;
}
@media (max-width: 767px) {
.regionSingle-description {
margin-top: -25%;
}
.cover-title {
margin-bottom: auto;
}
.cover-title h1 {
font-size: 1.5rem !important;
}
#sans-permis-logo {
width: 70px !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.regionSingle-description {
margin-top: -15%;
}
}
.header-nav a:hover,
.header-logo:hover,
.header-phone:hover,
.header-flags-link:hover {
color: #f67360;
text-decoration: none;
}
/*Avis clients home*/
/*#slider-avis-clients {
width: 100%;
margin: auto;
}
#slider-avis-clients .carousel-inner {
text-align: center;
}
.row.container .avisList:nth-child(2n+1) {
border-left: 3px solid #f45038;
}
.row.container .avisList {
margin-bottom: 20px;
}
.avisList.col-md-6 {
display: flex;
flex-direction: column;
justify-content: center;
}
.avisList-title {
font-size: 1.2em;
text-transform: uppercase;
font-weight: bold;
color: #f45038;
}
.avisList-title a,
.avisList-title a:hover {
color: inherit;
}
.avis-client {
color: #09538a;
font-size: 1em;
}
.avis-comm {
font-style: italic;
font-size: 0.8em;
}
.etoiles {
color: #ff8f00;
}
@media screen and (max-width:767px) {
.row.container .avisList {
border-left: 3px solid #f45038;
}
}*/
/*Offres AS home*/
.pourcReduc {
background-color: #f45038;
/* display: inline; */
border-radius: 50px;
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-weight: bold;
position: absolute;
top: 0;
right: 0;
}
@media screen and (min-width:768px) {
.imgAsHomecontainer {
height: 180px;
}
}
@media screen and (max-width:767px) {
.imgAsHomecontainer {
height: 147px;
}
}
.imgAsHomecontainer {
position: relative;
/*height: 147px;*/
overflow: hidden;
background-position: center;
background-size: cover;
margin: auto;
}
/*.imgAsHome {
position: relative;
position: relative;
transform: translateY(-35px);
}*/
.nameBoatAvailability {
text-transform: uppercase;
color: #09538a;
font-size: 1em;
text-align: center;
font-weight: bold;
}
.infoCroisiere {
color: #09538a;
text-align: center;
font-size: 0.8em;
}
.dateDepart,
.dateArrivee,
.baseDepart,
.baseArrivee {
/*font-weight: bold;*/
}
.priceBoatAvailability {
text-decoration: line-through;
}
.priceBoatRemise {
color: #fff;
background-color: #f45038;
border-radius: 15px;
padding: 5px 10px 5px 10px;
/* margin-bottom: 5px; */
font-weight: bold;
}
.btn-reserver-promo {
margin-top: 10px;
}
hr {
background-color: #fff;
padding: 0;
margin: 80px;
}
hr.hr-1 {
border: 0;
height: 1px;
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: flex;
align-items: center;
margin: auto;
}
.wrapper-as {
background-color: #ffff;
margin: 0 0 15px 0 !important;
}
#nbPersonnesAs {
text-transform: initial;
}
#mobileAs {
display: none;
}
@media screen and (max-width:767px) {
.infoCroisiere {
text-align: center;
}
.containerAsHome {
flex-direction: column-reverse;
}
#desktopAs {
display: none;
}
#mobileAs {
display: inherit;
}
}
/*Newsletter*/
#popupModal_content {
/*border: none;*/
}
#newsletter-body-content{
color: #727272;
font-weight: bold;
}
#newsletter-body-content span{
color: #09538a;
font-weight: bold;
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: bold;
}
#popupModal_close_button {
padding: 5px;
}
@media (max-width: 579px) {
#popupModal_dialog {
max-width: none;
}
}
@media screen and (max-width: 765px) {
#popupModal_image {
width: 30%;
margin-top: 0px;
}
#popupModal_title {
margin-bottom: 10px;
font-size: 1.5rem;
}
#popupModal_title h1 {
font-size: 1.5rem;
}
#popupModal_newsletter {
margin-top: 0;
}
}
/*itineraires*/
.type-itineraire {
background-color: #f45038;
color: #fff;
padding: 5px;
font-weight: bold;
}
.btn-modal-itineraire {
white-space: normal;
}
.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;
}
@media screen and (max-width: 765px) {
#cookie-law-info-bar{
bottom : 70px !important;
}
.go1222083472 {
bottom: 80px !important;
/*width: 250px !important;
height: 350px !important;*/
}
/*.hs_cos_wrapper #hs_cos_wrapper_dnd_area-module-9 .interactive-button {
font-size: 14px !important;
padding-top: 10px !important;
padding-right: 25px !important;
padding-bottom: 10px !important;
padding-left: 25px !important;
}*/
}
/*Lien menu offre flash orange*/
.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: 0.5em 1em !important;
}