/* =========================================================
   FLEURS DE CAFÃ‰ â€” ACCUEIL 2026
   DerniÃ¨re bonne version reconstruite
   BasÃ©e sur les classes personnalisÃ©es fdc-* + fallbacks IDs BeTheme actuels
   ========================================================= */

:root {
  --fdc-green: #345c48;
  --fdc-green-dark: #244536;
  --fdc-green-btn: #335e43;
  --fdc-green-btn-hover: #274935;
  --fdc-brown: #2f231d;
  --fdc-cream: #f8f5ee;
  --fdc-cream-2: #f8f3ec;
  --fdc-card: #fffdf9;
  --fdc-delay: 0ms;
}

/* =========================================================
   BASE ACCUEIL / COMPATIBILITÃ‰ BETHEME
   ========================================================= */

body.page-id-4338 #Content,
.fdc-homepage #Content {
  padding-top: 0 !important;
}

body.page-id-4338 #Content .content_wrapper,
body.page-id-4338 #Content .sections_group,
body.page-id-4338 #Content .entry-content,
.fdc-homepage #Content .content_wrapper,
.fdc-homepage #Content .sections_group,
.fdc-homepage #Content .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.page-id-4338 .section-page-footer,
.fdc-homepage .section-page-footer {
  display: none !important;
}

/* =========================================================
   ANIMATIONS Dâ€™APPARITION
   ========================================================= */

.fdc-animations-ready .fdc-reveal {
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(0, 24px, 0);
  transition:
    opacity .78s cubic-bezier(.22, 1, .36, 1) var(--fdc-delay),
    filter .78s cubic-bezier(.22, 1, .36, 1) var(--fdc-delay),
    transform .78s cubic-bezier(.22, 1, .36, 1) var(--fdc-delay);
  will-change: opacity, filter, transform;
}

.fdc-animations-ready .fdc-from-left {
  transform: translate3d(-28px, 0, 0);
}

.fdc-animations-ready .fdc-from-right {
  transform: translate3d(28px, 0, 0);
}

.fdc-animations-ready .fdc-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.fdc-animations-ready .fdc-reveal.is-visible,
.fdc-animations-ready .fdc-reveal.is-visible * {
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  .fdc-animations-ready .fdc-reveal {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }
}

/* =========================================================
   HARMONISATION TYPOGRAPHIES
   ========================================================= */

/* Tous les H2 harmonisés uniquement dans le contenu de la page */
body.page-id-4338 #Content h2,
body.page-id-4338 #Content .mcb-section h2,
body.page-id-4338 #Content .mcb-section .mcb-wrap h2,
body.page-id-4338 #Content .mcb-section .mcb-wrap .column_attr h2 {
  font-size: 40px !important;
}

/* Kickers / petits titres hors hero */
body.page-id-4338 .fdc-native-products .fdc-native-kicker,
body.page-id-4338 .fdc-native-sensory .fdc-native-kicker,
body.page-id-4338 .fdc-native-engagement .fdc-native-kicker,
body.page-id-4338 .fdc-native-gallery .fdc-native-kicker,
body.page-id-4338 .routine-bloc .fdc-native-kicker,
body.page-id-4338 .mcb-section-ca583fdd1 .fdc-native-kicker,
body.page-id-4338 .mcb-section-090b0eb25 .fdc-native-kicker,
body.page-id-4338 .mcb-item-06a1c852f p,
body.page-id-4338 .mcb-item-449ec6cf9 p,
body.page-id-4338 .mcb-item-d06433fd7 p {
  color: var(--fdc-green) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

/* Paragraphes importants en noir / 15px */
body.page-id-4338 .fdc-native-sensory-copy p:not(.fdc-native-kicker),
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 p,
body.page-id-4338 .fdc-native-engagement p,
body.page-id-4338 .fdc-native-story p,
body.page-id-4338 .mcb-section-424fed72d .mcb-wrap-83835659c p,
body.page-id-4338 .mcb-item-9b9e4dd59 p,
body.page-id-4338 .mcb-item-4c4fabd21 p,
body.page-id-4338 .fdc-native-product-card p,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-17c9ae32c p,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-46dd7cda0 p,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-c129395b1 p,
body.page-id-4338 #notreroutinetxt p {
  color: #000000 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

/* Boutons globaux */
body.page-id-4338 #Content .button,
body.page-id-4338 #Content a.button,
body.page-id-4338 #Content .button .button_label,
body.page-id-4338 #Content a.button .button_label,
body.page-id-4338 #Content input[type="submit"],
body.page-id-4338 #Content button[type="submit"] {
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

/* Boutons arrondis : padding 35px, sauf routine et newsletter */
body.page-id-4338 #Content a.button,
body.page-id-4338 #Content .button,
body.page-id-4338 #Content input[type="submit"],
body.page-id-4338 #Content button[type="submit"] {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

body.page-id-4338 .fdc-native-card-button .button,
body.page-id-4338 .mcb-section-ca583fdd1 .button {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

body.page-id-4338 .fdc-newsletter-form input[type="submit"] {
  padding-left: 22px !important;
  padding-right: 22px !important;
  font-size: 13px !important;
}

/* =========================================================
   HERO
   ========================================================= */

/* Badge hero en blanc :
   "Soins naturels Â· CafÃ© revalorisÃ© Â· FabriquÃ©s en France" */
body.page-id-4338 .fdc-native-hero .fdc-native-kicker,
body.page-id-4338 .fdc-native-hero .fdc-native-kicker *,
body.page-id-4338 .fdc-native-hero .mcb-item-8559a1bed,
body.page-id-4338 .fdc-native-hero .mcb-item-8559a1bed *,
body.page-id-4338 .mcb-section-20faec948 .mcb-item-8559a1bed,
body.page-id-4338 .mcb-section-20faec948 .mcb-item-8559a1bed *,
body.page-id-4338 .mcb-column-inner-8559a1bed,
body.page-id-4338 .mcb-column-inner-8559a1bed *,
body.page-id-4338 .mcb-item-1b63d61e9,
body.page-id-4338 .mcb-item-1b63d61e9 *,
body.page-id-4338 .mcb-column-inner-1b63d61e9,
body.page-id-4338 .mcb-column-inner-1b63d61e9 * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* RÃ©assurance hero lÃ©gÃ¨re */
body.page-id-4338 .fdc-hero-reassurance {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  margin-top: 0 !important;
}

body.page-id-4338 .fdc-hero-reassurance-item {
  min-height: auto !important;
  padding: 0 18px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;

  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;

  color: rgba(255, 255, 255, 0.88) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.88) !important;

  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;

  position: relative !important;
}

body.page-id-4338 .fdc-hero-reassurance-item:first-child {
  padding-left: 0 !important;
}

body.page-id-4338 .fdc-hero-reassurance-item:not(:last-child)::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;

  width: 1px !important;
  height: 18px !important;

  transform: translateY(-50%) !important;
  background: rgba(255, 255, 255, 0.28) !important;
}

body.page-id-4338 .fdc-hero-reassurance-icon {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 50% !important;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

body.page-id-4338 .fdc-hero-reassurance-item:hover {
  background: transparent !important;
  border-color: transparent !important;
  transform: none !important;
}

@media (max-width: 767px) {
  body.page-id-4338 .fdc-hero-reassurance {
    justify-content: center !important;
    gap: 10px !important;
    margin-top: 16px !important;
  }

  body.page-id-4338 .fdc-hero-reassurance-item {
    width: auto !important;
    max-width: none !important;
    padding: 0 12px !important;
    font-size: 13px !important;
  }

  body.page-id-4338 .fdc-hero-reassurance-item:first-child {
    padding-left: 12px !important;
  }

  body.page-id-4338 .fdc-hero-reassurance-item:not(:last-child)::after {
    display: none !important;
  }
}

/* =========================================================
   BENEFITS BOX
   ========================================================= */

body.page-id-4338 section.benefits-box .section_wrapper > .wrap.benefits-item {
  display: flex !important;
  align-items: stretch !important;
}

body.page-id-4338 section.benefits-box .section_wrapper > .wrap.benefits-item:not(:last-child) {
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(70, 55, 45, 0.24),
    transparent
  ) !important;
  background-repeat: no-repeat !important;
  background-size: 1px 198px !important;
  background-position: right 23px !important;
}

