footer {
  overflow: hidden;
  margin-top: 0px;
}
footer .wp-block-columns {
  position: relative;
}
footer .wp-block-columns:before {
  content: "";
  display: block;
  width: 860px;
  height: 660px;
  z-index: 0;
  background: radial-gradient(50% 50% at 50% 50%, #ADDAD6 0%, rgba(173, 218, 214, 0) 100%);
  position: absolute;
  top: -400px;
  left: -430px;
}
footer > .has-primary-dark-gradient-background {
  padding-top: 3rem !important;
  padding-bottom: 2rem !important;
}
@media screen and (min-width: 1024px) {
  footer > .has-primary-dark-gradient-background {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media screen and (min-width: 1600px) {
  footer > .has-primary-dark-gradient-background {
    padding-top: 6rem !important;
    padding-bottom: 3rem !important;
  }
}
footer .wp-block-column {
  z-index: 2;
}
footer #footer-rir img {
  max-width: 50%;
}
@media screen and (min-width: 782px) {
  footer #footer-rir img {
    max-width: 100%;
  }
}
footer #footer-membres .wp-block-group {
  position: relative;
}
footer #footer-membres .wp-block-group img {
  max-width: 50px;
  box-shadow: var(--wp--preset--shadow--light-shadow);
  border-radius: 6.25rem;
  background-color: var(--wp--preset--color--white);
}
footer #footer-membres .wp-block-group a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}