@font-face {
  font-family: "Gotham";
  src: url("https://soutenir-ihu-liryc.serveurprod.com/assets/fonts/Gotham-Thin.eot");
  src:
    url("https://soutenir-ihu-liryc.serveurprod.com/assets/fonts/Gotham-Thin.eot?#iefix")
      format("embedded-opentype"),
    url("https://soutenir-ihu-liryc.serveurprod.com/assets/fonts/Gotham-Thin.woff2")
      format("woff2"),
    url("https://soutenir-ihu-liryc.serveurprod.com/assets/fonts/Gotham-Thin.woff")
      format("woff"),
    url("https://soutenir-ihu-liryc.serveurprod.com/assets/fonts/Gotham-Thin.ttf")
      format("truetype"),
    url("https://soutenir-ihu-liryc.serveurprod.com/assets/fonts/Gotham-Thin.svg#GothamThin")
      format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("https://soutenir-ihu-liryc.serveurprod.com/assets/fonts/Gotham-Medium.eot");
  src:
    url("https://soutenir-ihu-liryc.serveurprod.com/assets/fonts/Gotham-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("https://soutenir-ihu-liryc.serveurprod.com/assets/fonts/Gotham-Medium.woff2")
      format("woff2"),
    url("https://soutenir-ihu-liryc.serveurprod.com/assets/fonts/Gotham-Medium.woff")
      format("woff"),
    url("https://soutenir-ihu-liryc.serveurprod.com/assets/fonts/Gotham-Medium.ttf")
      format("truetype"),
    url("https://soutenir-ihu-liryc.serveurprod.com/assets/fonts/Gotham-Medium.svg#GothamMedium")
      format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("https://soutenir-ihu-liryc.serveurprod.com/assets/fonts/Gotham-Black.eot");
  src:
    url("https://soutenir-ihu-liryc.serveurprod.com/assets/fonts/Gotham-Black.eot?#iefix")
      format("embedded-opentype"),
    url("https://soutenir-ihu-liryc.serveurprod.com/assets/fonts/Gotham-Black.woff2")
      format("woff2"),
    url("https://soutenir-ihu-liryc.serveurprod.com/assets/fonts/Gotham-Black.woff")
      format("woff"),
    url("https://soutenir-ihu-liryc.serveurprod.com/assets/fonts/Gotham-Black.ttf")
      format("truetype"),
    url("https://soutenir-ihu-liryc.serveurprod.com/assets/fonts/Gotham-Black.svg#GothamBlack")
      format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-bg: #f7f8f3;
  --color-white: #ffffff;
  --color-text: #086d84;
  --color-muted: #47bad4;
  --color-primary: #56d5ff;
  --color-primary-ink: #042a35;
  --color-border: rgb(11 109 132 / 20%);
  --color-accent: #cb1753;
  --font-family: "Gotham", sans-serif !important;
  --fw-normal: 400;
  --fw-medium: 500;
  --fw-bold: 600;
  --text-sm: clamp(0.875rem, 0.82rem + 0.2vw, 1rem); /* 14px -> 16px */
  --text-base: clamp(1rem, 0.92rem + 0.3vw, 1.125rem); /* 16px -> 18px */
  --text-lg: clamp(1.125rem, 1rem + 0.6vw, 1.3rem); /* 18px -> 20.8px */
  --text-xl: clamp(22px, 1.1rem + 1.6vw, 2.1rem); /* 25.6px -> 48px */
  --text-2xl: clamp(2.6rem, 1.4rem + 4vw, 5.5rem); /* 41.6px -> 88px */
  --text-number: clamp(2.1875rem, 1.5rem + 2.2vw, 4.6875rem); /* 35px -> 75px */
  --lh-tight: 1.06;
  --lh-normal: 1.5;
  --lh-relaxed: 1.7;
  --ls-heading: -0.03em;
  --space-1: clamp(0.5rem, 0.4rem + 0.3vw, 0.75rem); /* 8px -> 12px */
  --space-2: clamp(0.75rem, 0.6rem + 0.4vw, 1rem); /* 12px -> 16px */
  --space-3: clamp(1rem, 0.8rem + 0.6vw, 1.5rem); /* 16px -> 24px */
  --space-4: clamp(1.5rem, 1.1rem + 1vw, 2.25rem); /* 24px -> 36px */
  --space-5: clamp(2rem, 1.5rem + 1.8vw, 3.5rem); /* 32px -> 56px */
  --space-6: clamp(3rem, 2rem + 3vw, 6rem); /* 48px -> 96px */
  --container-max: 1200px; /* 1200px */
  --container-pad: clamp(1rem, 2vw, 2rem); /* 16px -> 32px */
  --section-space: clamp(2.5rem, 6vw, 6rem); /* 40px -> 96px */
  --radius-md: 20px; /* 16px */
  --radius-lg: 24px; /* 24px */
  --shadow-md: 0 20px 50px rgba(1, 18, 25, 0.18);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0 !important;
  min-height: 100vh;
  font-family: var(--font-family) !important;
  font-size: var(--text-base);
  font-weight: var(--fw-normal);
  line-height: var(--lh-normal);
  color: var(--color-text);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

body h2 {
  font-size: var(--text-xl);
  font-family: var(--font-family) !important;
}

.hero-page {
  min-height: 100vh;
}

.section-Banner {
  position: relative;
  height: 100vh;
  overflow: clip;
  background: #c9d7dc;
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* gap: clamp(6rem, 8vw, 14rem); */
  background-image: url(https://cdn.iraiser.eu/elAyvF4LCHSbdfsCNGZGbQ==/default/origin/Visuel.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  &::after {
    content: "";
    background-image: url(https://cdn.iraiser.eu/elAyvF4LCHSbdfsCNGZGbQ==/default/origin/degrade.png);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 610px;
  }
}

.div-bg {
  /* position: relative; */
  margin-top: 5% !important;
  position: absolute;
  bottom: 15rem;
  left: 0;
  right: 0;
}

.banner-media,
.banner-overlay {
  position: absolute;
  inset: 0;
}

.banner-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(0.96) brightness(0.92);
  transform: scale(1.02);
  user-select: none;
  pointer-events: none;
}

.banner-overlay {
  background:
    linear-gradient(
      180deg,
      rgba(6, 36, 46, 0.42) 0%,
      rgba(6, 36, 46, 0.1) 26%,
      rgba(6, 36, 46, 0.38) 100%
    ),
    linear-gradient(
      90deg,
      rgba(6, 36, 46, 0.78) 0%,
      rgba(6, 36, 46, 0.26) 32%,
      rgba(6, 36, 46, 0.08) 58%,
      rgba(6, 36, 46, 0.18) 100%
    );
}

.div-head,
.rows-banner,
.sections-header {
  position: relative;
  z-index: 2;
}
.sections-header .rows {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.div-head {
  padding: clamp(1rem, 1.8vw, 1.5rem) clamp(1rem, 2vw, 2rem) 0 !important;
  width: min(1574px, calc(100vw - 16px));
  max-width: 100%;
  margin: 0 auto !important;
}

.div-log {
  display: flex;
  align-items: center;
  gap: clamp(0.85rem, 1.6vw, 1.4rem);
  width: fit-content;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.18));
  max-width: 100%;
}

.img-logo {
  width: min(200px, 27vw);
}

.img-badge {
  width: min(250px, 21vw);
}

.rows-banner {
  width: min(100%, 1320px);
  max-width: 100%;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 15px 2rem 15px !important;
  text-align: center;
  gap: clamp(1rem, 1.8vw, 2rem);
  background-image: url(https://cdn.iraiser.eu/elAyvF4LCHSbdfsCNGZGbQ==/default/origin/bg-text.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.div-caption {
  max-width: 980px;
  text-wrap: balance;
}

/* .div-txt {
  display: grid;
  justify-items: center;
  gap: clamp(0.9rem, 1.4vw, 1.25rem);
} */

.label-caption {
  color: var(--color-white);
  font-size: clamp(0.95rem, 0.65rem + 1.4vw, 1.58rem) !important;
  font-weight: var(--fw-bold);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 2px;
  margin-bottom: 15px !important;
}

.label-caption span {
  display: inline-block;
  background: var(--color-accent);
  margin: 0 !important;
  padding: 0.16em 0.4em !important;
  font-family: var(--font-family) !important;
}

.titel-caption {
  margin: 0 !important;
  max-width: 100%;
  font-size: var(--text-xl);
  font-weight: bold;
  line-height: 1.07;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--color-surface);
  text-shadow: 0 10px 28px rgba(8, 31, 40, 0.18);
  font-family: var(--font-family);
}

.titel-caption span {
  display: inline-block;
  font-family: var(--font-family) !important;
}

.titel-caption--accent {
  color: var(--color-primary);
  text-shadow: 0 10px 30px rgba(86, 213, 255, 0.14);
}

.caption-copy {
  max-width: 780px;
  font-size: var(--text-base);
  font-weight: bold;
  line-height: 1.4;
  color: var(--color-muted);
  text-shadow: 0 6px 18px rgba(8, 31, 40, 0.18);
  p {
    margin: 0 !important;
    color: var(--color-white);
  }
}

.div-video {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem !important;
}

.btn-video {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem 1.4rem !important;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  color: var(--color-white);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.btn-video:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.48);
}

