/* ============================================ *
 * Slideshow
 * ============================================ */
.myslideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ededed;
}
.myslideshow-container .myslideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
.myslideshow-container .myslideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.myslideshow-container .myslideshow > li:first-child {
  position: static;
  z-index: 100;
}
.myslideshow-container .myslideshow > li img {
  max-width: 100%;
  width: 100%;
}

.myslideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.myslideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
.myslideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.myslideshow-pager span:hover:before {
  background-color: #c8066e;
}
.myslideshow-pager span.cycle-pager-active:before {
  background-color: #c8066e;
}
.myslideshow-pager > * {
  cursor: pointer;
}

.myslideshow-prev,
.myslideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.myslideshow-prev:before,
.myslideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
.myslideshow-prev:hover,
.myslideshow-next:hover {
  opacity: 1;
}
.myslideshow-prev.disabled,
.myslideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.myslideshow-prev {
  left: 8px;
}
.myslideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
.myslideshow-prev:hover:before {
  border-color: transparent #c8066e transparent transparent;
}

.myslideshow-next {
  right: 8px;
}
.myslideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
.myslideshow-next:hover:before {
  border-color: transparent transparent transparent #c8066e;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

.home-slide-title {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #363636;
}

.product-slide-container-title {
  display: block;
  color: white;
  background-color : #db1a83;
  font-size: 16px;
  padding: 5px;
}

.product-slider img {
  max-width: 100% !important;
  width: 250px !important;
  margin: 0 auto;
  display: block;
}

.product-slider .slide-title,
.product-slider .slide-desc {
  color: #2a2a2a !important;
}

.product-sliders-container {
  text-align: center;
  margin-bottom: 20px;
}

.product-sliders-container .btn {
  display: inline-block;
  background: #db1a83;
  color: white;
  padding: 5px 15px;
}
.product-sliders-container li {
  min-height: 350px;
}

.product-sliders-container .btn:hover {
  background: #2a2a2a;
  color: white;
}

.product-sliders-container .tout-voir {
  margin-bottom: 10px;
}
