/* Styles personnalisés pour le formulaire et le modal */
    .modal-content {
        border-radius: 10px; /* Bords arrondis pour le modal */
    }

    .modal-header {
        background-color: #007bff; /* Couleur d'accentuation (bleu Bootstrap) */
        color: white;
        border-bottom: none;
    }

    .modal-title {
        font-weight: bold;
    }

    .form-group label {
        font-weight: 500;
    }

    .btn-success {
        background-color: #28a745; /* Couleur de succès (vert Bootstrap) */
        border-color: #28a745;
    }

    .btn-success:hover {
        background-color: #218838;
        border-color: #1e7e34;
    }

    .input-group-addon {
        padding: 0.5rem 0.75rem;
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        text-align: center;
        background-color: #e9ecef;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
    }
    .datepicker{
        z-index: 1151 !important;
    }