.wrapperFF.col4,
.wrapperFF.col5 {
  display: none !important;
}

.wrapperFF.col1 {
  display: block !important;
  width: min(1180px, calc(100% - 40px)) !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 28px auto !important;
  border: 1px solid #e9e1e6 !important;
  border-radius: 17px !important;
  background: #fff !important;
  box-shadow: 0 12px 34px rgba(10, 14, 27, .07) !important;
  color: #656976 !important;
  padding: 20px 24px !important;
  box-sizing: border-box !important;
  clear: both !important;
  float: none !important;
  inset: auto !important;
  position: relative !important;
}

.wrapperFF.col1:not(:has(a[href])) {
  display: none !important;
}

.wrapperFF.col1 #footerFF {
  display: flex !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px 12px !important;
  background: transparent !important;
  color: #656976 !important;
  font-size: 11px !important;
  line-height: 1.6 !important;
  padding: 0 !important;
  text-align: center !important;
}

.wrapperFF.col1 #footerFF::before {
  display: block !important;
  width: 100% !important;
  margin-bottom: 2px !important;
  color: #a51950 !important;
  content: "Ressources et sites partenaires" !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .11em !important;
  text-transform: uppercase !important;
}

.wrapperFF.col1 #footerFF a {
  display: inline-flex !important;
  min-height: 30px !important;
  align-items: center !important;
  border: 1px solid #eadfe5 !important;
  border-radius: 999px !important;
  background: #fff8fa !important;
  color: #9f1748 !important;
  font-size: 10px !important;
  font-weight: 750 !important;
  padding: 6px 10px !important;
  text-decoration: none !important;
}

.rfc-site-footer,
.rfc-site-footer *,
.rfc-prefooter-cta,
.rfc-prefooter-cta * {
  box-sizing: border-box;
}

.rfc-prefooter-cta {
  display: block;
  width: 100%;
  margin: 0;
  background: #f6f3f5;
  padding: 36px 20px;
}

.rfc-prefooter-shell {
  display: grid;
  width: min(1180px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 12%, rgba(239, 47, 120, .24), transparent 30%),
    radial-gradient(circle at 90% 15%, rgba(246, 184, 63, .13), transparent 28%),
    linear-gradient(135deg, #0c1120, #21111f);
  box-shadow: 0 24px 64px rgba(8, 12, 25, .2);
  color: #fff;
  padding: 34px 38px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
}

.rfc-prefooter-cta .rfc-footer-kicker {
  display: block;
  margin: 0 0 7px;
  color: #f8bd4a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rfc-prefooter-cta .rfc-prefooter-shell h2 {
  margin: 0;
  color: #fff;
  font: 800 clamp(25px, 3vw, 36px)/1.12 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -.035em;
  text-transform: none;
}

.rfc-prefooter-cta .rfc-prefooter-shell p {
  max-width: 720px;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, .67);
  font-size: 14px;
  line-height: 1.6;
  padding: 0;
}

.rfc-site-footer {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  border: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(239, 47, 120, .16), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(246, 184, 63, .11), transparent 28%),
    linear-gradient(145deg, #080b16 0%, #11172a 58%, #190e19 100%) !important;
  color: rgba(255, 255, 255, .72) !important;
  font: 14px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  padding: 54px 0 26px;
  text-align: left;
}

.rfc-site-footer::before {
  position: absolute;
  top: 0;
  right: -180px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(255, 255, 255, .015), 0 0 0 120px rgba(255, 255, 255, .01);
  content: "";
  pointer-events: none;
}

.rfc-footer-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.rfc-prefooter-cta .rfc-footer-primary {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, #ff477e, #d91f65);
  box-shadow: 0 14px 34px rgba(217, 31, 101, .34);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  padding: 14px 22px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: transform 160ms ease, filter 160ms ease;
  white-space: nowrap;
}

.rfc-prefooter-cta .rfc-footer-primary:hover,
.rfc-prefooter-cta .rfc-footer-primary:focus-visible {
  color: #fff;
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.rfc-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(140px, .72fr));
  gap: clamp(32px, 5vw, 74px);
}

.rfc-footer-brand > a {
  display: block;
  width: min(330px, 100%);
}

.rfc-footer-brand img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 82px;
  border-radius: 10px;
  object-fit: contain;
  object-position: left center;
}

.rfc-site-footer .rfc-footer-brand p {
  max-width: 430px;
  margin: 20px 0 18px;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.7;
  padding: 0;
}

.rfc-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.rfc-footer-badges span {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .055);
  color: rgba(255, 255, 255, .78);
  font-size: 10px;
  font-weight: 800;
  padding: 5px 10px;
}

.rfc-footer-column {
  position: static;
  display: flex;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 8px 0 0;
  flex-direction: column;
  gap: 9px;
}

.rfc-site-footer .rfc-footer-column h3 {
  margin: 0 0 8px;
  color: #fff;
  font: 800 14px/1.25 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.rfc-site-footer .rfc-footer-column a,
.rfc-site-footer .rfc-footer-column span,
.rfc-site-footer .rfc-pwa-install {
  display: block;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  padding: 0;
  text-decoration: none;
  text-transform: none;
}

.rfc-site-footer .rfc-pwa-install {
  width: fit-content;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}

.rfc-site-footer .rfc-pwa-install[hidden] {
  display: none;
}

.rfc-site-footer .rfc-footer-column a:hover,
.rfc-site-footer .rfc-footer-column a:focus-visible,
.rfc-site-footer .rfc-pwa-install:hover,
.rfc-site-footer .rfc-pwa-install:focus-visible {
  color: #ff80ab;
}

.rfc-footer-bottom {
  display: grid;
  margin-top: 46px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 22px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 26px;
}

.rfc-site-footer .rfc-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, .45);
  font-size: 10px;
  line-height: 1.55;
  padding: 0;
}

.rfc-site-footer .rfc-footer-bottom p:last-child {
  text-align: right;
}

@media (max-width: 900px) {
  .rfc-footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .rfc-footer-column:last-child {
    grid-column: 2 / -1;
  }
}

@media (max-width: 700px) {
  .wrapperFF.col1 {
    width: calc(100% - 24px) !important;
    margin: 18px auto !important;
    padding: 18px 14px !important;
  }

  .rfc-footer-shell {
    width: calc(100% - 24px);
  }

  .rfc-prefooter-cta {
    padding: 24px 12px;
  }

  .rfc-prefooter-shell {
    padding: 27px 22px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .rfc-prefooter-cta .rfc-footer-primary {
    width: 100%;
    white-space: normal;
  }

  .rfc-site-footer {
    padding-top: 40px;
  }

  .rfc-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
  }

  .rfc-footer-brand {
    grid-column: 1 / -1;
  }

  .rfc-footer-column:last-child {
    grid-column: auto;
  }

  .rfc-footer-bottom {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rfc-site-footer .rfc-footer-bottom p:last-child {
    text-align: left;
  }
}

@media (max-width: 430px) {
  .rfc-footer-grid {
    grid-template-columns: 1fr;
  }

  .rfc-footer-brand,
  .rfc-footer-column:last-child {
    grid-column: auto;
  }
}
