/**umb_name:sous-titre*/
.desc_subtitle{font-family: $benchNine;
font-weight: bold;
font-size: 36px;
line-height: 52px;
padding-top: 22px;
text-transform: uppercase;
display: block;}

/**umb_name:Bloc gris*/
.BlocGris{padding: 33px 45px;
background-color: #F5F5F5;
column-count: 2;
text-align: left;}

/**umb_name:sous-titre-rouge*/
.sousTitreRouge {
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #DF002D;
    text-transform: uppercase;
    padding-left: 10px;
    position: relative;
    display: block;
    margin-bottom: 6px;
}

    .sousTitreRouge:before {
        content: '\f111';
        font-family: 'Font Awesome 5 Free';
        font-size: 6px;
        position: absolute;
        top: 1px;
        left: 0;
    }

@media screen and (max-width: 576px) {
    .BlocGris {
        column-count: 1;
    }

}