.titrePrevConseil {
  position: absolute;
  text-align: center;
  font-family: 'Big Shoulders Text', cursive;
  color: white;
  font-size: 10vw;
  width: 100%;
  height: 30vw;
  top: 5vw;
  text-shadow: 0.1px 0.1px 0.2em grey;
}
.titreFormation {
  text-align:center;
  margin-top:10rem;
  margin-bottom:3rem;
  font-weight: bold;
  color: white;
  text-shadow: 0.1px 0.1px 0.5em black;
}

.clickFormation:link, .clickFormation:visited, .clickFormation:focus, .clickFormation:active {
  color: #181818;
  text-align: center;
}
.clickFormation:hover{
  color: #DA1331;
  text-align: center;
}
