



@media only screen and (max-width: 1024px) {



}


@media only screen and (max-width: 768px) {

    
    .content-text-center h3 {
        line-height: 1.5;
        margin-bottom: 0;
        font-size: 27px;
    }

    .content-text-center span {
        padding-left: 0;
        /* padding-right: 8px; */
        /* color: white; */
        font-size: 14px;
        /* text-transform: capitalize; */
    }
.img-bottom-banniere {
    position: absolute;
    left: 1%;
    bottom: -99px;
    transform: rotate(-13deg);
}

}


@media only screen and (max-width: 425px) {

	.img-bottom-banniere {
    position: absolute;
    left: -19%;
    bottom: -107px;
    transform: rotate(-13deg);
}


.img-top-banniere {
    position: absolute;
    right: -53px;
    top: -57px;
    z-index: 2;
    overflow: hidden;
}


    h3.title-banner-center {
        /*font-weight: 600;
        line-height: 52px;
        color: #fff;
        font-size: 30px;
        text-align: center;*/
    }

    .content-text-center h3 {
        line-height: 1.5;
        margin-bottom: 0;
        font-size: 22px;
    }

    .content-text-center span {
        padding-left: 0px;
        /* padding-right: 8px; */
        /* color: white; */
        font-size: 12px;
        /* text-transform: capitalize; */
    }


}




@media only screen and (max-width: 375px) {




}


@media only screen and (max-width: 320px) {



}