/*
 * GATARD Pro Pages 1.9.46 — accueil mobile, titre Histoire corrigé.
 * Couche ciblée chargée après la 1.9.45.
 */
@media (max-width: 767px) {
  html body.page-index #gatard-home .gatard-home__story-copy > .gatard-home__section-eyebrow {
    display: block !important;
    width: 100% !important;
    margin: 0 0 9px !important;
    padding: 0 !important;
    text-align: center !important;
    justify-content: center !important;
  }

  html body.page-index #gatard-home #gatard-home-story-title.gatard-home__section-title {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 15px !important;
    padding: 0 !important;
    font-size: clamp(18.5px, 5.35vw, 23.5px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.045em !important;
    text-align: center !important;
    white-space: normal !important;
    text-wrap: balance !important;
  }

  html body.page-index #gatard-home #gatard-home-story-title > .gatard-home__section-title-main,
  html body.page-index #gatard-home #gatard-home-story-title > strong {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  html body.page-index #gatard-home #gatard-home-story-title > strong {
    margin-top: 3px !important;
  }
}

@media (max-width: 359px) {
  html body.page-index #gatard-home #gatard-home-story-title.gatard-home__section-title {
    font-size: clamp(17px, 5.25vw, 18.5px) !important;
    letter-spacing: -.05em !important;
  }
}
