/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

main {
    /* Enlever le scroll horizontal */
    overflow-x: hidden;
}

.page-content,
.no-scroll {
    overflow: hidden;
}

#h1-accueil {
    overflow: hidden;
    text-indent: -9999px;
    line-height: 0;
    margin: 0;
    display: none;
}

/** Accueil **/
#embarquez-txt .elementor-heading-title,
#offre-txt .elementor-heading-title {

    text-align: center;
    font-family: "Montserrat TTF", Sans-serif;
    font-size: 177px;
    font-style: normal;
    font-weight: 800;
    line-height: 156.377px;
    text-transform: uppercase;

}

.txt-contour .elementor-heading-title {
    color: transparent;
    /*color: rgba(255,255,255,0.1);*/
    -webkit-text-stroke: 2px #fff;
    paint-order: stroke fill;
    position: relative;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

text {
    font-family: "Montserrat TTF", Sans-serif;
    font-size: 177px;
    font-style: normal;
    font-weight: 800;
    line-height: 156.377px;
    text-transform: uppercase;
}

/* Flou Embarquer */
.clipped {
    position: absolute;
    bottom: 0;
    right: 0;
    clip-path: url(#svgTextPath);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 37.6px rgba(28, 28, 68, 1);
    backdrop-filter: blur(10px);
    top: calc(50% + -18px);
    left: calc(50% + 14px);
    transform: translate(-50%, -50%);
    width: 1259px;
    height: 187px;
}

/* Flou offrez */
.clipped2 {
    position: absolute;
    bottom: 0;
    right: 0;
    clip-path: url(#svgTextPath2);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 37.6px rgba(28, 28, 68, 1);
    backdrop-filter: blur(10px);
    top: calc(50% + -19px);
    left: calc(50% + 231px);
    transform: translate(-50%, -50%);
    width: 1219px;
    height: 187px;
}

.btn-mouvement a {
    display: inline-block;
    color: white;
    /* Couleur du texte */
    padding: 10px 20px;
    /* Ajustez les marges internes */
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    animation: mouvement-vertical 4s infinite ease-in-out;
}

@keyframes mouvement-vertical {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
        /* Monte de 20px */
    }

    100% {
        transform: translateY(0);
        /* Revient à la position initiale */
    }
}

.second-titre {
    color: #58C2E4B3;
}

.texte-reservation p strong {
    text-transform: uppercase;
    opacity: 0.75;
}

.elementor-widget-testimonial-carousel .swiper-slide {
    padding: 0;
}


#swiper-offres .elementor-main-swiper {
    width: 300%;
}

#swiper-offres .elementor-swiper-button {
    position: absolute;
    /* Place au-dessus du carrousel */
    z-index: 10;
    width: 76px;
    /* Taille du cercle */
    height: 76px;
    /* Taille du cercle */
    background-color: white;
    /* Cercle blanc */
    border-radius: 50%;
    /* Cercle parfait */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    /* Ajustez la taille de l'icône */
}

/* Flèche suivante (droite) */
#swiper-offres .elementor-swiper-button-next {
    background-image: url('https://www.etoile-marine.com/wp-content/uploads/2024/11/arrow.svg');
    /* Chemin de votre SVG */
    transform: rotate(180deg);
    /* Orientation normale */
    right: -163%;
    /* Position */
}

/* Flèche précédente (gauche) */
#swiper-offres .elementor-swiper-button-prev {
    background-image: url('https://www.etoile-marine.com/wp-content/uploads/2024/11/arrow.svg');
    /* Chemin de votre SVG */
    transform: rotate(0deg);
    /* Inversion pour la flèche gauche */
    left: -80px;
    /* Position */
}

/* Cacher les icônes SVG existantes */
#swiper-offres .elementor-swiper-button svg {
    display: none;
    /* Masque l'élément SVG existant */
}

#btn-reserver a::after {
    content: "";
    /* Ajoute un élément pseudo */
    display: block;
    /* Nécessaire pour afficher l'image */
    width: 100%;
    /* Occupe toute la largeur du bouton */
    height: 8px;
    /* Hauteur du soulignage */
    background-image: url('https://www.etoile-marine.com/wp-content/uploads/2024/11/spacer-vague.svg');
    /* Lien vers le SVG */
    background-repeat: repeat-x;
    /* Répète l'image horizontalement */
    background-size: auto 100%;
    /* Ajuste pour une hauteur de 100% sans distorsion */
    position: absolute;
    /* Position absolue pour placer sous le bouton */
    left: 0;
    /* Aligné à gauche */
    bottom: -10px;
    /* Décalage sous le texte */
}

