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

.header {
    margin-bottom: 25px;
    z-index: 3;
    margin-left: 12px;
}

.navbar-expand-lg>.container {
    margin-top: 20px;
}

#block-menulessitesdudepartement {
    margin-left: 94px;
}

#block-menuprincipal .nav-tabs a {
    font-weight: 600;
}

.navbar-we-mega-menu {
    background-color: #fff !important;
}


/* Logo de l'entête du site */

.logo {
    /*background: url('https://www.sarthe.fr/sites/sarthe.fr/themes/sarthefr_theme/logo.png') no-repeat left;*/
    /*background: url('../images/logo.png') no-repeat left;*/
    background: url('../images/trace-logo.svg') no-repeat left;
    z-index: inherit
}


/* Modifications sur le contenu de la région header */

#logo-site-name span {
    font-family: "Aleo";
    font-size: 0.6em;
    margin-left: -10px;
    z-index: inherit;
}

.navbar-dark .nav-link {
    padding: 0 15px 0 0;
}


/* Style du nom du site */

.site-name {
    font-size: 1em;
    z-index: inherit;
}

.site-name b {
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
}


/* Style du slogan du site */

.site-slogan {
    font-size: 0.7em;
    margin-top: -14px;
    z-index: inherit;
    font-family: "Aleo";
    text-transform: none;
    letter-spacing: 0;
}

@media only screen and (max-width: 991px) {
    .header {
        margin-bottom: 40px;
    }
    .navbar-expand-lg>.container {
        margin-top: 30px;
    }
}

/* Marge admin toolbar - placement top-header*/
#toolbar-administration {
    margin-bottom: 29px;
}