/** END FONCTIONS **/
.editor-titre {
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #01aad7;
}
span.editor-titre {
  display: block;
}
.editor-titre-secondaire {
  font-size: 20px;
  display: block;
}
.editor-titre2 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.5em;
}
span.editor-titre2 {
  display: block;
}
.editor-texte-gros {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
span.editor-texte-gros {
  display: block;
}
@media (min-width: 1024px) {
  .editor-titre {
    font-size: 48px;
  }
  .editor-titre-secondaire {
    font-size: 24px;
  }
  .editor-texte-gros {
    font-size: 24px;
  }
}
