/** END FONCTIONS **/
.editor-chapeau {
  font-size: 1.125em;
}
span.editor-chapeau {
  display: block;
}
#main [class^="editor-titre"] {
  font-family: 'bebas_neue';
  text-transform: uppercase;
  line-height: 1;
}
#main [class^="editor-titre"].editor-titre46 {
  font-size: 1.65em;
}
#main [class^="editor-titre"].editor-titre30 {
  font-size: 1.25em;
}
#main [class^="editor-lien-"] {
  display: inline-block;
  font-size: 0.9375em;
  color: #1B3546;
  padding: 13px 20px 11px 20px;
  border-radius: 5px;
  position: relative;
  border: none;
  text-decoration: none;
  transition: all 0.25s;
}
#main [class^="editor-lien-"].editor-lien-jaune {
  background: linear-gradient(135deg, #ffe656 0%, #ffc62e 75%, #ffa201 100%);
}
#main [class^="editor-lien-"].editor-lien-jaune:hover {
  box-shadow: inset 0 0 0 3px #1B3546;
}
#main [class^="editor-lien-"].editor-lien-grisbleu {
  background: #1B3546;
  color: #fff;
}
#main [class^="editor-lien-"].editor-lien-grisbleu:hover {
  background: #FFD642;
  color: #fff;
}
.orange {
  color: #FFA201;
}
.jaune {
  color: #FFD642;
}
.grisbleu {
  color: #1B3546;
}
@media (min-width: 768px) {
  #main [class^="editor-titre"].editor-titre46 {
    font-size: 2em;
  }
  #main [class^="editor-titre"].editor-titre30 {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  #main [class^="editor-titre"].editor-titre46 {
    font-size: 2.875em;
  }
  #main [class^="editor-titre"].editor-titre30 {
    font-size: 1.875em;
  }
  #main [class^="editor-lien-"] {
    font-size: 1.0625em;
    padding: 19px 45px 17px 45px;
  }
}
