/* =========================================================
   EDITION.CSS
   Habillage éditorial / articles / contenus Joomla / SPPB
   Eve Monnet
========================================================= */

/* =========================================
   OUTILS DE BASE ÉDITORIAUX
========================================= */

section.s-overflow {
  overflow-x: auto;
  overflow-y: auto;
}

/* =========================================
   MISE EN PAGE TEXTE + IMAGE
========================================= */

div.float-left,
div.float-right {
  width: 100%;
  padding: 0;
}

div.float-left {
  float: left;
}

div.float-right {
  float: right;
}

div.float-left img,
div.float-right img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-medium);
}

div.float-stop {
  clear: both;
}

div.float-fin::after {
  content: "";
  display: block;
  clear: both;
}

.float-premium {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.4rem;
}

.float-premium .float-left,
.float-premium .float-right {
  float: none;
  width: calc(50% - 1.2rem);
}

.float-premium .float-left img,
.float-premium .float-right img {
  width: 100%;
  border-radius: var(--radius-large);
  box-shadow: var(--shadow-card);
}

.float-premium .float-left > *:last-child,
.float-premium .float-right > *:last-child {
  margin-bottom: 0;
}

/* =========================================
   GRILLES ÉDITORIALES
========================================= */

div.grille-defaut {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
}

div.grille-defaut figure {
  margin: 0;
  text-align: center;
  width: 14rem;
}

div.grille-defaut img {
  margin: 0 auto 0.8rem;
  border-radius: var(--radius-soft);
}

div.grille-defaut figcaption {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.45;
  color: var(--color-text);
}

div.grille-cartes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}

div.grille-cartes > div,
div.grille-cartes > article,
div.grille-cartes > figure {
  background: var(--color-white);
  border: 0.1rem solid rgba(43, 43, 43, 0.06);
  border-radius: var(--radius-medium);
  padding: 2rem 1.7rem;
  box-shadow: var(--shadow-card);
}

div.grille-cartes img {
  border-radius: var(--radius-soft);
  margin-bottom: 1rem;
}

div.grille-cartes h3,
div.grille-cartes h4 {
  margin-bottom: 0.8rem;
}

/* =========================================
   TABLEAUX
========================================= */

table.table-defaut {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid var(--color-border);
  background: var(--color-white);
  font-size: 1.6rem;
}

table.table-defaut th {
  border-bottom: 0.1rem solid var(--color-border);
  text-align: left;
  vertical-align: middle;
  padding: 1.2rem 1.5rem;
  background: var(--color-bg-light);
  font-family: var(--font-body-semi);
  color: var(--color-text);
}

table.table-defaut td {
  border-bottom: 0.1rem solid var(--color-border);
  padding: 1.2rem 1.5rem;
  vertical-align: top;
  color: var(--color-text);
}

table.table-defaut tr:last-child td {
  border-bottom: 0;
}

table.table-defaut td img {
  width: 100%;
  max-width: 27rem;
  max-height: 20rem;
  border-radius: var(--radius-soft);
}

table.table-premium {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--color-white);
  border: 0.1rem solid rgba(43, 43, 43, 0.08);
  border-radius: var(--radius-medium);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

table.table-premium th {
  background: var(--color-bg-light);
  color: var(--color-text);
  text-align: left;
  padding: 1.3rem 1.6rem;
  font-family: var(--font-body-semi);
  font-size: 1.5rem;
  border-bottom: 0.1rem solid var(--color-border);
}

table.table-premium td {
  padding: 1.3rem 1.6rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-bottom: 0.1rem solid rgba(43, 43, 43, 0.06);
}

table.table-premium tr:last-child td {
  border-bottom: 0;
}

/* =========================================
   HABILLAGE ÉDITORIAL ARTICLE / MODULE
========================================= */

.article-edito,
.module-edito,
.page-edito {
  max-width: var(--container-reading);
  margin: 0 auto;
}

.article-edito > * + *,
.module-edito > * + *,
.page-edito > * + * {
  margin-top: 0;
}

.article-intro {
  max-width: 68rem;
  margin-bottom: 2.4rem;
}

.article-kicker {
  max-width: 72rem;
  color: var(--color-text-soft);
  margin-bottom: 2rem;
}

.article-manifesto {
  max-width: 76rem;
  margin: 0 auto;
  text-align: center;
}

