/** END FONCTIONS **/
.editor-titre {
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1em;
}
span.editor-titre {
  display: block;
}
.editor-titre2 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1em;
}
span.editor-titre2 {
  display: block;
}
.editor-titre3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1em;
}
span.editor-titre3 {
  display: block;
}
.editor-chapeau {
  font-size: 18px;
}
span.editor-chapeau {
  display: block;
}
.lien-bouton {
  display: inline-block;
  font-weight: 700;
  font-size: 1em;
  transition: all 0.25s;
}
.lien-bouton.lien-vert {
  color: #fff;
  padding: 17px 30px 17px 30px;
  background: #48A747;
}
.lien-bouton.lien-vert:hover {
  background: #1D9ECB;
}
.lien-bouton.lien-trait {
  color: #000;
  position: relative;
  padding: 0 0 0 40px;
}
.lien-bouton.lien-trait:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.25s;
}
.lien-bouton.lien-trait:hover {
  color: #48A747;
}
.lien-bouton.lien-trait:hover:before {
  background: #48A747;
}
