@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.woff2') format('woff2'),
    url('../fonts/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-1: #154e84;
    --primary-2: #2C3E50;
    --primary-3: #38A7F8;
    --primary-4: #EDF7FF;

    --color-neutral: #F8F8F8;
    --color-white: #FFF;
    --color-black: #000;

    --yellow: #f8b846;
    --orange: #FF6600;
}

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

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-thumb {
    background: #f8ba44;
    border: 0 none #f8ba44;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: #f8ba44;
}

::-webkit-scrollbar-thumb:active {
    background: #ffa700;
}

::-webkit-scrollbar-track {
    background: #666666;
    border: 0 none #f8ba44;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: #666666;
}

::-webkit-scrollbar-track:active {
    background: #333333;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.global-destinations-list::-webkit-scrollbar-thumb {
    background: #b0b0b0;
    border-radius: 50px;
}

.global-destinations-list::-webkit-scrollbar-thumb:hover {
    background: #999999;
}

.global-destinations-list::-webkit-scrollbar-thumb:active {
    background: #7a7a7a;
}

.global-destinations-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 50px;
}

body {
    font-size: 0.9rem;
    color: #666;
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    border: 0;
}

a {
    color: #337ab7;
}

a:focus, a:hover {
    color: #23527c;
}

a:link {
    text-decoration: none;
}

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

a:visited {
    text-decoration: none;
}

*:focus {
    outline: 0 !important;
}

