.elementor-12517 .elementor-element.elementor-element-ad9b805{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-12517 .elementor-element.elementor-element-ad9b805{--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS *//* ================================================================
   PAGE À PROPOS v2 — L'Éclat du Terroir
   ================================================================
   Refonte complète. Remplace le précédent CSS about-style.css
   (mais peut cohabiter sans conflit, classes préfixées .lp-about2-*).

   À ajouter dans Custom CSS Elementor.
   ================================================================ */


/* ----------------------------------------------------------------
   VARIABLES
   ---------------------------------------------------------------- */

[class^="lp-about2-"], [class*=" lp-about2-"] {
  --lp-bg:            #f5eadc;
  --lp-bg-card:       #ebdfd1;
  --lp-bg-cream:      #fcf3e7;
  --lp-text:          #373737;
  --lp-text-muted:    rgba(55,55,55,0.65);
  --lp-redwood:       #a45d44;
  --lp-reseda:        #6e744f;
  --lp-line:          rgba(55,55,55,0.12);

  --lp-font-heading:  "Libre Bodoni", Georgia, serif;
  --lp-font-body:     "Montserrat", system-ui, -apple-system, sans-serif;

  --lp-radius-card:   8px;
  --lp-radius-btn:    40px;
}

[class^="lp-about2-"] *,
[class*=" lp-about2-"] * {
  box-sizing: border-box;
}


/* ----------------------------------------------------------------
   HELPERS — section header & typo réutilisables
   ---------------------------------------------------------------- */

.lp-about2-eyebrow {
  font-family: var(--lp-font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lp-redwood);
  margin: 0 0 1rem;
}

.lp-about2-title {
  font-family: var(--lp-font-heading);
  font-weight: 400;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.15;
  color: var(--lp-text);
  margin: 0 0 1rem;
}

.lp-about2-title em {
  font-style: italic;
  color: var(--lp-redwood);
}

.lp-about2-lead {
  font-family: var(--lp-font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--lp-text-muted);
  margin: 0;
  max-width: 640px;
}

.lp-about2-section-header {
  margin-bottom: 3rem;
}

.lp-about2-section-header--center {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.lp-about2-section-header--center .lp-about2-lead {
  margin: 0 auto;
}

.lp-about2-link {
  color: var(--lp-redwood);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  transition: color 0.2s;
}

.lp-about2-link:hover {
  color: var(--lp-text);
}


/* ----------------------------------------------------------------
   BOUTONS (préfixés)
   ---------------------------------------------------------------- */

.lp-about2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: var(--lp-radius-btn);
  font-family: var(--lp-font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.25s ease;
  border: 1px solid transparent;
  line-height: 1;
}

.lp-about2-btn--primary {
  background: var(--lp-redwood);
  color: #fff !important;
}
.lp-about2-btn--primary:hover {
  background: var(--lp-text);
}

.lp-about2-btn--ghost {
  background: transparent;
  color: var(--lp-text) !important;
  border-color: var(--lp-text);
}
.lp-about2-btn--ghost:hover {
  background: var(--lp-text);
  color: #fff !important;
}

.lp-about2-btn--ghost-light {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255,255,255,0.7);
}
.lp-about2-btn--ghost-light:hover {
  background: #fff;
  color: var(--lp-text) !important;
  border-color: #fff;
}


/* ----------------------------------------------------------------
   1. HERO
   ---------------------------------------------------------------- */

.lp-about2-hero {
  position: relative;
  min-height: 75vh;
  max-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: var(--lp-font-body);
  color: #fff;
  text-align: center;
}

.lp-about2-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lp-about2-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-about2-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(55,40,30,0.35) 0%,
    rgba(55,40,30,0.55) 60%,
    rgba(55,40,30,0.7) 100%);
}

.lp-about2-hero__content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 5rem 2rem;
}

.lp-about2-hero__eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  margin: 0 0 1.5rem;
}

.lp-about2-hero__title {
  font-family: var(--lp-font-heading);
  font-weight: 400;
  font-size: clamp(2.25rem, 5.5vw, 4.5rem);
  line-height: 1.1;
  color: #fff;
  margin: 0 0 1.5rem;
}

.lp-about2-hero__title em {
  font-style: italic;
}

.lp-about2-hero__lead {
  font-size: clamp(15px, 1.6vw, 17.5px);
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
  margin: 0 auto;
  max-width: 540px;
}

