:root {
  --swarme-orange: #ff8a3d;
  --swarme-orange-deep: #e96519;
  --swarme-ink: #292d2a;
  --swarme-cream: #f5f0e4;
  --swarme-yellow: #ffe500;
}

html {
  scroll-behavior: smooth;
}

html.is-swarme-network {
  --color-green-500: var(--swarme-orange);
  --color-green-600: var(--swarme-orange-deep);
  --color-green: var(--swarme-orange);
}

.c-menu-desktop_dropdown,
.c-menu-desktop_chevron {
  display: none !important;
}

#methode,
#diagnostic,
#exemples,
#resultats {
  scroll-margin-top: 7rem;
}

#diagnostic {
  --color-green-500: #8ed462;
  --color-green: #8ed462;
}

.c-homepage-timeline_intro p {
  max-width: 46rem;
}

.c-homepage-timeline_intro .c-button_label,
#diagnostic .c-button_label,
.c-footer .c-button_label {
  white-space: nowrap;
}

.c-tile-animated_description {
  max-width: 42rem;
}

.swarme-diagnostic-note {
  margin-top: 0.9rem;
  color: rgba(41, 45, 42, 0.72);
  font-size: clamp(0.78rem, 0.72vw, 0.95rem);
  font-weight: 500;
  letter-spacing: -0.01em;
}

.swarme-proof-visual {
  position: relative;
  isolation: isolate;
  display: grid !important;
  min-height: 690px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 20%, rgba(255, 229, 0, 0.95) 0 8%, transparent 8.3%),
    radial-gradient(circle at 91% 87%, rgba(47, 155, 236, 0.85) 0 11%, transparent 11.4%),
    linear-gradient(135deg, #ff9f61 0%, var(--swarme-orange) 48%, #f5762e 100%);
}

.swarme-proof-visual > *:not(.swarme-diagnostic-mock) {
  display: none !important;
}

.swarme-proof-visual::before,
.swarme-proof-visual::after {
  position: absolute;
  z-index: -1;
  width: 34vw;
  height: 34vw;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 46% 54% 63% 37% / 45% 36% 64% 55%;
  content: "";
}

.swarme-proof-visual::before {
  top: -20vw;
  left: -12vw;
  transform: rotate(22deg);
}

.swarme-proof-visual::after {
  right: -12vw;
  bottom: -22vw;
  transform: rotate(-18deg);
}

.swarme-diagnostic-mock {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(2rem, 5vw, 7rem);
  align-items: center;
  width: min(1560px, calc(100% - 9vw));
  color: var(--swarme-ink);
}

.swarme-diagnostic-copy {
  max-width: 43rem;
}

.swarme-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(41, 45, 42, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  font-size: clamp(0.72rem, 0.62vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.swarme-eyebrow::before {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--swarme-yellow);
  content: "";
}

.swarme-diagnostic-copy h2 {
  max-width: 12ch;
  font-size: clamp(3.1rem, 5.7vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.swarme-diagnostic-copy p {
  max-width: 36rem;
  margin-top: 2rem;
  font-size: clamp(1.05rem, 1.2vw, 1.5rem);
  line-height: 1.35;
}

.swarme-diagnostic-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 2.2vw, 2.8rem);
  border: 1px solid rgba(41, 45, 42, 0.14);
  border-radius: 2rem;
  background: rgba(250, 247, 239, 0.94);
  box-shadow: 0 30px 80px rgba(96, 35, 5, 0.22);
  transform: rotate(1.2deg);
  backdrop-filter: blur(16px);
}

.swarme-panel-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(41, 45, 42, 0.14);
}

.swarme-panel-brand {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.swarme-panel-status {
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: #dff4cf;
  color: #2d5b1f;
  font-size: 0.78rem;
  font-weight: 700;
}

.swarme-score-row {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1.25rem;
  align-items: center;
  padding: 1.7rem 0;
}

.swarme-score {
  display: grid;
  width: 8rem;
  height: 8rem;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--swarme-orange) 0 68%, #e5dfd3 68% 100%);
}

