@media screen and (max-width: 900px) {
  body {
    padding: 1.25rem 1.25rem;
  }
  .main-content-inner {
    width: 90%;
    max-width: 100%;
  }
  .title-xxl {
    font-size: 3.2rem;
    line-height: 2.5rem;
  }
  header img {
    max-width: 10rem;
  }

  /* Adaptation des tailles pour une meilleure lisibilité tablette */
  p,
  li,
  a {
    font-size: 1.08rem;
    line-height: 1.6;
  }

  button,
  .bmh-btn-site,
  .bmh-form-nav button,
  .bmh-creneau-btn {
    font-size: 1.08rem;
    padding: 0.9rem 2rem;
  }

  /* Pour les boutons principaux plus visibles */
  .bmh-form-nav .bmh-next,
  .bmh-form-nav .bmh-prev {
    font-size: 1.13rem;
    padding: 1rem 2.2rem;
  }
}