

/*
Author: Bootstrapthemes
Author URI: http://www.xpeedstudio.com
*/


/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (max-width: 991px) {
    .sidebar-link, #sidebar-droite, .site-header #navbar > ul > li > i{
        display: none;
    }
    .service-sidebar {
        margin: 20px;
    }
    
    .contenu_categorie, .contenu_accueil, .pub_header, .contenu_page {
        width: 100%;
    }
    
    .contenu_categorie, .contenu_accueil{
        padding-right: 0;
    }
    
    .mobile_toggle{
        display: block;
    }
    
    .site-header #navbar{
        display: none;
    }
    
    .site-header #navbar li {
        width: 20%;
    }
    
    .container_menus{
        height: auto;
    }
    
    .site-header #navbar > ul > li > a{
        height: 65px;
        line-height: 65px;
    }
    
    .bloc-menu{
        margin-bottom: 0;
    }
}

/* Landscape phones and portrait tablets */
@media  (max-width: 767px) {
    .responsive{
        display:none;
    }
    
}