:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3c8f51e *//* =========================================================
   FRENCH THROUGH THE VINEYARDS - CSS PAGE SPECIFIQUE
   French in Bordeaux / Elementor
   À coller dans le CSS personnalisé de la page uniquement
   ========================================================= */


/* ------------------------------
   HERO
------------------------------ */

.ftv-hero {
  position: relative;
  min-height: 560px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.ftv-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      100deg,
      rgba(20, 25, 30, 0.76) 0%,
      rgba(20, 25, 30, 0.56) 45%,
      rgba(20, 25, 30, 0.22) 100%
    );
  z-index: 1;
}

.ftv-hero .tt-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 5rem 1.5rem;
}

.ftv-hero h1 {
  color: #ffffff;
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: 0.92;
  margin: 1rem 0 1.4rem;
  letter-spacing: -0.05em;
}

.ftv-hero-text {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.92);
  font-family: 'Nunito', sans-serif;
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  line-height: 1.7;
  margin-bottom: 2rem;
}


/* ------------------------------
   INTRO SECTION
------------------------------ */

.ftv-intro {
  position: relative;
}

.ftv-intro p {
  font-size: 1.02rem;
  line-height: 1.75;
}

.ftv-format-box {
  margin-top: 2rem;
  padding: 1.4rem 1.6rem;
  background: #ffffff;
  border-left: 5px solid #9d4d8d;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.06);
}

.ftv-format-box p {
  margin: 0;
  font-family: 'Nunito', sans-serif;
  color: #333333;
}


/* ------------------------------
   IMAGE CARD / ARTISTIC VINEYARD CARD
------------------------------ */

.ftv-image-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.09);
}

.ftv-image-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

/* Variante artistique pour l'image vignoble / gorille */
.ftv-art-card {
  padding: 0.75rem;
  overflow: visible;
  transform: rotate(1deg);
}

.ftv-art-card img {
  border-radius: 22px;
}

.ftv-art-card::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(157, 77, 141, 0.16), transparent 38%),
    radial-gradient(circle at bottom right, rgba(107, 82, 55, 0.16), transparent 42%);
  z-index: -1;
}

.ftv-image-caption {
  margin: 0.9rem 0 0.2rem;
  padding: 0 0.4rem;
  font-family: 'Nunito', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #6f6f6f;
  text-align: center;
  font-style: italic;
}


/* ------------------------------
   CENTER TEXT
------------------------------ */

.ftv-center-text {
  max-width: 760px;
  margin: 0 auto;
  font-family: 'Nunito', sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #4f4f4f;
}


/* ------------------------------
   EXPERIENCE CARDS
------------------------------ */

.ftv-cards {
  align-items: stretch;
}

.ftv-cards .tt-card {
  position: relative;
  height: 100%;
  padding: 2rem 1.6rem;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ftv-cards .tt-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.1);
}

.ftv-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(157, 77, 141, 0.1);
  font-size: 1.7rem;
}

.ftv-cards h3 {
  margin: 0 0 0.8rem;
  font-size: 1.18rem;
  line-height: 1.25;
  color: #222222;
}

.ftv-cards p {
  margin: 0;
  font-family: 'Nunito', sans-serif;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #555555;
}


/* ------------------------------
   WHO SECTION
------------------------------ */

.ftv-list-box {
  padding: 2rem;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.07);
}

.ftv-list-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ftv-list-box li {
  position: relative;
  padding: 0.85rem 0 0.85rem 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  color: #333333;
}

.ftv-list-box li:last-child {
  border-bottom: none;
}

.ftv-list-box li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.82rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #9d4d8d;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
  font-weight: 700;
}


/* ------------------------------
   DARK SECTION
------------------------------ */

.ftv-dark {
  position: relative;
  overflow: hidden;
}

.ftv-dark::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.ftv-dark::after {
  content: "";
  position: absolute;
  left: -90px;
  bottom: -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(157, 77, 141, 0.22);
}

.ftv-dark .tt-container {
  position: relative;
  z-index: 2;
}

.ftv-dark h2 {
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.05;
  margin: 1rem 0 1.4rem;
}

.ftv-dark p {
  color: rgba(255, 255, 255, 0.88);
  font-family: 'Nunito', sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 640px;
}

/* Carte citation */
.ftv-dark-card {
  padding: 2.4rem;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
}

.ftv-dark-card p {
  margin: 0;
  color: #ffffff;
  font-family: 'Permanent Marker', cursive;
  font-size: clamp(1.7rem, 3vw, 2.9rem);
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0;
}


/* ------------------------------
   FAQ
------------------------------ */

.ftv-faq {
  max-width: 920px;
  margin: 0 auto;
}

.ftv-faq details {
  margin-bottom: 1rem;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.055);
  overflow: hidden;
}

.ftv-faq summary {
  position: relative;
  cursor: pointer;
  padding: 1.25rem 3.5rem 1.25rem 1.4rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  color: #222222;
  list-style: none;
}

.ftv-faq summary::-webkit-details-marker {
  display: none;
}

.ftv-faq summary::after {
  content: "+";
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: rgba(157, 77, 141, 0.1);
  color: #9d4d8d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.ftv-faq details[open] summary::after {
  content: "–";
}

.ftv-faq details p {
  margin: 0;
  padding: 0 1.4rem 1.35rem;
  font-family: 'Nunito', sans-serif;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #555555;
}


/* ------------------------------
   FINAL CTA
------------------------------ */

.ftv-final {
  position: relative;
  overflow: hidden;
}

.ftv-final h2 {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.08;
}

.ftv-final p {
  max-width: 780px;
  margin: 1.2rem auto 2rem;
  font-family: 'Nunito', sans-serif;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #4f4f4f;
}


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

@media (max-width: 1024px) {
  .ftv-hero {
    min-height: 500px;
  }

  .ftv-cards.tt-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ftv-art-card {
    transform: rotate(0deg);
  }
}

@media (max-width: 768px) {
  .ftv-hero {
    min-height: 520px;
    background-position: center;
  }

  .ftv-hero-overlay {
    background:
      linear-gradient(
        100deg,
        rgba(20, 25, 30, 0.82) 0%,
        rgba(20, 25, 30, 0.66) 55%,
        rgba(20, 25, 30, 0.40) 100%
      );
  }

  .ftv-hero .tt-hero-content {
    padding: 4rem 1.2rem;
  }

  .ftv-hero h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
    line-height: 0.96;
  }

  .ftv-hero-text {
    font-size: 1.02rem;
  }

  .ftv-format-box {
    padding: 1.2rem;
  }

  .ftv-cards.tt-grid-4 {
    grid-template-columns: 1fr;
  }

  .ftv-cards .tt-card {
    padding: 1.6rem 1.35rem;
  }

  .ftv-list-box {
    padding: 1.4rem;
  }

  .ftv-dark-card {
    padding: 1.8rem;
  }

  .ftv-faq summary {
    padding: 1.15rem 3rem 1.15rem 1.1rem;
  }

  .ftv-faq details p {
    padding: 0 1.1rem 1.2rem;
  }
}

@media (max-width: 480px) {
  .ftv-hero {
    min-height: 500px;
  }

  .ftv-hero .tt-hero-content {
    padding: 3.5rem 1rem;
  }

  .ftv-image-caption {
    font-size: 0.84rem;
  }

  .ftv-icon {
    width: 48px;
    height: 48px;
    font-size: 1.45rem;
  }

  .ftv-dark-card p {
    font-size: 1.55rem;
  }
}/* End custom CSS */