.article-manifesto p {
  font-family: var(--font-heading-semi);
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.article-separator {
  margin: 3.2rem auto;
  max-width: 16rem;
  height: 0.1rem;
  background: var(--color-border);
}

/* =========================================
   BLOCS PREMIUM RÉUTILISABLES
========================================= */

.edito-card {
  background: var(--color-white);
  border: 0.1rem solid rgba(43, 43, 43, 0.06);
  border-radius: var(--radius-medium);
  padding: 2rem 1.7rem;
  box-shadow: var(--shadow-card);
}

.edito-card > *:last-child {
  margin-bottom: 0;
}

.edito-card--warm {
  background: var(--color-bg-warm-light);
}

.edito-card--light {
  background: var(--color-bg-light);
}

.edito-quote {
  background: var(--color-bg-light);
  border-radius: var(--radius-medium);
  padding: 2rem 2.2rem;
  box-shadow: var(--shadow-soft);
}

.edito-quote p {
  font-family: var(--font-heading-semi);
  font-size: 2.1rem;
  line-height: 1.32;
  letter-spacing: -0.02em;
}

.edito-box {
  padding: 2.4rem 2rem;
  border-radius: var(--radius-large);
  background: var(--color-bg-light);
}

.edito-box--warm {
  background: var(--color-bg-warm);
}

.edito-box--white {
  background: var(--color-white);
  border: 0.1rem solid rgba(43, 43, 43, 0.06);
  box-shadow: var(--shadow-soft);
}

/* =========================================
   TYPO SPÉCIFIQUE AUX PAGES DE CONTENU
========================================= */

.edito-label {
  display: inline-block;
  margin-bottom: 1rem;
  font-family: var(--font-body-semi);
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-text-soft);
}

.edito-title-center {
  text-align: center;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}

.edito-title-center p {
  color: var(--color-text-soft);
}

.edito-reading {
  max-width: var(--container-reading);
  margin-left: auto;
  margin-right: auto;
}

.edito-reading-narrow {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================
   FAQ / OBJECTIONS / BLOCS DE RÉASSURANCE
========================================= */

.faq-intro,
.objection-intro {
  max-width: 76rem;
  margin: 0 auto 2rem auto;
  text-align: center;
}

.doubt-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
}

.doubt-card {
  background: var(--color-white);
  border: 0.1rem solid rgba(43, 43, 43, 0.06);
  border-radius: var(--radius-medium);
  padding: 1.8rem 1.6rem;
  box-shadow: var(--shadow-soft);
}

.doubt-card h3 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0.7rem;
}

.doubt-card p {
  font-size: 1.6rem;
  line-height: 1.5;
}

/* =========================================
   CTA ÉDITORIAL
========================================= */

.cta-box {
  max-width: 76rem;
  margin: 0 auto;
  text-align: center;
}

.cta-box p {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

/* =========================================
   HELPERS
========================================= */

.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.mt-sm { margin-top: 1.2rem !important; }
.mt-md { margin-top: 1.6rem !important; }
.mt-lg { margin-top: 2.4rem !important; }
.mb-sm { margin-bottom: 1.2rem !important; }
.mb-md { margin-bottom: 1.6rem !important; }
.mb-lg { margin-bottom: 2.4rem !important; }

.text-center { text-align: center !important; }
.text-left { text-align: left !important; }

/* =========================================
   HERO FINAL PREMIUM
========================================= */

.hero-luxe-emdr {
  position: relative;
  overflow: hidden;
}

.sppb-section.hero-luxe-emdr {
  position: relative;
  overflow: hidden;
}

.hero-luxe-emdr::before,
.sppb-section.hero-luxe-emdr::before {
  content: "";
  position: absolute;
  top: -4rem;
  right: -3rem;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  filter: blur(1rem);
  pointer-events: none;
}

.hero-luxe-emdr::after,
.sppb-section.hero-luxe-emdr::after {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: -3rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  filter: blur(0.8rem);
  pointer-events: none;
}

.hero-luxe-card {
  position: relative;
  z-index: 2;
  /*max-width: 48rem;*/
}

.hero-luxe-card h1 {
  margin-bottom: 1.2rem;
}

.hero-luxe-text {
  text-align: justify;
}

.hero-luxe-text p:first-child {
  font-size: 1.8rem;
  line-height: 1.55;
}

.hero-luxe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.hero-luxe-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  border-top: 0.1rem solid rgba(43, 43, 43, 0.08);
}

.hero-luxe-proof span {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-body-semi);
  font-size: 1.4rem;
  line-height: 1.3;
  color: var(--color-text-soft);
}

.hero-luxe-proof span::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--color-primary);
  flex: 0 0 auto;
}

.hero-luxe-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2.8rem;
  padding: 0.6rem 1rem;
  border-radius: 99rem;
  background: rgba(230, 241, 239, 0.85);
  border: 0.1rem solid rgba(47, 111, 107, 0.12);
  font-family: var(--font-body-semi);
  font-size: 1.3rem;
  line-height: 1;
  color: var(--color-accent-deep);
  margin-bottom: 1rem;
}

