/** END FONCTIONS **/
.editor-titre-grand {
  font-family: 'Nunito', sans-serif;
  line-height: 1.2;
  font-weight: 800;
  font-size: 25px;
}
.editor-titre-moyen {
  font-family: 'Nunito', sans-serif;
  line-height: 1.2;
  font-weight: 800;
  font-size: 22px;
}
.editor-titre-petit {
  font-family: 'Nunito', sans-serif;
  line-height: 1.2;
  font-weight: 700;
  font-size: 20px;
}
.editor-texte-grand {
  font-size: 18px;
  line-height: 1.2;
}
.editor-vert {
  color: #8BC540;
}
.editor-bleu {
  color: #39646B;
}
.editor-blanc {
  color: #fff;
}
.editor-orange {
  color: #F4AB10;
}
.editor-bouton-blanc {
  display: flex;
  align-items: center;
  background: #fff;
  color: #39646B;
  border: 1px solid #39646B;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 30px 10px 25px;
  border-radius: 20px;
  transition: all 0.25s;
}
.editor-bouton-blanc:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f054";
  margin: 0 0 0 10px;
  font-size: 12px;
}
.editor-bouton-blanc:hover {
  color: #fff;
  background: #39646B;
}
.editor-bouton-blanc:hover:after {
  color: #fff;
}
/* Version 768 */
@media (min-width: 768px) {
  .editor-titre-grand {
    font-size: 32px;
  }
  .editor-titre-moyen {
    font-size: 25px;
  }
  .editor-titre-petit {
    font-size: 22px;
  }
}
/* END Version 768 */
/* Version 1200 */
@media (min-width: 1200px) {
  .editor-titre-grand {
    font-size: 38px;
  }
  .editor-titre-moyen {
    font-size: 27px;
  }
  .editor-titre-petit {
    font-size: 25px;
  }
  .editor-texte-grand {
    font-size: 22px;
  }
}
/* END Version 1200 */
