#site .main_c{
  padding-bottom: 0;
}
.contenu_input select.input_c{
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-color: #ffffff;
}

section.contact .conditions_utilisation{
  padding-bottom: 60px;
}
section.contact ul{
  padding-bottom: 60px;
}
#site .main_c section.contact h2.h2_coordonnees, #site .main_c section.contact h2.h2_horaires{
  margin-bottom: 20px;
} 

#site .main_c section.contact h2.h2_nous_trouver{
  margin-top: 80px;
  margin-bottom: 20px;
}
#site .main_c section.contact h2.h2_nous_trouver::after{
  content: unset;
}

section.contact .map iframe{
  height: 500px;
  width: 100%;
  border: 0;
  vertical-align: bottom;
}


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

@media (max-width: 991px){

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

