/* Style pour rendre le lien invisible */

.custom-table {
    /* La ligne ci-dessous permet d'appliquer exactement la même largeur pour chaque colonne du tableau */
    table-layout: fixed;
}
.table-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
