/* Fidelivra "Notre écosystème" adaptation. Framer structure and motion stay intact. */
body[data-fid-page="ecosystem"] [data-framer-name="Hero section"] {
  isolation: isolate;
}

body[data-fid-page="ecosystem"] [data-framer-name="Hero section"] [data-framer-name="image"]::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(15, 24, 21, .66) 0%, rgba(15, 24, 21, .34) 42%, rgba(15, 24, 21, .08) 72%),
    linear-gradient(0deg, rgba(15, 24, 21, .54) 0%, rgba(15, 24, 21, 0) 48%);
}

body[data-fid-page="ecosystem"] [data-framer-name="Hero section"] [data-framer-name="image"] img {
  object-position: 50% 50% !important;
}

body[data-fid-page="ecosystem"] [data-framer-name="Hero section"] [data-framer-name="Hero Title"],
body[data-fid-page="ecosystem"] [data-framer-name="Hero section"] [data-framer-name="Hero Description"] {
  position: relative;
  z-index: 2;
}

body[data-fid-page="ecosystem"] [data-framer-name="Section/Trust numbers"] [data-fid-eco-stat] {
  position: relative !important;
  min-height: 68px;
}

body[data-fid-page="ecosystem"] [data-framer-name="Section/Trust numbers"] [data-fid-eco-stat] > span {
  visibility: hidden !important;
}

body[data-fid-page="ecosystem"] [data-framer-name="Section/Trust numbers"] [data-fid-eco-stat]::after {
  content: attr(data-fid-eco-stat);
  position: absolute;
  inset: 0 auto auto 0;
  width: max-content;
  color: #222f30;
  font-family: "Elms Sans", "Elms Sans Placeholder", sans-serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.2;
}

body[data-fid-page="ecosystem"] [data-framer-name="Section/Guarantee"] [data-framer-name="Badge"] {
  display: none !important;
}

body[data-fid-page="ecosystem"] [data-framer-name="Section/Guarantee"] [data-framer-name="image"] img,
body[data-fid-page="ecosystem"] [data-framer-name="Section/Pricing"] [data-framer-name="Before/After image"] img {
  object-position: center center !important;
}

body[data-fid-page="ecosystem"] [data-framer-name="Section/Video reviews"] [data-framer-name="Play Button"] {
  display: none !important;
}

body[data-fid-page="ecosystem"] [data-framer-name="Section/Video reviews"] [data-framer-name="Media"] video,
body[data-fid-page="ecosystem"] section:not([data-framer-name]) [data-framer-name="Media"] video {
  pointer-events: none !important;
}

body[data-fid-page="ecosystem"] [data-framer-name="Section/Pricing"] [data-framer-name="chart"] {
  display: none !important;
}

@media (max-width: 809.98px) {
  body[data-fid-page="ecosystem"] [data-framer-name="Hero section"] [data-framer-name="image"] img {
    object-position: 55% 50% !important;
  }

  body[data-fid-page="ecosystem"] [data-framer-name="Hero section"] [data-framer-name="image"]::after {
    background:
      linear-gradient(90deg, rgba(15, 24, 21, .5) 0%, rgba(15, 24, 21, .12) 100%),
      linear-gradient(0deg, rgba(15, 24, 21, .76) 0%, rgba(15, 24, 21, .12) 62%);
  }

  body[data-fid-page="ecosystem"] [data-framer-name="Section/Trust numbers"] [data-fid-eco-stat] {
    min-height: 54px;
  }
}
