.autreFrom_CheckBox {
    display: flex;
}

.autreFrom_CheckBox {
    display: flex;
    /* flex-wrap: nowrap; */
    justify-content: space-evenly;
    align-items: baseline;
    /* flex-direction: row; */
    align-content: stretch;
}

.form_row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: column;
}

.salaire_anuel {
    display: inline;
    display: flex;
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
    align-items: baseline;
    /* align-content: flex-start; */
}