.activites {
    position: relative;
    overflow: hidden;
    padding: 40px 0 20px;
   margin-top: 40px;
}
.bgblue {
    background: #7fbfff;
}
.titleparag.colorwhite {
    color: #fff;
    text-align: center;
    display: block;
}
.slider-activites {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}
.flex-activites {
    display: flex;
    flex-wrap: wrap;
}
.boxparag {
    padding-left: 0;
    margin-bottom: 25px;
}
.boximg {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.imgactivites img {
    height: 145px;
    width: auto;
    max-width: inherit;
}
.imgactivites {
    padding-right: 0;
    margin-bottom: 15px;
    overflow: hidden;
}
.boxparag p {
    font-size: 15px;
    color: #fff;
    text-align: justify;
    line-height: 25px;
}
.boxparag:last-child { margin-bottom: 0;}
.boxparag p strong { text-transform: uppercase;}
@media screen and (max-width: 991px) { 
.boxparag:last-child {
    display: none;
}
.boximg .imgactivites:nth-child(3), .boximg .imgactivites:nth-child(4) {
     display: none;
}
.imgactivites img {
    height: 500px;
}
.boxparag {
    padding: 0 15px;
}
.imgactivites {
    margin-bottom: 0;
}
}
@media screen and (max-width: 767px) { 
.imgactivites img {
    height: 300px;
}
.bx-controls-direction {
    bottom: 22%;
}
.bx-wrapper {
    max-width: 94vw !important;
    width: 94vw;
}
.bx-wrapper .bx-viewport {
    width: 94vw !important;
}
.bx-viewport li {
    width: 94vw !important;
}
.boxparag {
    padding: 0;
}
}
@media screen and (max-width: 550px) { 
.imgactivites img {
    height: 200px;
}
.bx-controls-direction {
    bottom: 100px;
}
}
@media screen and (max-width: 400px) { 
.imgactivites img {
    height: 135px;
}
}
