.resume {
  display: block;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 1299px) {
  .wide {
    display: none !important;
  }
  .thin {
    display: grid !important;
  }
}
@media screen and (min-width: 1300px) {
  .wide {
    display: grid !important;
  }
  .thin {
    display: none !important;
  }
}
.gridTimeline {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 80%;
  margin-bottom: 50px;
  row-gap: 10px;
}
.gridTimeline .contentZone, .gridTimeline .timelineZone {
  display: block;
  height: 100%;
}
.gridTimeline .contentZone {
  border: 1px solid #db212c;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  border-radius: 5px;
  box-shadow: 4px 1px 9px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 4px 1px 9px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 1px 9px 0px rgba(0, 0, 0, 0.1);
}
.gridTimeline .contentZone .imgZone {
  display: block;
  width: 35%;
}
.gridTimeline .contentZone .imgZone img {
  width: 100%;
}
.gridTimeline .contentZone .imgZone .r {
  border-radius: 0 5px 5px 0;
}
.gridTimeline .contentZone .imgZone .l {
  border-radius: 5px 0 0 5px;
}
.gridTimeline .contentZone .textZone {
  width: 75%;
  margin: 10px;
}
.gridTimeline .contentZone .textZone .year {
  font-size: large;
  margin-bottom: 10px;
  border-bottom: 2px solid #db212c;
}
.gridTimeline .empty {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.gridTimeline .timelineZone {
  background-color: #db212c;
  position: relative;
}
.gridTimeline .timelineZone .rond {
  position: absolute;
  top: -10px;
  left: -8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #db212c;
}

.wide {
  grid-template-columns: 10fr 5px 10fr;
}

.thin {
  grid-template-columns: 5px 10fr !important;
}/*# sourceMappingURL=styleHistoireNew.css.map */