@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");
@import url("https://fonts.googleapis.com/css?family=Cardo|Pathway+Gothic+One");
@font-face {
font-family:"halter";
src:url("../fonts/HALTER__.ttf") format("truetype")
}
#back-top {
  position:fixed;
  bottom:3px;
  z-index:999;
  right:3px
}
#back-top a {
  width:50px;
  display:block;
  text-align:center;
  font:15px/100% Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  text-decoration:none;
  color:none;
  -webkit-transition:.3s;
  -moz-transition:.3s;
  transition:.3s
}
#back-top a:hover {
  box-shadow:0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)
}
#back-top span {
  position:relative;
  width:50px;
  height:50px;
  display:block;
  margin-bottom:7px;
  background:rgba(228,86,86,0.4) url("../img/up.png") no-repeat 5px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  -webkit-transition:.5s;
  -moz-transition:.5s;
  transition:.5s
}
#back-top a:hover span {
  background-color:#e45656
}
.font_size_content {
  position:fixed;
  z-index:999;
  right:0;
  width:40px;
  height:100px;
  top:45%
}
.font_size_content img {
  width:33px;
  height:auto;
  background-color:#789f8a;
  border-radius:3px;
  padding:3px;
  transition:.3s
}
.font_size_content img:hover {
  box-shadow:0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)
}
#footer b {
  position:relative;
  top:3px;
  font-size:1rem;
  color:#e45656
}
.svg-timeline {
  position:absolute;
  margin-left:50%;
  transform:translateX(-50%);
  display:none
}
.timeline {
  display:flex;
  margin:0 auto;
  flex-wrap:wrap;
  flex-direction:column;
  max-width:700px;
  position:relative
}
.timeline__content-desc {
  position:relative;
  font-size:1rem;
  margin-top:20px;
  box-sizing:border-box;
  color:#414141;
  font-weight:normal;
  line-height:25px
}
.timeline:before {
  position:absolute;
  left:50%;
  width:2px;
  height:100%;
  margin-left:-1px;
  content:""
}

@media only screen and (max-width: 767px) {
  .timeline:before {
    left:40px
  }
}

.timeline-item {
  padding:40px 0;
  opacity:.3;
  filter:blur(2px);
  transition:.5s;
  box-sizing:border-box;
  width:calc(50% - -50px);
  display:flex;
  position:relative;
  transform:translateY(-80px)
}
.timeline-item:before {
  content:attr(data-text);
  letter-spacing:3px;
  width:100%;
  position:absolute;
  color:#789f8a;
  font-size:2rem;
  font-family:"Pathway Gothic One", sans-serif;
  border-left:3px solid rgba(228,86,86,0.5);
  top:70%;
  margin-top:-5px;
  padding-left:15px;
  opacity:0;
  right:calc(-100% - 56px)
}
.timeline-item:nth-child(even) {
  align-self:flex-end
}
.timeline-item:nth-child(even):before {
  right:auto;
  text-align:right;
  left:calc(-100% - 56px);
  padding-left:0;
  border-left:none;
  border-right:2px solid rgba(228,86,86,0.5);
  padding-right:15px
}
.timeline-item--active {
  opacity:1;
  transform:translateY(0);
  filter:blur(0px)
}
.timeline-item--active:before {
  top:50%;
  transition:.3s all .2s;
  opacity:1
}
.timeline-item--active .timeline__content-title {
  margin:-50px 0 20px 0
}

@media only screen and (max-width: 767px) {
  .timeline-item {
    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
  }
}

.event_passe {
  opacity:.3;
  filter:blur(2px);
  transition:.5s
}
.timeline__img {
  height:auto;
  width:100%;
  background-position:center center;
  background-repeat:no-repeat;
  border-radius:3px
}
.timeline-container {
  width:100%;
  position:relative;
  padding:80px 0;
  transition:.3s ease 0s;
  background-attachment:fixed;
  background-size:cover
}
.timeline-container:before {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  content:""
}
.bg-img {
  border-radius:5px;
  z-index:9.0;
  -webkit-box-shadow:15px 15px 15px #777;
  -moz-box-shadow:13px 13px 13px #777;
  box-shadow:0 10px 15px rgba(0,0,0,0.2);
  background-size:cover;
  margin:auto;
  height:auto;
  width:400px;
  align-content:left;
  align:left
}
.bg-img ul.text {
  left:-10px;
  position:relative;
  color:#789f8a;
  margin:14px auto 0 auto;
  padding:auto;
  font-weight:normal;
  font-size:1.5rem;
  transition:.4s;
  box-sizing:border-box;
  font-family:"Pathway Gothic One", sans-serif;
  text-align:center;
  display:block;
  background-color:transparent;
  border:1px solid transparent
  //  float: left;
}
