.presentation-top-container {
  width: 100%;
  height: 70vh;
  /* background-image: url(../../img/69.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}


.presentation-top-text-container {
    width: fit-content;
    min-width: 330px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: rgba(255, 255, 255, 0.805);
}

.presentation-top-text-container h2{
text-align: center;
}

.presentation-top-text-container ul {
  list-style-type: disc; /* Valeur par défaut pour <ul> */
  padding-left: 20px;

}

.presentation-top-text-container ul {
  list-style-type: disc;
  padding-left: 20px;
}

.presentation-top-text-container ul li {
  margin-bottom: 8px; /* Ajuste selon l'espacement désiré */
}

.presentation-top-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}






/* version mobile */

@media (max-width: 862px) {
.presentation-top-container {

  height: fit-content;

}
}