.underline p::after,
.underline h2::after {
    content: "";
    /* Ajoute un élément pseudo */
    display: block;
    /* Nécessaire pour afficher l'image */
    width: 100%;
    /* Occupe toute la largeur du bouton */
    height: 6px;
    /* Hauteur du soulignage */
    background-image: url('https://www.etoile-marine.com/wp-content/uploads/2024/11/spacer-vague.svg');
    /* Lien vers le SVG */
    background-repeat: no-repeat;
    /* Répète l'image horizontalement */
    background-size: auto 100%;
    /* Ajuste pour une hauteur de 100% sans distorsion */
    position: absolute;
    /* Position absolue pour placer sous le bouton */
    left: 0;
    /* Aligné à gauche */
    bottom: -10px;
    /* Décalage sous le texte */
}

.underline h2::after {
    bottom: -20px;
}

/** Calendrier **/
.calendrier-container {
    background: rgba(227, 228, 233, 1);
    border-radius: 30px;
    padding: .5em 2em;
    position: sticky !important;
    top: 114px;
    z-index: 2;
}

.slick-arrow {
    top: 18%;
    height: 40px;
    width: 40px;
    position: absolute;
    border: none;
    color: transparent;
    cursor: pointer;
    z-index: 8;
}

.slick-arrow:hover,
.slick-arrow:focus,
.slick-arrow:active {
    color: transparent;
    border: none;
    outline: none;
}

#calendar .slick-prev {
    left: 1em;
    background: url(/wp-content/themes/hello-theme-child-master/images/cal-left.svg) no-repeat;
}

#calendar .slick-next {
    right: 1em;
    background: url(/wp-content/themes/hello-theme-child-master/images/cal-right.svg) no-repeat;
}

#calendar .slick-arrow {
    color: transparent;
    border-color: transparent;
    padding: 0;
    border-style: none;
}

.pasevent-titre,
.no-events {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    margin: 100px 0;
}

.calendrier-mois-item {
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    transition: transform 0.3s;
    width: max-content;
    margin: auto;
    font-weight: 500;
    padding: 0.25em 1em;
}

.calendrier-mois-item-active {
    font-weight: 600;
}

.calendrier-mois-item-active,
.calendrier-mois-item:hover,
.calendrier-mois-item:not(.calendrier-mois-item-active):hover {
    background-color: #fff;
    border-radius: 30px;
}

.calendrier-item {
    display: flex;
    margin-top: 2em;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    color: #011440;
    font-family: 'Montserrat', sans-serif;
}

.calendrier-item .calendrier-item-date {
    width: 130px;
    align-self: center;
}

.calendrier-item .calendrier-item-date h4 {
    text-align: center;
    color: #388CA7;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.calendrier-item .calendrier-item-date h4 strong {
    color: #011440;
    font-size: 36px;
    line-height: 48px;
    font-family: Fairplay Display, 'sans serif';
    font-weight: 700;
}

.calendrier-item .calendrier-item-date h4 span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #388CA7;
}

.calendrier-item img {
    width: 130px;
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.calendrier-item .cal-info {
    padding: 1em 1em 1em 1.5em;
    align-self: center;
    display: flex;
    width: 47%;
    justify-content: space-between;
}

.calendrier-item .cal-info .calendrier-item-prix-adulte,
.calendrier-item .cal-info .calendrier-item-prix-enfant {
    color: #011440;
    font-size: 18px;
    line-height: 19px;
}

.calendrier-item .cal-info .calendrier-item-places-disponibles {
    color: #388CA7;
    font-size: 18px;
    line-height: 19px;
    font-style: italic;
    margin-top: .5em;
}

.calendrier-item .calendrier-item-categorie h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.21px;
    font-size: 21px;
    line-height: 25px;
    font-weight: 500;
}

.calendrier-item-categorie {
    background-color: #0D7595;
    width: 320px;
    padding: 1em 1em 1em 1.5em;
}

.calendrier-item-categorie.matin {
    background-color: #159DA8;
}

.calendrier-item-categorie.aprem {
    background-color: #99CCDB;
}

.calendrier-item-categorie.soiree {
    background-color: #8D3B00;
}

.calendrier-item-categorie.maritime {
    background-color: #e16324;
}

.calendrier-item-categorie.evenement {
    background-color: #7785A3;
}

.calendrier-item-categorie.weekend {
    background-color: #7C0E30;
}

.calendrier-item .calendrier-item-categorie span:before {
    left: 0;
    top: -5px;
}

.calendrier-item .calendrier-item-categorie span:after {
    right: -1.25em;
    top: -5px;
}

.calendrier-item .calendrier-item-categorie span:before,
.calendrier-item .calendrier-item-categorie span:after {
    content: url(/wp-content/themes/hello-theme-child-master/images/vaguelettte.svg);
    position: absolute;
}

.calendrier-item .calendrier-item-categorie span {
    color: #fff;
    position: relative;
    font-size: 21px;
    line-height: 40px;
    font-family: Fairplay Display, 'sans serif';
    padding-left: 1.25em;
}

