/**
 * Synergie palette — loaded after Elementor mirror CSS (see app/layout.tsx).
 * Tokens: docs/brand-colors.md
 */

:root {
  --color-bg: #d8ccc0;
  --color-bg-alt: #d8ccb4;
  --color-primary: #78603c;
  --color-primary-warm: #786048;
  --color-primary-olive: #6c603c;
  --color-primary-dark: #6c543c;
  --color-on-primary: #d8ccc0;
  --color-bg-highlight: #e4ccc0;
  --color-bg-highlight-warm: #e4d8c0;
  --color-surface-dark: #78603c;
  --color-on-surface-dark: #d8ccc0;
  /* Near-black warm brown — mirrors Unicity #1D1E1D on dark hero panels */
  --color-primary-deep: #2e2418;
}

html,
body {
  background-color: var(--color-bg);
  color: var(--color-primary);
}

.elementor-kit-1045,
.elementor-page {
  --e-global-color-primary: var(--color-primary);
  --e-global-color-secondary: var(--color-primary-warm);
  --e-global-color-text: var(--color-primary);
  --e-global-color-accent: var(--color-primary-warm);
  --e-global-color-d2c2554: var(--color-primary-dark);
  --e-global-color-b69edcc: var(--color-primary-dark);
  --e-global-color-69b1c79: var(--color-bg);
  --e-global-color-d316f6d: var(--color-bg-alt);
}

.elementor-1099 .jkit-menu > li > a,
.elementor-1099 .jkit-menu > li > a:hover,
.elementor-1099 .jkit-menu > li > a:focus,
.elementor-1099 .jkit-menu > li.current-menu-item > a,
.elementor-1099 .jkit-menu .sub-menu li > a:hover {
  background-color: transparent !important;
  background-image: none !important;
}

/* Navbar + footer social — Snapchat gets the dark contrast pill (mirror had it on TikTok) */
.elementor-1099 .elementor-element-22868610 .elementor-social-icon-snapchat,
.elementor-2082 .elementor-element-3e455300 .elementor-social-icon-snapchat {
  background-color: var(--color-primary-warm) !important;
}

.elementor-1099 .elementor-element-22868610 .elementor-social-icon-snapchat i,
.elementor-2082 .elementor-element-3e455300 .elementor-social-icon-snapchat i {
  color: var(--color-on-primary) !important;
}

.elementor-1099 .elementor-element-22868610 .elementor-social-icon-snapchat svg,
.elementor-2082 .elementor-element-3e455300 .elementor-social-icon-snapchat svg {
  fill: var(--color-on-primary) !important;
}

.elementor-1099 .elementor-element-22868610 .elementor-social-icon-snapchat:hover,
.elementor-2082 .elementor-element-3e455300 .elementor-social-icon-snapchat:hover {
  background-color: var(--color-primary-dark) !important;
}

/* Mobile hamburger panel — same brown as the menu toggle button */
@media (max-width: 767px) {
  .elementor-1099
    .elementor-element-61f6f80e
    .jeg-elementor-kit.jkit-nav-menu
    .jkit-menu-wrapper.active {
    background-color: var(--color-primary-warm) !important;
  }

  .elementor-1099
    .elementor-element-61f6f80e
    .jeg-elementor-kit.jkit-nav-menu
    .jkit-menu-wrapper.active
    .jkit-menu
    > li
    > a {
    color: var(--color-on-primary) !important;
    font-size: 1rem;
    font-weight: 600;
    border-color: transparent !important;
  }

  .elementor-1099
    .elementor-element-61f6f80e
    .jeg-elementor-kit.jkit-nav-menu
    .jkit-menu-wrapper.active
    .jkit-menu
    > li:not(.current-menu-item):not(.current-menu-ancestor)
    > a:hover,
  .elementor-1099
    .elementor-element-61f6f80e
    .jeg-elementor-kit.jkit-nav-menu
    .jkit-menu-wrapper.active
    .jkit-menu
    > li:not(.current-menu-item):not(.current-menu-ancestor)
    > a:focus-visible {
    color: var(--color-bg-highlight-warm) !important;
    border-color: var(--color-bg-highlight-warm) !important;
  }

  .elementor-1099
    .elementor-element-61f6f80e
    .jeg-elementor-kit.jkit-nav-menu
    .jkit-menu-wrapper.active
    .jkit-menu
    > li.current-menu-item
    > a,
  .elementor-1099
    .elementor-element-61f6f80e
    .jeg-elementor-kit.jkit-nav-menu
    .jkit-menu-wrapper.active
    .jkit-menu
    > li.current-menu-ancestor
    > a {
    color: var(--color-bg-highlight-warm) !important;
    border-color: var(--color-bg-highlight-warm) !important;
  }

  .elementor-1099
    .elementor-element-61f6f80e
    .jeg-elementor-kit.jkit-nav-menu
    .jkit-menu-wrapper.active
    .jkit-menu
    > li
    > a
    svg {
    fill: var(--color-on-primary) !important;
  }

  .elementor-1099
    .elementor-element-61f6f80e
    .jeg-elementor-kit.jkit-nav-menu
    .jkit-menu-wrapper.active
    .jkit-nav-identity-panel {
    border-bottom: 1px solid rgba(216, 204, 192, 0.22);
  }

  .elementor-1099
    .elementor-element-61f6f80e
    .jeg-elementor-kit.jkit-nav-menu
    .jkit-menu-wrapper.active
    .jkit-nav-identity-panel
    .jkit-close-menu {
    background-color: var(--color-bg-highlight-warm) !important;
    color: var(--color-primary-deep) !important;
    border-color: rgba(216, 204, 192, 0.45) !important;
  }

  .elementor-1099
    .elementor-element-61f6f80e
    .jeg-elementor-kit.jkit-nav-menu
    .jkit-menu-wrapper.active
    .jkit-nav-identity-panel
    .jkit-close-menu:hover,
  .elementor-1099
    .elementor-element-61f6f80e
    .jeg-elementor-kit.jkit-nav-menu
    .jkit-menu-wrapper.active
    .jkit-nav-identity-panel
    .jkit-close-menu:focus-visible {
    background-color: var(--color-on-primary) !important;
    color: var(--color-primary-deep) !important;
  }

  .elementor-1099
    .elementor-element-61f6f80e
    .jeg-elementor-kit.jkit-nav-menu
    .jkit-menu-wrapper.active
    .jkit-nav-identity-panel
    .jkit-close-menu
    svg {
    fill: var(--color-primary-deep) !important;
  }
}

.elementor-button.elementor-button-link,
.elementor-widget-button .elementor-button {
  background-color: var(--color-primary-warm);
  border-color: var(--color-primary-warm);
  color: var(--color-on-primary);
}

.elementor-button.elementor-button-link:hover,
.elementor-widget-button .elementor-button:hover {
  background-color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  color: var(--color-on-primary);
}

/* JKit CTAs (Démarrer, Me joindre, …) — cream on brown, not brown-on-brown */
.jeg-elementor-kit.jkit-button .jkit-button-wrapper {
  color: var(--color-on-primary) !important;
}

.jeg-elementor-kit.jkit-button .jkit-button-wrapper i {
  color: var(--color-on-primary) !important;
}

.jeg-elementor-kit.jkit-button .jkit-button-wrapper svg {
  fill: var(--color-on-primary) !important;
}

.jeg-elementor-kit.jkit-button .jkit-button-wrapper:hover {
  color: var(--color-bg) !important;
}

