.isicrunch-footer {
  position: relative;
  background-color: #222222ab;
  color: #fff;
  line-height: 1.9em;
}

.footer-container {
  max-width: 100%;
  margin-top: 10px;
  display: none;
  padding-top: 15px;
}

.footer-copyright {
  background-color: rgba(0, 0, 0, 0.32);
  position: relative;
  height: 60px;
}

.footer-title {
  color: var(--primary-color);
}

.footer-link {
  color: #fff;
}

div.footer-container {
  position: absolute;
  bottom: 60px;
  background-color: #222222f5;
  z-index: 100;
}

.isicrunch-link {
  text-decoration: underline;
  color: #f15c3b;
}

footer a:hover {
  color: #c1715f;
}

.isicrunch-footer-infos {
  display: none;
  position: absolute;
  right: 0;
  padding-right: 100px;
}

@media (min-width: 992px) {
  .isicrunch-footer-infos {
    display: inline-block;
  }
}

.infos-link {
  padding-right: 20px;
}
