/** END FONCTIONS **/
.c_vert {
  color: #81BB27 !important;
}
.c_rose {
  color: #FBDBCC !important;
}
.c_turquoise {
  color: #3AC8DF !important;
}
.c_bleuf {
  color: #324A97 !important;
}
.c_creme {
  color: #FDF3E8 !important;
}
.c_blanc {
  color: #fff !important;
}
.c_blanc.fl-rich-text > * {
  color: #fff;
}
.editor-titre {
  font-family: "mozaic-geo-variable", sans-serif;
  font-size: 34px;
  line-height: 1;
  font-variation-settings: "wght" 700;
  margin-bottom: 1em;
  color: #324A97;
}
span.editor-titre {
  display: block;
}
.c_blanc.editor-titre {
  color: #fff;
}
.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;
}
/* Version > 1200 */
@media (min-width: 1200px) {
  .editor-titre {
    font-family: "mozaic-geo-variable", sans-serif;
    font-size: 50px;
    margin-bottom: 35px;
    letter-spacing: 1px;
  }
  .editor-chapeau {
    font-size: 22px;
  }
}
