:root {
  --fs-black: #101010;
  --fs-white: #ffffff;
  --fs-decouvrir: #7edb79;
  --fs-reconnaitre: #d6f7ad;
  --fs-comprendre: #d8c6f4;
  --fs-utiliser: #ffd2ad;
  --fs-line: #2a2a2a;
  --fs-radius: 26px;
  --fs-container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--fs-black);
  background: var(--fs-white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.fs-container { width: min(calc(100% - 40px), var(--fs-container)); margin-inline: auto; }
.fs-main { min-height: 60vh; }

.fs-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #eee;
  backdrop-filter: blur(8px);
}
.fs-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.fs-header__inner .fs-brand {
  display: none;
}
.fs-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 2rem; }
.custom-logo { max-height: 58px; width: auto; }
.fs-primary-nav { display: flex; align-items: center; gap: 10px; }
.fs-pill {
  padding: 4px 12px 0 12px;
  border: 1px solid #1d1d1d;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  font-family:"Regarn",sans-serif;
  font-size:21px;
}
.fs-pill--decouvrir { background: var(--fs-decouvrir); }
.fs-pill--reconnaitre { background: var(--fs-reconnaitre); }
.fs-pill--comprendre { background: var(--fs-comprendre); }
.fs-pill--utiliser { background: var(--fs-utiliser); }
.fs-search-link { font-size: 2rem; text-decoration: none; line-height: 1; }
.fs-nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.fs-nav-toggle span:not(.screen-reader-text) { display: block; width: 28px; height: 2px; margin: 5px 0; background: #111; }

.fs-home-hero { padding: 48px 0 30px; text-align: center; }
.fs-home-intro { max-width: 980px; margin: 0 auto 38px; font-size: 1.1rem; }
.fs-home-sections {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin-bottom: 42px;
}
.fs-home-section { text-decoration: none; text-transform: uppercase; }
.fs-home-section img {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 1;
  object-fit: cover;
  margin: 0 auto 14px;
  border-radius: 50%;
}
.fs-home-section span { border-bottom: 1px solid; padding-bottom: 3px;font-family:"Regarn",sans-serif; font-weight:300;font-size:21px; }
.fs-home-illustration { position: relative; max-width: 1040px; margin: 0 auto; }
.fs-participate-link {
  position: absolute;
  right: 4%;
  bottom: 3%;
  text-transform: uppercase;
  font-size: .9rem;
}

.fs-video-panel {
  position: relative;
  border: 0;
  border-radius: 0 var(--fs-radius) 0 0;
  padding: 0;
  margin-block: 0;
}
.fs-video-panel h2 {
  margin: 0 0 28px auto;
  width: min(65%, 560px);
  text-align: right;
  font-family: Georgia, serif;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid;
  position:absolute;
  right:0;
  top:-36px;
  z-index:99;
}
.fs-panel-tab, .fs-video-tabs {
  position: absolute;
  top: -34px;
  left: -1px;
  min-height: 30px;
  display: flex;
  align-items: end;
}
.fs-panel-tab,
.fs-video-tabs button {
  border: 1px solid var(--fs-line);
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  background: #fff;
  padding: 5px 18px;
}
.fs-video-tabs button.is-active { font-weight: 700; }
.fs-video-panel--decouvrir { background: #ffffff; }
.fs-video-panel--reconnaitre { background: #ffffff; }
.fs-video-panel--comprendre { background: #ffffff; }
.fs-video-panel--utiliser { background: #ffffff; }
.fs-video-panel--home { background: #fff; }
.fs-video-embed iframe,
.fs-video-embed video,
.fs-video-native,
.fs-video-target iframe,
.fs-video-target video {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
  background: #000;
}
.fs-video-lazy { position: relative; }
.fs-video-play {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  padding: 0;
  margin: 0;
  background: #000;
  cursor: pointer;
  overflow: hidden;
}
.fs-video-play img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: .85; }
.fs-video-play__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--fs-black);
  font-size: 1.4rem;
}

.fs-video-caption { max-width: 900px; text-align: center; margin: 24px auto 0; }
.fs-transcript { margin-top: 20px; background: rgba(255,255,255,.75); padding: 14px 18px; border-radius: 12px; }
.fs-contribute { display: block; width: max-content; margin: -40px 0 40px auto; font-size: .85rem; }

.fs-home-project { padding: 10px 0 50px; text-align: center; }
.fs-home-project .fs-home-intro { margin: 0 auto; }

.fs-home-links { text-align: center; padding: 70px 0 110px; }
.fs-home-links__mark { display: block; width: min(220px, 55%); height: auto; margin: 0 auto 26px; }
.fs-home-links__nav ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; list-style: none; padding: 0; margin: 0; }
.fs-home-links__nav a { display: block; padding: 4px 14px; border: 1px solid; border-radius: 999px; text-decoration: none; text-transform: uppercase; font-size: .8rem; }

.fs-directory { padding: 56px 0 100px; }
.fs-directory-search { max-width: 620px; margin: 0 0 45px auto; display: flex; gap: 10px; }
.fs-directory-search input { flex: 1; border: 0; border-bottom: 2px solid; font-size: 1.7rem; padding: 8px 4px; }
.fs-directory-search button { border: 1px solid; border-radius: 50%; background: #fff; width: 52px; height: 52px; font-size: 1.8rem; }
.fs-alphabet { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 42px; }
.fs-alphabet a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #bbb; border-radius: 50%; text-decoration: none; }
.fs-letter-group { margin-bottom: 70px; }
.fs-letter-group > h2 { font-size: 4rem; margin: 0 0 28px; text-decoration: underline; }
.fs-entry-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 34px 28px; }
.fs-entry-card a { text-decoration: none; }
.fs-entry-card__image { border: 1px solid; border-radius: 16px; aspect-ratio: 1; overflow: hidden; background: #fff; }
.fs-entry-card__image img { width: 100%; height: 100%; object-fit: cover; }
.fs-entry-card h3 { margin: 10px 0 0; font-size: 1rem; font-weight: 400; }
.fs-entry-card p { margin: 4px 0 0; font-size: .85rem; font-style: italic; }

.fs-tax-header { padding: 22px 28px; border-radius: 22px; margin-bottom: 38px; }
.fs-tax-header--decouvrir { background: var(--fs-decouvrir); }
.fs-tax-header--reconnaitre { background: var(--fs-reconnaitre); }
.fs-tax-header--comprendre { background: var(--fs-comprendre); }
.fs-tax-header--utiliser { background: var(--fs-utiliser); }

.fs-entry-page { --accent: var(--fs-decouvrir); }
.fs-entry-page--reconnaitre { --accent: var(--fs-reconnaitre); }
.fs-entry-page--comprendre { --accent: var(--fs-comprendre); }
.fs-entry-page--utiliser { --accent: var(--fs-utiliser); }
.fs-entry-hero { padding: 48px 0 20px; }
.fs-entry-hero__titleline { display: grid; grid-template-columns: auto 1fr minmax(200px, 360px); align-items: center; gap: 22px; }
.fs-entry-hero__titleline h1 { font-family: "century-old-style-std", serif; font-weight: 400; font-style: normal; text-transform: uppercase; }
.fs-entry-hero__titleline span { height: 1px; background: #333; }
.fs-entry-hero__titleline p { font-size: 1.35rem; }
.fs-entry-hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; margin-top: 30px; }
.fs-entry-hero__media img { max-height: 420px; margin: auto; object-fit: contain; }
.fs-entry-hero__meta { text-align: right; }
.fs-scientific { font-family: Georgia, serif; font-style: italic; font-size: 1.2rem; }
.fs-entry-diagram__caption { font-family: "century-old-style-std", serif; font-weight: 400; font-style: normal;}
.fs-etymology { border-top: 1px solid; padding-top: 12px; margin-top: 26px; }
.fs-video-stack { max-width: 980px; }
.fs-related { padding: 30px 0 70px; }
.fs-related h2 { font-family: Georgia, serif; text-transform: uppercase; }
.fs-flex-blocks { padding-bottom: 90px; }
.fs-content-block { margin-block: 70px; }
.fs-content-block--image img { max-height: 720px; margin: auto; object-fit: contain; }
.fs-content-block--image figcaption { text-align: center; margin-top: 12px; }
.fs-comparison-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 50px; text-align: center; }
.fs-comparison-grid img { max-height: 340px; object-fit: contain; margin: auto; }
.fs-entry-content, .fs-standard-page { padding: 50px 0 100px; }

.fs-contribution-form { max-width: 760px; display: grid; gap: 20px; margin-top: 36px; }
.fs-contribution-form label { display: grid; gap: 8px; }
.fs-contribution-form input, .fs-contribution-form textarea { width: 100%; border: 1px solid #aaa; border-radius: 10px; padding: 12px; font: inherit; }
.fs-contribution-form button { justify-self: start; border: 1px solid; border-radius: 999px; background: var(--fs-decouvrir); padding: 12px 24px; }
.fs-checkbox { grid-template-columns: auto 1fr !important; align-items: start; }
.fs-checkbox input { width: auto; }

.fs-footer { background: #000; color: #fff; padding: 28px 0; }
.fs-footer__logos { display: grid; grid-template-columns: 160px 1fr 160px; align-items: center; gap: 30px; text-align: center; }
.fs-footer__logos img { max-height: 70px; margin: auto; }
.fs-footer-nav ul { display: flex; justify-content: center; gap: 18px; list-style: none; padding: 20px 0 0; margin: 0; }

@media (max-width: 960px) {
  .fs-nav-toggle { display: block; }
  .fs-primary-nav {
    display: none;
    position: absolute;
    inset: 76px 20px auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 12px 34px rgba(0,0,0,.12);
    flex-direction: column;
    align-items: stretch;
  }
  .fs-primary-nav.is-open { display: flex; }
  .fs-home-sections { grid-template-columns: repeat(2, 1fr); }
  .fs-entry-grid { grid-template-columns: repeat(3, 1fr); }
  .fs-entry-hero__grid { grid-template-columns: 1fr; gap: 30px; }
  .fs-entry-hero__meta { text-align: left; }
}

@media (max-width: 640px) {
  .fs-container { width: min(calc(100% - 24px), var(--fs-container)); }
  .fs-home-sections { gap: 20px 12px; }
  .fs-entry-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 14px; }
  .fs-entry-hero__titleline { grid-template-columns: 1fr; gap: 8px; }
  .fs-entry-hero__titleline span { display: none; }
  .fs-video-panel { padding: 0px; margin-block: 55px; }
  .fs-video-panel h2 { width: 100%; }
  .fs-comparison-grid { grid-template-columns: 1fr; }
  .fs-footer__logos { grid-template-columns: 1fr; }
}


/* Entry diagram header (maquette) */
.fs-entry-hero__titleline { display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; }
.fs-entry-hero__titleline span { flex: 1 1 auto; min-width: 60px; height: 1px; background: var(--fs-black, #1a1a1a); align-self: center; }
.fs-entry-hero__titlemeta { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; white-space: nowrap; text-align: right; }
.fs-entry-hero__titlemeta .fs-scientific { font-family: "Helvetica Custom", Helvetica, Arial, sans-serif;  font-weight: 500; font-style: normal; font-size:1.75rem; font-style:italic;}
.fs-entry-hero__titlemeta p { margin: 0; }
.fs-entry-hero__lead { max-width: 640px; margin: 18px 0 0; }

.fs-entry-diagram {
  position: relative;
  width: 100%;
  aspect-ratio: 1175 / 481;
  margin: 24px 0 2px;
  background-image: var(--fs-entry-diagram-bg, none);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 87% 87%;
}
.fs-entry-diagram__box {
  position: absolute;
  bottom: 0;
  border: 1px solid var(--fs-black, #1a1a1a);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  z-index: 2;
}
.fs-entry-diagram__box img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fs-entry-diagram__box--main { left: 0; width: 25%; height: 96%; }
.fs-entry-diagram__box--secondary { left: 27%; width: 19%; height: 50%; }

.fs-entry-diagram__col--label {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}
.fs-entry-diagram__label-heading { position: relative; width: 100%; margin-bottom: 34px; }
.fs-entry-diagram__caption {
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--fs-black, #1a1a1a);
  text-align: right;
  font-family: "century-old-style-std", serif;
  font-weight: 400;
  font-style: normal;
  font-size: .95rem;
  line-height: 1.2;
}
.fs-entry-diagram__label-line {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 34px;
  background: var(--fs-black, #1a1a1a);
  transform: translateX(-50%);
}
.fs-entry-diagram__box--label { position: relative; width: 100%; height: 58%; flex: none; }

/* Transition curves between videos / content blocks */
.fs-entry-transition { display: block; width: 160px; max-width: 40%; margin: 10px auto; height: auto; }
.fs-entry-transition-droit { display: block; width: 3px; height:200px; max-width: 40%; margin: 0px auto;}

/* Seasonal diagram labels */
.fs-diagram { position: relative; max-width: 320px; margin: 0 auto; }
.fs-diagram img { width: 100%; height: auto; display: block; }
.fs-diagram__labels { list-style: none; margin: 0; padding: 0; }
.fs-diagram__labels li { position: absolute; display: flex; align-items: center; gap: 8px; font-size: 0.85rem; white-space: nowrap; }
.fs-diagram__labels li:nth-child(1) { top: 4%; left: 4%; flex-direction: row; }
.fs-diagram__labels li:nth-child(2) { top: 32%; right: 2%; flex-direction: row-reverse; }
.fs-diagram__labels li:nth-child(3) { top: 62%; left: 0; flex-direction: row; }
.fs-diagram__labels li:nth-child(4) { top: 82%; right: 0; flex-direction: row-reverse; }
.fs-diagram__label-dates { font-weight: 600; }

.fs-diagram--positions { position: relative; }
.fs-diagram__labels--positions li { flex-direction: row; gap: 0; white-space: nowrap; }
.fs-diagram__labels--positions .fs-diagram__label-text { display: inline-block; padding: 5px 16px; border: 1px solid var(--fs-black, #1a1a1a); border-radius: 999px; background: #fff; font-size: 0.85rem; font-weight: 500; }

.fs-entry-diagram--duo-circle .fs-entry-diagram__box--main { left: 4%; width: 27%; height: 68%; top: 6%; bottom: auto; border-radius: 50%; }
.fs-entry-diagram--duo-circle .fs-entry-diagram__box--main img { border-radius: 50%; }
.fs-entry-diagram--duo-rect .fs-entry-diagram__box--main { left: 0; width: 34%; height: 90%; }

@media (max-width: 700px) {
    .fs-entry-diagram {
        display: grid;
        gap: 24px;
        aspect-ratio: auto;
        margin-top: 20px;
        background-image: none;
    }
    .fs-entry-diagram__box,
    .fs-entry-diagram__col--label {
        position: relative;
        inset: auto;
        width: 100%;
    }
    .fs-entry-diagram__box--main { height: auto; aspect-ratio: 4 / 5; }
    .fs-entry-diagram__box--secondary { height: auto; aspect-ratio: 4 / 3; }
    .fs-entry-diagram__box--secondary::after { display: none; }
    .fs-entry-diagram__col--label { display: block; }
    .fs-entry-diagram__label-heading { margin-bottom: 18px; }
    .fs-entry-diagram__label-line { display: none; }
    .fs-entry-diagram__box--label { height: auto; aspect-ratio: 16 / 9; }
    .fs-entry-hero__titleline { flex-direction: column; align-items: flex-start; gap: 6px; }
    .fs-entry-hero__titleline span { display: none; }
}

/* Florasigne entry - desktop proportions aligned with the approved webdesign */
@media (min-width: 701px) {
  .fs-entry-hero {
    padding-top: 34px;
    padding-bottom: 8px;
  }

  .fs-entry-diagram {
    aspect-ratio: 1240 / 455;
    margin-top: 18px;
    margin-bottom: 34px;
    background-position: center center;
    background-size: 87% 87%;
  }

  .fs-entry-diagram__box--main {
    left: 0;
    top: 5%;
    bottom: auto;
    width: 25%;
    height: 88%;
  }

  .fs-entry-diagram__box--secondary {
    left: 27.5%;
    top: 48%;
    bottom: auto;
    width: 19.5%;
    height: 45%;
  }

  .fs-entry-diagram__col--label {
    top: 25%;
    bottom: auto;
    width: 32%;
    height: 68%;
    justify-content: flex-start;
  }

  .fs-entry-diagram__label-heading {
    margin-bottom: 30px;
  }

  .fs-entry-diagram__box--label {
    height: calc(100% - 56px);
  }

  .fs-video-stack {
    max-width: 900px;
  }

  .fs-video-panel {
    padding: 58px 30px 30px;
    margin-block: 62px;
  }

  .fs-video-panel h2 {
    width: min(66%, 590px);
    margin-bottom: 0px;
  }

  .fs-entry-transition {
    width: 190px;
    margin: 4px auto 0;
  }

  .fs-contribute {
    margin-top: -30px;
    margin-bottom: 24px;
	position: absolute;
        right: -20%;
        top: 50%;
        width: 100px;
  }

  .fs-flex-blocks {
    padding-bottom: 70px;
  }

  .fs-content-block {
    margin-block: 62px;
  }

  .fs-content-block--comparison {
    position: relative;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  .fs-content-block--comparison > h2 {
    display: none;
  }

  .fs-comparison-grid {
    position: relative;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 42px;
  }

  .fs-comparison-grid article {
    min-width: 0;
  }

  .fs-comparison-grid article h3 {
    display: inline-block;
    margin: 0 0 30px;
    padding: 5px 14px;
    border: 1px solid var(--fs-line);
    border-radius: 999px;
    background: #fff;
    font-size: .95rem;
    font-weight: 400;
  }

  .fs-comparison-grid img {
    width: 230px;
    max-width: 100%;
    max-height: 390px;
  }

  .fs-comparison-grid article > div {
    max-width: 310px;
    margin: 40px auto 0;
    font-size: .92rem;
    line-height: 1.35;
  }

  .fs-comparison-symbol {
    align-self: center;
    font-family: Georgia, serif;
    font-size: 2.4rem;
    line-height: 1;
    margin-top: 32px;
  }

  .fs-content-block--image {
    margin-top: 78px;
    margin-bottom: 72px;
  }

  .fs-diagram {
    max-width: 520px;
  }

  .fs-diagram__labels li {
    font-size: 1rem;
  }
}

/* Florasigne entry - precision pass based on the desktop webdesign (v1.4.6) */
@media (min-width: 701px) {
  .fs-entry-hero {
    padding-top: 28px;
    padding-bottom: 0;
  }

  .fs-entry-hero__titleline h1 {
    margin: 0;
    font-size: 1.75rem;
    line-height: 1;
	font-weight:600;
  }

  .fs-entry-hero__titlemeta p {
    font-size: 20px;
    line-height: 1.25;
  }

  .fs-entry-diagram {
    aspect-ratio: 1240 / 470;
    margin-top: 14px;
    margin-bottom: 0px;
    overflow: hidden;
  }

  /* White mask removes the lower stray curve below the right-hand card. */
  .fs-entry-diagram::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 33%;
    height: 10%;
    background: #fff;
    z-index: 1;
    pointer-events: none;
  }

  .fs-entry-diagram__box--main {
    left: 0;
    top: 3%;
    width: 24.7%;
    height: 90%;
  }

  .fs-entry-diagram__box--secondary {
    left: 27.2%;
    top: 49%;
    width: 19.1%;
    height: 44%;
  }

  .fs-entry-diagram__col--label {
    top: 27%;
    width: 31.5%;
    height: 66%;
  }

  .fs-entry-diagram__label-heading {
    margin-bottom: 28px;
  }

  .fs-entry-diagram__caption {
    padding-bottom: 7px;
    font-size: 24px;
  }

  .fs-entry-diagram__box--label {
    height: calc(100% - 52px);
  }

  .fs-video-stack {
    max-width: 940px;
  }

  .fs-video-panel {
    padding: 0px;
    margin-block: 46px;
  }

  .fs-video-panel h2 {
    width: min(64%, 600px);
    margin-bottom: 0px;
  }

  .fs-video-target {
    width: 100%;
  }

  .fs-video-embed,
  .fs-video-native {
    width: 100%;
  }

  .fs-entry-transition {
    width: 455px;
    max-width: 44%;
    margin: 50px auto 50px;
  }

  .fs-contribute {
    margin-top: -22px;
    margin-right: 0;
    margin-bottom: 12px;
	position: absolute;
        right: -20%;
        top: 50%;
        width: 100px;
  }

  .fs-flex-blocks {
    padding-bottom: 40px;
  }

  .fs-content-block {
    margin-block: 46px;
  }

  .fs-content-block--comparison {
    max-width: 900px;
    margin-top: 34px;
    margin-bottom: 28px;
  }

  .fs-comparison-grid {
    grid-template-columns: minmax(0, 1fr) 84px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
	margin-top:50px;
  }

  .fs-comparison-grid article h3 {
    margin-bottom: 2px;
    padding: 4px 13px;
    font-size: .88rem;
  }

  .fs-comparison-media {
    position: relative;
    width: 230px;
    margin: 0 auto;
    padding-bottom: 220px;
  }

  .fs-comparison-media::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -42px;
    width: 1px;
    height: 42px;
    background: var(--fs-black, #1a1a1a);
    transform: translateX(-50%);
  }

  .fs-comparison-media::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1px;
    height: 28px;
    background: var(--fs-black, #1a1a1a);
    transform: translateX(-50%);
  }

  .fs-comparison-media > img {
    display: block;
    width: 230px;
    height: 300px;
    max-height: none;
    border: 1px solid var(--fs-black, #1a1a1a);
    border-radius: 18px;
    object-fit: cover;
    background: #fff;
  }

  .fs-comparison-media__circle {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 190px;
    height: 190px;
    border: 1px solid var(--fs-black, #1a1a1a);
    border-radius: 50%;
    background: #fff;
    transform: translateX(-50%);
  }


  .fs-comparison-media__circle-image {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    margin: 0;
    border: 0;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
  }

  .fs-comparison-media__circle::before,
  .fs-comparison-media__circle::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: 28px;
    background: var(--fs-black, #1a1a1a);
    transform: translateX(-50%);
  }

  .fs-comparison-media__circle::before { top: -30px; }
  .fs-comparison-media__circle::after { bottom: -40px; }

  .fs-comparison-grid article:first-of-type .fs-comparison-media img::after,
  .fs-comparison-grid article:last-of-type .fs-comparison-media img::before {
    content: none;
  }

  .fs-comparison-grid article > div:last-child {
    max-width: 260px;
    margin-top: 44px;
    font-size: .82rem;
    line-height: 1.28;
  }

  .fs-comparison-symbol {
    position: relative;
    align-self: start;
    margin-top: 182px;
    font-size: 2.2rem;
  }

  .fs-comparison-symbol::before,
  .fs-comparison-symbol::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 74px;
    height: 1px;
    background: var(--fs-black, #1a1a1a);
  }

  .fs-comparison-symbol::before { right: calc(100% + 16px); }
  .fs-comparison-symbol::after { left: calc(100% + 16px); }

  .fs-content-block--image {
    margin-top: 28px;
    margin-bottom: 40px;
  }

  .fs-diagram--seasons {
    max-width: 560px;
    min-height: 780px;
    padding-top: 92px;
  }

  .fs-diagram--seasons .fs-diagram__calendar {
    position: absolute;
    top: 0;
    left: 50%;
    width: 125px;
    height: auto;
    transform: translateX(-50%);
  }

  .fs-diagram--seasons .fs-diagram__plant {
    display: block;
    width: 400px;
    max-height: none;
    margin: 0 auto;
    object-fit: contain;
  }

  .fs-diagram--seasons .fs-diagram__labels li {
    width: 190px;
    gap: 8px;
    font-size: .9rem;
    line-height: 1.15;
  }

 /* .fs-diagram--seasons .fs-diagram__labels li::after {
    content: "";
    flex: 1 1 auto;
    min-width: 54px;
    height: 1px;
    background: var(--fs-black, #1a1a1a);
  }*/

  .fs-diagram--seasons .fs-diagram__labels li:nth-child(1) {
    top: 31%;
    left: -11%;
  }

  .fs-diagram--seasons .fs-diagram__labels li:nth-child(2) {
    top: 51%;
    right: -12%;
    flex-direction: row-reverse;
  }

  .fs-diagram--seasons .fs-diagram__labels li:nth-child(2)::after,
  .fs-diagram--seasons .fs-diagram__labels li:nth-child(4)::after {
    order: -1;
  }

  .fs-diagram--seasons .fs-diagram__labels li:nth-child(3) {
    top: 76%;
    left: -11%;
  }

  .fs-diagram--seasons .fs-diagram__labels li:nth-child(4) {
    top: 84%;
    right: -12%;
    flex-direction: row-reverse;
  }
}

@media (max-width: 700px) {
  .fs-entry-transition {
    width: 280px;
    max-width: 82%;
    margin: 22px auto;
  }

  .fs-comparison-media {
    position: relative;
    width: min(230px, 78vw);
    margin: 0 auto;
    padding-bottom: 190px;
  }

  .fs-comparison-media > img {
    width: 100%;
    height: 290px;
    border: 1px solid var(--fs-black, #1a1a1a);
    border-radius: 18px;
    object-fit: cover;
  }

  .fs-comparison-media__circle {
    position: absolute;
    left: 50%;
    bottom: 12px;
    width: 165px;
    height: 165px;
    border: 1px solid var(--fs-black, #1a1a1a);
    border-radius: 50%;
    transform: translateX(-50%);
  }

  .fs-comparison-media__circle-image {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 50%;
    object-fit: cover;
  }

  .fs-comparison-symbol {
    display: block;
    margin: 20px auto;
  }

  .fs-diagram--seasons {
    max-width: 100%;
    padding-top: 76px;
  }

  .fs-diagram--seasons .fs-diagram__calendar {
    position: absolute;
    top: 0;
    left: 50%;
    width: 105px;
    transform: translateX(-50%);
  }

  .fs-diagram--seasons .fs-diagram__plant {
    width: min(325px, 82vw);
    max-height: none;
    margin: 0 auto;
  }
}

/* Section-specific entry templates - v2.0 */
.fs-section-flow{max-width:980px;padding-bottom:90px}.fs-video-wrap{position:relative}.fs-section-flow .fs-video-panel{margin:0 auto}.fs-entry-page--reconnaitre .fs-entry-diagram,.fs-entry-page--comprendre .fs-entry-diagram{background-size:100% 100%;aspect-ratio:1240/520;margin-bottom:2px}.fs-entry-page--reconnaitre .fs-entry-diagram__box--main,.fs-entry-page--comprendre .fs-entry-diagram__box--main{left:0;top:8%;width:32%;height:68%;border-radius:50%}.fs-entry-page--reconnaitre .fs-entry-diagram__box--main img,.fs-entry-page--comprendre .fs-entry-diagram__box--main img{border-radius:50%;object-fit:cover}.fs-entry-page--reconnaitre .fs-entry-diagram__col--label,.fs-entry-page--comprendre .fs-entry-diagram__col--label{right:0;top:23%;width:31%;height:54%}.fs-entry-page--utiliser .fs-entry-diagram__box--main{left:0;top:4%;width:29%;height:82%}.fs-entry-page--utiliser .fs-entry-diagram__col--label{right:0;top:25%;width:31%;height:60%}.fs-recognition-cards{position:relative;margin:0 auto 55px;padding:70px 0 75px;max-width:900px}.fs-recognition-cards__line{position:absolute;top:0;left:50%;width:1px;height:58px;background:#222}.fs-recognition-cards__line--bottom{top:auto;bottom:0;height:58px}.fs-recognition-cards__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:72px}.fs-recognition-cards article{text-align:center}.fs-recognition-card__image{aspect-ratio:1;border:1px solid #222;border-radius:22px;overflow:hidden;background:#fff}.fs-recognition-card__image img{width:100%;height:100%;object-fit:cover}.fs-recognition-cards article p{margin:18px 0 0;padding-bottom:8px;border-bottom:1px dotted #555;font-size:1rem}.fs-section-diagram{max-width:900px;margin:30px auto 0;text-align:center}.fs-section-diagram img{display:block;max-width:100%;max-height:none;margin:auto;object-fit:contain}.fs-section-diagram--anatomy img{width:min(100%,760px)}.fs-section-diagram--concept img{width:min(100%,980px)}.fs-entry-page--comprendre .fs-video-panel{background:var(--fs-comprendre)}.fs-entry-page--utiliser .fs-video-panel{background:var(--fs-utiliser)}.fs-entry-page--reconnaitre .fs-video-panel{background:var(--fs-reconnaitre)}
@media(max-width:700px){.fs-recognition-cards{padding:30px 0}.fs-recognition-cards__line{display:none}.fs-recognition-cards__grid{grid-template-columns:1fr;gap:28px}.fs-recognition-card__image{max-width:280px;margin:auto}.fs-entry-page--reconnaitre .fs-entry-diagram__box--main,.fs-entry-page--comprendre .fs-entry-diagram__box--main{width:100%;aspect-ratio:1;height:auto}.fs-section-flow{padding-bottom:50px}}


/* PDF template alignment - v2.1.1
 * The actual image URL is supplied by the PHP renderer through
 * --fs-entry-diagram-bg. Category hooks are available on both the header and
 * the diagram: --decouvrir, --reconnaitre, --comprendre and --utiliser.
 */
.fs-entry-page .fs-entry-diagram{
  background-image:var(--fs-entry-diagram-bg, none) !important;
  background-repeat:no-repeat !important;
  background-position:center top !important;
  background-size:87% 87% !important;
}
.fs-entry-hero{padding-top:34px}
.fs-entry-hero__titleline{margin-bottom:14px}
.fs-entry-page--reconnaitre .fs-entry-diagram,
.fs-entry-page--comprendre .fs-entry-diagram{
  aspect-ratio:1175/610;
  margin-top:4px;
  margin-bottom:2px;
}

.fs-entry-page--comprendre .fs-entry-diagram {
	background-position:center!important;
	background-size:70% 70% !important
}

.fs-entry-page--reconnaitre .fs-entry-diagram {background-position:center!important;}

.fs-entry-page--reconnaitre .fs-entry-diagram__box--main,
.fs-entry-page--comprendre .fs-entry-diagram__box--main{
  left:0.5%;top:7%;width:31.5%;height:auto;aspect-ratio:1;border-radius:50%;background:#fff;
}
.fs-entry-page--reconnaitre .fs-entry-diagram__box--main img,
.fs-entry-page--comprendre .fs-entry-diagram__box--main img{
  border-radius:50%;object-fit:contain;background:#fff;
}
.fs-entry-page--reconnaitre .fs-entry-diagram__col--label,
.fs-entry-page--comprendre .fs-entry-diagram__col--label{
  right:0;top:22%;width:31.5%;height:55%;
}
.fs-entry-page--reconnaitre .fs-entry-diagram__box--label,
.fs-entry-page--comprendre .fs-entry-diagram__box--label{height:66%}
.fs-entry-page--utiliser .fs-entry-diagram{aspect-ratio:1175/560;margin-bottom:2px}
.fs-entry-page--utiliser .fs-entry-diagram__box--main{left:0;top:3%;width:25%;height:78%;background:#fff}
.fs-entry-page--utiliser .fs-entry-diagram__box--main img{object-fit:cover}
.fs-entry-page--utiliser .fs-entry-diagram__col--label{right:0;top:22%;width:31.5%;height:57%}
.fs-entry-page--decouvrir .fs-entry-diagram{aspect-ratio:1175/481}
.fs-section-flow{max-width:940px}
.fs-section-flow .fs-video-panel{width:100%;max-width:900px}
.fs-recognition-cards{max-width:900px;padding:72px 0 82px;margin-bottom:34px}
.fs-recognition-cards__grid{gap:72px}
.fs-recognition-card__image{border-radius:20px;background:#fff}
.fs-recognition-card__image img{object-fit:contain;background:#fff}
.fs-section-diagram--anatomy{margin-top:26px}
.fs-section-diagram--anatomy img{width:min(100%,760px)}
.fs-section-diagram--concept img{width:min(100%,980px)}
.fs-content-block--seasonal{margin:28px auto 20px}
.fs-seasonal-diagram{position:relative;width:min(100%,620px);min-height:760px;margin:0 auto;padding-top:88px;box-sizing:border-box}
.fs-seasonal-diagram__calendar{position:absolute;top:0;left:50%;width:125px;height:auto;transform:translateX(-50%)}
.fs-seasonal-diagram__plant{display:block;width:410px;max-width:72%;height:auto;margin:0 auto}
.fs-seasonal-diagram__period{position:absolute;display:flex;align-items:center;width:230px;font-size:.92rem;line-height:1.2;white-space:nowrap}
.fs-seasonal-diagram__line{display:block;flex:1;height:1px;background:#1a1a1a;margin:0 10px}
.fs-seasonal-diagram__period--flower{left:-3%;top:34%}
.fs-seasonal-diagram__period--leaf{right:-4%;top:51%;flex-direction:row-reverse}
.fs-seasonal-diagram__period--stem{left:-3%;top:72%}
.fs-seasonal-diagram__period--roots{right:-4%;top:82%;flex-direction:row-reverse}
@media(max-width:700px){
  .fs-entry-page--reconnaitre .fs-entry-diagram,
  .fs-entry-page--comprendre .fs-entry-diagram,
  .fs-entry-page--utiliser .fs-entry-diagram{aspect-ratio:auto;background-image:none !important}
  .fs-seasonal-diagram{min-height:610px;padding-top:72px}
  .fs-seasonal-diagram__calendar{width:105px}
  .fs-seasonal-diagram__plant{max-width:76%}
  .fs-seasonal-diagram__period{width:150px;font-size:.76rem}
  .fs-seasonal-diagram__period--flower,.fs-seasonal-diagram__period--stem{left:0}
  .fs-seasonal-diagram__period--leaf,.fs-seasonal-diagram__period--roots{right:0}
}


/* Schéma anatomique interactif - ajout isolé v2.2.1 */
.fs-anatomy-interactive{
  width:min(100%,940px);
  margin:26px auto 0;
}
.fs-anatomy-interactive__canvas{
  position:relative;
  width:100%;
  min-height:560px;
}
.fs-anatomy-interactive__image{
  position:absolute;
  top:50%;
  left:50%;
  display:block;
  width:min(55%,520px);
  max-height:520px;
  object-fit:contain;
  transform:translate(-50%,-50%);
}
.fs-anatomy-interactive__item{
  position:absolute;
  z-index:2;
  display:block;
  color:var(--fs-black,#1a1a1a);
  font-family:inherit;
  text-decoration:none;
}
.fs-anatomy-interactive__label{
  display:inline-block;
  padding:2px 12px 3px;
  border:1px solid currentColor;
  border-radius:999px;
  background:#fff;
  font-size:1.05rem;
  line-height:1.1;
  white-space:nowrap;
}
.fs-anatomy-interactive__line{
  position:absolute;
  top:50%;
  display:block;
  width:210px;
  height:1px;
  background:currentColor;
  pointer-events:none;
}
.fs-anatomy-interactive__item--left-top{top:26%;left:1%}
.fs-anatomy-interactive__item--left-top .fs-anatomy-interactive__line{left:calc(100% + 10px);transform:rotate(18deg);transform-origin:left center}
.fs-anatomy-interactive__item--left-bottom{left:12%;bottom:18%}
.fs-anatomy-interactive__item--left-bottom .fs-anatomy-interactive__line{left:calc(100% + 10px);transform:rotate(-26deg);transform-origin:left center; width:280px;}
.fs-anatomy-interactive__item--right-top{top:12%;right:0}
.fs-anatomy-interactive__item--right-top .fs-anatomy-interactive__line{right:calc(100% + 10px);transform:rotate(-18deg);transform-origin:right center; width:292px;}
.fs-anatomy-interactive__item--right-bottom{right:1%;bottom:27%}
.fs-anatomy-interactive__item--right-bottom .fs-anatomy-interactive__line{right:calc(100% + 10px);transform:rotate(13deg);transform-origin:right center; width:241px;}
.fs-anatomy-interactive__item[href]:hover .fs-anatomy-interactive__label,
.fs-anatomy-interactive__item[href]:focus-visible .fs-anatomy-interactive__label{
  background:var(--fs-reconnaitre,#d7ffae);
}
.fs-anatomy-interactive__item[href]:focus-visible{
  outline:2px solid currentColor;
  outline-offset:4px;
  border-radius:999px;
}
@media(max-width:700px){
  .fs-anatomy-interactive__canvas{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    min-height:0;
  }
  .fs-anatomy-interactive__image{
    position:relative;
    top:auto;
    left:auto;
    grid-column:1/-1;
    width:min(100%,460px);
    max-height:none;
    margin:0 auto 20px;
    transform:none;
  }
  .fs-anatomy-interactive__item{
    position:relative;
    inset:auto;
    text-align:center;
  }
  .fs-anatomy-interactive__line{display:none}
  .fs-anatomy-interactive__label{font-size:.9rem;white-space:normal}
}


/* Florasigne 2.3 - carousel photo 2 and photo 3 */
.fs-entry-carousel{position:absolute}
.fs-entry-carousel__track,.fs-entry-carousel__slide{width:100%;height:100%;margin:0}
.fs-entry-carousel__slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .25s ease}
.fs-entry-carousel__slide.is-active{opacity:1;visibility:visible}
.fs-entry-carousel__control{position:absolute;top:50%;z-index:4;width:30px;height:30px;padding:0;border:1px solid #1a1a1a;border-radius:50%;background:rgba(255,255,255,.9);font-size:22px;line-height:26px;transform:translateY(-50%);cursor:pointer}
.fs-entry-carousel__control--prev{left:0px}.fs-entry-carousel__control--next{right:0px}
.fs-entry-carousel__dots{position:absolute;left:50%;bottom:8px;z-index:4;display:flex;gap:6px;transform:translateX(-50%)}
.fs-entry-carousel__dots button{width:8px;height:8px;padding:0;border:1px solid #1a1a1a;border-radius:50%;background:#fff;cursor:pointer}
.fs-entry-carousel__dots button.is-active{background:#1a1a1a}
.fs-entry-diagram__box--label img{width:100%;height:100%;object-fit:cover;display:block}
@media (prefers-reduced-motion:reduce){.fs-entry-carousel__slide{transition:none}}

/* Florasigne 2.4 - comparison circles and seasonal connectors */
@media (min-width:701px){
  .fs-comparison-media--no-circle{padding-bottom:28px}
  .fs-content-block--comparison-no-circles .fs-comparison-grid article > div:last-child{margin-top:18px}
}
.fs-seasonal-diagram__line{position:relative;min-width:58px}
.fs-seasonal-diagram__line::after{content:"";position:absolute;top:50%;width:5px;height:5px;border-radius:50%;background:currentColor;transform:translateY(-50%)}
.fs-seasonal-diagram__period--flower .fs-seasonal-diagram__line::after,
.fs-seasonal-diagram__period--stem .fs-seasonal-diagram__line::after{right:-2px}
.fs-seasonal-diagram__period--leaf .fs-seasonal-diagram__line::after,
.fs-seasonal-diagram__period--roots .fs-seasonal-diagram__line::after{left:-2px}
@media(max-width:700px){
  .fs-comparison-media--no-circle{padding-bottom:24px}
  .fs-content-block--comparison-no-circles .fs-comparison-grid article > div:last-child{margin-top:18px}
  .fs-seasonal-diagram__line{min-width:34px}
}

/* Florasigne 2.4.1 - preserve the upper comparison connector without circle images */
.fs-comparison-media--no-circle::before{
  display:block !important;
  content:"" !important;
  z-index:2;
  opacity:1;
  visibility:visible;
}

/* Florasigne 2.4.2 - visible connectors for legacy and structured seasonal diagrams */
.fs-diagram--seasons .fs-diagram__labels li::after{
  content:"";
  display:block;
  flex:1 1 auto;
  min-width:54px;
  height:1px;
  margin:0 8px;
  background:var(--fs-black,#1a1a1a);
}
.fs-diagram--seasons .fs-diagram__labels li:nth-child(2)::after,
.fs-diagram--seasons .fs-diagram__labels li:nth-child(4)::after{
  order:-1;
}
.fs-seasonal-diagram__line{
  display:block !important;
  flex:1 1 auto;
  height:1px !important;
  background:var(--fs-black,#1a1a1a) !important;
  opacity:1;
  visibility:visible;
}
@media(max-width:700px){
  .fs-diagram--seasons .fs-diagram__labels li::after{min-width:28px;margin:0 5px}
}


/* Florasigne 2.4.3 - connector between comparison image and description */
.fs-comparison-media--no-circle::after{
  display:block !important;
  content:"" !important;
  top:300px;
  height:46px;
  z-index:2;
  opacity:1;
  visibility:visible;
}
@media(max-width:700px){
  .fs-comparison-media--no-circle::after{
    top:290px;
    height:42px;
  }
}

/* Florasigne 2.4.4 - seasonal connector direction and reach */
@media (min-width: 701px) {
  /* Legacy seasonal diagram: left labels end with the line, right labels start with it. */
  .fs-diagram--seasons .fs-diagram__labels li {
    width: 250px;
  }

  .fs-diagram--seasons .fs-diagram__labels li:nth-child(1),
  .fs-diagram--seasons .fs-diagram__labels li:nth-child(3) {
    flex-direction: row;
  }

  .fs-diagram--seasons .fs-diagram__labels li:nth-child(2),
  .fs-diagram--seasons .fs-diagram__labels li:nth-child(4) {
    flex-direction: row;
  }

  .fs-diagram--seasons .fs-diagram__labels li:nth-child(1)::after,
  .fs-diagram--seasons .fs-diagram__labels li:nth-child(3)::after {
    order: 10;
  }

  .fs-diagram--seasons .fs-diagram__labels li:nth-child(2)::after,
  .fs-diagram--seasons .fs-diagram__labels li:nth-child(4)::after {
    order: -10;
  }

  .fs-diagram--seasons .fs-diagram__labels li::after {
    min-width: 92px;
    margin-inline: 10px;
  }

  /* Structured seasonal diagram: same visual logic, independent of DOM order. */
  .fs-seasonal-diagram__period {
    width: 285px;
    flex-direction: row;
  }

  .fs-seasonal-diagram__period--flower .fs-seasonal-diagram__line,
  .fs-seasonal-diagram__period--stem .fs-seasonal-diagram__line {
    order: 10;
  }

  .fs-seasonal-diagram__period--leaf .fs-seasonal-diagram__line,
  .fs-seasonal-diagram__period--roots .fs-seasonal-diagram__line {
    order: -10;
  }

  .fs-seasonal-diagram__line {
    min-width: 96px;
    margin-inline: 12px;
  }
}

@media (max-width: 700px) {
  .fs-diagram--seasons .fs-diagram__labels li:nth-child(2),
  .fs-diagram--seasons .fs-diagram__labels li:nth-child(4),
  .fs-seasonal-diagram__period--leaf,
  .fs-seasonal-diagram__period--roots {
    flex-direction: row;
  }

  .fs-diagram--seasons .fs-diagram__labels li:nth-child(2)::after,
  .fs-diagram--seasons .fs-diagram__labels li:nth-child(4)::after,
  .fs-seasonal-diagram__period--leaf .fs-seasonal-diagram__line,
  .fs-seasonal-diagram__period--roots .fs-seasonal-diagram__line {
    order: -10;
  }

  .fs-diagram--seasons .fs-diagram__labels li:nth-child(1)::after,
  .fs-diagram--seasons .fs-diagram__labels li:nth-child(3)::after,
  .fs-seasonal-diagram__period--flower .fs-seasonal-diagram__line,
  .fs-seasonal-diagram__period--stem .fs-seasonal-diagram__line {
    order: 10;
  }
}


/* Florasigne 2.5 - short definition and right-side carousel */
.fs-entry-short-definition{margin:18px auto 58px;text-align:center}
.fs-entry-short-definition p{margin:0 auto;max-width:780px;font-size:1.05rem;line-height:1.45}
.fs-entry-diagram__box--label.fs-entry-carousel{position:relative;overflow:hidden}
.fs-entry-diagram__box--label.fs-entry-carousel .fs-entry-carousel__track,
.fs-entry-diagram__box--label.fs-entry-carousel .fs-entry-carousel__slide{position:absolute;inset:0;width:100%;height:100%}
.fs-entry-diagram__box--label.fs-entry-carousel .fs-entry-carousel__slide img{width:100%;height:100%;object-fit:cover}
@media(max-width:700px){.fs-entry-short-definition{margin:12px auto 20px;padding-left:20px;padding-right:20px}.fs-entry-short-definition p{font-size:1rem}}


/* Florasigne 2.6 - schéma pédagogique en branches */
.fs-content-block--branch-diagram{max-width:1080px;margin:70px auto}
.fs-branch-diagram{position:relative;width:100%;aspect-ratio:1000/560;min-height:500px;overflow:visible}
.fs-branch-diagram__lines{position:absolute;inset:0;width:100%;height:100%;z-index:0;overflow:visible;pointer-events:none}
.fs-branch-diagram__lines line{stroke:var(--fs-black,#1a1a1a);stroke-width:1.3;vector-effect:non-scaling-stroke}
.fs-branch-diagram__center{position:absolute;left:50%;top:50%;z-index:2;width:25%;aspect-ratio:1;transform:translate(-50%,-50%);display:grid;place-items:center}
.fs-branch-diagram__center img{width:100%;height:100%;object-fit:contain;display:block}
.fs-branch-diagram__center-title{position:absolute;top:18%;left:50%;width:80%;transform:translateX(-50%);text-align:center;font-size:1.05rem;line-height:1.15;text-transform:uppercase;letter-spacing:.02em}
.fs-branch-diagram__node{position:absolute;z-index:2;display:grid;place-items:center;transform:translate(-50%,-50%);border:1px solid var(--fs-black,#1a1a1a);border-radius:50%;background:#e3e8ea;overflow:hidden;color:inherit;text-decoration:none;text-align:center}
.fs-branch-diagram__node img{width:100%;height:100%;object-fit:contain;display:block;padding:8%}
.fs-branch-diagram__node--main{width:13.5%;aspect-ratio:1}
.fs-branch-diagram__node--child{width:7.2%;aspect-ratio:1;background:#edf0f1}
.fs-branch-diagram__node span{padding:8px;font-size:.82rem;line-height:1.1}
.fs-branch-diagram__node[href]:hover,.fs-branch-diagram__node[href]:focus-visible{background:var(--fs-decouvrir,#7edb79);outline:2px solid var(--fs-black,#1a1a1a);outline-offset:3px}
.fs-branch-diagram__branch-label{position:absolute;z-index:3;transform:translate(-50%,-50%) rotate(var(--fs-branch-rotation,0deg));padding:2px 8px;background:#fff;font-size:.9rem;line-height:1;white-space:nowrap}
.fs-branch-diagram-mobile{display:none}
@media(max-width:700px){
  .fs-content-block--branch-diagram{margin:38px auto}
  .fs-branch-diagram{display:none}
  .fs-branch-diagram-mobile{display:block}
  .fs-branch-diagram-mobile__center{display:grid;justify-items:center;gap:10px;margin:0 auto 30px;text-align:center}
  .fs-branch-diagram-mobile__center img{width:min(220px,70vw);height:auto;object-fit:contain}
  .fs-branch-diagram-mobile__center strong{text-transform:uppercase}
  .fs-branch-diagram-mobile__branches{display:grid;gap:22px}
  .fs-branch-diagram-mobile__branch{padding:18px;border:1px solid var(--fs-black,#1a1a1a);border-radius:20px;text-align:center}
  .fs-branch-diagram-mobile__branch h3{margin:0 0 14px;font-size:1rem;font-weight:500}
  .fs-branch-diagram-mobile__main-image{width:120px;height:120px;margin:0 auto 16px;padding:8px;border:1px solid var(--fs-black,#1a1a1a);border-radius:50%;object-fit:contain;background:#e3e8ea}
  .fs-branch-diagram-mobile__children{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}
  .fs-branch-diagram-mobile__child{display:grid;justify-items:center;gap:6px;width:90px;font-size:.78rem}
  .fs-branch-diagram-mobile__child img{width:70px;height:70px;padding:6px;border:1px solid var(--fs-black,#1a1a1a);border-radius:50%;object-fit:contain;background:#edf0f1}
}