.jeg-elementor-kit.jkit-button .jkit-button-wrapper:hover i {
  color: var(--color-bg) !important;
}

.jeg-elementor-kit.jkit-button .jkit-button-wrapper:hover svg {
  fill: var(--color-bg) !important;
}

/* FAQ accordion — brown +/- and titles on cream sections */
.jeg-elementor-kit.jkit-accordion .card-header .card-header-button {
  color: var(--color-primary) !important;
}

.jeg-elementor-kit.jkit-accordion .card-header-button [class*="icon-group"] .normal-icon,
.jeg-elementor-kit.jkit-accordion .card-header-button [class*="icon-group"] .normal-icon i {
  color: var(--color-primary-dark) !important;
}

.jeg-elementor-kit.jkit-accordion .card-header-button [class*="icon-group"] .normal-icon svg {
  fill: var(--color-primary-dark) !important;
}

.jeg-elementor-kit.jkit-accordion .card-header-button [class*="icon-group"] .active-icon,
.jeg-elementor-kit.jkit-accordion .card-header-button [class*="icon-group"] .active-icon i {
  color: var(--color-primary-warm) !important;
}

.jeg-elementor-kit.jkit-accordion .card-header-button [class*="icon-group"] .active-icon svg {
  fill: var(--color-primary-warm) !important;
}

/* Hero stat superscript "+" — match white counter digits on dark cards */
.jeg-elementor-kit.jkit-fun-fact .number-wrapper .super {
  color: var(--color-on-primary) !important;
}

/* Ibrahim hero panel — dark radial gradient (Unicity: #1D1E1D flat dark) */
.elementor-2085
  .elementor-element.elementor-element-537db668:not(.elementor-motion-effects-element-type-background)
  > .elementor-widget-wrap,
.elementor-2085
  .elementor-element.elementor-element-537db668
  > .elementor-widget-wrap
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-image: radial-gradient(
    at top center,
    var(--color-primary-deep) 35%,
    var(--color-primary) 100%
  ) !important;
}

/* Ibrahim label pill — warm accent border on dark panel */
.elementor-2085 .elementor-element.elementor-element-69ee5313 > .elementor-widget-container {
  border-left-color: var(--color-bg-highlight-warm) !important;
}

/* Démarrer — light CTA on dark hero panel */
.elementor-2085 .elementor-element.elementor-element-31eaf91f .jeg-elementor-kit.jkit-button .jkit-button-wrapper {
  background-color: var(--color-bg-highlight-warm) !important;
  color: var(--color-primary-deep) !important;
}

.elementor-2085 .elementor-element.elementor-element-31eaf91f .jeg-elementor-kit.jkit-button .jkit-button-wrapper i {
  color: var(--color-primary-deep) !important;
}

.elementor-2085 .elementor-element.elementor-element-31eaf91f .jeg-elementor-kit.jkit-button .jkit-button-wrapper svg {
  fill: var(--color-primary-deep) !important;
}

.elementor-2085
  .elementor-element.elementor-element-31eaf91f
  .jeg-elementor-kit.jkit-button
  .jkit-button-wrapper:not(.hover-gradient):hover,
.elementor-2085
  .elementor-element.elementor-element-31eaf91f
  .jeg-elementor-kit.jkit-button
  .jkit-button-wrapper.hover-gradient:before {
  background-color: var(--color-on-primary) !important;
}

.elementor-2085 .elementor-element.elementor-element-31eaf91f .jeg-elementor-kit.jkit-button .jkit-button-wrapper:hover,
.elementor-2085
  .elementor-element.elementor-element-31eaf91f
  .jeg-elementor-kit.jkit-button
  .jkit-button-wrapper:hover
  i {
  color: var(--color-primary-dark) !important;
}

.elementor-2085
  .elementor-element.elementor-element-31eaf91f
  .jeg-elementor-kit.jkit-button
  .jkit-button-wrapper:hover
  svg {
  fill: var(--color-primary-dark) !important;
}

/* Shaimah panel — dark left radial gradient (Unicity: #1D1E1D → accent) */
.elementor-2085 .elementor-element.elementor-element-315570cb:not(.elementor-motion-effects-element-type-background),
.elementor-2085
  .elementor-element.elementor-element-315570cb
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-image: radial-gradient(
    at bottom left,
    var(--color-primary-deep) 0%,
    var(--color-primary) 100%
  ) !important;
}

/* Shaimah label pill — warm accent border on dark panel */
.elementor-2085 .elementor-element.elementor-element-4fee8967 > .elementor-widget-container {
  border-left-color: var(--color-bg-highlight-warm) !important;
}

/* Me joindre — light CTA on dark panel (Unicity: yellow + white text) */
.elementor-2085 .elementor-element.elementor-element-2ebef433 .jeg-elementor-kit.jkit-button .jkit-button-wrapper {
  background-color: var(--color-bg-highlight-warm) !important;
  color: var(--color-primary-deep) !important;
}

.elementor-2085 .elementor-element.elementor-element-2ebef433 .jeg-elementor-kit.jkit-button .jkit-button-wrapper i {
  color: var(--color-primary-deep) !important;
}

.elementor-2085 .elementor-element.elementor-element-2ebef433 .jeg-elementor-kit.jkit-button .jkit-button-wrapper svg {
  fill: var(--color-primary-deep) !important;
}

.elementor-2085
  .elementor-element.elementor-element-2ebef433
  .jeg-elementor-kit.jkit-button
  .jkit-button-wrapper:not(.hover-gradient):hover,
.elementor-2085
  .elementor-element.elementor-element-2ebef433
  .jeg-elementor-kit.jkit-button
  .jkit-button-wrapper.hover-gradient:before {
  background-color: var(--color-on-primary) !important;
}

.elementor-2085 .elementor-element.elementor-element-2ebef433 .jeg-elementor-kit.jkit-button .jkit-button-wrapper:hover,
.elementor-2085
  .elementor-element.elementor-element-2ebef433
  .jeg-elementor-kit.jkit-button
  .jkit-button-wrapper:hover
  i {
  color: var(--color-primary-dark) !important;
}

.elementor-2085
  .elementor-element.elementor-element-2ebef433
  .jeg-elementor-kit.jkit-button
  .jkit-button-wrapper:hover
  svg {
  fill: var(--color-primary-dark) !important;
}

/* Services / pricing section — dark panel + white service cards */
.elementor-2085
  #services
  .elementor-element.elementor-element-bdae61e:not(.elementor-motion-effects-element-type-background)
  > .elementor-widget-wrap,
.elementor-2085
  #services
  .elementor-element.elementor-element-bdae61e
  > .elementor-widget-wrap
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-image: radial-gradient(
    at top center,
    var(--color-primary-deep) 35%,
    var(--color-primary) 100%
  ) !important;
}

/* Label pill on dark panel */
.elementor-2085 #services .elementor-element.elementor-element-5478d2b1 > .elementor-widget-container {
  background-color: rgba(216, 204, 192, 0.22) !important;
  border-left-color: var(--color-bg-highlight-warm) !important;
}

.elementor-2085 #services .elementor-element.elementor-element-5478d2b1 .elementor-heading-title {
  color: var(--color-on-primary) !important;
}

/* FAQ accordion on dark panel — global cream-section rules force brown text */
.elementor-2085 #services .elementor-element.elementor-element-6e5c3b35 .jeg-elementor-kit.jkit-accordion .card-header .card-header-button,
.elementor-2085
  #services
  .elementor-element.elementor-element-6e5c3b35
  .jeg-elementor-kit.jkit-accordion
  .card-wrapper.expand
  .card-header
  .card-header-button {
  color: var(--color-on-primary) !important;
}

