.accueil-engagements-container {
    width: 100%;
    height: 70vh;
    background-image: url(../img/3871.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.accueil-engagements {
    width: 60%;
    background-color: rgba(245, 245, 245, 0.877);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
}

 .engagement-ul {
  list-style-type: disc; /* Puces rondes pleines */
  list-style-position: outside; /* Puces à l’extérieur du texte */
  margin-left: 1.5rem; /* Espace entre le bord et la puce */
  padding-left: 0; /* Optionnel : ajuste si besoin */
}

.engagement-li {
  margin-bottom: 0.5rem; /* Espace entre les items */
}


/* version mobile */

@media (max-width: 862px) {

.accueil-engagements {
    width: 80%;
 
}

.accueil-engagements-container {
    width: 100%;
    height: 80vh;
    background-image: url(../img/3871.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;

}
}