/** END FONCTIONS **/
.editor-titre-grand {
  font-family: 'TT Norms', serif;
  font-size: 1.4375em;
  line-height: 1.2;
  padding: 0 0 10px 0;
}
span.editor-titre-grand {
  display: block;
}
.editor-titre-moyen {
  font-family: 'TT Norms', sans-serif;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  font-size: 21px;
  font-size: 1.3125em;
  line-height: 1.1;
  letter-spacing: -1px;
}
span.editor-titre-moyen {
  display: block;
}
.editor-titre-petit {
  font-family: 'TT Norms', sans-serif;
  font-weight: 700;
  padding: 0 0 5px 0;
  font-size: 1.125em;
  line-height: 1.1;
  letter-spacing: -1px;
}
span.editor-titre-petit {
  display: block;
}
.editor-texte-grand {
  font-size: 1.0625em;
  line-height: 1.1;
}
span.editor-texte-grand {
  display: block;
}
.editor-texte-grand span {
  line-height: inherit;
}
.couleur-bleu-fonce {
  color: #243646;
  font-family: inherit;
}
.couleur-bleu {
  color: #2c5698;
  font-family: inherit;
}
.couleur-bleu-clair {
  color: #3ab3e5;
  font-family: inherit;
}
.couleur-blanc {
  color: #fff;
  font-family: inherit;
}
.editor-titre-grand span,
.editor-titre-moyen span,
.editor-titre-petit span {
  line-height: 1;
}
/* Version 1024 */
@media (min-width: 1024px) {
  .editor-titre-grand {
    font-size: 2.25em;
  }
  .editor-titre-moyen {
    font-size: 1.75em;
  }
  .editor-texte-grand {
    font-size: 1.25em;
    line-height: 1.5;
  }
}
/* END Version 1024 */
/* Version 1200 */
@media (min-width: 1200px) {
  .editor-titre-grand {
    font-size: 3.125em;
  }
  .editor-titre-moyen {
    font-size: 2em;
  }
  .editor-titre-petit {
    font-size: 1.65em;
  }
  .editor-texte-grand {
    line-height: 1.25;
  }
}
/* END Version 1200 */