img {
    max-width: 100%;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.d-none {
    display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0.5rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h2 {
    color: #1e5180;
    text-align: center;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
    margin-top: 40px;
}

h1, .h1 {
    font-size: 2rem;
}

h2, .h2 {
    font-size: 1.55rem;
}

h3, .h3 {
    font-size: 1.4rem;
}

h4, .h4 {
    font-size: 1.3rem;
}


h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.oswald {
    font-family: 'Oswald', sans-serif;
}

input::placeholder, textarea::placeholder {
    /*color: #3f3e3e;*/
    color: #194F82;
}

.tablette, .mobile {
    display: none;
}

.useful-width {
    width: 100%;
    max-width: 1400px;
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
}

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

.center {
    text-align: center;
}

.relative {
    position: relative;
}

.hide {
    display: none;
}

.show {
    display: block !important;
}

.color-blue {
    color: #38a7f8;
}

.list-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-fields .field {
    margin-bottom: 0;
}

.list-fields .col-6, .list-fields .col-12 {
    padding: 0 15px;
    margin: 5px 0 10px;
}

.form-control {
    font-size: 0.9rem;
}

.l-title, .l-title h1 {
    font-family: 'Oswald', sans-serif;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 25px;
    margin-bottom: 10px;
}

.l-title span + span {
    text-align: center;
}

.l-title h1 {
    color: #1e5180;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.55rem;
}

.max_width {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.btn {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    border: 2px solid #4d92d9;
    background-color: #4d92d9;
    text-decoration: none;
    transition: 0.4s;
    cursor: pointer;
}

.btn:hover {
    background-color: transparent;
    color: #4d92d9;
    transition: 0.4s;
}

.btn.btn-open {
    background-color: var(--primary-1);
    border-color: var(--primary-1);
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 25px;
    width: max-content;
    margin: 15px auto 0;
    padding: 6px 15px 6px 20px;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.btn.btn-open:hover {
    background-color: transparent;
    color: var(--primary-1);
}

.btn.btn-open.is-hidden {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
}

.input_formSelect {
    width: 100%;
    height: 29px;
    border: solid 1px #CCC;
}

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

.block_sej_select {
    max-width: 280px
}

.grandir {
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: 0;
}

.btn_voir_plus {
    border: 1px solid #fff;
    border-radius: 5px;
    background: #00a5db;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 15px;
    cursor: pointer;
}

.unselectable {
    background-color: #f8f8f8;
    color: #7a7a7a;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
}

.unselectable label {
    margin: 0;
    display: block;
    font-weight: bold;
}

.unselectable label span {
    font-weight: normal;
}

label {
    font-weight: initial;
}

header {
    background: #fff;
}

.modal {
    display: none;
}

.modal .close {
    color: #00a5db;
    text-align: right;
    font-size: 1.4rem;
}

.modal {
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    transform: translate3d(0, 0, 0);
    background-color: #fff;
    padding: 0 20px 20px 0;
}

.modal-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.newmenu_compte a {
    display: block;
    list-style: none;
}

.newmenu_compte a {
    width: 100%;
    color: #00a5db;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
}

.newmenu_compte a span.active {
    background-color: #494747;
    width: 100%;
    padding-left: 15px;
    height: 40px;
    color: #FFF;
    background-image: url('../../images/fiche_produit/fleche-right-fiche.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.newmenu_compte a span {
    display: block;
    width: 100%;
    padding-left: 15px;
    height: 40px;
    color: #00a5db;
}

.newmenu_compte a span:hover {
    background-color: #494747;
    width: 100%;
    padding-left: 15px;
    height: 40px;
    color: #FFF;
    cursor: pointer;
}

.compte_user {
    padding-bottom: 15px;
    display: none;
    transition: all 0.5s ease;
}

.compte_user.active {
    display: block;
}

.ui-icon-circle-arrow-e {
    background-image: url('../../images/fiche_produit/fleche-right-fiche.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 10px 10px;
}

.ui-state-active .ui-icon {
    background-image: url("../../images/fiche_produit/fleche-right-fiche.png") !important;
    background-position: center;
    -ms-transform: rotate(90deg);
    background-repeat: no-repeat;
    background-size: 10px 10px;
}

label input[type="checkbox"] {
    display: inline-block;
    width: initial;
    margin-right: 15px;
    height: auto;
}

h2.slide_first {
    font-size: 3.2em;
    font-weight: bold;
    line-height: 50px;
    margin: 0;
    text-transform: uppercase;
}

.text-slide_first {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-left: 50px;
    max-width: 1460px;
    width: 100%;
    margin: 0 auto 50px;
}

.text-slide_first p {
    font-size: 1.3rem;
}

.message_success {
    color: green;
    font-weight: bold;
}

.message_error {
    color: #ff0000;
    font-weight: bold;
}

.telechargement {
    color: #000;
}

.ligne-degrad-left {
    background: linear-gradient(to left, var(--primary-1), #f1f1f1);
    height: 4px;
}

.ligne-degrad-right {
    background: linear-gradient(to right, var(--primary-1), #f1f1f1);
    height: 4px;
}

.back-rgba {
    background: transparent linear-gradient(180deg, #00000000 -20%, rgb(0 5 23 / 70%) 100%) 0 0 no-repeat padding-box;
    top: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.short_config {
    position: absolute;
    top: 140px;
    right: 0;
    left: 0;
    padding: 25px;
    z-index: 781;
    pointer-events: none;
}

.short_config .useful-width {
    display: flex;
    justify-content: flex-end;
    max-width: 1370px;
}

.wrapper-short_config {
    max-width: 480px;
    pointer-events: auto;
}

.short_config .list-fields .col-6, .short_config .list-fields .col-12 {
    margin: 4px 0 4px;
    padding: 0 5px;
}

.short_config select.form-select,
.short_config input.form-control,
.short_config .label.champ-resa {
    font-size: 0.8rem;
    /*padding: 0.3rem 0.75rem;*/
    color: var(--primary-1);
}

input[type="checkbox"][readonly] {
    pointer-events: none;
}

#amount {
    background: transparent;
    color: #00a5db;
}

.text-form {
    width: 100%;
    font-style: italic;
    text-align: center;
    color: #205c8b;
    font-size: 13px;
    margin-bottom: 4px;
}

.head-short_config {
    background-color: #194f82;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
    border-radius: 12px 12px 0 0;
    min-height: 42px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 15px;
}

.head-short_config .content .bell {
    margin-right: 8px;
    max-width: 20px;
}

.head-short_config .content {
    text-align: left;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
}

.body-short_config {
    padding: 0 8px;
}

.short_config .l-btn {
    padding: 0 5px;
}

.l-field-tel {
    position: relative;
    display: flex;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 100%;
}

.containerDivCode {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -100px;
    margin-left: -2px;
    border-radius: 4px;
    border: solid 1px #CCC;
    background-color: #FFF;
    /*overflow-y: scroll;*/
    height: 190px;
    width: 180px;
    z-index: 1000;
}

#selectFlag {
    align-items: center;
    flex-wrap: nowrap;
}

.containerDivCode .scrollY-top, .containerDivCode .scrollY-bottom {
    background-color: #1a5a8d;
    color: #FFF;
    height: 30px;
    width: 100%;
}

.showCountryAdd {
    width: 180px;
    height: 120px;
    overflow-y: scroll;
}

.containerDivCode .scrollY-bottom {
    background-color: #1a5a8d;
    color: #FFF;
}

.countryCodeSelect {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    height: 40px;
}

.acceptation {
    font-size: 0.65rem;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 9px;
    padding: 0 10px;
    color: #8B8B8B;
    text-align: center;
}

.indicative {
    color: #194F82;
}

.selectIndicatifTelDevis {
    color: #FF6600;
    margin-left: 5px;
    font-size: 7px;
}

.block_info {
    padding: 20px 60px;
}

.titre_info {
    padding: 30px 0;
    text-align: center;
    color: #000;
}

.titre_info h1 {
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Oswald', "Arial Narrow", "Helvetica", "Arial", sans-serif;
    color: #000;
}

.information_text h2 {
    color: #000;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0 5px 0;

}

.information_text h2.titre {
    font-size: 16px;
    color: #000;
    margin: 15px 0;
    text-align: center;
    padding: 0;
}

.information_text {
    color: #000;
}

.information_text .text_roll {
    font-size: 12px;
    line-height: 12px;
}

.short_config .l-btn button {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 3px;
    justify-content: center;
}

.l-btn-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.bloc_demande {
    background-color: #fff;
    width: 100%;
    text-align: center;
    display: inline-block;
    box-shadow: 4px 2px 14px -3px rgba(0, 0, 0, 0.75);
    border-radius: 18px 18px 12px 12px;
}

.font-size-12 {
    font-size: 12px;
}

.back-white {
    background: #fff;
}

.titre_form {
    text-align: left;
    font-size: 17px;
    padding: 0 !important;
    width: 76%;
    line-height: 18px;
    font-weight: bold;
}

.vignette_expert {
    position: absolute;
    width: 60px;
    right: 8%;
    top: -30px;
}

.bgwhite-search {
    color: var(--primary-1);
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
}

.list-titre {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

.titre_card_navire {
    padding-top: 4px;
    display: inline-block;
    font-size: 20px;
    color: var(--primary-1);
    text-transform: uppercase;
    line-height: 1.2em;
}

.list-stars .star img {
    width: 14px;
}

.block-info-list {
    font-size: 16px;
    color: var(--primary-1);
}

.logo_compagnie {
    position: absolute;
    background: rgba(255, 255, 255, .5);
    display: flex;
    padding: 10px;
    width: 65px;
    top: 10px;
    left: 10px;
    height: 65px;
    border-radius: 100%;
    align-items: center;
}

.logo_compagnie_bis {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.logo_compagnie_bis img {
    max-height: 100%;
}

.half-circle {
    width: 110px; /* Largeur du demi-cercle */
    height: 55px; /* Hauteur pour un demi-cercle */
    background-color: white;
    border-radius: 100px 100px 0 0;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown dd,
.dropdown dt {
    margin: 0;
    padding: 0;
}

.dropdown ul {
    margin: -1px 0 0 0;
}

.dropdown dd {
    position: relative;
}

.dropdown dd ul {
    background-color: #e7e7e7;
    border: 0;
    color: #000;
    display: none;
    left: 0;
    padding: 2px 12px 2px 5px;
    position: absolute;
    top: 30px;
    z-index: 200;
    width: 100%;
    list-style: none;
    height: 210px;
    overflow: auto;
}

.dropdown span.value {
    display: none;
}

.sidebarRefine .closePoppup {
    color: #fff;
    z-index: 3;
    border: none;
}

.btn.btn-yellow {
    color: var(--primary-1);
    border: 2px solid #FFD351;
    background-color: #FFD351;
    border-radius: 38px;
}

.btn.btn-yellow:hover {
    color: var(--primary-1);
    border: 2px solid #FFD351;
    background-color: #fff;
}

.global-navbar {
    margin-top: -44px;
    position: relative;
    z-index: 780;
}

.page-home .page {
    position: inherit;
}

.modal.block-search-mob {
    padding: 0 0 20px;
}

.modal.block-search-mob .modal-table {
    display: block;
}

.modal.block-search-mob .head {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #EDF7FF;
    color: var(--primary-1);
    font-size: 1.1rem;
    font-weight: 700;
    padding: 15px 15px 15px 20px;
}

.body-modal {
    padding: 30px 20px;
}

.body-modal div {
    /*text-align: left;*/
    /*color: var(--primary-1);*/
    /*font-weight: 600;*/
    /*font-size: 1rem;*/
}

.btn.btn-orange {
    position: relative;
    background-color: var(--orange);
    border-radius: 65px;
    border-color: var(--orange);
    padding: 10px 28px;
    font-size: 0.95rem;
}

.btn.btn-orange:hover {
    color: var(--orange);
}

.form_mobile {
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    height: auto;
}

.form_mobile.collapsed {
    height: 0;
}

.l-search-mobile .arrow_open {
    transform: rotate(90deg);
    width: 14px;
    transition: 0.4s;
    margin-right: 5px;
}

.l-search-mobile.active .arrow_open {
    transform: rotate(-90deg);
}

.l-search-mobile .form_mobile form {
    padding-bottom: 5px;
}

span.icon.icon-icone-price {
    color: #ff2d2e;
    font-size: 1.5rem;
    padding-bottom: 2px;
    margin-right: 5px;
}

.mirror {
    transform: scaleX(-1);
}

#cookie-consent-banner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 0 13px #0000005E;
    padding: 20px;
    border-radius: 4px;
    z-index: 99999;
}

#cookie-consent-banner,
#cookie-consent-banner-mob {
    display: none;
}

#cookie-consent-banner .accept-and-close,
#cookie-consent-banner-mob .accept-and-close {
    text-align: right;
}

#cookie-consent-banner .accept-and-close .btn-accept-and-close,
#cookie-consent-banner-mob .accept-and-close .btn-accept-and-close {
    text-align: right;
    cursor: pointer;
    color: #707070;
    font-size: 16px;
    text-decoration: underline;
}

#cookie-consent-banner .body-cookie {
    display: flex;
    align-items: center;
}

#cookie-consent-banner .body-cookie .logo img {
    width: 300px;
}

#cookie-consent-banner .body-cookie .text-consent {
    width: 80%;
    margin-left: 40px;
}

#cookie-consent-banner .body-cookie .text-consent .title-consent,
#cookie-consent-banner-mob .body-cookie .title-consent .title-consent-mob {
    font-weight: bold;
    letter-spacing: 0;
    color: #707070;
    opacity: 1;
    margin-bottom: 20px;
    font-size: 22px;
}

#cookie-consent-banner .group-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#cookie-consent-banner .group-btn .btn-other,
#cookie-consent-banner-mob .group-btn .btn-other {
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    flex-direction: row-reverse;
}

#cookie-consent-banner .group-btn .btn-other .btn-more,
#cookie-consent-banner-mob .group-btn .btn-other .btn-more {
    text-decoration: underline;
    color: #707070;
    font-size: 16px;
    cursor: pointer;
}

#cookie-consent-banner .group-btn .btn-other .btn-reject-all {
    margin-right: 30px;
}

