/* PARTIE CONTACT */
.MessageSuccess{
    color: white;
}

.contact{
    color: white;
    height: 100%;
    background-image: url(../img/autre/bg_contact.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: justify;
}


.contact-form .form-control{
    border:0;
    border-bottom: 1px solid black;}

.contact-form .form-control:focus{
     box-shadow: none;}

.buttonContact{
    margin: 25px 0;
    padding: 5px 5px;
    border-radius: 5px;
    background-color: transparent;
    color: white;
}

.envoyermail{
    color: rgb(255, 255, 255) ;
    text-decoration: none ;
    width: 100%;
}

.envoyermail:hover{
    color: rgb(255, 255, 255) ;
    border-bottom: 2px solid white;
    text-decoration: none ;
    width: 100%;
}