body {
    margin-top:40px;
}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 70%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 19px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    height: 40px;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    width: 40px;
    line-height: 1.428571429;
    border-radius: 25px;

}
    .personnaliser {
     background-color: #ffff;
    border: 1px solid ;
    border-bottom-color:  #2980b9;
    color: #fff; /* Couleur du texte en blanc */
    padding: 10px 20px; /* Espace intérieur du bouton */
    border-radius: 20px; /* Coins arrondis */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 2px;
    cursor: pointer;
     font-weight: bold;
}

.titre-step{
    padding-top: 10px;
}


@media screen and (max-width: 768px) {
    .btn-circle {
        height: 30px; /* Réduire la hauteur */
        width: 30px; /* Réduire la largeur */
        font-size: 10px; /* Réduire la taille de la police */
        padding: 7px 0;
    }
    .personnaliser{
        font-size: 12px;

    }
    #etude{
        width:140px !important;
    }

    .titre-step{
        font-size: 14px;
        padding-top: 10px;
    }

}