/* =========================================
   MANIFESTE
========================================= */

.manifesto-box {
  max-width: 76rem;
  margin: 0 auto;
  text-align: center;
}

.manifesto-box p {
  margin: 0;
  font-family: var(--font-heading-semi);
  font-size: 2.2rem;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: var(--color-accent-deep);
}

/* =========================================
   SPLIT COPY / INTRO DE SECTION
========================================= */

.split-copy {
  max-width: 60rem;
}

.split-copy > *:last-child {
  margin-bottom: 0;
}

.section-heading-center {
  max-width: 76rem;
  margin: 0 auto 2.4rem auto;
  text-align: center;
}

.section-heading-center .small-note {
  margin-bottom: 0.9rem;
}

.section-heading-center h2 {
  margin-bottom: 0.9rem;
}

.section-heading-center p {
  color: var(--color-text-soft);
}

/* =========================================
   STEPS
========================================= */

.steps-intro {
  margin-bottom: 1.8rem;
}

.steps-intro > *:last-child {
  margin-bottom: 0;
}

.steps-grid-4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}

/* =========================================
   CARDS GRID
========================================= */

.cards-grid-2,
.cards-grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}

.card-soft--warm {
  background: var(--color-bg-warm-light);
}

.card-soft--consultation:nth-child(1) {
  background: var(--color-bg-warm-light);
}

.card-soft--consultation:nth-child(2) {
  background: var(--color-sage-light);
}

.card-soft--consultation:nth-child(3) {
  background: var(--color-bg-light);
}

.card-soft--consultation:nth-child(4) {
  background: var(--color-bg-warm-light);
}

.card-soft--consultation:hover {
  transform: translateY(-2px);
  transition: all 0.25s ease;
}

/* =========================================
   TRUST / POURQUOI ÈVE MONNET
========================================= */

.trust-copy h2,
.trust-copy h3 {
  max-width: 40rem;
}

.trust-copy h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.trust-copy ul {
  margin-top: 0.65rem;
}

.trust-copy > *:last-child {
  margin-bottom: 0;
}

.trust-side-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.trust-side-stack .card-soft p,
.trust-side-stack .card-soft li {
  font-size: 1.6rem;
  line-height: 1.5;
}

.trust-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.trust-copy {
  max-width: 100%;
}

.trust-copy h2 {
  max-width: 44rem;
}

.trust-copy h3 {
  margin-top: 2.2rem;
  margin-bottom: 0.75rem;
  max-width: 42rem;
}

.trust-copy p,
.trust-copy li {
  max-width: 72rem;
}

