.elementor-784 .elementor-element.elementor-element-705dcd9{--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 html, class: .elementor-element-c8b0b10 *//* ================================================
   VERA NAILS — CSS ARTICLE BABYBOOMER & FRENCH MANICURE
   À coller dans : Apparence > Personnaliser > CSS additionnel
   ================================================ */

/* ===== 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: 1.3rem;
}
.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: 420px;
  object-fit: cover;
  object-position: center top;
  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;
}

/* ===== 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;
}

/* ===== 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; }

/* ===== 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.baby { background: #fdf0f7; border: 1px solid #c97bb2; color: #000; }
.vn-qcm-result.french { background: #fff8e1; border: 1px solid #f0c040; 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: 280px; }
  .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: 220px; }
  .vn-table { font-size: 0.88rem; }
  .vn-table thead th,
  .vn-table tbody td { padding: 10px 12px; }
}/* End custom CSS */