/** END FONCTIONS **/
.editor-chapeau {
  font-size: 17px;
  color: #28554F;
  line-height: 1.35;
  font-weight: 400;
}
.editor-titre-grand {
  font-size: 22px;
}
.editor-titre-moyen {
  font-size: 20px;
  font-weight: 700;
}
.editor-titre-important {
  font-family: 'futurismregular';
  color: #61A60E;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -5.5px;
  display: block;
  margin: -10px 0 0 -5px;
}
.editor-titre-section {
  font-family: 'futurismregular';
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: -5.5px;
  display: block;
}
.editor-titre-section-grand {
  font-family: 'futurismregular';
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: -7px;
  display: block;
}
.editor-texte-grand {
  color: #000000;
  font-size: 20px;
  line-height: 1.2;
}
.editor-texte-moyen {
  font-size: 17px;
}
.vert {
  color: #61A60E;
}
.orange {
  color: #EF6528;
}
.marron {
  color: #b88e64;
}
.jaune {
  color: #EFB929;
}
.btn-bleu,
.btn-vert {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 50px;
  position: relative;
  z-index: 2;
  transition: all 0.25s;
}
.btn-bleu:after,
.btn-vert:after {
  content: "";
  display: inline-block;
  width: 210px;
  max-width: 90%;
  height: 27px;
  position: absolute;
  right: -6px;
}
.btn-bleu {
  background: #3f69b1;
  background: #61A60E;
  background: linear-gradient(90deg, #28554f 0%, #61a60e 100%);
  color: #fff;
  background-size: 200%;
  background-position: 50%;
}
.btn-bleu:after {
  background: url(images/bordure-bouton-2x.webp) right center no-repeat;
  background-size: 210px 27px;
  bottom: -7px;
}
.btn-bleu:hover {
  background-position: 100%;
}
.btn-vert {
  background: transparent;
  color: #61A60E;
  border: 1px solid #E7EFF5;
  border-bottom-width: 1px !important;
  border-color: rgba(215, 226, 235, 0.4) !important;
}
.btn-vert:after {
  background: url(images/bordure-bouton-bleu-2x.webp) right center no-repeat;
  background-size: 149px 22px;
  bottom: -9px;
}
.btn-vert:hover {
  background: #61A60E;
  color: #fff !important;
  border-color: #61A60E !important;
}
@media (min-width: 768px) {
  .editor-chapeau {
    font-size: 24px;
  }
  .editor-titre-grand {
    font-size: 28px;
  }
  .editor-titre-moyen {
    font-size: 24px;
  }
  .editor-titre-important {
    font-size: 24px;
  }
  .editor-titre-section {
    font-size: 32px;
  }
  .editor-texte-grand {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  .editor-titre-grand {
    font-size: 35px;
  }
  .editor-titre-moyen {
    font-size: 28px;
  }
  .editor-titre-section {
    font-size: 46px;
    display: block;
    margin: 0 0 0 -10px;
    letter-spacing: -11.5px;
  }
  .editor-titre-section-grand {
    font-size: 109px;
    letter-spacing: -23px;
    margin: 0 0 0 -30px;
  }
  .editor-texte-grand {
    font-size: 27px;
  }
  .editor-texte-moyen {
    font-size: 22px;
  }
  .btn-bleu,
  .btn-vert {
    font-size: 16px;
    padding: 11px 35px 13px 35px;
  }
}
