form{
   margin-left: 8%;
}
input{
    padding-right: 20%;
    font-size: 120%;
    font-family: Georgia, Times, 'Times New Roman', serif;
}
form label{
    font-size: 100%;
    visibility: hidden;
    font-family: Georgia, Times, 'Times New Roman', serif;
}
textarea{
    padding-right: 8%;
    font-size: 90%;
    font-family: Georgia, Times, 'Times New Roman', serif;
}
button{
    float: left;
    font-size: 130%;
 }
 button:hover{
    border:none ;
    font-size: 160%;
    background-color:rgb(51, 33, 33);
    color: aliceblue;
    transition: all 0.9s;
 }
div .localisation{
    left: 12%;
    top: 25%;
}
div .mail{
    left: 14%;
    top: 48%;
}
body div .menu3 img{
margin-left: 6%;
}
body div .menu3 img:hover{
    width: 24x;
    margin-left: 4%;
    height: 20px;
    transition: all 0.6s;
}

