body {
  padding-bottom: var(--footer-height);
}
body footer {
  position: fixed;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-main);
  height: var(--footer-height);
  width: 100%;
}
body footer .footer__copyright {
  padding: 0 1em;
  color: var(--color-second);
}
body footer #block-alexandreurbain-footer > ul {
  display: flex;
  align-items: center;
  padding: 0 0.5em;
  height: 100%;
}
body footer #block-alexandreurbain-footer > ul li {
  list-style: none;
  padding: 0 0.5em;
  position: relative;
}
body footer #block-alexandreurbain-footer > ul li a {
  color: var(--color-second);
  text-decoration: none;
}
@media screen and (max-width: 54em) {
  body footer #block-alexandreurbain-footer {
    display: none;
  }
}

/*# sourceMappingURL=footer.css.map */
