/**
 * Fichier  : /ott/features/swiper/assets/css/style.css
 * Fonction : style du 'swiper'
 */


/* ==================================================
   SECTION
================================================== */

#library .swiper-section {
    position: relative;
    overflow: visible;
}

#library .swiper-section {
    min-width: 0;
    min-height: fit-content;
    height: fit-content;
}

#library .swiper-section {
    margin-bottom: 2em;
}


/* ==================================================
   SWIPER
================================================== */

#library .swiper {
    position: relative;
    overflow: visible;
}

#library .swiper {
    width: 100%;
    max-width: 100%;
}

#library .swiper {
    height: fit-content;
}

#library .swiper {
    cursor: grab;
    user-select: none;
}

#library .swiper:active {
    cursor: grabbing;
}


/* ==================================================
   WRAPPER
================================================== */

#library .swiper-wrapper {
    align-items: center;
}

#library .swiper-wrapper {
    height: fit-content;
}