#calendar .evenement-item .calendrier-item a.btn-suplater {
    font-size: 16px;
    border-radius: 45px;
    border: 2px solid;
    font-weight: 500;

    margin-top: 1em;
    display: block;
    width: max-content;
    font-style: inherit;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.25em 1.5em;
    line-height: 36px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: #011440;
    color: #fff;
    height: fit-content;
}

#calendar .evenement-item .calendrier-item a.btn-suplater:hover {
    background: #fff;
    color: #011440;
}

/* Panier WC */
#place_order {
    background: #388CA7 !important;
    color: #fff !important;
    border: 2px solid #388CA7;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 5px 1em;
    padding-top: 5px;
    cursor: pointer;
    height: fit-content;
    border-radius: 45px;
    text-decoration: none;
    text-transform: uppercase;
}

.woocommerce-checkout-payment {
    background: #388ba786 !important;
}

.woocommerce-checkout #payment div.payment_box {
    background: #388ba74f !important;
    
}

.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #388ba74f;
    content: "";
    display: block;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.wc-block-components-product-metadata {
    display: none;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    background: #0D7595;
    color: #fff;
    border: none;
    border-radius: 45px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.25em 1.5em;
    line-height: 36px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.wc-block-components-sidebar-layout {
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
}

.woocommerce-cart-form {
    width: 100%;
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar, #panier-wc .e-cart-totals, #panier-wc .e-cart__column-start,
.wc-block-components-sidebar-layout .wc-block-components-main {
    background: #f1f1f1;
    border-radius: 5px;
    border:0;
    box-shadow: 0 3px 6px #00000029;
    padding: 2em;
}

#panier-wc .e-cart__column-end {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
#panier-wc .e-shop-table {
    background: transparent;
    border: 0;
}

#panier-wc .product-name, #panier-wc .product-name a {
    color: #011440 !important;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

#panier-wc .shop_table thead {
    background: #0D7595;
}

#panier-wc .shop_table thead th, #panier-wc .shop_table thead th span {
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;

    padding: 1em !important;

    border: none;
}

#panier-wc .woocommerce-cart-form__cart-item img {
    width: 144px;
    height: 144px;
}

.wc-block-components-product-details.wc-block-components-product-details li,#panier-wc .woocommerce-Price-amount,  
.wc-block-components-product-price, #panier-wc .quantity,
.wc-block-components-formatted-money-amount, #panier-wc .woocommerce-Price-amount {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #011440;
    margin: 0 0 0.5em;
}

/* Page panier Event manager */
.wc-block-components-product-metadata {
    display: none;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    background: #0D7595;
    color: #fff;
    border: none;
    border-radius: 45px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.25em 1.5em;
    line-height: 36px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.wc-block-components-sidebar-layout {
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
}

div .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100%;
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.wc-block-components-sidebar-layout .wc-block-components-main {
    background: #f1f1f1;
    border-radius: 5px;
    box-shadow: 0 3px 6px #00000029;
    padding: 2em;
}

.em-cart-coupons-form button,
.em-cart-actions button {
    border-color: transparent;
    font-size: 16px;
    padding: 20px;
}

#em-cart-coupons-form .em-coupon-code {
    border-color: red;
}

.em-cart-coupons-form div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.em-cart-coupons-form button.em-coupon-code {
    width: 280px;
}

.em-cart-coupons-form label {
    text-align: left;
}

.wc-block-components-button:not(.is-link), .wc-proceed-to-checkout .checkout-button,
.em-cart-actions button,
.em-booking-form-buttons input[type=submit],
.em.pixelbones.input button {
    background: #0D7595 !important;
    color: #fff !important;
    margin: 0 !important;
    border-radius: 45px !important;
    /* padding: 30px !important; */
}

.em-booking-form-buttons input[type=submit] {
    font-size: 18px !important;
    border: 2px solid #0D7595 !important;
    width: 50% !important;
    height: auto !important;
    text-align: center;
}

.em-booking-form-buttons {
    display: flex;
    justify-content: center;
}

.em.em-event-booking-form .em-booking-section.em-booking-form-buttons {
    text-align: center;
}

.em-booking-form-buttons input[type=submit]:hover {
    background: #fff !important;
    color: #0D7595 !important;
    border: 2px solid #0D7595 !important;
}


.em-booking-form input[type=submit] {
    margin-bottom: 30px !important;
}

#panier-wc .product-name {
    color: #011440;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.wc-block-components-product-details.wc-block-components-product-details li,
.wc-block-components-product-price,
.wc-block-components-formatted-money-amount {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #011440;
    margin: 0 0 0.5em;
}

.is-large.wc-block-cart .wc-block-cart-items th,
.em-cart-title th,
.em.pixelbones .em-cart-title th {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    min-width: 160px;
    padding: 1em !important;
    opacity: 1;
    text-align: center;
    border: none;
}

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: visible !important
}


