body:not(.wp-admin).jaune .section-exergue,
div.wp-block.jaune .section-exergue {
  color: #1E4B35;
}
.section-exergue .exergue__container {
  max-width: 1112px;
  padding: 0 40px;
  margin: 0 auto;
}
.section-exergue .exergue__container p {
  text-align: center;
  font-size: 2.8rem;
  font-family: 'Mrs White', cursive;
}
.section-exergue .exergue__container p a {
  font-weight: 700;
}
.section-exergue .exergue__container p a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .section-exergue .exergue__container p {
    font-size: 2.3rem;
  }
}