#cookie-consent-banner-mob .group-btn .btn-other .btn-more {
    margin-right: 15px;
}

#cookie-consent-banner-mob .group-btn .btn-other {
    display: flex;
    flex-direction: row;
}

#cookie-consent-banner .button-consent {
    position: relative;
}

/*#cookie-consent-banner .btn-more {*/
/*    border: 2px solid #707070;*/
/*    border-radius: 14px;*/
/*    padding-left: 5%;*/
/*    padding-right: 5%;*/
/*    color: #707070;*/
/*    font-weight: 700;*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*    margin-right: 15px;*/
/*}*/

/*#cookie-consent-banner .button-consent {*/
/*    padding-top: 15px;*/
/*}*/

/*#cookie-consent-banner .button-consent #btn-accept-all {*/
/*    border-radius: 14px;*/
/*    background: #FF6000 0 0 no-repeat padding-box;*/
/*    padding: 10px 9%;*/

#cookie-consent-banner .button-consent .btn-accept-all,
#cookie-consent-banner-mob .button-consent .btn-accept-all {
    border-radius: 14px;
    background: #FF6000 0 0 no-repeat padding-box;
    border: none;
    height: 50px;
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 0 0 0 25px;
}

#cookie-consent-banner .button-consent .btn-accept-all img,
#cookie-consent-banner-mob .button-consent .btn-accept-all img {
    height: 45px;
    margin-top: 30px;
    position: relative;
    right: 5px;
}

