footer {
  background-color: #171717;
  color: white;
  font-size: 0;
  position: relative;
}
footer .filigrane {
  position: absolute;
  background-image: url("../assets/images/angle.png");
  background-size: 100%;
  background-position: center;
  height: 75px;
  width: 75px;
  filter: invert(1);
}
footer .filigrane.filigrane-1 {
  top: 5px;
  left: 0;
  transform: rotateZ(180deg);
}
footer .filigrane.filigrane-2 {
  top: 0;
  right: 5px;
  transform: rotateZ(-90deg);
}
footer .filigrane.filigrane-3 {
  bottom: 0;
  left: 5px;
  transform: rotateZ(90deg);
}
footer .filigrane.filigrane-4 {
  bottom: 5px;
  right: 0;
}
footer > * {
  display: inline-block;
  width: 33.3333333333%;
  text-align: center;
  vertical-align: middle;
}
footer .btn-container {
  background-color: transparent;
  color: white;
}
footer .menu {
  padding: 25px 0;
}
footer .menu li {
  padding: 5px;
}
footer a {
  color: white;
  text-decoration: none;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  footer .site-title {
    padding: 25px 0;
  }
  footer > * {
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: inherit;
  }
  footer .menu {
    padding-bottom: 25px;
  }
}

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