.nav-link {
    border-radius: 0;
    transition: background 0.3s, color 0.3s;
    white-space: nowrap;
}

/* Nom de la compétition sélectionnée : peut être long, on préfère le retour
   à la ligne plutôt qu'un débordement à droite de la sidebar. */
.nav-link-event-name {
    white-space: normal;
}

/* Style actif */
.nav-link.active {
    position: relative;
    background-color: #004680 !important;
    color: #fff !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-right: 8px;
}

.nav-link.active i {
    color: #fff;
}

#drawer-navigation .nav-link:hover,
#drawer-navigation .nav-link:focus,
#drawer-navigation .nav-link:active,
#drawer-navigation-admin .nav-link:hover,
#drawer-navigation-admin .nav-link:focus,
#drawer-navigation-admin .nav-link:active {
    color: #003561 !important;
}

#drawer-navigation .nav-link:hover i,
#drawer-navigation .nav-link:focus i,
#drawer-navigation .nav-link:active i,
#drawer-navigation-admin .nav-link:hover i,
#drawer-navigation-admin .nav-link:focus i,
#drawer-navigation-admin .nav-link:active i {
    color: #003561 !important;
}

#drawer-navigation .nav-link.active:hover,
#drawer-navigation .nav-link.active:focus,
#drawer-navigation .nav-link.active:active,
#drawer-navigation-admin .nav-link.active:hover,
#drawer-navigation-admin .nav-link.active:focus,
#drawer-navigation-admin .nav-link.active:active {
    color: #fff !important;
}

#drawer-navigation .nav-link.active:hover i,
#drawer-navigation .nav-link.active:focus i,
#drawer-navigation .nav-link.active:active i,
#drawer-navigation-admin .nav-link.active:hover i,
#drawer-navigation-admin .nav-link.active:focus i,
#drawer-navigation-admin .nav-link.active:active i {
    color: #fff !important;
}

.nav-link.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: #004680;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.nav-link.active {
    background-color: #00468033;
}

/* Bordure droite */
#drawer-navigation {
    border-right: 1px solid #f3f3f3 !important;
    z-index: 1100;
}

#drawer-navigation-admin {
    z-index: 2;
}

/* Style des traits */
#drawer-navigation hr,
#drawer-navigation-admin hr {
    border-top: 1px solid #c3c2c2 !important;
}

/* Style des icons */
.nav-link i {
    font-weight: 800;
}

@media (min-width: 992px) {
    body.has-account-nav #drawer-navigation {
        position: fixed !important;
        transform: none !important;
        visibility: visible !important;
    }

    body.has-account-nav #drawer-navigation.offcanvas {
        visibility: visible;
    }
}

/* Admin */
.arrow.rotate {
    transform: rotate(-180deg);
}


/* Sidebar visible uniquement à partir de 1100px */
@media (min-width: 992px) {
    #drawer-navigation-admin {
        transform: none !important;
        visibility: visible !important;
        position: fixed;
        display: flex !important;
    }

    #drawer-navigation-admin.offcanvas {
        position: fixed;
    }
}

.admin-burger {
    display: none;
}

.offcanvas-backdrop {
    z-index: 1;
}

