/* Bloc Tag Bar */
.ohidden {
    overflow: hidden;
}

.tag-bar-swiper {
    overflow: visible;
    margin-top: .75rem;
    margin-bottom: .75rem;
}

.tag-bar-swiper .swiper-wrapper {
    padding: .75rem 1.5rem .75rem 0;
}

.tag-bar-swiper .swiper-slide {
    width: auto;
    flex-shrink: 0;
    user-select: none;
    margin-left: auto !important;
    margin-right: auto !important;
}

.tag-bar-swiper .labl {
    margin: .25rem .625rem !important;
    background-color: var(--beige);
}

/* Centrage pour les barres avec peu d'éléments */

@media screen and (min-width: 992px) {
    .tag-bar-centered .swiper-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    
    .tag-bar-centered .swiper-slide {
        flex-shrink: 0;
    }
    .tag-bar-centered .swiper-wrapper {
        justify-content: center;
    }
}