.elementor-2085
  #services
  .elementor-element.elementor-element-6e5c3b35
  .jeg-elementor-kit.jkit-accordion
  .card-header-button
  [class*="icon-group"]
  .normal-icon,
.elementor-2085
  #services
  .elementor-element.elementor-element-6e5c3b35
  .jeg-elementor-kit.jkit-accordion
  .card-header-button
  [class*="icon-group"]
  .normal-icon
  i {
  color: var(--color-on-primary) !important;
}

.elementor-2085
  #services
  .elementor-element.elementor-element-6e5c3b35
  .jeg-elementor-kit.jkit-accordion
  .card-header-button
  [class*="icon-group"]
  .normal-icon
  svg {
  fill: var(--color-on-primary) !important;
}

.elementor-2085
  #services
  .elementor-element.elementor-element-6e5c3b35
  .jeg-elementor-kit.jkit-accordion
  .card-header-button
  [class*="icon-group"]
  .active-icon,
.elementor-2085
  #services
  .elementor-element.elementor-element-6e5c3b35
  .jeg-elementor-kit.jkit-accordion
  .card-header-button
  [class*="icon-group"]
  .active-icon
  i {
  color: var(--color-bg-highlight-warm) !important;
}

.elementor-2085
  #services
  .elementor-element.elementor-element-6e5c3b35
  .jeg-elementor-kit.jkit-accordion
  .card-header-button
  [class*="icon-group"]
  .active-icon
  svg {
  fill: var(--color-bg-highlight-warm) !important;
}

.elementor-2085 #services .elementor-element.elementor-element-6e5c3b35 .jeg-elementor-kit.jkit-accordion .card-expand .card-body,
.elementor-2085 #services .elementor-element.elementor-element-6e5c3b35 .jeg-elementor-kit.jkit-accordion .card-expand .card-body p {
  color: var(--color-on-primary) !important;
}

.elementor-2085 #services .elementor-element.elementor-element-6e5c3b35 .jeg-elementor-kit.jkit-accordion .card-wrapper {
  border-color: rgba(216, 204, 192, 0.35) !important;
}

/* Contact row on dark panel (phone + email) */
.elementor-2085 #services .elementor-element.elementor-element-68963171 .jeg-elementor-kit.jkit-icon-box .title,
.elementor-2085 #services .elementor-element.elementor-element-68963171 .jeg-elementor-kit.jkit-icon-box .icon-box-description,
.elementor-2085 #services .elementor-element.elementor-element-772632ef .jeg-elementor-kit.jkit-icon-box .title,
.elementor-2085 #services .elementor-element.elementor-element-772632ef .jeg-elementor-kit.jkit-icon-box .icon-box-description,
.elementor-2085 #services .elementor-element.elementor-element-772632ef .jeg-elementor-kit.jkit-icon-box .icon-box-description a {
  color: var(--color-on-primary) !important;
}

.elementor-2085 #services .elementor-element.elementor-element-68963171 .jeg-elementor-kit.jkit-icon-box .icon-box > .icon {
  background-color: rgba(216, 204, 192, 0.18) !important;
  border-color: rgba(216, 204, 192, 0.35) !important;
  color: var(--color-on-primary) !important;
}

.elementor-2085 #services .elementor-element.elementor-element-68963171 .jeg-elementor-kit.jkit-icon-box .icon-box > .icon svg {
  fill: var(--color-on-primary) !important;
}

.elementor-2085 #services .elementor-element.elementor-element-772632ef .jeg-elementor-kit.jkit-icon-box .icon-box > .icon {
  background-color: var(--color-bg-highlight-warm) !important;
  color: var(--color-primary-deep) !important;
}

.elementor-2085 #services .elementor-element.elementor-element-772632ef .jeg-elementor-kit.jkit-icon-box .icon-box > .icon svg {
  fill: var(--color-primary-deep) !important;
}

/* White service cards — titles, labels, feature list */
.elementor-2085 #services .elementor-element-183d4ce8 .jeg-elementor-kit.jkit-heading .heading-title,
.elementor-2085 #services .elementor-element-5db55131 .jeg-elementor-kit.jkit-heading .heading-title,
.elementor-2085 #services .elementor-element-785973fd .jeg-elementor-kit.jkit-heading .heading-title,
.elementor-2085 #services .elementor-element-29ec4301 .jeg-elementor-kit.jkit-heading .heading-title,
.elementor-2085 #services .elementor-element-11826f01 .jeg-elementor-kit.jkit-heading .heading-title,
.elementor-2085 #services .elementor-element-15dd9efd .jeg-elementor-kit.jkit-heading .heading-title {
  color: var(--color-primary-deep) !important;
}

.elementor-2085 #services .jeg-elementor-kit.jkit-heading .heading-section-description,
.elementor-2085 #services .jeg-elementor-kit.jkit-heading .heading-title > span,
.elementor-2085 #services .jeg-elementor-kit.jkit-heading .heading-section-subtitle,
.elementor-2085 #services .jeg-elementor-kit.jkit-heading .style-color {
  color: var(--color-primary-dark) !important;
}

.elementor-2085 #services .elementor-icon-list-text {
  color: var(--color-primary-dark) !important;
}

/* Contact left panel — label pill, headings, and check list on dark gradient */
.elementor-2085 #contact .elementor-element-3d12f52a > .elementor-widget-container {
  background-color: rgba(216, 204, 192, 0.22) !important;
  border-left: 2px solid var(--color-bg-highlight-warm) !important;
}

.elementor-2085 #contact .elementor-element-3d12f52a .elementor-heading-title,
.elementor-2085 #contact .elementor-element-3b82b116 .elementor-heading-title {
  color: var(--color-on-primary) !important;
}

.elementor-2085 #contact .elementor-element-639dec66 > .elementor-container {
  align-items: flex-start !important;
}

.elementor-2085 #contact .elementor-element-639dec66 .elementor-column > .elementor-element-populated,
.elementor-2085 #contact .elementor-element-639dec66 .elementor-column .elementor-widget-wrap {
  align-content: flex-start !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

.elementor-2085 #contact .elementor-element-639dec66 .elementor-widget-jkit_icon_box > .elementor-widget-container {
  margin: 0 0 18px 0 !important;
}

.elementor-2085
  #contact
  .elementor-element-639dec66
  .elementor-column
  .elementor-widget-jkit_icon_box:last-child
  > .elementor-widget-container {
  margin-bottom: 0 !important;
}

.elementor-2085 #contact .elementor-element-639dec66 .jeg-elementor-kit.jkit-icon-box .jkit-icon-box-wrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 12px !important;
  text-align: left !important;
}

.elementor-2085 #contact .elementor-element-639dec66 .jeg-elementor-kit.jkit-icon-box .icon-box.icon-box-header {
  flex-shrink: 0;
  margin: 0 !important;
}

.elementor-2085 #contact .elementor-element-639dec66 .jeg-elementor-kit.jkit-icon-box .icon-box.icon-box-body {
  flex: 1;
  min-width: 0;
}

.elementor-2085 #contact .elementor-element-639dec66 .jeg-elementor-kit.jkit-icon-box .title {
  color: var(--color-on-primary) !important;
}

.elementor-2085 #contact .elementor-element-639dec66 .jeg-elementor-kit.jkit-icon-box .icon-box-description {
  color: var(--color-bg-highlight-warm) !important;
}

