/* Couleur par défaut */
.nav-link-detach {
    background-color: #e55 !important;   /* ton rouge survol */
    color: #fff !important;
  }
  
  /* Quand l’onglet est actif */
  .nav-link-detach.active {
    background-color: #8c3522 !important;   /* ton rouge plus foncé, par ex. */
    color: #fff !important;
  }
  
  /* Facultatif : au survol */
  .nav-link-detach:hover {

    background-color: #f08080 !important;
    color: #fff !important;
  }
  