

.pedago-container{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* color: #e9e7e7; */
    animation: lampeChargement 1s ease-in-out;
    
  }


.pedagogie-top-container {
    width: 100%;
    height: calc(100vh - 150px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.pedago-top-title {
  font-size: 75px;
  /* color: #e9e7e7; */
  text-align: center;
 
}


/*--------------------------------pedagogie-list-container  ----------------------------------------*/

.pedagogie-list-container {
    width: 90%;
    height: fit-content;
 
    
}

.pedago-intro {
    width: 90%;
   
    margin: 1rem 0;
}


.pedagogie-list {
    width: 100%;
    height: fit-content;

}

.pedagogie-item {
    display: flex;
    width: 100%;
    height: fit-content;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #88a3b2;

}

.pedagogie-thumbnail {
    width: 50%;
    height: fit-content;
}

.pedagogie-thumbnail img{
    width: 100%;
    height: auto;
}

.pedagogie-infos {
    width: 50%;
    padding: 1rem;
}

.pedagogie-infos h2{
 font-size: 35px;
 margin-bottom: 1rem;
}








/*    responsive */

@media (max-width: 862px) {

    .pedagogie-top-container {
        width: 100%;
        height: 50vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      
      
      }

    .pedago-top-title {
        font-size: 35px;

      }


/*--------------------------------pedagogie-list-container  ----------------------------------------*/

.pedagogie-list-container {
    width: 90%;
    height: fit-content;
    
}

.pedago-intro {
    width: 90%;
   
    margin: 1rem 0;
}


.pedagogie-list {
    width: 100%;
    height: fit-content;

}

.pedagogie-item {
flex-direction: column;


}

.pedagogie-thumbnail {
    width: 100%;
    height: fit-content;
}

.pedagogie-thumbnail img{
    width: 100%;
    height: auto;
}

.pedagogie-infos {
    width: 100%;
    padding: 1rem;
}

.pedagogie-infos h2{
 font-size: 30px;
 margin-bottom: 1rem;
}




}