.hq-liste-note {
    list-style-type: none;
    counter-reset: etape;
    padding-left: 0;
}

.hq-liste-note li {
    counter-increment: etape;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.hq-liste-note p {
    font-size: 0.875rem;
}

.hq-liste-note li::before {
    content: counter(etape);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1;
}

.note {
  /* Le imporatnt est pour écraser un style dans 2016 */
  color: #161616 !important;
}

.hq-mb-0 {
    /* Le imporatnt est parce que le style de la classe utilitaire est écrasé par d'autres styles */
    margin-bottom: 0 !important;
}

.text-wrap-normal {
  text-wrap: inherit;
}