body.page-id-4338 section.benefits-box .section_wrapper > .wrap.benefits-item > .mcb-wrap-inner {
  width: 100% !important;
  min-height: 220px !important;
  padding-top: 28px !important;
  padding-bottom: 28px !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

body.page-id-4338 section.benefits-box .mcb-wrap .column,
body.page-id-4338 section.benefits-box .mcb-wrap .mcb-column-inner,
body.page-id-4338 section.benefits-box .mcb-wrap .column_attr {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

body.page-id-4338 section.benefits-box .fdc-native-value-icon {
  width: 80px !important;
  height: 80px !important;
  flex: 0 0 80px !important;
  margin: 0 auto 18px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.page-id-4338 section.benefits-box .fdc-native-value-icon img {
  display: block !important;
  width: 35px !important;
  height: 35px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

/* IcÃ´ne plante lÃ©gÃ¨rement rÃ©duite */
body.page-id-4338 section.benefits-box .fdc-value-2 .fdc-native-value-icon img,
body.page-id-4338 section.benefits-box .mcb-wrap-4efdeee7c .fdc-native-value-icon img,
body.page-id-4338 section.benefits-box .mcb-item-e892fb220 .fdc-native-value-icon img,
body.page-id-4338 section.benefits-box .mcb-item-02b80fd11 .fdc-native-value-icon img {
  width: 28px !important;
  height: 28px !important;
}

body.page-id-4338 section.benefits-box .mcb-wrap h3,
body.page-id-4338 section.benefits-box .mcb-wrap .column_attr h3 {
  min-height: 34px !important;
  margin: 0 0 14px 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-family: "Montserrat", Arial, sans-serif !important;
  color: var(--fdc-green) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

body.page-id-4338 section.benefits-box .mcb-wrap p,
body.page-id-4338 section.benefits-box .mcb-wrap .column_attr p {
  max-width: 220px !important;
  min-height: 72px !important;
  margin: 0 auto !important;

  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;

  color: #000000 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

@media (max-width: 767px) {
  body.page-id-4338 section.benefits-box .section_wrapper > .wrap.benefits-item {
    background-image: none !important;
  }

  body.page-id-4338 section.benefits-box .section_wrapper > .wrap.benefits-item > .mcb-wrap-inner,
  body.page-id-4338 section.benefits-box .mcb-wrap h3,
  body.page-id-4338 section.benefits-box .mcb-wrap .column_attr h3,
  body.page-id-4338 section.benefits-box .mcb-wrap p,
  body.page-id-4338 section.benefits-box .mcb-wrap .column_attr p {
    min-height: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body.page-id-4338 section.benefits-box .section_wrapper > .wrap.benefits-item:nth-child(2) {
    background-image: none !important;
  }
}

/* =========================================================
   SECTION ROUTINE - CARTES PRODUITS
   Classes durables + fallbacks IDs BeTheme actuels
   ========================================================= */

body.page-id-4338 .fdc-native-products .mcb-section-inner,
body.page-id-4338 .mcb-section-inner-61015aa41,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-section-inner-ca583fdd1 {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 28px !important;
  justify-content: center !important;
  align-items: stretch !important;
}

body.page-id-4338 .routine-bloc,
body.page-id-4338 .mcb-section-inner-61015aa41 > .routine-bloc,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-7566e0e34 {
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin-bottom: 20px !important;
}

body.page-id-4338 .mcb-section-inner-61015aa41 .fdc-native-kicker,
body.page-id-4338 .mcb-section-ca583fdd1 .fdc-native-kicker {
  color: var(--fdc-green) !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.16em !important;
  font-weight: 700 !important;
}

body.page-id-4338 .mcb-section-inner-61015aa41 #notreroutinetxt p,
body.page-id-4338 .mcb-section-ca583fdd1 #notreroutinetxt p {
  margin-top: 12px !important;
  color: #000000 !important;
  font-size: 15px !important;
}

/* Cartes */
body.page-id-4338 .fdc-native-product-card,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-17c9ae32c,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-46dd7cda0,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-c129395b1 {
  width: calc((100% - 56px) / 3) !important;
  flex: 0 0 calc((100% - 56px) / 3) !important;
  max-width: calc((100% - 56px) / 3) !important;
  margin: 0 !important;

  display: flex !important;
  align-self: stretch !important;

  background: var(--fdc-card) !important;
  border: 1px solid rgba(70, 55, 45, 0.10) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 16px 38px rgba(55, 42, 32, 0.07) !important;
}

body.page-id-4338 .fdc-native-product-card > .mcb-wrap-inner,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-17c9ae32c > .mcb-wrap-inner,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-46dd7cda0 > .mcb-wrap-inner,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-c129395b1 > .mcb-wrap-inner {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 0 30px !important;

  display: flex !important;
  flex-direction: column !important;

  border: none !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}

body.page-id-4338 .fdc-native-product-card .mcb-wrap-background-overlay {
  display: none !important;
}

body.page-id-4338 .fdc-native-product-card .column,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-17c9ae32c .column,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-46dd7cda0 .column,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-c129395b1 .column {
  width: 100% !important;
  margin: 0 !important;
  
  text-align: center !important;
}

/* Image produit */
body.page-id-4338 .fdc-native-product-image,
body.page-id-4338 .fdc-native-product-image .mcb-column-inner,
body.page-id-4338 .fdc-native-product-image .mcb-item-image-inner,
body.page-id-4338 .fdc-native-product-image .image_frame,
body.page-id-4338 .fdc-native-product-image .image_wrapper,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e13af7127,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-7f878d7a8,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e8eabf868,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e13af7127 .mcb-column-inner,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-7f878d7a8 .mcb-column-inner,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e8eabf868 .mcb-column-inner,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e13af7127 .image_frame,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-7f878d7a8 .image_frame,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e8eabf868 .image_frame,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e13af7127 .image_wrapper,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-7f878d7a8 .image_wrapper,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e8eabf868 .image_wrapper,
body.page-id-4338 .mcb-section .mcb-wrap .mcb-item-c165bacfd .image_wrapper,
body.page-id-4338 .mcb-section .mcb-wrap .mcb-item-ba1839e89 .image_wrapper,
body.page-id-4338 .mcb-section .mcb-wrap .mcb-item-af3142bb4 .image_wrapper {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  display: block !important;
  overflow: visible !important;
  line-height: 0 !important;
  background: transparent !important;
}

body.page-id-4338 .fdc-native-product-image img,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e13af7127 img,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-7f878d7a8 img,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e8eabf868 img,
body.page-id-4338 .mcb-section .mcb-wrap .mcb-item-c165bacfd img,
body.page-id-4338 .mcb-section .mcb-wrap .mcb-item-ba1839e89 img,
body.page-id-4338 .mcb-section .mcb-wrap .mcb-item-af3142bb4 img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 16px 16px 0 0 !important;
}

/* NumÃ©ros cartes */
body.page-id-4338 .fdc-native-product-card .mcb-wrap-inner::before,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-17c9ae32c > .mcb-wrap-inner::before,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-46dd7cda0 > .mcb-wrap-inner::before,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-c129395b1 > .mcb-wrap-inner::before {
  position: absolute !important;
  top: 16px !important;
  left: 16px !important;
  z-index: 20 !important;

  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;

  background: rgba(51, 94, 67, 0.94) !important;
  color: #ffffff !important;

  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 30px !important;
  text-align: center !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16) !important;
}

body.page-id-4338 .fdc-native-product-card:nth-of-type(2) .mcb-wrap-inner::before,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-17c9ae32c > .mcb-wrap-inner::before {
  content: "1" !important;
}

body.page-id-4338 .fdc-native-product-card:nth-of-type(3) .mcb-wrap-inner::before,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-46dd7cda0 > .mcb-wrap-inner::before {
  content: "2" !important;
}

body.page-id-4338 .fdc-native-product-card:nth-of-type(4) .mcb-wrap-inner::before,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-c129395b1 > .mcb-wrap-inner::before {
  content: "3" !important;
}

body.page-id-4338 .fdc-native-product-card h3,
body.page-id-4338 .mcb-section-ca583fdd1 h3 {
  min-height: 68px !important;
  margin: 24px 28px 14px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: var(--fdc-brown) !important;
  font-size: 28px !important;
  line-height: 1.15 !important;
  text-align: center !important;
}

body.page-id-4338 .fdc-native-product-card p,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-17c9ae32c p,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-46dd7cda0 p,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-c129395b1 p {
  margin: 0 auto 20px !important;
  max-width: 300px !important;

  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;

  color: #000000 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  text-align: center !important;
}

body.page-id-4338 .fdc-native-card-button,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-88f676e12,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-9e5f30e15,
body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-781e29ce8 {
  margin-top: auto !important;
  padding-top: 6px !important;
  padding-bottom: 0 !important;
  text-align: center !important;
}

body.page-id-4338 .fdc-native-card-button .button,
body.page-id-4338 .mcb-section-ca583fdd1 .button {
  margin-top: auto !important;
  padding: 12px 30px !important;

  background: var(--fdc-green-btn) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  transition: all 0.25s ease !important;
}

body.page-id-4338 .fdc-native-card-button .button .button_label,
body.page-id-4338 .mcb-section-ca583fdd1 .button .button_label {
  padding: 0 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

body.page-id-4338 .fdc-native-card-button .button:hover,
body.page-id-4338 .mcb-section-ca583fdd1 .button:hover {
  background: var(--fdc-green-btn-hover) !important;
  transform: translateY(-1px);
}

@media (max-width: 1024px) {
  body.page-id-4338 .fdc-native-products .mcb-section-inner,
  body.page-id-4338 .mcb-section-inner-61015aa41,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-section-inner-ca583fdd1 {
    gap: 22px !important;
  }

  body.page-id-4338 .fdc-native-product-card,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-17c9ae32c,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-46dd7cda0,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-c129395b1 {
    width: calc((100% - 22px) / 2) !important;
    flex: 0 0 calc((100% - 22px) / 2) !important;
    max-width: calc((100% - 22px) / 2) !important;
  }

  body.page-id-4338 .fdc-native-product-card h3,
  body.page-id-4338 .mcb-section-ca583fdd1 h3 {
    min-height: 64px !important;
    font-size: 25px !important;
  }

  body.page-id-4338 .fdc-native-product-card p,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-17c9ae32c p,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-46dd7cda0 p,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-c129395b1 p {
    min-height: 90px !important;
  }
}

@media (max-width: 767px) {
  body.page-id-4338 .fdc-native-product-card,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-17c9ae32c,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-46dd7cda0,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-c129395b1 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  body.page-id-4338 .fdc-native-product-card h3,
  body.page-id-4338 .mcb-section-ca583fdd1 h3 {
    min-height: auto !important;
    margin-top: 22px !important;
    font-size: 24px !important;
  }

  body.page-id-4338 .fdc-native-product-card p,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-17c9ae32c p,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-46dd7cda0 p,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-c129395b1 p {
    min-height: auto !important;
    margin-bottom: 22px !important;
  }
}

/* =========================================================
   SECTION SENSORIELLE
   Classes durables + fallbacks IDs BeTheme actuels
   ========================================================= */

body.page-id-4338 .fdc-native-sensory,
body.page-id-4338 .mcb-section-59b779b72.fdc-native-sensory,
body.page-id-4338 .mcb-section-090b0eb25 {
  padding: 0 !important;
  margin: 0 !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

body.page-id-4338 .fdc-native-sensory .mcb-section-inner,
body.page-id-4338 .mcb-section-59b779b72 .mcb-section-inner-59b779b72,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-section-inner-090b0eb25 {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-4338 .fdc-native-sensory-image,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 {
  width: 58% !important;
  flex: 0 0 58% !important;
  max-width: 58% !important;
  min-height: 390px !important;

  display: flex !important;
  align-self: stretch !important;
  align-items: stretch !important;

  position: relative !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

body.page-id-4338 .fdc-native-sensory-image .mcb-wrap-inner,
body.page-id-4338 .fdc-native-sensory-image .column,
body.page-id-4338 .fdc-native-sensory-image .mcb-column-inner,
body.page-id-4338 .fdc-native-sensory-image .image_frame,
body.page-id-4338 .fdc-native-sensory-image .image_wrapper,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 .mcb-wrap-inner,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 .column,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 .mcb-column-inner,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 .image_frame,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 .image_wrapper {
  width: 100% !important;
  height: 100% !important;
  min-height: 390px !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  display: block !important;
  overflow: hidden !important;
  line-height: 0 !important;
  background: transparent !important;
}

body.page-id-4338 .fdc-native-sensory-image .image_wrapper,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 .image_wrapper {
  position: relative !important;
}

body.page-id-4338 .fdc-native-sensory-image .image_wrapper::after,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 .image_wrapper::after {
  content: "" !important;
  visibility: visible !important;
  overflow: visible !important;

  position: absolute !important;
  top: 0 !important;
  right: -1px !important;
  z-index: 20 !important;

  width: 320px !important;
  height: 100% !important;

  pointer-events: none !important;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.25) 35%,
    rgba(255, 255, 255, 0.70) 70%,
    rgba(255, 255, 255, 1) 100%
  ) !important;
}

body.page-id-4338 .fdc-native-sensory-image img,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 img {
  width: 100% !important;
  height: 100% !important;
  min-height: 390px !important;
  display: block !important;
  object-fit: cover !important;
  object-position: left center !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-4338 .fdc-native-sensory-copy,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 {
  width: 42% !important;
  flex: 0 0 42% !important;
  max-width: 42% !important;
  min-height: 390px !important;

  display: flex !important;
  align-self: stretch !important;
  align-items: center !important;
  justify-content: flex-start !important;

  position: relative !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

body.page-id-4338 .fdc-native-sensory-copy > .mcb-wrap-inner,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 > .mcb-wrap-inner {
  width: 100% !important;
  max-width: 680px !important;
  min-height: 390px !important;
  height: 100% !important;
  padding: 40px 7vw 40px 64px !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;

  position: relative !important;
  z-index: 2 !important;
}

body.page-id-4338 .fdc-native-sensory-copy .column,
body.page-id-4338 .fdc-native-sensory-copy .mcb-column-inner,
body.page-id-4338 .fdc-native-sensory-copy .column_attr,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 .column,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 .mcb-column-inner,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 .column_attr {
  width: 100% !important;
  margin: 0 !important;
  text-align: left !important;
}

body.page-id-4338 .fdc-native-sensory-copy .fdc-native-kicker,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 .fdc-native-kicker {
  margin: 0 0 18px 0 !important;
  padding: 0 !important;
  color: var(--fdc-green-btn) !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

body.page-id-4338 .fdc-native-sensory-copy h2,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 h2 {
  max-width: 620px !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;

  color: var(--fdc-brown) !important;
  font-size: 40px !important;
  line-height: 1.06 !important;
  font-weight: 500 !important;
  text-align: left !important;
}

body.page-id-4338 .fdc-native-sensory-copy h2 em,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 h2 em {
  color: var(--fdc-green-btn) !important;
  font-style: italic !important;
  font-weight: 500 !important;
}

body.page-id-4338 .fdc-native-sensory-copy p:not(.fdc-native-kicker),
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 p {
  max-width: 560px !important;
  margin: 0 0 30px 0 !important;
  padding: 0 !important;

  color: #000000 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  text-align: left !important;
}

body.page-id-4338 .fdc-native-sensory-copy .fdc-native-btn,
body.page-id-4338 .fdc-native-sensory-copy .fdc-native-btn .mcb-column-inner,
body.page-id-4338 .fdc-native-sensory-copy .fdc-native-btn .mcb-item-button-inner,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 .column_button,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 .mcb-item-button-inner {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  text-align: left !important;
}

body.page-id-4338 .fdc-native-sensory-copy .fdc-native-btn .button,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 .button {
  margin: 0 auto 0 0 !important;
  padding: 14px 35px !important;

  background: var(--fdc-green-btn) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  transition: all 0.25s ease !important;
}

body.page-id-4338 .fdc-native-sensory-copy .fdc-native-btn .button .button_label,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 .button .button_label {
  padding: 0 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.page-id-4338 .fdc-native-sensory-copy .fdc-native-btn .button:hover,
body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 .button:hover {
  background: var(--fdc-green-btn-hover) !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 1024px) {
  body.page-id-4338 .fdc-native-sensory-image,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 {
    width: 54% !important;
    flex: 0 0 54% !important;
    max-width: 54% !important;
  }

  body.page-id-4338 .fdc-native-sensory-copy,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 {
    width: 46% !important;
    flex: 0 0 46% !important;
    max-width: 46% !important;
  }

  body.page-id-4338 .fdc-native-sensory-copy > .mcb-wrap-inner,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 > .mcb-wrap-inner {
    max-width: 100% !important;
    padding: 40px 38px !important;
  }
}

@media (max-width: 767px) {
  body.page-id-4338 .fdc-native-sensory .mcb-section-inner,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-section-inner-090b0eb25 {
    flex-direction: column !important;
  }

  body.page-id-4338 .fdc-native-sensory-image,
  body.page-id-4338 .fdc-native-sensory-copy,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
  }

  body.page-id-4338 .fdc-native-sensory-image .mcb-wrap-inner,
  body.page-id-4338 .fdc-native-sensory-image .column,
  body.page-id-4338 .fdc-native-sensory-image .mcb-column-inner,
  body.page-id-4338 .fdc-native-sensory-image .image_frame,
  body.page-id-4338 .fdc-native-sensory-image .image_wrapper,
  body.page-id-4338 .fdc-native-sensory-image img,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 .mcb-wrap-inner,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 .column,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 .mcb-column-inner,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 .image_frame,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 .image_wrapper,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 img {
    height: auto !important;
    min-height: 0 !important;
  }

  body.page-id-4338 .fdc-native-sensory-image .image_wrapper::after,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 .image_wrapper::after {
    top: auto !important;
    bottom: -1px !important;
    right: 0 !important;
    width: 100% !important;
    height: 150px !important;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.55) 58%,
      rgba(255, 255, 255, 1) 100%
    ) !important;
  }

  body.page-id-4338 .fdc-native-sensory-image img,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 img {
    object-fit: contain !important;
  }

  body.page-id-4338 .fdc-native-sensory-copy > .mcb-wrap-inner,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 > .mcb-wrap-inner {
    min-height: auto !important;
    height: auto !important;
    max-width: 100% !important;
    padding: 42px 28px 52px !important;
    align-items: center !important;
    text-align: center !important;
  }

  body.page-id-4338 .fdc-native-sensory-copy .fdc-native-kicker,
  body.page-id-4338 .fdc-native-sensory-copy h2,
  body.page-id-4338 .fdc-native-sensory-copy p:not(.fdc-native-kicker),
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 .fdc-native-kicker,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 h2,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 p {
    text-align: center !important;
  }

  body.page-id-4338 .fdc-native-sensory-copy .fdc-native-btn,
  body.page-id-4338 .fdc-native-sensory-copy .fdc-native-btn .mcb-column-inner,
  body.page-id-4338 .fdc-native-sensory-copy .fdc-native-btn .mcb-item-button-inner,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 .column_button,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 .mcb-item-button-inner {
    justify-content: center !important;
    text-align: center !important;
  }

  body.page-id-4338 .fdc-native-sensory-copy .fdc-native-btn .button,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 .button {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* =========================================================
   NEWSLETTER
   Classes durables + fallbacks IDs actuels
   ========================================================= */

body.page-id-4338 .fdc-template-newsletter {
  padding: 44px 24px !important;
  background: var(--fdc-cream) !important;
}

body.page-id-4338 .fdc-template-newsletter > .mcb-section-inner,
body.page-id-4338 .fdc-template-newsletter .mcb-section-inner-de808b5ae,
body.page-id-4338 .fdc-template-newsletter .mcb-section-inner-4132af643,
body.page-id-4338 .mcb-section-de808b5ae .mcb-section-inner-de808b5ae,
body.page-id-4338 .mcb-section-4132af643 .mcb-section-inner-4132af643 {
  width: min(calc(100% - 170px), 1200px) !important;
  max-width: 1200px !important;
  height: 150px !important;
  min-height: 150px !important;

  margin: 0 auto !important;
  padding: 0 44px !important;

  box-sizing: border-box !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  background: var(--fdc-green) !important;
  border-radius: 12px !important;
  box-shadow: 0 18px 42px rgba(36, 69, 54, 0.16) !important;
  overflow: visible !important;
}

body.page-id-4338 .fdc-template-newsletter > .mcb-section-inner > .wrap,
body.page-id-4338 .fdc-template-newsletter .mcb-section-inner-de808b5ae > .wrap,
body.page-id-4338 .fdc-template-newsletter .mcb-section-inner-4132af643 > .wrap,
body.page-id-4338 .mcb-section-de808b5ae .mcb-section-inner-de808b5ae > .wrap,
body.page-id-4338 .mcb-section-4132af643 .mcb-section-inner-4132af643 > .wrap {
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;

  display: flex !important;
  align-items: center !important;
  align-self: center !important;
  box-sizing: border-box !important;
}

/* Colonne gauche newsletter */
body.page-id-4338 .fdc-template-newsletter .mcb-section-inner > .wrap:first-child,
body.page-id-4338 .fdc-template-newsletter .mcb-wrap-9b140770a,
body.page-id-4338 .fdc-template-newsletter .mcb-wrap-15dd4e9c4 {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
}

body.page-id-4338 .fdc-template-newsletter .mcb-section-inner > .wrap:first-child > .mcb-wrap-inner,
body.page-id-4338 .fdc-template-newsletter .mcb-wrap-9b140770a > .mcb-wrap-inner,
body.page-id-4338 .fdc-template-newsletter .mcb-wrap-15dd4e9c4 > .mcb-wrap-inner {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  align-content: center !important;
  justify-content: flex-start !important;
  gap: 28px !important;
}

/* IcÃ´ne newsletter */
body.page-id-4338 .fdc-newsletter-icon {
  width: 78px !important;
  height: 78px !important;
  flex: 0 0 78px !important;
  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.page-id-4338 .fdc-newsletter-icon .mcb-column-inner,
body.page-id-4338 .fdc-newsletter-icon .mcb-item-icon-inner,
body.page-id-4338 .fdc-newsletter-icon .mfn-icon-2,
body.page-id-4338 .fdc-newsletter-icon .icon_wrapper {
  width: 78px !important;
  height: 78px !important;
  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  border-radius: 50% !important;
  box-shadow: none !important;
}

body.page-id-4338 .fdc-newsletter-icon i,
body.page-id-4338 .fdc-newsletter-icon .icon {
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: 30px !important;
  line-height: 1 !important;
}

/* Texte newsletter */
body.page-id-4338 .fdc-template-newsletter .column_column:not(.fdc-template-newsletter-form .column_column),
body.page-id-4338 .fdc-template-newsletter .mcb-item-0bd2ff2ad,
body.page-id-4338 .fdc-template-newsletter .mcb-item-892ae56b2 {
  flex: 1 1 auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
}

body.page-id-4338 .fdc-template-newsletter .column_column .mcb-column-inner,
body.page-id-4338 .fdc-template-newsletter .column_column .column_attr {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

body.page-id-4338 .fdc-template-newsletter .fdc-native-kicker {
  margin: 0 0 12px 0 !important;
  color: rgba(255, 255, 255, 0.86) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.86) !important;

  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.page-id-4338 .fdc-template-newsletter h3 {
  margin: 0 0 8px 0 !important;
  padding: 0 !important;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  font-size: 22px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.page-id-4338 .fdc-template-newsletter p:not(.fdc-native-kicker) {
  margin: 0 !important;
  padding: 0 !important;

  color: rgba(255, 255, 255, 0.86) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.86) !important;

  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* Colonne formulaire */
body.page-id-4338 .fdc-template-newsletter-form,
body.page-id-4338 .fdc-template-newsletter .mcb-wrap-bc1a6d3c4,
body.page-id-4338 .fdc-template-newsletter .mcb-wrap-de76cd568 {
  width: 390px !important;
  flex: 0 0 390px !important;
  max-width: 390px !important;
  margin: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;

  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body.page-id-4338 .fdc-template-newsletter-form > .mcb-wrap-inner,
body.page-id-4338 .fdc-template-newsletter .mcb-wrap-bc1a6d3c4 > .mcb-wrap-inner,
body.page-id-4338 .fdc-template-newsletter .mcb-wrap-de76cd568 > .mcb-wrap-inner {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  align-content: center !important;
  justify-content: flex-end !important;
}

body.page-id-4338 .fdc-template-newsletter-form .mcb-wrap-inner,
body.page-id-4338 .fdc-template-newsletter-form .mcb-wrap-background-overlay,
body.page-id-4338 .fdc-template-newsletter-form .column,
body.page-id-4338 .fdc-template-newsletter-form .mcb-column-inner,
body.page-id-4338 .fdc-template-newsletter-form .column_attr,
body.page-id-4338 .fdc-template-newsletter-form .mc4wp-form,
body.page-id-4338 .fdc-template-newsletter-form .mc4wp-form-fields {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body.page-id-4338 .fdc-newsletter-form {
  width: 100% !important;
  max-width: 430px !important;
  min-height: 58px !important;
  margin: 0 0 0 auto !important;
  padding: 0 10px 0 26px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;

  background: #fffdf9 !important;
  border: 1px solid rgba(48, 35, 29, 0.10) !important;
  border-radius: 999px !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.55),
    0 10px 24px rgba(32, 42, 34, 0.10) !important;
  overflow: hidden !important;
}

body.page-id-4338 .fdc-newsletter-form input[type="email"] {
  flex: 1 1 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 56px !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;

  color: var(--fdc-brown) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-align: left !important;
}

body.page-id-4338 .fdc-newsletter-form input[type="email"]::placeholder {
  color: rgba(47, 35, 29, 0.45) !important;
  opacity: 1 !important;
}

body.page-id-4338 .fdc-newsletter-form input[type="submit"] {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 118px !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 22px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: transparent !important;
  color: var(--fdc-brown) !important;
  -webkit-text-fill-color: var(--fdc-brown) !important;

  border: none !important;
  border-radius: 999px !important;
  box-shadow: none !important;

  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;

  cursor: pointer !important;
  transition: color 0.22s ease, background-color 0.22s ease !important;
}

body.page-id-4338 .fdc-newsletter-form input[type="submit"]:hover {
  color: var(--fdc-green) !important;
  -webkit-text-fill-color: var(--fdc-green) !important;
  background: rgba(52, 92, 72, 0.08) !important;
}

body.page-id-4338 .fdc-template-newsletter-form .mc4wp-response,
body.page-id-4338 .fdc-template-newsletter-form .mc4wp-alert {
  margin-top: 10px !important;
  padding: 0 !important;

  color: #ffffff !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

/* Aucun faux contenu non modifiable */
body.page-id-4338 .fdc-template-newsletter .mcb-wrap-inner::before,
body.page-id-4338 .fdc-template-newsletter-form .column_attr::after {
  content: none !important;
  display: none !important;
}

/* Correction align-content BeTheme uniquement newsletter */
body.page-id-4338 .fdc-template-newsletter .mcb-wrap-inner,
body.page-id-4338 .fdc-template-newsletter .mcb-section-inner,
body.page-id-4338 .fdc-template-newsletter .wrap {
  align-content: center !important;
  align-items: center !important;
}

@media (max-width: 1024px) {
  body.page-id-4338 .fdc-template-newsletter > .mcb-section-inner,
  body.page-id-4338 .fdc-template-newsletter .mcb-section-inner-de808b5ae,
  body.page-id-4338 .fdc-template-newsletter .mcb-section-inner-4132af643,
  body.page-id-4338 .mcb-section-de808b5ae .mcb-section-inner-de808b5ae,
  body.page-id-4338 .mcb-section-4132af643 .mcb-section-inner-4132af643 {
    width: calc(100% - 48px) !important;
    max-width: calc(100% - 48px) !important;
    height: auto !important;
    min-height: 150px !important;
    padding: 28px 32px !important;
    gap: 28px !important;
  }

  body.page-id-4338 .fdc-newsletter-icon,
  body.page-id-4338 .fdc-newsletter-icon .mcb-column-inner,
  body.page-id-4338 .fdc-newsletter-icon .mcb-item-icon-inner,
  body.page-id-4338 .fdc-newsletter-icon .mfn-icon-2,
  body.page-id-4338 .fdc-newsletter-icon .icon_wrapper {
    width: 66px !important;
    height: 66px !important;
    flex-basis: 66px !important;
  }

  body.page-id-4338 .fdc-newsletter-icon i,
  body.page-id-4338 .fdc-newsletter-icon .icon {
    font-size: 26px !important;
  }

  body.page-id-4338 .fdc-template-newsletter-form,
  body.page-id-4338 .fdc-template-newsletter .mcb-wrap-bc1a6d3c4,
  body.page-id-4338 .fdc-template-newsletter .mcb-wrap-de76cd568 {
    width: 350px !important;
    flex: 0 0 350px !important;
    max-width: 350px !important;
  }

  body.page-id-4338 .fdc-newsletter-form {
    max-width: 380px !important;
    min-height: 56px !important;
    padding-left: 22px !important;
  }

  body.page-id-4338 .fdc-newsletter-form input[type="submit"] {
    min-width: 108px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 767px) {
  body.page-id-4338 .fdc-template-newsletter {
    padding: 32px 16px !important;
  }

  body.page-id-4338 .fdc-template-newsletter > .mcb-section-inner,
  body.page-id-4338 .fdc-template-newsletter .mcb-section-inner-de808b5ae,
  body.page-id-4338 .fdc-template-newsletter .mcb-section-inner-4132af643,
  body.page-id-4338 .mcb-section-de808b5ae .mcb-section-inner-de808b5ae,
  body.page-id-4338 .mcb-section-4132af643 .mcb-section-inner-4132af643 {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    height: auto !important;
    min-height: auto !important;
    padding: 32px 22px !important;

    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 24px !important;

    text-align: center !important;
    border-radius: 14px !important;
  }

  body.page-id-4338 .fdc-template-newsletter > .mcb-section-inner > .wrap,
  body.page-id-4338 .fdc-template-newsletter .mcb-section-inner-de808b5ae > .wrap,
  body.page-id-4338 .fdc-template-newsletter .mcb-section-inner-4132af643 > .wrap,
  body.page-id-4338 .fdc-template-newsletter .mcb-section-inner > .wrap:first-child,
  body.page-id-4338 .fdc-template-newsletter-form {
    width: 100% !important;
    height: auto !important;
    flex: 0 0 auto !important;
    max-width: 100% !important;
    justify-content: center !important;
  }

  body.page-id-4338 .fdc-template-newsletter .mcb-section-inner > .wrap:first-child > .mcb-wrap-inner,
  body.page-id-4338 .fdc-template-newsletter .mcb-wrap-9b140770a > .mcb-wrap-inner,
  body.page-id-4338 .fdc-template-newsletter .mcb-wrap-15dd4e9c4 > .mcb-wrap-inner {
    height: auto !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 18px !important;
    text-align: center !important;
  }

  body.page-id-4338 .fdc-template-newsletter .column_column,
  body.page-id-4338 .fdc-template-newsletter .column_column .column_attr,
  body.page-id-4338 .fdc-template-newsletter h3,
  body.page-id-4338 .fdc-template-newsletter p {
    text-align: center !important;
  }

  body.page-id-4338 .fdc-newsletter-form {
    max-width: 100% !important;
    min-height: auto !important;
    margin: 0 auto !important;
    padding: 8px !important;

    flex-direction: column !important;
    gap: 8px !important;
    border-radius: 18px !important;
  }

  body.page-id-4338 .fdc-newsletter-form input[type="email"] {
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 14px !important;
    text-align: center !important;
  }

  body.page-id-4338 .fdc-newsletter-form input[type="submit"] {
    width: 100% !important;
    min-width: 0 !important;
    height: 42px !important;
    min-height: 42px !important;
    background: var(--fdc-green) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
  }

  body.page-id-4338 .fdc-newsletter-form input[type="submit"]:hover {
    background: var(--fdc-green-dark) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
  }

  body.page-id-4338 .fdc-template-newsletter-form .mc4wp-response,
  body.page-id-4338 .fdc-template-newsletter-form .mc4wp-alert {
    text-align: center !important;
  }
}
section.mcb-section-090b0eb25 {
  min-height: unset;
}
.mcb-section .mcb-wrap .mcb-item-bb08fa170 p {
  font-size: 14px;
  text-transform: uppercase;
}

/* =========================================================
   FLEURS DE CAFÃ‰ - ANIMATIONS PREMIUM
   Ã€ ajouter aprÃ¨s le CSS principal
   ========================================================= */

:root {
  --fdc-ease-premium: cubic-bezier(.22, 1, .36, 1);
  --fdc-ease-out: cubic-bezier(.16, 1, .3, 1);
  --fdc-page-bg: #f8f5ee;
}

.fdc-hero-animated {
  overflow: hidden;
  isolation: isolate;
}

.fdc-hero-animated::before {
  transform: scale(1.08);
  filter: blur(10px) saturate(.86);
  opacity: .42;
  transition:
    transform 1.35s var(--fdc-ease-premium),
    filter 1.35s var(--fdc-ease-premium),
    opacity 1.1s var(--fdc-ease-premium);
}

.fdc-hero-animated.is-visible::before {
  transform: scale(1);
  filter: blur(0) saturate(1);
  opacity: 1;
}

.fdc-hero-animated .fdc-hero-item {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  filter: blur(9px);
  transition:
    opacity .95s var(--fdc-ease-premium) var(--fdc-hero-delay),
    transform .95s var(--fdc-ease-premium) var(--fdc-hero-delay),
    filter .95s var(--fdc-ease-premium) var(--fdc-hero-delay);
}

.fdc-hero-animated.is-visible .fdc-hero-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

/* EntrÃ©e / sortie au scroll */
.fdc-animations-ready .fdc-reveal-item {
  opacity: 0;
  transform: translate3d(0, 32px, 0) scale(.985);
  filter: blur(10px);
  transition:
    opacity .82s var(--fdc-ease-premium) var(--fdc-delay),
    transform .82s var(--fdc-ease-premium) var(--fdc-delay),
    filter .82s var(--fdc-ease-premium) var(--fdc-delay);
  will-change: opacity, transform, filter;
}

.fdc-animations-ready .fdc-from-left.fdc-reveal-item,
.fdc-animations-ready .fdc-native-sensory-image.fdc-reveal-item {
  transform: translate3d(-34px, 0, 0) scale(.985);
}

.fdc-animations-ready .fdc-from-right.fdc-reveal-item,
.fdc-animations-ready .fdc-native-sensory-copy.fdc-reveal-item {
  transform: translate3d(34px, 0, 0) scale(.985);
}

.fdc-animations-ready .fdc-reveal-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.fdc-animations-ready .fdc-reveal-item.is-out {
  opacity: .18;
  transform: translate3d(0, -18px, 0) scale(.992);
  filter: blur(6px);
}

/* Cartes / images : micro-interactions premium */
.fdc-hoverable {
  --fdc-mx: 0;
  --fdc-my: 0;
  transition:
    transform .32s var(--fdc-ease-out),
    box-shadow .32s var(--fdc-ease-out),
    border-color .32s var(--fdc-ease-out),
    background-color .32s var(--fdc-ease-out),
    color .32s var(--fdc-ease-out);
}

.fdc-hoverable:hover {
  transform: translate3d(calc(var(--fdc-mx) * 3px), calc(var(--fdc-my) * 3px - 2px), 0);
}

.fdc-native-product-card:hover,
section.benefits-box .benefits-item:hover {
  box-shadow: 0 24px 58px rgba(47, 35, 29, .12) !important;
  border-color: rgba(52, 92, 72, .18) !important;
}

.fdc-native-product-card .fdc-native-product-image img,
.fdc-native-sensory-image img,
.mcb-section-424fed72d img {
  transition: transform .9s var(--fdc-ease-premium), filter .9s var(--fdc-ease-premium);
}

.fdc-native-product-card:hover .fdc-native-product-image img,
.fdc-native-sensory-image:hover img,
.mcb-section-424fed72d .wrap:hover img {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.02);
}

/* Boutons : halo doux */
a.button,
.button,
input[type="submit"],
button[type="submit"] {
  position: relative;
  overflow: hidden;
}

a.button::before,
.button::before,
input[type="submit"]::before,
button[type="submit"]::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.28) 42%, transparent 72%);
  transform: translateX(-120%);
  transition: transform .75s var(--fdc-ease-premium);
  pointer-events: none;
}

a.button:hover::before,
.button:hover::before,
input[type="submit"]:hover::before,
button[type="submit"]:hover::before {
  transform: translateX(120%);
}

/* Menu : hover graphique + entrÃ©e/sortie */
.mfn-header-menu .mfn-menu-link,
.menu-main-menu-container a,
#Top_bar .menu > li > a,
#Side_slide a {
  position: relative;
  transition: color .28s var(--fdc-ease-out), transform .28s var(--fdc-ease-out);
}

.mfn-header-menu .mfn-menu-link .fdc-menu-label,
.menu-main-menu-container a .fdc-menu-label,
#Top_bar .menu > li > a .fdc-menu-label,
#Side_slide a .fdc-menu-label {
  position: relative;
  display: inline-block;
}

.mfn-header-menu .mfn-menu-link .fdc-menu-label::after,
.menu-main-menu-container a .fdc-menu-label::after,
#Top_bar .menu > li > a .fdc-menu-label::after,
#Side_slide a .fdc-menu-label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  opacity: .75;
  transition: transform .34s var(--fdc-ease-premium);
}

.mfn-header-menu .mfn-menu-link:hover,
.menu-main-menu-container a:hover,
#Top_bar .menu > li > a:hover,
#Side_slide a:hover {
  transform: translateY(-1px);
  color: #345c48 !important;
}

.mfn-header-menu .mfn-menu-link:hover .fdc-menu-label::after,
.menu-main-menu-container a:hover .fdc-menu-label::after,
#Top_bar .menu > li > a:hover .fdc-menu-label::after,
#Side_slide a:hover .fdc-menu-label::after {
  transform: scaleX(1);
  transform-origin: left center;
}

#Side_slide,
.mfn-off-canvas-sidebar,
.mfn-header-tmpl-menu-sidebar {
  transition:
    transform .48s var(--fdc-ease-premium),
    opacity .48s var(--fdc-ease-premium),
    filter .48s var(--fdc-ease-premium) !important;
}

body.fdc-menu-is-opening #Side_slide,
body.fdc-menu-is-open #Side_slide,
body.fdc-menu-is-opening .mfn-off-canvas-sidebar,
body.fdc-menu-is-open .mfn-off-canvas-sidebar {
  opacity: 1 !important;
  filter: blur(0) !important;
}

body.fdc-menu-is-closing #Side_slide,
body.fdc-menu-is-closing .mfn-off-canvas-sidebar {
  opacity: 0 !important;
  filter: blur(8px) !important;
}

body.fdc-menu-is-open #Wrapper {
  transition: transform .48s var(--fdc-ease-premium), filter .48s var(--fdc-ease-premium);
}

/* Newsletter / formulaire : lÃ©ger focus premium */
.fdc-newsletter-form:focus-within {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .65),
    0 18px 42px rgba(32, 42, 34, .14) !important;
  transform: translateY(-1px);
}

/* Respect accessibilitÃ© */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

  .fdc-animations-ready .fdc-reveal-item,
  .fdc-hero-animated .fdc-hero-item {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

.mcb-section .mcb-wrap .mcb-item-fbc88f812 .button {
  color: white;
}

body.page-id-4338 a.button,
body.page-id-4338 .button,
body.page-id-4338 button,
body.page-id-4338 input[type="submit"] {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;

  transform: translateY(0) scale(1) !important;
  transition:
    transform 0.32s cubic-bezier(.22, 1, .36, 1),
    box-shadow 0.32s cubic-bezier(.22, 1, .36, 1),
    border-color 0.32s cubic-bezier(.22, 1, .36, 1),
    background-color 0.32s cubic-bezier(.22, 1, .36, 1),
    color 0.32s cubic-bezier(.22, 1, .36, 1) !important;
}

/* Shine subtil */
body.page-id-4338 a.button::before,
body.page-id-4338 .button::before,
body.page-id-4338 button::before,
body.page-id-4338 input[type="submit"]::before {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;

  top: -80% !important;
  left: -45% !important;

  width: 40% !important;
  height: 260% !important;

  background: linear-gradient(
    115deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.35) 48%,
    rgba(255,255,255,0) 100%
  ) !important;

  transform: translateX(-160%) rotate(18deg) !important;
  opacity: 0 !important;

  transition:
    transform 0.72s cubic-bezier(.22, 1, .36, 1),
    opacity 0.28s ease !important;
}

/* Fond animÃ© discret */
body.page-id-4338 a.button::after,
body.page-id-4338 .button::after,
body.page-id-4338 button::after,
body.page-id-4338 input[type="submit"]::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;

  background: radial-gradient(
    circle at calc((var(--fdc-mx, 0) * 50% + 50%)) calc((var(--fdc-my, 0) * 50% + 50%)),
    rgba(255,255,255,0.20),
    rgba(255,255,255,0) 42%
  ) !important;

  opacity: 0 !important;
  transition: opacity 0.28s ease !important;
}

body.page-id-4338 a.button:hover,
body.page-id-4338 .button:hover,
body.page-id-4338 button:hover,
body.page-id-4338 input[type="submit"]:hover {
  transform: translateY(-3px) scale(1.015) !important;
  box-shadow:
    0 18px 38px rgba(36, 69, 54, 0.24),
    0 8px 18px rgba(47, 35, 29, 0.10) !important;
}

body.page-id-4338 a.button:hover::before,
body.page-id-4338 .button:hover::before,
body.page-id-4338 button:hover::before,
body.page-id-4338 input[type="submit"]:hover::before {
  opacity: 1 !important;
  transform: translateX(420%) rotate(18deg) !important;
}

body.page-id-4338 a.button:hover::after,
body.page-id-4338 .button:hover::after,
body.page-id-4338 button:hover::after,
body.page-id-4338 input[type="submit"]:hover::after {
  opacity: 1 !important;
}

body.page-id-4338 a.button:active,
body.page-id-4338 .button:active,
body.page-id-4338 button:active,
body.page-id-4338 input[type="submit"]:active {
  transform: translateY(-1px) scale(0.99) !important;
}

/* Boutons verts */
body.page-id-4338 a.button[style*="background"],
body.page-id-4338 .fdc-native-btn .button,
body.page-id-4338 .fdc-native-card-button .button,
body.page-id-4338 .mcb-section-20faec948 .button,
body.page-id-4338 .mcb-section-090b0eb25 .button,
body.page-id-4338 .mcb-section-ca583fdd1 .button {
  background-image: linear-gradient(135deg, #345c48 0%, #274935 100%) !important;
  background-size: 140% 140% !important;
  background-position: 0% 50% !important;
}

body.page-id-4338 .fdc-native-btn .button:hover,
body.page-id-4338 .fdc-native-card-button .button:hover,
body.page-id-4338 .mcb-section-20faec948 .button:hover,
body.page-id-4338 .mcb-section-090b0eb25 .button:hover,
body.page-id-4338 .mcb-section-ca583fdd1 .button:hover {
  background-position: 100% 50% !important;
}

/* Boutons outline du hero */
body.page-id-4338 .mcb-section-20faec948 .button[style*="transparent"],
body.page-id-4338 .mcb-section-20faec948 .mcb-item-786a53361 .button {
  background: rgba(255,255,255,0.04) !important;
  backdrop-filter: blur(8px) !important;
}

body.page-id-4338 .mcb-section-20faec948 .mcb-item-786a53361 .button:hover {
  background: rgba(255,255,255,0.16) !important;
  border-color: rgba(255,255,255,0.92) !important;
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.18),
    inset 0 0 0 1px rgba(255,255,255,0.18) !important;
}

/* Newsletter : ne pas transformer le submit comme un gros bouton */
body.page-id-4338 .fdc-newsletter-form input[type="submit"] {
  transform: none !important;
  box-shadow: none !important;
}

body.page-id-4338 .fdc-newsletter-form input[type="submit"]:hover {
  transform: none !important;
  box-shadow: none !important;
  background: rgba(52, 92, 72, 0.08) !important;
  color: #345c48 !important;
}

/* AccessibilitÃ© */
@media (prefers-reduced-motion: reduce) {
  body.page-id-4338 a.button,
  body.page-id-4338 .button,
  body.page-id-4338 button,
  body.page-id-4338 input[type="submit"] {
    animation: none !important;
    transition: none !important;
  }
}

/* =========================================================
   FDC - MENU : BOUTON DÃ‰COUVRIR LA BOUTIQUE SANS PADDING
   ========================================================= */

body.page-id-4338 .fdc-template-shop-button a.button,
body.page-id-4338 .fdc-template-shop-button .button {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* =========================================================
   FDC - HEADER PREMIUM SOBRE
   Top bar stylisÃ©e + menu Ã©lÃ©gant + bouton boutique
   ========================================================= */

/* =========================
   TOP BAR
   ========================= */

body.page-id-4338 #mfn-header-template .fdc-template-topbar,
body.page-id-4338 .mfn-header-tmpl .fdc-template-topbar,
body.page-id-4338 header .fdc-template-topbar {
  min-height: 40px !important;
  background:
    linear-gradient(135deg, #1f4635 0%, #244f3b 52%, #173528 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12) !important;
  position: relative !important;
  overflow: hidden !important;
}

/* LÃ©ger reflet discret top bar */
body.page-id-4338 #mfn-header-template .fdc-template-topbar::after,
body.page-id-4338 .mfn-header-tmpl .fdc-template-topbar::after,
body.page-id-4338 header .fdc-template-topbar::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 22% 50%, rgba(169, 199, 167, 0.14) 0%, rgba(169, 199, 167, 0) 34%),
    radial-gradient(circle at 78% 50%, rgba(255, 253, 249, 0.09) 0%, rgba(255, 253, 249, 0) 32%) !important;
}

/* Texte top bar */
body.page-id-4338 #mfn-header-template .fdc-template-topbar,
body.page-id-4338 #mfn-header-template .fdc-template-topbar *,
body.page-id-4338 .mfn-header-tmpl .fdc-template-topbar,
body.page-id-4338 .mfn-header-tmpl .fdc-template-topbar *,
body.page-id-4338 header .fdc-template-topbar,
body.page-id-4338 header .fdc-template-topbar * {
  color: rgba(255, 253, 249, 0.92) !important;
  -webkit-text-fill-color: rgba(255, 253, 249, 0.92) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.015em !important;
}

/* =========================
   HEADER PRINCIPAL
   ========================= */

body.page-id-4338 #mfn-header-template .fdc-template-header,
body.page-id-4338 .mfn-header-tmpl .fdc-template-header,
body.page-id-4338 header .fdc-template-header {
  background:
    radial-gradient(circle at 18% 50%, rgba(169, 199, 167, 0.10) 0%, rgba(169, 199, 167, 0) 32%),
    radial-gradient(circle at 82% 50%, rgba(187, 151, 112, 0.08) 0%, rgba(187, 151, 112, 0) 30%),
    linear-gradient(180deg, #f6f0e6 0%, #f3eadf 100%) !important;

  border-bottom: 1px solid rgba(52, 92, 72, 0.08) !important;

  box-shadow:
    0 8px 22px rgba(47, 35, 29, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.55) !important;

  position: relative !important;
  z-index: 20 !important;
}

/* Ligne fine dÃ©corative sous le menu */
body.page-id-4338 #mfn-header-template .fdc-template-header::after,
body.page-id-4338 .mfn-header-tmpl .fdc-template-header::after,
body.page-id-4338 header .fdc-template-header::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 0 !important;
  width: min(880px, calc(100% - 90px)) !important;
  height: 1px !important;
  transform: translateX(-50%) !important;
  background: linear-gradient(
    90deg,
    rgba(52, 92, 72, 0) 0%,
    rgba(52, 92, 72, 0.16) 22%,
    rgba(52, 92, 72, 0.20) 50%,
    rgba(52, 92, 72, 0.16) 78%,
    rgba(52, 92, 72, 0) 100%
  ) !important;
  pointer-events: none !important;
}

/* =========================
   LOGO
   ========================= */

body.page-id-4338 #mfn-header-template .fdc-template-header .logo-wrapper img,
body.page-id-4338 header .fdc-template-header .logo-wrapper img {
  transition:
    transform 0.28s cubic-bezier(.22, 1, .36, 1),
    filter 0.28s cubic-bezier(.22, 1, .36, 1) !important;
}

body.page-id-4338 #mfn-header-template .fdc-template-header .logo-wrapper img:hover,
body.page-id-4338 header .fdc-template-header .logo-wrapper img:hover {
  transform: translateY(-1px) scale(1.03) !important;
  filter: drop-shadow(0 8px 16px rgba(47, 35, 29, 0.12)) !important;
}

/* =========================
   MENU
   ========================= */

body.page-id-4338 .mfn-header-menu,
body.page-id-4338 .menu-main-menu-container,
body.page-id-4338 #Top_bar .menu {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
}

body.page-id-4338 .mfn-header-menu .mfn-menu-link,
body.page-id-4338 .menu-main-menu-container a,
body.page-id-4338 #Top_bar .menu > li > a {
  position: relative !important;
  padding: 10px 14px !important;

  color: #171717 !important;
  background: transparent !important;
  border-radius: 0 !important;

  font-size: 15px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;

  transform: none !important;

  transition:
    color 0.26s cubic-bezier(.22, 1, .36, 1),
    opacity 0.26s cubic-bezier(.22, 1, .36, 1) !important;
}

body.page-id-4338 .mfn-header-menu .mfn-menu-link:hover,
body.page-id-4338 .menu-main-menu-container a:hover,
body.page-id-4338 #Top_bar .menu > li > a:hover {
  color: #345c48 !important;
  background: transparent !important;
  transform: none !important;
}

