body {
    background-color: #f8f9fa;
}

h1 {
    color: #6c757d;
}

table {
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

th, td {
    text-align: center;
}

.table-striped tbody tr:hover {
    background-color: #35b197;
}


/* Suppression de l'accolade fermante en trop ici */

#customNavbar {
    background-color: #35b197 !important;
    margin-bottom: 20px;
    color: white;
}

.custom-button {
    background-color: #39b197;
    border: none;
    color: white;
}

.custom-navbar .navbar-brand {
  font-family: "Nom de la police", sans-serif; /* Remplacez "Nom de la police" par le nom de la police souhaitée */
  color: #2b2c2e; /* Remplacez #ffffff par la couleur souhaitée pour le titre */
}
.custom-footer {
  background-color: #35b197;
}

.custom-footer .text-muted {
  color: white;
}
