

@media only screen and (max-width: 1200px) {
    .swiper-container{
        overflow: hidden !important;
        padding: 30px;        
    }

    .stats-sidebar .form-check-label{
        font-size:14px;
    }

    .inner-header:before, .inner-header:after{
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {
    h2.display-4{
        font-size: 36px;
        line-height: 40px;
    }

    .publications .card-header h5, .statistiques .card-header h5{
        font-size: 32px;
        line-height: 36px;
    }

    .header-bg h1{
        font-size: 48px;
        line-height: 56px;
    }

    .statistiques .project-with-stats .card-header h5{
        font-size: 48px;
        line-height: 52px;
        margin-bottom:15px !important;
    }

    .btn-close{
        display: inline-flex;
        margin-right:-20px;
        margin-left:20px;

    }

    .graphs .graph .graph-content.valeur h5{
        font-size: 80px;
        line-height: 80px;
    }

    .graphs .graph .graph-content.valeur p{
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action-newsletter .container .card h3 {
        font-size: 36px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 600px) {
    .header-bg h1{
        font-size: 36px;
        line-height: 42px;
    }

    .header-bg p.lead{
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .navbar-expand-lg .navbar-brand{
        padding:0px !important;
    }

    footer .list_with_icon ul{
        display: flex;
        flex-direction: row;
        column-gap: 60px;
        width:100%;
    }

    .inner-header{
        padding: 60px 40px;
    }

    .image_header{
        margin-bottom:300px !important;
    }
}

@media only screen and (max-width: 445px) {
    footer .list_with_icon ul{
        flex-direction: column;
        row-gap: 20px;
    }
    .hide_mobile{
        display: none !important;
    }

    .inner-header{
        padding: 40px 20px;
    }

    h1{
        font-size: 36px;
        line-height: 42px;
    }

    .lead{
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .image_header{
        margin-bottom:250px !important;
    }
}