/* Label menu */
body.page-id-4338 .mfn-header-menu .mfn-menu-link .fdc-menu-label,
body.page-id-4338 .menu-main-menu-container a .fdc-menu-label,
body.page-id-4338 #Top_bar .menu > li > a .fdc-menu-label {
  position: relative !important;
  display: inline-block !important;
  padding-bottom: 4px !important;
}

/* Soulignement premium */
body.page-id-4338 .mfn-header-menu .mfn-menu-link .fdc-menu-label::after,
body.page-id-4338 .menu-main-menu-container a .fdc-menu-label::after,
body.page-id-4338 #Top_bar .menu > li > a .fdc-menu-label::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: -4px !important;

  width: 0 !important;
  height: 2px !important;

  transform: translateX(-50%) !important;

  border-radius: 999px !important;
  background: linear-gradient(90deg, #345c48 0%, #8faf87 100%) !important;

  opacity: 1 !important;

  transition: width 0.3s cubic-bezier(.22, 1, .36, 1) !important;
}

body.page-id-4338 .mfn-header-menu .mfn-menu-link:hover .fdc-menu-label::after,
body.page-id-4338 .menu-main-menu-container a:hover .fdc-menu-label::after,
body.page-id-4338 #Top_bar .menu > li > a:hover .fdc-menu-label::after {
  width: 100% !important;
}

