#site .main_c .googlemaps_embed .tac_activate{ /* GDPR */
  padding-top: 40px;
  padding-bottom: 90px;
}
#site .main_c #erreur_captcha { /* Captcha */
  padding-top: 10px;
}
#site .main_c #erreur_captcha, #site .main_c #erreur_captcha a{ /* Captcha */
  color: #ffffff;
}
#site .main_c #erreur_captcha a{ /* Captcha */
  margin-left: 10px;
}

body .main_c h1{
  margin-bottom: 35px;
}

/*********/
section.contact .esp_coord{
  padding-bottom: 30px;
}
section.contact .esp_coord ul{
  padding-bottom: 60px;
}
section.contact .esp_coord ul li.separation{
  padding-top: 20px;
  padding-bottom: 20px;
}
section.contact .esp_coord ul li.horaires{
  padding-top: 10px;
}

/*********/

section.contact .esp_form{
  padding-top: 90px;
  padding-bottom: 110px;
  background-color: #000000;
  color: #f5f5f5;
}

/*********/

#site .main_c section.contact .esp_map h2.h2_nous_trouver{
  margin-bottom: 30px;
}

section.contact .esp_map{
  padding-top: 90px;
}

section.contact .esp_map .map iframe{
  height: 500px;
  width: 100%;
  border: 0;
  vertical-align: bottom;
  /*
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
  */
}
section.contact .esp_map .map{
  padding-left: 0;
  padding-right: 0;
}
section.contact .esp_map .map .map_lu{
  border-left: 1px solid #ffffff;
}
section.contact .esp_map .map .map_fr{
  border-right: 1px solid #ffffff;
}
section.contact .esp_map .map .row{
  margin-left: 0;
  margin-right: 0;
}
section.contact .esp_map .map .row>*{
  padding-left: 0;
  padding-right: 0;
}


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

@media (max-width: 991px){
}

@media (max-width: 767px){
  section.contact .esp_map .map iframe{
    height: 400px;
  }
  section.contact .esp_map .map .map_lu{
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
  section.contact .esp_map .map .map_fr{
    border-left: none;
    border-top: 1px solid #ffffff;
  }
  #site .main_c .googlemaps_embed:first-child .tac_activate{ /* GDPR */
    padding-bottom: 0;
  }
}
@media (max-width: 575px){
}