.elementor-726 .elementor-element.elementor-element-dc645e3{--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-726 .elementor-element.elementor-element-9e58f3e{--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;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-dc645e3 *//* ================================================
   VERA NAILS — CSS GLOBAL
   À coller dans : Apparence > Personnaliser > CSS additionnel
   OU Elementor > Paramètres page > CSS personnalisé
   ================================================ */

/* ===== HERO ===== */
.vn-hero {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 60px;
  padding: 80px 40px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2e1a26 100%);
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}
.vn-hero::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(201,123,178,0.18) 0%, transparent 70%);
  border-radius: 50%;
}
.vn-hero::after {
  content: '';
  position: absolute;
  bottom: -50px; left: -30px;
  width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(201,123,178,0.12) 0%, transparent 70%);
  border-radius: 50%;
}
.vn-hero-tag {
  display: inline-block;
  font-family: 'Georgia', serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c97bb2;
  border: 1px solid rgba(201,123,178,0.4);
  padding: 5px 18px;
  border-radius: 50px;
  margin-bottom: 22px;
}
.vn-hero h1 {
  font-family: 'Georgia', serif;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 18px;
}
.vn-hero p {
  font-family: 'Georgia', serif;
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.8;
  max-width: 560px;
  margin: 0 auto 28px;
}
.vn-hero-divider {
  width: 48px;
  height: 2px;
  background: #c97bb2;
  margin: 0 auto;
  border-radius: 2px;
}

/* ===== ARTICLE ===== */
.vn-article {
  font-family: 'Georgia', serif;
  color: #000;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.vn-article p {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #000;
  margin-bottom: 1.3rem;
}
.vn-intro {
  font-size: 1.08rem;
  line-height: 1.9;
  color: #000;
  margin-bottom: 40px;
}
.vn-article h2 {
  font-size: 1.6rem;
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
}
.vn-article h3 {
  font-size: 1.2rem;
  color: #000;
  margin-top: 24px;
  margin-bottom: 10px;
}

/* ===== GRILLES IMAGE + TEXTE ===== */
.vn-row {
  display: grid;
  gap: 40px;
  align-items: start;
  margin-bottom: 50px;
}
.vn-row-img-left  { grid-template-columns: 1fr 1fr; }
.vn-row-img-right { grid-template-columns: 1fr 1fr; }
.vn-row-img-right .vn-row-img  { order: 2; }
.vn-row-img-right .vn-row-text { order: 1; }
.vn-row-img img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
.vn-img-center {
  margin: 40px 0;
  text-align: center;
}
.vn-img-center img {
  width: 80%;
  max-width: 700px;
  height: auto;
  border-radius: 4px;
  display: inline-block;
}