#cookie-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

#cookie-background.active {
    display: block;
}

/* COOKIE VERSION MOB */
#cookie-consent-banner-mob {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding: 20px;
    box-shadow: 0 0 13px #0000005E;
    border-radius: 4px;
    z-index: 99999;
}

#cookie-consent-banner-mob .body-cookie .header-consent {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#cookie-consent-banner-mob .body-cookie .header-consent .logo img {
    width: 100px;
}

#cookie-consent-banner-mob .body-cookie .header-consent .title-consent {
    margin-left: 10px;
}

#cookie-consent-banner-mob .body-cookie .text-consent {
    position: relative;
    max-height: 150px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

#cookie-consent-banner-mob .body-cookie .text-consent p {
    margin: 0;
}

#cookie-consent-banner-mob .body-cookie .text-consent.expanded {
    max-height: none;
}

#cookie-consent-banner-mob .body-cookie .see-more-link {
    display: block;
    color: blue;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 0;
    text-align: left;
    text-decoration: underline;
}

#cookie-consent-banner-mob .group-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
}

#cookie-consent-banner-mob .group-btn .btn-other {
    margin-bottom: 30px;
}

.cookie-part2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    background-color: white;
    border: 1px solid #ddd;
    padding: 20px;
    box-shadow: 0 0 13px #0000005E;
    border-radius: 4px;
    z-index: 99999;
    display: none;
}

