.timeline{
  margin: var(--gutter-out) 0;
}

.time::before{
  width: 5px;
  height: 100%;
  content: '';
  display: block;
  left: 50%;
  transform: translateX(-50%);
  background: var(--vert-vif);
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 600px) {
  .time::before{
    width: 10px;
  }
}

.time{
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  align-items: center;
  padding: var(--gutter-in) 0;
}

@media only screen and (min-width: 600px) {
  .time{
    padding: var(--gutter-in);
  }
}

.time:nth-child(odd){
  flex-direction: row-reverse;
}

.time-annee-date{
  padding-left: 5px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.7291666666666666rem + 1.7361111111111112vw, 2.8125rem);
  font-weight: bold;
  color: var(--vert-vif);
  position: relative;
}

@media only screen and (min-width: 600px) {
  .time-annee-date{
    padding-left: 50px;
  }
}

.time:nth-child(even) .time-annee-date{
  padding-right: 5px;
  padding-left: 0;
}

@media only screen and (min-width: 600px) {
  .time:nth-child(even) .time-annee-date{
    padding-right: 50px;
  }
}

.time-annee-date::before{
  width: 16px;
  height: 16px;
  content: '';
  background: var(--vert-vif);
  display: block;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -25px;
}

@media only screen and (min-width: 600px) {
  .time-annee-date::before{
    width: 24px;
    height: 24px;
    left: -5px;
  }
}

.time:nth-child(even) .time-annee-date::before{
  left: unset;
  right: -25px;
}

@media only screen and (min-width: 600px) {
  .time:nth-child(even) .time-annee-date::before{
    right: -5px;
  }
}

.time-annee{
  display: flex;
  position: relative;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 600px) {
  .time-annee{
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
}


.time-annee::before{
  height: 5px;
  width: var(--gutter-in);
  content: '';
  display: block;
  transform: translateY(-50%);
  background: var(--vert-vif);
  position: absolute;
  left: 0;
  top: 12px;
}

@media only screen and (min-width: 600px) {
  .time-annee::before{
    top: 50%;
  }
}

@media only screen and (min-width: 600px) {
  .time-annee::before{
    height: 10px;
    width: var(--gutter-out);
  }
}

.time:nth-child(even) .time-annee p{
  margin-left: 20px;
}

.time:nth-child(odd) .time-annee{
  flex-direction: column-reverse;
}


@media only screen and (min-width: 600px) {
  .time:nth-child(odd) .time-annee{
    flex-direction: row-reverse;
  }
}

.time:nth-child(odd) .time-annee p{
  margin-right: 20px;
}

.time:nth-child(even) .time-annee::before{
  left: unset;
  right: 0;
}

.time-content{
  width: 45%;
}

.time-annee{
  width: 50%;
  padding: 0 var(--gutter-out);
}

.time-annee-logo img{
  max-width: 100%;
  height: auto;
}

.time-titre{
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.9791666666666666rem + 0.4861111111111111vw, 1.5625rem);
  font-weight: bold;
  color: var(--vert-vif);
  line-height: 1.2em;
  margin-bottom: 20px;
}


.time-content-texte{
  line-height: 1.6em;
}

.time:nth-child(odd) .time-content{
  text-align: right;
}
