.elementor-kit-5{--e-global-color-primary:#EC6B25;--e-global-color-secondary:#A85410;--e-global-color-text:#1F1A14;--e-global-color-accent:#6B3A1A;--e-global-color-bsb_orange_light:#E89052;--e-global-color-bsb_cream:#FFF6EE;--e-global-color-bsb_sand:#EBE3D7;--e-global-color-bsb_dark:#1A1410;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:3.1em;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:-0.03em;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:2.2em;--e-global-typography-secondary-font-weight:800;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-line-height:1.15em;--e-global-typography-secondary-letter-spacing:-0.02em;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-line-height:1.7em;--e-global-typography-text-letter-spacing:0em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.5em;--e-global-typography-accent-letter-spacing:0.18em;color:#1F1A14;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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-5{--e-global-typography-primary-font-size:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Titres : pas de cesure ni coupure de mot (ajout 2026-08-11) */
h1, h2, h3, .elementor-heading-title {
  -webkit-hyphens: none !important;
  hyphens: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}
/* Mobile : titres de page en corps 22, sous-titres en corps 20 */
@media (max-width: 767px) {
  h1, h1.elementor-heading-title {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }
  h2, h2.elementor-heading-title {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }
}
/* Cartes produits (.abs-card) : 2 par ligne en mobile + hauteurs egalisees par rangee.
   Applique partout (valide 2026-08-11). Marche arriere : supprimer ce bloc. */
.elementor-column:has(> .elementor-widget-wrap > .abs-card) > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.elementor-column:has(> .elementor-widget-wrap > .abs-card) .abs-card { flex-grow: 1; }
.abs-card > .elementor-widget-container { height: 100%; }
.e-con-inner:has(.abs-card), .e-con:has(> .e-con.e-child .abs-card) {
  align-items: stretch !important;
}
.e-con.e-child:has(> .abs-card) { display: flex; align-items: stretch; }
.e-con.e-child > .abs-card { flex-grow: 1; }
@media (max-width: 767px) {
  .elementor-column:has(> .elementor-widget-wrap > .abs-card) { width: 50% !important; }
  .e-con-inner:has(.abs-card), .e-con.e-parent:has(.abs-card) > .e-con-inner {
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
  .e-con.e-child:has(> .abs-card) { width: calc(50% - 6px) !important; }
  .e-con.e-child > .abs-card { width: 100% !important; }
}/* End custom CSS */