.ecox_titre h2,
.ecox_titre h3,
.ecox_titre h4 {
    position:relative;
    display:inline-block;
    padding-bottom:15px;
    margin:0;
    color: var(--ecox-bleu);
    line-height:1.3;
    font-weight:500;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.ecox_titre h2 {
    font-size:2.2rem!important;
}

.ecox_titre h3 {
    font-size:1.8rem!important;
}

.ecox_titre h4 {
    font-size:1.4rem!important;
}

.ecox_titre h2:after,
.ecox_titre h3:after,
.ecox_titre h4:after {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    background: var(--ecox-rouge);
}

.ecox_titre h2:after {
    height:4px;
    border-radius:4px;
    width:80px;
}
.ecox_titre h3:after {
    height:3px;
    border-radius:3px;
    width:80px;
}
.ecox_titre h4:after {
    height:2px;
    border-radius:2px;
    width:60px;
}

.ecox_titre span {
    display:block;
    margin-bottom:20px;
    color:var(--ecox-rouge);
    font-size:.7rem;
    font-weight:700;
    letter-spacing:.25em;
    text-transform:uppercase;
}

@media(max-width:768px){
    .ecox_titre h2{
        font-size:1.8rem!important;
    }
}