/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 8 janv. 2026, 11:13:56
    Author     : Xavier
*/

.dataTable td,
.dataTable tfoot th {
    white-space: nowrap;
}

.dataTable thead th{
    white-space: normal;
    text-align: center;       /* centre horizontalement */
    vertical-align: middle;   /* centre verticalement */
}

.datatable {
    font-size: clamp(0.5rem, 0.8vw, 1rem);
    padding-left : 0em;
    padding-right : 0em;
    
}