.btn-video__icon {
  position: relative;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
  flex: 0 0 auto;
}

.btn-video__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-38%, -50%);
  border-top: 0.42rem solid transparent;
  border-bottom: 0.42rem solid transparent;
  border-left: 0.7rem solid #ffffff;
}

.sections-header {
  z-index: 20;
  width: min(1574px, calc(100vw - 16px));
  /* position: fixed; */
  bottom: 30px;
  margin: 0 auto !important;
  right: 0;
  left: 0;
}
/* 
.sections-header.is-stuck {
  top: 0;
  padding-top: 10px !important;
} */

.rows {
  position: relative;
  width: min(1500px, calc(100vw - 40px));
  max-width: 100%;
  margin: 0 auto !important;
}

/* .don-type-switch {
  position: absolute;
  top: 0;
  right: min(12%, 150px);
  display: inline-flex;
  align-items: flex-end;
  gap: 10px;
  z-index: 1;
} */

.switch-chip {
  border: 0;
  border-radius: 10px 10px 0 0;
  padding: 12px 28px 16px !important;
  background: #0a6882;
  color: #fff;
  font: inherit;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease;
  padding: 10px 25px !important;
}

.switch-chip.is-active {
  background: #ffff;
  color: #0a6882;
  box-shadow: none;
}

.donation-bar {
  display: none;
  grid-template-columns: 108px minmax(0, 1fr) 300px;
  align-items: center;
  gap: 18px;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 20px;
  padding: 14px 24px 14px 28px !important;
  color: #0d7c9b;
  backdrop-filter: blur(10px);
}

.donation-bar.is-active {
  display: grid;
}

.intro-copy {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0d7c9b;
  font-weight: bold;
}

.donation-controls {
  min-width: 0;
}

.amount-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
}

.amount-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amount-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.amount-label,
.amount-input-wrap {
  width: 100%;
  min-height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 25px;
  font-family: var(--font-family) !important;
  letter-spacing: 0.02em;
  color: #0d7c9b;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.amount-label {
  cursor: pointer;
  padding: 10px 14px !important;
  font-weight: bold !important;
}

.amount-label::before {
  content: "";
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  border: 7px solid #d9edf5;
  background: #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  transition:
    border-color 180ms ease,
    background 180ms ease;
}

.amount-option input:checked + .amount-label {
  color: #da145f;
}

.amount-option input:checked + .amount-label::before {
  border-color: #dfe4e8;
  background: radial-gradient(
    circle at center,
    #da145f 0 38%,
    transparent 39% 100%
  );
}

.amount-option:hover .amount-label,
.amount-input-wrap:focus-within,
.cta-button:hover {
  transform: translateY(-1px);
}

.amount-input-wrap {
  background: #f2f4f5;
  padding: 0 18px !important;
  justify-content: flex-start;
}

.amount-input {
  width: 100% !important;
  border: 0 !important;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 18px !important;
  color: #0d7c9b;
  text-align: center;
}

.amount-input::placeholder {
  color: #0d7c9b !important;
  opacity: 1;
}

.donation-meta {
  margin-top: 4px !important;
  margin-bottom: unset !important;
  text-align: left;
  font-size: 1rem;
  color: #0d7c9b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.meta-value {
  font-weight: 700;
}

.cta-button {
  border-radius: 999px;
  background: var(--color-accent);
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 300px;
  max-width: 100%;
  padding: 12px 22px !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: var(--text-base);
  font-weight: bold;
  transition: transform 180ms ease;
}
.cta-button .cta-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.cta-icon {
  font-size: 26px;
  line-height: 1;
}
.cta-button:hover .cta-icon,
.cta-button:focus .cta-icon,
.cta-button:active .cta-icon {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
[data-animate] {
  will-change: transform, opacity;
  backface-visibility: hidden;
}

/*************************************section 1*************************************/
section:not(.section-Banner) {
  padding: 3% 0px !important;
}
.section-s1 {
  .rows.content-rows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(1rem, 2vw, 2rem);
    margin: 0 auto !important;
  }

  .rows.content {
    gap: 2rem;
    margin: 0 auto !important;
  }

  .col-right.col-media {
    width: 50%;
    position: relative;
    .content-media,
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 20px;
      overflow: hidden;
    }
    .div-title {
      margin-top: -56px !important;
      margin-bottom: 15px !important;
    }
    h3 {
      font-size: var(--text-lg);
      font-weight: bold;
      span {
        display: inline-block;
        background: var(--color-muted);
        margin: 0 !important;
        padding: 0.16em 0.4em !important;
      }
    }
  }

  .col-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    gap: 2rem;
    padding-right: 5% !important;
    p {
      color: var(--color-text);
      font-size: var(--text-base);

      &.mb-3 {
        margin-bottom: 0.75rem !important;
      }
      &.mb-5 {
        margin-bottom: 1.25rem !important;
      }
    }
  }
  .content-text {
    width: calc(100% - 70px);
    max-width: 100%;
    margin: 0 auto !important;
    background: rgb(8 109 132 / 90%);
    color: #fff;
    padding: 35px 20px 40px 25px !important;
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    border-radius: 20px;
    .s1-benefits {
      margin: 0 !important;
      padding: 0 !important;
      list-style: none;
      display: grid;
      grid-template-columns: 1fr;
      gap: 0.6rem 1.2rem;
    }

    .s1-benefits li {
      font-size: var(--text-base);
      font-weight: 400;
      line-height: 1.35;
      color: #ffffff;
      padding-left: 1.1em !important;
      padding-top: unset !important;
      position: relative;
      text-align: left;
    }

    .s1-benefits li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.45em;
      width: 0.45em;
      height: 0.45em;
      border-radius: 50%;
      background: var(--color-primary);
    }
  }
}

