.bulles-container {
    text-align: center;
    margin-bottom: -150px;
    z-index: 9999;
}

.bulle-bullet {
    position: relative;
    width: 200px;
    aspect-ratio: 1 / 1;
    background: #2F57A3;
    border-radius: 50%;
    display: inline-block;
    margin-right: 50px;
}

.bulle-bullet:last-child {
    margin-right: 0;
}

.bulle-bullet.rack-orange {
    background: #EA5A1B;
}

.bulle-bullet-head {
    color: white;
}

.bulle-bullet-text {
    color: white;
    position: absolute;
    width: 100%;
    height: 130px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.fl-photo-content img {
    aspect-ratio: 1 / 1;
}

@media screen and (max-width: 870px) {
.bulle-bullet,.bulle-bullet:last-child{
    margin: 50px auto;
    display: block;
}
}