.s2i_gestionList--displaySlider .s2i_gestionList__section-swiper .swiper-nav .swiper-button-next,
.s2i_gestionList--displaySlider .s2i_gestionList__section-swiper .swiper-nav .swiper-button-prev {
  background: #000;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  opacity: 0.3;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.s2i_gestionList--displaySlider .s2i_gestionList__section-swiper .swiper-nav .swiper-button-next::after,
.s2i_gestionList--displaySlider .s2i_gestionList__section-swiper .swiper-nav .swiper-button-prev::after {
  font-size: 1em;
}
.s2i_gestionList--displaySlider .s2i_gestionList__section-swiper .swiper-nav .swiper-button-next:hover,
.s2i_gestionList--displaySlider .s2i_gestionList__section-swiper .swiper-nav .swiper-button-prev:hover {
  opacity: 1;
}
.s2i_gestionList--displaySlider .s2i_gestionList__section-swiper .swiper-nav .swiper-button-prev {
  left: -100%;
}
.s2i_gestionList--displaySlider .s2i_gestionList__section-swiper .swiper-nav .swiper-button-next {
  right: -100%;
}
.s2i_gestionList--displaySlider .s2i_gestionList__section-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000 !important;
  opacity: 0.3;
}
.s2i_gestionList--displaySlider .s2i_gestionList__section-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  border-radius: 50%;
  background: #000 !important;
}
.s2i_gestionList--displaySlider .s2i_gestionList__section-swiper:hover .swiper-nav .swiper-button-prev {
  left: 15px;
}
.s2i_gestionList--displaySlider .s2i_gestionList__section-swiper:hover .swiper-nav .swiper-button-next {
  right: 15px;
}
.s2i_gestionList--displayHome .s2i_gestionList__slide, .s2i_gestionList--displayCategoriesFooter .s2i_gestionList__slide, .s2i_gestionList--displaySubClothing .s2i_gestionList__slide, .s2i_gestionList--displaySubAccessories .s2i_gestionList__slide {
  position: relative;
  display: block;
}
.s2i_gestionList--displayHome .s2i_gestionList__slide:after, .s2i_gestionList--displayCategoriesFooter .s2i_gestionList__slide:after, .s2i_gestionList--displaySubClothing .s2i_gestionList__slide:after, .s2i_gestionList--displaySubAccessories .s2i_gestionList__slide:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.s2i_gestionList--displayHome .s2i_gestionList__slide:hover:after, .s2i_gestionList--displayCategoriesFooter .s2i_gestionList__slide:hover:after, .s2i_gestionList--displaySubClothing .s2i_gestionList__slide:hover:after, .s2i_gestionList--displaySubAccessories .s2i_gestionList__slide:hover:after {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
}
.s2i_gestionList--displayHome .adtm_elements li > a .img-container, .s2i_gestionList--displayCategoriesFooter .adtm_elements li > a .img-container, .s2i_gestionList--displaySubClothing .adtm_elements li > a .img-container, .s2i_gestionList--displaySubAccessories .adtm_elements li > a .img-container {
  position: relative;
  display: block;
}
.s2i_gestionList--displayHome .adtm_elements li > a .img-container:after, .s2i_gestionList--displayCategoriesFooter .adtm_elements li > a .img-container:after, .s2i_gestionList--displaySubClothing .adtm_elements li > a .img-container:after, .s2i_gestionList--displaySubAccessories .adtm_elements li > a .img-container:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.s2i_gestionList--displayHome .adtm_elements li:hover > a .img-container:after, .s2i_gestionList--displayCategoriesFooter .adtm_elements li:hover > a .img-container:after, .s2i_gestionList--displaySubClothing .adtm_elements li:hover > a .img-container:after, .s2i_gestionList--displaySubAccessories .adtm_elements li:hover > a .img-container:after {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
}

/*# sourceMappingURL=s2i_gestionList.css.map */
