.list-lien{
    list-style: none;
}

.table tbody tr:nth-child(odd) {
    background-color: #f2f2f2; /* Remplacez cette couleur par celle que vous souhaitez utiliser */
}

/* Personnalisation pour le fond des lignes paires */
.table tbody tr:nth-child(even) {
    background-color: #ffffff; /* Remplacez cette couleur par celle que vous souhaitez utiliser */
}

.tableau-couleur1 {
    background-color: #095228;
}

.tableau-couleur2 {
    background-color: white;
}