.numeria-mots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 18px;
    font-family: "Bricolage Grotesque", system-ui, sans-serif;
}

.numeria-mots__item {
    line-height: 1;
    white-space: nowrap;
    font-weight: 400;
}

.numeria-mots__sep {
    flex: 0 0 auto;
    display: inline-flex;
}

.numeria-mots__sep svg {
    display: block;
    width: 18px;
    height: 18px;
}
