/**
 * Conserve le style de .shooting-number quand c'est un <a>
 * (sinon Reboot Bootstrap passe le lien en bleu / souligné).
 */
.accordion-button .shooting-number {
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.shooting-number a {
  color: inherit;
  text-decoration: inherit;
}

a.shooting-number:hover,
a.shooting-number:focus,
.shooting-number a:hover,
.shooting-number a:focus {
  color: inherit;
}

.shooting-number-wrapper a.shooting-number {
  margin: 0;
}

.accordion-header .accordion-button[role="button"] {
  cursor: pointer;
}
