<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.newsletter .container-fluid {
  max-width: 1170px;
}

.newsletter__small {
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 0.5rem;
}

.newsletter .newsletter__big {
  font-size: 1.5rem;
}
.newsletter .btn-danger {
  width: 50%;
  letter-spacing: 1px;
  font-size: 90%;
}
@media (min-width: 992px) {
  .newsletter .btn-danger {
    width: 100%;
  }
}

.footer-infos-logo {
  max-width: 120px;
  flex-basis: 120px;
  border: 0;
}

.swiper-top .swiper-wrapper {
  height: auto;
}
.swiper-top .swiper-slide {
  height: auto;
}
.swiper-top .footer-infos {
  height: 100%;
  background: #2b3143;
  border-radius: 6px;
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.3);
}

.footer a {
  color: #CED4DA;
}
.footer a:hover {
  color: #fff;
}

.swiper-top h5 {
  color: #CED4DA;
}
.swiper-top span {
  font-size: 15px;
}

.newsletter,
.bot-foot {
  background: #2b3143 !important;
}

.footer {
  background: #323747 !important;
}

.footer .link {
  position: relative;
}
.footer .link::after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background: #666;
  position: absolute;
  left: 8px;
  top: 12px;
  transition: all ease-in-out 0.4s;
}
.footer .link:hover::after {
  background: #aaa;
}/*# sourceMappingURL=footer.css.map */</pre></body></html>