#Contact_Form {
    width: 100%;
    margin-top: 35px;
}
#Contact_Form .FormField {
    display: inline;
    outline: 0;
    font-family:'Dosis-Book';
    font-size: 15px;
    padding: 0px 0px;
    width: 48%;
    height: 52px;
    border: 1px solid #6a471d !important;
    background: #fff;
    margin-bottom:22px;
    float: left;
    color: #6a471d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* text-transform: uppercase; */
    border: none;
    text-align:center;
 -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

}
#Contact_Form .FormFieldR {
    display: inline;
    outline: 0;
    font-family:'Dosis-Book';
    font-size: 15px;
    padding: 0px 0px;
    width: 48%;
    height: 52px;
    border: 1px solid #6a471d !important;
    background: #fff;
    margin-bottom:22px;
    float: right;
    color: #6a471d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* text-transform: uppercase; */
    border: none;
    text-align:center;
 -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

}

#Contact_Form .Error_FormField{
    display: inline;
    outline: 0;
    font-family:'Dosis-Book';
    font-size: 15px;
    padding: 0px 0px;
    width: 48%;
    height: 52px;
    border: 1px solid #e3ae0d !important;
    background: #fff;
    margin-bottom:22px;
    float: left;
    color: #6a471d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* text-transform: uppercase; */
    border: none;
    text-align:center;
 -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
#Contact_Form .Error_FormFieldR{
    display: inline;
    outline: 0;
    font-family:'Dosis-Book';
    font-size: 15px;
    padding: 0px 0px;
    width: 48%;
    height: 52px;
    border: 1px solid #e3ae0d !important;
    background: #fff;
    margin-bottom:22px;
    float: right;
    color: #6a471d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* text-transform: uppercase; */
    border: none;
    text-align:center;
 -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


#Contact_Form .FormArea{

   display: inline;
    outline: 0;
    font-family:'Dosis-Book';
    font-size: 15px;
    padding: 0px 0px;
    width: 100%;
    height: 150px;
    border: 1px solid #6a471d !important;
    background: #fff;
    margin-bottom:50px;
    float: right;
    color: #6a471d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* text-transform: uppercase; */
    border: none;
    text-align:center;
 -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding-top:50px;
}




#Contact_Form .Envoyer {
    cursor: pointer;
    font-family: 'Hobo-Regular';
    font-size: 22px;
    text-decoration: none;
    color: #fff;
    background: #e3ae0d;
    /* height: 36px; */
    border: none !important;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 2px 50px;
    margin: 0px auto 50px auto;
    display: table;

}
#Contact_Form .Envoyer:hover{
    background:#6a471d;
}



#Contact_Form .Envois_succee{
    color: #6DCB6C;
    /* background: #999999; */
    padding: 10px 0px;
    float: left;
    margin-bottom: 20px;
    /* margin-left: 97px; */
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
#Contact_Form .Envois_echec{
    color: #ff0101;
    /* background: #cc3333; */
    padding: 10px 20px 10px 0px;
    float: left;
    margin-bottom: 20px;
    /* margin-left: 97px; */
    width: 100%;

}
::-webkit-input-placeholder {
   color: #6a471d;  

}

:-moz-placeholder { /* Firefox 18- */
   color: #6a471d;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #6a471d;   
}

:-ms-input-placeholder {  
   color: #6a471d;  
}

