footer{
  background-color: #000000;
  position: relative;
  padding-top: 25px;
}
footer, footer a, footer a:hover{
  color: #bababa;
}

footer h3{
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
  position: relative;
}
footer h3::after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 95%;
    height: 2px;
    background-color: #ff0001;
}
 
  
footer span.slash{
  padding-left: 8px;
  padding-right: 8px;
}
footer span.prix{
  /*
  color: #ff0002;
  font-weight: 400;
  */
}

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

  
/** Responsive *****************************************/
  
@media (max-width: 991px){
  footer h3{
    margin-top: 30px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px){
}
@media (max-width: 575px){
}