.section-entete .coltitre {
  padding-right: 4%;
}
.section-entete .coltitre p.surtitre {
  font-family: 'Ge Body', sans-serif;
  font-size: 2rem;
  margin-bottom: 27px;
  line-height: 2.5rem;
  letter-spacing: 1px;
}
.section-entete a {
  color: #B5B25F;
}
.section-entete a:hover {
  color: #B5B25F;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .section-entete .coltitre p.surtitre {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}
@media (max-width: 575px) {
  .section-entete .coltitre p.surtitre {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 15px;
  }
}