.wc-block-cart-items__header,
.em-cart-title {
    background: #0D7595;
}

.is-large.wc-block-cart .wc-block-cart__totals-title, #panier-wc .cart_totals h2 {
    font-size: 40px !important;
    font-family: Fairplay Display, 'sans serif' !important;
    font-weight: 400 !important;
}

.em-cart-table-event-summary td:first-child,
.em.pixelbones .em-cart-table-event-summary td:first-child,
.em-cart-totals tr td,
.em-cart-totals tr th,
.em.pixelbones .em-cart-totals tr th {
    padding: 30px !important;
}

.em-cart-totals tr td,
.em-cart-totals tr th,
.em.pixelbones .em-cart-totals tr th {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #011440;
}

.em-cart-table-event-summary td:first-child,
.em.pixelbones .em-cart-table-event-summary td:first-child {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #011440;
}

.em-cart-table-event-title a,
.em.pixelbones .em-cart-table-event-title a {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    display: block;
    text-decoration: none;
    color: #011440 !important
}

.em-booking {
    max-width: 1440px;
}

.em-checkout-page-contents {
    display: flex;
    justify-content: center;
}

.em-cart-table-actions {
    text-align: center;
}

.em-cart-table .em-cart-table-event-details {
    display: table-row;
}

.em-cart-table-event-summary a,
.em.pixelbones .em-cart-table-event-summary a {
    color: #011440 !important;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.em.pixelbones .em-cart-table td {
    padding: 10px !important;
}

#dbem-bookings-table td,
#dbem-bookings-table th {
    color: #011440;
}

.login-form .em-login-trigger,
.login-form {
    display: none;
}

.login-form .em-login-buttons button {
    background: #0D7595 !important;
    color: #fff !important;
    margin: 0 !important;
    border-radius: 45px !important;
    font-size: 16px;
    padding: 20px;
}

/* Bons cadeaux */
#listing-bon-cadeau .jet-woo-products__inner-box {
    justify-content: space-between;
}

#listing-bon-cadeau .jet-woo-products__inner-box .jet-woo-product-thumbnail img {
    width: 270px;
    height: 170px;
    object-fit: cover;
}

/* Page d'evènement */
/** Page catégorie évènement **/
.em-items {
    margin-top: 1.75em;
    padding-bottom: 3em;
    display: flex;
    width: 70%;
}

.container-croisiere .em-items {
    width: 100%;
}

.em-items section.em-item-description,
.em-items section.em-item-image-resa {
    position: relative;
    width: 50%;
    padding-left: .9375em;
    padding-right: .9375em;
}

.em-items .em-taxonomy-description {
    width: 100%;
}

.em-items .em-taxonomy-description h2,
.woocommerce-Tabs-panel--description h2 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 0;
    font-family: Fairplay Display, 'sans serif';
    font-weight: 400;
    color: #011440;
}

.em-items .em-taxonomy-description .posvague,
.woocommerce-Tabs-panel--description .posvague {
    letter-spacing: -0.24px !important;
    color: #71B9D0;
    text-transform: uppercase;
    font-size: 24px !important;
    line-height: 27px !important;
    font-weight: 600 !important;
    position: relative;
    margin-bottom: 2em !important;
    font-family: 'Montserrat', sans-serif;
}

.em-items .em-taxonomy-description .posvague::after,
.woocommerce-Tabs-panel--description .posvague::after {
    content: url(/wp-content/themes/hello-theme-child-master/images/vague-product.svg);
    position: absolute;
    left: 0;
    bottom: -1.25em;
    border: none;
}

.em-items .em-taxonomy-description p,
.woocommerce-Tabs-panel--description p {
    font-size: 18px;
    line-height: 22px;
    margin: 1em 0 1.5em;
    color: #011440;
    font-family: 'Montserrat', sans-serif;
}

.em-items .em-taxonomy-description p span,
.woocommerce-Tabs-panel--description p span {
    font-weight: 500;
}

.em-items .sing-tarif,
.woocommerce-Tabs-panel--description .sing-tarif {
    margin: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    color: #011440;
    padding-left: 2em;
    margin-bottom: 1em;
}

.em-items .sing-saison,
.em-items .sing-horaire,
.em-items .sing-embarquement,
.em-items .sing-tarif,
.woocommerce-Tabs-panel--description .sing-saison,
.woocommerce-Tabs-panel--description .sing-horaire,
.woocommerce-Tabs-panel--description .sing-embarquement,
.woocommerce-Tabs-panel--description .sing-tarif {
    position: relative;
    padding-left: 2em;
    margin-bottom: 1em;
}

.em-items .sing-tarif h4,
.woocommerce-Tabs-panel--description .sing-tarif h4 {
    font-size: 18px !important;
    line-height: 22px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    margin: 0 !important;
}

