.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-9901 .elementor-element.elementor-element-4a17643 > .elementor-widget-container{padding:15px 0px 15px 60px;}.elementor-9901 .elementor-element.elementor-element-4a17643{text-align:start;}@media(max-width:767px){.elementor-9901 .elementor-element.elementor-element-4a17643 > .elementor-widget-container{padding:0px 0px 0px 70px;}.elementor-9901 .elementor-element.elementor-element-41bf375 > .elementor-widget-container{margin:-29px -29px -29px -29px;padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-9901 .elementor-element.elementor-element-95a0192{width:45.325%;}.elementor-9901 .elementor-element.elementor-element-66e4ba8{width:54.675%;}}/* Start custom CSS for html, class: .elementor-element-41bf375 *//* Styles pour le container 2 (menu) */
.menu-container {
    text-align: center;
    padding: 25px;
    position: relative;
}
.menu-container a {
    color: #010e2e;
    transition: color 0.4s;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}

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

.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;
}

.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;
}
/* 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: 100%;
        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%);
    }
}/* End custom CSS */