/**
 * @file
 * Subtheme specific CSS.
 */

 
@media only screen and (max-width: 991px) {
    #navbar-top {
      display: none;
    }
}

/********************************************************************************
 * Modifications CSS, du bloc : Menu Les sites du département.
 */
 #block-menulessitesdudepartement {
   /* font-size: .8em; */
    color: white;
}

/* Modifications CSS de l'affichage du menu provenant du module superfish */
.region-top-header .block-superfishles-sites-du-departement a {
     font-size: .9em !important;
}

.region-top-header .block-superfishles-sites-du-departement a:hover {
    text-decoration:none !important;
}

.region-top-header ul.sf-menu .sf-with-ul {
    padding-right: 1.5em !important;
    z-index: 498;
}

.region-top-header ul.sf-menu .sf-sub-indicator {
    right: 0em !important;
    top: 60% !important;
}

.region-top-header .sf-sub-indicator {
    font-size: 0.6em !important;
}

.region-top-header .sf-no-children {
    background-color: white;
}

.region-top-header .sf-no-children a {
    color: black;
}

.region-top-header .sf-no-children:hover a {
    color: white;
}