.cookie-part2 .cookie-part2-header h3 {
    font-weight: bold;
    font-size: 30px;
    color: #707070;
}

.cookie-part2 .cookie-part2-header p {
    font-size: 18px;
    color: #707070;
}

.cookie-part2 .cookie-part2-body form .choices > p:last-child {
    padding-top: 1em;
}

.cookie-part2 .cookie-part2-body .choice {
    padding-left: 3.5em !important;
    padding-top: 1em;
}

.cookie-part2 .cookie-part2-body .choice input {
    font-size: 18px;
}

.cookie-part2 .cookie-part2-body .choice label {
    font-weight: bold;
    font-size: 18px;
    color: #707070;
}

.cookie-part2.active {
    display: block !important;
}

.cookie-part2 .cookie-part2-body .cookie-part2-btn {
    display: flex;
    justify-content: flex-end;
}

.cookie-part2 .cookie-part2-body .cookie-part2-btn .btn-reject-all, .btn-save-all {
    border-radius: 14px;
    border: 2px solid #707070;
    height: 50px;
    color: #707070;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 20px 40px;
    background-color: white !important;
    margin-right: 15px;
}

.cookie-part2 .cookie-part2-body .cookie-part2-btn .btn-accept-all {
    border-radius: 14px;
    background: #FF6000 0 0 no-repeat padding-box;
    border: none;
    height: 50px;
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 20px 40px;
}

.cookie-part2 .cookie-part2-body .cookie-part2-btn .btn-mob {
    display: flex;
}

#cookie_mandatory:checked {
    background-color: #707070;
    border-color: #707070;
}

#cookie_mandatory:disabled ~ .form-check-label, #cookie_mandatory[disabled] ~ .form-check-label {
    opacity: 1;
}

/* FIN COOKIE */

/*.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
}*/

/*.owl-carousel .owl-prev span {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.owl-carousel .owl-prev span:before {
    content: "\e94f";
}

.owl-carousel .owl-next span:before {
    content: "\e907";
}*/

.contentTri {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
    color: var(--primary-1);
}

.contentTri-mob {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
    color: var(--primary-1);
    padding: 0 12px;
}

.contentTriBulle {
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 1px;
}

.block-tri {
    position: absolute;
    top: calc(100% + 8px);
    animation: slideFromTop2 .3s both;
    z-index: 10000;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 3px 13px #00000038;
}

.block-tri-mob {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    animation: slideFromTop2 .3s both;
    z-index: 10000;
    background-color: #ffffff;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 3px 13px #00000038;
    font-size: .95rem;
}

.contentTriImg {
    margin: 5px 5px 5px 20px;
}

