/* .homeslider-container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}

.homeslider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.homeslider li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.homeslider img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

.homeslider .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1em;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .6);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
}

.homeslider_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../homeslider.gif") no-repeat left top;
  margin-top: -45px;
}

.homeslider_nav:active {
  opacity: 1.0;
}

.homeslider_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}


#homepage-slider > .homepage-slide {
  display: none;
}

 */




/* body {
  background: #eee
} */

#homepage-slider {
  height: 600px;
}

#homepage-slider h2 {
  /* text-align: center; */
  margin-top: 40px;
  font-size: 28px;
  color: darkorange
}

#homepage-slider .slider {
  width: 100%;
  /* max-width: 1450px; */
  padding: 0 50px;
  margin: 25px auto 0;
  height: 350px;
  position: relative;
}

#homepage-slider .slider ul,
#homepage-slider .slider ul li {
  width: 100%;
  height: 100%
}

#homepage-slider .slider ul {
  position: relative;
  overflow: hidden;
  border-radius: 15px
}

#homepage-slider .slider ul li {
  position: absolute;
  top: 0;
  right: -100%;
  background-size: cover;
  /* semon #f98686 */
  background-position: center;
  color: rgb(0, 0, 0);
  /* font-family: serif; */
  opacity: 0;
}

#homepage-slider .slider ul li.active {
  opacity: 1;
}

#homepage-slider>div>ul>li>div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#homepage-slider>div>ul>li>div>div {
  margin-right: 10%;
}

#homepage-slider .slider .controll {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 93%;
  border-bottom: 3px solid #333;
  border-left: 3px solid #333;
  cursor: pointer;
  color: #333
}

#homepage-slider .slider .controll:first-of-type {
  transform: rotate(45deg);
  left: 20px
}

#homepage-slider .slider .controll:last-of-type {
  transform: rotate(225deg);
  right: 20px
}

#homepage-slider .slider .controll:hover,
#homepage-slider .slider .controll.active {
  border-color: #f98686
    /* rose */
}

#homepage-slider>div>ol {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#homepage-slider .slider ol li {
  display: inline-block;
  margin-right: 5px;
}

#homepage-slider .slider ol .fa {
  font-size: 20px;
  color: #333;
  cursor: pointer;
  width: 25px;
  height: 25px;
  border: solid orange 4px;
  border-radius: 50%;
}

#homepage-slider .slider ol li.active .fa {
  border: solid orange 4px;
  background-color: orange;
  border-radius: 50%;
}

#homepage-slider p {
  font-size: 16px;
}

/* #homepage-slider > div > ul > li > div > img */
#homepage-slider>div.slider>ul>li>div>img {
  height: 350px;
  max-width: 500px;
  margin-left: 5%;
  margin-right: 10%;
}

.slider ol li:hover .fa:before,
.slider ol li.active .fa:before {
  /* content: "\f111" */
}

/* .slider ul li.active {
  z-index: 999;
  left: 0
} */
#homepage-comment-ca-marche>div {
  background-color: #4b4b4b;
  padding: 38px 0px;
  z-index: 2;
}

#homepage-comment-ca-marche .slider-titre {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  /* font-family: "Open Sans"; */
  font-size: 23px;
  /* margin-top: 30px; */
  line-height: 28px;
  color: white;
}

#homepage-comment-ca-marche .slider-sous-titre {
  font-size: 16px;
  text-align: center;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 15px;
  color: white;
}

#homepage-comment-ca-marche .trait-slider-titre {
  width: 360px;
  border-bottom: 2px solid #f39c12;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;

}

#homepage-slider .fa-pause-circle-o:before,
#homepage-slider .fa-play-circle-o:before {
  content: none;
}

@media screen and (min-width: 1800px) {
  #homepage-slider>div>ul>li>div>div {
    width: 40%;
  }
}

@media screen and (max-width: 1400px) {
  #homepage-slider>div.slider>ul>li>div>img {
    height: 300px;
    max-width: 400px;
  }
}

@media screen and (max-width: 1250px) {
  #homepage-slider {
    height: 640px;
  }

  #homepage-slider .slider {
    height: 400px;
  }
}

@media screen and (max-width: 1130px) {
  #homepage-slider {
    height: 740px;
  }

  #homepage-slider .slider {
    height: 470px;
  }
}

@media screen and (max-width: 950px) {
  #homepage-slider {
    height: 820px;
  }

  #homepage-slider .slider {
    height: 520px;
  }
}

@media screen and (max-width: 900px) {
  #homepage-slider {
    height: 790px;
  }

  #homepage-comment-ca-marche>div {
    /* padding: 0px;
    margin: 0px; */
  }

  #homepage-slider .slider .controll {
    width: 20px;
    height: 20px;
    top: 57%;
    z-index: 9999;
  }

  #homepage-comment-ca-marche .slider-sous-titre {
    padding-right: 8px;
    padding-left: 8px;
    /* text-align: left;
    font-size: 14px; */
  }

  #homepage-slider p {
    font-size: 14px;
  }

  #homepage-slider>div>ul>li>div {
    flex-direction: column;
  }

  #homepage-slider>div.slider>ul>li>div>img {
    height: unset;
    width: 60%;
  }

  #homepage-slider>div>ul>li>div>div>h2 {
    font-size: 20px;
  }

  #homepage-slider .slider {
    height: 550px;
    padding: 0 10px;
  }

  #homepage-slider>div>ul>li>div>div {
    margin: 0px;
  }
}

@media screen and (max-width: 767px) {
  #homepage-slider {
    height: 650px;
  }

  #homepage-slider>div.slider>ul>li>div>img {
    width: 70%;
  }
  #homepage-slider .slider .controll {
    top: 24%;
  }
}

@media screen and (max-width: 600px) {
  #homepage-slider>div.slider>ul>li>div>img {
    width: 80%;
  }
}

@media screen and (max-width: 499px) {
  #homepage-comment-ca-marche .trait-slider-titre {
    width: 220px;
  }
}