.comedien-slider-container {
  margin: 0;
  height: 90%;
}
.comedien-slider-container .animate {
  position: relative;
}
.comedien-slider-container .slick-slide:not(.slick-active) .animate {
  opacity: 0;
}
.comedien-slider-container li {
  position: relative;
  padding-bottom: 13rem;
  height: 100%;
}
.comedien-slider-container li:last-child .content, .comedien-slider-container li:last-child .content .container{
  height: 100%;
}
.comedien-slider-container li:last-child .content .container{
  display: table;
 }
.comedien-slider-container li:last-child .content .container h3{
  display: table-cell;
  vertical-align: middle;
 }
.comedien-slider-container .margin-track {
  height: 100%;
}

.section-comedien{
  position: relative;
  background: #FFF;
  font-family: National;
  /*height: 100vh;*/
}

.section-comedien .content .position {
  margin-bottom: 6rem;
}

.section-comedien .content .auteur {
  margin: 0;
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
  width: 100%;
  /*text-align: center;*/
  line-height: 1;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .section-comedien .content .auteur {
    text-align: center;
    max-width: none;
  }
}

.section-comedien .content {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.section-comedien .content h2 {
  /*width: 25%;*/
  /*font-size: 6.8rem;*/
  /*line-height: 5.1rem;*/
  margin-bottom: 10px;
  font-size: 6.25rem;
  line-height: 4.8125rem;
  margin-top: 8rem;
  /* max-width: 400px; */
  display: inline-block;
  margin-left: -3px;
}
.section-comedien .artists .content h2 {
  padding-top: 25vh;
}
.section-comedien .content h2 a,
.section-comedien .content .oeuvre a {
  color: #FFF;
}
.section-comedien .content h2 a:hover,
.section-comedien .content .oeuvre a:hover {
  color: #ec0928;
}
.section-comedien .content span {
  display: block;
}

.section-comedien .content .oeuvre {
  margin: 0;
  line-height: 1;
}

.section-comedien .background-cover-wrap{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-comedien .background-cover {
  /*opacity: 1;*/
  top: -150px;
  left: inherit;
  height: calc(100% + 300px)
}

.section-comedien .silder-navigation {
  position: absolute;
  bottom: 4rem;
  left: 0;
  width: 100%;
}
/* IE fix */
.section-twitter .slider-arrow .slick-prev,
.section-twitter .slider-arrow .slick-next,
.section-list-square .slider-arrow .slick-prev,
.section-list-square .slider-arrow .slick-next,
.section-comedien .slider-arrow .slick-prev,
.section-comedien .slider-arrow .slick-next {
  position: inherit ;
}
@media screen and (min-width: 768px) {
  #today-container .section-comedien .silder-navigation {
      padding-right: 90px !important;
  }
  #yesterday-container .section-comedien .silder-navigation {
      padding-left: 90px !important;
  }
}


.section-comedien .silder-navigation span {
  color: #FFF;
}
.section-comedien .currentpectacle {
  margin-top: 20vh;
}

@media ( max-width: 600px ) {

  .section-comedien .comedien-slider-container li{
    /*height: 500px;*/
    /*margin-bottom: 100px;*/
  }
  .section-comedien .comedien-slider-container .left-padding {
    width: 100%;
  }

  .section-comedien .content .position {
    /*padding-bottom: 100px;*/
  }

  .section-comedien .silder-navigation {
    left: initial;
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  .mobileslider {
    text-align: center;
  }
  .section-comedien .content .oeuvre {
    text-align: center;
  }
  .section-comedien .content span {
    text-align: center;
  }
  .section-comedien .content span {
    text-align: center;
  }
  .section-comedien .silder-navigation {
    text-align: center;
  }
  .section-comedien{
    height: 90vh;
  }
  .currentpectacle {
    margin-top: 30vh;
    text-align: center;
  }
  .section-comedien .content h2 {
    margin-top: 2rem;
    font-size: 50px;
    line-height: 40px;
    text-align: center;
  }
  .section-comedien .artists .content h2 {
    padding-top: 30vh;
  }
  .section-comedien .content .position {
    margin-bottom: 3rem;
    text-align: center;
  }
  .section-comedien .currentpectacle {
    margin-top: 35vh;
  }
}

@media screen and (max-width: 768px) {
  .section-comedien, .section-comedien .comedien-slider-container, .section-comedien .comedien-slider-container li {
    width: 100vw;
  }
}
