section.contact{
  padding: 90px 0 80px 0;
}
section.contact .s_title{
  font-size: 20px;
  margin: 0;
  padding: 0 0 10px 0;
}
section.contact .h_ouverture{
  background-color: #f9f9f9;
  padding: 25px 25px 25px 25px;
}
section.contact .h_ouverture img{
  max-width: 100%;
  padding: 40px 0 0 0;
}
section.contact .h_ouverture h5{
  position: relative;
  padding-bottom: 10px;
}
section.contact .h_ouverture h5:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #CC3333;
  left: 0;
  bottom: 0;
}
section.contact .h_ouverture ul li.jour{
  padding: 15px 0 0 0;
  font-weight: 600;
}
section.contact .contenu_input{
  padding: 0 0 15px 0;
}
section.contact .contenu_input .input_c {
  background-color: #ffffff;
  padding: 5px 10px;
  border: none;
  height: 60px;
  width: 100%;
  background: #f9f9f9;
  border-bottom: 1px solid #e3e3e3;
}
section.contact .contenu_input textarea.input_c{
  height: 180px;
  vertical-align: top;
}
section.contact .contenu_input input:focus, section.contact .contenu_input textarea:focus {
  box-shadow: none;
}
section.contact .contenu_input .input_s {
  background-color: #CC3333;
  color: #ffffff;
}
section.contact .contenu_input .input_s:hover{
  cursor: pointer;
}
section.contact .conditions_utilisation{
  padding: 10px 0 50px 0; 
  font-size: 12px;
  line-height: 18px;
}