.transitionWDF {
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.overFooter {
  position: relative;
  margin-bottom: 30px;
}
.overFooter > .container-fluid {
  padding: 0;
}
.overFooter > .container-fluid .region-footer {
  position: relative;
}
footer.footer {
  background: #eef0f5;
  border: 0;
  margin-top: 0;
  text-align: center;
  padding: 0;
  color: #ffffff;
}
footer.footer ul {
  text-align: left;
  padding-left: 15px;
}
footer.footer ul li {
  list-style: none;
  padding: 5px 0;
  text-align: center;
}
footer.footer ul li a {
  text-transform: uppercase;
  font-size: 16px;
}
footer.footer a {
  color: #ffffff;
}
footer.footer p {
  text-align: center;
}
footer.footer p.social-network {
  font-size: 25px;
  text-align: center;
  padding-left: 15px;
}
footer.footer p.social-network a {
  text-decoration: none;
}
footer.footer .logo {
  text-align: center;
  padding-bottom: 20px;
}
footer.footer .logo img {
  width: 130px;
}
footer.footer #block-utilisateuradresseprincipale-2 {
  padding-top: 12px;
}
footer.footer #block-footerwdfleft,
footer.footer #block-footerwdfright {
  padding-top: 25px;
}
