#formation {
    min-height: 40vh;
    height: 40vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 8vw;
    gap: 3em;
    text-align: left;
    box-sizing: border-box;
    position: relative;
}

#formation-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    min-width: 300px;
    max-width: 600px;
    position: relative;
    height: auto;
}

#formation h2 {
    margin-top: -12em;
    font-size: 2.5em;
    color: #ffffff;
    text-align: center;
    position: flex;
    width: auto;
}

#formation p {
    font-size: 1.3em;
    color: #aaaaaa;
    margin: 0 0 1.5em 0;
    text-align: center;
    max-width: 35em;
}

.barre-gauche {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: white;
}

.barre-gauche {
  left: 50%;
}

.barre-gauche .point {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background-color: limegreen;
  border-radius: 50%;
  z-index: 2;
}

.contenu-formation {
  width: 60%;
  color: white;
  text-align: center;
  z-index: 1;
}