/* @media screen and (max-width: 2500px){
    header .navbar{
        background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 28%, rgb(7, 102, 142) 16%, rgb(7, 102, 142) 100%);
    }
}

@media screen and (max-width: 2000px){
    header .navbar{
        background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 16%, rgb(7, 102, 142) 16%, rgb(7, 102, 142) 100%);
    }
}

@media screen and (max-width: 1500px){
    header .navbar{
        background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 5%, rgb(7, 102, 142) 16%, rgb(7, 102, 142) 100%);
    }
}
*/
@media screen and (max-width: 1366px){
    header .navbar .nav-item .nav-link{
        padding: 10px 10px;
    }
    .square {
        left: 20% !important;
        }
} 
@media screen and (max-width: 1366px){
    .square {
        left: 32% !important;
        }
} 

@media screen and (max-width: 768px)
{
    header .navbar .nav-item .nav-link{
        color: #000 !important;
    }
    .carousel .carousel-inner{
        height: 400px;
    }
    .owl-dots{
        display: none;
    }
    .owl-nav{
        text-align: center;
        margin-top: 40px;
    }
    .owl-prev{
        margin-right: 10px;
    }
    .owl-next{
        margin-left: 10px;
    }
    .owl-carousel.galery .owl-nav button.owl-next,
    .owl-carousel.galery .owl-nav button.owl-prev,
    .owl-carousel.galery button.owl-dot{
        line-height: initial;
        font-size: 30px;
        width: 50px;
        background: aliceblue;
        height: 50px;
    }
    .banner .content{
        display: none;
    }
    .devi-form .content-form{
        padding: 20px !important;
    }
    .devi-form .content-form .submit-btn{
        width: auto;
        padding-left: 40px;
        padding-right: 40px;
    }
    .team .content{
        text-align: center !important;
        margin-bottom: 30px;
    }
    .service-sec-2 .img,
    .service-sec-3 .img{
        height: 300px;
        width: 300px;
        margin: auto;
        margin-top: 20px;
    }
    footer .copy_in p{
        text-align: center !important;
    }
    footer .nav-bottom{
        margin-top: 20px;
    }
    .carousel-inner{
        height: 400px !important;
    }
    .carousel .carousel-inner .carousel-caption h5{
        margin-top: -40px;
    }
    .about-section .about-img{
        display: block !important;
    }
    .btn-see-more a{
        width: 100% !important;
    }
    footer{
        height: 100% !important;
        text-align: center !important;
    }
    footer .col-lg-1 div{
        margin: auto;
        margin-bottom: 10px;
    }
    .sous-service-item{
        display: block !important;
        text-align: center;
    }
    .sous-service-item .me-5{
        margin: auto !important;
    }
    .sous-service-item .img{
        /* height: 350px; */
        margin: auto;
    }
    .sous-service-item h5{
        margin-top: 20px;
    }
    .home-corporation .seo-h2{
        font-size: 25px;
    }
}

@media screen and (min-width:800px) {
    .carousel .carousel-inner .carousel-caption h5{
        margin-top: -120px;
    }
    .btn-see-more{
        margin-top: 50px;
    }
    .mobile-img{
        display: none;
    }
    .margin-possible{
        margin-left: -50px;
    }
    .objectif{
        padding-left: 200px;
        padding-right: 200px;
    }
}
@media screen and (max-width:800px) {
    .mobile-img{
        display: block !important;
    }
    .pc-img{
        display: none !important;
    }
    .excert-services.actualites .content{
        margin-bottom: -10px;
    }
    .share .btn{
        padding: 0 !important;
    }
    .video-container{
        height: 300px !important;
        margin-top: -50px;
    }
    .main-title-2{
        font-size: 20px;
        text-align: center;
        margin-top: 20px;
    }
    .video-section .see-more{
        margin-top: -100px;
        margin-bottom: -100px;
    }
    .video-section{
        text-align: center;
        padding-bottom: -50px;
    }
    .video-section .main-title-2{
        margin-top: 25px !important;
    }
    .circle-image{
        width: 300px !important;
        height: 300px !important;
        margin: auto;
    }
    .margin-possible .main-title{
        font-size: 30px !important;
        margin-top: 40px;
        text-align: center;
    }
    .margin-possible .police{
        margin-top: -20px;
    }
}
