@media (max-width: 991px){
    .main-header .inner-header{
        width: 100%;
    }
    .site-header .main-header .logo{
        max-width: 55%;
    }
    .site-header .main-header .logo img{
        width: 100%;
    }
    .header-right-toggle{
        margin: 0;
    }
    .header-right-toggle a{
        padding: 0;
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        margin: 0 0 0 10px;
    }
    a.side-menu-button i{
        margin: 0;
    }
    #page-heading.hpSearchBloc{
        background-position: 25% top;
    }
    .searchEngineHP .searchTitle{
        font-size: 18px;
    }
    .select2{
        font-weight: 600;
    }
    .blocEtape.etapeLeft{
        flex-direction: row;
    }
    .blocEtape .textEtape{
        width: 100%;
        padding:0 0 50px 25px;
    }
    .deptListContainer{
        padding: 0;
    }
    .partnersContainer{
        flex-wrap: wrap;
    }
    .flexFooter{
        flex-direction: column;
    }
    #sidebar .sidebar-content .head-side-bar h4{
        line-height: 31px;
    }
    .collaspe-toggler{
        color: #222;
    }
    .collaspe-toggler .fa{
        transform: rotate(-90deg);
        transition: transform .5s ease-in-out;
    }
    .collaspe-toggler .fa.active{
        transform: rotate(90deg);
        transition: transform .5s ease-in-out;
    }
    .pre-featured{
        flex-direction: column;
    }
    .pre-featured .info-text{
        margin-bottom: 15px;
    }
    .btnNavAffichage{
        margin: 0;
    }
    .btnNavAffichage a{
        margin: 0;
    }
    .btnNavAffichage a.actif{
        display: none;
    }
    .contenerRightList{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .pre-featured .right-content .input-select{
        flex-grow: 0;
    }
    .listing-grid.listing-listPhoto .featured-item{
        flex-direction: column;
    }
    .fixedOnMob{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        background: #fff;
        padding: 15px;
        text-align: center;
        border-top: 1px solid #eee;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    }
    .go-top{
        display: none;
    }
}