.slider-I-bis-container {
    width: 100%;
    position: relative;
}

.slider-I-bis {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
}


.slide-I-bis {
    height: 100%;
}

.slide-I-bis {
    display: none;
    
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.slide-I-bis {
    width: 55%;
}


.slide-I-bis.active {
    display: block;
    text-align: center;
}

.slide-I-bis img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-I-bis:hover {
    transform: scale(1.25);
}

.slide-I-bis img.productPageImg:hover {
    cursor: zoom-in;
}

@media screen and (max-width: 719px) {
   .slide-I-bis:hover {
        transform: unset;
    }

    .slide-I-bis img.productPageImg:hover {
        cursor: unset;
    } 
}


/* Flèches */
.prev-slider-I-bis, .next-slider-I-bis {
    cursor: pointer;
    position: absolute;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 40px;
    user-select: none;
    transition: 0.6s ease;
}

.prev-slider-I-bis, .next-slider-I-bis {
    top: 30%;
}

.next-slider-I-bis {
    right: 10%;
    border-radius: 3px 0 0 3px;
}

.prev-slider-I-bis {
    left: 10%;
    border-radius: 3px 0 0 3px;
}

.carousel-I-bis-dot {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
}
  
.carousel-I-bis-dot.active {
    width: 35px;
    height: 35px;
}

/* RESPONSIVE */ 
@media (max-width : 600px) {
    .slide-I-bis {
        width: 90%;
    }

    .next-slider-I-bis {
        right: 10px;
    }

    .prev-slider-I-bis {
        left: 10px;
    }
}

@media (max-width: 551px) {
    .nav-button-I {
        display: none;
    }

    .carousel-I-bis-dot {
        width: 50px;
        height: 50px;
    }

    .carousel-I-bis-dot.active {
        width: 70px;
        height: 70px;
    }

    .dot-container-I-bis svg {
        width: 50px;
        height: 60px;
    }
}

/* Points de couleurs D15 */
.fawn {
    background-color: #EAB691;
}

.ash_gray {
    background-color: #BCD1CC;
}

.earth_yellow {
    background-color: #E7BE74;
}

.fawn_border {
    border-color: #EAB691;
}

.ash_gray_border {
    border-color: #BCD1CC;
}

.earth_yellow_border {
    border-color: #E7BE74;
}