.section-s2 {
  background: rgb(71 186 212 / 20%);
  padding: clamp(2rem, 5vw, 4rem) 0 clamp(1.2rem, 3vw, 2rem) !important;
  .s2-rows {
    width: min(1700px, calc(100vw - 40px));
    margin: 0 auto !important;
    padding-top: 0 !important;
  }

  h2 {
    margin: 0 !important;
    text-align: center;
    color: #0a6f8b;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -0.01em;
  }

  .s2-grid {
    margin: 35px auto 0 auto !important;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 1.6vw, 2rem);
  }

  .s2-card {
    display: flex;
    gap: clamp(0.7rem, 1vw, 1rem);
  }

  .s2-card__icon {
    width: clamp(58px, 6.5vw, 128px) /* 42px -> 128px based on viewport width */;
    img {
      width: 100%;
      height: auto;
    }
  }

  .s2-card__content {
    width: calc(100% - 128px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    h3 {
      margin: 0 !important;
      display: grid;
      gap: 0.25rem;
      justify-items: start;

      span {
        display: inline-block;
        background: #0a6f8b;
        color: var(--color-white);
        font-size: var(--text-base);
        line-height: 1;
        padding: 0.18em 0.26em !important;
        text-transform: uppercase;
        font-weight: 700;
      }
    }
  }

  .s2-number,
  .s2-number p {
    color: #0a6f8b;
    text-transform: uppercase;
    font-size: var(--text-number);
    font-weight: bold;
    line-height: normal;
  }

  .s2-meta {
    margin: unset !important;
    color: #0a6f8b;
    font-size: clamp(1.35rem, 1rem + 0.8vw, 1.5rem); /* 21.6px -> 24px */
    line-height: 1.15;
    font-weight: 700;
  }

  .s2-footnote {
    margin: 35px auto 0 auto !important;
    width: 1500px;
    max-width: 100%;
    color: #0a6f8b;
    font-size: clamp(0.9rem, 0.82rem + 0.2vw, 1rem); /* 14px -> 18px */
    font-weight: 600;
  }
}

/*************************************section 3*************************************/
.section-s3 {
  padding: clamp(2.5rem, 5vw, 5rem) 0 !important;
}

.s3-container {
  width: min(1500px, calc(100vw - 40px));
  margin: 0 auto !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.5rem, 3vw, 3rem);
  background-color: #daf1f7;
  border-radius: var(--radius-md);
  padding: 15px !important;
}

.s3-col--left {
  display: flex;
  flex-direction: column;
  gap: clamp(0.9rem, 1.6vw, 1.4rem);
}

.s3-title {
  margin: 0 0 clamp(0.8rem, 1.4vw, 1.2rem) !important;
  line-height: 1.08;
  text-transform: uppercase;
}

.s3-body {
  margin: 0 !important;
  font-size: var(--text-base);
  font-weight: 700;
  line-height: 1.55;
  color: #0a6f8b;
}

.s3-col--right {
  background: #0a8fab;
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 2.5vw, 2.5rem) clamp(1.5rem, 2.5vw, 2.5rem)
    clamp(1.8rem, 3vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.8rem);
  color: #ffffff;
}

.s3-card-title {
  margin: 0 !important;
  font-size: clamp(1rem, 0.85rem + 0.6vw, 1.3rem);
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.s3-benefits {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem 1.2rem;
}

.s3-benefits li {
  font-size: var(--text-base);
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff;
  padding-left: 1.1em !important;
  position: relative;
}

.s3-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.45em;
  height: 0.45em;
  border-radius: 50%;
  background: var(--color-primary);
}

.s3-objective {
  background: rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  padding: clamp(0.9rem, 1.6vw, 1.4rem) clamp(1rem, 1.8vw, 1.6rem) !important;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.s3-objective__label {
  display: inline-block;
  background: var(--color-muted);
  color: #ffffff;
  font-size: clamp(0.8rem, 0.72rem + 0.3vw, 0.95rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.3em 0.9em !important;
  border-radius: 6px;
  align-self: flex-start;
}

.s3-objective__text {
  margin: 0 !important;
  font-size: var(--text-base);
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}

.s3-objective__text strong {
  font-size: clamp(1.4rem, 1rem + 1.5vw, 2.2rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.s3-cta {
  width: 100%;
  justify-content: center;
}

/* =====================================================================
   SECTION S4 – MANDARINE: Sauver le cœur des femmes après la ménopause
   Mobile-first • Accessible • Semantic
   ===================================================================== */
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.section-s4 {
  background: #ffffff;
  overflow: hidden;

  /* ---- Content: two-column flex ---- */
  .s4-content {
    display: flex;
    margin: 0 auto !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;

    /* ---- Left column ---- */
    .s4-col--left {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 55%;
      background-color: var(--color-text);
      color: var(--color-white);
      padding: 35px 25px 25px 2.9rem !important;
      gap: 1.25rem;

      /* Section headline */
      .split__headline {
        font-family: var(--font-family);
        line-height: normal;
        font-weight: 600;
        font-size: clamp(1.7rem, 2.6vw, 2.2rem); /* 27.2px -> 35.2px */
        letter-spacing: 0.01em;
        text-transform: uppercase;
      }

      /* Body text */
      .split__body {
        display: flex;
        flex-direction: column;
        font-size: 20px;
        line-height: 1.7;
        color: var(--color-white);
      }
      .split__body p strong {
        font-weight: 700;
        color: var(--color-white);
      }

      /* Mandarine definition box */
      .def-box {
        border: 4px solid var(--color-muted);
        border-radius: 20px;
        padding: 35px 25px !important;
        text-align: center;
        position: relative;
      }
      .def-box__title {
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--color-muted);
        padding: 3px 15px !important;
        font-family: var(--font-body);
        font-weight: 800;
        font-size: 1.4rem;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--color-white);
        margin-bottom: 14px !important;
      }
      .def-box__text {
        font-size: var(--text-base);
        line-height: 1.7;
        color: var(--color-white);
      }
      .def-box__text strong {
        font-weight: 700;
        color: var(--color-white);
      }
    }
    /* ---- Right column ---- */
    .s4-col--right {
      position: relative;
      display: flex;
      justify-content: center;
      width: 45%;

      /* Doctor figure – first in DOM = first on mobile */
      .s4-figure {
        margin: 0 !important;
        flex: 1 1 auto;
        min-height: 300px;
        overflow: hidden;
      }

      .s4-figure__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
        /* display: block; */
      }

      /* Blockquote */
      .s4-quote {
        position: absolute;
        top: 35px;
        left: 35px;
        width: 295px;
        max-width: 100%;
        .span-img-holder {
          display: flex;
          align-items: center;
          justify-content: left;
          gap: 0.75rem;
        }
      }

      .s4-quote p {
        margin: 0 0 0.9rem !important;
        font-size: clamp(1rem, 0.88rem + 0.75vw, 20px);
        font-weight: bold;
        line-height: normal;
        color: var(--color-text);
        position: relative;
      }
      .s4-quote__footer {
        display: flex;
        align-items: center;
        .s4-cite {
          font-size: 20px;
          font-style: normal;
          span {
            color: var(--color-white);
            background: var(--color-text);
            display: inline;
            padding: 0.22rem 0.5rem !important;
            line-height: 1.5;
            font-weight: 400;
          }
        }
      }
    }
    .s4-cta {
      width: 340px;
      max-width: 100%;
      justify-content: center;
    }
  }
  .cta-button {
    width: 315px;
  }
}
body#type-b.arya .section-s4 .split__headline {
  color: var(--color-white) !important;
}
/* ---- Stats row ---- */
.s4-stats {
  background: rgb(71 186 212 / 20%);
  padding: clamp(1.8rem, 4vw, 3.5rem) 0 !important;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}

