:root {
      --fs-green:       #18753c;
      --fs-green-light: #b8fec9;
      --fs-green-bg:    #dffee8;
      --fs-brown:       #7a4f2d;
      --fs-brown-light: #f5e9dc;
      --fs-sand:        #f5f0e8;
      --fs-sand-2:      #ede8de;
      --fs-blue:        #000091;
      --fs-blue-light:  #e8e8f8;
      --fs-text:        #1e1e1e;
      --fs-text-muted:  #555555;
      --fs-border:      #dddddd;
      --fs-white:       #ffffff;
      --h-o: #c8a96e;
      --h-a: #8b6340;
      --h-b: #c4813a;
      --h-c: #d4b483;
      --h-r: #a89070;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { margin: 0; font-family: Marianne, "Luciole", arial, sans-serif; background: var(--fs-white); color: var(--fs-text); overflow-x: hidden; }
    section { scroll-margin-top: 5rem; }

    /* ── HEADER ── */
    .fs-header { background: var(--fs-white); position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 6px rgba(0,0,0,.07); }
    .fs-header__inner { max-width: 1248px; margin: 0 auto; padding: 0 1.5rem; height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
    .fs-header__brand, .fs-header__brand:link, .fs-header__brand:visited, .fs-header__brand:hover, .fs-header__brand:focus, .fs-header__brand:active { display: flex; align-items: center; gap: 1.25rem; text-decoration: none !important; border: none !important; border-bottom: none !important; box-shadow: none !important; background-image: none !important; color: var(--fs-text); }
    .fs-header__marianne { display: flex; flex-direction: column; align-items: center; border-right: 1px solid #ccc; padding-right: 1.25rem; }
    .fs-header__tricolor { display: flex; width: 36px; height: 5px; border-radius: 2px; overflow: hidden; margin-bottom: 4px; }
    .fs-header__tricolor span { flex: 1; }
    .fs-header__ministry { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; line-height: 1.3; text-align: center; color: var(--fs-text); max-width: 130px; }
    .fs-header__logo-mark { width: 40px; height: 40px; border-radius: 8px; background: var(--fs-green); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .fs-header__product-name { font-size: .92rem; font-weight: 800; letter-spacing: -.01em; line-height: 1.15; max-width: none; margin: 0 0 .25rem 0; white-space: nowrap; }
    .fs-header__product-tagline { font-size: .7rem; color: var(--fs-text-muted); font-weight: 500; margin: 0; white-space: nowrap; }
    .fs-header__nav { display: flex; align-items: center; gap: 1.75rem; font-size: .82rem; font-weight: 600; }
    .fs-header__nav a, .fs-header__nav a:link, .fs-header__nav a:visited, .fs-header__nav a:hover, .fs-header__nav a:focus, .fs-header__nav a:active { color: var(--fs-text); text-decoration: none !important; border: none !important; border-bottom: none !important; box-shadow: none !important; background-image: none !important; }
    .fs-header__nav a:hover { color: var(--fs-green); }
    .fs-header__actions { display: flex; align-items: center; gap: .75rem; }
    .fs-header__nav, .fs-header__actions { flex-shrink: 0; }
    .fs-header__nav a, .fs-header__actions .btn-primary { white-space: nowrap; }
    .horizon-strip { height: 6px; display: flex; }
    .horizon-strip span { flex: 1; }

    /* ── BOUTONS ── */
    .btn-primary, .btn-primary:link, .btn-primary:visited { display: inline-flex; align-items: center; gap: .4rem; background: var(--fs-blue); color: #fff !important; font-size: .82rem; font-weight: 700; padding: .6rem 1.1rem; text-decoration: none !important; border: none; cursor: pointer; transition: background .15s ease, box-shadow .15s ease, transform .15s ease; font-family: inherit; background-image: none !important; box-shadow: none; }
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active { background: #1212ff; color: #fff !important; text-decoration: none !important; background-image: none !important; box-shadow: 0 4px 12px rgba(0,0,145,.22); transform: translateY(-1px); }
    .btn-primary:focus-visible { outline: 3px solid var(--fs-green-light); outline-offset: 2px; }
    .btn-secondary { display: inline-flex; align-items: center; gap: .4rem; background: transparent; color: var(--fs-blue); font-size: .82rem; font-weight: 700; padding: .58rem 1.1rem; border: 2px solid var(--fs-blue); cursor: pointer; transition: background .15s ease; font-family: inherit; text-decoration: none; }
    .btn-secondary:hover { background: var(--fs-blue-light); }
    .btn-ghost { background: none; border: none; font-size: .82rem; font-weight: 600; color: var(--fs-text); cursor: pointer; font-family: inherit; padding: .5rem .75rem; }
    .btn-ghost:hover { color: var(--fs-green); }
    .btn-white { display: inline-flex; align-items: center; gap: .4rem; background: #fff; color: var(--fs-green); font-size: .9rem; font-weight: 800; padding: .75rem 1.5rem; text-decoration: none; border: none; cursor: pointer; font-family: inherit; transition: background .15s; }
    .btn-white:hover { background: #f0f0f0; }
    .btn-outline-white { display: inline-flex; align-items: center; gap: .4rem; background: transparent; color: #fff; font-size: .9rem; font-weight: 800; padding: .73rem 1.5rem; border: 2px solid rgba(255,255,255,.7); cursor: pointer; font-family: inherit; text-decoration: none; transition: border-color .15s, background .15s; }
    .btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: #fff; }

    /* ── HERO ── */
    .hero { background: linear-gradient(160deg, #f0f5ee 0%, #e8f2ee 40%, #eef2f8 100%); padding: 5rem 0 4rem; overflow: hidden; position: relative; }
    .hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 15% 50%, rgba(24,117,60,.06) 0%, transparent 55%), radial-gradient(circle at 85% 20%, rgba(0,0,145,.05) 0%, transparent 50%); pointer-events: none; }
    .hero__inner { max-width: 1248px; margin: 0 auto; padding: 0 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
    .hero__eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--fs-blue); margin-bottom: 1.25rem; }
    .hero__eyebrow::before { content: ''; width: 24px; height: 3px; background: var(--fs-blue); display: inline-block; flex-shrink: 0; align-self: center; }
    .hero__title { font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 800; line-height: 1.08; letter-spacing: -.025em; color: var(--fs-text); margin: 0 0 1.25rem; }
    .hero__title em { font-style: normal; color: var(--fs-green); }
    .hero__desc { font-size: 1.05rem; line-height: 1.7; color: var(--fs-text-muted); max-width: 520px; margin-bottom: 2rem; }
    .hero__cta-row { display: flex; flex-wrap: wrap; gap: .75rem; }
    .hero__stats { display: flex; gap: 2rem; margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid rgba(0,0,0,.08); }
    .hero__stat-value { font-size: 1.6rem; font-weight: 800; color: var(--fs-green); line-height: 1; }
    .hero__stat-label { font-size: .72rem; color: var(--fs-text-muted); margin-top: .25rem; font-weight: 500; }
    .hero__map-container { position: relative; display: flex; align-items: center; justify-content: flex-end; }
    .hero__map-card { background: var(--fs-white); border: 1px solid var(--fs-border); border-radius: 16px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,.10), 0 4px 16px rgba(0,0,0,.06); width: 100%; max-width: 520px; }
    .hero__map-toolbar { background: #f8f8f8; border-bottom: 1px solid var(--fs-border); padding: .75rem 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
    .hero__map-dots { display: flex; gap: 5px; }
    .hero__map-dots span { width: 10px; height: 10px; border-radius: 50%; }
    .hero__map-url { flex: 1; background: #fff; border: 1px solid #ddd; border-radius: 20px; padding: .3rem .75rem; font-size: .72rem; color: #666; display: flex; align-items: center; gap: .4rem; }
    .hero__map-body { display: grid; grid-template-columns: 140px 1fr; }
    .hero__map-layers { border-right: 1px solid #eee; padding: .875rem; background: #fff; font-size: .72rem; }
    .hero__map-layers-title { font-weight: 800; text-transform: uppercase; font-size: .62rem; letter-spacing: .08em; color: #888; margin-bottom: .6rem; }
    .layer-item { padding: .4rem .5rem; border-radius: 5px; margin-bottom: .3rem; font-weight: 600; cursor: pointer; transition: background .15s; }
    .layer-item--active { background: #e8f2ee; color: var(--fs-green); }
    .layer-item--inactive { color: #999; }
    .hero__map-legend { padding: .5rem .875rem; border-top: 1px solid #eee; display: grid; grid-template-columns: 1fr 1fr; gap: .3rem; background: #fff; }
    .legend-item { display: flex; align-items: center; gap: .35rem; font-size: .65rem; color: #555; }
    .legend-dot { width: 10px; height: 10px; border-radius: 2px; flex-shrink: 0; }
    .map-tooltip { position: absolute; bottom: 56px; right: 16px; background: #fff; border: 1px solid #eee; border-radius: 10px; padding: .75rem 1rem; font-size: .72rem; box-shadow: 0 8px 24px rgba(0,0,0,.12); z-index: 10; pointer-events: none; animation: tooltipFloat 4s ease-in-out infinite; }
    .map-tooltip__title { font-weight: 800; color: var(--fs-text); margin-bottom: .2rem; }
    .map-tooltip__line { color: #666; }
    @keyframes tooltipFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }

    /* ── SECTION GÉNÉRIQUE ── */
    .section { padding: 5rem 0; }
    .section--sand { background: var(--fs-sand); }
    .section--white { background: var(--fs-white); }
    .section__inner { max-width: 1248px; margin: 0 auto; padding: 0 1.5rem; }
    .section__eyebrow { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--fs-blue); margin-bottom: .75rem; display: flex; align-items: center; gap: .5rem; }
    .section__eyebrow::before { content: ''; width: 18px; height: 2px; background: currentColor; display: inline-block; flex-shrink: 0; align-self: center; }
    .section__title { font-size: clamp(1.9rem, 3.5vw, 2.75rem); font-weight: 800; line-height: 1.1; letter-spacing: -.02em; margin: 0 0 1rem; }
    .section__lead { font-size: 1.05rem; line-height: 1.7; color: var(--fs-text-muted); max-width: 580px; }
    .section__header { margin-bottom: 3rem; }

    /* ── FRISE TRANSFORMATION ── */
    .transform-strip { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.5rem; margin-bottom: 3.5rem; background: var(--fs-white); border: 1px solid var(--fs-border); padding: 2rem; }
    .transform-side { display: flex; flex-direction: column; gap: .75rem; }
    .transform-side--before .transform-label { font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: #c5292a; }
    .transform-side--after .transform-label { font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--fs-green); }
    .transform-items { display: flex; flex-direction: column; gap: .5rem; }
    .transform-item { display: flex; align-items: center; gap: .6rem; font-size: .85rem; color: var(--fs-text-muted); }
    .transform-item--before::before { content: '✕'; color: #c5292a; font-weight: 800; font-size: .75rem; flex-shrink: 0; }
    .transform-item--after::before { content: '✓'; color: var(--fs-green); font-weight: 800; font-size: .75rem; flex-shrink: 0; }
    .transform-arrow { display: flex; flex-direction: column; align-items: center; gap: .4rem; }
    .transform-arrow__icon { width: 48px; height: 48px; background: var(--fs-green); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
    .transform-arrow__label { font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--fs-green); text-align: center; }

    /* ── CARDS SERVICES ── */
    .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
    .service-card { background: var(--fs-white); border: 1px solid var(--fs-border); padding: 2rem 1.75rem; transition: box-shadow .2s ease, transform .2s ease; }
    .service-card:hover { box-shadow: 0 12px 32px rgba(0,0,0,.09); transform: translateY(-3px); }
    .service-card__icon { width: 52px; height: 52px; margin-bottom: 1.25rem; }
    .service-card__title { font-size: 1.1rem; font-weight: 800; margin: 0 0 .6rem; }
    .service-card__text { font-size: .88rem; line-height: 1.65; color: var(--fs-text-muted); margin: 0; }

    /* ── CAS D'USAGE (carousel) ── */
    .usages-carousel { position: relative; }
    .usage-slides { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
    .usage-card { background: var(--fs-white); border: 1px solid var(--fs-border); overflow: hidden; display: flex; flex-direction: column; }
    .usage-card__img { height: 160px; overflow: hidden; position: relative; }
    .usage-card__img-inner { width: 100%; height: 100%; object-fit: cover; }
    /* SVG illustrations en remplacement des photos */
    .usage-card__illus { width: 100%; height: 160px; display: block; }
    .usage-card__header { padding: 1.25rem 1.5rem 1rem; }
    .usage-card__profile { font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--fs-blue); margin-bottom: .3rem; }
    .usage-card__title { font-size: 1.05rem; font-weight: 800; margin: 0; }
    .usage-card__body { padding: 0 1.5rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
    .usage-card__lead { font-size: .85rem; color: var(--fs-text-muted); margin-bottom: 1rem; line-height: 1.6; }
    .usage-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .6rem; }
    .usage-list li { font-size: .82rem; line-height: 1.55; color: var(--fs-text); padding-left: 1.25rem; position: relative; }
    .usage-list li::before { content: ''; position: absolute; left: 0; top: .45em; width: 7px; height: 7px; background: var(--fs-green); border-radius: 50%; }
    .usages-note { margin-top: 1.5rem; font-size: .82rem; color: var(--fs-text-muted); font-style: italic; text-align: center; }

    /* ── DONNÉES ── */
    .data-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-bottom: 2rem; }
    .data-card { background: var(--fs-white); border: 1px solid var(--fs-border); padding: 1.75rem; }
    .data-card__header { display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; }
    .data-card__icon-wrap { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .data-card__title { font-size: 1rem; font-weight: 800; margin: 0; }
    .data-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .875rem; }
    .tag { font-size: .68rem; font-weight: 700; padding: .2rem .55rem; background: var(--fs-sand); color: var(--fs-brown); border: 1px solid var(--fs-sand-2); }
    .data-card__usage { font-size: .8rem; color: var(--fs-text-muted); line-height: 1.5; }
    .data-cta-banner { background: var(--fs-blue); padding: 1.75rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
    .data-cta-banner__text p:first-child { font-size: .95rem; font-weight: 800; color: #fff; margin: 0 0 .25rem; }
    .data-cta-banner__text p:last-child { font-size: .82rem; color: rgba(255,255,255,.7); margin: 0; }

    /* ── PARTENAIRES ── */
    .partner-group-label { font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: #888; margin-bottom: .875rem; }
    .partner-group-title { font-size: 1.15rem; font-weight: 800; margin-bottom: 1.5rem; }
    .logo-grid { display: grid; border-top: 1px solid var(--fs-border); border-left: 1px solid var(--fs-border); margin-bottom: 2.5rem; }
    .logo-grid--6 { grid-template-columns: repeat(6, 1fr); }
    .logo-grid--4 { grid-template-columns: repeat(4, 1fr); }
    .logo-tile { border-right: 1px solid var(--fs-border); border-bottom: 1px solid var(--fs-border); min-height: 112px; display: flex; align-items: center; justify-content: center; padding: 1.25rem; background: var(--fs-white); transition: background .15s ease; text-decoration: none; }
    .logo-tile:hover { background: var(--fs-sand); }
    .logo-tile img { width: 170px; height: 64px; object-fit: contain; filter: grayscale(1); opacity: .78; transition: filter .2s, opacity .2s; }
    .logo-tile:hover img { filter: none; opacity: 1; }
    /* Logo placeholder SVG */
    .logo-placeholder { font-size: .8rem; font-weight: 800; color: #aaa; text-align: center; }

    /* ── ENCART DONNÉES À SOUMETTRE ── */
    .submit-banner { background: var(--fs-green-bg); border: 1px solid var(--fs-green-light); padding: 2rem 2.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; margin-top: 2.5rem; }
    .submit-banner__text p:first-child { font-size: 1rem; font-weight: 800; color: var(--fs-green); margin: 0 0 .3rem; }
    .submit-banner__text p:last-child { font-size: .85rem; color: var(--fs-text-muted); margin: 0; }
    .btn-green { display: inline-flex; align-items: center; gap: .4rem; background: var(--fs-green); color: #fff; font-size: .88rem; font-weight: 700; padding: .7rem 1.4rem; text-decoration: none; border: none; cursor: pointer; font-family: inherit; transition: background .15s; }
    .btn-green:hover { background: #0f5f2d; }

    /* ── CTA FINAL ── */
    .cta-section { background: var(--fs-green); padding: 5rem 0; }
    .cta-section__inner { max-width: 700px; margin: 0 auto; padding: 0 1.5rem; text-align: center; }
    .cta-section__title { font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 800; color: #fff; line-height: 1.15; margin: 0 0 1rem; }
    .cta-section__text { font-size: 1.05rem; color: rgba(255,255,255,.82); line-height: 1.65; margin-bottom: 2rem; }
    .cta-section__buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: .75rem; }
    .cta-section__note { margin-top: 1.5rem; font-size: .8rem; color: rgba(255,255,255,.55); }

    /* ── FOOTER ── */
    footer { background: #1a1a1a; color: #ccc; padding: 3rem 0 2rem; }
    .footer-inner { max-width: 1248px; margin: 0 auto; padding: 0 1.5rem; }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; margin-bottom: 2.5rem; }
    .footer-brand { font-size: 1.05rem; font-weight: 800; color: #fff; margin-bottom: .5rem; }
    .footer-desc { font-size: .82rem; line-height: 1.6; color: #888; }
    .footer-col-title { font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: #fff; margin-bottom: .75rem; }
    .footer-col a { display: block; font-size: .82rem; color: #888; text-decoration: none; margin-bottom: .4rem; }
    .footer-col a:hover { color: #fff; }
    .footer-bottom { border-top: 1px solid #333; padding-top: 1.25rem; font-size: .75rem; color: #666; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .5rem; }
    .footer-rf { display: flex; align-items: center; gap: .75rem; }
    .footer-rf-flag { display: flex; width: 28px; height: 18px; border-radius: 2px; overflow: hidden; }
    .footer-rf-flag span { flex: 1; }

    /* ── REVEAL ── */
    .reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }

    /* ── RESPONSIVE ── */
    @media (max-width: 1023px) {
      .hero__inner { grid-template-columns: 1fr; gap: 2.5rem; }
      .hero__map-container { justify-content: center; }
      .services-grid { grid-template-columns: 1fr 1fr; }
      .usage-slides { grid-template-columns: 1fr; }
      .data-grid { grid-template-columns: 1fr; }
      .logo-grid--6 { grid-template-columns: repeat(3, 1fr); }
      .logo-grid--4 { grid-template-columns: repeat(2, 1fr); }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .transform-strip { grid-template-columns: 1fr; }
      .transform-arrow { display: none; }
    }
    @media (max-width: 767px) {
      .fs-header__marianne { display: none; }
      .fs-header__nav { display: none; }
      .hero { padding: 3rem 0; }
      .section { padding: 3rem 0; }
      .services-grid { grid-template-columns: 1fr; }
      .logo-grid--6 { grid-template-columns: repeat(2, 1fr); }
      .logo-grid--4 { grid-template-columns: repeat(2, 1fr); }
      .footer-grid { grid-template-columns: 1fr; }
      .hero__stats { gap: 1.25rem; }
      .hero__map-body { grid-template-columns: 1fr; }
      .hero__map-layers { display: none; }
      .data-cta-banner { flex-direction: column; align-items: flex-start; }
      .submit-banner { flex-direction: column; align-items: flex-start; }
    }
    @media (max-width: 480px) {
      .hero__cta-row { flex-direction: column; }
      .hero__cta-row .btn-primary, .hero__cta-row .btn-secondary { width: 100%; justify-content: center; }
    }

/* Correction : supprime uniquement le pictogramme lien externe DSFR sur les tuiles logos.
   Les logos restent cliquables, mais sans le petit trait/icône en bout de bandeau. */
.logo-tile,
.logo-tile:link,
.logo-tile:visited,
.logo-tile:hover,
.logo-tile:focus,
.logo-tile:active {
  background-image: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.logo-tile::after,
.logo-tile::before,
a.logo-tile[target="_blank"]::after,
a.logo-tile[target="_blank"]::before {
  content: none !important;
  display: none !important;
}

/* Correction CTA navbar : conserve le texte lisible au survol. */
.fs-header__actions .btn-primary,
.fs-header__actions .btn-primary:link,
.fs-header__actions .btn-primary:visited,
.fs-header__actions .btn-primary:hover,
.fs-header__actions .btn-primary:focus,
.fs-header__actions .btn-primary:active {
  background-image: none !important;
  color: #fff !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

.fs-header__actions .btn-primary:hover,
.fs-header__actions .btn-primary:focus {
  background-color: #0000c8 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 145, .22) !important;
  transform: translateY(-1px);
}

.fs-header__actions .btn-primary svg,
.fs-header__actions .btn-primary:hover svg,
.fs-header__actions .btn-primary:focus svg {
  color: #fff !important;
  stroke: currentColor !important;
  opacity: 1 !important;
}

/* Harmonisation des effets de survol sur tous les boutons.
   Objectif : aucun texte ne disparait, effet discret et coherent. */
.btn-primary,
.btn-secondary,
.btn-white,
.btn-outline-white,
.btn-green,
.btn-ghost {
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
  text-decoration: none !important;
  background-image: none !important;
  opacity: 1 !important;
}

.btn-primary,
.btn-primary:link,
.btn-primary:visited,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff !important;
  opacity: 1 !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0000c8 !important;
  box-shadow: 0 6px 16px rgba(0, 0, 145, .18) !important;
  transform: translateY(-1px);
}

.btn-secondary,
.btn-secondary:link,
.btn-secondary:visited,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: var(--fs-blue) !important;
  opacity: 1 !important;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: rgba(0, 0, 145, .06) !important;
  border-color: var(--fs-blue) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 145, .10) !important;
  transform: translateY(-1px);
}

.btn-white,
.btn-white:link,
.btn-white:visited,
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: var(--fs-blue) !important;
  opacity: 1 !important;
}

.btn-white:hover,
.btn-white:focus {
  background-color: #f5f5f5 !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .14) !important;
  transform: translateY(-1px);
}

.btn-outline-white,
.btn-outline-white:link,
.btn-outline-white:visited,
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active {
  color: #fff !important;
  opacity: 1 !important;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
  background-color: rgba(255, 255, 255, .12) !important;
  border-color: #fff !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .14) !important;
  transform: translateY(-1px);
}

.btn-green,
.btn-green:link,
.btn-green:visited,
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
  color: #fff !important;
  opacity: 1 !important;
}

.btn-green:hover,
.btn-green:focus {
  background-color: #146a36 !important;
  box-shadow: 0 6px 16px rgba(24, 117, 60, .18) !important;
  transform: translateY(-1px);
}

.btn-ghost,
.btn-ghost:link,
.btn-ghost:visited,
.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost:active {
  color: var(--fs-text) !important;
  opacity: 1 !important;
}

.btn-ghost:hover,
.btn-ghost:focus {
  color: var(--fs-green) !important;
  background-color: rgba(24, 117, 60, .06) !important;
}

.btn-primary svg,
.btn-primary:hover svg,
.btn-primary:focus svg,
.btn-secondary svg,
.btn-secondary:hover svg,
.btn-secondary:focus svg,
.btn-white svg,
.btn-white:hover svg,
.btn-white:focus svg,
.btn-outline-white svg,
.btn-outline-white:hover svg,
.btn-outline-white:focus svg,
.btn-green svg,
.btn-green:hover svg,
.btn-green:focus svg {
  color: currentColor !important;
  stroke: currentColor !important;
  opacity: 1 !important;
}