.contentTriTexte {
    margin: 5px;
}

.contentTriSelect {
    background-color: #EDF7FF;
    border-radius: 10px;
    margin: 5px;
    padding: 10px;
    font-weight: bold;
    color: #2F6393;
    width: 190px;
}

.tri {
    cursor: pointer;
    padding: 6px 55px 6px 10px;
    color: #2f6393;
    font-weight: bold;
    border-radius: 10px;
}

.tri-mob {
    cursor: pointer;
    padding: 14px 55px 14px 20px;
    color: #2f6393;
    font-weight: 900;
    border-radius: 10px;
}

.tri-titre-mob {
    position: relative;
    background-color: #EDF7FF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tri-titre-img0-mob {
    padding: 5px;
}

.tri-titre-img-mob {
    position: absolute;
    right: 15px;
}

.triImpair:hover {
    background-color: #EDF7FF;
}

.triPair:hover {
    background-color: #EDF7FF;
}

.popinPropositionMailInspi > div {
    text-align: left;
    padding: 0 0 0 10px;
}

.popinPropositionMailInspi {
    top: 100%;
}

.popinPropositionMailCapency {
    position: absolute;
    display: none;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 9px 10px 10px #00000038;
    margin: 3px 0;
    min-width: 280px;
    z-index: 6;
}

.popinPropositionMailCapency > div {
    margin: 5px;
}

.popinPropositionMailCapency > div:hover {
    background-color: #EDF7FF;
    cursor: pointer;
}

.answer, .list-documents, .accordion-collapsed {
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    height: auto;
}

.answer.collapsed, .list-documents.collapsed, .parent-accordion .collapsed {
    height: 0;
}

.plus-toggle {
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: relative;
    display: block;
}

.logo_avis > div {
    text-align: center;
    display: flex;
    justify-content: center;
}

.g-entreprises-container {
    overflow: auto;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 560px;
    margin: 0 auto;
}

.g-images-entreprise {
    margin: 0 7px;
    width: 16.66%;
}

.g-images-entreprise:first-child {
    margin-left: 0;
    width: 13%;
}

.g-images-entreprise:last-child {
    margin-right: 0;
    width: 13%;
}

.g-images-entreprise:nth-child(3) {
    width: 19.66%;
}

.g-images-entreprise:nth-child(4) {
    width: 19.66%;
}

.g-images-entreprise img {
    width: 100%;
}

.tel .icon-tel {
    color: var(--yellow);
    margin-right: 4px;
}

.one-destination.active {
    background-color: var(--orange) !important;
    box-shadow: 0 0 0 4px var(--orange) !important;
    border-radius: 10px;
}

.list-destinations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.one-destination {
    width: calc(33.33% - 10px);
    margin: 5px 5px;
}

.stars {
    color: #f9b73f;
    display: flex;
    font-size: 16px;
    margin-right: 5px;
}

.spinner_s1 {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #06b8f9 94%, #0000) top/9px 9px no-repeat,
    conic-gradient(#0000 30%, #06b8f9);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 0);
    animation: spinner-c7wet2 1.2s infinite linear;
}

@keyframes spinner-c7wet2 {
    100% {
        transform: rotate(1turn);
    }
}

.global_spinner_s1 {
    display: flex;
    justify-content: center;
    padding: 35px 15px;
}

.l-title h2, .lp_sej_listView .l-title h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 15px;
}

.l-title .line {
    flex: 1;
}

.btn.btn-blue {
    color: #fff;
    background-color: #1E5180;
    border: 1px solid #1E5180;
    padding: 4px 20px;
    border-radius: 8px;
}

.btn.btn-blue:hover {
    color: #1E5180;
    background-color: #fff;
}

.field {
    margin-bottom: 10px;
}

.field-group {
    display: flex;
    justify-content: space-between;
}

.field-group .field {
    width: 49%;
}

.btn.btn-arrow {
    margin: 7px 0;
    background-color: var(--orange);
    border-color: var(--orange);
    padding: 8px 40px 8px 15px;
    background-image: url('/assets/img/icons/chevron-right.svg');
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 10px;
    min-width: 178px;
    text-align: left;
    color: #fff;
    transition: all .4s;
    border-radius: 5px;
    width: 100%;
    max-width: 210px;
}

