footer{
  background-color: #f3f3f3;
  border-top: 1px solid #dddddd;
  /* position: relative;
  z-index: 0; */
}
/*
footer::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
*/
/*
footer, footer a, footer a:hover{
  color: #ffffff;
}
*/
footer .logo{
  padding-top: 30px;
  padding-bottom: 30px;
  /*
  color: #ffffff;
  font-size: 80px;
  line-height: 90px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Bebas Neue', Verdana, Arial, Helvetica, sans-serif;
  */
}
footer .logo img{
  max-height: 85px;
}
footer h3{
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  font-family: 'Bebas Neue', Verdana, Arial, Helvetica, sans-serif;
}
footer h3::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -15px;
  width: 70%;
  height: 20px;
  background-color: #f7f7f7;
  border-top: 2px solid #d29d2a;
  z-index: -1;
}
 
  
footer span.slash{
    padding-left: 8px;
    padding-right: 8px;
}
footer span.prix{
    color: #b68823;
    font-weight: 500;
}

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

  
  
  /** Responsive *****************************************/
  
  @media (max-width: 991px){
    footer .logo{
      padding-bottom: 20px;
    }
    footer .logo img{
      max-height: 60px;
    }
    footer h3{
      margin-top: 30px;
      padding-bottom: 5px;
    }
    
  }
  @media (max-width: 767px){
    footer .logo{
      /*
      font-size: 40px;
      line-height: 52px;
      padding-bottom: 0;
      */
    }
  }
  @media (max-width: 575px){
    footer .logo{
      padding-bottom: 15px;
    }
    footer .logo img{
      max-height: 44px;
    }
  }