/*
 * Couleurs saisies dans l'éditeur (événements + fiches château).
 * TinyMCE pose un span[style="color:…"] : il doit primer sur la couleur
 * du paragraphe parent, sans toucher au reste de la typo.
 */

.single-chateaux .text span[style*="color"],
.single-chateaux .container-citation span[style*="color"],
.single-evenement .text span[style*="color"],
.single-evenement .font-secondary span[style*="color"],
.single-evenement .bon-a-savoir span[style*="color"],
.single-evenement .boutique-prestations__intro span[style*="color"],
.single-evenement .champ-libre span[style*="color"] {
  opacity: 1;
}

.single-chateaux .text [style*="color"],
.single-evenement .text [style*="color"],
.single-evenement .bon-a-savoir [style*="color"] {
  opacity: 1;
}

/* Remplace opacity: .7 du paragraphe (qui atténuait aussi les spans colorés). */
.single-chateaux .type-section-image-text .text p {
  opacity: 1;
  color: rgba(0, 0, 0, 0.7);
}
