.bloc-h2-pages {margin-top:10px;}
.bloc-h2-pages svg {position: absolute;top: 0;left: -1vw;}
.bloc-h2-pages h2.title_interieur {line-height: 1.3;}
.bloc-h2-pages h2.title_interieur span {
    font-family: var(--e-global-typography-4e914f6-font-family), Sans-serif;
    font-size: var(--e-global-typography-4e914f6-font-size);
    font-weight: var(--e-global-typography-4e914f6-font-weight);
    font-style: var(--e-global-typography-4e914f6-font-style);
    color: var(--e-global-color-secondary);
}

@media (max-width:768px) {
    .bloc-h2-pages svg {left: -4vw;}
}