.buttons .add_button, .buttons .remove_button {
    background-color: #B6C8CF;
    border-radius: 3px;
    color: #37687B;
    height: 38px;
}

.buttons {
    display: flex;
    width: 100%;
}

.buttons button {
    flex: 1;
    margin: 0 5px;
}

#childrenValue, #documentValue{
    list-style: none;
}

#nrKids, #nrKidsIncrease {
    width: 125px;
}

.formWizard-form .summary-entryIndividual{
    margin-bottom: 10px
}

.formWizard-form .summary-entryIndividual .label {
    font-weight: 700;
    text-align: right;
}

.displaynone-field-container {
    display: none;
}

.stepper .step .bubble::after {
    width: 320px;
}

@media screen and (max-width: 1379px) {
    .stepper .step .bubble::after {
        width: 210px;
    }
}

@media screen and (max-width: 767px) {
        .stepper .step .bubble::after {
            width: 160px;
        }
}
