@font-face {
  font-family: "BrownSugar-Regular";
  src: url("../fonts/brown-sugar/brown-sugar.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

.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 {
  position: relative;
  display: block;
}

.s2i_gestionList--displayHome .s2i_gestionList__slide span,
.s2i_gestionList--displayCategoriesFooter .s2i_gestionList__slide span {
  display: none;
}

.s2i_gestionList--displayHome .s2i_gestionList__slide.title_on_img:after,
.s2i_gestionList--displayCategoriesFooter .s2i_gestionList__slide.title_on_img:after {
  content: "";
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background-position: 0% 100%;
  background-size: 100% 50%;
  transition: all 1200ms linear(0, 0.0744, 0.148, 0.217, 0.28, 0.337, 0.39, 0.439, 0.484, 0.525, 0.563, 0.598, 0.63, 0.66, 0.687, 0.712, 0.735, 0.756, 0.776, 0.794, 0.81, 0.825, 0.839, 0.852, 0.864, 0.875, 0.885, 0.894, 0.903, 0.91, 0.918, 0.924, 0.93, 0.936, 0.941, 0.946, 0.95, 0.954, 0.958, 0.961, 0.964, 0.967, 0.97, 0.972, 0.974, 0.976, 0.978, 0.98, 0.982, 0.983, 0.984, 0.986, 0.987, 0.988, 0.989, 0.99, 0.991, 0.991, 0.992, 0.993, 0.993, 0.994, 0.994, 0.995, 0.995, 0.996, 0.996, 0.996, 0.997, 0.997, 0.997, 0.997, 0.998, 0.998, 0.998, 0.998, 0.998, 0.998, 0.998, 0.999, 0.999, 0.999, 0.999, 0.999, 1);
  transform-origin: center center;
  background-repeat: no-repeat;
}

.s2i_gestionList--displayHome .s2i_gestionList__slide.title_on_img:hover:after,
.s2i_gestionList--displayCategoriesFooter .s2i_gestionList__slide.title_on_img:hover:after {
  background-position: 200% 200%;
  background-size: 100% 100%;
  transform: scale(1, 1);
}

.s2i_gestionList--displayHome .s2i_gestionList__slide.title_on_img:hover span,
.s2i_gestionList--displayCategoriesFooter .s2i_gestionList__slide.title_on_img:hover span {
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  font-size: 1.775rem;
}

.s2i_gestionList--displayHome .s2i_gestionList__slide.title_on_img span,
.s2i_gestionList--displayCategoriesFooter .s2i_gestionList__slide.title_on_img span {
  display: block;
  z-index: 50;
  width: 100%;
  text-align: center;
  font-family: "BrownSugar-Regular";
  font-size: 1.575rem;
  line-height: 1;
  position: absolute;
  bottom: 25px;
  left: 50%;
  padding: 0 15px;
  color: white;
  transform-origin: center center;
  transform: translateX(-50%);
  transition: all 1200ms linear(0, 0.0744, 0.148, 0.217, 0.28, 0.337, 0.39, 0.439, 0.484, 0.525, 0.563, 0.598, 0.63, 0.66, 0.687, 0.712, 0.735, 0.756, 0.776, 0.794, 0.81, 0.825, 0.839, 0.852, 0.864, 0.875, 0.885, 0.894, 0.903, 0.91, 0.918, 0.924, 0.93, 0.936, 0.941, 0.946, 0.95, 0.954, 0.958, 0.961, 0.964, 0.967, 0.97, 0.972, 0.974, 0.976, 0.978, 0.98, 0.982, 0.983, 0.984, 0.986, 0.987, 0.988, 0.989, 0.99, 0.991, 0.991, 0.992, 0.993, 0.993, 0.994, 0.994, 0.995, 0.995, 0.996, 0.996, 0.996, 0.997, 0.997, 0.997, 0.997, 0.998, 0.998, 0.998, 0.998, 0.998, 0.998, 0.998, 0.999, 0.999, 0.999, 0.999, 0.999, 1);
}

.s2i_gestionList--displayHome .s2i_gestionList__slide.title_on_img .stretched-link::after,
.s2i_gestionList--displayCategoriesFooter .s2i_gestionList__slide.title_on_img .stretched-link::after {
  z-index: 50;
}

.s2i_gestionList--displaySubClothing .adtm_elements li>a .img-container.title_on_img,
.s2i_gestionList--displaySubAccessories .adtm_elements li>a .img-container.title_on_img {
  position: relative;
  display: block;
}

.s2i_gestionList--displaySubClothing .adtm_elements li>a .img-container.title_on_img:after,
.s2i_gestionList--displaySubAccessories .adtm_elements li>a .img-container.title_on_img:after {
  content: "";
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background-position: 0% 100%;
  background-size: 100% 50%;
  transition: all 1200ms linear(0, 0.0744, 0.148, 0.217, 0.28, 0.337, 0.39, 0.439, 0.484, 0.525, 0.563, 0.598, 0.63, 0.66, 0.687, 0.712, 0.735, 0.756, 0.776, 0.794, 0.81, 0.825, 0.839, 0.852, 0.864, 0.875, 0.885, 0.894, 0.903, 0.91, 0.918, 0.924, 0.93, 0.936, 0.941, 0.946, 0.95, 0.954, 0.958, 0.961, 0.964, 0.967, 0.97, 0.972, 0.974, 0.976, 0.978, 0.98, 0.982, 0.983, 0.984, 0.986, 0.987, 0.988, 0.989, 0.99, 0.991, 0.991, 0.992, 0.993, 0.993, 0.994, 0.994, 0.995, 0.995, 0.996, 0.996, 0.996, 0.997, 0.997, 0.997, 0.997, 0.998, 0.998, 0.998, 0.998, 0.998, 0.998, 0.998, 0.999, 0.999, 0.999, 0.999, 0.999, 1);
  transform-origin: center center;
  background-repeat: no-repeat;
}

.s2i_gestionList--displaySubClothing .adtm_elements li>a .img-container.title_on_img span,
.s2i_gestionList--displaySubAccessories .adtm_elements li>a .img-container.title_on_img span {
  display: block;
  z-index: 50;
  width: 100%;
  text-align: center;
  font-family: "BrownSugar-Regular";
  font-size: 1.375rem;
  line-height: 1;
  position: absolute;
  bottom: 25px;
  left: 50%;
  padding: 0 15px;
  color: white;
  transform-origin: center center;
  transform: translateX(-50%);
  transition: all 1200ms linear(0, 0.0744, 0.148, 0.217, 0.28, 0.337, 0.39, 0.439, 0.484, 0.525, 0.563, 0.598, 0.63, 0.66, 0.687, 0.712, 0.735, 0.756, 0.776, 0.794, 0.81, 0.825, 0.839, 0.852, 0.864, 0.875, 0.885, 0.894, 0.903, 0.91, 0.918, 0.924, 0.93, 0.936, 0.941, 0.946, 0.95, 0.954, 0.958, 0.961, 0.964, 0.967, 0.97, 0.972, 0.974, 0.976, 0.978, 0.98, 0.982, 0.983, 0.984, 0.986, 0.987, 0.988, 0.989, 0.99, 0.991, 0.991, 0.992, 0.993, 0.993, 0.994, 0.994, 0.995, 0.995, 0.996, 0.996, 0.996, 0.997, 0.997, 0.997, 0.997, 0.998, 0.998, 0.998, 0.998, 0.998, 0.998, 0.998, 0.999, 0.999, 0.999, 0.999, 0.999, 1);
}

.s2i_gestionList--displaySubClothing .adtm_elements li:hover>a .img-container.title_on_img:after,
.s2i_gestionList--displaySubAccessories .adtm_elements li:hover>a .img-container.title_on_img:after {
  background-position: 200% 200%;
  background-size: 100% 100%;
  transform: scale(1, 1);
}

.s2i_gestionList--displaySubClothing .adtm_elements li:hover>a .img-container.title_on_img span,
.s2i_gestionList--displaySubAccessories .adtm_elements li:hover>a .img-container.title_on_img span {
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  font-size: 1.375rem;
}

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