/* =========================
   ICÃ”NES COMPTE / PANIER
   ========================= */

body.page-id-4338 #mfn-header-template a[href*="mon-compte"],
body.page-id-4338 #mfn-header-template a[href*="cart"],
body.page-id-4338 #mfn-header-template a[href*="panier"],
body.page-id-4338 header a[href*="mon-compte"],
body.page-id-4338 header a[href*="cart"],
body.page-id-4338 header a[href*="panier"] {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;

  transition:
    opacity 0.26s cubic-bezier(.22, 1, .36, 1),
    transform 0.26s cubic-bezier(.22, 1, .36, 1) !important;
}

body.page-id-4338 #mfn-header-template a[href*="mon-compte"]:hover,
body.page-id-4338 #mfn-header-template a[href*="cart"]:hover,
body.page-id-4338 #mfn-header-template a[href*="panier"]:hover,
body.page-id-4338 header a[href*="mon-compte"]:hover,
body.page-id-4338 header a[href*="cart"]:hover,
body.page-id-4338 header a[href*="panier"]:hover {
  opacity: 0.72 !important;
  transform: translateY(-1px) !important;
}

/* Badge panier */
body.page-id-4338 .cart-count,
body.page-id-4338 .header-cart-count,
body.page-id-4338 .mfn-cart-count {
  background: #b94b42 !important;
  color: #ffffff !important;
 border: 2px solid #f3eadf !important;
  box-shadow: 0 4px 10px rgba(47, 35, 29, 0.18) !important;
}

