/* Style for carrousel horizontal */
#carrousel-cartes {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    max-width: 100% !important;
}

/* Hide scrollbar for Chrome, Safari, and Opera */
#carrousel-cartes::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* Hide scrollbar for Firefox and IE */
#carrousel-cartes {
    -ms-overflow-style: none !important;  /* IE and Edge */
    scrollbar-width: none !important;  /* Firefox */
}

/* Ensure children do not shrink and align correctly */
#carrousel-cartes > * {
    scroll-snap-align: start !important;
    flex-shrink: 0 !important;
    max-width: 100% !important;
}