.swarme-score::before {
  display: grid;
  width: 6rem;
  height: 6rem;
  place-items: center;
  border-radius: 50%;
  background: #faf7ef;
  content: "68%";
  font-size: 1.45rem;
  font-weight: 700;
}

.swarme-score-copy span,
.swarme-feedback-card span {
  color: rgba(41, 45, 42, 0.58);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.swarme-score-copy strong {
  display: block;
  max-width: 22rem;
  margin-top: 0.5rem;
  font-size: clamp(1.3rem, 1.5vw, 1.85rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.swarme-feedback-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.swarme-feedback-card {
  min-height: 9.5rem;
  padding: 1.15rem;
  border-radius: 1.15rem;
  background: white;
}

.swarme-feedback-card.-priority {
  background: var(--swarme-yellow);
}

.swarme-feedback-card strong {
  display: block;
  margin-top: 0.75rem;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.c-featured-articles_item c-dato-image {
  display: none !important;
}

.c-featured-articles_item .c-article-card_image-container {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--swarme-card-bg, var(--swarme-orange));
}

.c-featured-articles_item .c-article-card_image-container::before {
  position: absolute;
  right: -0.05em;
  bottom: -0.22em;
  z-index: -1;
  color: rgba(255, 255, 255, 0.62);
  content: attr(data-swarme-mark);
  font-size: clamp(8rem, 22vw, 28rem);
  font-weight: 500;
  letter-spacing: -0.1em;
  line-height: 0.75;
}

.c-featured-articles_item .c-article-card_image-container::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 44%;
  aspect-ratio: 1;
  border: 2px solid rgba(41, 45, 42, 0.22);
  border-radius: 43% 57% 36% 64% / 58% 37% 63% 42%;
  content: "";
  transform: translate(-50%, -50%) rotate(18deg);
}

.c-featured-articles_item .c-article-card_image-container.swarme-card-with-photo::before,
.c-featured-articles_item .c-article-card_image-container.swarme-card-with-photo::after {
  display: none;
}

.swarme-card-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--swarme-photo-position, center 42%);
}

.c-featured-articles_item .c-article-card_title {
  max-width: 31ch;
}

.c-brands-section_item_visual {
  position: relative;
  width: 1.75rem !important;
  height: 1.75rem !important;
  flex: 0 0 1.75rem;
  border-radius: 50%;
  background: var(--swarme-orange);
}

.c-brands-section_item_visual > * {
  display: none !important;
}

.c-brands-section_item:nth-child(3n + 2) .c-brands-section_item_visual {
  background: #2f9bec;
}

.c-brands-section_item:nth-child(3n) .c-brands-section_item_visual {
  background: var(--swarme-yellow);
}

.c-brands-section_item_title {
  font-weight: 600;
}

.c-footer_contact .swarme-footer-link {
  display: inline-block;
  margin-top: 0.2rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.c-footer a[href*="esomar.org"],
.c-footer a[href="/#accueil"] {
  display: none !important;
}

@media (max-width: 1100px) {
  .swarme-diagnostic-mock {
    grid-template-columns: 1fr;
    padding: 4rem 0;
  }

  .swarme-diagnostic-copy h2 {
    max-width: 14ch;
  }
}

@media (min-width: 1000px) {
  html.is-swarme-network .c-tilted-listing_item:nth-child(1) {
    min-height: 773.171875px;
  }

  html.is-swarme-network .c-tilted-listing_item:nth-child(2) {
    min-height: 722.171875px;
  }
}

.swarme-network-copy-mobile {
  display: none;
}

@media (max-width: 699px) {
  html.is-swarme-network .swarme-network-copy-desktop {
    display: none;
  }

  html.is-swarme-network .swarme-network-copy-mobile {
    display: block;
  }

  html.is-swarme-network .c-hero-illustration-deluxe_tagline.-end .swarme-network-copy-mobile {
    width: 100%;
  }

  html.is-swarme-network .c-hero-illustration-deluxe_end img {
    max-width: none;
  }
}
