#contact_en .css_input{
    border-color: transparent;
    border-bottom: 1px solid #fff;
    background: transparent !important;
    border-radius: 0 !important;
    outline: 0;
    border-width: 0 0 1px 0;
    padding: 0;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff !important;
    outline: 0;
}
#contact_en .css_input option {color: #000 !important;}
#contact_en .css_input:focus {
  border-color: #009548 !important;
}
#contact_en .error_css {border-bottom:1px solid #da2c2c;}
#contact_en .msg{height:150px;margin: 10px 0 !important; resize:none;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #3c3c3c !important;
    font-size:14px;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #3c3c3c !important;
    font-size:14px;

}
:-ms-input-placeholder { /* IE 10+ */
    color: #3c3c3c !important;
    font-size:14px;

}
:-moz-placeholder { /* Firefox 18- */
    color: #3c3c3c !important;
    font-size:14px;
}
#contact_en .btn_envoyer {
    background: #009548;
    color: #fff;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 0 !important;
    padding: 20px;
    font-weight: 100;
    position: relative;
    display: block;
    top: 50px;
    margin: 0 auto;
    outline: 0;
    overflow: hidden;
    width: 20%;
    z-index: 1;
    transition: 0.08s ease-in;
    -o-transition: 0.08s ease-in;
    -ms-transition: 0.08s ease-in;
    -moz-transition: 0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
    font-family: 'Intro';
}
#contact_en .btn_envoyer:hover {
      color: #009548;
      text-decoration: none;
}
 #contact_en .btn_envoyer:before {
  content: "";
  position: absolute;
  background: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}
#contact_en .btn_envoyer:hover:before {
  top: 0;
}
#contact_en .msg_succes {color:#028a3a;    padding-left: 15px;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff !important;
    font-size:16px;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #fff !important;
    font-size:16px;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #fff !important;
    font-size:16px;
}
:-moz-placeholder { /* Firefox 18- */
    color: #fff !important;
    font-size:16px;
}
#contact_en .oblig{color:#fff;}
#contact_en .erreur{
    color: #d60000;
    display: block;
    text-align: center;}
#contact_en .msg_succes {
    color: #009548;
    display: block;
    text-align: center;
}
input:-internal-autofill-selected {
    background: transparent !important;
}
@media screen and (max-width: 991px) {
#contact_en .btn_envoyer {top: 10px;width:185px;padding: 15px 15px;}
#contact_en .css_input {width: 100%;}
#contact_en .msg {width:100%;}
}






