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

section.contact .conditions_utilisation{
  padding-bottom: 15px;
}
section.contact ul{
  padding-bottom: 60px;
}


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){

  
}
@media (max-width: 767px){
  section.contact .map iframe{
    height: 400px;
  }
}
@media (max-width: 575px){
}

