footer.footer {
  background-color: var(--wp--preset--color--beige);
  background-image: url("/app/themes/perce-neige-fondation/src/images/footer-bg.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (max-width: 768px) {
  footer.footer {
    background-image: none;
    overflow: hidden;
  }
}
footer.footer .footer-content {
  background: linear-gradient(to right, var(--wp--preset--color--bleu-lumineux) 0%, var(--wp--preset--color--bleu-lumineux) 33.333%, var(--wp--preset--color--secondary) 33.333%, var(--wp--preset--color--secondary) 66.666%, var(--wp--preset--color--primary) 66.666%, var(--wp--preset--color--primary) 100%);
  background-size: 100% 4px;
  background-position: bottom;
  background-repeat: no-repeat;
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: var(--wp--preset--spacing--4-xl);
  padding-bottom: var(--wp--preset--spacing--4-xl);
  display: flex;
  justify-content: space-between;
  gap: 30px 150px;
}
footer.footer .footer-content > * {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  footer.footer .footer-content {
    flex-direction: column;
    padding-top: 0;
    position: relative;
  }
  footer.footer .footer-content:after {
    display: block;
    content: " ";
    flex-direction: column;
    padding-top: 0;
    background-image: url("/app/themes/perce-neige-fondation/src/images/footer-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 396px auto;
    width: 396px;
    height: 546px;
    position: absolute;
    right: -156px;
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  footer.footer .footer-content .site-logo {
    order: 2;
    padding-top: 50px;
    text-align: center;
    margin: 0 auto;
  }
}
footer.footer .footer-content .site-logo .texte-sous-logo {
  max-width: 388px;
  margin-top: 30px;
}
footer.footer .footer-content .site-logo .texte-sous-logo h4 {
  margin-bottom: 30px;
}
footer.footer .footer-content .site-logo .texte-sous-logo :last-child {
  margin-bottom: 0;
}
footer.footer .footer-content .footer-right {
  flex: 1;
}
@media screen and (max-width: 768px) {
  footer.footer .footer-content .footer-right {
    order: 1;
  }
}
footer.footer .footer-content .footer-right .menus {
  margin: 113px 0 60px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  footer.footer .footer-content .footer-right .menus {
    flex-direction: column;
    margin: 0;
    padding-top: 40px;
    border-top: 1px solid var(--wp--preset--color--bleu-lumineux);
    text-align: center;
  }
}
footer.footer .footer-content .footer-right .menus ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer.footer .footer-content .footer-right .menus ul li {
  margin-bottom: 20px;
}
footer.footer .footer-content .footer-right .menus ul li:last-child {
  margin-bottom: 0;
}
footer.footer .footer-content .footer-right .menus ul li a {
  color: var(--wp--preset--color--primary);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  footer.footer .contact {
    order: 3;
  }
}
footer.footer .contact {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
footer.footer .contact p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  footer.footer .contact p {
    margin-bottom: var(--wp--preset--spacing--m);
  }
}
@media screen and (max-width: 768px) {
  footer.footer .contact {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer.footer .contact .wp-block-button__link {
    width: 230px;
    max-width: 100%;
  }
}
footer.footer .bottom {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px 100px;
}
@media screen and (min-width: 768px) {
  footer.footer .bottom {
    padding-bottom: 62px;
  }
}
footer.footer .bottom p {
  width: auto;
  margin: 0;
}
@media screen and (max-width: 768px) {
  footer.footer .bottom p {
    width: 100%;
    text-align: center;
    order: 2;
  }
}
footer.footer .bottom ul {
  display: flex;
  gap: 8px 30px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer.footer .bottom ul {
    order: 1;
    margin: 0 auto;
  }
}
footer.footer .bottom ul li {
  list-style: none;
}
@media screen and (max-width: 768px) {
  footer.footer .bottom ul li {
    width: 100%;
    text-align: center;
  }
}
footer.footer .bottom ul li a {
  color: var(--wp--preset--color--primary);
}