.s4-stats__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.2rem, 1.8vw, 2rem);
  width: min(1385px, calc(100vw - 40px));
  max-width: 100%;
  margin: 0 auto !important;
  padding: 0px 15px !important;
}
.s4-stats__footer {
  width: min(1385px, calc(100vw - 40px));
  max-width: 100%;
  margin: 0 auto !important;
  padding: 20px 15px 0px 15px !important;
  font-weight: 400;
  font-style: italic;
  span {
    color: var(--color-text);
  }
}

.s4-stat {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 1.6vw, 1.4rem);
}

.s4-stat__icon {
  width: clamp(56px, 7vw, 82px);
  flex: 0 0 auto;
}

.s4-stat__text {
  margin: 0 !important;
  font-size: clamp(0.92rem, 0.84rem + 0.35vw, 1.1rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--color-text);
}

/***************************************************section 5 – desktop and up***************************************************/
/* ════════════════════════════════════════════════════════════════
       SECTION WRAPPER
    ════════════════════════════════════════════════════════════════ */
.section {
  padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 5vw, 3rem) !important;
  max-width: 1200px;
  margin: 0 auto !important;
}

.section__title {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 2.5rem !important;
  /*opacity: 0;  GSAP animates in */
}

/* ════════════════════════════════════════════════════════════════
       TAB NAV
    ════════════════════════════════════════════════════════════════ */
.section-s5 .tabs {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  position: relative;
  z-index: 2;
  width: calc(100% - 15px);
  max-width: 100%;
  margin: 0 auto !important;
  font-family: var(--font-family) !important;
}

.section-s5 .tab {
  font-size: var(--text-sm);
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.65rem 1.5rem !important;
  border: 2px solid var(--color-border);
  border-radius: 20px;
  background: var(--color-white);
  color: var(--color-text);
  cursor: pointer;
  position: relative;
  /*opacity: 0;  GSAP animates in */
  transition:
    background var(--ease),
    color var(--ease),
    border-color var(--ease),
    box-shadow var(--ease);
  width: 300px;
  max-width: 100%;
  margin-bottom: -24px !important;
  font-family: var(--font-family) !important;
}

.section-s5 .tab:hover:not(.tab--active) {
  border-color: var(--color-text);
  color: var(--color-white);
  background-color: var(--color-text);
}

.section-s5 .tab--active {
  border-color: var(--color-text);
  color: var(--color-white);
  background-color: var(--color-text);
}

.section-s5 .tab--active::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 20px;
  background: var(--color-text);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* ════════════════════════════════════════════════════════════════
       PANELS
    ════════════════════════════════════════════════════════════════ */
.section-s5 .tab-panels {
  position: relative;
}

.section-s5 .panel {
  display: none;
  border: 3px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 3rem 2rem 2rem 2rem !important;
  background: var(--white);
}

.section-s5 .panel--active {
  display: block;
}

/* ════════════════════════════════════════════════════════════════
       SHARED: SIDEBAR LAYOUT
    ════════════════════════════════════════════════════════════════ */
.section-s5 .panel__body {
  /* display: grid;
  grid-template-columns: 385px 1fr; */
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  gap: 2.5rem;
  align-items: center;
  padding: 0px 5rem 0px 2rem !important;
}
.section-s5 .sidebar {
  max-width: 385px;
  flex-shrink: 0;
}
.sidebar__title {
  font-family: var(--font-family) !important;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--color-text);
  line-height: 1.1;
  margin-bottom: 1rem !important;
}
.sidebar__number-holder {
  display: flex;
  align-items: start;
  gap: 0.75rem;
  .sidebar__number {
    display: flex;
    align-items: start;
    .span-number {
      font-size: var(--text-2xl);
      font-weight: bold;
      line-height: 75px;
      color: var(--color-text);
    }
    .span-percent {
      font-size: var(--text-xl);
      font-weight: bold;
      position: relative;
      top: -4px;
      color: var(--color-text);
    }
  }
}
#panel-deduction {
  padding: 3rem 2rem 4rem 2rem !important;
  position: relative;
  .sidebar__footer {
    position: absolute;
    bottom: 2rem;
    left: 4rem;
    color: var(--color-text);
  }
}
.section-s5 #panel-deduction .sidebar {
  max-width: 395px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
}
.sidebar__text {
  font-size: var(--text-base);
  font-weight: 400 !important;
  line-height: normal;
  color: var(--color-text);
  margin-bottom: 2rem !important;
}

.sidebar__text strong {
  color: var(--color-text);
  font-weight: 700;
}

.deduction-visual {
  width: calc(100% - 400px);
  max-width: 100%;
}

/* ════════════════════════════════════════════════════════════════
       SHARED: CTA BUTTON
    ════════════════════════════════════════════════════════════════ */
.btn-donate {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--pink);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.8rem 1.6rem !important;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition:
    background var(--ease),
    transform var(--ease),
    box-shadow var(--ease);
  box-shadow: 0 4px 18px rgba(224, 69, 123, 0.35);
}

.btn-donate:hover {
  background: var(--pink-dark);
  transform: translateY(-2px);
  box-shadow: 0 7px 24px rgba(224, 69, 123, 0.5);
}

.btn-donate:active {
  transform: translateY(0);
}

/* ════════════════════════════════════════════════════════════════
       PANEL 1 – DÉDUCTION FISCALE
       Two overlapping circles visual
    ════════════════════════════════════════════════════════════════ */
