table tr.status-paye td,
table td.status-paye {
    background-color: #d4edda !important; /* Fond vert clair */
    color: #155724 !important; /* Texte vert foncé */
}

table tr.status-non-paye td,
table td.status-non-paye {
    background-color: #f8d7da !important; /* Fond rouge clair */
    color: #721c24 !important; /* Texte rouge foncé */
}



div.page-title {
    /*background-color: #ebf2ff;*/
    background-color: rgba(235, 242, 255, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center; /* Centre verticalement */
    justify-content: center; /* Centre horizontalement si nécessaire */
    min-height: 70px;
}

div.card-header {
    border-bottom: 1px solid #dddddd;
}

.user-detail-background {
    background-size: auto 697px;
}
