    .section-objectifs {
      background-color: #f3f3f3;
      border-radius: 8px;
      padding: 16px 20px;
      max-width: 800px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }

    .section-objectifs h2 {
      margin-top: 0;
      font-size: 1.4rem;
    }

 .section-objectifs ul li {
    text-align: left;      /* Aligne le texte à gauche */
    list-style-position: inside; /* Optionnel : place la puce à l'intérieur */
  }
  
.centre {
  text-align: center; /* Centre le contenu interne */
}

.titre-style {
  display: inline-block;            /* Permet au bloc de se centrer */
  padding: 15px 30px;
  margin: 30px 0;

  background: #E3E3E3;              /* Fond doux */
  color: #4a3f35;                   /* Marron doux */
  border: 2px solid white;
  border-radius: 14px;              /* Coins arrondis */

  box-shadow: 0 6px 14px rgba(0,0,0,0.08); /* Ombre légère */
}