.elementor-kit-10757{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#FF0B43;--e-global-color-bd92154:#000000;--e-global-color-8f224e6:#FF0B43;--e-global-color-d849085:#FFE2E8;--e-global-color-603d227:#FFED45;--e-global-color-5552651:#FFFCE3;--e-global-color-b6a4e68:#A7D1D7;--e-global-color-e6f291a:#E9F3FC;--e-global-color-bfece09:#9052F9;--e-global-color-ec50069:#EEE4FF;--e-global-color-0d43502:#FFFFFF;--e-global-color-cfb44ff:#EFEFEF;--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:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF00;}.elementor-kit-10757 e-page-transition{background-color:#FFBC7D;}.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);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 *//*Masquer sticky dans éditeur*/
/*body.elementor-editor-active .elementor-invisible,
body.elementor-editor-preview .elementor-invisible {
  opacity: 1 !important;
  visibility: visible !important;
  
  animation: none !important;
}
.elementor-editor-active #sticky-header {
  display: none !important;
}
*/


/* Post Content Elementor (articles WP) */
.elementor-widget-theme-post-content {
  line-height: 1.7;
  font-size: 1rem;
  color: inherit;
}

/* Titres */
.elementor-widget-theme-post-content h1,
.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content h3,
.elementor-widget-theme-post-content h4,
.elementor-widget-theme-post-content h5,
.elementor-widget-theme-post-content h6 {
  font-weight: 700;
  margin: 1.5em 0 0.75em;
  line-height: 1.3;
}

/* Paragraphes */
.elementor-widget-theme-post-content p {
  margin-bottom: 1.2em;
}

/* Gras & Italique */
.elementor-widget-theme-post-content strong {
  font-weight: 700;
}
.elementor-widget-theme-post-content em {
  font-style: italic;
}

/* Listes */
.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol {
  margin: 1.2em 0 1.2em 2em;
}
.elementor-widget-theme-post-content ul {
  list-style: disc;
}
.elementor-widget-theme-post-content ol {
  list-style: decimal;
}

/* Citations */
.elementor-widget-theme-post-content blockquote {
  border-left: 4px solid rgba(0,0,0,0.2);
  margin: 1.5em 0;
  padding: 0.5em 1em;
  font-style: italic;
  color: rgba(0,0,0,0.8);
  background: rgba(0,0,0,0.05);
}

/* Liens */
.elementor-widget-theme-post-content a {
  color: #0073e6; /* couleur principale à adapter */
  text-decoration: underline;
  transition: color 0.2s;
}
.elementor-widget-theme-post-content a:hover {
  color: #005bb5;
}

/* Images */
.elementor-widget-theme-post-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5em auto;
  border-radius: 6px;
}/* End custom CSS */