/*========================================================
                      Contact Form
=========================================================*/
/* Contact Form Basic Styles
========================================================*/
#contact_form .input-wrap label {
  float: left;
  width: 31.6%; }
  @media (max-width: 768px) {
    #contact_form .input-wrap label {
      float: none;
      width: 100%; } }

#contact_form .input-wrap label + label {
  margin-left: 2.6%; }
  @media (max-width: 768px) {
    #contact_form .input-wrap label + label {
      margin-left: 0px; } }

#contact_form {
  margin-top: 24px;
  position: relative; }
  #contact_form p {
    margin-bottom: 9px; }
  #contact_form span {
    color: #fc5a0a;
    left: 12px;
    position: relative;
    top: 3px; }
  #contact_form .btn {
    margin-left: 10px;
    margin-top: 0;
    padding: 27px 31px 28px 30px;
    background: #272d33;
    color: white;
    font-size: 18px;
    left: -10px;
    position: relative; }
    #contact_form .btn:hover {
      background: #fc5a0a; cursor:pointer; }

#contact_form label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  letter-spacing: normal;
  margin: 0 0 20px;
  width: 100%;
  float: left;
  text-align: left; }

#contact_form label.message {
  max-width: 100%;
  width: 100%;
  margin: 0 0 32px; }

#contact_form fieldset {
  border: none; }

/* Contact Form Placeholder Styles
========================================================*/
#contact_form ._placeholder {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 14px "Raleway", sans-serif;
  line-height: 24px;
  padding: 12.5px 20px 12.5px;
  color: #6a6d6f;
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 0;
  cursor: text; }

#contact_form ._placeholder.focused {
  opacity: 0.4; }
  .lt-ie9 #contact_form ._placeholder.focused {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4)";
    filter: alpha(opacity=40); }

#contact_form ._placeholder.hidden,
#contact_form .file ._placeholder {
  display: none; }

/* Contact Form Input
========================================================*/
#contact_form input[type='text'] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 14px "Raleway", sans-serif;
  line-height: 24px;
  padding: 12.5px 20px 12.5px;
  color: #6a6d6f;
  background-color: #fff;
  border: 1px solid #dadbdc;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  height: 49px;
  margin: 0; }
  
  
 #contact_form select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 14px "Raleway", sans-serif;
  line-height: 24px;
  padding: 12.5px 20px 12.5px;
  color: #6a6d6f;
  background-color: #fff;
  border: 1px solid #dadbdc;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  height: 49px;
  margin: 0; }

  
  
#contact_form input[type='checkbox'] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 14px "Raleway", sans-serif;
  padding: 12.5px 20px 12.5px;
  color: #6a6d6f;
  background-color: #fff;
  border: 1px solid #dadbdc;
  width: 30px;
  border-radius: 0;
  /*outline: none;
  -webkit-appearance: none;*/
  height: 30px;
  margin: 0; }
  

  
#contact_form input.nonvisible[type='text'] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 14px "Raleway", sans-serif;
  line-height: 24px;
  padding: 12.5px 20px 12.5px;
  color: #6a6d6f;
  background-color: #fff;
  border: 1px solid #ffffff;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  height: 49px;
  margin: 0; }

/* Contact Form Buttons
========================================================*/
/* Contact Form Textarea 
========================================================*/
#contact_form textarea {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 14px "Raleway", sans-serif;
  line-height: 24px;
  padding: 12.5px 20px 12.5px;
  color: #6a6d6f;
  background-color: #fff;
  border: 1px solid #dadbdc;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  resize: none;
  height: 243px;
  overflow: auto; }

/* Contact Form Error messages
========================================================*/
#contact_form .empty-message,
#contact_form .error-message {
  -moz-transition: 0.3s ease-in height;
  -o-transition: 0.3s ease-in height;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  position: absolute;
  right: 3px;
  top: 4px;
  color: #fc5a0a;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  z-index: 99; }

#contact_form .invalid .error-message,
#contact_form .empty .empty-message {
  height: 14px;
  line-height: 14px; }
  
  
 /*ajout perso*/
.stylebouton{ 
background:#dcdcdc;	
width:100%; 
height:50px; 
border:0px solid; 
}

.stylebouton:hover
{ 
background:#c3c3c3;	
}