.deduction-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 300px;
}

/* Percentage badge top-right of the light circle */
.deduction-pct-badge {
  position: absolute;
  top: -4rem;
  right: -1rem;
  text-align: left;
}

.deduction-pct-badge__number {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.5vw, 2.1rem);
  font-weight: 800;
  color: var(--color-text);
  line-height: 1;
}

.deduction-pct-badge__label {
  font-size: var(--text-sm);
  font-weight: bold;
  color: var(--color-text);
  line-height: 1.4;
  max-width: fit-content;
}

/* Arrow SVG between badge and circle */
.deduction-arrow {
  position: absolute;
  top: 1rem;
  right: -1rem;
  z-index: 10;
  /* opacity: 0;*/ /* GSAP animates in */
}

/* Circles wrapper */
.circles {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 650px;
  max-width: 100%;
  padding: 2rem 0 1rem !important;
}

.circle {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  position: relative;
  flex-shrink: 0;
}

/* Dark teal – left (bigger) */
.circle--dark {
  width: clamp(45%, 20vw, 300px);
  max-width: 100%;
  height: auto;
  z-index: 1;
  transform: translateX(30px);
}

/* Light teal – right (smaller) */
.circle--light {
  width: clamp(38%, 17vw, 241px);
  max-width: 100%;
  height: auto;
  background: var(--teal-light);
  z-index: 2;
  transform: translateX(10px);
  /* opacity: 0; */
}

.circle__label {
  font-family: var(--font-display);
  font-size: clamp(0.65rem, 1vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.9;
  line-height: 1.3;
  margin-bottom: 0.3rem !important;
  padding: 0 0.75rem !important;
}

.circle__amount {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
}

.circle__currency {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 800;
  line-height: 1;
}

/* ════════════════════════════════════════════════════════════════
       PANEL 2 – BARÈME IFI
    ════════════════════════════════════════════════════════════════ */

#panel-bareme {
  .panel__body {
    padding: unset !important;
  }
  .sidebar {
    width: 35%;
    max-width: 100%;
  }
}
.table-wrap {
  width: calc(100% - 35%);
  overflow-x: auto;
  font-weight: 500;
}

.ifi-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: var(--radius);
  overflow: hidden;
  font-size: clamp(0.8rem, 1.1vw, 0.9rem);
}

.ifi-table thead tr {
  background: var(--color-muted);
  font-size: var(--text-lg);
}
.ifi-table tr {
  background: var(--color-muted);
  font-size: var(--text-base);
}
.ifi-table thead th {
  padding: 0.9rem 1.25rem !important;
  text-align: center;
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.4;
}

.ifi-table thead th:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.ifi-table tbody tr:nth-child(odd) {
  background: rgb(71 186 212 / 20%);
}
.ifi-table tbody tr:nth-child(even) {
  background: var(--color-white);
}
.ifi-table tbody tr {
  transition: background var(--ease);
}
.ifi-table tbody tr:hover {
  background: #b8e8ef !important;
}

.ifi-table tbody td {
  padding: 0.8rem 1.25rem !important;
  text-align: center;
  color: var(--color-text);
  border-bottom: 1px solid rgba(0, 168, 186, 0.12);
  font-weight: 400 !important;
}

.ifi-table tbody td:first-child {
  border-right: 1px solid rgba(0, 168, 186, 0.15);
}

.ifi-table tbody tr:last-child td {
  border-bottom: none;
}

/* ════════════════════════════════════════════════════════════════
       PANEL 3 – CALENDRIER IFI
    ════════════════════════════════════════════════════════════════ */
.panel__body--calendrier {
  align-items: start;
  margin-bottom: 1.25rem !important;
  padding: unset !important;
}
#panel-calendrier {
  .sidebar {
    width: 25%;
    max-width: 100%;
  }
  .grid-footer {
    width: calc(100% - 25%);
    max-width: 100%;
  }
}

.dates-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem !important;
}

.dates-grid > * {
  flex: 1 1 calc(25% - 0.75rem);
}

.date-card {
  border-radius: var(--radius-md);
  border: 2px solid var(--color-border);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform var(--ease),
    box-shadow var(--ease);
}

.date-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0, 168, 186, 0.18);
}

.date-card__header {
  background: var(--color-muted);
  padding: 1rem 0.75rem 0.9rem !important;
  text-align: center;
  color: var(--color-white);
}

.date-card__label {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.3rem !important;
}

.date-card__date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.date-card__day {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.2vw, 3rem);
  font-weight: 800;
  line-height: 1;
}

.date-card__month-year {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1;
}

.date-card__month,
.date-card__year {
  font-family: var(--font-display);
  font-size: clamp(0.85rem, 1.3vw, 1.05rem);
  font-weight: 800;
  text-transform: uppercase;
}

.date-card__arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--color-muted);
  margin: 0 auto !important;
  transform: translateY(0px);
}

.date-card__body {
  padding: 0.9rem 0.85rem !important;
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
/* 
.date-card--note .date-card__body {
  background: #f0f8fa;
} */

.date-card__zone {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--color-text);
}

.date-card__desc {
  font-size: 1rem;
  color: var(--color-text);
}
.date-card--note .date-card__desc {
  font-size: 0.74rem;
  text-align: center;
}

.panel__footer {
  border: 2px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1rem 1.5rem !important;
  text-align: center;
  font-size: var(--text-sm);
  line-height: 1.6;
  color: var(--color-text);
}

/* ════════════════════════════════════════════════════════════════
       STATS SECTION
    ════════════════════════════════════════════════════════════════ */
.stats-section {
  background: #d6eef2;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 5vw, 3rem) !important;

  .stats-section__inner {
    margin: 0 auto !important;
  }

  .stats-section__title {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-text);
    line-height: normal;
    margin-bottom: 3rem !important;
  }

  .stats-grid {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 2rem;
  }

  .stat-card {
    display: flex;
    align-items: flex-start;
    flex: 1 1 calc(25% - 0.75rem);
    gap: 1rem;
  }

  .stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    max-width: 100%;
  }

  .stat-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: calc(100% - 30%);
    max-width: 100%;
  }

  .stat-prefix {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--color-muted);
    line-height: 1;
    margin-bottom: 0.1rem !important;
  }

  .stat-number {
    font-size: clamp(2.2rem, 2.8vw, 3rem);
    font-weight: 800;
    color: var(--color-muted);
    line-height: normal;
    margin-bottom: 0.35rem !important;
  }

  .stat-label {
    font-size: clamp(0.8rem, 0.8vw, 1rem);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--color-white);
    background: var(--color-text);
    display: inline;
    padding: 0.22rem 0.5rem !important;
    line-height: 1.5;
  }
}

/* ════════════════════════════════════════════════════════════════
       SITE FOOTER
    ════════════════════════════════════════════════════════════════ */
