#popup_mdp_oublie{
    height: auto;
}
.adressemail{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.adressemail label{
    font-size: 20px;
    width: 100%;
    font-family: "Rethink";
}
.cadre_contact {
    width: 80%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    }
.adressemail input {
    margin-top: 10px;
    min-height: 30px;
    font-size: 18px;
    width: 100%;
    font-family: "Rethink";
}