.wine-picture {
    width: 60px;
}

.carousel-indicators li::marker,
.carousel-indicators li::before {
    content: none;
}

.max-width-vin {
    min-width: 250px;
    width: 300px;
    max-width: 350px;
    overflow: wrap;
    max-height: 340px;
}

.couleur-picture {
    width: 60px;
    position: absolute;
}

.couleur {
    font-size: 0.7em;
    margin: 0;
    z-index: 5;

}

.couleur-small {
    width: 40px;
    height: 40px;
    margin-right: 30px;
}

.label {
    font-size: 0.7em;
    margin: 0;
    z-index: 5;
}

.circuitDistribution {
    font-size: 0.7em;
    margin: 0;
    z-index: 5;
}

.appelation {
    font-size: 0.9em;
    margin: 0;
}

.carousel-indicators li::marker {
    display: none;
}

.padding-left {
    padding-left: 50px;
}

.blur {
    position: absolute;
    width: 70%;
    height: 100%;
    filter: blur(10px);
    background-color: rgba(210, 210, 210, 0.44);
}

.fit-content {
    height: fit-content;
}

.container-vin-info {
    width: 200px;
}

.background-fond {
    min-height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

#filter-section {
    min-height: 90vh;
}

.wine-image-slider {
    height: 260px;
}

.accordion-button:not(.collapsed) {
    color: initial; /* Réinitialisez la couleur du texte */
    background-color: initial; /* Réinitialisez la couleur de l'arrière-plan */
    box-shadow: none; /* Réinitialisez la boîte à ombres */
}

.accordion-item {
    border: none;
    box-shadow: none;
}

.text-recherche {
    font-size: 1.5em;
}

.width-small {
    width: 68%;
}

.titre_vin {
    min-height: 50px;
}

@media screen and (max-width: 768px  ) {

    .background-fond {
        width: 100%;
        height: auto;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;


        .flex-small {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding-left: 0px;
        }

        .btn-carousel {
            width: 300px !important;
        }
    }

    .background-vin {

        img {
            width: 235px;
        }
    }


}