.site-footer {
  background: var(--color-text);
  padding: 20px 15px !important;

  .site-footer__inner {
    margin: 0 auto !important;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2rem;
  }

  /* Brand / Logo */
  .footer-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
  }

  .footer-brand__logo {
    flex-shrink: 0;
  }

  .footer-brand__text {
    display: flex;
    flex-direction: column;
  }

  .footer-brand__name {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-white);
    letter-spacing: -0.02em;
    line-height: 1;
  }

  .footer-brand__tagline {
    font-size: 0.65rem;
    color: var(--color-white);
    letter-spacing: 0.02em;
    line-height: 1.3;
    max-width: 160px;
  }

  /* Contact */
  .footer-contact {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.75rem;
    flex-wrap: wrap;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--color-white);
    padding-left: 4rem !important;
  }

  .footer-contact a {
    color: var(--color-white);
    text-underline-offset: 3px;
  }

  .footer-contact a:hover {
    color: var(--color-teal-light);
  }

  .footer-contact__sep {
    color: var(--color-white);
    font-size: 1.1rem;
  }

  /* Credits */
  .footer-credits {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-body);
    font-size: 0.78rem;
    color: var(--color-white);
    white-space: nowrap;
  }

  .footer-credits__mindme {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  .footer-credits__mindme span:first-child {
    color: var(--color-white);
  }
  .footer-credits__mindme span:last-child {
    color: var(--color-white);
  }

  .footer-credits a {
    color: var(--color-white);
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .footer-credits a:hover {
    color: var(--color-white);
  }
}

/* =====================================================================
   LARGE SCREENS  (≥ 1400 px) – nudge left-col content inward
   ===================================================================== */
/*******************************************************************/

div#header_wrapinner {
  display: none !important;
}

#type-b.arya #bottom {
  display: none !important;
}

div#header {
  display: none !important;
}
#section-after {
  padding: 0px !important;
}

#section-after .ui-tabs .ui-tabs-nav {
  display: none !important ;
}

#section-after .ui-widget.ui-widget-content {
  border: none !important;
}

#footer {
  display: none !important;
}

#type-b.arya.footer-detach #container {
  padding-bottom: 0px !important;
}

#type-b.arya #container #main {
  background-image: url(https://cdn.iraiser.eu/elAyvF4LCHSbdfsCNGZGbQ==/default/origin/Visuel-form.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 2rem 15px 6rem 15px !important;
}

#type-b.arya #container #header #logo,
#type-b.arya #container #step-1,
#type-b.arya #container #step-2,
#type-b.arya #container #step-3 {
  border-radius: var(--radius-md) !important;
  overflow: hidden;
  margin-bottom: 15px !important;
}
#type-b.arya #greetings-comp h2,
#type-b.arya .step-title h2 {
  margin-top: 0px !important;
  color: #fff !important;
}

#type-b.arya .amount li.active label,
#type-b.arya .type2ct .radio-desc li.active label {
  background-color: var(--color-accent) !important;
  color: var(--color-white) !important;
  border-color: var(--color-accent) !important;
}

#type-b.arya
  #container
  #step-1
  .step-content
  .tabs
  .tabs_menu
  li.ui-tabs-tab:last-child
  a {
  background-color: var(--color-accent) !important;
  color: var(--color-white) !important;
  border-color: var(--color-accent) !important;
}
#type-b.arya
  #container
  #step-1
  .step-content
  .tabs
  .tabs_menu
  li.ui-state-active {
  border-color: var(--color-accent) !important;
}
#type-b.arya #container #step-1 .tax-info {
  background-color: transparent !important;
}
#type-b.arya
  #container
  #step-1
  .step-content
  .tabs
  .tabs_menu
  li.ui-state-active::after {
  border-color: var(--color-accent) transparent transparent transparent !important;
}
#type-b.arya p[data-type="checkbox"] > label::after {
  display: none !important;
}
#type-b.arya p[data-type="checkbox"] > label span.reserved_title {
  color: var(--color-accent) !important;
  text-decoration: underline !important;
}
#type-b.arya #step-1 p[name^="reserved_"] label {
  padding-left: unset !important;
}
#type-b.arya #container #step-2 .paypal_img {
  display: flex;
  align-items: center;
  gap: 5px;
}
/* =====================================================================
   SECTION OBJECTIF
   ===================================================================== */
.section-object {
  background: rgb(71 186 212 / 20%);
  padding: clamp(2rem, 4vw, 3.5rem) 0 !important;

  .object-rows {
    margin: 0 auto !important;
    margin-top: -67px !important;
    display: flex;
    flex-direction: column;
    gap: clamp(1.2rem, 2vw, 1.8rem);
  }

  .object-badge {
    align-self: center;
    background: var(--color-muted);
    color: var(--color-white);
    font-size: var(--text-lg);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.4em 1.4em !important;
  }

  .object-cols {
    display: flex;
    align-items: center;
    gap: clamp(1.5rem, 3vw, 3rem);
  }

  .object-col--left {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    gap: clamp(0.9rem, 1.5vw, 1.4rem);
  }

  .object-title {
    margin: 0 !important;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    color: var(--color-text);
  }

  .object-body {
    margin: 0 !important;
    font-size: var(--text-base);
    line-height: 1.65;
    color: var(--color-text);
  }

  .object-col--right {
    flex: 1 1 50%;
  }

  .object-card {
    background: #ade0ed;
    border-radius: var(--radius-lg);
    padding: clamp(1.4rem, 2.5vw, 2.2rem) clamp(1.2rem, 2vw, 1.8rem) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.8rem, 1.4vw, 1.2rem);
    text-align: left;
    min-height: 300px;
  }

  .object-card__icon {
    width: fit-content;
    height: auto;
    background: #daf5fb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .object-card__text {
    margin: 0 !important;
    margin-bottom: 20px !important;
    font-size: var(--text-base);
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-text);
    text-transform: uppercase;
  }

  .object-card__text span.span-holder {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--color-white);
    background: var(--color-text);
    display: inline;
    padding: 0.22rem 0rem !important;
    line-height: 1.5;
  }

  .object-card__goal {
    margin: 0 !important;
    font-size: clamp(1.1rem, 1rem + 0.6vw, 1.5rem);
    font-weight: 900;
    text-transform: uppercase;
    color: var(--color-text);
    letter-spacing: -0.01em;
    line-height: 1.1;
  }
}

/*  */
@media (max-width: 1441px) {
  body h2 {
    font-size: 30px !important ;
    font-family: var(--font-family) !important;
  }
  body p {
    font-size: 16px !important ;
  }

  section:not(.section-Banner) .rows {
    width: calc(100vw - 5%);
  }

  .section-s5 .panel__body {
    padding: unset !important;
  }
  .section-s4 {
    .s4-content {
      .s4-col--right {
        .s4-quote__footer {
          .s4-cite {
            font-size: 18px;
          }
        }
      }
    }
  }

  .section-object {
    .object-card__icon {
      width: 140px;
      max-width: 100%;
    }
  }
}

