  /* ----------------------- */
 /* --- GESTION TABLEAU --- */
/* ----------------------- */
.table-coherence thead th {
    padding: 8px 10px !important; /* Plus d'espace en haut/bas (12px) et sur les côtés (8px) */
    vertical-align: middle;
    /* white-space: nowrap; */
    letter-spacing: 0.3px;
    font-size: 0.70rem;
}

.table-coherence tbody td {
    padding: 6px 10px !important; /* Plus d'espace en haut/bas (12px) et sur les côtés (8px) */
    vertical-align: middle;
    /* white-space: nowrap; */
    letter-spacing: 0.3px;
    font-size: 0.70rem;;
}

.table-coherence thead {
    /* background-color: var(--bleu-marine); */
    /* color: white; */
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Survol d'une ligne */
.table-coherence tbody tr:hover {
    background-color: var(--cyan-clair);
    cursor: pointer;
}