.editor-chapo{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.editor-titre{
    font-size : 27px;
    line-height: 1.2;
    font-weight: bold;
    color: #A7BA0E;
}

.editor-titre-h3{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 300;
    color: #1EA4A1;
}

.editor-titre-h4{
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 300;
    line-height: 1.2;
}
 
.editor-titre-h5{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #A7BA0E;
}

.editor-titre-h6{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}

.editor-bleu{
    color: #1EA4A1;
}

.editor-vert{
    color: #A7BA0E;
}

/* Version 768 */
@media (min-width: 768px) {
    .editor-chapo{
        font-size: 20px;
    }
    
    .editor-titre{
        font-size : 40px;
    }
    
    .editor-titre-h3{
        font-size: 32px;
    }
    
    .editor-titre-h4{
        font-size: 25px;
    }
     
    .editor-titre-h5{
        font-size: 23px;
    }
    
    .editor-titre-h6{
        font-size: 18px;
    }
}
/* END Version 1200 */

/* Version 1200 */
@media (min-width: 1200px) {
    .editor-chapo{
        font-size: 22px;
    }
    
    .editor-titre{
        font-size : 54px;
    }
    
    .editor-titre-h3{
        font-size: 42px;
    }
    
    .editor-titre-h4{
        font-size: 30px;
    }
     
    .editor-titre-h5{
        font-size: 24px;
    }
    
    .editor-titre-h6{
        font-size: 19px;
    }
}
/* END Version 1200 */