footer, footer .container-fluid-b .logo{
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
footer{
  position: relative;
  background-color: #000000;
  line-height: 20px;
}
footer, footer a, footer a:hover{
  color: #e2e2e2;
}

footer .container-fluid-b{
  background-color: #ffffff;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
footer .container-fluid-b .logo{
  max-height: 130px;
}

footer .bg_f{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .col-infos{
  padding-top: 0;
  padding-bottom: 25px;
  padding-left: 30px;
}








footer h3{
  color: #ffffff;
  position: relative;
  font-size: 22px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 12px;
  padding-top: 25px;
  line-height: 28px;
  display: inline-block;
  font-family: 'Teko', Verdana, Arial, Helvetica, sans-serif;
}
footer h3::before{
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  height: 1px;
  width: 100%;
  background-color: #e30614;
}

footer ul li{
  padding-bottom: 4px;
}
footer ul li span.b{
  font-weight: 400;
}

footer ul.suivez_nous li {
  padding-right: 12px;
  display: inline-block;
  padding-bottom: 0;
}
footer ul.suivez_nous li a {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  width: 42px;
  height: 42px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*
footer ul.suivez_nous li a:hover {
  background-color: rgba(255, 255, 255, 1);
}*/
footer ul.suivez_nous li.facebook a:hover {
  background-color: #1b74e4;
}

footer ul.suivez_nous li.instagram img {
  max-width: 26px;
  padding-top: 8px;
}
footer ul.suivez_nous li.facebook img {
  max-width: 24px;
  padding-top: 9px;
}


/*
footer .glob_droits{
  position: relative;
  z-index: 2;
  background-color: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #363636;
}
*/

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

@media (max-width: 991px){
}
@media (max-width: 767px){
  footer .col-infos{
    padding-left: calc(var(--bs-gutter-x)/ 2);
  }
  footer .bg_f{
    height: 300px;
  }
}
@media (max-width: 575px){
  footer .container-fluid-b{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  footer .container-fluid-b .logo{
    max-height: 25px;
  }
}