.trust-summary {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.trust-summary-card {
  background: #FFFFFF;
  border: 0.1rem solid rgba(43, 43, 43, 0.06);
  border-radius: var(--radius-medium);
  padding: 1.9rem 1.6rem;
  box-shadow: var(--shadow-card);
}

.trust-summary-card--sage {
  background: var(--color-sage-light);
}

.trust-summary-card--warm {
  background: var(--color-bg-warm-light);
}

.trust-summary-card--light {
  background: var(--color-bg-light);
}

.trust-summary-card h3,
.trust-summary-card h4 {
  margin-bottom: 0.8rem;
  color: var(--color-accent-deep);
}

.trust-summary-card p:last-child,
.trust-summary-card ul:last-child {
  margin-bottom: 0;
}

.trust-summary-label {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.45rem 0.8rem;
  border-radius: 99rem;
  background: rgba(230, 241, 239, 0.9);
  color: var(--color-accent-deep);
  font-family: var(--font-body-semi);
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.trust-final-note {
  padding-top: 0.8rem;
  border-top: 0.1rem solid rgba(43, 43, 43, 0.08);
}

/* =========================================
   DOUBTS
========================================= */

.doubt-card:nth-child(1),
.doubt-card:nth-child(4) {
  background: var(--color-bg-warm-light);
}

.doubt-card:nth-child(2),
.doubt-card:nth-child(5) {
  background: var(--color-sage-light);
}

.doubt-card:nth-child(3),
.doubt-card:nth-child(6) {
  background: var(--color-bg-light);
}

/* =========================================
   IMPRESSION
========================================= */

@media print {
  .edito-card,
  .edito-box,
  .edito-quote,
  .doubt-card {
    box-shadow: none !important;
    border: 0.1rem solid #ccc !important;
  }
}

/* =========================================
   HOME
========================================= */

.home-hero .hero-luxe-card,
.hero-luxe-card.home-hero-card {
  max-width: 100%;
}

.home-hero .hero-luxe-text,
.hero-luxe-card.home-hero-card .hero-luxe-text {
  text-align: left;
}

.home-hero .hero-luxe-visual {
  max-width: 36rem;
}

.home-hero .hero-luxe-floating-card {
  max-width: 18rem;
}

.home-reassurance-row .signal-card h3 {
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}

.home-reassurance-row .signal-card p {
  font-size: 1.55rem;
  line-height: 1.5;
}

.home-hero-card .lead {
  max-width: 58rem;
  margin-bottom: 1.2rem;
  color: var(--color-text-soft);
}

/* =========================================
   HOME - INTRO
========================================= */

.home-intro-box {
  padding: 3rem 2.4rem;
}

.home-intro-heading {
  margin-bottom: 0;
}

.home-intro-heading p {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================
   HOME - VALEURS
========================================= */

.home-values-heading {
  margin-bottom: 3rem;
}

.home-values-grid {
  margin-top: 1rem;
}

/* cartes plus vivantes */
.card-soft--values {
  background: #ffffff;
  border: 0.1rem solid rgba(43, 43, 43, 0.05);
  box-shadow: 0 1.2rem 3.2rem rgba(43, 43, 43, 0.06);
  transition: all 0.25s ease;
}

/* alternance douce */
.card-soft--values:nth-child(1) {
  background: var(--color-bg-warm-light);
}

.card-soft--values:nth-child(2) {
  background: var(--color-sage-light);
}

.card-soft--values:nth-child(3) {
  background: var(--color-bg-light);
}

/* effet premium subtil */
.card-soft--values:hover {
  transform: translateY(-3px);
  box-shadow: 0 1.6rem 4rem rgba(43, 43, 43, 0.08);
}

/* =========================================
   HOME - VALEURS (ordre spécifique)
========================================= */

.card-soft--values:nth-child(1) {
  background: var(--color-sage-light);
}

.card-soft--values:nth-child(2) {
  background: var(--color-bg-warm-light);
}

.card-soft--values:nth-child(3) {
  background: var(--color-bg-light);
}

/* =========================================
   HOME - SECTION PREMIUM DIVIDER
========================================= */

.section-divider-top {
  border-top: 0.1rem solid rgba(43, 43, 43, 0.05);
}

/* =========================================
   HOME - SPACING
========================================= */

.section-spacing-top-lg {
  padding-top: 6rem;
}

/* =========================================
   HOME - THERAPIES CONVERSION
========================================= */

.bg-beige-ultra-light {
  background: #faf8f4;
}

.therapies-conversion-heading {
  margin-bottom: 3rem;
}

.therapy-card-conversion {
  position: relative;
  padding: 2.4rem 2rem;
  border: 0.1rem solid rgba(43, 43, 43, 0.05);
  box-shadow: 0 1.4rem 3.6rem rgba(43, 43, 43, 0.07);
  overflow: hidden;
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
}

.therapy-card-conversion::before {
  content: "";
  display: block;
  width: 6rem;
  height: 0.35rem;
  border-radius: 99rem;
  margin-bottom: 1.4rem;
  background: rgba(47, 111, 107, 0.7);
  transition: all 0.3s ease;
}

.therapy-card-conversion h3 {
  margin-bottom: 1rem;
  transition: color 0.25s ease;
}

.therapy-card-conversion p {
  margin-bottom: 1.6rem;
}

.therapy-card-conversion--warm {
  background: var(--color-bg-warm-light);
}

.therapy-card-conversion--sage {
  background: var(--color-sage-light);
}

.therapy-card-conversion--light {
  background: #f2f4f3;
}

.therapy-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: auto;
}

.therapy-card-actions--inline {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  flex-wrap: wrap;
}

.therapy-card-actions--inline a {
  width: auto;
  flex: none;
}

.btn-compact {
  min-height: 3.6rem;
  padding: 0.8rem 1.2rem;
  font-size: 1.35rem;
  border-radius: 999rem;
}

.therapy-card-conversion:hover {
  transform: translateY(-6px);
  box-shadow: 0 2.4rem 5.2rem rgba(43, 43, 43, 0.12);
}

.therapy-card-conversion:hover::before {
  width: 8rem;
  background: var(--color-primary);
}

.therapy-card-conversion:hover h3 {
  color: var(--color-primary);
}

.therapy-card-conversion:hover .btn-primary,
.therapy-card-conversion:hover .btn-secondary-strong {
  transform: translateY(-1px);
}

/* =========================================
   HOME - TESTIMONIAL CAROUSEL / SP PAGE BUILDER
========================================= */

.home-testimonials-carousel {
  position: relative;
}

.home-testimonials-carousel .sppb-addon {
  margin-bottom: 0 !important;
}

/* heading */
.home-testimonials-carousel .section-heading-center {
  margin-bottom: 1rem;
}

/* remonte légèrement le slider */
.home-testimonials-carousel .sppb-carousel-extended-list {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-top: -2.4rem;
}

/* wrappers globaux */
.home-testimonials-carousel .sppb-carousel-extended-list,
.home-testimonials-carousel .sppb-carousel-extended-outer-stage,
.home-testimonials-carousel .owl-stage,
.home-testimonials-carousel .owl-stage-outer {
  position: relative;
}

/* force un comportement flex pour homogénéiser les hauteurs */
.sppb-testimonial-carousel-message {
    min-height: 18rem;
}

.home-testimonials-carousel .owl-stage {
  display: flex;
}

.home-testimonials-carousel .owl-item {
  display: flex;
  height: auto;
}

/* slide */
.home-testimonials-carousel .sppb-carousel-extended-item,
.home-testimonials-carousel .sppb-carousel-extended-list .sppb-carousel-extended-outer-stage .sppb-carousel-extended-item,
.home-testimonials-carousel .owl-item {
  position: relative;
  padding: 0 0.9rem;
  box-sizing: border-box;
  height: 100%;
  transition: transform 0.3s ease;
}

/* structure interne */
.home-testimonials-carousel .sppb-carousel-extended-item-inner,
.home-testimonials-carousel .sppb-testimonial-carousel-item,
.home-testimonials-carousel .sppb-testimonial-carousel-item-wrap,
.home-testimonials-carousel .sppb-testimonial-carousel-content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ligne décorative haute native addon */
.home-testimonials-carousel .sppb-carousel-extended-item::after,
.home-testimonials-carousel .sppb-carousel-extended-list .sppb-carousel-extended-outer-stage .sppb-carousel-extended-item::after {
  background: var(--color-primary);
  opacity: 0.95;
}

.home-testimonials-carousel .sppb-carousel-extended-item:nth-child(3n + 1)::after,
.home-testimonials-carousel .sppb-carousel-extended-list .sppb-carousel-extended-outer-stage .sppb-carousel-extended-item:nth-child(3n + 1)::after {
  background: var(--color-primary);
}

.home-testimonials-carousel .sppb-carousel-extended-item:nth-child(3n + 2)::after,
.home-testimonials-carousel .sppb-carousel-extended-list .sppb-carousel-extended-outer-stage .sppb-carousel-extended-item:nth-child(3n + 2)::after {
  background: #c4a46a;
}

.home-testimonials-carousel .sppb-carousel-extended-item:nth-child(3n + 3)::after,
.home-testimonials-carousel .sppb-carousel-extended-list .sppb-carousel-extended-outer-stage .sppb-carousel-extended-item:nth-child(3n + 3)::after {
  background: var(--color-sage);
}

/* bulle principale */
.home-testimonials-carousel .sppb-testimonial-carousel-item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 24rem;
  height: 25rem;
  background: #fcfbf8;
  border: 0.1rem solid rgba(43, 43, 43, 0.10);
  border-radius: 2rem;
  padding: 2.3rem 2.2rem 1.7rem;
  box-shadow: 0 1.2rem 2.8rem rgba(43, 43, 43, 0.08);
  transition: all 0.3s ease;
}

/* pointe sous la bulle */
.home-testimonials-carousel .sppb-testimonial-carousel-item-content::after {
  border-top-color: #fcfbf8 !important;
}

/* petit séparateur décoratif interne */
.home-testimonials-carousel .sppb-testimonial-carousel-item-content::before {
  content: "";
  display: block;
  width: 6rem;
  height: 0.35rem;
  border-radius: 99rem;
  margin-bottom: 1.4rem;
  background: rgba(47, 111, 107, 0.72);
  transition: all 0.3s ease;
}

/* texte */
.home-testimonials-carousel .sppb-testimonial-carousel-message {
  flex: 1 1 auto;
  margin-bottom: 0.2rem !important;
  font-family: var(--font-body);
  font-size: 1.8rem;
  line-height: 1.62;
  color: var(--color-text);
  text-align: left;
}

.home-testimonials-carousel .sppb-testimonial-carousel-message p {
  margin-bottom: 0 !important;
}

/* étoiles */
.home-testimonials-carousel .sppb-testimonial-carousel-client-rating {
  margin-bottom: 0.8rem;
  color: #d8a437;
  font-size: 1.5rem;
  letter-spacing: 0.18rem;
}

/* avatar éventuel */
.home-testimonials-carousel .sppb-testimonial-carousel-img,
.home-testimonials-carousel .sppb-testimonial-carousel-image,
.home-testimonials-carousel .sppb-testimonial-carousel-client-image {
  margin-top: 0.8rem;
  margin-bottom: 0;
}

.home-testimonials-carousel .sppb-testimonial-carousel-img img,
.home-testimonials-carousel .sppb-testimonial-carousel-image img,
.home-testimonials-carousel .sppb-testimonial-carousel-client-image img {
  width: 6.2rem;
  height: 6.2rem;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
  border: 0.25rem solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 0.6rem 1.6rem rgba(43, 43, 43, 0.08);
}

/* bloc nom / fonction : aligné en bas à droite */
.home-testimonials-carousel .sppb-testimonial-carousel-name-designation {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
  margin-top: -10rem !important;
  margin-right: 2rem;
  padding-top: 0.5rem;
  min-height: 4.4rem;
  border-top: 0.1rem solid rgba(43, 43, 43, 0.06);
}

/* nom */
.home-testimonials-carousel .sppb-testimonial-carousel-name-designation .sppb-testimonial-carousel-name {
  display: block;
  margin: 0.2rem 0 0 0;
  font-family: var(--font-heading-semi);
  font-size: 1.95rem;
  line-height: 1.25;
  color: var(--color-accent-deep);
  opacity: 0.85;
}

/* fonction */
.home-testimonials-carousel .sppb-testimonial-carousel-name-designation .sppb-testimonial-carousel-designation {
  display: block;
  margin-top: 0.2rem;
  font-family: var(--font-body);
  font-size: 1.45rem;
  line-height: 1.45;
  color: var(--color-text-soft);
}

.home-testimonials-carousel .sppb-testimonial-carousel-name-designation .sppb-testimonial-carousel-designation:empty {
  display: none;
  margin: 0;
}

/* hover premium */
.home-testimonials-carousel .sppb-carousel-extended-item:hover,
.home-testimonials-carousel .sppb-carousel-extended-list .sppb-carousel-extended-outer-stage .sppb-carousel-extended-item:hover,
.home-testimonials-carousel .owl-item:hover {
  transform: translateY(-4px);
}

.home-testimonials-carousel .sppb-carousel-extended-item:hover .sppb-testimonial-carousel-item-content,
.home-testimonials-carousel .sppb-carousel-extended-list .sppb-carousel-extended-outer-stage .sppb-carousel-extended-item:hover .sppb-testimonial-carousel-item-content,
.home-testimonials-carousel .owl-item:hover .sppb-testimonial-carousel-item-content {
  box-shadow: 0 1.8rem 4rem rgba(43, 43, 43, 0.12);
  border-color: rgba(47, 111, 107, 0.12);
}

.home-testimonials-carousel .sppb-carousel-extended-item:hover .sppb-testimonial-carousel-item-content::before,
.home-testimonials-carousel .sppb-carousel-extended-list .sppb-carousel-extended-outer-stage .sppb-carousel-extended-item:hover .sppb-testimonial-carousel-item-content::before,
.home-testimonials-carousel .owl-item:hover .sppb-testimonial-carousel-item-content::before {
  width: 8rem;
  background: var(--color-primary);
}

/* navigation */
.home-testimonials-carousel .sppb-carousel-extended-nav-control {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(43, 43, 43, 0.08);
  background: #ffffff;
  color: var(--color-primary);
  box-shadow: 0 0.6rem 1.6rem rgba(43, 43, 43, 0.06);
  transition: all 0.25s ease;
}

.home-testimonials-carousel .sppb-carousel-extended-nav-control:hover {
  background: var(--color-primary);
  color: #ffffff;
  border-color: var(--color-primary);
}

/* bullets */
.home-testimonials-carousel .owl-dots,
.home-testimonials-carousel .sppb-carousel-extended-bullet-controls {
  margin-top: 1rem;
  text-align: center;
}

.home-testimonials-carousel .owl-dots .owl-dot span,
.home-testimonials-carousel .sppb-carousel-extended-bullet-controls > span,
.home-testimonials-carousel .sppb-carousel-extended-bullet-controls button {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: rgba(43, 43, 43, 0.16);
  transition: all 0.25s ease;
}

.home-testimonials-carousel .owl-dots .owl-dot.active span,
.home-testimonials-carousel .sppb-carousel-extended-bullet-controls .active,
.home-testimonials-carousel .sppb-carousel-extended-bullet-controls button.active {
  width: 2.8rem;
  border-radius: 99rem;
  background: var(--color-primary);
}

/* option */
.home-testimonials-carousel.hide-rating .sppb-testimonial-carousel-client-rating {
  display: none;
}

/* =========================================================
   FOOTER SIGNATURE PREMIUM - EVE MONNET
   SP PAGE BUILDER
   ========================================================= */

/* ================================
   1. ROW PRINCIPALE
   ================================ */

.sppb-section.eve-footer-row,
.eve-footer-row {
  background: #2B2B2B !important;
  color: #f4efe6 !important;
  padding-top: 64px !important;
  padding-bottom: 42px !important;
  margin: 0 !important;
  position: relative;
  overflow: hidden;
}

.sppb-section.eve-footer-row::before,
.eve-footer-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  max-width: 1280px;
  height: 1px;
  background: rgba(255,255,255,0.10);
  pointer-events: none;
}

