.elementor-7 .elementor-element.elementor-element-7e2a928{--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;}.elementor-7 .elementor-element.elementor-element-7e2a928:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-7e2a928 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://ctblpro.com/wp-content/uploads/2026/01/ctbl_background_nude_wave-1.png");background-position:0px -108px;background-size:cover;}.elementor-7 .elementor-element.elementor-element-eda8d69{width:100%;max-width:100%;}.elementor-7 .elementor-element.elementor-element-eda8d69.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-7 .elementor-element.elementor-element-cdcabbe{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-7 .elementor-element.elementor-element-cdcabbe.elementor-element{--align-self:center;}.elementor-7 .elementor-element.elementor-element-ccda461{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-7 .elementor-element.elementor-element-ccda461:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-ccda461 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#B7855B;}.elementor-7 .elementor-element.elementor-element-8c5ddea{width:100%;max-width:100%;}.elementor-7 .elementor-element.elementor-element-0516d74{--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;}.elementor-7 .elementor-element.elementor-element-0516d74:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-0516d74 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://ctblpro.com/wp-content/uploads/2026/01/ctbl_background_nude_wave-1.png");background-position:0px 0px;background-size:cover;}.elementor-7 .elementor-element.elementor-element-0516d74.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-7 .elementor-element.elementor-element-aace334{margin:-25px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7 .elementor-element.elementor-element-bd455ef{margin:-56px 0px calc(var(--kit-widget-spacing, 0px) + -15px) 0px;padding:-2px -2px -8px -2px;}.elementor-7 .elementor-element.elementor-element-54addfb{margin:-70px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7 .elementor-element.elementor-element-55b520b{margin:-30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:1024px){.elementor-7 .elementor-element.elementor-element-7e2a928:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-7e2a928 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}.elementor-7 .elementor-element.elementor-element-0516d74:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-0516d74 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}@media(max-width:767px){.elementor-7 .elementor-element.elementor-element-7e2a928:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-7e2a928 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}.elementor-7 .elementor-element.elementor-element-eda8d69{width:var( --container-widget-width, 484px );max-width:484px;--container-widget-width:484px;--container-widget-flex-grow:0;}.elementor-7 .elementor-element.elementor-element-cdcabbe{margin:-99px -6px calc(var(--kit-widget-spacing, 0px) + -6px) -6px;}.elementor-7 .elementor-element.elementor-element-0516d74{--width:371.556px;}.elementor-7 .elementor-element.elementor-element-0516d74:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-0516d74 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}/* Start custom CSS for html, class: .elementor-element-eda8d69 *//* styles.css (clean) */

:root{
  --text:#211B18;
  --muted:#6A5A52;

  --caramel:#B7855B;
  --caramel-dark:#966846;

  --border: rgba(232,217,204,.85);
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; }
html{ scroll-behavior:smooth; }

body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  background: transparent !important;
  color: var(--text);
}