.em-items .sing-tarif p,
.em-items .sing-saison p,
.em-items .sing-horaire p,
.em-items .sing-embarquement p,
.woocommerce-Tabs-panel--description .sing-tarif p,
.woocommerce-Tabs-panel--description .sing-saison p,
.woocommerce-Tabs-panel--description .sing-horaire p,
.woocommerce-Tabs-panel--description .sing-embarquement p {
    font-weight: 500 !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 19px !important;
}

.sing-tarif:before,
.sing-saison:before,
.sing-horaire:before,
.sing-embarquement:before,
.woocommerce-Tabs-panel--description .sing-tarif:before,
.woocommerce-Tabs-panel--description .sing-saison:before,
.woocommerce-Tabs-panel--description .sing-horaire:before,
.woocommerce-Tabs-panel--description .sing-embarquement:before {
    position: absolute;
    left: 0;
}

.sing-tarif:before {
    content: url(/wp-content/themes/hello-theme-child-master/images/picto-tarifs.svg);
}

.sing-saison:before {
    content: url(/wp-content/themes/hello-theme-child-master/images/picto-calendar.svg);
}

.sing-horaire:before {
    content: url(/wp-content/themes/hello-theme-child-master/images/picto-heure.svg);
}

.sing-embarquement:before {
    content: url(/wp-content/themes/hello-theme-child-master/images/picto-ancre.svg);
}

.em-items .em-item-image-resa .em-item-image {
    height: auto;
}

.em-items .em-item-image-resa .em-item-image img {
    border-left: 0 !important;
    padding: 0 !important;
}

.em-items .em-item-image-resa .bloc-reservation {
    border: 2px solid #388CA7;
    border-radius: 30px;
    padding: 1em 2em;
    margin-top: 4em;
}

.em-items .em-item-image-resa .bloc-reservation h2 {
    font-size: 40px;
    line-height: 53px;
    position: relative;
    margin-bottom: 0.75em;
    font-family: Fairplay Display, 'sans serif';
    font-weight: 400;
}

.em-items .em-item-image-resa .bloc-reservation h2 span {
    letter-spacing: -0.22px;
    color: #71B9D0;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.em-items .em-item-image-resa .bloc-reservation h2:after {
    content: url(/wp-content/themes/hello-theme-child-master/images/vague-product.svg);
    position: absolute;
    left: 0;
    bottom: -.65em;
}

.em-items .em-item-image-resa .bloc-reservation h3 {
    text-transform: uppercase;
    font-size: 22px !important;
    line-height: 27px;
    font-weight: 600 !important;
    color: #388CA7;
    font-family: 'Montserrat', sans-serif;
}

#event-date-selector {
    border: 2px solid #E3E4E9;
    font-size: 16px;
    padding: 1em;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    background: #E3E4E9;
    border-radius: 30px;
    color: #011440;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin: 0.5em 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/wp-content/themes/hello-theme-child-master/images/selector-arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
}

.bloc-reservation #event_available_places {
    position: relative;
    padding-left: 2em;
    font-style: italic;
    margin-top: 0.75em;
    border-bottom: 2px solid #E9EAEE;
    padding-bottom: 1em;
}

.prix-promo {
    font-weight: 700;
    color: #9c0b0b;
}

.bloc-reservation #event_available_places:before {
    content: url(/wp-content/themes/hello-theme-child-master/images/picto-tickets.svg);
    position: absolute;
    left: 0;
    top: -.25em;
}

.em.em-item.em-item-single .em-item-image {
    position: relative;
}

.reserv-child,
.reserv-adult,
.reserv-standard {
    display: flex;
    margin-top: 0.75em;
    border-bottom: 2px solid #E9EAEE;
    padding-bottom: 1em;
    justify-content: space-between;
    align-items: center;
}

.reserv-total {
    display: flex;
    margin-top: 0.75em;
    padding-bottom: 1em;
    justify-content: space-between;
}

.bloc-reservation .reserv-child p,
.bloc-reservation .reserv-adult p,
.bloc-reservation .reserv-standard p {
    margin: 0 !important;
    align-self: center;
}

.reserv-total h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    align-self: center;
}

.reserv-child input[type="number"],
.reserv-adult input[type="number"],
.reserv-standard input[type="number"] {
    border: 2px solid #E3E4E9;
    font-size: 16px;
    padding: 0.5em 1em;
    width: auto;
    max-width: 80px;
    background: #E3E4E9;
    border-radius: 30px;
    color: #011440;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.validation-reserv {
    text-align: -webkit-right;
}

.validation-reserv .btn {
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    font-size: 17px;
    margin-top: 1em;
    display: block;
    width: max-content;
    font-style: inherit;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.25em 1.5em;
    border-radius: 45px;
    line-height: 36px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: #011440;
    color: #fff;
    border: 2px solid #011440;
}

.validation-reserv .btn:hover {
    background: transparent;
    color: #011440;
}