.lp-about2-hero__scroll {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.lp-about2-hero__scroll span {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.6), transparent);
  display: block;
  animation: lp-scroll-pulse 2s ease-in-out infinite;
}
@keyframes lp-scroll-pulse {
  0%, 100% { opacity: 0.3; }
  50%      { opacity: 1; }
}


/* ----------------------------------------------------------------
   2. RÉCIT ÉDITORIAL
   ---------------------------------------------------------------- */

.lp-about2-narrative {
  background: var(--lp-bg);
  padding: 7rem 1.5rem;
  font-family: var(--lp-font-body);
  color: var(--lp-text);
}

.lp-about2-narrative__inner {
  max-width: 760px;
  margin: 0 auto;
}

.lp-about2-narrative__opening {
  font-family: var(--lp-font-heading);
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.4;
  color: var(--lp-text);
  margin: 0 0 3rem;
  letter-spacing: -0.005em;
}

.lp-about2-narrative__opening em {
  font-style: italic;
  color: var(--lp-redwood);
}

.lp-about2-narrative__opening strong {
  font-weight: 500;
}

.lp-about2-narrative__dropcap {
  float: left;
  font-family: var(--lp-font-heading);
  font-size: 5em;
  line-height: 0.85;
  color: var(--lp-redwood);
  margin: 0.05em 0.1em 0 0;
  font-weight: 400;
}

.lp-about2-narrative__body p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--lp-text);
  margin: 0 0 1.5rem;
}

.lp-about2-narrative__body p:last-child {
  margin-bottom: 0;
}

.lp-about2-narrative__body em {
  font-style: italic;
  color: var(--lp-redwood);
}

.lp-about2-narrative__body strong {
  font-weight: 600;
}


/* ----------------------------------------------------------------
   3. CHIFFRES CLÉS
   ---------------------------------------------------------------- */

.lp-about2-stats {
  background: var(--lp-text);
  padding: 4rem 1.5rem;
  color: #fff;
  font-family: var(--lp-font-body);
}

.lp-about2-stats__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 2rem;
}

@media (min-width: 800px) {
  .lp-about2-stats__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}

.lp-about2-stat {
  text-align: center;
  position: relative;
}

@media (min-width: 800px) {
  .lp-about2-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -1rem;
    top: 25%;
    bottom: 25%;
    width: 1px;
    background: rgba(255,255,255,0.15);
  }
}

.lp-about2-stat__number {
  font-family: var(--lp-font-heading);
  font-weight: 400;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  line-height: 1;
  color: #fff;
  display: block;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.lp-about2-stat__number sup {
  font-size: 0.5em;
  vertical-align: super;
  color: rgba(255,255,255,0.6);
  margin-left: 2px;
}

.lp-about2-stat__label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  display: block;
  line-height: 1.5;
}


/* ----------------------------------------------------------------
   4. PORTRAIT
   ---------------------------------------------------------------- */

.lp-about2-portrait {
  background: var(--lp-bg);
  padding: 0 0 4rem;
}

.lp-about2-portrait__media {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 700px;
  overflow: hidden;
  background: var(--lp-bg-card);
}

.lp-about2-portrait__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-about2-portrait__caption {
  text-align: center;
  padding: 2rem 1.5rem 0;
  font-family: var(--lp-font-body);
}

.lp-about2-portrait__names {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 1.5rem;
  font-size: 16px;
  color: var(--lp-text);
  margin-bottom: 0.5rem;
}

.lp-about2-portrait__names strong {
  font-family: var(--lp-font-heading);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.005em;
}

.lp-about2-portrait__divider {
  color: var(--lp-redwood);
  font-weight: 300;
  font-size: 18px;
}

.lp-about2-portrait__role {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lp-text-muted);
  margin: 0.5rem 0 0;
}


/* ----------------------------------------------------------------
   5. CITATION EN EXERGUE (pull quote)
   ---------------------------------------------------------------- */

.lp-about2-pullquote {
  background: var(--lp-bg-cream);
  padding: 6rem 1.5rem;
  font-family: var(--lp-font-body);
  text-align: center;
}

.lp-about2-pullquote__inner {
  max-width: 800px;
  margin: 0 auto;
}

.lp-about2-pullquote__mark {
  width: 48px;
  height: 48px;
  color: var(--lp-redwood);
  opacity: 0.3;
  margin-bottom: 1.5rem;
}

.lp-about2-pullquote blockquote {
  font-family: var(--lp-font-heading);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.4;
  color: var(--lp-text);
  margin: 0 0 1.5rem;
  padding: 0;
  border: 0;
}

