a #ContactForm .Envoyer {
    text-decoration: none;
} 
   #ContactForm .NomCss{
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    position:relative;
   padding:0px;
}
    
   #ContactForm .Nomcss {
    margin-bottom: 20px;
    padding: 0px;
}
 
  #ContactForm .EtiquetteClass {
    display: block;
    float: left;
    color: #525252;
    font-size: 15px;
    line-height: 30px;
    clear: both;
    margin-bottom: 15px;
}
   #ContactForm .FormArea{
    display: block;
    font-size: 15px;
    padding: 0px 6px;
    min-height: 130px;
    border: 1px solid #e1e1e1 !important;
    border:none;
    float: left;
    resize: none;
    color: #525252;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    width:100%;
    font-weight:500;
   padding-left:15px;
        margin-bottom:30px;
}
    #ContactForm .Error_FormArea{
    display: block;
    font-size: 15px;
    padding: 0px 6px;
    min-height: 130px;
    border: 1px solid #fb0d0d   !important;
    float: left;
    border:none;
    resize: none;
    color: #838383;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    width:100%;
   padding-left:15px;
    margin-bottom:30px;
}
    #ContactForm .FormField {
    display: block;
    font-size: 15px;
    padding: 0px 6px;
    height: 50px;
    font-weight: 500;
    border: 1px solid #e1e1e1 !important;
    margin-bottom: 5px;
    border: none;
    width: 100%;
    color: #525252;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
   padding-left:15px;
}
 #ContactForm .Error_FormField{
    display: block;
    font-size: 15px;
    padding: 0px 6px;
    height: 50px;
    font-weight: 500;
    border: 1px solid #fb0d0d  !important;
    margin-bottom: 5px;
    color: #525252;
    border: none;
    width: 100%;
    padding-left:15px;
 
}
 
  #ContactForm .Envoyer:hover{
    background: #1e4ea3;
    color: #fff;
}
 
    
   #ContactForm .Envoyer {
    padding: 12px  65px;
    border:1px solid #1e4ea3;
    color: #525252;
    font-size: 18px;
    font-weight:700;
    -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    transition: 0.500s linear;
    text-decoration: none;
    margin:auto;
    margin-top: -20px !important;
    float: right;
 
    text-decoration: none;
 
 font-family: 'Bodoni MT';
}
    #ContactForm .errorClass  {     
 color: #f71117;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 50px;
    font-size: 15px;
padding:0px 15px;
 }
               #ContactForm .Obligatoire{color:#ff0101; font-size:15px;}

  textarea:focus,   input:focus{
    outline: 0;
}
 
     #ContactForm .msg_erreur  {     
 color: #f71117;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 50px;
    font-size: 18px;
padding:0px 15px;
 }
  #ContactForm .msg_succes{
 color: #0a9f3f;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 50px;
    font-size: 18px;
padding:0px 15px;
}



 ::-webkit-input-placeholder {
    color: #525252;
    font-size: 15px;
    font-weight: 400;

}

 :-moz-placeholder { /* Firefox 18- */
    color: #525252;
    font-size: 15px;
    font-weight: 400;;
}

 ::-moz-placeholder {  /* Firefox 19+ */
    color: #525252;
    font-size: 15px;
    font-weight: 400;

}

  :-ms-input-placeholder {  
    color: #525252;
    font-size: 15px;
    font-weight: 400;

}
 













 











