footer.footer {
  background-color: var(--wp--preset--color--dark);
  padding: 10px;
  padding-top: 100px;
  color: var(--wp--preset--color--light);
}
footer.footer .footer-content {
  justify-content: center;
  text-align: center;
}
footer.footer .footer-top {
  padding-bottom: var(--wp--preset--spacing--xl);
  border-bottom: 1px solid #474B3C;
}
@media screen and (max-width: 768px) {
  footer.footer .footer-top {
    justify-content: center;
  }
}
footer.footer .footer-top .logo {
  height: 73px;
  margin-bottom: var(--wp--preset--spacing--l);
}
@media screen and (max-width: 768px) {
  footer.footer .footer-top .logo {
    margin: auto;
    text-align: center;
    margin-bottom: var(--wp--preset--spacing--xl);
  }
}
footer.footer .footer-top .logo img {
  height: 100%;
}
footer.footer .footer-top .content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer.footer .footer-top .content {
    flex-direction: column;
    gap: var(--wp--preset--spacing--l);
  }
}
footer.footer .footer-top .content .infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--wp--preset--spacing--l);
}
footer.footer .footer-top .content .infos .info {
  display: flex;
  align-items: center;
  height: 25px;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  footer.footer .footer-top .content .infos .info {
    justify-content: center;
  }
}
footer.footer .footer-top .content .infos .info p {
  margin: 0px;
}
footer.footer .footer-top .content .newsletter {
  width: 50%;
}
footer.footer .footer-top .content .newsletter h3 {
  margin: 0;
  margin-bottom: var(--wp--preset--spacing--l);
}
@media screen and (max-width: 768px) {
  footer.footer .footer-top .content .newsletter h3 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer.footer .footer-top .content .newsletter {
    width: 100%;
  }
}
footer.footer .footer-top .content .newsletter .wpcf7-spinner {
  height: fit-content;
}
footer.footer .footer-top .content .newsletter div, footer.footer .footer-top .content .newsletter p {
  margin-bottom: 0px;
  height: fit-content;
}
footer.footer .footer {
  padding-top: var(--wp--preset--spacing--xl);
  padding-bottom: var(--wp--preset--spacing--xl);
}
footer.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: var(--wp--preset--spacing--xl);
  padding-bottom: var(--wp--preset--spacing--2-xl);
  font-size: 14px;
}
footer.footer .footer-bottom .credits {
  display: flex;
  align-items: center;
}
footer.footer .footer-bottom .credits a {
  color: var(--wp--preset--color--light);
  font-size: 14px;
}
footer.footer .footer-bottom .socials {
  display: flex;
  gap: var(--wp--preset--spacing--l);
}
footer.footer .footer-bottom .socials a {
  color: var(--wp--preset--color--light);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  footer.footer .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: var(--wp--preset--spacing--2-xl);
  }
}
footer.footer .footer-bottom p {
  margin: 0px;
}
footer.footer .footer-bottom .menu ul {
  display: flex;
  gap: var(--wp--preset--spacing--l);
  flex-wrap: wrap;
  padding-left: 0px;
  margin: 0px;
  width: 400px;
}
@media screen and (max-width: 768px) {
  footer.footer .footer-bottom .menu ul {
    width: 100%;
  }
}
footer.footer .footer-bottom .menu ul li {
  list-style: none;
  height: 25px;
  display: flex;
  align-items: center;
}
footer.footer .footer-bottom .menu ul li.menu-item {
  width: 45%;
}
@media screen and (max-width: 768px) {
  footer.footer .footer-bottom .menu ul li.menu-item {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
footer.footer .footer-bottom .menu ul li a {
  color: var(--wp--preset--color--light);
  text-decoration: none;
  font-weight: 400;
}