.bj-ActivitesImgSection{
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.bj-ActivitesImgblock{
    width: 100%;
    height: auto;
}

.bj-ActivitesImglevel{
    width: 100%;
    height: auto;   
}

.bj-ActivitesImg{
    width: 100%;
}

.bj-ActivitesImgRootImg{
    position: relative;
}

.bj-ActivitesImglogo{
    position: absolute;
    top: 0;
    transform: rotate(90deg);
}

@media screen and (max-width:1660px) {
    .bj-ActivitesImgSection{
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media screen and (max-width:990px) {
    .bj-ActivitesImgSection{
        margin-top: 50px;
        margin-bottom: 50px;
    }
}