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

.nav-link {
    padding: 0rem 0.5rem;
}

.navbar {
    padding: 0% !important;
    z-index: 3;
    margin-bottom: -10px;
}

@media only screen and (min-width: 768px) {
    .navbar {
        border-radius: 0 !important;
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem !important;
    padding-left: 1rem !important;
}

.navbar-brand {
    font-size: 2rem !important;
}


/* Modifications CSS de la position du menu principal */

#navbar-main {
    margin-bottom: 0.5em;
}

#navbar-top {
    z-index: 500;
}


/* Modifications CSS de l'affichage prédéfini par le thème Barrio */

.navbar-dark .nav-link {
    color: white;
}

.navbar-dark .nav-link:hover {
    color: #DFDEDE;
}

.navbar-dark .nav-link:focus {
    color: #DFDEDE;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
}

.navbar-light .navbar-brand {
    z-index: inherit;
}

.navbar:before {
    content: none !important;
}

.container:before {
    content: none !important;
}