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


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

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






/* version mobile */

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

  height: 40vh;

}
}