.gym {



    padding: 15px;
    text-align: center;



}

.gym p {


    text-align: justify;
    font-size: 1.3em;

}

.gym li {
    font-size: 1.2em;
    text-align: start;
}

.gymSwiper {
    height: auto;
    width: 70%;
    border: 5px solid var(--customRed);
    border-radius: 50px;
    background-color: var(--customBeige);
    margin: auto;

}

.gym .swiper-slide {
    margin: auto;
    text-align: center;

}

.gym .butt1 {
    text-align: center;
}


.gym .articles {

    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;


    gap: 10px;
    height: auto;
    width: 100%;

    align-items: center;
    justify-items: center;
    /*padding: 15px 15px 50px 15px;*/


}


.gym .articles img {
    width: auto;
    height: 150px;
    text-align: center;
}

.gym .swiper-pagination {
    position: absolute;
    bottom: 20px;

    z-index: 10;
    cursor: pointer;


}

.gym .swiper-button-next,
.gym .swiper-button-prev {
    position: absolute;
    top: 30%;
    z-index: 10;
    cursor: pointer;
    color: var(--customRed);
}

.gym .articles .text {
    justify-self: center;
    align-self: center;
    margin-left: 15px;
    margin-right: 15px;
}

.gym .articles p {
    font-size: 1.2em;

}

.gym .articles aside {
    margin-bottom: 50px;
}

.gym .articles .titre {
    flex-basis: 50%;
    justify-self: center;
    align-self: center;
}

.gym .article1 h1 {
    color: var(--customGreen);
    background-color: var(--customBeige);

}

.gym .article2 h1 {
    color: var(--customRed);
    background-color: var(--customBeige);

}

.gym .article3 h1 {
    color: var(--customOrange);
    background-color: var(--customBeige);
}


/*   ---------------- POPUP ---------------------- */


.gym video {


    text-align: center;
    width: 100%;
    height: auto;
    max-width: 800px;
    margin: 25px 0 25px 0;
}

@media screen and (max-width: 800px) {
    .gymSwiper {
        width: 97%;
        height: auto;

        margin: auto;

    }


}