

/* Masquer menus navigation */
#usernavigation .popover-region, #nav-notification-popover-container, li[data-key="myhome"], li[data-key="home"]/*, nav.navbar .primary-navigation, nav.navbar .navbar-brand*/{
    display: none!important;
}

/* Masquer menu gauche */
#theme_boost-drawers-courseindex{
    display: none!important;
}
#page{
    margin-left: 0px!important;
}

/* Masquer onglets du cours */
li[data-key="coursehome"], li[data-key="coursereports"], li[data-region="morebutton"], li[data-key="participants"], li[data-key="grades"], li[data-key="competencies"], li[data-key="questionbank"]{
    display: none;
}