/*  */
@media (max-width: 1280px) {
  body h2 {
    font-size: 25px !important ;
  }
  body p {
    font-size: 14px !important ;
  }
  :root {
    --text-base: 14px;
    --text-lg: 16px;
  }
  .cta-button {
    width: 230px;
  }
  section:not(.section-Banner) .rows {
    width: calc(100vw - 12%);
  }
  .deduction-arrow {
    width: 18%;
  }

  .section-object {
    .object-card__icon {
      width: 100px;
    }
    .object-card {
      min-height: 225px;
      padding: 15px 5px 15px 10px !important;
      gap: 10px;
    }
  }
}
/*  */
@media (max-width: 1200px) {
  .section-s2 {
    .s2-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .s2-card:last-child {
      grid-column: span 2;
      max-width: 60%;
    }
  }

  .section-s1 {
    .col-left {
      width: 56%;
    }

    .col-right.col-media {
      width: 44%;
    }

    .col-left h2 {
      font-size: clamp(1.6rem, 1.1rem + 1.8vw, 2.35rem);
      line-height: 1.1;
    }

    .col-left p {
      font-size: clamp(1rem, 0.85rem + 0.5vw, 1.15rem);
    }

    .content-text {
      width: calc(100% - 36px);
      bottom: 18px;
    }

    .content-text p {
      margin: 0 !important;
      font-size: 1rem;
      line-height: 1.35;
    }
  }
  .stats-section {
    .stat-card:first-child,
    .stat-card:nth-child(2) {
      flex: 1 1 calc(20% - 0.75rem);
    }
  }
  .donation-bar {
    grid-template-columns: 108px minmax(0, 1fr) 250px;
    gap: 10px;
    padding: 10px 16px 10px 16px !important;
  }
  .intro-copy {
    font-size: 16px;
    line-height: normal;
  }
  .amount-label {
    padding: 5px !important;
  }
  .amount-label,
  .amount-input-wrap {
    min-height: 40px;
    gap: 5px;
    font-size: 20px;
  }
  .cta-button {
    min-height: 55px;
    gap: 5px;
    padding: 12px 5px !important;
    font-size: 15px;
  }
}
/*  */
@media (max-width: 1024px) {
  section:not(.section-Banner) .rows {
    width: calc(100vw - 7%);
  }
  section.section-object {
    padding-top: 50px !important;
    margin-top: 3% !important;
  }
  .section-s5 .panel__body {
    padding: unset !important;
  }
  .circles {
    justify-content: start;
  }

  .deduction-pct-badge {
    top: -4rem;
    right: -3rem;
  }
  .dates-grid > * {
    flex: 1 1 calc(50% - 0.75rem);
  }

  .stats-section {
    .stats-grid {
      flex-wrap: wrap;
    }
    .stat-card {
      flex: 1 1 calc(49% - 0.75rem) ;
    }
    .stat-card:first-child,
    .stat-card:nth-child(2) {
      flex: 1 1 calc(49% - 0.75rem);
    }
  }

  .site-footer {
    .footer-contact {
      padding-left: unset !important;
    }
  }
}
/*  */
@media (max-width: 900px) {
  .section-s4 {
    .s4-content {
      flex-direction: column;
      .s4-col--left {
        padding: 1.9rem !important;
      }
    }
    .s4-col--left,
    .s4-col--right {
      width: 100% !important;
    }
    .s4-stats__grid {
      display: flex;
      padding: 0px 15px !important;
    }
  }
  .s3-container {
    grid-template-columns: 1fr;
  }

  .s3-benefits {
    grid-template-columns: 1fr 1fr;
  }
  .section-s2 {
    .s2-grid {
      grid-template-columns: 1fr;
      gap: 1.4rem;
    }

    .s2-card:last-child {
      grid-column: auto;
      max-width: none;
    }

    .s2-number {
      font-size: clamp(3.3rem, 2.8rem + 2.2vw, 4.8rem);
    }
  }

  .section-s1 {
    .rows.content-rows {
      flex-direction: column;
      align-items: stretch;
      gap: 1.5rem;
    }

    .col-left,
    .col-right.col-media {
      width: 100%;
    }

    .col-left h2 {
      font-size: clamp(1.45rem, 1.1rem + 1.7vw, 2rem);
      margin-bottom: 0.75rem !important;
    }

    .col-left p {
      font-size: 1rem;
    }

    .content-media,
    .content-media img {
      border-radius: 16px;
    }

    .div-title {
      margin-top: -44px !important;
    }

    .content-text {
      width: calc(100% - 24px);
      bottom: 12px;
      border-radius: 14px;
    }
  }

  .section-Banner {
    height: unset;
    padding-bottom: 20px !important;
    gap: 25px;
    .div-mobile {
      z-index: 2;
    }
    .rows-banner {
      padding-bottom: 15px !important;
    }
  }

  .div-log {
    visibility: visible;
    position: relative;
    inset: unset;
  }

  .img-logo {
    width: min(154px, 31vw);
  }

  .object-cols {
    flex-direction: column;
    align-items: stretch;
  }

  .object-col--right {
    width: 100%;
  }

  .object-card {
    flex-direction: row;
    text-align: left;
    align-items: center;
  }

  .object-card__icon {
    flex-shrink: 0;
  }
}
/*  */
@media (max-width: 800px) {
  #panel-bareme {
    .sidebar {
      width: 100%;
    }
    .table-wrap {
      width: 100%;
    }
  }

  .panel__body {
    flex-direction: column;
  }
  .sidebar,
  .deduction-visual {
    width: 100%;
    max-width: 100% !important;
  }

  .circles {
    width: 100%;
  }
  /* #panel-deduction .sidebar__text {
    br {
      display: none;
    }
  } */
  #panel-calendrier {
    .sidebar,
    .grid-footer {
      width: 100%;
      max-width: 100%;
    }
  }
  .site-footer {
    .site-footer__inner {
      grid-template-columns: 1fr;
      text-align: center;
      gap: 1.5rem;
    }
    .footer-contact {
      justify-content: center;
      padding-left: unset !important;
    }
    .footer-brand {
      justify-content: center;
    }
    .footer-credits {
      justify-content: center;
      white-space: normal;
      flex-wrap: wrap;
    }
  }
}
/*  */
@media (max-width: 498px) {
  body h2 {
    font-size: 20px !important;
  }
  section:not(.section-Banner) {
    padding: 8% 0px !important;
  }
  .section-s1 {
    .div-btn {
      text-align: center;
    }
  }
  .section-s4 {
    .s4-content {
      .s4-col--left {
        padding: 1.9rem 1rem !important;
      }

      .s4-col--right {
        flex-direction: column;
        gap: 1.5rem;
        .s4-quote {
          position: unset;
          inset: unset;
          padding: 15px 15px 35px 15px !important;

          p {
            font-size: 18px;
          }
        }
      }
    }
    .s4-stats {
      .s4-stat {
        display: flex !important;
        padding: 25px 15px !important;
      }
      .s4-stats__footer {
        padding-top: unset !important;
        p {
          font-size: 12px !important;
        }
      }
      .slick-next {
        right: 8px !important;
      }
      .slick-prev {
        left: 8px !important;
      }
    }
    .slick-prev:before,
    .slick-next:before {
      display: none !important;
    }
  }
  section.section-object {
    padding-top: 50px !important;
    margin-top: 3% !important;

    .object-title {
      text-align: center;
    }
    .div-btn {
      text-align: center;
    }

    .object-card {
      flex-direction: column;
      text-align: center;
    }
    .object-card__text {
      font-size: 16px !important;
    }
    .object-card__text span.span-holder span {
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.07em;
      color: var(--color-white);
      background: var(--color-text);
      display: inline-block;
      padding: 0.22rem 0.15rem !important;
      line-height: 1.5;
      font-size: 16px !important;
    }
    .object-card__goal {
      font-size: 18px !important;
    }
  }

  .cta-button {
    width: 220px;
  }
  .section-s5 {
    .tabs {
      padding-left: unset !important;
    }
    .tab {
      border-radius: 10px;
      width: 115px;
      margin-bottom: -35px !important;
      font-size: 12px;
      padding: 10px 10px !important;
    }
    .panel__body {
      gap: 3.5rem;
    }
    .panel {
      padding: 3rem 1rem 1.5rem 1rem !important;
    }
    .sidebar__title {
      text-align: center;
      br {
        display: none;
      }
    }
    .sidebar__text {
      font-size: 16px !important;
    }
    .div-btn {
      text-align: center;
    }
    .cta-button {
      width: 220px;
    }

    .deduction-visual {
      min-height: unset;
    }
    .circles {
      justify-content: center;
    }
    .circle--dark {
      width: clamp(49%, 20vw, 300px);
      transform: translateX(0px);
    }
    .circle--light {
      width: clamp(42%, 17vw, 241px);
      transform: translateX(-8px);
    }
    .deduction-pct-badge {
      top: -4rem;
      right: -2rem;
      width: 179px;
    }
    .deduction-arrow {
      top: 0rem;
      width: 22%;
    }

    #panel-bareme {
      .ifi-table tr {
        font-size: 14px;
      }
      .ifi-table tbody td {
        padding: 3px 10px !important;
      }
    }

    #panel-deduction .sidebar {
      gap: 0rem;
    }
    .sidebar__number-holder {
      .sidebar__number {
        .span-number {
          font-size: 55px;
          line-height: 55px;
        }
        .span-percent {
          top: -1px;
        }
      }
    }
  }

  .stats-section {
    .stats-grid {
      padding-left: 20px !important;
    }
  }

  .site-footer {
    .footer-contact {
      flex-direction: column;
    }
    .footer-contact__sep {
      display: none;
    }
    .footer-credits {
      display: block;
    }
  }
}
/*  */
@media (max-width: 640px) {
  .s3-benefits {
    grid-template-columns: 1fr;
  }

  .section-s2 {
    padding: 1.8rem 0 1.1rem !important;

    .s2-rows {
      width: calc(100vw - 24px);
    }

    .s2-card {
      gap: 0.55rem;
    }

    .s2-card__icon {
      flex-basis: 42px;
      margin-top: 2rem !important;
    }

    .s2-card__content h3 span {
      font-size: 0.95rem;
    }

    .s2-number {
      font-size: 3rem;

      span {
        font-size: 1.45rem;
      }
    }

    .s2-meta {
      font-size: 1.35rem;
    }
  }

  .section-s1 {
    padding: 2.2rem 0 1.5rem !important;

    .rows.content-rows {
      gap: 1.2rem;
    }

    .col-left h2 {
      font-size: clamp(1.25rem, 0.95rem + 2vw, 1.65rem);
      line-height: 1.15;
    }

    .col-left p {
      font-size: 0.95rem;
      line-height: 1.45;
    }

    .content-media {
      min-height: 280px;
    }

    .div-title {
      margin-top: -34px !important;
    }

    .content-text {
      width: calc(100% - 16px);
      padding: 10px 12px !important;
      bottom: 8px;
    }

    .content-text h3 {
      font-size: 1.05rem;
      margin: 0 0 0.5rem !important;
    }

    .content-text p {
      font-size: 0.9rem;
      line-height: 1.35;
      margin: 0 !important;
    }

    .cta-secondary {
      width: 100%;
      max-width: 320px;
    }
  }

  .section-Banner {
    background-image: url(https://cdn.iraiser.eu/elAyvF4LCHSbdfsCNGZGbQ==/default/origin/visuel-mobile.png);
    gap: unset;
    &::after {
      content: unset !important;
    }
    .rows-banner {
      padding-bottom: unset !important;
    }
    .div-bg {
      padding-top: 8rem !important;
      padding-bottom: 2rem !important;
    }
  }
  .div-head {
    padding-top: 1rem !important;
  }

  .div-log {
    gap: 0.75rem;
    width: 100%;
    justify-content: space-between;
  }
  .img-badge {
    width: 220px;
  }
  .caption-copy {
    font-size: 14px;
  }

  .btn-video {
    padding: 0.82rem 1.15rem !important;
    font-size: 0.82rem;
  }

  .sections-header .rows {
    padding-inline: 0 !important;
  }

  .cta-button {
    min-height: 50px;
    font-size: 14px;
  }
}
/*  */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero__media {
    transform: none;
  }
}