/* ===== ENCART HIGHLIGHT ===== */
.vn-highlight {
  background-color: #fdf0f7;
  border-left: 4px solid #c97bb2;
  border-radius: 6px;
  padding: 20px 24px;
  margin: 24px 0;
}
.vn-highlight p.vn-highlight-title {
  font-weight: bold;
  color: #8b3a6e;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-top: 0;
}
.vn-highlight ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vn-highlight ul li {
  padding: 5px 0 5px 26px;
  position: relative;
  font-size: 0.97rem;
  color: #000;
  line-height: 1.6;
}
.vn-highlight ul li::before {
  content: "✓";
  color: #c97bb2;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* ===== TABLEAU ===== */
.vn-table-wrap {
  overflow-x: auto;
  margin: 30px 0 50px;
  -webkit-overflow-scrolling: touch;
}
.vn-table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  font-size: 0.97rem;
}
.vn-table thead tr {
  background-color: #000;
  color: #fff;
}
.vn-table thead th { padding: 14px 18px; text-align: left; }
.vn-table tbody tr:nth-child(odd)  { background-color: #fdf0f7; }
.vn-table tbody tr:nth-child(even) { background-color: #fff; }
.vn-table tbody td {
  padding: 12px 18px;
  border-bottom: 1px solid #e8d0e0;
  color: #000;
}
.vn-table tbody td:first-child { font-weight: bold; color: #000; }

/* ===== BOUTONS ===== */
.vn-cta-wrap {
  text-align: center;
  margin: 36px 0;
}
.vn-btn {
  display: inline-block;
  background-color: #000;
  color: #fff !important;
  text-decoration: none;
  padding: 16px 44px;
  border-radius: 50px;
  font-size: 1rem;
  font-family: 'Georgia', serif;
  letter-spacing: 0.03em;
  transition: background 0.3s ease, transform 0.2s ease;
  margin: 6px;
}
.vn-btn:hover { background-color: #333; transform: translateY(-2px); }
.vn-btn.pink  { background-color: #c97bb2; }
.vn-btn.pink:hover { background-color: #a85a93; }

/* ===== BLOC CONFIANCE ===== */
.vn-trust {
  background: #fdf6fb;
  border-radius: 10px;
  padding: 36px 32px;
  margin: 40px 0;
  text-align: center;
}
.vn-trust h2 { margin-top: 0; }
.vn-trust p  { color: #000; }

/* ===== SÉPARATEUR ===== */
.vn-sep {
  border: none;
  border-top: 1px solid #e8d0e0;
  margin: 50px 0;
}

/* ===== QCM ===== */
.vn-qcm {
  background: linear-gradient(135deg, #fdf0f7, #fff8fc);
  border: 1px solid #e4afd4;
  border-radius: 14px;
  padding: 36px 32px;
  margin: 50px 0;
}
.vn-qcm h2 {
  text-align: center;
  color: #8b3a6e;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 1.5rem;
}
.vn-qcm .vn-qcm-subtitle {
  text-align: center;
  color: #555;
  font-style: italic;
  font-size: 0.95rem;
  margin-bottom: 32px;
}
.vn-question { margin-bottom: 28px; }
.vn-question p {
  font-weight: bold;
  color: #000;
  margin-bottom: 12px;
  font-size: 1rem;
}
.vn-question label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #e4afd4;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 0.97rem;
  color: #000;
  transition: background 0.2s ease, border-color 0.2s ease;
  background: #fff;
}
.vn-question label:hover { background: #fdf0f7; border-color: #c97bb2; }
.vn-question input[type="radio"] {
  accent-color: #c97bb2;
  width: 18px; height: 18px;
  flex-shrink: 0;
}
.vn-qcm-btn {
  display: block;
  width: fit-content;
  margin: 30px auto 0;
  background-color: #8b3a6e;
  color: #fff;
  border: none;
  padding: 14px 44px;
  border-radius: 50px;
  font-size: 1rem;
  font-family: 'Georgia', serif;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}
.vn-qcm-btn:hover { background-color: #6e2a55; transform: translateY(-2px); }
.vn-qcm-result {
  display: none;
  margin-top: 24px;
  padding: 20px 24px;
  border-radius: 10px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
}
.vn-qcm-result.gel  { background: #fff8e1; border: 1px solid #f0c040; color: #000; }
.vn-qcm-result.semi { background: #fdf0f7; border: 1px solid #c97bb2; color: #000; }
.vn-qcm-result strong { display: block; font-size: 1.15rem; margin-bottom: 6px; }

/* ===== RESPONSIVE 768px ===== */
@media (max-width: 768px) {
  .vn-hero { padding: 44px 24px; margin-bottom: 36px; }
  .vn-hero h1 { font-size: 1.6rem; }
  .vn-article h2 { font-size: 1.3rem; }
  .vn-row-img-left,
  .vn-row-img-right { grid-template-columns: 1fr; gap: 24px; }
  .vn-row-img-right .vn-row-img { order: 0; }
  .vn-row-img img { height: 300px; }
  .vn-img-center img { width: 100%; }
  .vn-trust { padding: 24px 18px; }
  .vn-qcm  { padding: 24px 16px; }
  .vn-btn  { display: block; width: 100%; box-sizing: border-box; text-align: center; padding: 14px 20px; margin: 6px 0; }
  .vn-qcm-btn { width: 100%; text-align: center; }
}

/* ===== RESPONSIVE 480px ===== */
@media (max-width: 480px) {
  .vn-article { padding: 0 14px; }
  .vn-hero h1 { font-size: 1.35rem; }
  .vn-hero p  { font-size: 0.93rem; }
  .vn-article p, .vn-intro { font-size: 0.97rem; }
  .vn-highlight { padding: 16px 14px; }
  .vn-row { gap: 16px; margin-bottom: 32px; }
  .vn-sep { margin: 30px 0; }
  .vn-row-img img { height: 240px; }
  .vn-table { font-size: 0.88rem; }
  .vn-table thead th,
  .vn-table tbody td { padding: 10px 12px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14fb146 */<style>
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Montserrat:wght@300;400;500;600&display=swap');

  .vn-cta,
  .vn-cta * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  .vn-cta {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    position: relative;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
  }

  /* Background image */
  .vn-cta__bg {
    position: absolute;
    inset: 0;
    background-image: url('https://veranails.fr/wp-content/uploads/2026/03/Vera-Nails-CTA-2.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }

  /* Overlay */
  .vn-cta__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      160deg,
      rgba(30, 12, 20, 0.88) 0%,
      rgba(40, 18, 28, 0.82) 50%,
      rgba(50, 22, 35, 0.75) 100%
    );
  }

  /* Content */
  .vn-cta__inner {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 110px 6%;
    text-align: center;
    color: #fff;
  }

  /* Decorative elements */
  .vn-cta__deco-top {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #F6B1C3, transparent);
    margin: 0 auto 32px;
  }

  .vn-cta__eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #F6B1C3;
    margin-bottom: 24px;
  }

  .vn-cta__title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 400;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.3);
  }

  .vn-cta__title em {
    font-style: italic;
    font-weight: 500;
    color: #F6B1C3;
  }

  .vn-cta__text {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.92rem, 1.4vw, 1.05rem);
    font-weight: 400;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    max-width: 560px;
    margin: 0 auto 40px;
    text-shadow: 0 1px 6px rgba(0,0,0,0.2);
  }

  .vn-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-decoration: none;
    color: #2a1520;
    background: linear-gradient(135deg, #F6B1C3, #e8969e);
    padding: 20px 52px;
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .vn-cta__btn:hover {
    background: linear-gradient(135deg, #f8c9d6, #F6B1C3);
    transform: translateY(-2px);
    box-shadow: 0 16px 48px rgba(246, 177, 195, 0.35);
    color: #2a1520;
    text-decoration: none;
  }

  .vn-cta__btn-arrow {
    display: inline-block;
    width: 20px;
    height: 1.5px;
    background: #2a1520;
    position: relative;
    transition: width 0.3s ease;
  }

  .vn-cta__btn-arrow::after {
    content: '';
    position: absolute;
    right: 0;
    top: -3px;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid #2a1520;
    border-top: 1.5px solid #2a1520;
    transform: rotate(45deg);
  }

  .vn-cta__btn:hover .vn-cta__btn-arrow {
    width: 28px;
  }

  .vn-cta__deco-bottom {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #F6B1C3, transparent);
    margin: 40px auto 0;
  }

  /* === TABLETTE === */
  @media (max-width: 1024px) {
    .vn-cta__inner {
      padding: 90px 6%;
    }

    .vn-cta__title {
      font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    }
  }

  /* === MOBILE === */
  @media (max-width: 768px) {
    .vn-cta__bg {
      background-attachment: scroll;
    }

    .vn-cta__inner {
      padding: 80px 7%;
    }

    .vn-cta__title {
      font-size: clamp(1.4rem, 6vw, 1.9rem);
    }

    .vn-cta__text {
      font-size: 0.92rem;
    }

    .vn-cta__btn {
      width: 100%;
      justify-content: center;
      padding: 18px 36px;
      font-size: 12px;
    }
  }

  /* === PETIT MOBILE === */
  @media (max-width: 400px) {
    .vn-cta__inner {
      padding: 60px 5%;
    }

    .vn-cta__title {
      font-size: 1.3rem;
    }

    .vn-cta__btn {
      padding: 16px 28px;
      font-size: 11px;
    }
  }
</style>/* End custom CSS */