.elementor-2085 #contact .elementor-element-639dec66 .jeg-elementor-kit.jkit-icon-box .icon-box > .icon {
  color: var(--color-on-primary) !important;
  background-color: rgba(216, 204, 192, 0.18) !important;
  border-color: rgba(216, 204, 192, 0.45) !important;
  margin-top: 0 !important;
}

.elementor-2085 #contact .elementor-element-639dec66 .jeg-elementor-kit.jkit-icon-box .icon-box > .icon i {
  color: var(--color-on-primary) !important;
}

.elementor-2085 #contact .elementor-element-639dec66 .jeg-elementor-kit.jkit-icon-box .icon-box > .icon svg {
  fill: var(--color-on-primary) !important;
}

.elementor-2085 #contact .elementor-element-639dec66 .jeg-elementor-kit.jkit-icon-box:hover .icon-box > .icon {
  color: var(--color-on-primary) !important;
  background-color: rgba(216, 204, 192, 0.28) !important;
  border-color: rgba(216, 204, 192, 0.55) !important;
}

@media (min-width: 768px) {
  .elementor-2085 #contact .elementor-element-639dec66 > .elementor-container {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 28px !important;
    row-gap: 0 !important;
  }

  .elementor-2085 #contact .elementor-element-639dec66 > .elementor-container > .elementor-column {
    width: 100% !important;
    align-self: start !important;
  }

  .elementor-2085 #contact .elementor-element-7eeaf488 > .elementor-element-populated,
  .elementor-2085 #contact .elementor-element-e624256 > .elementor-element-populated {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .elementor-2085 #contact .elementor-element-1d52c0f7 > .elementor-widget-container,
  .elementor-2085 #contact .elementor-element-54f37032 > .elementor-widget-container {
    min-height: 150px !important;
  }

  .elementor-2085 #contact .elementor-element-3c44f65a > .elementor-widget-container,
  .elementor-2085 #contact .elementor-element-fd442d > .elementor-widget-container {
    min-height: 112px !important;
  }
}

/* Contact section — head-logo-big (logo-head-hijama) + readable Metform fields */
/* Match header logo pill (elementor-7601899b in post-1099 CSS) */
.elementor-2085 #contact .elementor-element-132ad214 > .elementor-element-populated {
  padding: 32px !important;
}

.elementor-2085 #contact .elementor-element-51a0a59a > .elementor-widget-container {
  background-color: var(--color-primary-dark) !important;
  border: none;
  border-radius: 10px;
  text-align: center;
  padding: 12px 14px 10px;
}

.elementor-2085 #contact .elementor-element-51a0a59a img {
  width: auto !important;
  max-width: min(300px, 90%) !important;
  height: auto !important;
  object-fit: contain;
  margin-inline: auto;
  display: block;
}

.elementor-2085 #contact #synergie-contact-form .elementor-887 .e-con.e-child {
  --row-gap: 12px;
  --gap: 12px;
  --padding-top: 6px;
  --padding-bottom: 6px;
  row-gap: 12px !important;
  gap: 12px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

/* Honeypot — visually hidden; bots that fill it are rejected server-side */
#synergie-contact-form .synergie-hp {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.elementor-2085 #contact .elementor-element-132ad214 .mf-input,
.elementor-2085 #contact #synergie-contact-form .mf-input {
  background-color: #ffffff !important;
  color: var(--color-primary-deep) !important;
  border-color: rgba(120, 96, 60, 0.4) !important;
  padding: 10px 12px !important;
}

.elementor-2085 #contact #synergie-contact-form .elementor-887 .mf-input::placeholder,
.elementor-2085 #contact #synergie-contact-form .elementor-887 .mf-input::-webkit-input-placeholder,
.elementor-2085 #contact #synergie-contact-form .elementor-887 .mf-input::-moz-placeholder,
.elementor-2085 #contact #synergie-contact-form .elementor-887 .mf-input:-ms-input-placeholder,
.elementor-2085 #contact #synergie-contact-form .elementor-887 .elementor-element-4073388 .mf-input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::placeholder,
.elementor-2085 #contact #synergie-contact-form .elementor-887 .elementor-element-4073388 .mf-input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
.elementor-2085 #contact #synergie-contact-form .elementor-887 .elementor-element-84f7617 .mf-input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::placeholder,
.elementor-2085 #contact #synergie-contact-form .elementor-887 .elementor-element-84f7617 .mf-input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
.elementor-2085 #contact #synergie-contact-form .elementor-887 .elementor-element-49d7ff3 .mf-input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::placeholder,
.elementor-2085 #contact #synergie-contact-form .elementor-887 .elementor-element-49d7ff3 .mf-input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
.elementor-2085 #contact #synergie-contact-form .elementor-887 .elementor-element-d0c208a .mf-input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::placeholder,
.elementor-2085 #contact #synergie-contact-form .elementor-887 .elementor-element-d0c208a .mf-input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder {
  color: var(--color-primary-dark) !important;
  -webkit-text-fill-color: var(--color-primary-dark) !important;
  opacity: 1 !important;
}

.elementor-2085 #contact .mf-input:focus {
  border-color: var(--color-primary) !important;
  outline: none;
}

.elementor-2085 #contact #synergie-contact-form .mf-input-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px !important;
  margin-bottom: 10px !important;
  position: static;
}

.elementor-2085 #contact #synergie-contact-form .mf-input-label {
  display: block;
  order: 1;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-primary-deep) !important;
}

.elementor-2085 #contact #synergie-contact-form .mf-input-wrapper .mf-input {
  order: 2;
  margin: 0;
}

.elementor-2085 #contact #synergie-contact-form .mf-input-required-indicator {
  display: inline;
  margin-left: 0.15em;
  color: #c62828 !important;
  font-weight: 700;
  line-height: inherit;
  vertical-align: baseline;
}

.elementor-2085 #contact #synergie-contact-form .mf-error-message {
  order: 3;
  margin: 0;
}

.elementor-2085 #contact #synergie-contact-form .metform-btn,
.elementor-2085 #contact .metform-submit-btn {
  background-color: var(--color-primary-warm) !important;
  color: var(--color-on-primary) !important;
  border: none !important;
  padding: 12px 20px !important;
  transition-duration: 0.3s !important;
  transition-property: transform !important;
}

.elementor-2085 #contact #synergie-contact-form .metform-btn span,
.elementor-2085 #contact .metform-submit-btn span {
  color: inherit !important;
}

/* Shrink on hover (mirror e-animation-shrink) — no white flash from post-887 CSS */
.elementor-2085 #contact #synergie-contact-form .metform-btn:hover,
.elementor-2085 #contact #synergie-contact-form .metform-btn:focus,
.elementor-2085 #contact #synergie-contact-form .metform-btn:active,
.elementor-2085 #contact .metform-submit-btn:hover,
.elementor-2085 #contact .metform-submit-btn:focus,
.elementor-2085 #contact .metform-submit-btn:active {
  background-color: var(--color-primary-warm) !important;
  color: var(--color-on-primary) !important;
  transform: scale(0.9) !important;
}

/* Contact form — success/error message below submit (avoid Metform shell whitespace) */
.elementor-2085 #contact #synergie-contact-form #synergie-contact-status {
  display: block;
  width: 100%;
  margin: 0.75rem 0 0;
  padding: 0.65rem 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
}

.elementor-2085 #contact #synergie-contact-form #synergie-contact-status[hidden] {
  display: none !important;
  margin: 0;
  padding: 0;
}

.elementor-2085 #contact #synergie-contact-form #synergie-contact-status.mf-success {
  background-color: #e8f5e9 !important;
  color: #2e7d32 !important;
  border: 1px solid #a5d6a7;
}

