.touline-faq .accordion-button:not(.collapsed) {
  color: #0dcaf0; /* Bleu info (ou ta couleur primaire) */
  background-color: transparent;
  box-shadow: none; /* Enlève l'ombre bleue par défaut */
}

.touline-faq .accordion-button::after {
  /* Optionnel : Personnaliser la flèche si besoin */
  transition: transform 0.3s ease;
}

.touline-faq .accordion-item {
  /* Espacement entre les questions */
  background: white;
}