#container-lesSports{
    width: 60%;
    margin: auto;
}

#container-lesSports h2{
    line-height: 100%;
    padding:2em 0 1em 0;
}

.swiper {
    width: 100%;
    height: 13.5em;
    margin-bottom: 4em;
    padding: 1em;
    border-left: 5px solid #3B8928;
    border-right: 5px solid #3B8928;
  }

  .swiper-slide {
    text-align: left;

    /* 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;

    border-radius: 8px;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.swiper-slide.one:nth-child(1){
    background-image: url(../medias/images/yoga.png);
    background-size: cover;
}

.swiper-slide.one:nth-child(2){
    background-image: url(../medias/images/pilates.png);
    background-size: cover;
    
}

.swiper-slide.one:nth-child(3){
    background-image: url(../medias/images/taiChi.png);
    background-size: cover;
    
}

.swiper-slide.two:nth-child(1){
    background-image: url(../medias/images/karate.png);
    background-size: cover;
}

.swiper-slide.two:nth-child(2){
    background-image: url(../medias/images/boxeFR.png);
    background-size: cover;
    
}

.swiper-slide.two:nth-child(3){
    background-image: url(../medias/images/taekwondo.png);
    background-size: cover;
    
}

.swiper-slide.three:nth-child(1){
    background-image: url(../medias/images/running.png);
    background-size: cover;
}

.swiper-slide.three:nth-child(2){
    background-image: url(../medias/images/endurance.png);
    background-size: cover;
    
}

.swiper-slide.three:nth-child(3){
    background-image: url(../medias/images/marcheNordique.png);
    background-size: cover;
    
}
.swiper-slide span{
    font-family: "exo";
    font-weight: bolder;
    color: white;
    text-align: left;
}
.swiper-slide a{
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.swiper-slide a h3{
    margin: 35% 0 5% 10%;
}