.radio_button_sub_parent {
    border-style   : solid;
    height         : 20px;
    width          : 20px;
    border-radius  : 50%;
    display        : flex;
    justify-content: center;
    align-content  : center;
    border-width   : 1px;
    border-color   : rgb(102, 102, 102);
    cursor         : pointer;
}

.active_radio_button {
    border-style    : solid;
    border-radius   : 50%;
    height          : 10px;
    width           : 10px;
    align-self      : center;
    border-color    : #01FF70;
    background-color: #01FF70;
}

.radio_englobe>div {
    margin-bottom: 10px;
}

.continue_S2 {
    display: none;
}

.total_zone {
    margin-top: 100px
}


@media screen and (max-width: 768px) {
    .continue_S1 {
        display: none;
    }
    .total_zone {
        margin-top: 50px
    }
    .continue_S2 {
        display: block;
    }
}