a:hover {
    transform: scale(1.6);
} 

.carousel_body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel_container {
    display: flex;
    margin: 0 auto;
    max-width: 600px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.carousel {
    display: flex;
    width: 100%;
    transition: transform 0.3s ease;
}

.slide {
    width: 100%;
    flex-shrink: 0;
}

#div_slider {
    border-radius: 50px;
    width: max-content;
    margin: 0 auto;
    padding: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: black;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cercle-plein, .cercle-vide {
    display: inline-block;
    border-radius: 50%;
    margin: 0;
    margin-left: 4px;
    margin-right: 4px;
    vertical-align: middle;
}

.cercle-plein {
    background-color: black;
    width: 11px;
    height: 11px;
}

.cercle-vide {
    border: 2px solid black;
    width: 8px;
    height: 8px;
}

#img_suivant {
    position: relative;
    width: 200px;
    height: auto;
    pointer-events: auto;
    cursor: pointer;
    top:  -20px;
    left: 120px;
}