.slick-dots {
    display: flex;
    gap: 15px;
    height: 30px;
    justify-content: center;
    margin-top: 15px;
}

.slick-dots li button {
    height: fit-content;
}

.slick-dots li button {
    font-size: 0; /* Cache les chiffres */
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    border: none !important;
    padding: 7px;
    background-color: #ccc; /* Couleur des points */
    border-radius: 50%;
    border: none!important;
}

.slick-dots li.slick-active button {
    background-color: #000; /* Couleur du point actif */
}
