#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;
}

/*********/
section.recherche .esp_presentation{
  padding-bottom: 90px;
}

/*********/

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

/*********/

section.recherche .esp_avantages {
    padding-top: 90px;
    padding-bottom: 90px;
}
section.recherche .esp_avantages h3 {
    font-size: 20px;
    padding-bottom: 15px;
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #d1d1d1;
}
section.recherche .esp_avantages h3:first-child {
    padding-top: 0;
    margin-top: 40px;
    border-top: none;
}
section.recherche .esp_avantages .list {
  margin-top: 15px;
}
section.recherche .esp_avantages .list span{
  font-weight: 400;
}

/*********/

section.recherche .ligne_s {
    height: 1px;
    background-color: #202020;
    width: 100%;
    margin: 24px 0 40px 0;
}


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

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