/***** Surcouche légère pour Bootstrap *****/
body { background: var(--bs-body-bg); }
.navbar-brand .logo { font-weight: 800; letter-spacing: .3px; }
.form-text { opacity:.8 }
.thumb-grid { display:flex; flex-wrap:wrap; gap:.5rem }
.thumb-grid img{ width:70px; height:70px; object-fit:cover; border-radius:.5rem }
.table-responsive .table td, .table-responsive .table th { vertical-align: top; }