/* Bandeau défilant — structure (le défilement est piloté en JS : transform).
   Couleurs/typo à personnaliser côté projet (.coti-ticker { background … }). */
.coti-ticker {
    overflow: hidden;
    white-space: nowrap;
    background: var(--bs-dark, #212529);
    color: #fff;
}

.coti-ticker__item {
    padding-inline: 2rem;
    font-weight: 500;
}

.coti-ticker__item a {
    color: inherit;
    text-decoration: underline;
}
