:root {
    color-scheme: light only;
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px){
    #topbar > div{
        display: block !important;
        width: 100%;
    }
    #topbar > div .langue{
        width: auto;
        display: inline-block;
    }
    .testimonial-carousel{
        width: auto;
    }
    .testimonial-1{
        display: block;
    }
    .testimonial-1 .testimonial-media{
        height: 350px;
        width: 100%;
    }
    .testimonial-1 .testimonial-inner{
        margin-left: 0;
    }
    .testimonial-carousel .owl-nav .owl-prev, 
    .testimonial-carousel .owl-nav .owl-next{
        position: inherit;
        margin-top: 50px;
    }
    .testimonial{
        margin-bottom: 0px !important;
    }
    .excert-secteurs,
    .excert-news{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .excert-secteurs .title-2{
        margin-bottom: 0;
    }
    .excert-news .left .parent .img{
        height: 360px;
    }
    .excert-news .left .parent .overlay-content > div h4{
        margin-top: 10px;
    }
    .excert-news .right h4{
        font-size: 18px;
    }
    .excert-news .right .img{
        height: 130px;
        border-radius: 10px;
    }
    .excert-offres .read-more-all{
        margin-bottom: 0;
        margin-top: 20px !important;
    }
    .excert-news .link{
        padding: 10px 40px;
    }
    .excert-offres .read-more-all{
        width: auto;
        padding: 10px;
    }
    .excert-offres .item .btn.btn-primary{
        border: none;
        background-color: #f25d49;
    }
    .excert-offres .item .btn.btn-primary:focus,
    .excert-offres .item .btn.btn-primary:hover{
        background-color: #f25d49;
    }
    .footer-widget p{
        width: auto;
    }
    .footer{
        font-size: 14px;
    }
    .footer-area{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #toTop{
        right: 10px;
        bottom: 70px;
    }
    .carousel .carousel-inner .carousel-caption{
        display: block !important;
        bottom: 20%;
        margin-left: auto;
        right: 5%;
        left: 5%;
    }
    .carousel .carousel-inner .carousel-caption>h5{
        font-size: 22px;
    }
    .carousel .carousel-inner .carousel-caption .line{
        margin-left: 0;
        height: 4px;
        width: 150px;
    }
    .banner{
        height: 200px;
    }
    .about-img{
        margin-left: 0;
        margin-right: 0;
        height: 300px;
        margin-bottom: 20px;
    }
    .equipes .side-bar-widget.activities {
        display: none;
    }
    .equipes .right .img{
        margin-bottom: 20px;
        border: 1px solid #eee;
    }
    .equipes .right .img img{
        object-position: top;
    }
    .banner .breadcrumb .nav-link{
        font-size: 10px;
    }
    .marches .item .date{
        font-size: 12px;
    }
    .py-5 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important;
    }
    .my-5 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important;
    }
    .testimonial{
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .excert-news .right .row:last-child{
        margin-bottom: 0 !important;
    }
    .partenariat img{
        width: 140px;
        height: 90px;
        /* background-color: #fff;
        overflow: hidden;
        margin-right: 15px;
        object-fit: contain; */
    }
}

@media screen and (max-width: 576px){

}