body {
    background-color: #f4f6f9;
}

.card {
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.badge-statut-en_attente {
    background-color: #f0ad4e;
}

.badge-statut-approuve {
    background-color: #5cb85c;
}

.badge-statut-refuse {
    background-color: #d9534f;
}

table.table-responsive-sm th {
    white-space: nowrap;
}
