#rendez-vous{
    width: 850px;
}

@media only screen and (max-device-width: 850px){
    #rendez-vous{
        width: 100%;
    }
}

input[type=submit]:hover{
    background-color: transparent;
}
