/* Hbureautique V66
   Amélioration lisibilité des blocs/boutons roses
   sur les pages Contrats & Services (Location + Maintenance).
   On ne touche à rien d'autre. */

/* Boutons roses CMS : texte bien lisible en blanc */
#center_column .rte a[style*="#d92b7f"],
#center_column .rte a[style*="#D92B7F"],
#center_column .rte a[style*="background:#d92b7f"],
#center_column .rte a[style*="background: #d92b7f"],
#center_column .rte a[style*="background:#D92B7F"],
#center_column .rte a[style*="background: #D92B7F"] {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: none !important;
}

#center_column .rte a[style*="#d92b7f"]:hover,
#center_column .rte a[style*="#d92b7f"]:focus,
#center_column .rte a[style*="#d92b7f"]:active,
#center_column .rte a[style*="#D92B7F"]:hover,
#center_column .rte a[style*="#D92B7F"]:focus,
#center_column .rte a[style*="#D92B7F"]:active {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Si un thème injecte des spans/strong internes, on force aussi en blanc */
#center_column .rte a[style*="#d92b7f"] *,
#center_column .rte a[style*="#D92B7F"] * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Bandeaux et tuiles à en-tête rose : texte bien blanc aussi */
#center_column .rte [style*="background:#d92b7f"],
#center_column .rte [style*="background: #d92b7f"],
#center_column .rte [style*="background:#D92B7F"],
#center_column .rte [style*="background: #D92B7F"] {
  text-shadow: none !important;
}

#center_column .rte [style*="background:#d92b7f"]:not(a),
#center_column .rte [style*="background: #d92b7f"]:not(a),
#center_column .rte [style*="background:#D92B7F"]:not(a),
#center_column .rte [style*="background: #D92B7F"]:not(a) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
