.table th, .table td {
    padding: 0.3rem; /* Réduire la hauteur des lignes */
    text-align: center; /* Centrer le contenu des colonnes */
}
.status-reserved {
    color: green;
    font-weight: bold;
}

.status-cancelled {
    color: red;
    font-weight: bold;
}

.status-pending {
    color: orange;
    font-weight: bold;
}

.status-impossible {
    color: black;
    font-weight: bold;
}

.club-tpc {
    color: blue;
    font-weight: bold;
}

.club-toppadel {
    color: darkgray;
    font-weight: bold;
}