/* Styles pour les popups */
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.modal-header {
    background-color: #0073aa;
    color: white;
    border-bottom: none;
}
.modal-body {
    padding: 20px;
}
