.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-secondary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-style:italic;text-decoration:underline;}.elementor-kit-6 a:hover{color:#72886E;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Palette (uniforme partout) ===== */
:root{
  --brand-green:#6F896F;          /* vert officiel */
  --brand-green-700:#5B745E;      /* hover + foncé */
}

/* ===== 1) Titres globaux WP (pages, articles, archives) ===== */
.page-title,
.entry-title,
.single .entry-title,
.archive .page-title,
.archive .entry-title a,
.blog .entry-title a,
.ct-pageHeader .page-title,
.ct-title{
  color:var(--brand-green) !important;
  -webkit-text-fill-color:var(--brand-green) !important; /* Safari */
  opacity:1 !important; filter:none !important; mix-blend-mode:normal !important; text-shadow:none !important;
}
.archive .entry-title a:hover,
.blog .entry-title a:hover{
  color:var(--brand-green-700) !important;
}

/* ===== 2) Titres dans le contenu Gutenberg ===== */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.wp-block-heading,
.wp-block h1, .wp-block h2, .wp-block h3,
.wp-block h4, .wp-block h5, .wp-block h6{
  color:var(--brand-green) !important;
  -webkit-text-fill-color:var(--brand-green) !important;
  opacity:1 !important; filter:none !important; mix-blend-mode:normal !important; text-shadow:none !important;
}

/* ===== 3) Titres Elementor (widget Heading) ===== */
.elementor-widget-heading .elementor-heading-title,
.elementor h1.elementor-heading-title,
.elementor h2.elementor-heading-title,
.elementor h3.elementor-heading-title,
.elementor h4.elementor-heading-title,
.elementor h5.elementor-heading-title,
.elementor h6.elementor-heading-title{
  color:var(--brand-green) !important;
  -webkit-text-fill-color:var(--brand-green) !important;
  opacity:1 !important; filter:none !important; mix-blend-mode:normal !important; text-shadow:none !important;
}
/* Si votre Kit Elementor pousse une couleur globale, alignez-la */
:root{
  --e-global-color-primary:  var(--brand-green);
  --e-global-color-secondary:var(--brand-green);
}

/* ===== 4) Ne pas impacter le header personnalisé ===== */
#site-header h1,
#site-header h2,
#site-header h3,
#site-header h4,
#site-header h5,
#site-header h6{
  color:inherit !important;
  -webkit-text-fill-color:inherit !important;
}

/* ===== 5) Héros / bannières : titres en blanc (lisibles sur photo) ===== */
/* Couvre .hero, .banner, .page-hero, .masthead, etc. (présents dans la plupart des thèmes) */
.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6,
[class*="hero"] h1, [class*="hero"] h2, [class*="hero"] h3, [class*="hero"] h4, [class*="hero"] h5, [class*="hero"] h6,
.banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6,
.page-hero h1, .page-hero h2, .page-hero h3, .page-hero h4, .page-hero h5, .page-hero h6,
.masthead h1, .masthead h2, .masthead h3, .masthead h4, .masthead h5, .masthead h6{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  opacity:1 !important; filter:none !important; mix-blend-mode:normal !important;
  text-shadow:0 2px 6px rgba(0,0,0,.35); /* lisibilité optionnelle */
}

/* ===== 6) Sous-titres un peu plus doux (optionnel) ===== */
.entry-content h3, .entry-content h4,
.elementor h3.elementor-heading-title, .elementor h4.elementor-heading-title{
  color:var(--brand-green) !important;
  opacity:.95;
}/* End custom CSS */