/* Correction du problème de coupure des logos dans le bandeau our-trusted-partner */

.our-trusted-partner .swiper-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 15px 10px !important;
    height: auto !important;
    min-height: 100px !important;
    overflow: visible !important;
}

.our-trusted-partner .swiper-slide a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: 8px !important;
    overflow: visible !important;
}

.our-trusted-partner .swiper-slide img {
    max-width: 100% !important;
    max-height: 70px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

/* Responsive */
@media (max-width: 768px) {
    .our-trusted-partner .swiper-slide {
        min-height: 80px !important;
        padding: 12px 8px !important;
        overflow: visible !important;
    }
    
    .our-trusted-partner .swiper-slide img {
        max-width: 100% !important;
        max-height: 50px !important;
    }
}

