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


.calendrier-top-text-container {
    width: 70%;
    min-width: 330px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: white;
}

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






/* version mobile */

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

  height: fit-content;

}
}