          #contactEn .NomCss{
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    position:relative;

}
          #contactEn .NomCss2{
    display: block;
 
    overflow: hidden;
    position: relative;
    clear: both;
    float: none;
    margin-bottom: 50px;
}
          #contactEn .FormLabel {
    display: block;
    float: left;
    color: #3d3d3d;
    font-size: 15px;
    line-height: 30px;
 
    clear: both;
 
    font-family: 'Open Sans', sans-serif;
}
          #contactEn .FormArea{
    display: block;
    font-size: 15px;
    padding: 15px 15px 15px 15px;
    min-height: 130px;
    border-bottom: 1px solid #d7d7d7 !important;
border:none;
    float: left;
    resize: none;
    color: #000;
    font-size: 15px;
    line-height: 30px;
        background:#d7d7d7;
   
    font-weight: 400;
  width:100%;
    font-weight:500;

}
          #contactEn .Error_FormArea{
    display: block;
    font-size: 15px;
    padding: 15px 15px 15px 15px;
    min-height: 130px;
    border: 1px solid #f8091f !important;
    float: left;
    border:none;
    resize: none;
    color: #000;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    width:100%;
    background:#dd5050;
}
          #contactEn .FormField {
    display: block;
    font-size: 15px;
    padding: 15px 15px 15px 15px;
    height: 53px;
    font-weight: 500;
    border-bottom: 1px solid #d7d7d7 !important;
    margin-bottom: 5px;
    background: #d7d7d7;
    border: none;
    width: 100%;
    color: #000;
    font-size: 15px;
    line-height: 30px;

    font-weight: 400;
}
          #contactEn .Error_FormField{
    display: block;
    font-size: 15px;
    padding: 15px 15px 15px 15px;
    height: 53px;
    font-weight: 500;
    border: 1px solid #f8091f !important;
    margin-bottom: 5px;
    color: #000;
    border: none;
    width: 100%;
    background:#dd5050;
}
 
 
   #contactEn .Envoyer:hover{
    background: #0000de;
    color: #fff;
}
   #contactEn .Annuler:hover{
    background: #0000de;
    color: #fff;
}
          #contactEn .Annuler{
     font-family: 'Poppins', sans-serif;
     font-size: 14px;
     color: #fd1f22;
     text-decoration: none;
     text-transform: uppercase;
     -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     font-weight: 600;
     padding: 10px 40px;
     border: 2px solid #0000de;
     display: table;
     margin: auto;
     float: left;
     margin-left: calc(50% - 160px);
}
          #contactEn .Envoyer {
     font-family: 'Poppins', sans-serif;
     font-size: 14px;
     color: #fd1f22;
     text-decoration: none;
     text-transform: uppercase;
     -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     font-weight: 600;
     padding: 10px 40px;
     border: 2px solid #0000de;
     display: table;
     margin: auto;
     float: right;
     margin-right: calc(50% - 165px);
}
         #contactEn .errorClass  {     
 color: #f71117;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 50px;
    font-size: 15px;
padding:0px 15px;
 }
         #contactEn .Obligatoire{color:#ff0101; font-size:15px;}

  textarea:focus,   input:focus{
    outline: 0;
}
 
 

          #contactEn .Envois_succee {

    color: #22a790;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 50px;
    font-size: 15px;
padding:0px 15px;
}



 ::-webkit-input-placeholder {
    color: #000;
    font-size: 15px;
    line-height: 30px;
 
    font-weight: 400;

}

 :-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-size: 15px;
    line-height: 30px;

    font-weight: 400;
}

 ::-moz-placeholder {  /* Firefox 19+ */
     color: #000;
    font-size: 15px;
    line-height: 30px;

    font-weight: 400;

}

  :-ms-input-placeholder {  
    color: #000;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;

}

@media screen   and (max-width:500px)  {
 #contactEn .Envoyer {
    float: none !important;
    margin-right: auto !important;
    margin-bottom: 25px;
    width: 200px;
    text-align: center;
}
 #contactEn .Annuler{
    float: none !important;
    margin-left: auto !important;
    margin-bottom: 25px;
    width: 200px;
    text-align: center;
}
}