.btn.btn-arrow:hover {
    background-position: 95% center;
    color: #fff;
    background-color: #ea3b00;
    border-color: #ea3b00;
}

address {
    margin-bottom: 0;
}

footer {
    font-size: 0.8rem;
}

.l-box {
    border-radius: 7px;
    box-shadow: 0 0 10px #00000038;
    background-color: #fff;
    padding: 9px 15px 12px;
    margin-bottom: 25px;
}

.l-box h4 {
    font-size: 2rem;
    color: #194f82;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    text-align: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.m-video {
    max-width: 700px;
    margin: 25px auto;
}


.spinner {
    width: 56px;
    height: 56px;
    display: grid;
    border: 4.5px solid #0000;
    border-radius: 50%;
    border-color: #dbdcef #0000;
    animation: spinner-e04l1k 1.2s infinite linear;
}

.spinner::before,
.spinner::after {
    content: "";
    grid-area: 1/1;
    margin: 2.2px;
    border: inherit;
    border-radius: 50%;
}

.spinner::before {
    border-color: #154e84 #0000;
    animation: inherit;
    animation-duration: 0.6s;
    animation-direction: reverse;
}

.spinner::after {
    margin: 8.9px;
}

@keyframes spinner-e04l1k {
    100% {
        transform: rotate(1turn);
    }
}

#loading_page {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100005;
    width: 100vw;
    height: 100vh;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    background-color: #194F82C4;
}

.wrapper-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper-loading img {
    max-width: 265px;
    width: 90%;
    margin-bottom: 15px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}


