.toast {
    opacity: 1 !important;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  
  .progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
  }

  #btn-toggle-actions {
    border: 2px solid #007bff;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}

#btn-toggle-actions:hover {
    background-color: #007bff;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,123,255,0.3);
}

#toggle-icon {
    margin-right: 8px;
    transition: transform 0.3s ease;
}

.swal2-file {
    border: 2px dashed #007bff !important;
    border-radius: 8px !important;
    padding: 10px !important;
}

#div_info {
    display: flex;
    flex-direction: column;
}

#div_info .card:first-child {
    order: -1; /* Force ce tableau à apparaître en premier */
}