.myslide .tiny-slider {
    width: 100% !important;
}

.myslide #tns1 > .tns-item {
    width: unset !important;
}

#sticky-space {
    height: 0px !important;
}

.blogcardtiny a.nav-link:hover {
    color: yellow !important;
    transition: color 0.3s ease-in-out; /* Ajoute une transition fluide */
}

#blogCategoryCarousel {
    display: flex !important;
    flex-wrap: nowrap !important; /* Empêche le retour à la ligne */
    justify-content: center !important; /* Centre les éléments s'il y a de l'espace */
    gap: 10px !important; /* Espace entre les éléments */
}

.blogcardtiny {
    flex: auto !important; /* Permet à chaque élément de s’adapter à son contenu */
    white-space: nowrap !important; /* Empêche les retours à la ligne dans les textes */
    text-align: center !important; /* Centre le texte */
    padding: 2px 3px !important; /* Ajuste l'espace autour du texte */
}

#blogCategoryCarousel > .tns-item {
    width: fit-content !important;
}

.category-slider button {
    display: none !important; /* Cache le bouton de lecture/pause (Start/Stop) */
}