@media only screen and (max-width:800px){
    .conteneur-spa {
    padding: 30px 0;
}

.content-boc-spa {
    display:  flex;
    flex-direction:  column;
    margin-top: 20px;
}

.conteneur-infrastructutre-sportive {
    width: 100%;
    height:  auto;
    padding-top: 30px;
}

.bloc-left-spa, .bloc-right-spa {
    width:  100%;
    box-sizing:  border-box;
}

.content-infrastructure {
    margin-top:  20px;
    flex-direction:  column;
}

.bloc-infrastructure-left, .bloc-infrastructure-droit {
    width: 100%;
}

.content-description-spa {
    box-sizing:  border-box;
}

.content-description-spa p {
    font-size:  14px;
    line-height:  1.7;
}

.content-liste-elt li {
    width: 50%;
}

.description-infrastructure p {
    font-size: 14px;
    line-height:  1.5;
}

.description-infrastructure {
    width: 100%;
}

.description-piscine {
    font-size: 15px;
}
}

@media only screen and (max-width:360px){
    .content-liste-elt li {
    width:  100%;
}

.bloc-infrastructure-droit .description-image-infrastructure {
    font-size: 13px;
    padding:15px
}
}