.elementor-2085 #contact #synergie-contact-form #synergie-contact-status.mf-error {
  background-color: #ffebee !important;
  color: #c62828 !important;
  border: 1px solid #ef9a9a;
}

/* Metform shows a spinner on [disabled]; hide it after successful submit */
.elementor-2085 #contact #synergie-contact-form .metform-submit-btn.synergie-contact-submitted[disabled]::before,
.elementor-2085 #contact #synergie-contact-form .metform-submit-btn.synergie-contact-submitted[disabled]::after {
  display: none !important;
  animation: none !important;
  opacity: 0 !important;
}

.elementor-2085 #contact #synergie-contact-form .metform-submit-btn.synergie-contact-submitted[disabled] > span {
  opacity: 1 !important;
}

/* Legacy Metform response shell — do not reserve space above the form */
.elementor-2085 #contact #mf-response-props-id-887.mf-scroll-top-no {
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

@media (min-width: 1025px) {
  .elementor-2085 #contact #synergie-contact-form .mf-btn-wraper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .elementor-2085 #contact #synergie-contact-form #synergie-contact-status {
    max-width: 100%;
    margin-top: 0.65rem;
  }
}

/* Blog section — "Lire l'article" CTAs on dark post cards (#6C543C) */
.elementor-2085
  .elementor-element.elementor-element-5513ba2f
  .elementskit-post-body
  .elementskit-btn,
.elementor-2085
  .elementor-element.elementor-element-5513ba2f
  .btn-wraper
  .elementskit-btn {
  background-color: var(--color-bg-highlight-warm) !important;
  color: var(--color-primary-deep) !important;
  fill: var(--color-primary-deep) !important;
  border-color: var(--color-bg-highlight-warm) !important;
  font-weight: 600 !important;
}

.elementor-2085
  .elementor-element.elementor-element-5513ba2f
  .elementskit-post-body
  .elementskit-btn:hover,
.elementor-2085
  .elementor-element.elementor-element-5513ba2f
  .btn-wraper
  .elementskit-btn:hover {
  background-color: var(--color-on-primary) !important;
  color: var(--color-primary-deep) !important;
  fill: var(--color-primary-deep) !important;
  border-color: var(--color-on-primary) !important;
}

.elementor-2085
  .elementor-element.elementor-element-5513ba2f
  .elementskit-btn:hover::before {
  opacity: 0 !important;
}

/* Blog section — hide excerpt/description (title + CTA only) */
.elementor-2085
  .elementor-element.elementor-element-5513ba2f
  .elementskit-post-body
  > p {
  display: none !important;
}

/* Blog section — equal-height post cards (longer titles wrap to 2 lines) */
.elementor-2085 .elementor-element.elementor-element-5513ba2f .post-items {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
}

.elementor-2085 .elementor-element.elementor-element-5513ba2f .post-items > [class*="col-"] {
  display: flex !important;
}

.elementor-2085 .elementor-element.elementor-element-5513ba2f .elementskit-post-image-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  width: 100% !important;
}

.elementor-2085 .elementor-element.elementor-element-5513ba2f .elementskit-post-body {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

.elementor-2085
  .elementor-element.elementor-element-5513ba2f
  .elementskit-post-body
  .entry-title {
  min-height: 2.4em !important;
}

.elementor-2085
  .elementor-element.elementor-element-5513ba2f
  .elementskit-post-body
  .btn-wraper {
  margin-top: auto !important;
}

@media (max-width: 767px) {
  .elementor-2085
    .elementor-element.elementor-element-5513ba2f
    .post-items
    > [class*="col-"]:not(:last-child) {
    margin-bottom: 1.5rem !important;
  }
}

/* Footer — match navbar section + logo pill (1099 / 6414c802 / 7601899b) */
.elementor-2082
  .elementor-element.elementor-element-7fc7a1a9:not(.elementor-motion-effects-element-type-background),
.elementor-2082
  .elementor-element.elementor-element-7fc7a1a9
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #d5d5d559 !important;
}

.elementor-2082 .elementor-element.elementor-element-45c9cdd6 {
  width: auto !important;
  max-width: none !important;
  text-align: start !important;
}

.elementor-2082 .elementor-element.elementor-element-45c9cdd6 > .elementor-widget-container {
  background-color: var(--color-primary-dark) !important;
  border: none !important;
  border-radius: 10px !important;
  margin: 0 !important;
  display: inline-block !important;
  text-align: center !important;
}

.elementor-2082 .elementor-element.elementor-element-45c9cdd6 img {
  width: 160px !important;
  max-width: 160px !important;
  height: auto !important;
  display: block !important;
  margin-inline: auto !important;
  object-fit: contain !important;
}

/* Footer tagline — align with logo / column text (Elementor centers it on tablet) */
.elementor-2082 .elementor-element.elementor-element-325a80fc,
.elementor-2082 .elementor-element.elementor-element-325a80fc > .elementor-widget-container,
.elementor-2082 .elementor-element.elementor-element-325a80fc p {
  text-align: start !important;
}

@media (max-width: 767px) {
  .elementor-2082 .elementor-element.elementor-element-325a80fc,
  .elementor-2082 .elementor-element.elementor-element-325a80fc > .elementor-widget-container,
  .elementor-2082 .elementor-element.elementor-element-325a80fc p {
    text-align: center !important;
  }
}

/* Footer Support column — left-aligned on desktop; centered on mobile (match Liens rapides) */
@media (min-width: 768px) {
  .elementor-2082 .elementor-element.elementor-element-573be994 .elementor-icon-list-items {
    text-align: start !important;
  }

  .elementor-2082 .elementor-element.elementor-element-573be994 .elementor-icon-list-item,
  .elementor-2082 .elementor-element.elementor-element-573be994 .elementor-icon-list-item > a {
    justify-content: flex-start !important;
    text-align: start !important;
  }

  .elementor-2082
    .elementor-element.elementor-element-573be994
    .elementor-icon-list-item
    .elementor-icon-list-text {
    text-align: start !important;
  }
}

@media (max-width: 767px) {
  .elementor-2082 .elementor-element.elementor-element-7548be39,
  .elementor-2082 .elementor-element.elementor-element-7548be39 > .elementor-widget-container,
  .elementor-2082 .elementor-element.elementor-element-7548be39 .elementor-heading-title {
    text-align: center !important;
  }

  .elementor-2082 .elementor-element.elementor-element-573be994 .elementor-icon-list-items {
    text-align: center !important;
  }

  .elementor-2082 .elementor-element.elementor-element-573be994 .elementor-icon-list-item,
  .elementor-2082 .elementor-element.elementor-element-573be994 .elementor-icon-list-item > a {
    justify-content: center !important;
    text-align: center !important;
  }

  .elementor-2082
    .elementor-element.elementor-element-573be994
    .elementor-icon-list-item
    .elementor-icon-list-text {
    text-align: center !important;
  }
}

/* Policies page (/policies) — centered readable column; post-2157 CSS is a Cloudflare stub */
.elementor-2157 .elementor-element.elementor-element-1526182 {
  --content-width: 860px;
  display: block !important;
  max-width: var(--content-width) !important;
  width: min(100%, var(--content-width)) !important;
  margin-inline: auto !important;
}

.elementor-2157 .elementor-element.elementor-element-1526182 > .e-con-inner {
  max-width: 100% !important;
  width: 100% !important;
  margin-inline: auto !important;
  padding: 48px 24px 72px !important;
}

