body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.logo-groupe {
    height: 32px;
    width: auto;
    object-fit: contain;
}

/* Tableau des références : alternance de 2 nuances de bleu... */
.table-references tbody tr:nth-child(odd) > * {
    background-color: #eaf2fb;
}

.table-references tbody tr:nth-child(even) > * {
    background-color: #d3e6f7;
}

/* ...et surbrillance verte pendant la sélection pour la fusion PDF. */
.table-references tbody tr:has(input[name="ids[]"]:checked) > * {
    background-color: #d3f2df;
}

.table-references tbody tr:hover > * {
    filter: brightness(0.97);
}
