

a.nav-link.active{
    background-color: #c91594 !important;
    color:#fff!important;
}


.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active{
    background-color: #770fbb!important;
}

li.nav-item.open{
    background-color: #770fbb!important;
}




p.small.text-muted{
    display: none!important;
}


/* Animation pour l'effet de battement */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Application de l'animation sur le statut "en cours" */
.pulse-animation {
    animation: pulse 1s infinite;
}

.page-footer{
height: 0!important;
bottom: 0!important;

}

td{
    font-size:10px!important;
}

th{
    font-size:10px!important;
}

.menu-title{
    font-size:13px!important;
}

.material-icons-outlined{
    font-size: 18px!important;
}

.menu-label{
    font-size:10px!important;
}

p.dash-lable.mb-0.rounded-2.dash-lable.mb-0.bg-success.bg-opacity-10.text-orange.rounded-2{
    font-size:10px!important;
}


.sidebar-wrapper .sidebar-nav .metismenu ul a{
    font-size:13px!important;
}


a.btn.btn-primary {
    font-size: 12px !important;
}


button.btn.btn-primary{
    font-size: 12px !important;
}