@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    100% {
        transform: translateY(0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    100% {
        transform: translateX(0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    100% {
        transform: translateX(0);
    }
}


@keyframes fadeIn2 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut2 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes slideFromTop2 {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes slideToBottom2 {
    from {
        transform: translateY(0px);
        opacity: 1;
    }
    to {
        transform: translateY(30px);
        opacity: 0;
    }
}

.slideInRight {
    animation-name: slideInRight;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control[type=file] {
    overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::-moz-placeholder {
    color: #194F82;
    opacity: 1;
}

.form-control::placeholder {
    color: #194F82;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}

.form-select:disabled {
    background-color: #e9ecef;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.bg-white {
    background-color: #ffffff !important;
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}

ol, ul {
    padding-left: 2rem;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}

img, svg {
    vertical-align: middle;
}


label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

.tab-content .tab {
    display: none;
}

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

.tab-links li.active a {
    font-weight: bold;
}

.loader {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 30px;
}

#loader-tarif-resa {
    position: relative;
    width: 80%;
    height: 30px;
    background-color: #333333;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 10px;
}

.loader-message {
    margin: 20px 0;
    font-size: 1.6em;
    color: var(--primary-1);
}

.loader-message-interactif {
    text-align: center;
    width: 100%;
    font-size: 1.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.loader-message-interactif ul {
    list-style-type: none;
}


@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
}

.skeleton-card {
    padding: 1.5rem; /* équivalent md:p-6 */
    border: 1px solid #e5e7eb; /* border-gray-200 */
    border-radius: 9px; /* rounded-sm */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); /* shadow-sm */
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; /* animate-pulse */
    background-color: #fff;
    width: 100%;
}

.skeleton-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16.85rem;
    margin-bottom: 1rem; /* mb-4 */
    background-color: #d1d5db; /* bg-gray-300 */
    border-radius: 0.125rem;
}

.skeleton-icon {
    width: 2.5rem; /* w-10 */
    height: 2.5rem;
    color: #e5e7eb; /* text-gray-200 */
}

.skeleton-line {
    height: 0.5rem; /* h-2 */
    background-color: #e5e7eb; /* bg-gray-200 */
    border-radius: 9999px; /* rounded-full */
    margin-bottom: 0.625rem; /* mb-2.5 */
}

.skeleton-line.short {
    width: 12rem; /* w-48 */
    height: 0.625rem; /* h-2.5 */
}

.skeleton-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.skeleton-avatar {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.75rem; /* me-3 */
    color: #e5e7eb; /* text-gray-200 */
}

.skeleton-footer-text {
    display: flex;
    flex-direction: column;
}

.skeleton-line.small {
    width: 8rem; /* w-32 */
    height: 0.625rem;
    margin-bottom: 0.5rem; /* mb-2 */
}

.skeleton-line.medium {
    width: 12rem; /* w-48 */
    height: 0.5rem;
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
}

.list-cruise-skeleton {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.one-skeleton-card {
    padding: 0 12px;
    width: 33.33%;
    margin-bottom: 24px;
}

.skeleton-button {
    width: 6rem;
    height: 2rem;
    background-color: #e5e7eb;
    border-radius: .375rem;
}

.list_cruise .one-skeleton-card2 {
    box-shadow: 0 3px 6px #00000029;
    width: calc(100% - 150px);
    margin-left: auto;
    display: flex;
    margin-bottom: 24px;
    background-color: #fff;
    border-radius: 12px;
}

.one-skeleton-card2 .skeleton-image {
    margin-left: -150px;
    border: 3px solid #fff;
    border-radius: 100%;
    width: 300px;
    height: 300px;
    margin-bottom: 0;
}

.one-skeleton-card2 .skeleton-card {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 150px);
    padding: 7px 7px 7px 0;
    border-radius: 12px;
    box-shadow: none;
    border: none;
}

.one-skeleton-card2 .infos-cruise-2 .map {
    width: 100%;
    background-color: #d1d5db;
    border-radius: 8px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 19 / 11;
}

.one-skeleton-card2 .l-cruise .infos-cruise-1 {
    padding-right: 20px;
    margin-top: 20px;
}

.one-skeleton-card2 .skeleton-line.short {
    width: 80%;
}

.one-skeleton-card2 .skeleton-line {
    width: 50%;
}

.one-skeleton-card2 .infos-cruise-calendar {
    display: flex;
    align-items: center;
    gap: 6px;
    overflow: hidden;
}

.one-skeleton-card2 .one-date {
    width: 66px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 7px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.one-skeleton-card2 .one-date .skeleton-line {
    margin-bottom: 0;
}

.slider-boat-tab .swiper,
.slider-boat-tab .swiper-wrapper,
#block_10raisons .swiper,
#block_10raisons .swiper-wrapper,
.slider-meteofiche-opt .swiper,
.slider-meteofiche-opt .swiper-wrapper {
    height: auto !important;
}

.l-fields {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.l-fields .field {
    flex: 1;
}

.is-hidden {
    display: none !important;
}

#navbar-mobile {
    display: none;
}

.tablette-mobile {
    display: none !important;
}

.div-hidden {
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    height: auto;
}

.div-hidden.collapsed {
    height: 0;
}

.wrapper-modal-search .head .close {
    background-color: #edf7ff;
    border-radius: 30px;
    width: 34px;
    height: 34px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wrapper-modal-search .head .close:hover {
    box-shadow: 0 0 10px #00000038;
}

body.modal-open {
    overflow: hidden !important;
}

.btn-calendar-next, .btn-calendar-prev {
    position: absolute;
    /*top: 50%;*/
    top: 160px;
    transform: translateY(-50%);
    color: #fff;
    background: #154e84;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .3s ease;
    cursor: pointer;
}

.btn-calendar-next:hover, .btn-calendar-prev:hover {
    background-color: #0d3b66;
}

.btn-calendar-prev {
    left: -50px;
    z-index: 10;
}

.btn-calendar-next {
    right: -50px;
    z-index: 10;
}

.calendar-nav-wrapper {
    position: relative;
    width: max-content;
}

.zones-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 925px;
    margin: 0 auto;
}

.zone-card {
    background: #EDF7FF;
    border-radius: 7px;
    padding: 10px 15px;
    transition: border-color 0.15s, background 0.15s;
    user-select: none;
}

.zone-card:hover {
    /*background: #e0f0ff;*/
}

.zone-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.zone-icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 2px solid #194f82;
    flex-shrink: 0;
}

.zone-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #154E84;
}

.zone-cities {
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.5;
    color: #154E84;
    margin: 0;
}

.color-zone {
    display: block;
    border: 2px solid #fff;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
}

.zone-a .color-zone {
    background-color: #83C9F4;
}

.zone-b .color-zone {
    background-color: #FFD351;
}

.zone-c .color-zone {
    background-color: #FF8E72;
}

/*.zone-card:not(.active) .color-zone {
    opacity: 0;
}*/

.datepicker-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}








