/**
 * GATARD Pro Pages 1.11.29 — accueil uniquement.
 * Conserve le récit à gauche sur mobile/tablette et conserve une lecture confortable
 * sur les petits mobiles, sans modifier le titre, le desktop, la tablette ni les autres zones.
 */

body.page-index #gatard-home .gatard-home__story-excerpt {
  display: flow-root !important;
}

body.page-index #gatard-home .gatard-home__story-excerpt > p {
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-align: inherit !important;
}

body.page-index #gatard-home .gatard-home__story-excerpt > p + p {
  margin-top: clamp(10px, .8vw, 15px) !important;
}

body.page-index #gatard-home .gatard-home__story-excerpt strong {
  color: inherit !important;
  font-weight: 700 !important;
}

body.page-index #gatard-home .gatard-home__story-excerpt em {
  color: inherit !important;
}

@media screen and (max-width: 767.98px) {
  body.page-index #gatard-home .gatard-home__story-excerpt > p + p {
    margin-top: 10px !important;
  }
}

/* Mobile + tablette uniquement : lecture à gauche et respiration autour du récit. */
@media screen and (max-width: 1199.98px) {
  body.page-index #gatard-home .gatard-home__story-excerpt {
    margin-top: clamp(18px, 2vw, 24px) !important;
    margin-bottom: clamp(18px, 2vw, 24px) !important;
  }

  body.page-index #gatard-home .gatard-home__story-excerpt,
  body.page-index #gatard-home .gatard-home__story-excerpt > p,
  body.page-index #gatard-home .gatard-home__story-excerpt > div {
    text-align: left !important;
  }
}


/* Petits mobiles uniquement : taille standard lisible, sans toucher au titre. */
@media screen and (max-width: 480px) {
  html body.page-index #gatard-home#gatard-home#gatard-home .gatard-home__story-excerpt,
  html body.page-index #gatard-home#gatard-home#gatard-home .gatard-home__story-excerpt > p,
  html body.page-index #gatard-home#gatard-home#gatard-home .gatard-home__story-excerpt > div {
    font-size: 16px !important;
    line-height: 1.58 !important;
  }
}
