body {
  font-size: 12px;
  font-family: "Open sans condensed", sans-serif;
  font-weight: normal;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@media all and (min-width: 320px) {
  body {
    font-size: calc(12px + 8 * ((100vw - 320px) / 960));
  }
}
@media all and (min-width: 1280px) {
  body {
    font-size: 16px;
  }
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(255, 248, 220, 0.1);
  background-color: rgba(255, 248, 220, 0.1);
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: rgba(255, 255, 255, 0.2);
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e0efbe;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4c6218), to(#4c6218), color-stop(0.6, #e0efbe));
}

hr {
  border-top: 0.5px groove rgba(204, 170, 0, 0.2);
  border-bottom: 0.5px ridge rgba(204, 170, 0, 0.2);
  border-left: 0.5px groove rgba(255, 248, 220, 0.8);
  border-right: none;
  border-radius: 5px;
}

a {
  color: rgba(255, 69, 0, 0.8);
  text-decoration: none;
}

em {
  color: rgba(204, 170, 0, 0.82);
  font-style: italic;
}

.entretien {
  font-family: "Coming soon", cursive;
  text-align: center;
}
.entretien:before {
  content: "Entretien avec\A ";
  white-space: pre;
  font-size: 1.5em;
  letter-spacing: 2px;
  color: rgba(255, 248, 220, 0.5);
}
.entretien:after {
  content: "\A DOMINIQUE MARCHAIS";
  font-size: 3.2em;
  font-weight: bold;
  color: rgba(255, 248, 220, 0.8);
  line-height: 1.6;
}

.sign {
  color: rgba(255, 248, 220, 0.8);
  font-size: .8em;
  text-align: right;
  line-height: 1.8;
}
.sign:first-child {
  margin-top: 3em;
}

.legend {
  color: rgba(255, 248, 220, 0.8);
  font-size: .7em !important;
}

button {
  background: transparent  !important;
  border: none !important;
  font-size: 1em;
  color: yellowgreen;
  text-align: left !important;
  margin-left: -5px;
  font-weight: normal !important;
  font-family: 'Open sans condensed',cursive;
}

[data-balloon]:after {
  font-family: sans-serif !important;
  font-size: 0.8em !important;
  font-family: 'PT sans narrow', sans-serif !important;
  line-height: 1.3;
  background: #8a7e42 !important;
  text-align: justify;
  color: #333;
  padding: 1.5em !important;
}

sup {
  vertical-align: super;
  font-size: x-small;
}

.timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 600px;
  position: relative;
}
@media all and (min-width: 1200px) {
  .timeline {
    max-width: 1080px;
  }
}
.timeline__content-title {
  font-weight: normal;
  font-size: 1.1em;
  margin: -10px 0 0 0;
  line-height: 1.8;
  -webkit-transition: .4s;
  transition: .4s;
  padding: 0 20px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Coming soon", cursive;
  color: cornsilk;
  text-align: justify;
}
.timeline__content-desc {
  margin: 0;
  font-size: 1.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(255, 248, 220, 0.8);
  font-family: "Open sans condensed", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  text-align: justify;
}
.timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(204, 170, 0, 0.2);
}
@media all and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
}
.timeline-item {
  padding: 40px 0;
  opacity: .2;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
.timeline-item:before {
  content: attr(data-text);
  letter-spacing: 1px;
  width: 100%;
  position: absolute;
  color: rgba(204, 170, 0, 0.82);
  font-size: 1em;
  font-family: "Coming soon", cursive;
  border-left: 2px solid rgba(204, 170, 0, 0.5);
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  opacity: 0;
  right: calc(-100% - 70px);
}
.timeline-item:nth-child(even) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 70px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}
.timeline-item--active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.timeline-item--active:before {
  top: 50%;
  -webkit-transition: .3s all .2s;
  transition: .3s all .2s;
  opacity: 1;
}
.timeline-item--active .timeline__content-title {
  margin: -50px 0 20px 0;
}
@media all and (max-width: 767px) {
  .timeline-item {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 80px;
  }
  .timeline-item:before {
    left: 10px !important;
    padding: 0 !important;
    top: 50px;
    text-align: center !important;
    width: 60px;
    border: none !important;
  }
  .timeline-item:last-child {
    padding-bottom: 40px;
  }
}
.timeline__img {
  max-width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}
.timeline-container {
  width: 100%;
  position: relative;
  padding: 80px 0;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
}
.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 36, 26, 0.8);
  content: "";
}
.timeline-header {
  width: 60%;
  left: 20%;
  text-align: justify;
  margin-bottom: 80px;
  position: relative;
}
.timeline-header__title {
  color: cornsilk;
  font-size: 1.4em;
  line-height: 1.5;
  font-family: "Open sans condensed", sans-serif;
  font-weight: normal;
  margin: 0;
}
.timeline-header__subtitle {
  color: rgba(255, 248, 220, 0.8);
  font-family: "Coming soon", cursive;
  font-size: 1.2em;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 10px 0 0 0;
  font-weight: normal;
}

.demo-footer {
  padding: 60px 0;
  text-align: center;
  height: 100vh;
}
.demo-footer a {
  color: #999;
  display: inline-block;
  font-family: "Open sans condensed", sans-serif;
}
