@charset "UTF-8";
/*///////////////////////////////////////*/
/* ///// STYLE GLOBAL ///////////////// */
/*/////////////////////////////////////*/
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: "Lobster", sans-serif;
*/
:root {
    --Bleu: #0F60A9;
    --Bleu-Alt: #0B4F8D;
    --Red: #F86666;
    --Red-Alt: #D94646;
    --Orange: #F7A500;
    --Orange-Alt: #CD8900;
    --Bleu-clair: #16C6D1;
    --Bleu-clair-Alt: #00A4AE;
    --Dark: #231F20;
    --Blanc: #FFF;
    --Contraste-1: #F6F6F6;
}

/*Gtranslate*/
#google_translate_element2 {
    display: none !important;
}

iframe.skiptranslate {
    z-index: -1;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

html {
    box-sizing: border-box;
}
html * {
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
    top: 0 !important;
}

body p {
    line-height: 30px;
    margin-bottom: 16px;
    color: #000;
}

body strong {
    font-weight: 700;
}

body em {
    font-style: italic;
}

main {
    clear: both;
}

.not-frontpage main {
    padding-top: 80px;
}

.container-large {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 0 auto;
}

.hidden-desktop {
    display: none;
}

.container-medium {
    width: calc(100% - 60px);
    max-width: 1320px;
    margin: 0 auto;
}

.container-small {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
}

.flex-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-end {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.dynamic-padding-left,
.dynamic-padding-right,
.dynamic-padding-left-medium,
.dynamic-padding-right-medium {
    opacity: 0;
    transition: 200ms ease-in-out;
}

.default-btn,
.form-submit {
    text-align: center;
    padding: 10px 25px;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    border: none;
    text-decoration: none;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    transition: all 200ms ease-in-out;
}

.default-btn.blue,
.form-submit {
    color: #fff;
    background: var(--Bleu);
    border: 1px solid var(--Blanc, #FFF);
}
.default-btn.blue:hover,
.form-submit:hover {
    background: var(--Bleu-Alt);
}

.default-btn.red {
    color: #fff;
    background: #F86666;
}
.default-btn.red:hover {
    background: var(--Red-Alt);
}

.default-btn.blue-light {
    color: #fff;
    padding: 5px 25px;
    background: var(--Bleu-clair, #16C6D1);
}
.default-btn.blue-light:hover {
    background: var(--Bleu-clair-Alt);
}

.default-btn.orange {
    color: #fff;
    padding: 5px 25px;
    background: var(--Orange, #F7A500);
}
.default-btn.orange:hover {
    background: var(--Orange-Alt);
}

.underline {
    position: relative;
    z-index: 1;
}
.underline:after {
    content: "";
    position: absolute;
    left: 4px;
    right: 0;
    height: 19px;
    bottom: -7px;
    z-index: -1;
}
.underline.blue:after {
    background: url("../images/svg/underline-blue.svg") left center;
}
.underline.yellow:after {
    background: url("../images/svg/underline-yellow.svg") left center;
}

/*///////////////////////////////////////*/
/* ///// HEADER /////////////////////// */
/*/////////////////////////////////////*/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    transition: all 200ms ease-in-out;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.frontpage header:not(.sticky-desktop) {
    background: transparent;
    box-shadow: none;
}

header .region-header {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

#block-izenah-croisieres-theme-logoheader a {
    display: flex;
}

.frontpage header:not(.sticky-desktop) #block-izenah-croisieres-theme-logoheader a {
    display: none;
}

/*Navigation principale*/
.navigation-principale {
    display: flex;
    align-items: center;
}

header .block-superfish {
    width: auto;
}

#superfish-main {
    position: relative;
    display: flex;
}

#superfish-main > li {
    position: static;
    display: inline-block;
    float: none;
    margin-right: 10px;
}

#superfish-main > li > a {
    color: #0F60A9;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    line-height: 80px;
    padding: 0 25px;
}

#superfish-main > li > a.menuparent {
    padding-right: 47px;
}

#superfish-main > li > a.menuparent .sf-sub-indicator {
    right: 23px;
    top: 44px;
}

#superfish-main > li > a.menuparent .sf-sub-indicator:after {
    content: "";
    width: 12px;
    height: 8px;
    background: url("../images/svg/arrow-submenu.svg") no-repeat center/contain;
}

.frontpage header:not(.sticky-desktop) #superfish-main > li > a {
    color: #fff;
}

#superfish-main > li > a:hover,
#superfish-main > li > a.is-active:hover {
    color: #0F60A9;
}

#superfish-main > li > a.is-active {
    color: #0F60A9;
}

#superfish-main > li:not(sfHover) > ul {
    display: none;
}

#superfish-main > li > ul {
    top: 80px !important;
    background: #fff;
    left: 0;
    right: 0;
    padding: 40px;
    width: 100% !important;
    border-top: 2px solid var(--Bleu, #0F60A9);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}

#superfish-main > li > ul .sous-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 12px;
}

#superfish-main > li > ul .sous-menu a {
    width: calc(33.3333% - 8px);
    background: var(--Contraste-1, #F6F6F6);
    border-radius: 5px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
}
#superfish-main > li > ul .sous-menu a .image {
    width: 100%;
    max-width: 150px;
    overflow: hidden;
}
#superfish-main > li > ul .sous-menu a .image img {
    transition: all 200ms ease-in-out;
}
#superfish-main > li > ul .sous-menu a .contenu {
    width: 100%;
    padding: 20px 30px;
    display: flex;
    align-items: center;
}
#superfish-main > li > ul .sous-menu a .contenu .titre {
    color: var(--Bleu, #0F60A9);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#superfish-main > li > ul .sous-menu a:hover .image img {
    transform: scale(1.1);
}

#superfish-main > li#main-menu-link-contente933888a-6148-4375-8cd6-8026ab005ae6 > ul,
#superfish-main > li#main-menu-link-content424f7fac-5391-4063-a6a9-b724dd9c0172 > ul {
    max-width: 1000px;
}

#superfish-main > li#main-menu-link-contente933888a-6148-4375-8cd6-8026ab005ae6 > ul .sous-menu a,
#superfish-main > li#main-menu-link-content424f7fac-5391-4063-a6a9-b724dd9c0172 > ul .sous-menu a {
    width: calc(50% - 8px);
}

/*///////////////////////////////////////*/
/* ///// SELECTEUR DE LANGUE ////////// */
/*/////////////////////////////////////*/
header .block-language {
    position: relative;
    z-index: 100;
    height: 34px;
    width: 63px;
    margin-left: 20px;
    margin-top: 2px;
}

header .block-language #choix-langue {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 25px;
    text-transform: uppercase;
    height: 34px;
    width: 62px;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    border-radius: 5px;
    background: transparent url(../images/svg/arrow-select-language-grey.svg) no-repeat top 12px right 7px;
    background-size: 9px auto;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.frontpage header:not(.sticky-desktop) .block-language #choix-langue {
    background: transparent url(../images/svg/arrow-select-language.svg) no-repeat top 12px right 7px;
}

header .block-language #choix-langue li {
    display: flex;
    transition: all 200ms ease-in-out;
}

header .block-language #choix-langue li a {
    background: transparent;
    width: 100%;
    overflow: hidden;
    text-indent: 100px;
    display: inline-block;
    text-align: left;
    color: #000;
}

header .block-language #choix-langue li.en {
    display: none;
}

header .block-language #choix-langue li a > font {
    display: none !important;
    color: #000;
}

header .block-language #choix-langue li a[hreflang=fr] {
    background: url("../images/svg/france.svg") no-repeat top 0px right 6px;
    background-size: 24px 18px;
}

header .block-language #choix-langue li a[data-lang=en] {
    background: url("../images/svg/united.svg") no-repeat top 0px right 6px;
    background-size: 24px 18px;
}

/*header .block-language #choix-langue li a[data-lang="it"] {
    background: url('../images/svg/italy.svg') no-repeat top 0px right 6px;
    background-size: 24px 18px;
}

header .block-language #choix-langue li a[data-lang="de"] {
    background: url('../images/svg/germany.svg') no-repeat top 0px right 6px;
    background-size: 24px 18px;
}

header .block-language #choix-langue li a[data-lang="es"] {
    background: url('../images/svg/spain.svg') no-repeat top 0px right 6px;
    background-size: 24px 18px;
}

header .block-language #choix-langue li a[data-lang="nl"] {
    background: url('../images/svg/netherlands.svg') no-repeat top 0px right 6px;
    background-size: 24px 18px;
}*/
header .block-language #choix-langue:hover,
.frontpage header:not(.sticky-desktop) .block-language #choix-langue:hover {
    height: 65px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: #fff url(../images/svg/arrow-select-language-grey.svg) no-repeat top 12px right 7px;
}

