.personnes-container {
    padding: 20px;
    background-color: #f8f9fa;
    min-height: calc(100vh - 70px);
}

.card-main {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    background: #ffffff;
}

.table-personnes th {
    background-color: #f1f3f5;
    color: #495057;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.action-btn {
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

#modalPersonne {
    z-index: 1060 !important;
}
.modal-backdrop {
    z-index: 1050 !important;
}