#tag-categorie {
    font-family: Fairplay Display, 'sans serif';
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    padding: 1.35em 0.5em;
    background: #009FA9;
    position: absolute;
    right: 1.75em;
    top: -1.5em;
    min-width: 135px;
    max-width: 150px;
    text-align: center;
}

#booking-options #total_price {
    font-size: 30px;
    line-height: 37px;
    margin-top: 0;
    font-weight: 700;
    color: #388CA7;
}

#bloc-reservation .avenirdate {
    font-weight: 500;
    margin: 1em 0 !important;
    font-size: 16px;
    line-height: 19px !important;
    position: relative;
    padding-left: 2em;
}

#bloc-reservation .avenirdate::before {
    content: url(/wp-content/themes/hello-theme-child-master/images/picto-calendar.svg);
    position: absolute;
    left: 0;
}

/* Calendrier filtre par catégories */

#calendar .filtre-categories {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#calendar .checkbox-categories {
    display: flex;
    width: 24%;
    gap: 10px;
}

#calendar label {
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

#calendar input {
    visibility: hidden;
    display: none;
}

#calendar input:checked~.checkbox {
    transform: rotate(45deg);
    width: 14px;
    margin-left: 12px;
    border-color: #24c78e;
    border-top-color: transparent;
    border-left-color: transparent;
    border-radius: 0;
}

#calendar .checkbox {
    display: block;
    width: inherit;
    height: inherit;
    border: 3px solid #434343;
    border-radius: 6px;
    transition: all 0.375s;
}

/* Carte cadeaux */
.ywgc-recipient-email,
.ywgc-form-preview-from-to-container .ywgc-form-preview-title,
.ywgc-form-preview-from-to-container .ywgc-form-preview-title,
.ywgc-form-preview-from-to-container .ywgc-form-preview-to-content {
    display: none;
}

.gift-cards-list {
    display: flex;
    flex-direction: column;
}

.ywgc-label-above-input label {
    width: max-content;
}

.woocommerce div.product form.cart .gift_card_add_to_cart_button,
.woocommerce ul.products li.product .product_type_gift-card {
    background: #0D7595;
    color: #fff;
    border: none;
    border-radius: 45px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.25em 1.5em;
    line-height: 36px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.selected_button #ywgc-manual-amount {
    width: 150px;
    border-radius: 5px;
    text-align: left;
    background-color: rgba(56, 117, 167, 0.1) !important;
    border: solid 2px var(--e-global-color-secondary) !important;
    color: #67718d !important;
    font-size: 20px;
}

.selected_button #ywgc-manual-amount:focus {
    border: solid 2px var(--e-global-color-primary) !important;
}

#ywgc-manual-amount-div-wrapper .ywgc-hidden,
.selected_button .ywgc-manual-currency-symbol {
    display: block;
    color: var(--e-global-color-secondary) !important;
    background-color: transparent !important;
    font-size: 23px;
}


.ywgc-manual-currency-symbol {
    top: 9px;
}

.woocommerce div.product .product_title {
    font-family: Fairplay Display, 'sans serif';
    color: #011440;
}


.selected_button #ywgc-manual-amount::placeholder,
.selected_button #ywgc-manual-amount::-webkit-input-placeholder {
    color: #67718d;
}

#ywgc-manual-amount-div-wrapper,
.gift-cards-list .ywgc-amount-buttons:last-of-type {
    width: fit-content;
    border-radius: 5px !important;
    background-color: transparent !important;
    border: 0;
}



.related h2 {
    color: #011440;
    font-family: Fairplay Display, 'sans serif';
    font-size: 30px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    color: #011440;
    font-family: Fairplay Display, 'sans serif';
}

/** Page listing categories **/
.em-item-single {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-em {
    background-image: url(/wp-content/uploads/2024/11/bg_offre.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 20px 0 30px 0;
    width: 100%;
}

.header-em h1 {
    font-family: "Montserrat", Sans-serif;
    font-size: 2.7255vw;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 110%;
    text-shadow: 0px 1.36px 10px rgba(0, 0, 0, 0.15);
    color: var(--e-global-color-5886775);
}

.breadcrumb-resa a,
.breadcrumb-resa {
    color: #fff !important;
}

.header-em #breadcrumbs,
.header-em #breadcrumbs a {
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 166%;
    color: var(--e-global-color-5886775);
}

.header-em #breadcrumbs {
    margin-left: 50px;
}

.header-em #breadcrumbs span {
    display: flex;
    gap: 10px;
}

.row-croisiere {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    color: #011440;
}

.row-croisiere .bloc-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    margin-bottom: 2em;
    padding-left: .9375em;
    padding-right: .9375em;
}

.row-croisiere .prezcrois {
    padding: 2em 1em;
    background: #011440;
    max-width: 100%;
    height: 100%;
}

.container-croisiere {
    max-width: 1140px;
    margin: 50px auto;
}

