#slider-le-cercle-my-account {
    width: 100%;
    position: relative;
    display: none;
    border-radius: 8px;
}

#slider-le-cercle-my-account picture,
#slider-le-cercle-my-account img {
    width: 100%;
    border-radius: 8px;
}

.slick-dots {
    display: flex;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    list-style: none;

    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 2;
}

.slick-dots li {
    display: flex;
}
.slick-dots li button{
    font-size: 0;
    width: 60px;
    cursor: pointer;
    height: 2px;
    border-radius: 0;
    border: 0;
    outline: none;
}
.slick-dots li.slick-active button{
    height: 3px;
}





#slider-le-cercle-my-account .navigationSliderWOD {
    width: 60px !important;
    height: 90px !important;
    position: absolute !important;
    display: table;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    margin-top: -45px;
    border: 0 ;
    background: transparent;
    outline: none;
}


#slider-le-cercle-my-account .navigationSliderWOD .arrow {
    width: 2.4vmin;
    height: 2.4vmin;
    box-sizing: border-box;
    position: absolute !important;
    left: 50%;
    top: 50%
}


#slider-le-cercle-my-account .navigationSliderWOD .arrow::before {
    content: '';
    width: 100%;
    height: 100%;
    border-width: .2vmin .2vmin 0 0;
    border-style: solid;
    border-color: #fafafa;
    transition: .2s ease;
    display: block;
    transform-origin: 100% 0
}


#slider-le-cercle-my-account .navigationSliderWOD .arrow:after {
    content: '';
    float: left;
    position: relative;
    top: -100%;
    width: 100%;
    height: 100%;
    border-width: 0 .2vmin 0 0;
    border-style: solid;
    border-color: #fafafa;
    transform-origin: 100% 0;
    transition: .2s ease
}


#slider-le-cercle-my-account .navigationSliderWOD .arrow:hover::after {
    transform: rotate(45deg);
    border-color: #cb687a;
    height: 120%
}


#slider-le-cercle-my-account .navigationSliderWOD .arrow:hover::before {
    border-color: #cb687a;
    transform: scale(.8)
}


#slider-le-cercle-my-account #nextSliderWOD {
    right: 0
}


#slider-le-cercle-my-account #nextSliderWOD .arrow {
    right: 50%;
    left: inherit;
    transform: rotate(45deg)
}


#slider-le-cercle-my-account #previousSliderWOD {
    left: 0
}


#slider-le-cercle-my-account #previousSliderWOD .arrow {
    transform: rotate(-135deg)
}