/* DMU 19/01/2026 : modification header + slider */
header .common_container {
    margin-left: auto !important;
}
.wrap_body {
    overflow-x: hidden;
}

header .header_container {
    max-width: 1650px !important;
    padding: 0 15px;
}

header .header_main .header_main__top {
    position: relative;
}

header .header_main .header_main__bottom {
    justify-content: flex-end;
}

header .header_main .header_main__bottom ul {
    position: relative;
    flex: 0 0 auto !important;
}

header #menu-menu-top a {
    background: #E16A0A;
}

header .header_main .header_main__bottom #menu-menu-principal:before {
    width: 300% !important;
    left: 50%;
    transform: translateX(-50%);
}

header .header_main .header_main__bottom .wrap_search {
    position: relative;
    z-index: 2;
}

body.home .section_home__slogan {
    padding: 25px 0;
}

body.home .section_home__slogan h1 {
    font-size: 2rem;
}

#menu-menu-principal>.menu-item-has-children>a {
    position: relative;
}

#menu-menu-principal>.menu-item-has-children>a:after {
    content: '>';
    transform: rotate(90deg) scaleX(0.5);
    font-weight: 400;
    display: inline-block;
    margin-left: 5px;
    color: #ffffff;
}

#menu-menu-principal>.menu-item-has-children>a:hover:after {
    transform: rotate(-90deg) scaleX(0.5);
}

@media (max-width: 1480px) {
    header .header_main .header_main__bottom ul>li>a {
        font-size: 16px !important;
    }
}
@media (max-width: 1300px) {
    header .header_main .header_main__bottom ul>li>a {
        font-size: 15px !important;
        padding: 0 10px !important;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    header .header_main #menu-menu-principal {
        padding-right: 15px;
    }
    header .header_main .header_main__bottom ul {
        flex: 1 1 auto !important;
    }
}

.home-slider {
    margin-top: -60px;
    position: relative;
    aspect-ratio: 2.8;
    width: 100%;
}

.home-slider_items {
    position: relative;
    height: 100%;
}

.home-slider_items>div {
    height: 100%;
}

.home-slider_item {
    display: flex;
    height: 100%;
    position: relative;
}

.home-slider_title {
    position: relative;
    z-index: 1;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
    width: 560px;
    max-width: 100%;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.home-slider .slick-track {
    height: 100%;
}

.home-slider .common_container {
    position: initial;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
}

.home-slider_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home-slider .slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 5;
}

.home-slider .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.home-slider .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.home-slider .slick-dots li button:before {
    content: "";
    color: #ffffff;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 50%;
    opacity: 1;
    display: block;
}

.home-slider .slick-dots li.slick-active button:before {
    background: #ffffff;
}

@media (max-width: 1200px) {
    .home-slider_title {
        font-size: 35px;
        width: 400px;
    }
}

@media (max-width: 991px) {
    header .header_main .header_main__bottom:before {
        content: '';
        display: block;
        height: 75px;
        position: absolute;
        background-color: #003863;
        z-index: 1;
        width: 200%;
        left: 50%;
        transform: translateX(-50%);
    }

    .home-slider_title {
        font-size: 25px;
        width: 300px;
    }

    .home-slider .slick-dots {
        bottom: 15px;
    }

    .home-slider .common_container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    .home-slider {
        aspect-ratio: 1.8;

    }

    .home-slider_title {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .home-slider {
        aspect-ratio: 1.2;

    }
}

@media (max-width: 576px) {
    footer #menu-menu-du-bas {
        flex-direction: column;
    }
}