.elementor-kit-6{--e-global-color-primary:#F2A54C;--e-global-color-secondary:#A1D894;--e-global-color-text:#2A1F18;--e-global-color-accent:#FAF6EF;--e-global-color-2472358:#D6862A;--e-global-color-ca3d6b4:#FBE0BF;--e-global-color-b72c6c2:#6FB05F;--e-global-color-f413e6c:#D8EFCF;--e-global-color-5f14ebb:#F4ECE0;--e-global-color-0321392:#EFE4D2;--e-global-color-2db8eea:#5C4A3D;--e-global-color-ecb3217:#8A7A6B;--e-global-color-0bbd9a3:#DDCFB8;--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:#5C4A3D;font-family:"Inter Tight", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-6 h1{color:#2A1F18;font-family:"DM Serif Display", Sans-serif;font-size:96px;}.elementor-kit-6 h2{color:#2A1F18;font-family:"DM Serif Display", Sans-serif;font-size:56px;}.elementor-kit-6 h3{color:#2A1F18;font-size:22px;}.elementor-kit-6 h4{color:#2A1F18;font-family:"DM Serif Display", Sans-serif;font-size:16px;font-weight:600;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{font-size:15px;}.elementor-kit-6 h1{font-size:64px;}.elementor-kit-6 h2{font-size:42px;}.elementor-kit-6 h3{font-size:22px;}.elementor-kit-6 h4{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:44px;}.elementor-kit-6 h2{font-size:32px;}.elementor-kit-6 h3{font-size:20px;}.elementor-kit-6 h4{font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* === Variables couleurs globales LBDC === */
:root {
  --orange: #F2A54C;
  --orange-deep: #D6862A;
  --orange-soft: #FBE0BF;
  --vert: #A1D894;
  --vert-deep: #6FB05F;
  --vert-soft: #D8EFCF;
  --ink: #2A1F18;
  --ink-soft: #5C4A3D;
  --ink-mute: #8A7A6B;
  --bg: #F4ECE0;
  --paper: #FFFCF5;
  --cream: #EFE4D2;
  --line: #DDCFB8;
}

/* Fond crème sur tout le site */
body {
  background: var(--bg);
  color: var(--ink);
}

/* Eyebrow — petit label au-dessus des titres */
.lbdc-eyebrow {
  font-family: "Inter Tight", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange);
}

/* Mot italique orange dans un titre — surligner un mot clé */
.lbdc-italic-accent {
  font-style: italic;
  color: var(--orange);
}

/* Texte monospace pour annotations */
.lbdc-mono {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* === Bouton primary orange === */
.lbdc-btn-primary .elementor-button,
.lbdc-btn-primary a.elementor-button-link {
  background: var(--orange) !important;
  color: #FFFCF5 !important;
  font-family: "Inter Tight", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  padding: 14px 22px !important;
  border-radius: 999px !important;
  border: none;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  cursor: pointer;
}
.lbdc-btn-primary .elementor-button:hover,
.lbdc-btn-primary a.elementor-button-link:hover {
  background: var(--orange-deep) !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px -12px rgba(42,31,24,0.35);
}

/* === Bouton ghost (transparent + bordure) === */
.lbdc-btn-ghost .elementor-button,
.lbdc-btn-ghost a.elementor-button-link {
  background: transparent !important;
  color: var(--ink) !important;
  font-family: "Inter Tight", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  padding: 13px 21px !important;
  border-radius: 999px !important;
  border: 1px solid var(--ink) !important;
  transition: all 0.18s ease;
}
.lbdc-btn-ghost .elementor-button:hover,
.lbdc-btn-ghost a.elementor-button-link:hover {
  background: var(--ink) !important;
  color: #FFFCF5 !important;
  transform: translateY(-1px);
}

/* === Card produit === */
.lbdc-card-produit {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.lbdc-card-produit:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -20px rgba(42,31,24,0.25);
}

/* === Pills (badges) === */
.lbdc-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.04em;
  font-weight: 500;
}
/* Variantes — combinez les classes : "lbdc-pill lbdc-pill-orange" */
.lbdc-pill-orange { background: var(--orange-soft); color: var(--orange-deep); }
.lbdc-pill-vert { background: var(--vert-soft); color: var(--vert-deep); }
.lbdc-pill-cream { background: var(--cream); color: var(--ink-soft); }

.lbdc-badge-status {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background: var(--vert-soft);
  color: var(--vert-deep);
  border-radius: 999px;
  font-family: "Inter Tight", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  width: fit-content;
}

.lbdc-marquee {
  overflow: hidden;
  white-space: nowrap;
}
.lbdc-marquee .marquee-track {
  display: inline-block;
  animation: lbdc-marquee 32s linear infinite;
  font-family: "DM Serif Display", serif;
  font-size: 22px;
  font-style: italic;
  color: var(--bg);
}
.lbdc-marquee .marquee-track span {
  color: var(--orange);
}
@keyframes lbdc-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.lbdc-cat {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 28px 22px;
  min-height: 140px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
.lbdc-cat:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -20px rgba(42,31,24,0.25);
}
.lbdc-cat-orange {
  background: var(--orange-soft);
  border-color: transparent;
}
.lbdc-cat-vert {
  background: var(--vert-soft);
  border-color: transparent;
}

.lbdc-products-grid .product {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  padding: 0 0 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.lbdc-products-grid .product:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -20px rgba(42,31,24,0.25);
}
.lbdc-products-grid .woocommerce-loop-product__title,
.lbdc-products-grid .price {
  padding: 0 18px;
}/* End custom CSS */