/*  */
@media (min-width: 1024px) and (max-width: 1100px) {
  .stats-section {
    .stats-section__inner.rows {
      width: calc(100vw - 8%);
    }
    .stat-card {
      gap: 5px;
    }
  }

  .section-object {
    .object-card__text span.span-holder {
      letter-spacing: unset !important;
    }
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .stats-section {
    .stats-grid {
      gap: 10px;
    }
    .stat-content {
      width: calc(100% - 20%);
    }
    .stat-label {
      font-size: 12px;
      padding: 0.22rem 0.2rem !important;
    }
  }
}

/*  */
@media (min-width: 900px) {
  /* Two equal columns, full-bleed */
  .s4-content {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    max-width: 100%;
  }

  /* Left column – constrain text width inside its half */
  .s4-col--left {
    padding: clamp(3rem, 5vw, 5rem) clamp(2rem, 3.5vw, 4rem)
      clamp(3rem, 5vw, 5rem) max(calc((100vw - 1500px) / 2 + 20px), 20px);
    /* justify-self: end; align to the right side of the left half */
    width: 100%;
  }

  /* Right column: sub-grid
     col 1 = quote (top) + objective (bottom)
     col 2 = image spanning full height                 */
  .s4-col--right {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    grid-template-rows: 1fr auto;
    overflow: hidden;
  }

  .s4-figure {
    grid-column: 2;
    grid-row: 1 / 3; /* spans both rows */
    min-height: unset;
  }

  /* On desktop: quote moves above image (grid placement overrides DOM order) */
  .s4-quote {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }

  .s4-cta {
    align-self: center;
  }

  /* Stats: three columns */
  .s4-stats__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*  */
@media (min-width: 1400px) {
  .s4-col--left {
    padding-left: calc((100vw - 1500px) / 2 + 40px) !important;
  }
}

/*  */
@media only screen and (min-width: 960px) and (max-width: 1250px) {
  #type-b.arya #container .container,
  #type-b.arya #container #bottom .container {
    width: min(1500px, calc(100vw - 40px)) !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
}
