footer{
  background-color: #000000;
  position: relative;
  text-align: center;
}

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

footer .garage{
  position: relative;
  display: block;
  overflow: hidden;
}
footer .garage::before{
  content: "";
  display: block;
  height: 450px;
}
footer .garage img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.90;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


footer img.logo {
  max-height: 80px;
  margin: 30px 0 35px 0;
  -webkit-transition:all 0.8s ease;
  -moz-transition:all 0.8s ease;
  -ms-transition:all 0.8s ease;
  transition:all 0.8s ease;
}

footer a img.logo:hover {
  opacity: 0.7 !important;
}



footer ul.suivez_nous li i{
  padding-right: 10px;
  color: #c11727;
}



footer h3{
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  padding-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
  position: relative;
}
footer h3::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #c11727;
}
 

footer span.slash{
  padding-left: 8px;
  padding-right: 8px;
}
footer span.prix{
  color: #c11727;
  font-weight: 700;
}


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



footer span.bull{
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
  vertical-align: bottom;
}


  
/** Responsive *****************************************/
  
@media (max-width: 991px){
  footer h3{
    margin-top: 30px;
  }
  footer img.logo{
    height: 60px;
  }
}
@media (max-width: 767px){
  footer .garage::before{
    height: 350px;
  }
}
@media (max-width: 575px){
  footer .garage::before{
    height: 300px;
  }
  footer img.logo{
    height: 40px;
    margin: 30px 0 10px 0;
  }
}