footer.footer {
  background: #eef0f5;
  border: 0;
  margin-top: 0;
  text-align: center;
  padding: 0;
}
footer.footer a,
footer.footer h4,
footer.footer p {
  color: #2a4baa;
  text-align: center;
}
footer.footer a {
  font-size: 36px;
}
footer.footer section {
  padding: 30px 0;
}
footer.footer .arc-en-ciel {
  height: 12px;
}
footer.footer .arc-en-ciel li:before {
  border-width: 6px;
}
footer.footer .copyright {
  text-align: left;
}
footer.footer #footer_bottom section {
  width: 50%;
  float: left;
}
footer.footer #footer_bottom .mentions-legales {
  text-align: right;
}
footer.footer #footer_bottom .mentions-legales a {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  footer.footer #footer_bottom {
    margin: 0;
  }
}
