/* LeCubbe Slider Boucle 1.2.0 */

.gallery.lecubbe-loop-ready {
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    position: relative !important;
    white-space: nowrap !important;
}

.gallery.lecubbe-loop-ready .lecubbe-loop-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: max-content !important;
    max-width: none !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translate3d(0,0,0);
    will-change: transform;
}

.gallery.lecubbe-loop-ready .lecubbe-loop-item {
    display: block !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.gallery.lecubbe-loop-ready .lecubbe-loop-item img {
    display: block !important;
    width: auto !important;
    height: 200px !important;
    max-width: none !important;
    margin: 0 !important;
    object-fit: cover !important;
}

@media (max-width: 767px) {
    .gallery.lecubbe-loop-ready .lecubbe-loop-track { gap: 12px !important; }
    .gallery.lecubbe-loop-ready .lecubbe-loop-item img { height: 150px !important; }
}
