.esp_contact{
    padding-top: 90px;
    padding-bottom: 110px;
    background-color: #000000;
    color: #bbbbbb;
}
.esp_contact .col-equipe-c{
  text-align: center;
  padding-bottom: 35px;
}

.esp_contact .logo {
  text-align: center;
  margin-bottom: 20px;
}
.esp_contact .logo img{
  max-width: 50px;
  opacity: 0.9;
}
body .main_c .esp_contact h2{
  display: block;
  text-align: center;
  margin-bottom: 60px;
}
body .main_c .esp_contact h2.h2-d{
  margin-bottom: 45px;
}
body .main_c .esp_contact h2::after{
    left: calc(50% - 40px);
}
.esp_contact .col-contact{
    text-align: center;
}
.esp_contact a{
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 30px;
  background-color: #fccc14;
  /*background-color: #ff2800;*/
  color: #000000;
  -webkit-transition:all 0.2s ease;
  -moz-transition:all 0.2s ease;
  -ms-transition:all 0.2s ease;
  transition:all 0.2s ease;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.esp_contact a.contact_defaut{
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
}
.esp_contact a.rdv_defaut{
  margin-left: 30px;
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
}
.esp_contact a.contact_defaut:hover, .esp_contact a.rdv_defaut:hover{
  background-color: #000000;
  color: #ebebeb;
}

.site_atelier .esp_contact a{
  background-color: #ff2800;
  color: #ebebeb;
  display: inline-block;
}
.site_atelier .esp_contact a.rdv{
  margin-left: 30px;
}
.esp_contact a:hover{
    background-color: #ebebeb;
}
.site_atelier .esp_contact a:hover{
    color: #000000;
}
.esp_contact a:hover{
    text-decoration: none;
}

/*
section.accueil .esp_contact img.contact{
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
  opacity: 0.3;
  max-width: 380px;
}
*/

/***************/

footer{
  position: relative;
  padding-top: 50px;
  overflow: hidden;
  font-size: 13px;
}
footer img.logo_bg{
  position: absolute;
  opacity: 0.07;
  width: 800px;
  top: 0;
  left: calc(50% - 100px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer:hover img.logo_bg{
  opacity: 0.11;
}
footer .container{
  position: relative;
  z-index: 2;
}


footer .logo_f{
  padding-top: 50px;
}
footer .logo_f:first-child{
  padding-top: 24px
}
footer .logo_f img{
  max-width: 170px;
  opacity: 0.8;
}
footer .logo_f img:hover{
  opacity: 1;
}

footer, footer a, footer a:hover{
  color: #d5d5d5;
}

footer .titre{
  color: #f5f5f5;
  display: inline-block;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
}
footer .titre::before{
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 60px;
  background-color: #fccc14;
}

footer .sep{
  display: inline-block;
  height: 1px;
  width: 15px;
  background-color: #d5d5d5;
  vertical-align: middle;
}


/*
footer .services a:hover, footer .dernieres_entrees a:hover {
  text-decoration: none;
}
*/
 
  
footer span.slash{
    padding-left: 8px;
    padding-right: 8px;
}
footer a:hover span.meav{
  color: #fccc14;
  
}


footer .droits {
  border-top: 1px solid #292929;
  margin-top: 60px;
  padding-top: 12px;
  padding-bottom: 12px;
}


.site_atelier footer .titre::before{
  background-color: #ff2800;
}
.site_atelier footer a:hover span.meav{
  color: #ff2800;
}
  
  
  /** Responsive *****************************************/
  
  @media (max-width: 991px){
  }
  @media (max-width: 767px){
    .esp_contact a{
      font-size: 15px;
      font-weight: 400;
      padding: 15px 25px;
    }
  }
  @media (max-width: 575px){
    footer .titre {
      margin-top: 40px;
    }
    footer .droits {
      margin-top: 50px;
    }
    footer .logo_f{
      padding-top: 30px;
    }
    footer .logo_f img {
      max-width: 160px;
    }
    footer .logo_f:last-child {
      padding-bottom: 30px;
    }

    /*****/
    .esp_contact {
      padding-top: 70px;
      padding-bottom: 70px;
    }
    
    body .main_c .esp_contact h2 {
      font-size: 20px;
      line-height: 32px;
    }
    .esp_contact .logo img {
      max-width: 45px;
    }

  }