.lp-about2-pullquote blockquote em {
  font-style: italic;
  color: var(--lp-redwood);
}

.lp-about2-pullquote footer {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lp-text-muted);
}


/* ----------------------------------------------------------------
   6. NOS VALEURS
   ---------------------------------------------------------------- */

.lp-about2-values {
  background: var(--lp-bg);
  padding: 6rem 1.5rem;
  font-family: var(--lp-font-body);
  color: var(--lp-text);
}

.lp-about2-values__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.lp-about2-values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--lp-line);
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius-card);
  overflow: hidden;
}

@media (min-width: 700px) {
  .lp-about2-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .lp-about2-values-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.lp-about2-value {
  background: var(--lp-bg);
  padding: 2.5rem 2rem;
  position: relative;
  transition: background 0.3s;
}

.lp-about2-value:hover {
  background: var(--lp-bg-card);
}

.lp-about2-value__num {
  font-family: var(--lp-font-heading);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--lp-redwood);
  display: block;
  margin-bottom: 1.5rem;
}

.lp-about2-value h3 {
  font-family: var(--lp-font-heading);
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 1rem;
  color: var(--lp-text);
  line-height: 1.2;
}

.lp-about2-value p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--lp-text-muted);
  margin: 0;
}

.lp-about2-value p em {
  font-style: italic;
  color: var(--lp-redwood);
  font-weight: 500;
}


/* ----------------------------------------------------------------
   7. NOTRE MÉTHODE
   ---------------------------------------------------------------- */

.lp-about2-method {
  background: var(--lp-bg-cream);
  padding: 7rem 1.5rem;
  font-family: var(--lp-font-body);
  color: var(--lp-text);
}

.lp-about2-method__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.lp-about2-method__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  counter-reset: lp-method;
}

@media (min-width: 800px) {
  .lp-about2-method__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 3rem;
  }
}

@media (min-width: 1100px) {
  .lp-about2-method__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

.lp-about2-method__list li {
  position: relative;
  padding-top: 2rem;
  border-top: 2px solid var(--lp-redwood);
}

.lp-about2-method__step {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lp-redwood);
  display: block;
  margin-bottom: 0.75rem;
}

.lp-about2-method__list h3 {
  font-family: var(--lp-font-heading);
  font-weight: 400;
  font-size: 22px;
  margin: 0 0 0.75rem;
  color: var(--lp-text);
}

.lp-about2-method__list p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--lp-text-muted);
  margin: 0;
}

.lp-about2-method__list p em {
  font-style: italic;
  color: var(--lp-text);
}


/* ----------------------------------------------------------------
   8. CE QU'ON N'EST PAS
   ---------------------------------------------------------------- */

.lp-about2-anti {
  background: var(--lp-bg);
  padding: 6rem 1.5rem;
  font-family: var(--lp-font-body);
  color: var(--lp-text);
}

.lp-about2-anti__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.lp-about2-anti__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 800px) {
  .lp-about2-anti__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

.lp-about2-anti__column {
  padding: 2.5rem 2rem;
  border-radius: var(--lp-radius-card);
}

.lp-about2-anti__column--no {
  background: rgba(55,55,55,0.04);
  border: 1px solid var(--lp-line);
}

.lp-about2-anti__column--yes {
  background: var(--lp-redwood);
  color: #fff;
}

.lp-about2-anti__column h3 {
  font-family: var(--lp-font-heading);
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 1.5rem;
  line-height: 1.2;
}

.lp-about2-anti__column--no h3 { color: var(--lp-text); }
.lp-about2-anti__column--yes h3 { color: #fff; }

.lp-about2-anti__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lp-about2-anti__column li {
  position: relative;
  padding-left: 1.75rem;
  font-size: 15px;
  line-height: 1.55;
}

.lp-about2-anti__column--no li::before {
  content: "✕";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--lp-text-muted);
  font-size: 14px;
  font-weight: 600;
}

.lp-about2-anti__column--yes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(255,255,255,0.9);
  font-size: 16px;
  font-weight: 600;
}

.lp-about2-anti__column--yes li em {
  font-style: italic;
  color: rgba(255,255,255,0.95);
  font-weight: 500;
}


/* ----------------------------------------------------------------
   9. NOTRE BOUTIQUE
   ---------------------------------------------------------------- */

