.elementor-kit-2009{--e-global-color-primary:#1B859D;--e-global-color-secondary:#666666;--e-global-color-text:#969696;--e-global-color-accent:#1B9D74;--e-global-color-a646f77:#1B449D;--e-global-color-a115120:#9D1B44;--e-global-color-c628017:#9D741B;--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;}.elementor-kit-2009 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2009 h1{color:var( --e-global-color-primary );font-family:"Roboto", Sans-serif;font-size:40px;font-weight:600;}.elementor-kit-2009 h2{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-2009 h3{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-2009 h4{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-2009 h5{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-2009 h6{color:var( --e-global-color-secondary );}.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-kit-2009 h1{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-2009 h1{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
  --ocoba-stripe: #666666;     /* couleur du liseré */
  --ocoba-title-bg: #1b859d;   /* fond de la pastille du titre */
  --ocoba-title-color: #FFFFFF;/* couleur du texte */
}

/* SECTION/CONTAINER avec liseré centré en fond */
.ocoba-strip{
  /* isole l’empilement et évite les surprises */
  isolation: isolate;
  /* espace vertical autour du titre (ajuste à ton design) */
  padding-block: 10px;
  /* liseré = image de fond, aucune gestion de z-index nécessaire */
  background-image: linear-gradient(var(--ocoba-stripe), var(--ocoba-stripe));
  background-repeat: no-repeat;
  background-size: 100% 5px;      /* épaisseur du trait */
  background-position: 50% 50%;   /* centré verticalement et horizontalement */
}

/* TITRE avec pastille */
.ocoba-title .elementor-heading-title,
.ocoba-title{
  position: relative;
  display: inline-block;
  padding: .0em .2em;
  background: var(--ocoba-title-bg);
  color: var(--ocoba-title-color);
  border-radius: .2em;
  line-height: 1.2;
  z-index: 1; /* au-dessus si jamais un autre décor existe */
}

@media (max-width:480px){
  .ocoba-strip{ background-size: 100% 2px; padding-block: 24px; }
  .ocoba-title .elementor-heading-title,
  .ocoba-title{ padding: .28em .6em; }/* End custom CSS */