.presentation-membres-container {
        width: 90%;
  max-width: 1200px;
  height: fit-content;
  padding: 1rem;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.presentation-membres-container h2{
   text-align: center;
   width: 80%;
   position: absolute;
   bottom: 50%;
   left: 50%;
   transform: translate(-50%, 70%);
   background-color: white;
   padding: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);


}


.presentation-membres-top-container {
    height: 20vh;
    width: 100%;
    position: relative;

}

.presentation-membres-top {
    width: 100%;
    height: 200px;
    /* background-image: url(../../img/abstract-wave-background.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.presentation-membres-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;


}

.presentation-membres-block {
    width: 25%;
    min-width: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top;
    gap: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
border-radius: 8px;
      padding: 1rem;
}

.presentation-membres-icone {
width: 100px;
}

.presentation-membres-title {
font-size: 20px;
font-weight: bold;
}

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

}

.presentation-membres-navigation-container {
   width: 100%;
  max-width: 1200px;
  height: fit-content;
  
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;

}

.presentation-membres-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;

}


/* version mobile */

@media (max-width: 862px) { 
.presentation-membres-icone {
width: 50px;
}

.presentation-membres-top {
    width: 100%;
    height: 60%;
    /* background-image: url(../../img/abstract-wave-background.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
}
