/** END FONCTIONS **/
.editor-titre-grand {
  font-family: 'Playfair Display', serif;
  font-size: 1.5em;
  line-height: 1.25;
}
.editor-titre-moyen {
  font-family: 'Playfair Display', serif;
  font-size: 1.35em;
  line-height: 1.25;
}
.editor-texte-grand {
  font-size: 1.1em;
}
.editor-texte-manuscrit {
  font-family: 'Playfair Display', serif;
}
/* Version > 768 */
/* END Version > 768 */
/* Version > 1200 */
@media (min-width: 1200px) {
  .editor-titre-grand {
    font-size: 2.5em;
  }
  .editor-titre-moyen {
    font-size: 1.875em;
  }
  .editor-texte-grand {
    font-size: 1.25em;
  }
}
/* END Version > 1200 */
