.policy-page {
  max-width: 900px;      /* limite la largeur du texte */
  margin: 0 auto;         /* centre horizontalement */
  padding: 2rem 1rem;     /* espace interne autour du texte */
  text-align: left;       /* texte aligné à gauche */
  line-height: 1.6;       /* pour améliorer la lisibilité */
  color: #222;            /* couleur du texte */
  font-size: 1rem;        /* taille de texte confortable */
}

.policy-page h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 800;
}

.policy-page h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.policy-page p {
  margin-bottom: 1rem;
}

.policy-page ul {
  margin-left: 1.5rem; /* indentation des listes */
  margin-bottom: 1rem;
}

.policy-page li {
  margin-bottom: 0.5rem;
}