footer.footer {
  background-color: var(--wp--preset--color--background-light);
  padding: var(--wp--preset--spacing--3-xl) 0px;
}
footer.footer * {
  box-sizing: border-box;
}
footer.footer .footer-content {
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--wp--preset--spacing--3-xl);
  gap: 130px;
}
footer.footer .footer-content .logo {
  text-align: left;
  width: 300px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  footer.footer .footer-content .logo {
    width: 400px;
  }
}
footer.footer .footer-content .logo img {
  width: 100%;
  max-width: 200px;
}
footer.footer .footer-content .logo .newsletter {
  margin-top: var(--wp--preset--spacing--xl);
}
footer.footer .footer-content .logo .newsletter .title {
  color: var(--wp--preset--color--primary);
  font-weight: 700;
}
footer.footer .footer-content .logo .newsletter .hs-form-booleancheckbox-display span {
  font-size: 12px;
  color: var(--wp--preset--color--text);
}
footer.footer .footer-content .logo .newsletter .hs_error_rollup {
  display: none;
}
footer.footer .footer-content .menu-item.new {
  display: flex;
}
footer.footer .footer-content .menu-item.new::after {
  content: "Nouveau";
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--background-light-primary);
  font-size: 12px;
  font-weight: 700;
  margin-left: 10px;
  padding: 2px 8px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  footer.footer .footer-content {
    flex-direction: column;
    gap: var(--wp--preset--spacing--xl);
  }
}
footer.footer .footer-content #menu-footer-english,
footer.footer .footer-content #menu-footer {
  display: flex;
  list-style: none;
  padding: 0px;
  text-align: left;
  font-weight: 700;
  gap: 130px;
}
@media screen and (max-width: 768px) {
  footer.footer .footer-content #menu-footer-english,
  footer.footer .footer-content #menu-footer {
    flex-direction: column;
    gap: var(--wp--preset--spacing--xl);
  }
}
footer.footer .footer-content #menu-footer-english li.menu-item-has-children > a,
footer.footer .footer-content #menu-footer li.menu-item-has-children > a {
  color: #A1A1AA;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}
footer.footer .footer-content #menu-footer-english a,
footer.footer .footer-content #menu-footer a {
  display: block;
  font-weight: 400;
}
footer.footer .footer-content #menu-footer-english .sub-menu,
footer.footer .footer-content #menu-footer .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0px;
}
footer.footer .footer-content #menu-footer-english .sub-menu ul,
footer.footer .footer-content #menu-footer .sub-menu ul {
  list-style: none;
}
footer.footer .footer-content #menu-footer-english .sub-menu li,
footer.footer .footer-content #menu-footer .sub-menu li {
  text-align: left;
  list-style: none;
}
footer.footer .footer-bottom {
  border-top: 2px solid #E9EAEB;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  color: #A1A1AA;
}
@media screen and (max-width: 768px) {
  footer.footer .footer-bottom {
    flex-direction: column-reverse;
    text-align: center;
    gap: var(--wp--preset--spacing--m);
  }
}
footer.footer .footer-bottom .socials ul {
  margin: 0px;
  list-style: none;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  footer.footer .footer-bottom .socials ul {
    justify-content: center;
  }
}
footer.footer .footer-bottom .socials ul img {
  width: 24px;
  height: 24px;
}