/* ============================================================
   CMS PUBLIC - LOGO STRIP / CARROUSEL PUB - CSS TECHNIQUE
   ============================================================

   Structure et comportement du carrousel public de logos.

   L'habillage visuel est géré par la CharteGraph.
   ============================================================ */

/* ============================================================
   LOGO STRIP / CARROUSEL PUB - STRUCTURE
   ============================================================ */

.site-pub-carousel {
    display: flex;
    justify-content: center;
}

.site-logo-strip {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.site-logo-strip__slide {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-logo-strip__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-logo-strip__image {
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}