.elementor-2157 .elementor-element.elementor-element-55b3be70,
.elementor-2157 .elementor-element.elementor-element-64f1d172 {
  text-align: center;
}

.elementor-2157 .elementor-element.elementor-element-55b3be70 .elementor-heading-title,
.elementor-2157 .elementor-element.elementor-element-64f1d172 .elementor-heading-title {
  text-align: center;
}

.elementor-2157 .elementor-element-7f5aba42 .elementor-widget-container,
.elementor-2157 .elementor-element-457c732b .elementor-widget-container {
  text-align: left;
}

.elementor-2157 .elementor-element-7f5aba42 pre,
.elementor-2157 .elementor-element-457c732b pre {
  font-family: inherit;
  font-size: 1.05em;
  font-weight: 600;
  line-height: 1.4;
  white-space: normal;
  margin: 1.5em 0 0.5em;
  padding: 0;
  background: transparent;
  border: none;
  color: var(--color-primary-dark);
}

.elementor-2157 .elementor-element-7f5aba42 p,
.elementor-2157 .elementor-element-457c732b p,
.elementor-2157 .elementor-element-7f5aba42 ul,
.elementor-2157 .elementor-element-457c732b ul {
  margin-bottom: 0.75em;
  line-height: 1.65;
}

.elementor-2157 .elementor-element-7f5aba42 ul,
.elementor-2157 .elementor-element-457c732b ul {
  padding-left: 1.25em;
}

@media (max-width: 767px) {
  .elementor-2157 .elementor-element.elementor-element-1526182 > .e-con-inner {
    padding: 32px 20px 56px;
  }
}

/* Blog posts — see docs/blog-posts.md (Cupping 1253 / Une Méthode 1263 element map) */
.elementor-1253 .elementor-element-70f84399,
.elementor-1263 .elementor-element-91bdd80 {
  display: none !important;
}

.elementor-1253 .elementor-element-4fbb62aa > .elementor-container,
.elementor-1263 .elementor-element-10ea090e > .elementor-container {
  justify-content: center !important;
}

.elementor-1253 .elementor-element-47d6df21.elementor-column,
.elementor-1263 .elementor-element-56d38431.elementor-column {
  width: 100% !important;
  max-width: 48rem !important;
  flex: 0 1 48rem !important;
  margin-inline: auto !important;
}

/* Blog hero — title only (hide author / category / date meta row) */
.elementor-1253 .elementor-element-4006a061,
.elementor-1263 .elementor-element-6dbba0d3 {
  display: none !important;
}

/* Blog hero — centered title */
.elementor-1253 .elementor-element-32f4197d .elementor-widget-wrap,
.elementor-1263 .elementor-element-7ef08af .elementor-widget-wrap {
  align-items: center !important;
  text-align: center !important;
}

.elementor-1253 .elementor-element-32f4197d .post-title,
.elementor-1263 .elementor-element-7ef08af .post-title {
  text-align: center !important;
}

/* Cupping post — drop 2-col promo block that breaks reading alignment */
.elementor-1253 .elementor-element-797be809 {
  display: none !important;
}

/* Blog share row — year left, Partager + icons right (match article width) */
.elementor-1253 .elementor-element-18af92d4 .elementor-container,
.elementor-1263 .elementor-element-c294e10 .elementor-container {
  justify-content: space-between !important;
  max-width: 48rem !important;
  margin-inline: auto !important;
}

.elementor-1253 .elementor-element-18af92d4 > .elementor-container > .elementor-column:first-child,
.elementor-1263 .elementor-element-c294e10 > .elementor-container > .elementor-column:first-child {
  width: auto !important;
  flex: 0 0 auto !important;
}

.elementor-1253 .elementor-element-18af92d4 > .elementor-container > .elementor-column:last-child,
.elementor-1263 .elementor-element-c294e10 > .elementor-container > .elementor-column:last-child {
  width: auto !important;
  flex: 1 1 auto !important;
}

.elementor-1253 .elementor-element-18af92d4 > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap,
.elementor-1263 .elementor-element-c294e10 > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap {
  align-content: flex-start !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

.elementor-1253 .elementor-element-18af92d4 > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap,
.elementor-1263 .elementor-element-c294e10 > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-content: center !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0.5rem 0.75rem !important;
}

.elementor-1253 .elementor-element-18af92d4 > .elementor-container > .elementor-column:last-child .elementor-widget,
.elementor-1263 .elementor-element-c294e10 > .elementor-container > .elementor-column:last-child .elementor-widget {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
}

.elementor-1253 .elementor-element-18af92d4 > .elementor-container > .elementor-column:last-child .elementor-widget-text-editor p,
.elementor-1263 .elementor-element-c294e10 > .elementor-container > .elementor-column:last-child .elementor-widget-text-editor p {
  margin-bottom: 0 !important;
  white-space: nowrap !important;
}

.elementor-1253 .elementor-element-18af92d4 .jkit-social-share,
.elementor-1263 .elementor-element-c294e10 .jkit-social-share {
  width: auto !important;
}
.elementor-1253 .elementor-element-18af92d4 .jkit-social-share .social-share-list,
.elementor-1263 .elementor-element-c294e10 .jkit-social-share .social-share-list {
  justify-content: flex-end !important;
  text-align: right !important;
}

/* Blog posts — left-align all copy in main article column */
.elementor-1253 .elementor-element-47d6df21.elementor-column,
.elementor-1263 .elementor-element-56d38431.elementor-column {
  text-align: left !important;
}

