.editor-titre-grand{
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1em;
    position: relative;
    padding-bottom: 35px;
}
.editor-titre-grand::after{
    content:"";
    display: inline-block;
    width: 190px;
    height: 2px;
    background: #1d1d1b;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.editor-titre-moyen{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1em;
}

.editor-titre-petit{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 1em;
}

.editor-texte-grand{
    font-size: 18px;
}

.editor-bleu-fonce{
    color: #075263;
}

.editor-bleu-tres-fonce{
    color: #143144;
}

.editor-bleu{
    color: #31868f;
}

.editor-bleu-vert{
    color: #08b7a3;
}

.editor-bouton-gris {
    text-transform: uppercase;
    font-weight: 700;
    border: 3px solid #c7c7d6;
    color: #1d1d1b;
    transition: all .25s;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 100;
    background-color: #ffffff;
}
.editor-bouton-gris.actus {
    margin: 10px auto;
    text-align: center;
    width: 306px;
    display: block; 
}
.editor-bouton-gris:hover{
    background-color: #c7c7d6;
}

.editor-bouton-blanc{
    text-transform: uppercase;
    font-weight: 700;
    border: 3px solid #fff;
    color: #1d1d1b;
    transition: all .25s;
    display: inline-block;
    text-align: center;
}
.editor-bouton-blanc:hover{
    background-color: #fff;
}

.editor-bouton-gris a,
.editor-bouton-blanc a{
    color: #1d1d1b !important;
    border: none !important;
    padding: 11px 23px;
    display: inline-block;
}

@media (min-width: 1200px) {

    /** BTNS **/
    .editor-bouton-blanc,
    .editor-bouton-gris{
        position: relative;
    }
    .editor-bouton-blanc::before,
    .editor-bouton-blanc::after,
    .editor-bouton-gris::before,
    .editor-bouton-gris::after{
        content: "";
        display: inline-block;
        position: absolute;
        transition: all .2s;
    }
    .editor-bouton-blanc::before,
    .editor-bouton-gris::before{
        height: 1px;
        width: 53px;
        background: #d2d2d1;
        right: -41px;
        top: 19px;
    }
    .editor-bouton-blanc::after,
    .editor-bouton-gris::after{
        width: 23px;
        height: 23px;
        background: url(images/carre-bleu-3x.png) center center no-repeat;
        background-size: 23px 23px;
        right: -52px;
        top: 8px;
    }
    .editor-bouton-blanc:hover::before,
    .editor-bouton-gris:hover::before{
        width: 63px;
        right: -51px;
    }
    .editor-bouton-blanc:hover::after,
    .editor-bouton-gris:hover::after{
        right: -62px;
    }
    /** END BTNS **/

    .editor-titre-grand{
        font-size: 50px;
    }

    .editor-titre-moyen{
        font-size: 35px;
    }
    
    .editor-titre-petit{
        font-size: 25px;
        display: inline-block;
        margin-bottom: 25px;
    }

}