/*@todo logs*/
/* Colonne "Profession" plus large et lisible */
#tableLignes td.col-profession,
#tableLignes th.col-profession {
    width: 400px !important;
    max-width: 400px !important;
    min-width: 400px !important;
    white-space: normal !important;
    font-size: 12px !important;
    line-height: 1.4;
}

/* Couleurs des lignes (détail) */
.unique-row { background-color: #d4edda !important; }    /* vert clair */
.duplicate-row { background-color: #fff3cd !important; } /* orange clair */

/* Table responsive */
.table-responsive-custom { overflow-x: auto; width: 100%; }
@media (max-width: 768px) {
    .table-responsive-custom { -webkit-overflow-scrolling: touch; }
    table.dataTable { font-size: 12px; }
    table.dataTable td, table.dataTable th { white-space: nowrap; }
}
