footer.footer {
  background-color: var(--wp--preset--color--light);
  padding: var(--wp--preset--spacing--3-xl);
}
footer.footer * {
  box-sizing: border-box;
}
footer.footer .container {
  width: 100% !important;
}
footer.footer .logo {
  width: 90px;
}
footer.footer .logo img {
  width: 100%;
}
footer.footer .footer-content {
  text-align: center;
  display: flex;
  padding-bottom: var(--wp--preset--spacing--3-xl);
  gap: 130px;
}
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 {
  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 {
    flex-direction: column;
    gap: var(--wp--preset--spacing--xl);
  }
}
footer.footer .footer-content #menu-footer li.menu-item-has-children > a {
  color: #A1A1AA;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
}
footer.footer .footer-content #menu-footer a {
  display: block;
  font-weight: 600;
}
footer.footer .footer-content #menu-footer .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0px;
}
footer.footer .footer-content #menu-footer .sub-menu ul {
  list-style: none;
}
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;
    text-align: center;
    gap: var(--wp--preset--spacing--m);
    padding-bottom: 40px;
  }
}
footer.footer .footer-bottom .socials ul {
  margin: 0px;
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  justify-content: center;
}