<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#tablePersonne td{
    padding: 0;
}

.fas {
    padding-left: 5px;
    padding-right: 5px;
}

ul li{
    padding-right: 30px;
}

.dataTables_wrapper{
    padding-top: 20px;
}

.card *{
    color: #0c0c0c;
}

.navbar {
    z-index: 99;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}
body {
    margin-top: 60px;
}
</pre></body></html>