/*.icon-check-etapes{
    display: inline-block;
    color: #F28500;
    font-size: 35px;
}*/
.etapes {
    display: flex;
    flex-wrap: wrap;
}

.image-etapes{
    height: 45px;
}

h3.titre-etapes{
    margin-left: 19px;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #242D73;
    font-weight: bold;
    width: calc(100% - 64px);
}

p.texte-etapes{
    padding-left: 70px;
    width: 100%;
}

