/** END FONCTIONS **/
.editor-titre {
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1em;
  font-family: 'Cooper Hewitt';
  text-transform: uppercase;
}
span.editor-titre {
  display: block;
}
.editor-titre em {
  font-weight: 400;
}
.editor-titre2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 1em;
  font-family: 'Cooper Hewitt';
}
span.editor-titre2 {
  display: block;
}
.editor-titre2 span {
  line-height: 1.2;
}
.editor-titre3,
.editor-titre3-bv {
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1em;
  font-family: 'Cooper Hewitt';
  text-transform: uppercase;
}
span.editor-titre3,
span.editor-titre3-bv {
  display: block;
}
.editor-titre4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 1em;
  font-family: 'Cooper Hewitt';
}
span.editor-titre4 {
  display: block;
}
.editor-titre5 {
  font-size: 17px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1em;
  font-family: 'Cooper Hewitt';
  text-transform: uppercase;
}
span.editor-titre5 {
  display: block;
}
.editor-rouge {
  color: #F42D20;
}
.editor-blanc {
  color: #fff;
}
@media (min-width: 1024px) {
  .editor-titre {
    font-size: 65px;
    margin-bottom: 0.5em;
  }
  .editor-titre2 {
    font-size: 60px;
    margin-bottom: 0.5em;
  }
  .editor-titre3 {
    font-size: 50px;
  }
}
