/** FONCTIONS **/
/** END FONCTIONS **/
/*20 24 30 36*/
/*20 26 46 54*/
.titre_20 {
  font-size: 18px;
  line-height: 1.2;
  font-family: 'Magallanes';
  margin-bottom: 20px;
  display: block;
}
.titre_20 span {
  font-family: 'Magallanes';
}
.titre_26,
.editor-sous-titre {
  font-size: 20px;
  line-height: 1.2;
  font-family: 'Magallanes';
  margin-bottom: 20px;
  display: block;
}
.titre_26 span,
.editor-sous-titre span {
  font-family: 'Magallanes';
}
.titre_46,
.editor-titre {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  font-family: 'Magallanes';
  margin-bottom: 20px;
  display: block;
}
.titre_46 span,
.editor-titre span {
  font-family: 'Magallanes';
}
.titre_54 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  font-family: 'Magallanes';
  margin-bottom: 20px;
  display: block;
}
.titre_54 span {
  font-family: 'Magallanes';
}
.titre_54 * {
  font-family: 'Magallanes';
}
.color_gris {
  color: #707070;
}
.editor-texte-rouge {
  color: #e30613;
}
.collegec {
  color: #eb7900;
}
.collegef {
  color: #673b86;
}
.lyceec {
  color: #893976;
}
.lyceef {
  color: #78c4aa;
}
.supc {
  color: #fabf01;
}
.supf {
  color: #31475c;
}
.continuec {
  color: #00bbc3;
}
.continuef {
  color: #4a234a;
}
.txt-blanc,
.txt-blanc * {
  color: #FFFFFF !important;
}
.txt-noir,
.txt-noir * {
  color: #000000 !important;
}
.editor-lien-page-fleche {
  position: relative;
  margin-bottom: -15px;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}
.editor-lien-page-fleche a {
  transition: all 0.2s ease;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  position: relative;
}
.editor-lien-page-fleche a:after {
  content: ">";
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #e30613;
  transition: all 0.2s ease;
}
.editor-lien-page-fleche:hover {
  color: #e30613;
  text-shadow: 0 0 1px rgba(227, 6, 19, 0.5);
}
.editor-lien-page-fleche:hover a {
  color: #e30613;
}
.editor-lien-page-fleche:hover a:after {
  right: -40px;
  text-shadow: none;
}
table.tableau {
  display: block;
  font-size: 14px;
}
table.tableau td {
  background-color: #EFEFEF;
  color: #33485B;
  padding: 10px;
}
table.tableau th {
  background-color: #516E79;
  color: #ffffff;
  padding: 10px;
}
@media (min-width: 1200px) {
  .titre_20 {
    font-size: 20px;
  }
  .titre_26,
  .editor-sous-titre {
    font-size: 26px;
  }
  .titre_46,
  .editor-titre {
    font-size: 46px;
  }
  .titre_54 {
    font-size: 54px;
  }
}
