html {
  height: 100%;
}
body {
  margin: 0;
  position: relative;
  height: 100%;
}

/*body.pageproduits {
    padding-top: 94px;
  }*/


.swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  height: 100%;
}
.swiper-slide .title {
  font-style: italic;
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 45px;
}
.pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: 10px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: #fff;
}

.arrow-left {
  background: url(../../swiper/demos/img/arrows.png) no-repeat left top;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 10;
}
.arrow-right {
  background: url(../../swiper/demos/img/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 10;
}

.caption {
  position: relative;
  color:#000;
  width:60%;
  margin-left: 20%;
  height:100%;
  /*background: green;*/
}

.caption div {
  position: absolute;
  background: transparent url(../img/bg_white_70.png) 0 0 repeat;
  color: #666;
  padding: 1.5em;
  /*top: 60%;*/
  bottom: 0%;
  width: 100%;
}

@media screen and (max-width: 1010px) {
  .caption {
    width: 90%;
    margin-left: 5%;
  }

  .caption div {
    padding: 1.2em;
    /*top: 55%;*/
    bottom: 0%;
  }
}

