h2 {
		color: #6d9c46;
}
h2::before {
		content: "🌿 "; /* Ici, on ajoute une icône. Change le pictogramme ! */
		margin-right: 0.5em; /* Un petit espace entre l'icône et le texte */
}
h3 {
		font-weight: bold;
}

.wp-block-embed__wrapper iframe {
  max-width: 100% !important;
  width: 100% !important;
  height: 700px !important;
}

.wp-block-post-terms.is-style-post-terms-1 a {
  background-color: #D6FAAE; /* remplace par ta couleur */
  display: inline-block;
  padding: 0.15em 0.75em;
  border-radius: 999px; /* effet pilule */
  text-decoration: none; /* optionnel, enlève le soulignement */
}