.hidden{
    display: none !important;
}

.carrousel-container button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.carrousel-starting .prev {
    left: 0;
}

.carrousel-starting .next {
    right: 0;
}

.carrousel-container button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Style général du carrousel */
.carrousel-container{
    width: 91%;
    overflow: hidden;
    margin: 18px auto 20px auto;
    position: relative;
}

/* Style des images dans le carrousel */
.carrousel-container .carousel-images {
    justify-content: center;
    display: flex; /* Utilisation de flex pour aligner les images horizontalement */
    transition: transform 0.5s ease; /* Transition douce pour le mouvement */
    flex-wrap: wrap;
}

.carrousel-container .carousel-images .label-category{
    height: 7vh;
    display: flex;
    align-items: center;
    margin: 5px 5px;
    border-radius: 30px;
    background-color: var(--primary-color);
    border: none;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    color: #e7e7e7;
}

/*.carrousel-container .carousel-images img, */.carrousel-container .carousel-images .carrousel-item-custom{
    /*width: 300px;*/ /* Largeur de chaque image */
    height: 200px; /* Hauteur de chaque image */
    margin: 10px;
}

.brand-item{
    width: 11.66rem;
}


/* Boutons de navigation */
/*.carrousel-starting .prev, .carrousel-starting .next {
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}*/

.carrousel-starting .prev, .carrousel-starting .next {
    top: 39%;
    font-size: 0px;
    height: 3.4rem;
    width: 3.4rem;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    display: initial;
    border: 4px solid transparent;
    align-self: center;
    cursor: pointer;
    transform: translateY(-50%);
}

.carrousel-starting .prev {
    left: 22%;
}

.carrousel-starting .next {
    right: 22%;
}

.cVOEqG {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background: rgb(248, 248, 248) linear-gradient(to right, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 10%, rgb(248, 248, 248) 40%, rgb(248, 248, 248) 100%) no-repeat;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    border-radius: inherit;
    animation: 1.5s linear infinite forwards jCOzbu;
}

.kdcOWN {
    border-radius: 50%;
    flex-shrink: 0;
    cursor: pointer;
    height: 15rem;
    width: 15rem;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 12px;
}
.iKCjcq {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 11rem;
    overflow: hidden;
}

.kgwruH {
    position: relative;
    /*cursor: pointer;*/
}

.eZWHuP {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.bPqyEa {
    color: rgb(54, 54, 54);
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 500;
    text-align: center;
    padding-right: 1.6rem;
    margin: 0.6rem 0px 0px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carrousel-starting{
    width: 100%;
}

.carrousel-starting .next::before {
    left: 0.8rem;
    transform: rotate(-45deg);
    top: 0.9rem;
    position: absolute;
    width: 0.9rem;
    height: 0.9rem;
    content: "";
    border-color: currentcolor rgb(28, 28, 28) rgb(28, 28, 28) currentcolor;
    border-style: none solid solid none;
    border-width: 0px 2px 2px 0px;
    font-size: 13.5px;
    color: rgb(105, 105, 105);
    font-weight: bold;
}

.carrousel-starting .prev::before {
    left: 1rem;
    transform: rotate(135deg);
    top: 0.9rem;
    position: absolute;
    width: 0.9rem;
    height: 0.9rem;
    content: "";
    border-color: currentcolor rgb(28, 28, 28) rgb(28, 28, 28) currentcolor;
    border-style: none solid solid none;
    border-width: 0px 2px 2px 0px;
    font-size: 13.5px;
    color: rgb(105, 105, 105);
    font-weight: bold;
}

#carouselImages .carrousel-item-custom .brand-item .sc-fVHxE:hover{
    text-decoration: none;
}