
.date{
  font-size:0.9rem;
}
.date-gris{
  color:#848484;
}
.cd-timeline-content h2 {
    font-size: 1.5rem;
}
.illustration{
max-width:40%;
max-height:40%;
float:left;
vertical-align:middle;
}
.texte-illustration {
  text-align: center;
  vertical-align:middle;
}
.texte-illustration a {
  font-weight: bold;
}
body {
  background-color: #ECECEC;
  margin: 0px;
  padding: 0px;
}

@media only screen and (min-width: 900px) {
  .cd-timeline-img {
    width: 40px;
    height: 40px;
    margin-left: -17px;
  }
  #cd-timeline::before {
  /* this is the vertical line */
  width: 10px;
}
}