.text-gray {
    color: #66686a;
}

.soluce {
    min-height: 600px;
    padding: 0;
}

.soluce.violet {
    background: linear-gradient(180deg, #ffff, #e7e1eb, #e7e1eb);
    background-color: #ffff;
}

.soluce.vert {
    background: linear-gradient(180deg, #fff, rgb(245, 248, 238), #ccef88, #ccef88);
    background-color: #ffff;
}

.soluce.orange {
    background: linear-gradient(180deg, #ffff,  rgb(238, 233, 222), #ffd884, #ffd884);
    background-color: #ffff;
}

.soluce.bleu {
    background: linear-gradient(180deg, #ffff, #c2f3ff, #c2f3ff);
    background-color: #ffff;
}

.soluce .description {
    padding: 15px 30px;
    padding-top: 60px;
    font-size: 16px;
}

.soluce .illustration {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: 100% auto;
}

.soluce:nth-child(1) .illustration {
    background-image: url(../images/degrade-violet.jpg);
}

.soluce:nth-child(2) .illustration {
    background-image: url(../images/degrade-vert.jpg);
}

.soluce:nth-child(3) .illustration {
    background-image: url(../images/degrade-orange.jpg);
}

.soluce:nth-child(4) .illustration {
    background-image: url(../images/degrade-bleu.jpg);
}

@media screen and (max-width: 479px) {
    #soluces-content .soluce.col-6 {
        width: 100%;
        flex: 0 0 100%!important;
        max-width: 100%;
    }
}

#soluces-content {
    max-width: 1200px;
}