.elementor-11559 .elementor-element.elementor-element-56fad45{--display:flex;}.elementor-11559 .elementor-element.elementor-element-16a29e4{width:100%;max-width:100%;}.elementor-11559 .elementor-element.elementor-element-16a29e4 > .elementor-widget-container{margin:-10px -10px -10px -10px;border-radius:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-16a29e4 *//* Styles pour le container 1 (logo) */
.header-container {
    text-align: center;
}

.logo-container img {
    max-width: 15%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    color: white;
}

/* Styles pour le container 2 (menu) */
.menu-container {
    text-align: center;
    padding: 10px;
    position: relative;
}
.menu-container a {
    color: #fff1d6;
    transition: color 0.4s;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.menu-container a:hover {
    color: #89C2FF;
}

.ur {
    list-style-type: none;
    padding: 0;
}

.ur li {
    display: inline-block;
    margin-right: 10px;
}

.ur li a {
    text-decoration: none;
    color: #f5c462;
    font-weight: bold;
    padding: 10px;
    display: block;
}

.ur li:hover {
    background-color: #AC7B23;
}

.li {
    list-style-type: none;
    padding: 0;
    display: none;
}

.has-submenu:hover .li {
    display: block;
    position: absolute;
    background-color: #AC7B23;
    margin-top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.li a {
    color: #f5c462;
    padding: 10px;
    display: block;
    text-decoration: none;
}

.li a:hover {
    background-color: #AF7010;
}


.ptb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.main-navigation a {
    text-decoration: none;
    padding: 15px;
    display: block;
}

.menu-container .has-submenu {
    position: relative;
}

.submenu {
    display: none;
    background-color: #AF7010;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    z-index: 1;
    white-space: nowrap;
}

.menu-container .has-submenu:hover .submenu {
    position: absolute;
    display: block;
    color: #89C2FF;
    top: 40px;
    transform: translateX(-20%);
}

.menu-container .has-submenu::after {
    content: '▼';
    position: absolute;
    top: 50%;
    right: 0rem;
    transform: translateY(-50%);
    color: #f5c462;
    font-size: 12px;
}

/* Ajoutez ce style pour le conteneur des vagues */
.waves-pattern-container {
    position: relative;
    width: 100%;
}

/* Ajoutez ce style pour le SVG des vagues */
.waves-pattern-container svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 18px;
    transform: scaleX(-1);
    background: linear-gradient(to right, #F5C462 0%, #F5C462 0%);
}


/* Media query pour les petits écrans (max-width 767px) */
@media only screen and (max-width: 767px) {
    .header-container {
        text-align: center;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .logo-container img {
        margin-top: 1rem;
        margin-bottom: 1rem;
        max-width: 40%;
        height: auto;
    }

    .menu-container a {
        font-size: 0.6rem;
        line-height: 1.2;
        white-space: nowrap;
    }

    .waves-pattern-container svg {
        width: 100%;
        height: 18px;
        transform: scaleX(-1);
        background: linear-gradient(to right, #F5C462 0%, #F5C462 0%);
    }

.submenu {
    top: 100%;
    transform: translateX(-19%);
}


    .menu-container .has-submenu::after {
        content: '▼';
        margin-left: 5px;
        display: inline-flex;
        align-items: center;
        color: #f5c462;
        right: -0.2rem;
        font-size: 14px;
    }
}/* End custom CSS */