.title-left > .section-header{
    padding: 0 2% 0 10%;
    margin: 0 2%;
    width: 46%;
}

.title-left > .section-header > .section-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.title-left > .section-header > .section-subtitle, .title-left > .section-header > .section-title{
    text-align: left;
    padding-left: 35px;
}

.title-left > .section-header > .section-title:before{
    left: 0;
    margin: 0;
}
.section-image-right{
    position: absolute;
    width: 100%;
    background-color: darkgrey;
    top: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    padding: 0;
}

.section-item{
    display: inline-block;
    width: 45%;
}

.section-item > h5{
    font-weight: 600;
}

@media only screen and (max-width: 1236px){
    .title-left > .section-header{
        padding: 0 2% 0 5%;
        margin: 0 2%;
        width: 46%;
    }
}

@media only screen and (max-width: 818px){
    .title-left > .section-header{
        padding: 0 2% 0 2%;
        margin: 0 2%;
        width: 46%;
    }
}

@media only screen and (max-width: 769px){
    .section-item{
        width: 100%;
    }

    #reactif-innovant > .section-header {
        width: 100%;
        max-width: 100%;
    }
    .section-image-right{
        display: none;
    }
}

@media only screen and (max-width: 440px){
    .title-left > .section-header > .section-subtitle, .title-left > .section-header > .section-title{
        padding-left: 10px;
    }
}

@media only screen and (max-width: 350px){
    .title-left > .section-header > .section-subtitle, .title-left > .section-header > .section-title{
        padding-left: 2px;
    }
}