@media only screen and (max-width:800px){
    .ligne-formulaire:last-child {
    flex-direction:  column;
}

.ligne-formulaire.ligne-formulaire-mini {
    width:  100%;
    margin-bottom: 17px;
}

.ligne-formulaire.ligne-formulaire-mini input {
    width:  100%;
    box-sizing:  border-box;
    height: 40px;
}
}