/* cmsms stylesheet: Gaschney modified: 12/21/21 11:05:16 */
.logo .fixe{display:none}
.header-scrolled .logo .fixe{display:block}
.header-scrolled .logo .top{display:none}
.navbar li a, .navbar .dropdown ul a {text-transform: uppercase;}
#main p {text-align:justify;}
#main h1,h2,h3,h4,h5,h6{text-align:left}
#main li {text-align:left;}
#main a{color:#1e4356;}
#main a:hover{color:#d1b980;}
.infoneige{
font-weight:bold;
color: #c5b98e
}
#main .pistes a{
color:#d1b980;
}
#main .pistes a:hover{
color:#FFF;
}
.navbar li.webcam a{
color: #b6aa7a;
    font-size: 20px;
    font-weight: bold;
}
.trail h3, .rando h3 {
    font-size: 18px;
    background: #1e4356;
    padding: 10px;
    margin: 0px;
    color: #FFF;
}

.orange2{color:#ffb160;}
.bleu2{color:#3e6f88;}
.vert2{color:#538217;}
.rouge2{color:#cd171a;}
/* TIMELINE */

.intro {
  background: #E86361;
  padding: 100px 0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

h1 {
  font-size: 2.5rem;
}


/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul {
  /*background: #1B9AAA;*/
  padding: 50px 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #1e4356;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #d1b980;
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #d1b980 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #d1b980;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #d1b980;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div, .timeline ul li:nth-child(odd) div {
    left: 45px;
    width:190px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #d1b980 transparent transparent;
  }
}

/* FIN TIMELINE */

.red{color:red;}

p.infostationopen {
    background: #157c3f;
    width: 200px!important;
    color: white!important;
    text-transform: uppercase;
    border-radius: 20px;
    font-size: 2em;
}
p.infostationclosed {
    background: #e14010;
    width: 200px!important;
    color: white!important;
    text-transform: uppercase;
    border-radius: 20px;
    font-size: 2em;
}
