.footer {
  background: transparent !important;
}

.footer__content-top,
.footer__content-bottom {
  background: #FFE3F4 !important; /* ton rose clair */
  border-radius: 20px 20px 0 0;
  padding: 40px;
  max-width: 1200px;
  margin: 40px auto 0;
  overflow: hidden;
}