.prezcrois h2 {
    color: #fff;
    margin: 0;
    line-height: 72px;
    font-family: Fairplay Display, 'sans serif';
}

.prezcrois h3 {
    color: #71B9D0;
    font-size: 24px !important;
    line-height: 30px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
}

.prezcrois h4 {
    color: #fff;
    font-size: 20px !important;
    line-height: 24px !important;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -0.2px !important;
    margin: 1.5em 0 1em;
}

.prezcrois p {
    color: #fff !important;
    font-size: 16px;
    line-height: 19px !important;
    letter-spacing: 0px;
    margin: 0 0 0.5em !important;
}

.bloc-croi {
    box-shadow: 0 4px 6px #00000017;
    max-width: 100%;
}

.bloc-croi a {
    position: relative;
    display: block;
}

.bloc-croi img {
    width: 270px;
    height: 170px;
    object-fit: cover;
}

.tagcrois {
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #fff;
    padding: 0 1em;
    font-size: 12px;
    line-height: 30px;
    font-family: Fairplay Display, 'sans serif';
}

.tagcrois:hover {
    color: #fff !important;
    background: #71B9D0 !important;
}

.bloc-croi .prod {
    padding: 1em;
}

.bloc-croi .prod h3 {
    height: 60px;
}

.bloc-croi p {
    margin: 0.5em 0;
    font-size: 16px;
    line-height: 19px !important;
    letter-spacing: 0px;
    color: #011440;
    margin: 0 0 0.5em !important;
    height: 65px;
}

.prix-reserv {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
    justify-content: center;
}

.prix-reserv h4 {
    font-size: 15px !important;
    line-height: 19px !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    margin-right: 10px;
}

.bloc-croi .prod h3 a {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.18px;
    color: #011440 !important;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

.bloc-croi .btn {
    background: #388CA7 !important;
    color: #fff !important;
    border: 2px solid #388CA7;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 5px 1em;
    padding-top: 5px;
    cursor: pointer;
    height: fit-content;
    border-radius: 45px;
    text-decoration: none;
    text-transform: uppercase;
}

/* Evenements à venir */
#croisavenir {
    background: url(/wp-content/uploads/2024/11/bg_offre.png) no-repeat center center;
    background-size: cover;
    padding: 3em 0;
}

#croisavenir h2 {
    text-align: center;
    color: #fff;
    font-family: Fairplay Display, 'sans serif';
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 0.25em;
}

#croisavenir .row {
    display: flex;
    flex-wrap: wrap;
}

.bloc-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    margin-top: 2em;
    padding-left: .9375em;
    padding-right: .9375em;
}

#croisavenir .croisevent {
    background: #fff;
    height: 100%;
}

#croisavenir img {
    width: 100%;
    max-height: 284px;
    object-fit: cover;
}

#croisavenir .croisevent * {
    text-align: center;
    color: #011440;
}

#croisavenir .croisevent .croivent {
    padding: 1.5em 1em 1em;
    width: 100%;
}

.croivent h3 {
    letter-spacing: -0.2px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}

#croisavenir .sing-horaire,
#croisavenir .sing-embarquement,
#croisavenir .event_available_places .avenirplace {
    position: relative;
    padding-left: 2em;
    width: max-content;
    margin: auto;
    max-width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.event_available_places .avenirplace:before {
    content: url(/wp-content/themes/hello-theme-child-master/images/picto-tickets.svg);
    position: absolute;
    left: 0;
    top: -0.25em;
}

#croisavenir .event_available_places .avenirplace {
    position: relative;
    padding-left: 2em;
    font-style: italic;
    margin-top: 0.75em;
    font-weight: 400;
}


#croisavenir .event_available_places {
    margin-top: 0.75em;
    border-bottom: 2px solid #E9EAEE;
    padding-bottom: 1em;
    max-width: 90%;
    margin: auto;
}

#croisavenir .croisevent .btn {
    background: #011440;
    color: #fff;
    border: 2px solid #011440;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 5px 1em;
    padding-top: 5px;
    cursor: pointer;
    height: fit-content;
    border-radius: 45px;
    text-transform: uppercase;
    margin-top: 1em;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;

}

#croisavenir .croisevent .btn:hover {
    background: #0D7595;
    border-color: #0D7595;
}

#croisavenir .btncal {
    margin: 2em auto 1em;
    border: 2px solid;

    font-size: 17px;
    display: block;
    width: max-content;
    font-style: inherit;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.25em 1.5em;
    border-radius: 45px;
    line-height: 36px;
    transition: all 0.25s ease-in-out;
    background: #011440;
    color: #fff;
}

#croisavenir .btncal:hover {
    background: #0D7595;
    border-color: #0D7595;
    color: #fff;
}

#ppe .row {
    display: flex;
}