header .block-language #choix-langue img.flag {
    width: 37px;
    height: 24px;
    border-radius: 3px;
}

header .block-language #choix-langue .links {
    position: relative;
    padding: 35px 5px 5px;
    display: flex;
    flex-direction: column;
}

header .block-language #choix-langue .links li {
    margin-bottom: 12px;
}

header .block-language #choix-langue .links li.is-active {
    position: absolute;
    top: 6px;
    left: 5px;
}

header .block-language #choix-langue .links a {
    width: 36px;
    height: 18px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    padding-left: 3px;
    font-family: var(--dinProRegular);
}

/*///////////////////////////////////////*/
/* ///// TITRE DE PAGE //////////////// */
/*/////////////////////////////////////*/
.region-page-title {
    display: flex;
    align-items: center;
    padding: 40px 0;
    min-height: 260px;
}

.block-page-title-block h1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
}

.block-page-title-block .sous-titre {
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

/*///////////////////////////////////////*/
/* ///// BREADCRUMBS ////////////////// */
/*/////////////////////////////////////*/
.block-system-breadcrumb-block {
    display: flex;
    margin-top: 20px;
}
.block-system-breadcrumb-block .breadcrumb {
    padding: 0 20px;
    border-radius: 50px;
    background: var(--Bleu-Alt, #0B4F8D);
}

.block-system-breadcrumb-block li,
.block-system-breadcrumb-block li a {
    color: var(--Blanc, #FFF);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.block-system-breadcrumb-block li a:hover {
    text-decoration: underline;
}

.block-system-breadcrumb-block li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url("../images/svg/arrow-breadcrumbs.svg") no-repeat center;
}

/*///////////////////////////////////////*/
/* ///// PAGE 404 ///////////////////// */
/*/////////////////////////////////////*/
#block-404 {
    width: calc(100% - 60px);
    max-width: 1088px;
    margin: 0 auto;
    padding: 120px 0;
}

#block-404 h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

#block-404 .sous-titre {
    color: #333;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 40px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

/*///////////////////////////////////////*/
/* ///// SLIDER ACCUEIL /////////////// */
/*/////////////////////////////////////*/
.view-slider-accueil {
    position: relative;
}

.view-slider-accueil .bloc-titre {
    width: calc(100% - 60px);
    max-width: 1000px;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.view-slider-accueil .bloc-titre .baseline {
    margin: 3px 0 40px;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.view-slider-accueil .bloc-titre h1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-family: Poppins;
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
}

.view-slider-accueil .bloc-titre h1 span {
    font-size: 24px;
    line-height: normal;
}

.view-slider-accueil .swiper-slide {
    min-height: 685px;
    display: flex;
    align-items: center;
}

.view-slider-accueil .swiper-slide .contenu {
    max-width: 40%;
}

.view-slider-accueil .swiper-slide .contenu .titre {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
}

.view-slider-accueil .swiper-slide .contenu .texte {
    margin-bottom: 35px;
}

.view-slider-accueil .swiper-button-prev {
    width: 25px;
    height: 45px;
    left: 5%;
    background: url("../images/svg/arrow-slider-prev.svg") no-repeat center;
}

.view-slider-accueil .swiper-button-next {
    width: 25px;
    height: 45px;
    right: 5%;
    background: url("../images/svg/arrow-slider-next.svg") no-repeat center;
}

#quickResa {
    color: #0B4F8D;
    margin-top: 70px;
    padding-bottom: 0 !important;
    max-width: 1200px !important;
    /* Couleurs */
    --qr-primary: #fff; /* Couleur principale (bouton, focus) */
    --qr-bg: transparent; /* Fond du widget */
    --qr-label-color: #333; /* Couleur des labels */
    --qr-border-color: #ccc; /* Bordure des champs */
    /* Dimensions */
    --qr-radius: 5px; /* Arrondi général */
    --qr-card-radius: 10px; /* Arrondi du conteneur */
    --qr-card-padding: 1.25rem; /* Padding interne */
    --qr-card-max-width: 1200px; /* Largeur max */
    --qr-input-height: 48px; /* Hauteur des champs */
    --qr-input-max-width: 420px; /* Largeur max des champs */
    --qr-gap: 1.25rem; /* Espacement entre champs */
    /* Typographie */
    --qr-label-weight: 500; /* Graisse des labels */
    --qr-label-size: 0.9rem; /* Taille des labels */
    /* Bouton */
    --qr-btn-radius: 50px; /* Arrondi du bouton */
    --qr-btn-size: 1rem; /* Taille texte bouton */
    --qr-btn-weight: 700; /* Graisse texte bouton */
}
#quickResa select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    cursor: pointer;
    background: #fff url(../images/svg/arrow-select.svg) no-repeat center right 10px;
    padding-right: 30px;
}
#quickResa .qr-form--1-select .qr-dates {
    min-width: 300px;
}
#quickResa .qr-submit {
    text-align: center;
    padding: 10px 25px;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    border: none;
    text-decoration: none;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    transition: all 200ms ease-in-out;
    color: #fff;
    background: var(--Bleu);
    border: 1px solid var(--Blanc, #FFF);
}
#quickResa .qr-submit:disabled {
    background: #cecece;
}
#quickResa .qr-form__label {
    color: #fff;
    font-family: Lobster;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#quickResa #qr-reset {
    color: #fff;
}

/*///////////////////////////////////////*/
/* ///// SWIPER AVIS ////////////////// */
/*/////////////////////////////////////*/
#block-accueil-avis-google {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #EFEEF8;
}
#block-accueil-avis-google .block-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}
#block-accueil-avis-google .block-title .subtitle {
    color: var(--Bleu-Alt, #0B4F8D);
    font-family: Lobster;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#block-accueil-avis-google .block-title h2 {
    color: var(--Dark, #231F20);
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
}

#block-accueil-avis-google .entete-avis .intro-avis {
    line-height: 24px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 300;
    font-family: "Roboto";
}

#block-accueil-avis-google .entete-avis .intro-avis a {
    color: #0E334A;
}

#block-accueil-avis-google .flex-center {
    margin-top: 30px;
}

.block-swiper-avis {
    position: relative;
}

.block-swiper-avis .titre-eclairs {
    margin-bottom: 30px;
}

.block-swiper-avis .intro-avis {
    text-align: center;
    margin: 0 auto 50px;
}

.block-swiper-avis .intro-avis p {
    line-height: 26px;
}

.block-swiper-avis .intro-avis a {
    color: #E94E1B;
}

.block-swiper-avis .container-slider {
    padding: 0 80px;
    position: relative;
    margin-bottom: 50px;
}

