.contenu {
    display: flex;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.progress-steps-container .step-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font: 16px "Poppins Medium";
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 1;
    transition: border 0.4s ease-in;
    cursor: pointer;
}
.progress-steps-container.active{
    border: 3px solid;
    color : orange;
}
.step-progression {

}