#ppe .bloc-2 {
    align-self: center;
    margin: 2em 0;
    padding-left: .9375em;
    padding-right: .9375em;
}

#ppe .titlesubser {
    position: relative;
    padding-left: 3em;
}

#ppe img {
    width: auto;
    display: block;
    max-width: 100%;
    height: auto;
}

#ppe .titlesubser:before {
    content: url(/wp-content/uploads/2024/03/puce-vague.svg);
    position: absolute;
    left: 0;
}

#ppe h2 {
    font-family: Fairplay Display, 'sans serif';
    font-weight: 400;
    line-height: 1;
    font-size: 50px;
    margin-bottom: 0;
}

#ppe h3 {
    font-size: 21px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #388CA7;
    font-family: 'Montserrat', sans-serif;
}

#ppe .btn {
    font-size: 17px;
    margin-top: 1em;
    display: block;
    width: max-content;
    font-style: inherit;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.25em 1.5em;
    border-radius: 45px;
    line-height: 36px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border: 2px solid #011440;
    background: transparent;
    color: #011440;
}

/** Header **/
@media (min-width: 1024px) and (max-width: 1490px) {

    #menu-header .elementor-nav-menu {
        --e-nav-menu-horizontal-menu-item-margin: 0;
    }

    #menu-header .elementor-nav-menu .elementor-item {
        padding: 13px 15px;
    }
}

.icons-fixe-header .elementor-icon-box-icon {
    height: 36px;
}

.icons-fixe-header .elementor-icon-box-icon::after {
    content: "";
    display: block;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    background-image: url(https://www.etoile-marine.com/wp-content/uploads/2024/03/contour-btn-header.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: -10px;
    bottom: -12px;

}



/** Footer **/

#footer a {
    color: white;
}

#email-footer p {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    /* Définit l'épaisseur */
    text-underline-offset: 8px;
    /* Décale le soulignement vers le bas */

}

@media screen and (max-width: 1500px) {
    #swiper-offres .elementor-main-swiper {
        width: 350%;
    }

}

@media screen and (max-width: 1024px) {
    #swiper-offres .elementor-main-swiper {
        width: 100%;
    }

    #offre-txt .elementor-heading-title {
        font-size: 70px;
    }

    #embarquez-txt .elementor-heading-title,
    .texte-embarquez {
        font-size: 100px;
    }

    text {
        font-size: 70px;
        line-height: 28px;
    }

    .clipped {
        top: calc(50% + -61px);
        left: calc(50% + 269px);
    }

    .clipped2 {
        top: calc(50% + -63px);
        left: calc(50% + 466px);
    }

    #calendar .checkbox-categories {
        display: flex;
        width: 48%;
        gap: 10px;
    }
}

@media screen and (max-width: 700px) {
    #offre-txt .elementor-heading-title {
        font-size: 70px;
    }

    #embarquez-txt .elementor-heading-title,
    .texte-embarquez {
        font-size: 50px;
    }

    text {
        font-size: 70px;
        line-height: 28px;
    }

    .clipped {
        top: calc(50% + -73px);
        left: calc(50% + 436px);
    }

    .clipped2 {
        top: calc(50% + -63px);
        left: calc(50% + 466px);
    }

    #calendar .checkbox-categories {
        display: flex;
        width: 48%;
        gap: 10px;
    }

    .row-croisiere .bloc-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        margin-bottom: 2em;
        padding-left: .9375em;
        padding-right: .9375em;
    }
}

/** Mobile 768px **/
/* Créer le conteneur @media */
@media (max-width: 768px) {

    #elementor-popup-modal-5746 .dialog-widget-content .dialog-message {
        height: 100%;
    }

    .ekit-sidebar-widget {
        overflow: scroll !important;
    }

    #page-actu .jet-smart-listing__post-thumbnail::before {
        bottom: 24%;
    }

    .calendrier-mois-item {
        font-size: 16px;
        line-height: 20px;
    }

    .calendrier-container {
        padding: 13px 2em;
        top: 130px;
    }


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

    .em-items section.em-item-description,
    .em-items section.em-item-image-resa {
        width: 100%;
    }

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

    .calendrier-item img,
    .calendrier-item-categorie {
        width: 100%;
    }

    .calendrier-item .cal-info {
        flex-direction: column;
    }


    .em-checkout-page-contents {
        display: block;
        /* padding: 30px; */
    }

    .em-booking-form,
    #em-cart-coupons-form {
        padding: 30px;
    }

    .em-booking-form-buttons input[type=submit] {
        width: 100% !important;
    }

    /* mettre le scroll dans .em-cart-table table */
    .em-cart-table table,
    .em-cart-table {
        overflow: scroll;
        display: flex;
        flex-direction: column;
    }

    /** Page listing categories **/
    .row-croisiere .bloc-4,
    .bloc-3,
    .bloc-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #ppe .row {
        flex-direction: column;
    }
}