.fraction-carousel .elementor-container.elementor-column-gap-default{
    margin-right: 0;
}

/* Flèches */
.wfs-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #fff;
    display: flex;
    place-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s, opacity .2s;
    z-index: 3;
    padding: 0;
}

.wfs-nav:hover{
    background: #DBEAFE;
}

.wfs-nav svg{
    opacity: .8;
}
.wfs-nav:hover svg{
    opacity: 1;
}
.wfs-nav.prev { left: 8px; }
.wfs-nav.next { right: 8px; }
.wfs-nav:disabled { opacity: .4; cursor: not-allowed; }
.wfs-slide img {
    width: 100%;
    height: 488px;
    object-fit: cover;
}

.wfs-nav.next {
    right: 80px;
}

.wfs-nav.prev {
    left: 80px;
}

@media(max-width: 767px){
.wfs-nav{
   display: none;
}
.wfs-slide img {
    height: 300px !important;
}
}

