#site .main_c{
  padding-bottom: 0;
}

section.contact .conditions_utilisation{
  padding-bottom: 60px;
}
section.contact span.slash{
  padding-left: 8px;
  padding-right: 8px;
}
section.contact ul{
  padding-bottom: 60px;
}

#site .main_c section.contact h2.h2_nous_trouver{
  margin-top: 100px;
  margin-bottom: 20px;
}

section.contact .map iframe{
  height: 500px;
  width: 100%;
  border: 0;
  vertical-align: bottom;
  /*
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
  */
}


/** Responsive *****************************************/

@media (max-width: 991px){
  #site .main_c h1{
    margin-top: 30px;
  }
  section.contact .conditions_utilisation {
    padding-bottom: 0;
  }
}
@media (max-width: 767px){
  section.contact .map iframe{
    height: 400px;
  }
}
@media (max-width: 575px){
}

