#sectionRaisons {
    width: 80%;
    margin: 0% auto;
}

    #sectionRaisons .row {
        padding: 2% 0%;
    }

    #sectionRaisons .row img {
        width: 66%;
    }

.divTitrePlus {
    text-transform: uppercase;
    color: #68EABA;
}

.row.Rright {
    justify-content: flex-end;
}

.Rright img {
    float: right;
}

@media (min-width : 768px) {

    #sectionRaisons .row img {
        width: 72%;
   
    }

    .right{
        float:right;
    }
}


@media (min-width : 768px) and (max-width:989px) {
    #sectionRaisons .col-md-7{
        width: 100%;
        display: block;
        max-width: none;
        flex: none;
    }

}




@media (min-width : 989px) {
    #sectionRaisons .row img {
        width: 108%;
        float:right;
    }

    html body #sectionRaisons .row.Rright img {
        float: left;
    }
    

 
}


@media (min-width : 1250px) {
    #sectionRaisons .row img {
        width: 66%;
    }
}
    