.eve-footer-row .sppb-row-container,
.eve-footer-row .sppb-container-inner,
.eve-footer-row .sppb-row {
  position: relative;
  z-index: 2;
}

.eve-footer-row .sppb-col-sm,
.eve-footer-row .sppb-col-md,
.eve-footer-row [class*="sppb-col-"] {
  min-height: auto !important;
}

.eve-footer-row .sppb-column-addons {
  height: auto !important;
}

.eve-footer-row .sppb-addon {
  margin-bottom: 0 !important;
}

.eve-footer-row .sppb-column,
.eve-footer-row .sppb-column-addons,
.eve-footer-row .sppb-addon,
.eve-footer-row .sppb-addon-content {
  background: transparent !important;
  box-shadow: none !important;
}

/* ================================
   2. BLOC MARQUE / TEXTE / LIENS
   ================================ */

.eve-footer-brand,
.eve-footer-links,
.eve-footer-contact,
.eve-footer-brand *:not(a):not(strong),
.eve-footer-links *:not(a):not(strong),
.eve-footer-contact *:not(a):not(strong) {
  color: rgba(244, 239, 230, 0.88) !important;
}

.eve-footer-brand h3,
.eve-footer-links h4,
.eve-footer-contact h4 {
  color: #ffffff !important;
  margin: 0 0 20px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
}