.elementor-1253 .elementor-element-47d6df21.elementor-column .elementor-widget-wrap,
.elementor-1263 .elementor-element-56d38431.elementor-column .elementor-widget-wrap {
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

.elementor-1253 .elementor-element-47d6df21 .elementor-widget,
.elementor-1263 .elementor-element-56d38431 .elementor-widget {
  width: 100% !important;
  max-width: 100% !important;
}

.elementor-1253 .elementor-element-47d6df21 :is(
    .elementor-widget-container,
    h1,
    h2,
    h3,
    h4,
    li,
    .elementor-heading-title,
    .heading-title,
    .heading-section-subtitle,
    .elementor-icon-list-text,
    .jkit-heading
  ),
.elementor-1263 .elementor-element-56d38431 :is(
    .elementor-widget-container,
    h1,
    h2,
    h3,
    h4,
    li,
    .elementor-heading-title,
    .heading-title,
    .heading-section-subtitle,
    .elementor-icon-list-text,
    .jkit-heading
  ) {
  text-align: left !important;
}

.elementor-1253 .elementor-element-47d6df21 .jkit-post-featured-image,
.elementor-1263 .elementor-element-56d38431 .jkit-post-featured-image {
  text-align: center !important;
}

.elementor-1253 .elementor-element-47d6df21 .elementor-widget-text-editor p,
.elementor-1253 .elementor-element-47d6df21 .elementor-widget-text-editor li,
.elementor-1263 .elementor-element-56d38431 .elementor-widget-text-editor p,
.elementor-1263 .elementor-element-56d38431 .elementor-widget-text-editor li {
  color: var(--color-primary-dark) !important;
  line-height: 1.65;
  margin-bottom: 0.85em;
}

.elementor-1253 .elementor-element-47d6df21 .elementor-widget-text-editor a,
.elementor-1263 .elementor-element-56d38431 .elementor-widget-text-editor a {
  color: var(--color-primary-deep) !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.elementor-1253 .elementor-element-47d6df21 .elementor-widget-text-editor a:hover,
.elementor-1263 .elementor-element-56d38431 .elementor-widget-text-editor a:hover {
  color: var(--color-primary) !important;
}

/* Blog posts — share row label + icons (high contrast on white/cream) */
.elementor-1253 .elementor-element-6f67d62b,
.elementor-1253 .elementor-element-6f67d62b p,
.elementor-1253 .elementor-element-11bdc045,
.elementor-1253 .elementor-element-11bdc045 p,
.elementor-1263 .elementor-element-6ec0a8cd,
.elementor-1263 .elementor-element-6ec0a8cd p,
.elementor-1263 .elementor-element-5a9d14bb,
.elementor-1263 .elementor-element-5a9d14bb p {
  color: var(--color-primary-dark) !important;
  font-weight: 600;
}

.elementor-1253 .jkit-social-share .social-share-list > li a,
.elementor-1263 .jkit-social-share .social-share-list > li a {
  background-color: var(--color-primary-dark) !important;
  color: var(--color-on-primary) !important;
  border: 1px solid var(--color-primary-deep) !important;
  box-shadow: 0 2px 6px rgba(46, 36, 24, 0.2);
}

.elementor-1253 .jkit-social-share .social-share-list > li a svg,
.elementor-1263 .jkit-social-share .social-share-list > li a svg {
  fill: var(--color-on-primary) !important;
}

.elementor-1253 .jkit-social-share .social-share-list > li a i,
.elementor-1263 .jkit-social-share .social-share-list > li a i {
  color: var(--color-on-primary) !important;
}

.elementor-1253 .jkit-social-share .social-share-list > li a:hover,
.elementor-1263 .jkit-social-share .social-share-list > li a:hover {
  background-color: var(--color-primary-deep) !important;
  color: var(--color-bg-highlight-warm) !important;
}

.elementor-1253 .jkit-social-share .social-share-list > li a:hover svg,
.elementor-1263 .jkit-social-share .social-share-list > li a:hover svg {
  fill: var(--color-bg-highlight-warm) !important;
}

.elementor-1253 .jkit-social-share .social-share-list > li a:hover i,
.elementor-1263 .jkit-social-share .social-share-list > li a:hover i {
  color: var(--color-bg-highlight-warm) !important;
}

/* Blog post — Cupping (elementor-1253) */
.elementor-1253 .elementor-element-4fbb62aa {
  padding-bottom: 0 !important;
}

.elementor-1253 .elementor-element-47d6df21 > .elementor-widget-wrap > .elementor-widget-divider,
.elementor-1253 .elementor-element-47d6df21 > .elementor-widget-wrap > .elementor-widget-jkit_post_comment,
.elementor-1263 .elementor-element-56d38431 > .elementor-widget-wrap > .elementor-widget-divider,
.elementor-1263 .elementor-element-56d38431 > .elementor-widget-wrap > .elementor-widget-jkit_post_comment {
  display: none !important;
}

/* Blog post — Une Méthode Ancestrale (elementor-1263) */
.elementor-1263 .elementor-element-10ea090e {
  padding-bottom: 80px !important;
}

.elementor-1253 .elementor-element-47d6df21 .elementor-widget-text-editor ul,
.elementor-1263 .elementor-element-56d38431 .elementor-widget-text-editor ul {
  padding-left: 1.25em;
}

/* Placeholder lorem block between promo and quote */
.elementor-1263 .elementor-element-4f220676 {
  display: none !important;
}

/* Quote block — accent bar + comfortable inset (original had 20px padding) */
.elementor-1263 .elementor-element-9a53d1,
.elementor-1253 .elementor-element-37da8832 {
  padding: 1.25rem 1.25rem 1.25rem 1.5rem !important;
  margin-inline: 0 !important;
  border: none !important;
  box-shadow: inset 4px 0 0 var(--color-primary) !important;
}

.elementor-1263 .elementor-element-9a53d1 > .elementor-container,
.elementor-1263 .elementor-element-9a53d1 .elementor-widget-wrap,
.elementor-1253 .elementor-element-37da8832 > .elementor-container,
.elementor-1253 .elementor-element-37da8832 .elementor-widget-wrap {
  padding-inline: 0.5rem !important;
}

/* Article body — justified paragraphs; headings/lists stay left */
.elementor-1263 .elementor-element-56d38431 .elementor-widget-text-editor p,
.elementor-1253 .elementor-element-47d6df21 .elementor-widget-text-editor p {
  text-align: justify !important;
  text-wrap: pretty;
  hyphens: auto;
}

.elementor-1263 .elementor-element-56d38431 .elementor-widget-text-editor li,
.elementor-1263 .elementor-element-56d38431 .elementor-widget-jkit_heading .jkit-heading,
.elementor-1253 .elementor-element-47d6df21 .elementor-widget-text-editor li,
.elementor-1253 .elementor-element-47d6df21 .elementor-widget-jkit_heading .jkit-heading {
  text-align: left !important;
}

/* Quote block — centered pull quote (nested in article column; must follow justify rule) */
.elementor-1263 .elementor-element-56d38431 .elementor-element-9a53d1 .elementor-widget-container,
.elementor-1263 .elementor-element-56d38431 .elementor-element-9a53d1 .elementor-widget-text-editor p,
.elementor-1263 .elementor-element-56d38431 .elementor-element-9a53d1 p,
.elementor-1263 .elementor-element-56d38431 .elementor-element-9a53d1 .jkit-heading,
.elementor-1263 .elementor-element-56d38431 .elementor-element-9a53d1 .heading-title,
.elementor-1263 .elementor-element-56d38431 .elementor-element-9a53d1 .heading-section-subtitle,
.elementor-1253 .elementor-element-47d6df21 .elementor-element-37da8832 .elementor-widget-container,
.elementor-1253 .elementor-element-47d6df21 .elementor-element-37da8832 .elementor-widget-text-editor p,
.elementor-1253 .elementor-element-47d6df21 .elementor-element-37da8832 p,
.elementor-1253 .elementor-element-47d6df21 .elementor-element-37da8832 .jkit-heading,
.elementor-1253 .elementor-element-47d6df21 .elementor-element-37da8832 .heading-title,
.elementor-1253 .elementor-element-47d6df21 .elementor-element-37da8832 .heading-section-subtitle {
  text-align: center !important;
  text-wrap: wrap;
  hyphens: manual;
}

.elementor-1263 .elementor-element-56d38431 .elementor-element-9a53d1 .jkit-heading,
.elementor-1253 .elementor-element-47d6df21 .elementor-element-37da8832 .jkit-heading {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* Témoignages — intro copy contrast on dark panel */
.elementor-2085 .elementor-element-7515bac2,
.elementor-2085 .elementor-element-7515bac2 p {
  color: var(--color-on-primary) !important;
  max-width: 42rem;
  margin-inline: auto;
  line-height: 1.65;
}

.elementor-2085 .elementor-element-1a599c70 .elementor-heading-title {
  color: var(--color-on-primary) !important;
}

/* Women's section — no photos: hide image column, let copy span full width */
.elementor-2085 .elementor-element-41fed47f {
  display: none !important;
}

.elementor-2085 .elementor-element-6553563 {
  width: 100% !important;
}

/* Women's section — pull up slightly, add space below the panel */
.elementor-2085 .elementor-element-7156cf6b {
  margin-top: -2.5rem !important;
  padding-bottom: 3rem !important;
}

.elementor-2085 .elementor-element-315570cb {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 2.5rem 5rem 3rem 5rem !important;
}

@media (max-width: 1024px) {
  .elementor-2085 .elementor-element-7156cf6b {
    margin-top: -1.5rem !important;
    padding-bottom: 2rem !important;
  }

  .elementor-2085 .elementor-element-315570cb {
    padding: 2rem 2.5rem 2.5rem 2.5rem !important;
  }
}

@media (max-width: 767px) {
  .elementor-2085 .elementor-element-7156cf6b {
    margin-top: -1rem !important;
    padding-bottom: 1.5rem !important;
  }

  .elementor-2085 .elementor-element-315570cb {
    padding: 1.5rem 1.25rem 2rem 1.25rem !important;
  }
}

/* Rebrand / address announcement — first item above the site header */
.synergie-relocation-notice {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: var(--color-primary-deep, #2e2418);
  padding: 0.65rem 1rem;
  border-bottom: 2px solid var(--color-bg-highlight-warm, #f0e6d8);
}

.synergie-relocation-notice .elementor-widget-wrap,
.synergie-relocation-notice .elementor-widget-container {
  padding: 0 !important;
  margin: 0 auto;
  max-width: 70rem;
  text-align: center;
}

.synergie-relocation-notice p {
  margin: 0;
  color: var(--color-on-primary, #fffaf2) !important;
  font-size: 0.95rem;
  line-height: 1.45;
}

.synergie-relocation-notice strong {
  font-weight: 700;
  color: var(--color-bg-highlight-warm, #f0e6d8) !important;
}

.synergie-relocation-notice .synergie-relocation-icon {
  margin-right: 0.2rem;
}

@media (max-width: 767px) {
  .synergie-relocation-notice {
    padding: 0.55rem 0.75rem;
  }

  .synergie-relocation-notice p {
    font-size: 0.82rem;
    line-height: 1.4;
    text-align: center !important;
  }

  /* Keep header + hamburger above the relocation banner when rows overlap */
  .elementor-location-header .elementor-element-6414c802 {
    position: relative;
    z-index: 100 !important;
  }

  .elementor-1099 .jkit-hamburger-menu {
    position: relative;
    z-index: 101 !important;
  }

  .elementor-1099 .jkit-menu-wrapper,
  .elementor-1099 .jkit-overlay {
    z-index: 102 !important;
  }
}

/* Google reviews JSON carousel — Maps CTA (Témoignages dark panel) */
.elementor-2085 .synergie-google-reviews-wrap {
  width: 100%;
}

/* Review cards — read-more link; swipe-only carousel (no arrows) */
.elementor-2085 .ti-widget[data-static-reviews] .ti-controls {
  display: none !important;
}

.elementor-2085 .ti-widget[data-static-reviews] .ti-read-more span {
  color: var(--color-bg-highlight-warm) !important;
  opacity: 1 !important;
  font-weight: 600;
}

.elementor-2085 .ti-widget[data-static-reviews] .ti-read-more span:hover {
  color: var(--color-on-primary) !important;
  text-decoration: underline !important;
}

.elementor-2085 .ti-widget[data-static-reviews] .ti-review-content {
  text-align: left !important;
}

.elementor-2085 .synergie-google-reviews-wrap .ti-widget[data-static-reviews] {
  overflow: visible !important;
}

@media (max-width: 767px) {
  .elementor-2085 .ti-widget[data-static-reviews] .ti-col-3 .ti-review-item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.elementor-2085 .synergie-google-reviews-cta {
  margin: 1.75rem 0 0.5rem;
  padding: 0 0.5rem;
  text-align: center;
  position: relative;
  z-index: 2;
}

.elementor-2085 .synergie-google-reviews-cta a {
  display: inline-block;
  color: var(--color-primary-deep) !important;
  background-color: var(--color-bg-highlight-warm) !important;
  padding: 0.7rem 1.35rem;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none !important;
  border: 1px solid var(--color-on-primary);
  box-shadow: 0 2px 10px rgba(46, 36, 24, 0.28);
}

.elementor-2085 .synergie-google-reviews-cta a:hover,
.elementor-2085 .synergie-google-reviews-cta a:focus-visible {
  background-color: var(--color-on-primary) !important;
  color: var(--color-primary-dark) !important;
  outline: 2px solid var(--color-bg-highlight-warm);
  outline-offset: 2px;
}

/* Mobile — justified body copy (quotes and centered blocks excluded below) */
@media (max-width: 767px) {
  .elementor-page .elementor-widget-text-editor p,
  .elementor-page .elementor-widget-text-editor li,
  .elementor-page .elementor-widget-theme-post-content p,
  .elementor-page .jeg-elementor-kit.jkit-accordion .card-expand .card-body,
  .elementor-page .jeg-elementor-kit.jkit-accordion .card-expand .card-body p,
  .elementor-page .jeg-elementor-kit.jkit-icon-box .icon-box-description,
  .elementor-page .jeg-elementor-kit.jkit-heading .heading-section-description {
    text-align: justify !important;
    text-wrap: pretty;
    hyphens: auto;
  }

  /* FAQ answers on dark pricing panel */
  .elementor-2085
    #services
    .elementor-element-6e5c3b35
    .jeg-elementor-kit.jkit-accordion
    .card-expand
    .card-body,
  .elementor-2085
    #services
    .elementor-element-6e5c3b35
    .jeg-elementor-kit.jkit-accordion
    .card-expand
    .card-body
    p {
    text-align: justify !important;
    text-wrap: pretty;
    hyphens: auto;
  }

  /* Pull quotes — stay centered */
  .elementor-2085 .elementor-element-38e0955f .elementor-widget-container,
  .elementor-2085 .elementor-element-38e0955f .elementor-widget-text-editor p,
  .elementor-2085 .elementor-element-38e0955f p,
  .elementor-1263 .elementor-element-56d38431 .elementor-element-9a53d1 .elementor-widget-container,
  .elementor-1263 .elementor-element-56d38431 .elementor-element-9a53d1 .elementor-widget-text-editor p,
  .elementor-1263 .elementor-element-56d38431 .elementor-element-9a53d1 p,
  .elementor-1263 .elementor-element-56d38431 .elementor-element-9a53d1 .jkit-heading,
  .elementor-1263 .elementor-element-56d38431 .elementor-element-9a53d1 .heading-title,
  .elementor-1263 .elementor-element-56d38431 .elementor-element-9a53d1 .heading-section-subtitle,
  .elementor-1253 .elementor-element-47d6df21 .elementor-element-37da8832 .elementor-widget-container,
  .elementor-1253 .elementor-element-47d6df21 .elementor-element-37da8832 .elementor-widget-text-editor p,
  .elementor-1253 .elementor-element-47d6df21 .elementor-element-37da8832 p,
  .elementor-1253 .elementor-element-47d6df21 .elementor-element-37da8832 .jkit-heading,
  .elementor-1253 .elementor-element-47d6df21 .elementor-element-37da8832 .heading-title,
  .elementor-1253 .elementor-element-47d6df21 .elementor-element-37da8832 .heading-section-subtitle {
    text-align: center !important;
    text-wrap: wrap;
    hyphens: manual;
  }

  /* Intentionally centered copy — not justified */
  .elementor-2085 .elementor-element-7515bac2,
  .elementor-2085 .elementor-element-7515bac2 p,
  .elementor-2082 .elementor-element-325a80fc,
  .elementor-2082 .elementor-element-325a80fc p {
    text-align: center !important;
    hyphens: manual;
  }

  /* Review card body — keep left-aligned */
  .elementor-2085 .ti-widget[data-static-reviews] .ti-review-content {
    text-align: left !important;
    hyphens: manual;
  }
}