.block-swiper-avis .swiper-slide {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.block-swiper-avis .swiper-slide .miniature-avis {
    height: 265px;
}

.block-swiper-avis .swiper-slide .miniature-avis .texte {
    max-height: 120px;
    overflow: auto;
    padding-right: 10px;
}

.block-swiper-avis .swiper-slide .miniature-avis .texte::-webkit-scrollbar-track {
    padding: 2px;
}

.block-swiper-avis .swiper-slide .miniature-avis .texte::-webkit-scrollbar {
    width: 12px;
    background: #f2f2f2;
    cursor: pointer;
    border-radius: 15px;
}

/* Handle */
.miniature-avis .texte::-webkit-scrollbar-thumb {
    background: #AFB4A9;
    border-radius: 15px;
    border: solid 3px #f2f2f2;
    min-height: 30px;
}

/*///////////////////////////////////////*/
/* ////// MINIATURE AVIS ////////////// */
/*/////////////////////////////////////*/
.miniature-avis {
    width: calc(100% - 20px);
    background: #fff;
    box-sizing: border-box;
    padding: 30px 20px;
    border-radius: 15px;
}

.miniature-avis .nom {
    color: var(--Dark, #231F20);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: 10px;
}

.miniature-avis .note-date {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}

.miniature-avis .note-date .note {
    display: flex;
    align-items: center;
    margin-right: 10px;
    gap: 3px;
}

.miniature-avis .note-date .date {
    font-size: 12px;
    color: #5D5D5D;
}

.miniature-avis .texte {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.miniature-avis .texte p {
    font-size: 16px;
    line-height: 26px;
    color: #2E2E2E;
}

#slider-avis {
    position: relative;
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL CROISIERES /////////// */
/*/////////////////////////////////////*/
.accueil-croisieres, .autres-croisieres {
    padding: 115px 0;
}
.accueil-croisieres .flex-center, .autres-croisieres .flex-center {
    margin-top: 40px;
}
.accueil-croisieres .block-title, .autres-croisieres .block-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}
.accueil-croisieres .block-title .subtitle, .autres-croisieres .block-title .subtitle {
    color: var(--Bleu-Alt, #0B4F8D);
    font-family: Lobster;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.accueil-croisieres .block-title h2, .autres-croisieres .block-title h2 {
    color: var(--Dark, #231F20);
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
}
.accueil-croisieres #slider-croisieres, .autres-croisieres #slider-croisieres {
    position: relative;
}
.accueil-croisieres #slider-croisieres .swiper-button-prev,
.accueil-croisieres #slider-croisieres .swiper-button-next, .autres-croisieres #slider-croisieres .swiper-button-prev,
.autres-croisieres #slider-croisieres .swiper-button-next {
    display: flex;
    width: 30px;
    height: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: -40px;
    border-radius: 50px;
    background: #0F60A9 url("../images/svg/swiper-btn-prev-white.svg") no-repeat center;
}
.accueil-croisieres #slider-croisieres .swiper-button-next, .autres-croisieres #slider-croisieres .swiper-button-next {
    right: -40px;
    left: auto;
    background: #0F60A9 url("../images/svg/swiper-btn-next-white.svg") no-repeat center;
}
.accueil-croisieres .swiper-slide, .autres-croisieres .swiper-slide {
    display: flex;
    justify-content: center;
    padding: 5px 0;
}
.accueil-croisieres .swiper-slide .cartouche-croisiere, .autres-croisieres .swiper-slide .cartouche-croisiere {
    width: calc(100% - 6px);
    max-width: 557px;
}

/*///////////////////////////////////////*/
/* ///// LISTE SOUS-PAGES ///////////// */
/*/////////////////////////////////////*/
.liste-sous-pages {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 12px;
    margin-top: 40px;
}
.liste-sous-pages a {
    width: calc(33.3333% - 8px);
    background: var(--Contraste-1, #F6F6F6);
    border-radius: 5px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
}
.liste-sous-pages a .image {
    width: 100%;
    max-width: 150px;
    overflow: hidden;
    display: flex;
}
.liste-sous-pages a .image img {
    width: 100%;
    transition: all 200ms ease-in-out;
}
.liste-sous-pages a .contenu {
    width: 100%;
    padding: 20px 30px;
    display: flex;
    align-items: center;
}
.liste-sous-pages a .contenu .titre {
    color: var(--Bleu, #0F60A9);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.liste-sous-pages a:hover .image img {
    transform: scale(1.1);
}

/*///////////////////////////////////////*/
/* ///// LISTE CROISIERES ///////////// */
/*/////////////////////////////////////*/
.liste-croisieres {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 72px;
    margin: 50px auto 100px;
}
.liste-croisieres .cartouche-croisiere {
    width: calc(33.33333% - 48px);
}

/*///////////////////////////////////////*/
/* ///// CARTOUCHE CROISIERE ////////// */
/*/////////////////////////////////////*/
.cartouche-croisiere {
    position: relative;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background: var(--Blanc, #FFF);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.08);
}
.cartouche-croisiere.adapte-enfants:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -9px;
    left: -8px;
    width: 101px;
    height: 101px;
    background: url("../images/interface/picto-adapte-enfants.png") no-repeat center/contain;
}
.cartouche-croisiere .image {
    display: flex;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.cartouche-croisiere .image a {
    display: flex;
}
.cartouche-croisiere .image a img {
    transition: all 200ms ease-in-out;
}
.cartouche-croisiere .image a .identifiant {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    color: var(--Blanc, #FFF);
    display: flex;
    padding: 1px 25px 3px 25px;
    border-radius: 5px 5px 0 0;
    color: var(--Blanc, #FFF);
    font-family: Lobster;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-width: max-content;
}
.cartouche-croisiere .image a .identifiant.croisiere, .cartouche-croisiere .image a .identifiant.liaison_reguliere {
    background: var(--Bleu-clair, #16C6D1);
}
.cartouche-croisiere .image a .identifiant.croisiere_groupe {
    background: var(--Orange, #F7A500);
}
.cartouche-croisiere .image a .identifiant.red {
    background: var(--Rose, #F86666);
}
.cartouche-croisiere .image a:hover img {
    transform: scale(1.1);
}
.cartouche-croisiere .contenu {
    padding: 20px;
}
.cartouche-croisiere .contenu a.titre {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--Bleu, #0F60A9);
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
    min-height: 52px;
}
.cartouche-croisiere .contenu a.titre span {
    font-size: 16px;
}
.cartouche-croisiere .contenu .tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 10px 0 20px;
}
.cartouche-croisiere .contenu .tags .tag {
    display: flex;
    padding: 2px 15px 3px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Blanc, #FFF);
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 15px;
}
.cartouche-croisiere .contenu .tags .tag.periode {
    background: var(--Rose, #F86666);
}
.cartouche-croisiere .contenu .tags .tag.croisiere, .cartouche-croisiere .contenu .tags .tag.offre_tout_compris, .cartouche-croisiere .contenu .tags .tag.individuelle {
    background: var(--Bleu-clair, #16C6D1);
}
.cartouche-croisiere .contenu .tags .tag.croisiere_groupe, .cartouche-croisiere .contenu .tags .tag.groupe {
    background: var(--Orange, #F7A500);
}
.cartouche-croisiere .contenu .programme {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 104px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: var(--Dark, #231F20);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
}
.cartouche-croisiere .contenu .programme p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}
.cartouche-croisiere .escale-en-arz {
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #16C6D1;
}
.cartouche-croisiere .tarifs {
    padding: 5px 10px;
    border-radius: 5px;
    background: var(--Contraste-1, #F6F6F6);
}
.cartouche-croisiere .tarifs .tarif {
    color: var(--Dark, #231F20);
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    display: flex;
    text-align: center;
}
.cartouche-croisiere .tarifs .tarif:not(:last-of-type) {
    border-bottom: 1px solid var(--Contraste-2, #D9D9D9);
}
.cartouche-croisiere .tarifs .tarif .titre {
    width: 100%;
    padding: 6px 5px;
    min-height: 40px;
    border-right: 1px solid var(--Contraste-2, #D9D9D9);
}
.cartouche-croisiere .tarifs .tarif .titre span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
}
.cartouche-croisiere .tarifs .tarif .prix {
    width: 100%;
    padding: 6px 5px;
}
.cartouche-croisiere .plus-tarifs {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 3px;
    font-size: 14px;
    font-style: italic;
}
.cartouche-croisiere .default-btn {
    width: 100%;
    margin-top: 15px;
    padding: 10px 25px;
}
.cartouche-croisiere.offre_tout_compris .contenu .programme {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: none;
    -webkit-line-clamp: 1000;
    -webkit-box-orient: vertical;
}

/*///////////////////////////////////////*/
/* ///// CARTES DES TRAVERSEES //////// */
/*/////////////////////////////////////*/
.carte-traversees {
    margin-top: 50px;
}

/*///////////////////////////////////////*/
/* /////FICHE LOUEUR VELO ///////////// */
/*/////////////////////////////////////*/
.fiche-loueur-velo {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fiche-loueur-velo .image {
    max-width: 350px;
}
.fiche-loueur-velo .titre {
    color: var(--Rose, #F86666);
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
    margin: 20px 0 0;
}
.fiche-loueur-velo .localisation {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: var(--Bleu);
    font-size: 16px;
}
.fiche-loueur-velo .localisation svg {
    max-width: 24px;
}
.fiche-loueur-velo .description {
    margin-top: 30px;
}
.fiche-loueur-velo .description p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL CATEGORIES /////////// */
/*/////////////////////////////////////*/
.plan-du-site {
    column-count: 3;
    column-gap: 30px;
    margin-top: 50px;
}
.plan-du-site .bloc-categorie {
    break-inside: avoid;
    margin-bottom: 50px;
}
.plan-du-site .bloc-categorie h2 {
    color: var(--Bleu, #0F60A9);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}
.plan-du-site .bloc-categorie .liste-pages {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.plan-du-site .bloc-categorie .liste-pages a {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
    text-decoration: none;
}
.plan-du-site .bloc-categorie .liste-pages a:hover {
    text-decoration: underline;
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL CATEGORIES /////////// */
/*/////////////////////////////////////*/
.accueil-categories {
    margin-bottom: 150px;
}
.accueil-categories h2 {
    color: var(--Dark, #231F20);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 30px;
}
.accueil-categories .liste-categories {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.accueil-categories .liste-categories .liaisons-regulieres {
    width: 100%;
    max-width: 465px;
    padding: 40px 30px;
    background: #0F60A9;
    border-radius: 10px;
    color: #fff;
}
.accueil-categories .liste-categories .liaisons-regulieres .bloc-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}
.accueil-categories .liste-categories .liaisons-regulieres .bloc-title .picto-liaisons {
    width: 100%;
    max-width: 111px;
}
.accueil-categories .liste-categories .liaisons-regulieres .bloc-title .titre {
    font-family: Lobster;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.accueil-categories .liste-categories .liaisons-regulieres .bloc-title .titre span {
    display: inline-block;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.accueil-categories .liste-categories .liaisons-regulieres .texte {
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.accueil-categories .liste-categories .liaisons-regulieres .default-btn {
    width: 100%;
    margin-top: 35px;
}
.accueil-categories .liste-categories .categories-croisieres {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.accueil-categories .liste-categories .categories-croisieres .categorie-croisieres {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    min-height: 196px;
}
.accueil-categories .liste-categories .categories-croisieres .categorie-croisieres .image {
    display: flex;
    width: 100%;
    max-width: 200px;
    border-radius: 5px;
    overflow: hidden;
}
.accueil-categories .liste-categories .categories-croisieres .categorie-croisieres .image img {
    transition: all 200ms ease-in-out;
}
.accueil-categories .liste-categories .categories-croisieres .categorie-croisieres .image:hover img {
    transform: scale(1.1);
}
.accueil-categories .liste-categories .categories-croisieres .categorie-croisieres .contenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 30px 30px 30px 20px;
}
.accueil-categories .liste-categories .categories-croisieres .categorie-croisieres .contenu h3 {
    color: var(--Bleu, #0F60A9);
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.accueil-categories .liste-categories .categories-croisieres .categorie-croisieres .contenu .texte {
    overflow: hidden;
    color: var(--Dark, #231F20);
    text-overflow: ellipsis;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.accueil-categories .liste-categories .categories-croisieres .categorie-croisieres.individuelles {
    background: rgba(15, 96, 169, 0.13);
}
.accueil-categories .liste-categories .categories-croisieres .categorie-croisieres.groupes {
    background: rgba(247, 165, 0, 0.13);
}
.accueil-categories .sorties-scolaires {
    display: flex;
    align-items: center;
    padding: 10px 30px;
    min-height: 130px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    border-radius: 10px;
    background: url("../images/interface/accueil-sorties-scolaires.jpg") no-repeat center/cover;
}
.accueil-categories .sorties-scolaires .image-enfants {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.accueil-categories .sorties-scolaires .contenu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-left: 460px;
}
.accueil-categories .sorties-scolaires .contenu .titre {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: var(--Bleu, #0F60A9);
    font-family: Lobster;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
}
.accueil-categories .sorties-scolaires .contenu .titre span {
    color: var(--Bleu, #0F60A9);
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL PRESENTATION ///////// */
/*/////////////////////////////////////*/
.accueil-presentation {
    display: flex;
}
.accueil-presentation .visuel {
    position: relative;
    width: 50%;
    background: url("../images/interface/accueil-presentation.jpg") no-repeat left center/cover;
}
.accueil-presentation .visuel:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: linear-gradient(to right, transparent, #0F60A9);
}
.accueil-presentation .contenu {
    width: 50%;
    padding: 120px 0 120px 50px;
    background: var(--Bleu, #0F60A9);
}
.accueil-presentation .contenu .inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    color: #fff;
}
.accueil-presentation .contenu .inner h2 {
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.accueil-presentation .contenu .inner .texte p {
    color: #fff;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
.accueil-presentation .contenu .inner .pictos {
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.accueil-presentation .contenu .inner .pictos .bloc-picto {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 10px;
}
.accueil-presentation .contenu .inner .pictos .bloc-picto .titre {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL CATALOGUE //////////// */
/*/////////////////////////////////////*/
.accueil-catalogue {
    padding: 150px 0;
    display: flex;
    gap: 25px;
}
.accueil-catalogue .catalogue {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 828px;
    padding: 20px 270px 20px 50px;
    background: rgba(15, 96, 169, 0.13);
    border-radius: 10px;
}
.accueil-catalogue .catalogue .telechargez {
    color: var(--Bleu, #0F60A9);
    font-family: Lobster;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}
.accueil-catalogue .catalogue .titre {
    color: var(--Rose, #F86666);
    font-family: Poppins;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
}
.accueil-catalogue .catalogue .texte {
    color: var(--Bleu, #0F60A9);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 20px 0;
}
.accueil-catalogue .catalogue .btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.accueil-catalogue .catalogue .plaquette {
    display: flex;
    position: absolute;
    right: 20px;
    top: -55px;
    transform: rotate(4deg);
    border: 3px solid var(--Bleu, #0F60A9);
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.accueil-catalogue .liens-rapides {
    width: 100%;
    max-width: 467px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.accueil-catalogue .liens-rapides .lien {
    color: #fff;
    display: flex;
    padding: 20px 30px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    background: var(--Bleu, #0F60A9);
    text-decoration: none;
}
.accueil-catalogue .liens-rapides .lien .titre {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.accueil-catalogue .liens-rapides .lien.bateaux {
    background: var(--Bleu-clair, #16C6D1);
}
.accueil-catalogue .liens-rapides .lien.bon-cadeau {
    background: var(--Rose, #F86666);
}

/*///////////////////////////////////////*/
/* ///// CONTACT FORM ///////////////// */
/*/////////////////////////////////////*/
.contact-form {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 40px auto 0;
}

.contact-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form form .field--type-list-string,
.contact-form form .field--type-string,
.contact-form form .field--type-email,
.contact-form form .field--type-date {
    width: 32%;
}

.contact-form form .field--type-list-string .form-radios {
    display: flex;
    flex-wrap: wrap;
}

.contact-form form .field--type-list-string .form-radios .form-type-radio:not(:last-of-type) {
    margin-right: 40px;
}

.contact-form form .form-item {
    margin-bottom: 0;
}

.contact-form form label {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #242424;
}

.contact-form form .field--type-string-long {
    width: 100%;
}

.contact-form form input[type=text],
.contact-form form input[type=email],
.contact-form form input[type=date],
.contact-form form select {
    color: #4B4B4D;
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    border: solid 1px #C8C8C8;
}

.contact-form form textarea {
    color: #4B4B4D;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
    border-radius: 5px;
    border: solid 1px #C8C8C8;
}

.contact-form form .form-actions {
    width: 100%;
    display: flex;
    justify-content: center;
}

.g-recaptcha {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/*CHECKBOX*/
input[type=checkbox]:checked,
input[type=checkbox]:disabled:checked,
input[type=radio]:checked,
input[type=radio]:disabled:checked {
    background-color: #0F60A9;
}

input[type=checkbox]:hover,
input[type=checkbox]:focus,
input[type=radio]:hover,
input[type=radio]:focus {
    border: 2px solid #C2C2C2;
}

input[type=checkbox],
input[type=radio] {
    margin: 0 10px 0 0;
}

input[type=checkbox]:before,
input[type=radio]:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -2px;
    font-weight: 700;
    border-radius: 0;
    padding-left: 0.5px;
    padding-top: 2px;
    text-align: center;
    background: #fff;
    font-size: 11px;
    color: #0F60A9;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    margin-left: -2px;
}

input[type=radio]:before {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

input[type=radio]:checked:before {
    color: #0F60A9;
    content: "\f111";
}

input[type=checkbox]:checked:before {
    content: "";
    background: #0F60A9;
    outline: solid 3px #fff;
    outline-offset: -6px;
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL SEO VIDEO //////////// */
/*/////////////////////////////////////*/
.accueil-seo-video {
    padding: 120px 0 150px;
}
.accueil-seo-video h2 {
    color: var(--Dark, #231F20);
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
}
.accueil-seo-video .texte-seo {
    position: relative;
}
.accueil-seo-video .texte-seo.reduce {
    max-height: 160px;
    overflow: hidden;
}
.accueil-seo-video .texte-seo.reduce:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent, #fff);
}
.accueil-seo-video .texte-seo p {
    color: var(--Dark, #231F20);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.accueil-seo-video .texte-seo p a {
    color: var(--Bleu, #0F60A9);
}
.accueil-seo-video .flex-center {
    margin-top: 20px;
}
.accueil-seo-video .toggle-texte-seo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--Bleu, #0F60A9);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
.accueil-seo-video .toggle-texte-seo.active svg {
    transform: rotate(180deg);
}
.accueil-seo-video .accueil-video {
    max-width: 1200px;
    margin: 50px auto 0;
}

/*///////////////////////////////////////*/
/* ///// AUDIO GUIDE ////////////////// */
/*/////////////////////////////////////*/
.accueil-audioguide {
    background: var(--Bleu-Alpha, rgba(15, 96, 169, 0.13));
}
.accueil-audioguide .inner {
    min-height: 350px;
    box-sizing: border-box;
    position: relative;
    padding: 90px 0 75px 325px;
}
.accueil-audioguide .inner:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 281px;
    height: 471px;
    background: url("../images/interface/accueil-audioguide.png") no-repeat left bottom/contain;
}
.accueil-audioguide .inner .subtitle {
    color: var(--Bleu-Alt, #0B4F8D);
    font-family: Lobster;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}
.accueil-audioguide .inner h2 {
    color: var(--Dark, #231F20);
    font-family: Poppins;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
}
.accueil-audioguide .inner .liste-pays {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 35px 0 20px;
}
.accueil-audioguide .inner .liste-pays .pays {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--Dark, #231F20);
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}
.accueil-audioguide .inner .download-app {
    color: var(--Dark, #231F20);
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}

/*///////////////////////////////////////*/
/* ///// LISTE BATEAUX //////////////// */
/*/////////////////////////////////////*/
.liste-bateaux {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 72px;
    margin-top: 50px;
}
.liste-bateaux .bloc-bateau {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    width: calc(33.333333% - 48px);
    border-radius: 10px;
    background: var(--Blanc, #FFF);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.08);
}
.liste-bateaux .bloc-bateau .image {
    position: relative;
    width: 100%;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}
.liste-bateaux .bloc-bateau .contenu {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: fit-content;
}
.liste-bateaux .bloc-bateau .contenu .titre {
    color: var(--Rose, #F86666);
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
}
.liste-bateaux .bloc-bateau .contenu .taille {
    font-size: 16px;
    font-weight: 700;
    font-family: Poppins;
    color: var(--Bleu);
    line-height: normal;
}
.liste-bateaux .bloc-bateau .contenu .description {
    margin-top: 15px;
    color: var(--Bleu, #0F60A9);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

/*///////////////////////////////////////*/
/* ///// LISTE ACTUALITES ///////////// */
/*/////////////////////////////////////*/
.view-actualites {
    width: calc(100% - 60px);
    max-width: 1320px;
    margin: 50px auto;
}

.view-actualites .view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 72px;
}

.view-actualites .view-content .views-row {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    width: calc(33.333333% - 48px);
    border-radius: 10px;
    background: var(--Blanc, #FFF);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.08);
}

.view-actualites .view-content .views-row {
    position: relative;
}
.view-actualites .view-content .views-row .image {
    position: relative;
    width: 100%;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}
.view-actualites .view-content .views-row .image img {
    width: 100%;
    transition: all 200ms ease-in-out;
}
.view-actualites .view-content .views-row .image .date {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    padding: 1px 25px 3px 25px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border-radius: 5px 5px 0 0;
    background: var(--Bleu-clair, #16C6D1);
    color: var(--Blanc, #FFF);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.view-actualites .view-content .views-row:hover .image img {
    transform: scale(1.1);
}

.view-actualites .view-content .views-row .contenu {
    padding: 20px 20px 70px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: fit-content;
}

.view-actualites .view-content .views-row .contenu .titre {
    color: var(--Rose, #F86666);
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
    margin-bottom: 20px;
}

.view-actualites .view-content .views-row .contenu .resume {
    overflow: hidden;
    color: var(--Dark, #231F20);
    text-align: center;
    text-overflow: ellipsis;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    align-self: stretch;
}

.view-actualites .view-content .views-row .contenu .default-btn {
    padding: 10px 25px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

/*///////////////////////////////////////*/
/* ///// PAGE ACTUALITE /////////////// */
/*/////////////////////////////////////*/
.node--type-actualite {
    padding-bottom: 120px;
}
.node--type-actualite .image {
    position: relative;
    padding-top: 70px;
    background: var(--Bleu-Alpha, rgba(15, 96, 169, 0.13));
}
.node--type-actualite .image .container-small {
    display: flex;
    justify-content: center;
}
.node--type-actualite .paragraphes .para-item {
    width: 100%;
}

.node--type-actualite .date {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    padding: 1px 25px 3px 25px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border-radius: 5px 5px 0 0;
    background: var(--Bleu-clair, #16C6D1);
    color: var(--Blanc, #FFF);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.node--type-actualite h1 {
    color: #0C3064;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    margin: 30px 0 10px;
}

.node--type-actualite #block-izenah-croisieres-theme-breadcrumbs {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.node--type-actualite #block-izenah-croisieres-theme-breadcrumbs .breadcrumb {
    background: var(--Bleu-Alpha, rgba(15, 96, 169, 0.13));
}
.node--type-actualite #block-izenah-croisieres-theme-breadcrumbs .breadcrumb li, .node--type-actualite #block-izenah-croisieres-theme-breadcrumbs .breadcrumb li a {
    color: var(--Dark, #231F20);
}
.node--type-actualite #block-izenah-croisieres-theme-breadcrumbs .breadcrumb li:before {
    background: url(../images/svg/arrow-breadcrumbs-dark.svg) no-repeat center;
}

.node--type-actualite .texte {
    color: #333;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
}
.node--type-actualite .texte p a:not(.default-btn) {
    color: var(--Color, #0C3064);
}

/*///////////////////////////////////////*/
/* ///// PAGE CROISIERE /////////////// */
/*/////////////////////////////////////*/
.node-croisiere #demande-devis {
    padding-top: 20px;
}
.node-croisiere #demande-devis h2 {
    color: var(--Bleu, #0F60A9);
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}
.node-croisiere #demande-devis .intro-devis {
    color: var(--Gris, #231F20);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 5px 0 20px;
}
.node-croisiere .paragraphes .para-item {
    width: 100%;
    max-width: none;
    margin: 0 auto 30px;
}
.node-croisiere .container-croisiere {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}
.node-croisiere .container-croisiere .content-croisiere {
    width: 100%;
    position: relative;
}
.node-croisiere .container-croisiere .content-croisiere.adapte-enfants:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 5px;
    right: -15px;
    width: 101px;
    height: 101px;
    background: url(../images/interface/picto-adapte-enfants.png) no-repeat center/contain;
}
.node-croisiere .container-croisiere .content-croisiere .block-horaires {
    display: flex;
    padding: 30px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
    margin: 30px 0;
    border-radius: 10px;
    border-left: 5px solid var(--Bleu, #0F60A9);
    background: var(--Bleu-Alpha, rgba(15, 96, 169, 0.13));
}
.node-croisiere .container-croisiere .content-croisiere .block-horaires .info {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.node-croisiere .container-croisiere .content-croisiere .block-horaires .info .picto {
    display: flex;
    justify-content: center;
    padding-top: 3px;
    width: 100%;
    max-width: 24px;
}
.node-croisiere .container-croisiere .content-croisiere .block-horaires .info .picto svg {
    width: 100%;
}
.node-croisiere .container-croisiere .content-croisiere .block-horaires .info .texte {
    width: 100%;
}
.node-croisiere .container-croisiere .content-croisiere .block-horaires .info .texte p {
    width: 100%;
    display: block;
    color: #333;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 28px;
}
.node-croisiere .container-croisiere .content-croisiere .block-horaires .info .texte a:not(.default-btn) {
    color: var(--Bleu, #0F60A9);
}
.node-croisiere .container-croisiere .content-croisiere .block-itineraire {
    margin-bottom: 30px;
}
.node-croisiere .container-croisiere .content-croisiere .block-itineraire h2 {
    color: var(--Bleu, #0F60A9);
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.node-croisiere .container-croisiere .content-croisiere .block-itineraire .info-carte {
    color: #333;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}
.node-croisiere .container-croisiere .content-croisiere #afficheur-lsresa {
    margin-bottom: 50px;
}
.node-croisiere .container-croisiere .content-croisiere .menus {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.node-croisiere .container-croisiere .content-croisiere .menus .menu {
    border-radius: 10px;
    overflow: hidden;
    padding: 40px;
    text-align: center;
    background: url("../images/interface/bg-menu.jpg") no-repeat center/cover;
}
.node-croisiere .container-croisiere .content-croisiere .menus .menu .header-menu {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: solid 1px #fff;
}
.node-croisiere .container-croisiere .content-croisiere .menus .menu .header-menu .titre-menu {
    color: var(--Orange, #F7A500);
    font-family: Lobster;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.node-croisiere .container-croisiere .content-croisiere .menus .menu .header-menu .intro-menu {
    color: var(--Blanc, #FFF);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
}
.node-croisiere .container-croisiere .content-croisiere .menus .menu .elements {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.node-croisiere .container-croisiere .content-croisiere .menus .menu .elements .element {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.node-croisiere .container-croisiere .content-croisiere .menus .menu .elements .element .titre-elem {
    /*color: var(--Blanc, #FFF);*/
    color: #f86666;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.node-croisiere .container-croisiere .content-croisiere .menus .menu .elements .element .desc-elem {
    color: var(--Blanc, #FFF);
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.node-croisiere .container-croisiere .content-croisiere .menus .menu .footer-menu {
    padding-top: 15px;
    margin-top: 25px;
    border-top: solid 1px #fff;
    color: var(--Blanc, #FFF);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}
.node-croisiere .container-croisiere .fiche-croisiere {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin-top: -60px;
    position: sticky;
    top: 100px;
    padding-bottom: 50px;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky {
    width: 100%;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .infos-principales {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    background: var(--Blanc, #FFF);
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .infos-principales .identifiant {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Blanc, #FFF);
    font-family: Lobster;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .infos-principales .content {
    border-radius: 0 0 10px 10px;
    border-top: none;
    padding: 15px 30px 30px;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .infos-principales .content .titre-block {
    color: var(--Bleu, #0F60A9);
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .infos-principales .content .titre-croisiere {
    color: var(--Bleu, #0F60A9);
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .infos-principales .content .titre-tarifs {
    color: var(--Bleu, #0F60A9);
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .infos-principales .content .sans-resa {
    color: var(--Rose, #F86666);
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .infos-principales .content .tarifs {
    padding: 5px 10px;
    align-self: stretch;
    border-radius: 5px;
    margin: 15px 0 10px;
    background: var(--Bleu-Alpha, rgba(15, 96, 169, 0.13));
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .infos-principales .content .tarifs .tarif {
    color: var(--Dark, #231F20);
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    display: flex;
    text-align: center;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .infos-principales .content .tarifs .tarif .titre {
    width: 50%;
    padding: 6px 5px;
    min-height: 40px;
    border-right: 1px solid #fff;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .infos-principales .content .tarifs .tarif .titre span {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .infos-principales .content .tarifs .tarif .prix {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 6px 5px;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .infos-principales .content .tarifs .tarif:not(:last-of-type) {
    border-bottom: 1px solid #fff;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .infos-principales .content .info-comp-tarifs {
    margin-bottom: 15px;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .infos-principales .content .info-comp-tarifs p {
    color: var(--Dark, #231F20);
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .infos-principales .content .btns {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .infos-principales .content .btns .default-btn {
    width: 100%;
    padding: 10px 25px;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .infos-principales .content .modes-paiements {
    margin-top: 15px;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .infos-principales .content .modes-paiements .titre-modes {
    color: var(--Bleu, #0F60A9);
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .infos-principales .content .modes-paiements .texte-modes p {
    color: var(--Bleu, #0F60A9);
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .infos-principales .content .modes-paiements .picto-modes {
    text-align: center;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .block-cta {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .block-cta a {
    border: solid 1px transparent;
    border-radius: 10px;
    background: var(--Contraste-1, #F6F6F6);
    position: relative;
    width: 100%;
    color: var(--Dark, #231F20);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 10px 20px;
    text-decoration: none;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .block-cta a:hover {
    border: solid 1px #cfcfcf;
}
.node-croisiere .container-croisiere .fiche-croisiere .block-sticky .block-cta a.cadeau:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 28px;
    height: 28px;
    background: url("../images/interface/picto-cadeau.png") no-repeat center/contain;
}
.node-croisiere .container-croisiere .fiche-croisiere.individuelle .identifiant {
    background: #16C6D1;
}
.node-croisiere .container-croisiere .fiche-croisiere.individuelle .content {
    border: 5px solid var(--Bleu-clair, #16C6D1);
}
.node-croisiere .container-croisiere .fiche-croisiere.groupe .identifiant {
    background: #F7A500;
}
.node-croisiere .container-croisiere .fiche-croisiere.groupe .content {
    border: 5px solid #F7A500;
}
.node-croisiere .container-croisiere .fiche-croisiere.liaison-reguliere .identifiant {
    background: #0F60A9;
}
.node-croisiere .container-croisiere .fiche-croisiere.liaison-reguliere .content {
    border: 5px solid #0F60A9;
}

.autres-croisieres {
    margin-top: 60px;
    background: var(--Bleu-Alpha, rgba(15, 96, 169, 0.13));
}

/*///////////////////////////////////////*/
/* ///// PAGE DE CONTENU ////////////// */
/*/////////////////////////////////////*/
.node--type-contenu .paragraphes .para-item:first-of-type {
    margin-top: 50px;
}

/*///////////////////////////////////////*/
/* ///// PAGE LOUEURS VELOS /////////// */
/*/////////////////////////////////////*/
.page-loueurs-velos {
    margin: 50px auto 100px;
}

.page-loueurs-velos .liste-loueurs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
}
.page-loueurs-velos .liste-loueurs .bloc-loueur {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    background: var(--Blanc, #FFF);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.16);
    padding: 10px;
}
.page-loueurs-velos .liste-loueurs .bloc-loueur .image {
    width: 100%;
    max-width: 300px;
}
.page-loueurs-velos .liste-loueurs .bloc-loueur .image img {
    width: 100%;
}
.page-loueurs-velos .liste-loueurs .bloc-loueur .contenu {
    width: 100%;
    padding: 20px 20px 20px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.page-loueurs-velos .liste-loueurs .bloc-loueur .contenu h3 {
    color: var(--Rose, #F86666);
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
    margin-bottom: 20px;
}
.page-loueurs-velos .liste-loueurs .bloc-loueur .contenu .description p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}
.page-loueurs-velos .liste-loueurs .bloc-loueur .contenu .description a:not(.default-btn) {
    color: #0F60A9;
}

/*///////////////////////////////////////*/
/* //////// MODE ONGLETS ////////////// */
/*/////////////////////////////////////*/
.tabs-link {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    margin-bottom: 45px;
    border-bottom: solid 2px #0F60A9;
}

.tabs-link .tab-link {
    display: flex;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    font-weight: 700;
    padding: 10px 30px;
    text-decoration: none;
    outline-offset: -8px;
    font-family: Poppins;
    background: #f2f2f2;
}

.tabs-link .tab-link:not(.active):hover {
    color: var(--Bleu);
}

.tabs-link .tab-link.active {
    background: #0F60A9;
    color: #fff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/*///////////////////////////////////////*/
/* ///// BLOCK BROCHURE /////////////// */
/*/////////////////////////////////////*/
.block-brochure .intro-brochure {
    margin: 50px 0 20px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: var(--Bleu, #0F60A9);
}
.block-brochure .flip-book-container {
    height: 850px;
}
.block-brochure .flex-center {
    margin-top: 25px;
}

/*///////////////////////////////////////*/
/* ///// PAGE CONTACT ///////////////// */
/*/////////////////////////////////////*/
.page-contact {
    display: flex;
    gap: 25px;
    margin-top: 50px;
}
.page-contact .infos-contact {
    width: 100%;
    max-width: 360px;
    display: flex;
    padding: 50px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    text-align: center;
    border-radius: 15px;
    background: var(--Bleu-Alpha, rgba(15, 96, 169, 0.13));
}
.page-contact .infos-contact .baseline {
    color: var(--Bleu, #0F60A9);
    text-align: center;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 6px;
}
.page-contact .infos-contact .bloc-contact .titre {
    color: var(--Bleu, #0F60A9);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.page-contact .infos-contact .bloc-contact .info {
    color: var(--Bleu, #0F60A9);
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.page-contact .infos-contact .bloc-contact .default-btn {
    margin-top: 10px;
    padding: 5px 25px;
}
.page-contact #blockMap {
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
}

#block-izenah-croisieres-theme-webform h2 {
    padding-top: 50px;
    color: var(--Bleu, #0F60A9);
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#block-izenah-croisieres-theme-webform .intro-contact-form {
    color: var(--Gris, #231F20);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 15px 0 25px;
}

/*///////////////////////////////////////*/
/* ///// FOOTER /////////////////////// */
/*/////////////////////////////////////*/
footer {
    clear: both;
    color: #fff;
    background: var(--Bleu, #0F60A9);
}
footer a {
    color: #fff;
    text-decoration: none;
}

.contenu-footer {
    padding: 90px 0 40px;
}
.contenu-footer .logo-contacts {
    display: flex;
    gap: 30px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #fff;
}
.contenu-footer .logo-contacts .logo {
    width: 100%;
    max-width: 213px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    text-align: center;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
.contenu-footer .logo-contacts .contacts {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.contenu-footer .logo-contacts .contacts .contact {
    width: 100%;
    max-width: 300px;
}
.contenu-footer .logo-contacts .contacts .contact .titre {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.contenu-footer .logo-contacts .contacts .contact .info {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.contenu-footer .logo-contacts .contacts .contact .default-btn {
    margin-top: 15px;
    padding: 5px 25px;
}
.contenu-footer .liste-menus {
    column-count: 3;
    column-gap: 30px;
}
.contenu-footer .liste-menus .menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    break-inside: avoid;
    gap: 12px;
    margin-bottom: 30px;
}
.contenu-footer .liste-menus .menu a {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.contenu-footer .liste-menus .menu a.large {
    font-size: 16px;
    font-weight: 700;
}
.contenu-footer .autre-menu-socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-top: 30px;
}
.contenu-footer .autre-menu-socials .autre-menu {
    width: 100%;
    max-width: 930px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.contenu-footer .autre-menu-socials .autre-menu a.default-btn {
    padding: 5px 25px;
}
.contenu-footer .autre-menu-socials .autre-menu a:not(.default-btn) {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.contenu-footer .autre-menu-socials .socials {
    width: 100%;
    max-width: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

/*Copyright*/
footer .gl-copy {
    font-weight: 300;
    padding: 25px 0;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #fff;
}

footer .gl-copy img {
    margin-bottom: -5px;
}

footer .gl-copy a {
    color: #fff;
    text-decoration: underline;
}

/*///////////////////////////////////////*/
/* ///// MASQUAGE ADMIN MENU ////////// */
/*/////////////////////////////////////*/
#toolbar-administration {
    display: none;
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 0;
}

body,
.adminimal-admin-toolbar.toolbar-fixed.toolbar-vertical {
    padding: 0 !important;
}

/*///////////////////////////////////////*/
/* //// GALERIE PARAGRAPHE //////////// */
/*/////////////////////////////////////*/
.galerie-paragraphe .grid__item,
.galerie-paragraphe .grid__col-sizer {
    width: calc(33.333333% - 10px);
}

.galerie-paragraphe .grid__gutter-sizer {
    width: 10px;
}

.galerie-paragraphe .grid__item {
    margin-bottom: 10px;
}

/*///////////////////////////////////////*/
/* //////////// WEBFORMS ////////////// */
/*/////////////////////////////////////*/
.webform-submission-form {
    width: 100%;
    max-width: 1320px;
    margin: 40px auto 120px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.path-node-278 .webform-submission-form {
    width: calc(100% - 60px);
    margin: 40px auto;
}

.webform-submission-form .form-item {
    margin: 0 0 15px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.webform-submission-form .form-type-textfield,
.webform-submission-form .form-type-email,
.webform-submission-form .form-type-tel,
.webform-submission-form .form-type-select,
.webform-submission-form .form-type-date,
.webform-submission-form .form-type-number {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}
.webform-submission-form .form-type-textfield.form-item-ville, .webform-submission-form .form-type-textfield.form-item-pays,
.webform-submission-form .form-type-email.form-item-ville,
.webform-submission-form .form-type-email.form-item-pays,
.webform-submission-form .form-type-tel.form-item-ville,
.webform-submission-form .form-type-tel.form-item-pays,
.webform-submission-form .form-type-select.form-item-ville,
.webform-submission-form .form-type-select.form-item-pays,
.webform-submission-form .form-type-date.form-item-ville,
.webform-submission-form .form-type-date.form-item-pays,
.webform-submission-form .form-type-number.form-item-ville,
.webform-submission-form .form-type-number.form-item-pays {
    width: calc(25% - 8px);
}

.webform-submission-form .form-type-select.form-item-offre-concernee {
    width: 100%;
}

.webform-submission-form .form-item-date-souhaitee,
.webform-submission-form .form-item-periode-de-la-journee,
.webform-submission-form .form-item-nb-adultes,
.webform-submission-form .form-item-nb-12-ans {
    width: calc(25% - 8px);
}

.webform-submission-form .form-type-textarea {
    width: 100%;
}

.webform-submission-form .form-textarea-wrapper {
    width: 100%;
}

.webform-submission-form .form-type-checkbox {
    margin-top: 10px;
}

.webform-submission-form .form-actions {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.webform-submission-form .form-item .fieldset-legend,
.webform-submission-form .form-item label {
    color: var(--Gris, #231F20);
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    margin-bottom: 6px;
}

.webform-submission-form .form-type-checkbox label {
    padding-left: 35px;
    margin-top: -15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.webform-submission-form input[type=text],
.webform-submission-form input[type=email],
.webform-submission-form input[type=tel],
.webform-submission-form input[type=number],
.webform-submission-form input[type=date],
.webform-submission-form select {
    height: 42px;
    line-height: 42px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    padding: 0 20px;
    width: 100%;
}

.webform-submission-form select {
    padding-right: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    cursor: pointer;
    background: url("../images/svg/arrow-select.svg") no-repeat center right 15px;
}

.webform-submission-form textarea {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    padding: 25px 35px;
}

.webform-submission-form input[type=text]:focus,
.webform-submission-form input[type=email]:focus,
.webform-submission-form input[type=tel]:focus,
.webform-submission-form input[type=number]:focus,
.webform-submission-form input[type=date]:focus,
.webform-submission-form select {
    outline: none;
}

/*///////////////////////////////////////*/
/* // MISE EN PAGE PARAGRAPHES //////// */
/*/////////////////////////////////////*/
.paragraphes .para-item {
    width: calc(100% - 60px);
    max-width: 1320px;
    margin: 0 auto 80px;
    clear: both;
}
.paragraphes .para-item blockquote {
    background: #e6ebf0;
    border-radius: 10px;
    padding: 20px 25px 5px;
    margin-bottom: 15px;
}
.paragraphes .para-item blockquote p {
    color: #597897;
}

.intro {
    width: calc(100% - 60px);
    max-width: 1320px;
    margin: 0 auto 50px;
    clear: both;
}

/*Swiper paragraphes*/
.paragraphes .swiper-paragraphe {
    width: 100%;
    margin: 25px auto;
    position: relative;
}

.paragraphes .swiper-paragraphe .swiper-button-prev {
    width: 40px;
    height: 45px;
    left: 1%;
    background: url(../images/svg/arrow-slider-prev-white.svg) no-repeat center;
}

.paragraphes .swiper-paragraphe .swiper-button-next {
    width: 40px;
    height: 45px;
    right: 1%;
    background: url(../images/svg/arrow-slider-next-white.svg) no-repeat center;
}

/*Paragraphe pleine largeur*/
.paragraphes .para-item.full-width {
    width: 100%;
    max-width: none;
    padding: 40px 0;
}

.paragraphes .para-item.full-width .container-para {
    width: calc(100% - 60px);
    max-width: 1320px;
    margin: 0 auto;
}

.paragraphes .para-item.full-width.pos-photo-3 .container-para,
.paragraphes .para-item.full-width.pos-photo-4 .container-para {
    width: 100%;
    max-width: none;
    opacity: 0;
    transition: 200ms ease-in-out;
}

.para-photo-img a {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}
.para-photo-img a img {
    width: 100%;
}

.paragraphes .para-item.full-width.pos-photo-3 .container-para .para-photo-img,
.paragraphes .para-item.full-width.pos-photo-4 .container-para .para-photo-img {
    width: 100%;
    display: flex;
    overflow: hidden;
}

.paragraphes .para-item.full-width.pos-photo-3 .container-para .para-photo-img a,
.paragraphes .para-item.full-width.pos-photo-4 .container-para .para-photo-img a {
    display: flex;
    width: 100%;
}

.paragraphes .para-item.full-width.pos-photo-3 .container-para .para-photo-img img,
.paragraphes .para-item.full-width.pos-photo-4 .container-para .para-photo-img img {
    width: 100%;
}

.paragraphes .para-item.full-width.pos-photo-3 .container-para .para-photo-img a {
    border-radius: 10px 0 0 10px;
}

.paragraphes .para-item.full-width.pos-photo-4 .container-para .para-photo-img a {
    border-radius: 0 10px 10px 0;
}

.paragraphes h2,
.paragraphes h3,
.paragraphes h4 {
    color: var(--Bleu, #0F60A9);
    font-family: Poppins;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.paragraphes h3 {
    font-size: 24px;
}

.paragraphes h4 {
    color: #333;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}

.paragraphes p,
.paragraphes li,
.intro p {
    color: #333;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.paragraphes p a:not(.default-btn),
.paragraphes li a:not(.default-btn) {
    color: var(--Color, #0C3064);
}

.paragraphes p {
    margin-bottom: 15px;
}

.pos-photo-1 .para-photos,
.pos-photo-2 .para-photos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.pos-photo-1 .para-photos .para-photo,
.pos-photo-2 .para-photos .para-photo {
    display: flex;
}

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

.pos-photo-1 .para-photos .para-photo a,
.pos-photo-2 .para-photos .para-photo a {
    border-radius: 0;
}

.pos-photo-1 .para-photos .para-photo img,
.pos-photo-2 .para-photos .para-photo img {
    height: 230px;
    width: auto;
}

.para-photo-legende {
    color: #7C7C7C;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/*photo à droite*/
.pos-photo-3 .container-para {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.pos-photo-3 .para-desc {
    margin-right: 5%;
}

/*photo à gauche*/
.pos-photo-4 .container-para {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pos-photo-4 .para-photos {
    margin-right: 5%;
}

/*photo en haut et en bas*/
.para-item-photo-contenu .para-photos {
    display: flex;
    flex-wrap: wrap;
}

.para-item-photo-contenu .para-photos .para-photo img,
.para-item-photo-contenu .para-photos .para-photo img {
    height: 200px;
    width: auto;
}

img[data-align=center] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img[data-align=right] {
    float: right;
}

img[data-align=left] {
    float: left;
}

.paragraphes table tr td {
    padding: 10px;
    border: 1px solid #eee;
}

.paragraphes table {
    margin-bottom: 30px;
}

.paragraphes ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.paragraphes ul li {
    font-size: 16px;
    line-height: 30px;
    list-style-type: none;
    position: relative;
    padding-left: 26px;
}

.paragraphes ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 14px;
    height: 3px;
    background: var(--Bleu-Alpha, rgba(15, 96, 169, 0.13));
}

/*Début accordéon*/
.para-item-accordeon .elements {
    overflow: hidden;
}

.para-item-accordeon .element {
    border-bottom: 1px solid #D9D9D9;
}

.para-item-accordeon .titre-elem {
    cursor: pointer;
    position: relative;
    padding: 10px 50px 10px 20px;
    gap: 10px;
    align-self: stretch;
    color: #333;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.para-item-accordeon .titre-elem:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    width: 18px;
    height: 18px;
    background: url("../images/svg/accordeon-open.svg") no-repeat center;
}

.para-item-accordeon .titre-elem.active:after {
    background: url("../images/svg/accordeon-close.svg") no-repeat center;
}

.para-item-accordeon .texte-elem {
    max-height: 0;
    overflow: hidden;
    line-height: 24px;
    padding: 0 50px 0 20px;
}

.para-item-accordeon .texte-elem.active {
    max-height: 2000px;
    overflow: visible;
    margin-bottom: 20px;
}

/*Fin accordéon*/
/*Documents*/
.paragraphes .documents a {
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 10px 55px;
    border-bottom: 1px solid #D9D9D9;
    color: #333;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.paragraphes .documents a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 16px;
    width: 14px;
    height: 17px;
    background: url("../images/svg/picto-download.svg") no-repeat center/contain;
}

.paragraphes .documents a:last-of-type {
    border-bottom: none;
}

.paragraphes .documents a.type-xls {
    background: url("../images/svg/picto-xls.svg") no-repeat 17px center;
}

.paragraphes .documents a.type-doc {
    background: url("../images/svg/picto-doc.svg") no-repeat 17px center;
}

.paragraphes .documents a.type-ppt {
    background: url("../images/svg/picto-ppt.svg") no-repeat 17px center;
}

.paragraphes .documents a.type-pdf {
    background: url("../images/svg/picto-pdf.svg") no-repeat 17px center;
}

/*TARTEAUCITRON*/
html body #tarteaucitronRoot div#tarteaucitronAlertBig {
    top: auto !important;
    transform: none !important;
    left: 20px !important;
    bottom: 80px !important;
    width: 420px !important;
    height: auto !important;
    margin: auto !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    padding: 0 !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.05) !important;
    border: none !important;
    text-align: left !important;
    background: #fff !important;
    transition: all 500ms ease-in-out !important;
}

html body #tarteaucitronRoot div#tarteaucitronAlertBig.show {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

#tarteaucitronRoot .tarteaucitronDeny {
    background: #333 !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronAlertBig #tarteaucitronPersonalize2, .tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog, #tarteaucitronRoot .tarteaucitronDeny, #tarteaucitronRoot .tarteaucitronAllow {
    margin: 5px !important;
}

html body #tarteaucitronRoot #tarteaucitronAlertBig span#tarteaucitronDisclaimerAlert {
    font-size: 13px !important;
    padding: 30px 30px 0 !important;
    display: block !important;
    line-height: 18px !important;
    color: grey !important;
    background-color: transparent !important;
    background: url(https://www.grouplive.net/modules/custom/cookies_grouplive/images/cookie.svg) no-repeat right 20px top 6px !important;
    background-size: 40px !important;
    text-align: left !important;
}

html body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert #tarteaucitronTitle {
    font-family: "Aleo" !important;
    font-size: 16px !important;
    padding-right: 100px !important;
    color: #06212F !important;
}

html body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert a {
    color: #06212F !important;
}

html body #tarteaucitronRoot div#tarteaucitronAlertBig .block-btns {
    width: 100% !important;
    display: flex !important;
}

html body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
    background-color: transparent !important;
}

html body #tarteaucitronRoot div#tarteaucitronAlertBig button.tarteaucitronCTAButton,
html body #tarteaucitronRoot div#tarteaucitronAlertBig button#tarteaucitronCloseAlert {
    width: 45% !important;
    padding: 0 25px !important;
    text-align: center !important;
    background: #fff !important;
    color: #06212F !important;
    border: solid 1px rgba(0, 0, 0, 0.1) !important;
    margin: 0 !important;
    line-height: 40px !important;
    text-transform: none !important;
    font-family: "Aleo" !important;
    transition: all 200ms ease-in-out !important;
    height: auto !important;
    box-sizing: border-box;
    margin-left: 12px !important;
    margin-bottom: 14px !important;
}

html body #tarteaucitronRoot div#tarteaucitronAlertBig button#tarteaucitronPersonalize2 {
    width: calc(100% - 25px) !important;
    background: #36a136 !important;
    color: #fff !important;
}

#tarteaucitronPrivacyUrl {
    color: #06212F !important;
    width: 100%;
    margin-bottom: 10px;
    text-decoration: underline;
    font-size: 13px;
}

#tarteaucitronPrivacyUrl:focus {
    outline: none;
}

html body #tarteaucitronRoot div#tarteaucitronAlertBig button.tarteaucitronCTAButton :hover {
    color: #fff !important;
    background: #06212F !important;
}

html body #tarteaucitronRoot div#tarteaucitronAlertBig button.tarteaucitronCTAButton :first-of-type {
    border-right: solid 1px rgba(0, 0, 0, 0.1) !important;
    width: 35% !important;
}

div#tarteaucitronAlertBig:before {
    display: none !important;
}

@media screen and (max-width: 768px) {
    html body #tarteaucitronRoot div#tarteaucitronAlertBig button.tarteaucitronCTAButton,
    html body #tarteaucitronRoot div#tarteaucitronAlertBig button#tarteaucitronCloseAlert {
        display: inline-block !important;
    }
}
@media screen and (max-width: 768px) {
    html body #tarteaucitronRoot div#tarteaucitronAlertBig {
        left: 5% !important;
        bottom: 20px !important;
        width: 90% !important;
        max-width: 420px !important;
        height: auto !important;
        margin: auto !important;
    }
    #tarteaucitronRoot span#tarteaucitronDisclaimerAlert #tarteaucitronTitle {
        padding-right: 65px !important;
    }
    html body #tarteaucitronRoot div#tarteaucitronAlertBig .block-btns button {
        height: 50px !important;
        line-height: 50px !important;
    }
}
span.tarteaucitron-magic-block {
    position: fixed;
    bottom: 0;
    left: 0;
}
span.tarteaucitron-magic-block p {
    color: #fff;
}