/* =========================
   BOUTON BOUTIQUE
   ========================= */

body.page-id-4338 .fdc-template-shop-button a.button,
body.page-id-4338 .fdc-template-shop-button .button {
  min-height: 42px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 0 28px !important;

  border-radius: 999px !important;
  border: 1px solid rgba(52, 92, 72, 0.18) !important;

  background:
    linear-gradient(135deg, #345c48 0%, #2b513e 48%, #244536 100%) !important;

  color: #ffffff !important;

  box-shadow:
    0 12px 24px rgba(36, 69, 54, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.10) !important;

  transition:
    transform 0.32s cubic-bezier(.22, 1, .36, 1),
    box-shadow 0.32s cubic-bezier(.22, 1, .36, 1) !important;
}

body.page-id-4338 .fdc-template-shop-button a.button .button_label,
body.page-id-4338 .fdc-template-shop-button .button .button_label {
  padding: 0 !important;

  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.035em !important;
  text-transform: uppercase !important;
}

body.page-id-4338 .fdc-template-shop-button a.button:hover,
body.page-id-4338 .fdc-template-shop-button .button:hover {
  transform: translateY(-2px) scale(1.015) !important;
  box-shadow:
    0 18px 34px rgba(36, 69, 54, 0.25),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16) !important;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1024px) {
  body.page-id-4338 .mfn-header-menu .mfn-menu-link,
  body.page-id-4338 .menu-main-menu-container a,
  body.page-id-4338 #Top_bar .menu > li > a {
    padding: 9px 11px !important;
    font-size: 14px !important;
  }

  body.page-id-4338 .fdc-template-shop-button a.button,
  body.page-id-4338 .fdc-template-shop-button .button {
    padding: 0 22px !important;
  }
}

/* =========================================================
   RESPONSIVE PRO - ACCUEIL FLEURS DE CAFE
   Couche finale ciblee sur l'export BeBuilder actuel.
   ========================================================= */

