/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 30 2025 | 04:03:18 */
/* AUTRE CODE */
.elementor-nav-menu-wrapper .elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    color: #000000 !important;
    transition: color 0.3s ease-in-out;  
}

/* pied de page */

.footer-width-fixer .elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    color: white !important;
    transition: color 0.3s ease-in-out;  
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a:hover {
    color: #4e88df !important;
}



/* Style de base demandé pour TOUTES les icônes */
.chr-icon{
  width:23px;
  height:23px;
  vertical-align:middle;
  position:relative;
  display:inline-block;
  top:-1px;
  transition:filter .8s ease;
}

/* Hover: teinte bleue #4e88df (approx) — fonctionne le mieux sur PNG monochrome foncé */
.chr-icon:hover,
a:hover .chr-icon{
  /* Approximation de #4e88df via filtre CSS */
  filter: invert(48%) sepia(26%) saturate(1622%) hue-rotate(184deg) brightness(95%) contrast(92%);
}

/* (Optionnel) si tu veux aussi un léger feedback de mouvement
.chr-icon:hover,
a:hover .chr-icon{
  transform: translateY(-1px);
}
*/