.eve-footer-brand h3 {
  font-size: 2.2rem !important;
}

.eve-footer-links h4,
.eve-footer-contact h4 {
  font-size: 1.1rem !important;
  position: relative;
  padding-bottom: 12px !important;
}

.eve-footer-links h4::after,
.eve-footer-contact h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 1px;
  background: rgba(233, 226, 208, 0.34);
}

.eve-footer-baseline {
  color: #e9e2d0 !important;
  font-size: 1.12rem !important;
  font-weight: 600 !important;
  line-height: 1.7 !important;
  margin: 0 0 18px !important;
}

.eve-footer-brand p {
  font-size: 1.05rem !important;
  line-height: 1.92 !important;
  margin: 0 0 12px !important;
  max-width: 560px;
}

/* ================================
   3. LISTES
   ================================ */

.eve-footer-links ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.eve-footer-links li {
  margin: 0 0 14px !important;
  padding: 0 !important;
}

.eve-footer-links li:last-child {
  margin-bottom: 0 !important;
}

.eve-footer-links a {
  color: rgba(244, 239, 230, 0.88) !important;
  text-decoration: none !important;
  font-size: 1.04rem !important;
  line-height: 1.62 !important;
  font-weight: 500 !important;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}

.eve-footer-links a:hover,
.eve-footer-links a:focus {
  color: #ffffff !important;
  transform: translateX(2px);
}

