/** END FONCTIONS **/
.editor-titre {
  font-family: 'Abril Fatface', cursive;
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 1em;
  display: block;
}
span.editor-titre {
  display: block;
}
.editor-titre2 {
  font-family: 'Abril Fatface', cursive;
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 1em;
  display: block;
}
span.editor-titre2 {
  display: block;
}
.editor-titre3 {
  font-family: 'Abril Fatface', cursive;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 1em;
  display: block;
}
span.editor-titre3 {
  display: block;
}
.surtitre {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}
span.surtitre {
  display: block;
}
.separateur:after {
  content: "";
  position: relative;
  height: 3px;
  width: 27px;
  background-color: #e31818;
  display: block;
  margin: 10px 0;
}
.clair {
  color: #eadac3;
}
[style*="center"] .separateur:after,
.separateur[style*="center"]:after,
.separateur.center:after {
  margin: 10px auto;
}
