.titre-conseils {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
        color: white;
}
.titre-conseils:hover {
    color: #F28500;
}
.texte-conseils {
    display: inline-block;
}

img.icone-conseils {
    height: 40px;
}

.icone-bloc-conseils {
    background-color: #FFF;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.conseils.col-xs-12 {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    height: 130px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}