@media (max-width: 1180px) {
  body.page-id-4338 .mcb-section-inner-20faec948,
  body.page-id-4338 .mcb-section-inner-649634670,
  body.page-id-4338 .mcb-section-inner-ca583fdd1,
  body.page-id-4338 .mcb-section-inner-424fed72d,
  body.page-id-4338 .mcb-section-inner-dc0a44d54,
  body.page-id-4338 .mcb-section-inner-4132af643,
  body.page-id-4338 .mcb-section-inner-a7ca6ab4f,
  body.page-id-4338 .mcb-section-inner-6ce2eafc7 {
    width: calc(100% - 48px) !important;
    max-width: 1080px !important;
  }

  body.page-id-4338 .mcb-section-20faec948 {
    min-height: 640px !important;
    background-position: 58% center !important;
  }

  body.page-id-4338 .mcb-wrap-36ea9615d {
    max-width: 560px !important;
    margin-left: 6vw !important;
  }

  body.page-id-4338 .mcb-item-aa3c0119e h1,
  body.page-id-4338 .mcb-section-20faec948 h1 {
    font-size: clamp(48px, 5.2vw, 72px) !important;
    line-height: 0.96 !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-section-inner-ca583fdd1 {
    gap: 20px !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-17c9ae32c,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-46dd7cda0,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-c129395b1 {
    width: calc(33.333% - 14px) !important;
    max-width: none !important;
  }

  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 > .mcb-wrap-inner {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
}

@media (max-width: 1024px) {
  body.page-id-4338 .mcb-section-20faec948 {
    min-height: 600px !important;
    background-position: 62% center !important;
  }

  body.page-id-4338 .mcb-wrap-36ea9615d {
    max-width: 520px !important;
    margin-left: 5vw !important;
  }

  body.page-id-4338 .mcb-section-649634670 {
    margin-top: -58px !important;
  }

  body.page-id-4338 .mcb-section-649634670 .mcb-section-inner-649634670 {
    display: flex !important;
    flex-wrap: wrap !important;
    overflow: hidden !important;
  }

  body.page-id-4338 .mcb-section-649634670 .fdc-native-value {
    width: 50% !important;
    min-height: 180px !important;
  }

  body.page-id-4338 .mcb-section-649634670 .fdc-native-value:nth-child(2n) {
    border-right: 0 !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 {
    padding-top: 86px !important;
    padding-bottom: 84px !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-17c9ae32c,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-46dd7cda0,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-c129395b1 {
    width: calc(50% - 14px) !important;
    max-width: 430px !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-c129395b1 {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e13af7127,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-7f878d7a8,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e8eabf868,
  body.page-id-4338 .mcb-section-ca583fdd1 .image_wrapper {
    height: 300px !important;
  }

  body.page-id-4338 .mcb-section-090b0eb25 .mcb-section-inner-090b0eb25,
  body.page-id-4338 .mcb-section-424fed72d .mcb-section-inner-424fed72d {
    width: 100% !important;
    max-width: none !important;
  }

  body.page-id-4338 .mcb-section-424fed72d .mcb-section-inner-424fed72d {
    width: calc(100% - 56px) !important;
    max-width: 980px !important;
    gap: 34px !important;
  }

  body.page-id-4338 .mcb-section-dc0a44d54 .mcb-wrap-2fec16a72 img {
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 767px) {
  body.page-id-4338 .mcb-section-inner-20faec948,
  body.page-id-4338 .mcb-section-inner-649634670,
  body.page-id-4338 .mcb-section-inner-ca583fdd1,
  body.page-id-4338 .mcb-section-inner-424fed72d,
  body.page-id-4338 .mcb-section-inner-dc0a44d54,
  body.page-id-4338 .mcb-section-inner-4132af643,
  body.page-id-4338 .mcb-section-inner-a7ca6ab4f,
  body.page-id-4338 .mcb-section-inner-6ce2eafc7 {
    width: calc(100% - 32px) !important;
    max-width: 520px !important;
  }

  body.page-id-4338 .mcb-section-c89bbb885 {
    display: none !important;
  }

  body.page-id-4338 .mcb-section-ae8941842 .mcb-section-inner-ae8941842 {
    min-height: 66px !important;
    padding: 0 16px !important;
  }

  body.page-id-4338 .mcb-section-20faec948 {
    min-height: 700px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-position: 64% center !important;
  }

  body.page-id-4338 .mcb-section-20faec948::before {
    background:
      linear-gradient(180deg, rgba(18, 24, 17, 0.24) 0%, rgba(18, 24, 17, 0.48) 46%, rgba(18, 24, 17, 0.78) 100%),
      linear-gradient(90deg, rgba(18, 24, 17, 0.80) 0%, rgba(18, 24, 17, 0.48) 54%, rgba(18, 24, 17, 0.18) 100%) !important;
  }

  body.page-id-4338 .mcb-wrap-36ea9615d {
    width: calc(100% - 32px) !important;
    max-width: 460px !important;
    margin: 0 auto !important;
    padding-top: 150px !important;
    padding-bottom: 70px !important;
    text-align: left !important;
  }

  body.page-id-4338 .mcb-item-aa3c0119e h1,
  body.page-id-4338 .mcb-section-20faec948 h1 {
    font-size: clamp(40px, 12vw, 56px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.03em !important;
  }

  body.page-id-4338 .mcb-section-20faec948 p {
    max-width: 34em !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  body.page-id-4338 .mcb-section-20faec948 .column_button,
  body.page-id-4338 .mcb-section-20faec948 .mcb-item-button-inner {
    display: inline-flex !important;
    width: auto !important;
    margin-right: 10px !important;
    margin-bottom: 12px !important;
  }

  body.page-id-4338 .mcb-section-20faec948 .button {
    min-width: 0 !important;
    min-height: 42px !important;
    padding: 0 20px !important;
  }

  body.page-id-4338 .mcb-item-0c6f698b4 .column_attr {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px 14px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  body.page-id-4338 .mcb-section-649634670 {
    margin-top: -44px !important;
    padding-bottom: 0 !important;
  }

  body.page-id-4338 .mcb-section-649634670 .mcb-section-inner-649634670 {
    border-radius: 22px !important;
    box-shadow: 0 18px 40px rgba(47, 35, 29, 0.10) !important;
  }

  body.page-id-4338 .mcb-section-649634670 .fdc-native-value {
    width: 100% !important;
    min-height: 0 !important;
    padding: 24px 22px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(52, 92, 72, 0.10) !important;
  }

  body.page-id-4338 .mcb-section-649634670 .fdc-native-value:last-child {
    border-bottom: 0 !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 {
    padding-top: 76px !important;
    padding-bottom: 64px !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-7566e0e34 {
    margin-bottom: 28px !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 h2,
  body.page-id-4338 .mcb-section-090b0eb25 h2,
  body.page-id-4338 .mcb-section-424fed72d h2,
  body.page-id-4338 .mcb-section-dc0a44d54 h2 {
    font-size: clamp(32px, 9vw, 44px) !important;
    line-height: 1.05 !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-17c9ae32c,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-46dd7cda0,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-c129395b1 {
    width: 100% !important;
    max-width: 420px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e13af7127,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-7f878d7a8,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e8eabf868,
  body.page-id-4338 .mcb-section-ca583fdd1 .image_wrapper {
    height: 260px !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-inner {
    padding-bottom: 28px !important;
  }

  body.page-id-4338 .mcb-section-090b0eb25 {
    padding: 0 !important;
  }

  body.page-id-4338 .mcb-section-090b0eb25 .mcb-section-inner-090b0eb25 {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: none !important;
  }

  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 {
    width: 100% !important;
    max-width: none !important;
  }

  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 .mcb-wrap-inner,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 .image_wrapper,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 img {
    min-height: 320px !important;
    height: 320px !important;
  }

  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 .image_wrapper::after {
    display: none !important;
  }

  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 > .mcb-wrap-inner {
    width: calc(100% - 32px) !important;
    max-width: 520px !important;
    margin: 0 auto !important;
    padding: 40px 0 48px !important;
    text-align: left !important;
  }

  body.page-id-4338 .mcb-section-424fed72d {
    padding-top: 66px !important;
    padding-bottom: 60px !important;
  }

  body.page-id-4338 .mcb-section-424fed72d .mcb-section-inner-424fed72d {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
  }

  body.page-id-4338 .mcb-section-424fed72d .mcb-wrap-83835659c,
  body.page-id-4338 .mcb-section-424fed72d .mcb-wrap-efa588245 {
    width: 100% !important;
    max-width: none !important;
  }

  body.page-id-4338 .mcb-section-424fed72d .mcb-wrap-efa588245 img {
    width: 100% !important;
    height: auto !important;
    border-radius: 16px !important;
  }

  body.page-id-4338 .mcb-section-dc0a44d54 {
    padding-top: 56px !important;
    padding-bottom: 64px !important;
  }

  body.page-id-4338 .mcb-section-dc0a44d54 .mcb-wrap-2fec16a72 {
    width: 100% !important;
  }

  body.page-id-4338 .mcb-section-dc0a44d54 .mcb-wrap-2fec16a72 img {
    border-radius: 16px !important;
  }

  body.page-id-4338 .mcb-section-4132af643 {
    padding: 48px 0 !important;
  }

  body.page-id-4338 .mcb-section-4132af643 .mcb-section-inner-4132af643 {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    padding: 28px 24px !important;
    border-radius: 18px !important;
  }

  body.page-id-4338 .mcb-section-4132af643 .mcb-section-inner-4132af643 > .wrap,
  body.page-id-4338 .mcb-section-4132af643 .mcb-wrap-de76cd568 {
    width: 100% !important;
    max-width: none !important;
  }

  body.page-id-4338 .mcb-section-4132af643 input[type="email"],
  body.page-id-4338 .mcb-section-4132af643 input[type="text"],
  body.page-id-4338 .mcb-section-4132af643 input[type="submit"],
  body.page-id-4338 .mcb-section-4132af643 button {
    width: 100% !important;
  }

  body.page-id-4338 .mcb-section-a7ca6ab4f {
    padding: 44px 0 34px !important;
  }

  body.page-id-4338 .mcb-section-a7ca6ab4f .mcb-section-inner-a7ca6ab4f {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
  }

  body.page-id-4338 .mcb-section-a7ca6ab4f .wrap {
    width: 100% !important;
    max-width: none !important;
    text-align: left !important;
  }

  body.page-id-4338 .mcb-section-6ce2eafc7 {
    padding: 14px 0 !important;
  }

  body.page-id-4338 .mcb-section-6ce2eafc7 .mcb-section-inner-6ce2eafc7 {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    text-align: center !important;
  }
}

@media (max-width: 480px) {
  body.page-id-4338 .mcb-section-inner-20faec948,
  body.page-id-4338 .mcb-section-inner-649634670,
  body.page-id-4338 .mcb-section-inner-ca583fdd1,
  body.page-id-4338 .mcb-section-inner-424fed72d,
  body.page-id-4338 .mcb-section-inner-dc0a44d54,
  body.page-id-4338 .mcb-section-inner-4132af643,
  body.page-id-4338 .mcb-section-inner-a7ca6ab4f,
  body.page-id-4338 .mcb-section-inner-6ce2eafc7 {
    width: calc(100% - 24px) !important;
  }

  body.page-id-4338 .mcb-section-20faec948 {
    min-height: 660px !important;
    background-position: 68% center !important;
  }

  body.page-id-4338 .mcb-wrap-36ea9615d {
    width: calc(100% - 28px) !important;
    padding-top: 132px !important;
  }

  body.page-id-4338 .mcb-item-aa3c0119e h1,
  body.page-id-4338 .mcb-section-20faec948 h1 {
    font-size: clamp(36px, 13vw, 48px) !important;
  }

  body.page-id-4338 .mcb-section-20faec948 .column_button,
  body.page-id-4338 .mcb-section-20faec948 .mcb-item-button-inner,
  body.page-id-4338 .mcb-section-20faec948 .button {
    width: 100% !important;
  }

  body.page-id-4338 .mcb-section-20faec948 .button {
    justify-content: center !important;
  }

  body.page-id-4338 .mcb-section-649634670 .fdc-native-value {
    padding: 22px 18px !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 h2,
  body.page-id-4338 .mcb-section-090b0eb25 h2,
  body.page-id-4338 .mcb-section-424fed72d h2,
  body.page-id-4338 .mcb-section-dc0a44d54 h2 {
    font-size: clamp(30px, 10vw, 38px) !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e13af7127,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-7f878d7a8,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e8eabf868,
  body.page-id-4338 .mcb-section-ca583fdd1 .image_wrapper {
    height: 230px !important;
  }

  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 .mcb-wrap-inner,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 .image_wrapper,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 img {
    min-height: 0px !important;
    height: auto !important;
  }

  body.page-id-4338 .mcb-section-4132af643 .mcb-section-inner-4132af643 {
    padding: 24px 18px !important;
  }
}

/* =========================================================
   MOBILE UX HOTFIX - 22/06/2026
   Corrections ciblees d'apres capture mobile.
   ========================================================= */

@media (max-width: 767px) {
  html body.page-id-4338 {
    overflow-x: hidden !important;
  }

  /* Header mobile: on evite le menu desktop tronque. */
  body.page-id-4338 .mcb-section-ae8941842 {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    background: rgba(246, 240, 230, 0.96) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    backdrop-filter: blur(12px) !important;
  }

  body.page-id-4338 .mcb-section-ae8941842 .mcb-section-inner-ae8941842 {
    width: 100% !important;
    max-width: none !important;
    min-height: 58px !important;
    padding: 0 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
  }

  body.page-id-4338 .mcb-wrap-e230737ba {
    width: 42px !important;
    max-width: 42px !important;
    flex: 0 0 42px !important;
  }

  body.page-id-4338 .mcb-wrap-e230737ba img {
    width: 32px !important;
    height: 32px !important;
    object-fit: contain !important;
  }

  body.page-id-4338 .mcb-wrap-8664e34ca {
    display: none !important;
  }

  body.page-id-4338 .mcb-wrap-427c0151a {
    width: auto !important;
    max-width: none !important;
    flex: 0 1 auto !important;
    margin-left: auto !important;
  }

  body.page-id-4338 .mcb-wrap-427c0151a > .mcb-wrap-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
  }

  body.page-id-4338 .mcb-wrap-427c0151a .column_header_icon {
    width: 34px !important;
    max-width: 34px !important;
    flex: 0 0 34px !important;
    margin: 0 !important;
  }

  body.page-id-4338 .mcb-wrap-427c0151a .mfn-header-icon-box {
    width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    color: #345c48 !important;
    background: rgba(52, 92, 72, 0.08) !important;
  }

  body.page-id-4338 .mcb-wrap-427c0151a .mfn-header-icon-box i {
    color: #345c48 !important;
    font-size: 15px !important;
  }

  body.page-id-4338 .mcb-wrap-427c0151a .fdc-template-shop-button {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  body.page-id-4338 .mcb-wrap-427c0151a .fdc-template-shop-button .button {
    width: auto !important;
    min-height: 34px !important;
    padding: 0 13px !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
  }

  body.page-id-4338 .mcb-wrap-427c0151a .fdc-template-shop-button .button_label {
    font-size: 10px !important;
    line-height: 1 !important;
    letter-spacing: 0.03em !important;
  }

  /* Hero mobile plus court et photo plus lisible. */
  body.page-id-4338 .mcb-section-20faec948 {
    min-height: 500px !important;
    height: auto !important;
    padding: 0 !important;
    background-size: cover !important;
    background-position: 67% center !important;
  }

  body.page-id-4338 .mcb-section-20faec948::before,
  body.page-id-4338 .mcb-section-20faec948 .mcb-background-overlay,
  body.page-id-4338 .mcb-wrap-fd33e7010 .mcb-wrap-background-overlay {
    background:
      linear-gradient(180deg, rgba(18, 24, 17, 0.10) 0%, rgba(18, 24, 17, 0.34) 42%, rgba(18, 24, 17, 0.70) 100%),
      linear-gradient(90deg, rgba(18, 24, 17, 0.62) 0%, rgba(18, 24, 17, 0.32) 58%, rgba(18, 24, 17, 0.04) 100%) !important;
  }

  body.page-id-4338 .mcb-wrap-36ea9615d {
    width: calc(100% - 28px) !important;
    max-width: 360px !important;
    margin: 0 auto !important;
    padding: 0px 0 34px !important;
    text-align: left !important;
  }

  body.page-id-4338 .mcb-item-8559a1bed,
  body.page-id-4338 .mcb-item-aa3c0119e,
  body.page-id-4338 .mcb-item-712a7d971,
  body.page-id-4338 .mcb-item-0c6f698b4 {
    text-align: left !important;
  }

  body.page-id-4338 .mcb-item-aa3c0119e h1,
  body.page-id-4338 .mcb-section-20faec948 h1 {
    max-width: 330px !important;
    font-size: 34px !important;
    line-height: 1.03 !important;
    letter-spacing: -0.025em !important;
  }

  body.page-id-4338 .mcb-section-20faec948 p {
    max-width: 310px !important;
    font-size: 12.5px !important;
    line-height: 1.55 !important;
  }

  body.page-id-4338 .mcb-section-20faec948 .column_button,
  body.page-id-4338 .mcb-section-20faec948 .mcb-item-button-inner {
    width: 100% !important;
    margin: 0 0 8px !important;
    display: block !important;
  }

  body.page-id-4338 .mcb-section-20faec948 .button {
    width: 100% !important;
    min-height: 36px !important;
    padding: 0 14px !important;
    justify-content: center !important;
  }

  body.page-id-4338 .mcb-section-20faec948 .button_label {
    font-size: 10px !important;
    line-height: 1 !important;
  }

  body.page-id-4338 .mcb-item-0c6f698b4 .column_attr {
    justify-content: center !important;
    text-align: center !important;
    gap: 7px 10px !important;
    margin-top: 8px !important;
    font-size: 10px !important;
  }

  /* Bandeau de reassurance centre et lisible. */
  body.page-id-4338 .mcb-section-649634670 {
    margin-top: 0 !important;
    padding: 18px 0 0 !important;
  }

  body.page-id-4338 .mcb-section-649634670 .mcb-section-inner-649634670 {
    width: auto !important;
    max-width: 360px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin: 0 auto !important;
  }

body.page-id-4338 section.benefits-box .section_wrapper > .wrap.benefits-item:not(:last-child) {
background-image: none !important;
}

  body.page-id-4338 .mcb-section-649634670 .fdc-native-value,
  body.page-id-4338 .mcb-section-649634670 .fdc-native-value .mcb-wrap-inner,
  body.page-id-4338 .mcb-section-649634670 .fdc-native-value .column,
  body.page-id-4338 .mcb-section-649634670 .fdc-native-value .mcb-column-inner,
  body.page-id-4338 .mcb-section-649634670 .fdc-native-value .column_attr {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }

  body.page-id-4338 .mcb-section-649634670 .fdc-native-value {
    padding: 22px 20px !important;
  }

  body.page-id-4338 .mcb-section-649634670 img,
  body.page-id-4338 .mcb-section-649634670 i {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Routine mobile: cartes centrees, texte visible, image homogene. */
  body.page-id-4338 .mcb-section-ca583fdd1 {
    padding-top: 48px !important;
    padding-bottom: 46px !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-7566e0e34,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-7566e0e34 .column,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-7566e0e34 .column_attr {
    text-align: center !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 h2 {
    max-width: 330px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 28px !important;
    line-height: 1.12 !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 #notreroutinetxt,
  body.page-id-4338 .mcb-section-ca583fdd1 #notreroutinetxt p {
    max-width: 310px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-section-inner-ca583fdd1 {
    width: calc(100% - 28px) !important;
    max-width: 360px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 18px !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-17c9ae32c,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-46dd7cda0,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-c129395b1 {
    width: 100% !important;
    max-width: 330px !important;
    margin: 0 auto !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-17c9ae32c > .mcb-wrap-inner,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-46dd7cda0 > .mcb-wrap-inner,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-wrap-c129395b1 > .mcb-wrap-inner {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 0 24px !important;
    overflow: hidden !important;
    text-align: center !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e13af7127,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-7f878d7a8,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e8eabf868,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e13af7127 .mcb-column-inner,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-7f878d7a8 .mcb-column-inner,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e8eabf868 .mcb-column-inner,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e13af7127 .image_frame,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-7f878d7a8 .image_frame,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e8eabf868 .image_frame,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e13af7127 .image_wrapper,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-7f878d7a8 .image_wrapper,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e8eabf868 .image_wrapper {
    width: 100% !important;
    height: 220px !important;
    min-height: 220px !important;
    display: block !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e13af7127 img,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-7f878d7a8 img,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e8eabf868 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    opacity: 1 !important;
    filter: none !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-eac623ae6,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-b109a914b,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-50db7660e {
    margin: 20px 22px 0 !important;
    text-align: center !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 h3 {
    margin: 0 !important;
    text-align: center !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    color: #2f231d !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e64f4dcc8,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-998deab00,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-54d1abe4c {
    margin: 10px 24px 18px !important;
    min-height: 0 !important;
    text-align: center !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-e64f4dcc8 p,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-998deab00 p,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-54d1abe4c p {
    max-width: 260px !important;
    margin: 0 auto !important;
    text-align: center !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    color: rgba(47, 35, 29, 0.78) !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-88f676e12,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-9e5f30e15,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-781e29ce8 {
    margin-top: auto !important;
    text-align: center !important;
  }

  /* Experience de soin et engagement: centrage mobile. */
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 > .mcb-wrap-inner,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 .column_attr,
  body.page-id-4338 .mcb-section-424fed72d .mcb-wrap-83835659c,
  body.page-id-4338 .mcb-section-424fed72d .mcb-wrap-83835659c .column_attr {
    text-align: center !important;
  }

  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-a8f52fe51 > .mcb-wrap-inner {
    padding: 34px 0 38px !important;
  }

  body.page-id-4338 .mcb-section-090b0eb25 .column_button,
  body.page-id-4338 .mcb-section-424fed72d .column_button {
    text-align: center !important;
  }

  body.page-id-4338 .mcb-section-424fed72d .mcb-wrap-efa588245 img {
    max-width: 330px !important;
    margin: 0 auto !important;
    display: block !important;
  }

  /* Essence: titre et image composes centres. */
  body.page-id-4338 .mcb-section-dc0a44d54,
  body.page-id-4338 .mcb-section-dc0a44d54 .mcb-wrap-fbe389c76,
  body.page-id-4338 .mcb-section-dc0a44d54 .mcb-wrap-fbe389c76 .column_attr,
  body.page-id-4338 .mcb-section-dc0a44d54 .mcb-wrap-2fec16a72 {
    text-align: center !important;
  }

  body.page-id-4338 .mcb-section-dc0a44d54 .mcb-section-inner-dc0a44d54 {
    width: calc(100% - 28px) !important;
    max-width: 360px !important;
    margin: 0 auto !important;
  }

  body.page-id-4338 .mcb-section-dc0a44d54 h2 {
    max-width: 330px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    font-size: 28px !important;
  }

  body.page-id-4338 .mcb-section-dc0a44d54 .mcb-wrap-2fec16a72 img {
    width: 100% !important;
    max-width: 330px !important;
    margin: 0 auto !important;
    display: block !important;
    height: auto !important;
    object-fit: contain !important;
  }
}

@media (max-width: 390px) {
  body.page-id-4338 .mcb-wrap-427c0151a .fdc-template-shop-button .button {
    padding: 0 10px !important;
  }

  body.page-id-4338 .mcb-wrap-427c0151a .fdc-template-shop-button .button_label {
    font-size: 9px !important;
  }

  body.page-id-4338 .mcb-section-20faec948 {
    min-height: 480px !important;
  }

  body.page-id-4338 .mcb-wrap-36ea9615d {
    padding-top: 82px !important;
  }
}

/* =========================================================
   MENU BURGER MOBILE - HEADER BEBUILDER
   Element header_burger UID bwmr8mm8.
   ========================================================= */

@media (max-width: 767px) {
  body.page-id-4338 .mcb-section-ae8941842 .mcb-section-inner-ae8941842 {
    min-height: 62px !important;
  }

  body.page-id-4338 .mcb-wrap-e230737ba {
    width: 100% !important;
    max-width: none !important;
    flex: 1 1 100% !important;
  }

  body.page-id-4338 .mcb-wrap-e230737ba > .mcb-wrap-inner {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
  }

  body.page-id-4338 .mcb-item-5f7329d6d {
    width: auto !important;
    max-width: 54px !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    margin: 0 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 .mcb-column-inner {
    margin: 0 !important;
    padding: 0 !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-header-menu-burger,
  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-icon-box {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    border: 1px solid rgba(52, 92, 72, 0.16) !important;
    background:
      radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0) 44%),
      linear-gradient(135deg, #f9f4ec 0%, #efe5d8 100%) !important;
    color: #244536 !important;
    box-shadow:
      0 10px 24px rgba(47, 35, 29, 0.10),
      inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
    transition:
      transform 0.25s cubic-bezier(.22, 1, .36, 1),
      box-shadow 0.25s cubic-bezier(.22, 1, .36, 1),
      background-color 0.25s cubic-bezier(.22, 1, .36, 1) !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-header-menu-burger:hover,
  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-icon-box:hover {
    transform: translateY(-1px) !important;
    box-shadow:
      0 14px 28px rgba(47, 35, 29, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.76) !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 .icon-wrapper,
  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-icon-box .icon-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    color: #244536 !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 i,
  body.page-id-4338 .mcb-item-bwmr8mm8 .icon {
    color: #244536 !important;
    font-size: 20px !important;
    line-height: 1 !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-header-tmpl-menu-sidebar {
    background: rgba(18, 24, 17, 0.52) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-header-tmpl-menu-sidebar-wrapper {
    width: min(88vw, 380px) !important;
    max-width: 380px !important;
    min-height: 100dvh !important;
    margin-left: auto !important;
    padding: 28px 24px 26px !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    background:
      radial-gradient(circle at 18% 8%, rgba(169, 199, 167, 0.24) 0%, rgba(169, 199, 167, 0) 34%),
      radial-gradient(circle at 100% 100%, rgba(187, 151, 112, 0.18) 0%, rgba(187, 151, 112, 0) 36%),
      linear-gradient(180deg, #fbf6ef 0%, #f3eadf 100%) !important;
    border-left: 1px solid rgba(52, 92, 72, 0.12) !important;
    border-radius: 24px 0 0 24px !important;
    box-shadow: -26px 0 70px rgba(18, 24, 17, 0.30) !important;
    overflow-y: auto !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-header-tmpl-menu-sidebar-wrapper::before {
    content: "Fleurs de Cafe" !important;
    display: block !important;
    margin: 4px 54px 22px 2px !important;
    color: #2f231d !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 26px !important;
    line-height: 1 !important;
    letter-spacing: -0.03em !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-header-tmpl-menu-sidebar-wrapper::after {
    content: "Paiement securise  Â·  Livraison rapide  Â·  Fabrique en France" !important;
    display: block !important;
    margin-top: 24px !important;
    padding: 16px 14px !important;
    border-radius: 16px !important;
    background: rgba(52, 92, 72, 0.08) !important;
    color: rgba(36, 69, 54, 0.86) !important;
    font-size: 11px !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
    text-align: center !important;
    letter-spacing: 0.02em !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-close-icon {
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    border: 1px solid rgba(52, 92, 72, 0.13) !important;
    background: rgba(255, 255, 255, 0.70) !important;
    color: #244536 !important;
    font-size: 18px !important;
    box-shadow: 0 8px 18px rgba(47, 35, 29, 0.08) !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-header-menu,
  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-header-tmpl-menu-sidebar ul {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-header-tmpl-menu-sidebar li,
  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-menu-li {
    width: 100% !important;
    margin: 0 !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-header-tmpl-menu-sidebar a,
  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-menu-link {
    width: 100% !important;
    min-height: 52px !important;
    padding: 0 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-radius: 16px !important;
    border: 1px solid rgba(52, 92, 72, 0.08) !important;
    background: rgba(255, 255, 255, 0.48) !important;
    color: #2f231d !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.01em !important;
    text-decoration: none !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55) !important;
    transition:
      transform 0.22s cubic-bezier(.22, 1, .36, 1),
      background-color 0.22s cubic-bezier(.22, 1, .36, 1),
      color 0.22s cubic-bezier(.22, 1, .36, 1) !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-header-tmpl-menu-sidebar a:hover,
  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-menu-link:hover {
    transform: translateX(-2px) !important;
    background: rgba(255, 255, 255, 0.76) !important;
    color: #244536 !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-header-tmpl-menu-sidebar .menu-label,
  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-menu-label-wrapper {
    color: inherit !important;
    font: inherit !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 #menu-item-3656 > a,
  body.page-id-4338 .mcb-item-bwmr8mm8 .menu-item-3656 > a {
    min-height: 56px !important;
    margin: 8px 0 6px !important;
    border-color: rgba(52, 92, 72, 0.22) !important;
    background:
      linear-gradient(135deg, #345c48 0%, #244536 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(36, 69, 54, 0.22) !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 #menu-item-3656 > a::after,
  body.page-id-4338 .mcb-item-bwmr8mm8 .menu-item-3656 > a::after {
    content: "Boutique" !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 24px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-megamenu-grid,
  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-menu-item-megamenu {
    display: none !important;
  }
}

/* =========================================================
   MOBILE FINITIONS - HEADER, BURGER, HERO, SECTIONS
   ========================================================= */

@media (max-width: 767px) {
  /* Header: plus d'air a droite, logo + libelle accueil cliquables. */
  body.page-id-4338 .mcb-section-ae8941842 .mcb-section-inner-ae8941842 {
    width: 100% !important;
    padding: 0 18px 0 14px !important;
  }

  body.page-id-4338 .mcb-item-5f7329d6d {
    max-width: none !important;
  }

  body.page-id-4338 .mcb-item-5f7329d6d .logo-wrapper {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    text-decoration: none !important;
  }

  body.page-id-4338 .mcb-item-5f7329d6d .logo-wrapper::after {
    content: "Accueil" !important;
    display: inline-flex !important;
    align-items: center !important;
    min-height: 30px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(52, 92, 72, 0.12) !important;
    background: rgba(52, 92, 72, 0.07) !important;
    color: #244536 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0.035em !important;
    text-transform: uppercase !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 {
    margin-right: 23px !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-header-menu-burger,
  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-icon-box {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
  }

  /* Panneau burger: logo image, menu en haut, coin noir supprime. */
  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-header-tmpl-menu-sidebar {
    background: rgba(18, 24, 17, 0.34) !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-header-tmpl-menu-sidebar-wrapper {
    min-height: 100dvh !important;
    padding: 20px 22px 22px !important;
    justify-content: flex-start !important;
    align-content: flex-start !important;
    border-radius: 0 0 0 24px !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-header-tmpl-menu-sidebar-wrapper::before {
    content: "" !important;
    width: 148px !important;
    height: 62px !important;
    display: block !important;
    margin: 0 54px 18px 0 !important;
    background-image: url("../images/logo.png") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: left center !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-close-icon {
    top: 18px !important;
    right: 18px !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-header-menu,
  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-header-tmpl-menu-sidebar ul {
    gap: 7px !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-header-tmpl-menu-sidebar a,
  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-menu-link {
    min-height: 49px !important;
  }

  body.page-id-4338 .mcb-item-bwmr8mm8 .mfn-header-tmpl-menu-sidebar-wrapper::after {
    content: "\2713  Paiement securise  |  \2192  Livraison rapide  |  FR  Fabrique en France\A07 62 92 82 86\AInstagram  -  Facebook" !important;
    white-space: pre-line !important;
    margin-top: 18px !important;
    padding: 15px 14px 14px !important;
    border: 1px solid rgba(52, 92, 72, 0.12) !important;
    background:
      radial-gradient(circle at 15% 0%, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0) 34%),
      rgba(52, 92, 72, 0.09) !important;
    color: #244536 !important;
    font-size: 11px !important;
    line-height: 1.65 !important;
    font-weight: 800 !important;
  }

  /* Hero: texte plus haut, moins d'espace mort sous le menu. */
  body.page-id-4338 .mcb-section-20faec948 {
    min-height: 455px !important;
    background-position: 66% center !important;
  }

  body.page-id-4338 .mcb-wrap-36ea9615d {
    padding-top: 0px !important;
    padding-bottom: 28px !important;
  }

  body.page-id-4338 .mcb-item-aa3c0119e h1,
  body.page-id-4338 .mcb-section-20faec948 h1 {
    font-size: 31px !important;
    line-height: 1.02 !important;
  }

  body.page-id-4338 .mcb-item-8559a1bed {
    margin-bottom: 8px !important;
  }

  /* Reassurance: centrage strict de chaque bloc. */
  body.page-id-4338 .mcb-section-649634670 .fdc-native-value {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.page-id-4338 .mcb-section-649634670 .fdc-native-value > .mcb-wrap-inner {
    width: 100% !important;
    max-width: 250px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.page-id-4338 .mcb-section-649634670 .fdc-native-value .column_attr,
  body.page-id-4338 .mcb-section-649634670 .fdc-native-value h3,
  body.page-id-4338 .mcb-section-649634670 .fdc-native-value p {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  /* Routine: respirations entre image et titre. */
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-eac623ae6,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-b109a914b,
  body.page-id-4338 .mcb-section-ca583fdd1 .mcb-item-50db7660e {
    margin-top: 24px !important;
    padding-top: 0 !important;
  }

  body.page-id-4338 .mcb-section-ca583fdd1 h3 {
    padding-top: 0 !important;
  }

  /* Experience de soin: image collee en haut de section. */
  body.page-id-4338 .mcb-section-090b0eb25 {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 > .mcb-wrap-inner,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 .mcb-column-inner,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 .image_frame,
  body.page-id-4338 .mcb-section-090b0eb25 .mcb-wrap-1f6f7cc09 .image_wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

@media (max-width: 390px) {
  body.page-id-4338 .mcb-section-ae8941842 .mcb-section-inner-ae8941842 {
    padding-right: 16px !important;
  }

  body.page-id-4338 .mcb-item-5f7329d6d .logo-wrapper::after {
    padding: 0 10px !important;
    font-size: 10px !important;
  }

  body.page-id-4338 .mcb-section-20faec948 {
    min-height: 440px !important;
  }

  body.page-id-4338 .mcb-wrap-36ea9615d {
    padding-top: 50px !important;
  }
}

/* =========================================================
   FDC - MEGA MENU PRODUITS
   Texte plus lisible + hover élégant noir sans dégradé blanc
   ========================================================= */

/* Cartes du mega menu */
#mfn-megamenu-4113 .mfn-banner-box {
  position: relative !important;
  overflow: hidden !important;
}

/* Dégradé discret en bas pour rendre le texte blanc lisible sans hover */
#mfn-megamenu-4113 .mfn-banner-box::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 48% !important;
  z-index: 2 !important;
  pointer-events: none !important;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.18) 45%,
    rgba(0, 0, 0, 0.36) 100%
  ) !important;
  opacity: 1 !important;
  transition: opacity 0.35s ease !important;
}

/* Image */
#mfn-megamenu-4113 .mfn-banner-box .banner-image img {
  transition:
    transform 0.45s cubic-bezier(.22, 1, .36, 1),
    filter 0.45s cubic-bezier(.22, 1, .36, 1),
    opacity 0.45s cubic-bezier(.22, 1, .36, 1) !important;
}

/* Zone texte */
#mfn-megamenu-4113 .mfn-banner-box .banner-desc {
  z-index: 4 !important;
}

/* Texte visible sans hover */
#mfn-megamenu-4113 .mfn-banner-box .banner-wrapper .title,
#mfn-megamenu-4113 .mfn-banner-box .banner-wrapper h2.title {
  color: #ffffff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45) !important;
  transition:
    color 0.28s ease,
    text-shadow 0.28s ease,
    transform 0.28s ease !important;
}

#mfn-megamenu-4113 .mfn-banner-box .banner-wrapper .subtitle,
#mfn-megamenu-4113 .mfn-banner-box .banner-wrapper p.subtitle {
  color: rgba(255, 255, 255, 0.96) !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.42) !important;
  transition:
    color 0.28s ease,
    text-shadow 0.28s ease,
    transform 0.28s ease !important;
}

/* Hover : on retire simplement le dégradé sombre, sans ajouter de blanc */
#mfn-megamenu-4113 .mfn-banner-box:hover::after {
  opacity: 0 !important;
  background: none !important;
}

/* Hover : image douce */
#mfn-megamenu-4113 .mfn-banner-box:hover .banner-image img {
  transform: scale(1.035) !important;
  filter: blur(5px) brightness(1.08) saturate(0.9) !important;
  opacity: 0.78 !important;
}

/* Hover : texte noir */
#mfn-megamenu-4113 .mfn-banner-box:hover .banner-wrapper .title,
#mfn-megamenu-4113 .mfn-banner-box:hover .banner-wrapper h2.title {
  color: #17120f !important;
  text-shadow: none !important;
  transform: translateY(-2px) !important;
}

#mfn-megamenu-4113 .mfn-banner-box:hover .banner-wrapper .subtitle,
#mfn-megamenu-4113 .mfn-banner-box:hover .banner-wrapper p.subtitle {
  color: #2f2925 !important;
  text-shadow: none !important;
  transform: translateY(-1px) !important;
}

/* Icône au hover */
#mfn-megamenu-4113 .mfn-banner-box .banner-cta,
#mfn-megamenu-4113 .mfn-banner-box .cta-icon {
  color: #2f6b4f !important;
  transition:
    color 0.28s ease,
    transform 0.28s ease,
    opacity 0.28s ease !important;
}

#mfn-megamenu-4113 .mfn-banner-box:hover .banner-cta,
#mfn-megamenu-4113 .mfn-banner-box:hover .cta-icon {
  color: #2f6b4f !important;
  transform: translateY(2px) scale(1.05) !important;
}