.elementor-kit-16{--e-global-color-primary:#C54E0E;--e-global-color-secondary:#405A68;--e-global-color-text:#FDF3E4;--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;background-color:var( --e-global-color-text );}.elementor-kit-16 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);}@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 *//* Header responsive – tout sur une seule ligne */
@media (max-width: 767px) {

  /* Empêche le retour à la ligne : tout reste sur une seule rangée */
  .elementor-element-f2c38ea {
    flex-wrap: nowrap !important;
    align-items: center !important;
    padding: 8px 10px !important;
    gap: 6px;
  }

  /* Annule les largeurs 100% imposées par Elementor en mobile (c'est elles qui cassaient la ligne) */
  .elementor-element-928ed90,
  .elementor-element-1b377ce,
  .elementor-element-6aadbab,
  .elementor-element-a11a938 {
    width: auto !important;
    flex-shrink: 0;
  }

  /* Bloc vide inutile (espaceur d'origine desktop) */
  .elementor-element-928ed90 {
    display: none !important;
  }

  /* Logo plus petit pour laisser la place aux boutons */
  .elementor-element-3c85ab5 img {
    width: 40px !important;
    height: 40px !important;
  }

  /* Boutons Boutique / Mon compte : texte et espacement resserrés */
  .elementor-element-1b377ce .elementor-button,
  .elementor-element-6aadbab .elementor-button {
    font-size: 11px !important;
    padding: 6px 8px !important;
    white-space: nowrap;
  }

  /* Panier : icône plus compacte */
  .elementor-menu-cart__toggle_button {
    padding: 6px !important;
  }
}

/* Sur très petits écrans (< 360px), on cache le prix du panier pour ne garder que l'icône + le nombre d'articles */
@media (max-width: 360px) {
  .elementor-menu-cart__toggle_button .elementor-button-text {
    display: none !important;
  }
  .elementor-element-6aadbab .elementor-button {
    font-size: 10px !important;
    padding: 5px 6px !important;
  }
}
.woocommerce-breadcrumb {
  display: none !important;
}/* End custom CSS */