.lp-about2-shop {
  background: var(--lp-bg);
  padding: 6rem 1.5rem;
  font-family: var(--lp-font-body);
  color: var(--lp-text);
}

.lp-about2-shop__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 900px) {
  .lp-about2-shop__inner {
    grid-template-columns: 6fr 5fr;
    gap: 5rem;
  }
}

.lp-about2-shop__media {
  border-radius: var(--lp-radius-card);
  overflow: hidden;
  background: var(--lp-bg-card);
  aspect-ratio: 4 / 3;
  order: 2;
}

@media (min-width: 900px) {
  .lp-about2-shop__media {
    order: 1;
  }
}

.lp-about2-shop__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-about2-shop__text {
  order: 1;
}

@media (min-width: 900px) {
  .lp-about2-shop__text {
    order: 2;
  }
}

.lp-about2-shop__text p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--lp-text);
  margin: 0 0 1.25rem;
}

.lp-about2-shop__text em {
  font-style: italic;
  color: var(--lp-redwood);
}

.lp-about2-shop__details {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem 1.75rem;
  background: var(--lp-bg-card);
  border-radius: var(--lp-radius-card);
}

.lp-about2-shop__details > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1rem;
  font-size: 14px;
  align-items: baseline;
}

.lp-about2-shop__details dt {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lp-text-muted);
  margin: 0;
}

.lp-about2-shop__details dd {
  margin: 0;
  color: var(--lp-text);
  font-weight: 500;
}

.lp-about2-shop__details a {
  color: var(--lp-text);
  text-decoration: none;
  border-bottom: 1px solid var(--lp-text);
}

.lp-about2-shop__details a:hover {
  color: var(--lp-redwood);
  border-bottom-color: var(--lp-redwood);
}


/* ----------------------------------------------------------------
   10. AVIS GOOGLE
   ---------------------------------------------------------------- */

.lp-about2-review {
  background: var(--lp-bg-cream);
  padding: 5rem 1.5rem;
  font-family: var(--lp-font-body);
  text-align: center;
  color: var(--lp-text);
}

.lp-about2-review__inner {
  max-width: 720px;
  margin: 0 auto;
}

.lp-about2-review__stars {
  display: inline-flex;
  gap: 4px;
  color: #d4a04a;
  margin: 0.5rem 0 1.5rem;
}

.lp-about2-review__stars svg {
  width: 26px;
  height: 26px;
}

.lp-about2-review__quote {
  font-family: var(--lp-font-heading);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  line-height: 1.4;
  color: var(--lp-text);
  margin: 0 0 1.5rem;
  padding: 0;
  border: 0;
}

.lp-about2-review__source {
  font-size: 13px;
  color: var(--lp-text-muted);
  margin: 0;
}

.lp-about2-review__source strong {
  color: var(--lp-text);
  font-weight: 600;
}


/* ----------------------------------------------------------------
   11. CTA FINAL
   ---------------------------------------------------------------- */

.lp-about2-cta {
  background: var(--lp-text);
  color: #fff;
  padding: 6rem 1.5rem;
  font-family: var(--lp-font-body);
  text-align: center;
}

.lp-about2-cta__inner {
  max-width: 760px;
  margin: 0 auto;
}

.lp-about2-cta h2 {
  font-family: var(--lp-font-heading);
  font-weight: 400;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.25;
  color: #fff;
  margin: 0 0 1.25rem;
}

.lp-about2-cta h2 em {
  font-style: italic;
  color: var(--lp-bg-card);
}

.lp-about2-cta p {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,0.75);
  margin: 0 0 2.5rem;
}

.lp-about2-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}


/* ----------------------------------------------------------------
   RESPONSIVE
   ---------------------------------------------------------------- */

@media (max-width: 600px) {
  .lp-about2-narrative,
  .lp-about2-pullquote,
  .lp-about2-values,
  .lp-about2-method,
  .lp-about2-anti,
  .lp-about2-shop,
  .lp-about2-cta {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lp-about2-stats {
    padding: 3rem 1rem;
  }

  .lp-about2-narrative__opening {
    font-size: 1.25rem;
  }

  .lp-about2-narrative__dropcap {
    font-size: 4em;
  }

  .lp-about2-narrative__body p {
    font-size: 15.5px;
  }

  .lp-about2-cta__buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .lp-about2-cta__buttons .lp-about2-btn {
    width: 100%;
  }

  .lp-about2-shop__details > div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .lp-about2-shop__details {
    padding: 1.25rem 1.25rem;
  }
}/* End custom CSS */