
.btn-elevated-primary {
  background-color: #007BFF;
  border: none;
  color: #fff;
  padding: 6px 16px; /* réduit ici */
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.875rem; /* légèrement plus petit */
  box-shadow: 0 2px 5px rgba(0, 123, 255, 0.3);
  transition: all 0.3s ease;
}

.btn-elevated-primary i {
  margin-right: 6px;
}

.btn-elevated-primary:hover {
  background-color: #0069d9;
  box-shadow: 0 3px 8px rgba(0, 123, 255, 0.4);
  transform: translateY(-1px);
}

.badge-soft-blue {
  background-color: #D6E4FF;
  color: #1A237E; /* Un bleu foncé lisible */
}

.titre-section {
    border-bottom: 2px solid #dee2e6;
    color: #3F51B5;
    font-weight: 600;
    font-size: 1.3rem;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

  