/* ---------- Topbar ---------- */
.topbar{
  position: sticky;
  top: 0;
  z-index: 50;

  background: transparent !important;

  /* IMPORTANT: on enlève toutes les lignes/effets */
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  outline: none !important;

  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.topbar__inner{
  max-width: 700px;
  margin: 0 auto;
  padding: 10px 14px;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Si Elementor ajoute des bordures/ombres */
.topbar .elementor-section,
.topbar .elementor-container,
.topbar .elementor-row,
.topbar .elementor-column,
.topbar .elementor-widget-wrap,
.topbar .e-con{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Au cas où un séparateur existe */
.topbar hr{ display:none !important; }

/* Left nav */
.topbar__nav{
  display:flex;
  align-items:center;
  gap: 10px;
}

/* Links */
.topbar__link{
  color: var(--muted);
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-size: 20px;
  text-decoration:none;
  padding: 8px 12px;
  border-radius: 999px;
  transition: background .15s ease, color .15s ease;
}
.topbar__link:hover{
  background: rgba(241,231,222,.65);
  color: var(--text);
}

/* Center brand */
.topbar__brand{
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 25px;
  color: var(--caramel) !important;

  position: relative;
  padding: 6px 10px;
}

/* Les petits traits autour de CTBL PRO (tu peux enlever si tu veux) */
.topbar__brand::before,
.topbar__brand::after{
  content:"";
  position:absolute;
  top: 50%;
  width: 18px;
  height: 1px;
  background: var(--border);
}
.topbar__brand::before{ left: -22px; }
.topbar__brand::after{ right: -22px; }

/* Right side */
.topbar__right{
  display:flex;
  align-items:center;
  gap: 30px;
}

/* CTA button */
.topbar__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
font-family: ui-serif, Georgia, "Times New Roman", serif;
  background: var(--caramel);
  color:#fff;
  text-decoration:none;

  padding: 10px 16px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;

  border: 0 !important;          /* aucun contour */
  box-shadow: none !important;    /* optionnel: enlève toute ombre */
  transition: transform .12s ease, background .12s ease;
}
.topbar__cta:hover{ background: var(--caramel-caramel); }
.topbar__cta:active{ transform: translateY(1px); }

@media (max-width: 768px) {

  .topbar {
    padding-inline: 2px;
  }

  .topbar__inner {
    max-width: 100%;
    padding: 4px 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    flex-wrap: nowrap;
  }

  .topbar__nav {
    display:flex;
    align-items:center;
    gap:4px;
    flex-wrap:nowrap;
  }

  .topbar__link {
    font-size: 12px;      /* encore plus petit */
    padding: 3px 3px;     /* mini padding */
    white-space: nowrap;
  }

  .topbar__brand {
    font-size: 14px;      /* réduit */
    padding: 0 2px;
    letter-spacing: .03em;
    white-space: nowrap;
  }

  .topbar__brand::before,
  .topbar__brand::after {
    width: 10px;
    top: 50%;
    height: 1px;
  }
  .topbar__brand::before { left: -12px; }
  .topbar__brand::after  { right: -12px; }

  /* zone droite réduite */
  .topbar__right {
    gap: 4px;
  }

  .topbar__cta {
    font-size: 11px;       /* encore plus petit */
    padding: 3px 6px;      /* réduit */
    border-radius: 12px;   /* arrondi + discret */
    white-space: nowrap;
  }
}
/* 📲 TABLETTE : même rendu que desktop */
@media (min-width: 481px) and (max-width: 1024px) {

  .topbar__inner {
    max-width: 700px;
    padding: 10px 14px;
  }

  .topbar__link {
    font-size: 20px;
    padding: 8px 12px;
  }

  .topbar__brand {
    font-size: 25px;
  }

  .topbar__cta {
    font-size: 16px;
    padding: 10px 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cdcabbe */.hero {
 
  padding: 6rem 2rem;
  display: flex;
  justify-content: center;
}

.hero__inner {
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
}

.hero__content {
  flex: 1 1 480px;
}

.hero__title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.3;
  color: #3e2d28;
  margin-bottom: 1.5rem;
  font-family: ui-serif, Georgia, "Times New Roman", serif;
}

.hero__title .accent {
  color: #B7855B;
  
}

.hero__desc {
  color: #5e514c;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  font-family: ui-serif, Georgia, "Times New Roman", serif;
}

.hero__cta {
  display: flex;
  gap: 1rem;
}

.btn {
  padding: 0.85rem 1.9rem;
  border-radius: 30px;
  font-size: 0.95rem;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

.btn-primary {
  background: #B7855B;
  color: white;
  border: 2px solid #9a5d48;
  
}

.btn-primary:hover {
  background: transparent;
}

.btn-outline {
  border: 2px solid #9a5d48;
  color: #9a5d48;
}

.btn-outline:hover {
  background: #B7855B;
  color: white;
}

.hero__media {
  flex: 1 1 500px;
}

.hero__media img {
  width: 100%;
  max-width: 700px;
  display: block;
}

/* Responsive */
@media (max-width: 900px) {
  .hero__inner {
    flex-direction: column;
    text-align: center;
  }

  .hero__cta {
    justify-content: center;
  }
}

/* === HERO VERSION MOBILE SEULEMENT === */
@media (max-width: 768px) {

  /* On empile le contenu */
  .hero {
    display: block !important;
  }

  /* On recentre comme sur le mobile */
  .hero__inner,
  .hero__content {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
  }

  /* On masque l'image à droite sur mobile */
  .hero__media {
    display: none !important;
  }

  /* On centre les textes */
  .hero__title,
  .hero__desc {
    text-align: center;
  }

  /* Boutons alignés comme sur mobile */
  .hero__cta {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8c5ddea *//* ===== Trust Bar (bande 3 bénéfices) ===== */

.trustbar{
  width: 100%;
  padding: 14px 0;
  background: #B7855B; /* caramel */
}

.trustbar__inner{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;

  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 18px;
}

.trustbar__item{
  text-align: center;
  color: #fff;
}

.trustbar__title{
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 1.1;
  opacity: .95;
}

.trustbar__sub{
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.2;
  opacity: .9;
}

.trustbar__divider{
  width: 1px;
  height: 26px;
  background: rgba(255,255,255,.35);
}

/* AUCUN changement en responsive */
@media (max-width: 768px) {
  .trustbar__inner{
    justify-content: flex-start; /* garde le scroll horizontal si besoin */
  }
}
@media (max-width: 600px) {

  .trustbar__inner {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    padding: 0 8px;
    min-width: auto; /* enlève la largeur forcée */
  }

  .trustbar__item {
    font-size: 13px;
    white-space: normal; /* autorise le retour à la ligne */
  }

  .trustbar__title {
    font-size: 14px;
    line-height: 1.2;
  }

  .trustbar__sub {
    font-size: 12px;
    line-height: 1.2;
  }

  .trustbar__divider {
    display: none; /* enlève les barres, trop serrées sur mobile */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aace334 *//* ===== Services Section ===== */

.services{
  padding: 70px 0 60px;
}

.services__inner{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Title with lines */
.section-title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 16px;
  margin-bottom: 26px;
}

.section-title__text{
  margin:0;
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 34px;
  color: var(--text);
}

.section-title__line{
  width: 140px;
  height: 1px;
  background: rgba(232,217,204,.9);
}

/* Cards grid */
.services__grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* Card */
.service-card{
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(232,217,204,.9);
  border-radius: 18px;
  padding: 18px 18px 16px;
  text-align:center;

  box-shadow: 0 16px 34px rgba(33,27,24,.08);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.service-card--featured{
  background: rgba(255,255,255,.70);
}

/* Icon box */
.service-card__icon{
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;

  border-radius: 14px;
  background: rgba(241,231,222,.7);
  border: 1px solid rgba(232,217,204,.9);

  display:flex;
  align-items:center;
  justify-content:center;

  color: var(--caramel-dark);
}

.service-card__icon svg{
  width: 22px;
  height: 22px;
}

/* Texts */
.service-card__title{
  margin: 6px 0 8px;
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--text);
}

.service-card__desc{
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
}

/* Buttons */
.service-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  text-decoration:none;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
  user-select:none;
}
.service-btn:active{ transform: translateY(1px); }

.service-btn--primary{
  background: var(--caramel);
  color: #fff;
  border: 1px solid rgba(0,0,0,0);
}
.service-btn--primary:hover{
 color: var(--text);
  background: rgba(255,255,255,.25);
}

.service-btn--ghost{
    background: var(--caramel);
  color: #fff;
  border: 1px solid rgba(232,217,204,.95);
}
.service-btn--ghost:hover{
  color: var(--text);
  background: rgba(255,255,255,.25);
}

/* Responsive */
@media (max-width: 980px){
  .services__grid{
    grid-template-columns: 1fr;
  }
  .section-title__line{
    width: 90px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd455ef *//* ================================
   SECTION PORTFOLIO
================================ */

.portfolio {
  padding: 80px 0;
}

.portfolio__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Titre "Portfolio" avec lignes de chaque côté */
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 40px;
}

.section-title__text {
  font-family: "Playfair Display", ui-serif, Georgia, "Times New Roman", serif;
  font-size: 30px;
  letter-spacing: .04em;
  text-transform: none;
  color: #3c2a24;
}

.section-title__line {
  flex: 1;
  height: 1px;
  background: transparent
  max-width: 120px;
}

/* ================================
   SLIDER – CONTENEUR
================================ */

.portfolio-slider-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
}

/* La rangée de cartes qui glisse */
.portfolio-slider {
  display: flex;
  align-items: stretch;
  gap: 24px;
  transition: transform 0.35s ease;
}

/* ================================
   CARTES PROJET
   (look Atelier Éclat / Studio Harmonie)
================================ */

.project-card {
  position: relative;
  min-width: calc(50% - 12px);    /* 2 cartes visibles sur desktop */
  background: transparent;
  border-radius: 18px;
  padding: 24px 24px 26px;
  box-shadow: 0 14px 40px rgba(135, 93, 63, 0.18);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

/* Bloc image */
.project-card__media {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 22px;
}

.project-card__media img {
  width: 100%;
  display: block;
  border-radius: 14px;
  transform: scale(1.01);
  transition: transform 0.35s ease;
}

/* Zoom léger au survol */
.project-card:hover .project-card__media img {
  transform: scale(1.04);
}

/* Trait fin au-dessus du bouton */
.project-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 70px;
  height: 1px;
  background: rgba(210, 184, 158, 0.65);
}

/* Bouton "Voir le projet" façon pilule beige */
.project-btn {
  align-self: center;
  margin-top: 18px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 26px;
  min-width: 150px;
  border-radius: 999px;

  font-size: 14px;
  text-decoration: none;
  font-weight: 500;

  background: #B7855B;
  color: white;
  border: 1px solid #dec3a7;
  box-shadow: 0 4px 10px rgba(143, 103, 72, 0.15);

  transition:
    background 0.15s ease,
    color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.12s ease;
}

.project-btn:hover {
  background: #b7855b;
  color: #fff;
  box-shadow: 0 8px 20px rgba(128, 80, 48, 0.35);
}

.project-btn:active {
  transform: translateY(1px);
}

/* ================================
   BOUTONS DE NAVIGATION (❮ ❯)
   centrés verticalement
================================ */

.portfolio-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;

  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #e0c9b4;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #fdf7f1;
  color: #b7855b;
  font-size: 20px;
  cursor: pointer;

  box-shadow: 0 6px 14px rgba(143, 103, 72, 0.22);
  transition:
    background 0.15s ease,
    color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.12s ease;
}

.portfolio-nav.prev {
  left: -4px;  /* tu peux ajuster si tu veux la rapprocher/éloigner */
}

.portfolio-nav.next {
  right: -4px;
}

.portfolio-nav:hover {
  background: #b7855b;
  color: #fff;
  box-shadow: 0 10px 24px rgba(128, 80, 48, 0.35);
}

.portfolio-nav:active {
  transform: translateY(-50%) translateY(1px);
}

/* ================================
   RESPONSIVE – 1 carte visible
================================ */

@media (max-width: 768px) {
  .project-card {
    min-width: 100%;
    padding: 20px 18px 22px;
  }

  .project-card::after {
    left: 18px;
    right: 18px;
    bottom: 66px;
  }

  .portfolio-nav.prev {
    left: 4px;
  }

  .portfolio-nav.next {
    right: 4px;
  }
}

/* Positionner correctement les flèches */
.portfolio-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #ffffff;
  border: 1px solid #d9c7b8;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}




/* Hover neutre (plus de rose) */
.portfolio-nav:hover {
  background: #f2ece7;
  border-color: #c8b6a7;
  color: #6e5646;
}

/* Supprime toute couleur Elementor sur hover */
.portfolio-nav:focus,
.portfolio-nav:active {
  background: #f2ece7 !important;
  color: #6e5646 !important;
  border-color: #c8b6a7 !important;
}

/* Empêche Elementor de mettre une couleur rose sur le SVG */
.portfolio-nav svg {
  fill: currentColor !important;
}

/* 👉 ICI tu rapproches du centre */
.portfolio-nav.prev {
  left: 0px; /* avant c'était 0, tu peux réduire ou augmenter */
}

.portfolio-nav.next {
  right: 0px; /* avant c'était 0 */
}

 

/* === TABLETTE + MOBILE : 1 carte par vue === */
@media (max-width: 1024px) {

  .portfolio-slider-wrapper {
    overflow: hidden;
  }

  .project-card {
    min-width: 100%;
    padding: 20px 18px 22px;
  }

  .project-card::after {
    left: 18px;
    right: 18px;
    bottom: 66px;
  }

  .portfolio-nav.prev {
    left: 4px;
  }

  .portfolio-nav.next {
    right: 4px;
  }
}
@media (max-width: 1024px) {
  .project-card {
    min-width: 65%;
    max-width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {

  /* Carte plus petite */
  .project-card {
    min-width: 30%;
    max-width: 85%;
    padding: 14px 14px 18px;
    margin: 0 auto;
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-54addfb *//* Conteneur global de la section avis */
.avis-clients {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  background: transparent;
}

/* Slider qui contient toutes les cartes */
.avis-slider {
  position: relative;
  max-width: 700px;
  width: 100%;
  min-height: 120px; /* garantit la hauteur quand ça change */
}

/* Style de base d’une carte + superposition pour le slider */
.avis-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  background: rgba(255, 255, 255, 0.8);
  padding: 25px 40px;
  border-radius: 8px;
  font-family: "Georgia", serif;
  color: #4a3a2a;
  backdrop-filter: blur(2px);
  box-shadow: 0px 3px 8px rgba(0,0,0,0.05);

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

/* Carte visible */
.avis-card.active {
  opacity: 1;
  pointer-events: auto;
}

/* Guillemets */
.quote-left,
.quote-right {
  font-size: 26px;
  color: #bfa791;
  font-family: Georgia, serif;
}

.quote-left {
  position: absolute;
  top: 10px;
  left: 15px;
}
.quote-right {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

/* Texte de l’avis */
.avis-text {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 20px;
  color: #4a3a2a;
}

/* Auteur */
.avis-author {
  text-align: right;
  margin-top: 12px;
  font-size: 15px;
  color: #6b5849;
  font-weight: 500;
}

/* Optionnel : léger ajustement sur mobile */
@media (max-width: 600px) {
  .avis-card {
    padding: 20px 24px;
  }

  .avis-text {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55b520b *//* ===========================
   FOOTER CTBL
=========================== */

.site-footer {
  margin-top: 60px;
  padding: 48px 24px 32px;
  
  );
  border-top: 1px solid var(--border, rgba(232,217,204,.85));
  color: var(--muted, #B7855B);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.site-footer__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
}

/* Colonne marque */
.footer-col--brand {
  border-right: 1px solid rgba(232,217,204,.8);
  padding-right: 32px;
}

.footer-brand__name {
  display: block;
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-size: 40px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color:#B7855B;
}

.footer-brand__tagline {
  display: block;
  margin-top: 6px;
  font-size: 18px;
  color: var(--text, #211b18);
}

.footer-badges {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-badge {
  font-size: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(183,133,91,.25);
  background: rgba(255,255,255,.7);
  color: var(--muted, #6a5a52);
}

/* Titres colonnes */
.footer-title {
  margin: 0 0 14px;
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-size: 25px;
  color: var(--text, #211b18);
}

/* Liens */
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 6px;
  font-size: 18px;
}

.footer-links a {
  text-decoration: none;
   color: var(--muted, #6a5a52);
  position: relative;
  padding-bottom: 2px;
  transition: color .18s ease;
}

.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  color: var(--muted, #6a5a52);
  transition: width .18s ease;
}

.footer-links a:hover {
  color: var(--muted, #6a5a52);
}

.footer-links a:hover::after {
  width: 100%;
}

/* Contact */
.footer-links--contact span {
  font-size: 16px;
}

/* Réseaux sociaux */
.footer-social {
  margin-top: 18px;
}

.footer-social__label {
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
}

.footer-social__icons {
  display: flex;
  gap: 10px;
}

.footer-social__icons a {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(255,255,255,.8);
  color: var(--muted, #6a5a52);
  border: 1px solid rgba(183,133,91,.25);
  transition: background .18s ease, color .18s ease, transform .12s ease;
}

.footer-social__icons a:hover {
  background: var(--caramel, #b7855b);
  color: #fff;
  transform: translateY(-1px);
}

/* Bas de footer */
.site-footer__bottom {
  max-width: 1120px;
  margin: 28px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(232,217,204,.8);

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  font-size: 16px;
  color: rgba(106,90,82,.9);
}

.site-footer__legal {
  cursor: default;
}

/* Responsive */
@media (max-width: 900px) {
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
    row-gap: 32px;
  }
  .footer-col--brand {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid rgba(232,217,204,.8);
    padding-right: 0;
    padding-bottom: 24px;
  }
}

@media (max-width: 600px) {

  .site-footer {
    padding: 18px 10px;
  }

  /* Logo */
  .footer-logo {
    font-size: 24px;    /* avant ~32px */
    letter-spacing: 0.08em;
    margin-bottom: 6px;
  }

  .footer-tagline {
    font-size: 13px;    /* avant ~16px */
    margin-bottom: 10px;
  }

  /* Chips (Web design… etc) */
  .footer-chips {
    gap: 6px;
    margin-bottom: 12px;
  }

  .footer-chip {
    font-size: 11px;
    padding: 4px 8px;
  }

  /* Titres (Navigation, Contact…) */
  .footer-title {
    font-size: 15px;   /* avant 18px */
    margin-bottom: 6px;
  }

  /* Liens & infos */
  .footer-links li,
  .footer-info li {
    font-size: 13px;   /* avant 15-16px */
    margin-bottom: 4px;
  }

  /* Icônes dans les infos */
  .footer-info li svg {
    width: 14px;
    height: 14px;
  }

  /* Ligne du bas */
  .site-footer__bottom {
    font-size: 12px;
    margin-top: 16px;
    padding-top: 12px;
    gap: 6px;
    flex-wrap: wrap;
  }
}
/* — BAS DE PAGE — */
.site-footer__bottom {
  max-width: 1120px;
  margin: 40px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(160,130,110,0.25);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #B7855B;
}

.site-footer__legal {
  display: flex;
  gap: 8px;
}

.site-footer__legal a {
  text-decoration: none;
  color: #B7855B;
  transition: opacity .2s ease;
}/* End custom CSS */