/* ================================
   4. CONTACT
   ================================ */

.eve-footer-contact p {
  margin: 0 0 12px !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
}

.eve-footer-contact strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.eve-footer-social-label {
  margin: 20px 0 12px !important;
  font-size: 0.92rem !important;
  line-height: 1.55 !important;
  color: rgba(244, 239, 230, 0.66) !important;
  letter-spacing: 0.01em;
}

/* ================================
   5. BOUTON
   ================================ */

.eve-footer-btn-wrap {
  margin-top: 22px !important;
  margin-bottom: 6px !important;
}

.eve-footer-btn-wrap .sppb-btn,
.eve-footer-btn-wrap .sppb-btn.eve-footer-btn,
a.eve-footer-btn,
.eve-footer-btn {
  background: #d8e2d2 !important;
  border: 1px solid #d8e2d2 !important;
  color: #314039 !important;
  border-radius: 99rem !important;
  min-height: 52px !important;
  padding: 14px 28px !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(0,0,0,0.16) !important;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.eve-footer-btn-wrap .sppb-btn:hover,
.eve-footer-btn-wrap .sppb-btn:focus,
.eve-footer-btn:hover,
.eve-footer-btn:focus {
  background: #e4ebdf !important;
  border-color: #e4ebdf !important;
  color: #314039 !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.18) !important;
}

/* ================================
   6. RÉSEAUX SOCIAUX
   ================================ */

.eve-footer-social {
  margin-top: 10px !important;
}

.eve-footer-social .sppb-addon-content,
.eve-footer-social .sppb-social-icons {
  display: flex !important;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.eve-footer-social a,
.eve-footer-social .sppb-icon-inner,
.eve-footer-social .sppb-social-icons a {
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  color: #f4efe6 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease !important;
}

.eve-footer-social a:hover,
.eve-footer-social a:focus,
.eve-footer-social .sppb-icon-inner:hover,
.eve-footer-social .sppb-social-icons a:hover {
  background: rgba(255,255,255,0.14) !important;
  border-color: rgba(255,255,255,0.18) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.eve-footer-social i,
.eve-footer-social svg,
.eve-footer-social .fa,
.eve-footer-social [class*="fa-"] {
  color: inherit !important;
  font-size: 3.5rem !important;
}

.eve-footer-social .sppb-icon-inner,
.eve-footer-social .sppb-icon-inner i,
.eve-footer-social .sppb-social-icons a,
.eve-footer-social .sppb-social-icons a i {
  color: #f4efe6 !important;
  background-image: none !important;
}

/* ================================
   7. FOOTER BAS
   ================================ */

.sppb-section.eve-footer-bottom-row,
.eve-footer-bottom-row {
  background: #2B2B2B !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  border-top: 1px solid rgba(255,255,255,0.07) !important;
  margin: 0 !important;
}

.eve-footer-bottom-row .sppb-column,
.eve-footer-bottom-row .sppb-column-addons,
.eve-footer-bottom-row .sppb-addon,
.eve-footer-bottom-row .sppb-addon-content {
  background: transparent !important;
  box-shadow: none !important;
}

.eve-footer-bottom-row .sppb-addon {
  margin-bottom: 0 !important;
}

.eve-footer-bottom-row p,
.eve-footer-bottom-left p,
.eve-footer-bottom-center p,
.eve-footer-bottom-center-2 p,
.eve-footer-bottom-right p {
  margin: 0 !important;
  color: rgba(244, 239, 230, 0.74) !important;
  font-size: 0.95rem !important;
  line-height: 1.65 !important;
}

.eve-footer-bottom-row a {
  color: rgba(244, 239, 230, 0.92) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.eve-footer-bottom-row a:hover,
.eve-footer-bottom-row a:focus {
  color: #ffffff !important;
}

.eve-footer-bottom-left {
  text-align: left;
}

.eve-footer-bottom-center,
.eve-footer-bottom-center-2 {
  text-align: center;
}

.eve-footer-bottom-right {
  text-align: right;
}

/* ================================
   8. MICRO-ANIMATIONS
   ================================ */

.eve-footer-brand,
.eve-footer-links,
.eve-footer-contact {
  animation: eveFooterFadeUp 0.45s ease both;
}

@keyframes eveFooterFadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================================
   9. AJUSTEMENTS DE MARGES SP
   ================================ */

.eve-footer-row .sppb-col-md-4,
.eve-footer-row .sppb-col-md-2 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.eve-footer-bottom-row .sppb-col-md-3,
.eve-footer-bottom-row .sppb-col-md-2,
.eve-footer-bottom-row .sppb-col-md-4 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* =========================================================
   OVERRIDE TYPOGRAPHIE FOOTER (UPGRADE PREMIUM)
   ========================================================= */

/* Colonne 1 - titre */
.eve-footer-brand h3 {
  font-size: 2.4rem !important;
  line-height: 1.2 !important;
  padding-left: 2rem;
}

/* baseline */
.eve-footer-baseline {
  font-size: 1.2rem !important;
  line-height: 1.75 !important;
}

/* texte éditorial */
.eve-footer-brand p {
  font-size: 1.5rem !important;
  line-height: 2 !important;
  padding-left: 2rem;
}

/* titres colonnes */
.eve-footer-links h4,
.eve-footer-contact h4 {
  font-size: 1.5rem !important;
  margin-bottom: 22px !important;
}

/* liens */
.eve-footer-links a {
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
}

/* espacement listes */
.eve-footer-links li {
  margin-bottom: 10px !important;
}

/* bloc contact */
.eve-footer-contact p {
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
}

/* CTA */
.eve-footer-btn {
  font-size: 1.5rem !important;
  padding: 16px 32px !important;
  min-height: 30px !important;
  float: left;
}

/* label social */
.eve-footer-social-label {
  font-size: 3rem !important;
  float: left;
  text-align: left;
}

/* footer bas */
.eve-footer-bottom-row p {
  font-size: 1.2rem !important;
  text-align: center;
}