footer{
  background-color: #d1f1ff;
  border-top: 2px solid #fc7b3d;
  line-height: 32px;
  padding-top: 55px;
  position: relative;
}
footer, footer::before, footer img.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::before{
  content: "";
  position: absolute;
  top: -2px;
  height: 2px;
  background-color: #d1f1ff;
  width: 200px;
  left: calc( 50% - 100px);
}
/*
footer, footer a, footer a:hover{
  color: #ffffff;
}
*/


footer img.logo{
  position: absolute;
  top: -178px;
  max-width: 330px;
  left: calc( 50% - 165px);
}

footer span.slash{
  padding-left: 5px;
  padding-right: 8px;
}
footer i{
  color: #1A1A1A;
  padding-right: 10px;
}
footer h3{
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 20px;
  position: relative;
}
footer h3::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 18px;
  background-color: #fc7b3d;
}
footer .row_a ul{
  padding-bottom: 40px;
}

#droits_reserves{
  background-color: #d1f1ff;
  padding-top: 10px;
  padding-bottom: 12px;
  border-top: 1px solid #cfdde3;
}/*
#droits_reserves, #droits_reserves a{
  color: #ffffff;
}
*/


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

@media (max-width: 991px){

  footer img.logo{
    top: -150px;
    max-width: 200px;
    left: calc( 50% - 100px);
  }
  footer::before{
    width: 140px;
    height: 65px;
    top: -35px;
    left: calc( 50% - 70px);
    background-color:unset;
  }
  #droits_reserves{
    padding-top: 8px;
    padding-bottom: 10px;
  }

}
@media (max-width: 767px){
}

@media (max-width: 575px){
  footer{
    line-height: 30px;
  }
}