/** END FONCTIONS **/
.editor-titre {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 25px;
  font-family: 'Phenomena';
}
span.editor-titre {
  display: block;
}
.editor-titre2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 25px;
  font-family: 'Phenomena';
  display: block;
}
span.editor-titre2 {
  display: block;
}
.editor-titre3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 25px;
  font-family: 'Phenomena';
}
span.editor-titre3 {
  display: block;
}
.editor-titre4 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 25px;
  color: #3FB9E9;
}
span.editor-titre4 {
  display: block;
}
.editor-titre5 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 25px;
  color: #FCA000;
}
span.editor-titre5 {
  display: block;
}
.editor-titre6 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 25px;
  color: #95CDC2;
  text-transform: uppercase;
}
span.editor-titre6 {
  display: block;
}
.editor-degrade {
  background: -webkit-linear-gradient(45deg, #F7CE62, #94CDC2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block !important;
}
span.editor-degrade {
  display: inline-block !important;
}
p .editor-degrade {
  margin-bottom: 0;
}
.editor-bleu {
  color: #3FB9E9;
}
.editor-blanc {
  color: #fff;
}
.editor-jaune {
  color: #F7CE62;
}
.editor-chapo {
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .editor-titre {
    font-size: 80px;
  }
  .editor-titre2 {
    font-size: 55px;
  }
  .editor-titre3 {
    font-size: 40px;
  }
}
