#z2-home-container-tf0 {
  width: 95%;
  margin: 0px 0 100px auto;
  position: relative;
}

#z2-home-container-tf0 .titre {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

#z2-home-container-tf0 .separateur {
  background-color: #002169;
  width: 40px;
  height: 3px;
  margin: 5px 0 20px 0;
}

#z2-home-container-tf0 .titre h3 {
  font-weight: 500;
  font-size: 18px;
  color: #002169;
  letter-spacing: 0;
}

#z2-home-container-tf0 .titre p {
  font-weight: 500;
  font-size: 24px;
  color: #002169;
  letter-spacing: 0;
}



#z2-home-container-tf0 .swiper .texte {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

#z2-home-container-tf0 .swiper .texte p.prix-desk {
  display: none;
  font-weight: 500;
  font-size: 16px;
  color: #002169;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 10px;
}



#z2-home-container-tf0 .swiper .texte a {
  background: #FFFFFF;
  border: 1px solid #002169;
  font-weight: 400;
  font-size: 18px;
  color: #002169;
  letter-spacing: 0;
  text-align: center;
  line-height: 18px;
  width: 180px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 400ms;
}

#z2-home-container-tf0 .swiper .texte a:hover {
  background: #002169;
  color: #FFFFFF;
}

.slide-1,
.slide-2,
.slide-3,
.slide-4,
.slide-5,
.slide-6,
.slide-7,
.slide-8,
.slide-9,
.slide-10 {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: end;
}


/*IMAGES DES SLIDES MODIFIABLE*/
/*
.slide-1 {
    background-image: url(//media.idkids.fr/media/content/cms/Commun/Homepage/Z2/SPORTSWEAR_AH23/1.webp);   
} 

.slide-2 {
    background-image: url(//media.idkids.fr/media/content/cms/Commun/Homepage/Z2/SPORTSWEAR_AH23/2.webp);   
} 
.slide-3 {
    background-image: url(//media.idkids.fr/media/content/cms/Commun/Homepage/Z2/SPORTSWEAR_AH23/3.webp);   
} 
.slide-4 {
    background-image: url(//media.idkids.fr/media/content/cms/Commun/Homepage/Z2/SPORTSWEAR_AH23/4.webp);   
} 
.slide-5 {
    background-image: url(//media.idkids.fr/media/content/cms/Commun/Homepage/Z2/SPORTSWEAR_AH23/5.webp);   
} 
.slide-6 {
    background-image: url(//media.idkids.fr/media/content/cms/Commun/Homepage/Z2/SPORTSWEAR_AH23/6.webp);   
} 

.slide-7 {
  background-image: url(//media.idkids.fr/media/content/cms/Commun/Homepage/Z2/NAISSANCE_AH22/7.webp);
} */
/*CSS SLIDER*/

.swiper {
  margin-left: 0;
  width: 100%;
  height: 400px;
}

.swiper-slide {
  height: 400px !important;
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-scrollbar {
  border-radius: 0;
}



.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 2px;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 33, 105, 100);
  border-radius: 0px;
  left: 0;
  top: 0;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: 50;
  height: 4px;
  width: 95%;
  margin: auto 0 auto auto;
}


.swiper-button-next,
.swiper-button-prev {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px;
  font-weight: 700;
}


/*MEDIA*/

@media screen and (min-width: 860px) {
  #z2-home-container-tf0 {
    margin: 50px 0 100px auto;
  }

}


@media screen and (min-width: 800px) {

  #z2-home-container-tf0 .titre p.prix-mob {
    display: none;
  }

  #z2-home-container-tf0 .titre h3 {
    font-size: 30px;
  }

  #z2-home-container-tf0 .titre h3 span.no-desk {
    display: none;
  }

  #z2-home-container-tf0 .titre p {
    font-weight: 500;
    font-size: 30px;
    color: #022169;
    letter-spacing: 0;
  }

  #z2-home-container-tf0 .swiper .texte p.prix-desk {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #002169;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 10px;
  }

  #z2-home-container-tf0 .swiper .texte p.prix-desk span {
    font-size: 30px;
  }

  #z2-home-container-tf0 .swiper .texte a {
    background: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    width: 216px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*MEDIA SLIDER*/

  .swiper {
    height: 620px;
  }

  #z2-home-container-tf0,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 98%;
  }

  .swiper-slide {
    height: 620px !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: flex;
    color: #002169;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    border-radius: 100%;
    top: 54%;
  }


}

@media screen and (min-width: 1400px) {

  .slide-1,
  .slide-2,
  .slide-3,
  .slide-4,
  .slide-5,
  .slide-6,
  .slide-7 {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  .swiper {
    height: 590px;
  }

  .swiper-slide {
    height: 580px !important;
  }

}

@media screen and (min-width: 1680px) {
  .swiper {
    height: 680px;
  }

  .swiper-slide {
    height: 670px !important;
  }
}

@media screen and (min-width: 1800px) {
  .swiper {
    height: 600px;
  }

  .swiper-slide {
    height: 590px !important;
  }
}

@media screen and (min-width: 2000px) {
  .swiper {
    height: 710px;
  }

  .swiper-slide {
    height: 700px !important;
  }
}

@media screen and (min-width: 2700px) {
  .swiper {
    height: 810px;
  }

  .swiper-slide {
    height: 800px !important;
  }
}
@media screen and (max-width: 767px) {
  .slide-sup{
    vertical-align: inherit !important;
    font-size: 11px !important;
  }
}