﻿.cyb-uc__categories__composants__slider__container {
    max-height: 120px;
    width: 200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #F5F5F5;
    border-radius: 10px;
    padding: 10px;
    margin: 0px 10px 0px 10px;
    justify-content: space-between;
}
.cyb-uc__categories__composants__slider__container:hover {
    border: 1px solid #E1E1E1;
}
.cyb-uc__categories__composants__slider__container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}