input,
select {
    background-color: yellow;
}

header {
    justify-content: space-between;
    display: flex;
    color: darkred;
    margin-bottom: 25px;
}

.imageTaupe {
    width: 150px;
}

.infoUser {
    justify-content: center;
    margin-left: 20%;
    margin-right: 20%;
}

.dispoBudget {
    color: red;
    text-decoration: underline;
    font-size: medium;
}

.budgetTerre {
    margin-left: 25px;
    margin-top: 65px;
}

.confirmer {
    background-color: lightgray;
}

footer {
    justify-content: center;
    display: flex;
    margin-top: 50px;
}