.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;
}