@media screen and (max-width: 1200px) {
    .single-post h1 {
        font-size: 32px!important;
    }
}
@media screen and (max-width: 1000px) {
    .visuel img {
        object-fit: cover;
    }

    .realisations-rangee .item {
        width: 50%!important;
    }
}

@media screen and (max-width: 900px) {

    div#nav_menu-2 ul#menu-menu-mobile-1 {
        flex-direction: column !important;
        width: fit-content;
        margin: auto;
    }

    a.webexpr {
        position: relative;
        bottom: 50%;
        transform: translateY(0);
    }

    .copyright > div {
        display: flex;
        align-items: center;
    }

    .les-infos-carrousel .une-row.visuel.slick-slide:nth-child(2) .visuel img {
        height: auto!important;
    }
    .visuel img {
        height: auto!important;
    }
    .actu-content:before {
        display: none !important;
    }

}

@media screen and (max-width: 700px) {
    .page-content .bloc-actu .item {
        margin-bottom: 30px!important;
    }
    .single-post article.post img {
        width: 100%!important;
        height: 100%;
    }
    .footer-bottom {
        width: 95% !important;
    }
    img.prev.slick-arrow {
        top: unset!important;
        left: 10px;
        right: unset;
        bottom: -65px!important;
    }

    img.next.slick-arrow {
        top: unset!important;
        right: 10px;
        left: unset;
        bottom: -65px!important;
    }
}

@media screen and (max-width: 600px) {
    .realisations-rangee .item {
        width: 100%!important;
    }
}

@media screen and (max-width: 500px) {
    .bloc-actu button {
        margin-top: 30px!important;
        margin-bottom: 20px!important;
    }
    .copyright {
        flex-direction: column;
    }
    .wpb_single_image.wpb_content_element.vc_align_left.imageborder img {
        width: 100%!important;
    }

}