/*
 * Tableaux — Le Poids des Mots
 */

.tableau-enveloppe{overflow-x:auto;border:1px solid var(--filet);background:var(--papier)}
table.grille{border-collapse:collapse;width:100%;min-width:680px;font-size:14.5px}
table.grille th,table.grille td{text-align:start;padding:14px 16px;border-bottom:1px solid var(--filet);vertical-align:top}
table.grille thead th{font-family:var(--sans);font-size:11.5px;letter-spacing:.13em;text-transform:uppercase;color:var(--sourdine);font-weight:600;background:var(--surface)}
table.grille tbody th{font-family:var(--serif);font-size:19px;color:var(--encre);font-weight:500;min-width:190px}
table.grille td{color:var(--texte)}
table.grille tbody tr:last-child th,table.grille tbody tr:last-child td{border-bottom:none}
.num-col{font-variant-numeric:tabular-nums;white-space:nowrap}

tr.ligne-cliquable{cursor:pointer}
tr.ligne-cliquable:hover{background:var(--surface)}
