.elementor-65959 .elementor-element.elementor-element-6790a00{--display:flex;}.elementor-65959 .elementor-element.elementor-element-6790a00 .elementor-repeater-item-9906fa3{--float-image-width:30;--float-image-left:50;--float-image-top:30;}.elementor-widget-table-of-contents{--header-color:var( --e-global-color-secondary );--item-text-color:var( --e-global-color-text );--item-text-hover-color:var( --e-global-color-accent );--marker-color:var( --e-global-color-text );}.elementor-widget-table-of-contents .elementor-toc__header, .elementor-widget-table-of-contents .elementor-toc__header-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-table-of-contents .elementor-toc__list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-65959 .elementor-element.elementor-element-f2b140a .elementor-toc__header-title{text-align:start;}.elementor-65959 .elementor-element.elementor-element-f2b140a .elementor-toc__header{flex-direction:row;}.elementor-65959 .elementor-element.elementor-element-f2b140a{--item-text-hover-decoration:underline;}/* Start custom CSS for html, class: .elementor-element-324d8ff *//* ==================================================
   Vie & Accompagnement – Pages Villes CSS FINAL v5
   Identique au rendu Mainvilliers
   À coller dans Apparence > CSS additionnel
   ================================================== */

.va-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 20px;
}
.va-section {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.va-section h2 {
  font-size: 26px;
  margin-bottom: 16px;
  color: #222;
}
.va-intro-chapeau {
  font-size: 17px;
  color: #333;
  margin-bottom: 16px;
  font-style: normal;
}
.va-text {
  font-size: 16px;
  line-height: 1.75;
  color: #444;
  margin-bottom: 14px;
}

/* ─── LISTE AIDES (puces • vertes) ─── */
.va-service-list {
  list-style: none;
  margin: 10px 0 0 36px;
  padding: 0;
}
.va-service-list li {
  position: relative;
  font-size: 15px;
  line-height: 1.65;
  color: #444;
  margin-bottom: 6px;
}
.va-service-list li::before {
  content: "•";
  position: absolute;
  left: -16px;
  color: #61ce70;
  font-size: 22px;
  line-height: 1.2;
}

/* ─── GRILLE SERVICES (style Mainvilliers) ─── */
.va-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
  margin-top: 24px;
}
.va-service {
  background: #ffffff;
  padding: 22px;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
}
/* Badge ✔ vert rond avant chaque titre de carte */
.va-service h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  font-size: 17px;
  color: #222;
}
.va-service h3::before {
  content: "✔";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  min-width: 26px;
  background: #61ce70;
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  flex-shrink: 0;
}

/* ─── CTA FIN SERVICES ─── */
.va-services-cta {
  margin-top: 40px;
  padding: 30px 26px;
  background: #f4fbf6;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.va-services-cta-text {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 18px;
}
.va-services-cta-btn {
  display: inline-block;
  padding: 15px 34px;
  background: #61ce70;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 10px 26px rgba(97,206,112,0.35);
}
.va-services-cta-btn:hover {
  background: #52b864;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(97,206,112,0.45);
}

/* ─── IMAGE UNIQUE ─── */
.va-image {
  margin: 28px 0 0;
  text-align: center;
}
.va-image img {
  max-width: 100%;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(0,0,0,0.12);
  display: block;
  margin: 0 auto;
}
.va-image iframe {
  max-width: 100%;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(0,0,0,0.12);
  display: block;
  margin-bottom: 0 !important;
}
.va-image figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  font-style: italic;
}

/* ─── CTA BLOC INTERMÉDIAIRE ─── */
.va-cta {
  margin: 40px 0;
  padding: 30px 32px;
  background: linear-gradient(135deg, #f4fbf6, #ffffff);
  border-left: 6px solid #61ce70;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.08);
}
.va-cta-content h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #222;
}
.va-cta-content p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}
.va-cta-btn {
  display: inline-block;
  padding: 13px 26px;
  background-color: #61ce70;
  color: #ffffff !important;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}
.va-cta-btn:hover {
  background-color: #52b864;
  transform: translateY(-2px);
}

/* ─── CTA PILL ─── */
.va-cta-pill {
  margin: 15px auto 40px !important;
  padding: 44px 48px;
  background: linear-gradient(135deg, #f4fbf6, #ffffff);
  border-radius: 26px;
  box-shadow: 0 22px 50px rgba(0,0,0,0.12);
  max-width: 1100px;
  text-align: center;
  border-left: 6px solid #61ce70;
}
.va-cta-pill h3 {
  font-size: 26px;
  margin-bottom: 14px;
  color: #222;
}
.va-cta-pill-text {
  font-size: 16px;
  line-height: 1.75;
  color: #444;
  max-width: 820px;
  margin: 0 auto 28px;
}
.va-cta-pill-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.va-cta-pill-btn {
  display: block;
  width: 100%;
  max-width: 560px;
  padding: 18px 36px;
  background: #61ce70;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 12px 28px rgba(97,206,112,0.35);
}
.va-cta-pill-btn:hover {
  background: #52b864;
  transform: translateY(-2px);
}
.va-cta-pill-phone {
  font-size: 15px;
  font-weight: 600;
  color: #2e2e2e;
  text-decoration: none;
}
.va-cta-pill-phone:hover { text-decoration: underline; }

/* ─── FAQ ACCORDÉON ─── */
.va-faq { margin-top: 20px; }
.va-faq-item {
  border: 1px solid #d4f0d4;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
}
.va-faq-question {
  width: 100%;
  background: #f9fdf9;
  border: none;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transition: background 0.2s ease, color 0.2s ease;
}
/* ✅ HOVER FAQ : texte devient vert */
.va-faq-question:hover {
  background: #edf8ee;
  color: #61ce70;
}
.va-faq-icon {
  font-size: 22px;
  font-weight: 400;
  color: #61ce70;
  flex-shrink: 0;
  transition: transform 0.25s ease;
  line-height: 1;
}
.va-faq-question[aria-expanded="true"] {
  color: #61ce70;
}
.va-faq-question[aria-expanded="true"] .va-faq-icon {
  transform: rotate(45deg);
}
.va-faq-answer {
  padding: 0 22px 18px;
  background: #ffffff;
}
.va-faq-answer[hidden] { display: none; }

/* ─── RESPONSIVE ─── */
@media (max-width: 768px) {
  .va-section h2 { font-size: 22px; }
  .va-services-grid { grid-template-columns: 1fr; gap: 20px; }
  .va-service { padding: 20px 18px; }
  .va-service-list { margin-left: 28px; }
  .va-services-cta-text { font-size: 17px; }
  .va-services-cta-btn { width: 100%; }
  .va-cta { padding: 24px 20px; }
  .va-cta-content h3 { font-size: 19px; }
  .va-cta-pill { padding: 32px 20px !important; }
  .va-cta-pill h3 { font-size: 21px; }
  .va-cta-pill-btn { font-size: 15px; padding: 16px 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-324d8ff *//* ==================================================
   Vie & Accompagnement – Pages Villes CSS FINAL v5
   Identique au rendu Mainvilliers
   À coller dans Apparence > CSS additionnel
   ================================================== */

.va-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 20px;
}
.va-section {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.va-section h2 {
  font-size: 26px;
  margin-bottom: 16px;
  color: #222;
}
.va-intro-chapeau {
  font-size: 17px;
  color: #333;
  margin-bottom: 16px;
  font-style: normal;
}
.va-text {
  font-size: 16px;
  line-height: 1.75;
  color: #444;
  margin-bottom: 14px;
}

/* ─── LISTE AIDES (puces • vertes) ─── */
.va-service-list {
  list-style: none;
  margin: 10px 0 0 36px;
  padding: 0;
}
.va-service-list li {
  position: relative;
  font-size: 15px;
  line-height: 1.65;
  color: #444;
  margin-bottom: 6px;
}
.va-service-list li::before {
  content: "•";
  position: absolute;
  left: -16px;
  color: #61ce70;
  font-size: 22px;
  line-height: 1.2;
}

/* ─── GRILLE SERVICES (style Mainvilliers) ─── */
.va-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
  margin-top: 24px;
}
.va-service {
  background: #ffffff;
  padding: 22px;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
}
/* Badge ✔ vert rond avant chaque titre de carte */
.va-service h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  font-size: 17px;
  color: #222;
}
.va-service h3::before {
  content: "✔";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  min-width: 26px;
  background: #61ce70;
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  flex-shrink: 0;
}

/* ─── CTA FIN SERVICES ─── */
.va-services-cta {
  margin-top: 40px;
  padding: 30px 26px;
  background: #f4fbf6;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.va-services-cta-text {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 18px;
}
.va-services-cta-btn {
  display: inline-block;
  padding: 15px 34px;
  background: #61ce70;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 10px 26px rgba(97,206,112,0.35);
}
.va-services-cta-btn:hover {
  background: #52b864;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(97,206,112,0.45);
}

/* ─── IMAGE UNIQUE ─── */
.va-image {
  margin: 28px 0 0;
  text-align: center;
}
.va-image img {
  max-width: 100%;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(0,0,0,0.12);
  display: block;
  margin: 0 auto;
}
.va-image iframe {
  max-width: 100%;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(0,0,0,0.12);
  display: block;
  margin-bottom: 0 !important;
}
.va-image figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  font-style: italic;
}

/* ─── CTA BLOC INTERMÉDIAIRE ─── */
.va-cta {
  margin: 40px 0;
  padding: 30px 32px;
  background: linear-gradient(135deg, #f4fbf6, #ffffff);
  border-left: 6px solid #61ce70;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.08);
}
.va-cta-content h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #222;
}
.va-cta-content p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}
.va-cta-btn {
  display: inline-block;
  padding: 13px 26px;
  background-color: #61ce70;
  color: #ffffff !important;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}
.va-cta-btn:hover {
  background-color: #52b864;
  transform: translateY(-2px);
}

/* ─── CTA PILL ─── */
.va-cta-pill {
  margin: 15px auto 40px !important;
  padding: 44px 48px;
  background: linear-gradient(135deg, #f4fbf6, #ffffff);
  border-radius: 26px;
  box-shadow: 0 22px 50px rgba(0,0,0,0.12);
  max-width: 1100px;
  text-align: center;
  border-left: 6px solid #61ce70;
}
.va-cta-pill h3 {
  font-size: 26px;
  margin-bottom: 14px;
  color: #222;
}
.va-cta-pill-text {
  font-size: 16px;
  line-height: 1.75;
  color: #444;
  max-width: 820px;
  margin: 0 auto 28px;
}
.va-cta-pill-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.va-cta-pill-btn {
  display: block;
  width: 100%;
  max-width: 560px;
  padding: 18px 36px;
  background: #61ce70;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 12px 28px rgba(97,206,112,0.35);
}
.va-cta-pill-btn:hover {
  background: #52b864;
  transform: translateY(-2px);
}
.va-cta-pill-phone {
  font-size: 15px;
  font-weight: 600;
  color: #2e2e2e;
  text-decoration: none;
}
.va-cta-pill-phone:hover { text-decoration: underline; }

/* ─── FAQ ACCORDÉON ─── */
.va-faq { margin-top: 20px; }
.va-faq-item {
  border: 1px solid #d4f0d4;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
}
.va-faq-question {
  width: 100%;
  background: #f9fdf9;
  border: none;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transition: background 0.2s ease, color 0.2s ease;
}
/* ✅ HOVER FAQ : texte devient vert */
.va-faq-question:hover {
  background: #edf8ee;
  color: #61ce70;
}
.va-faq-icon {
  font-size: 22px;
  font-weight: 400;
  color: #61ce70;
  flex-shrink: 0;
  transition: transform 0.25s ease;
  line-height: 1;
}
.va-faq-question[aria-expanded="true"] {
  color: #61ce70;
}
.va-faq-question[aria-expanded="true"] .va-faq-icon {
  transform: rotate(45deg);
}
.va-faq-answer {
  padding: 0 22px 18px;
  background: #ffffff;
}
.va-faq-answer[hidden] { display: none; }

/* ─── RESPONSIVE ─── */
@media (max-width: 768px) {
  .va-section h2 { font-size: 22px; }
  .va-services-grid { grid-template-columns: 1fr; gap: 20px; }
  .va-service { padding: 20px 18px; }
  .va-service-list { margin-left: 28px; }
  .va-services-cta-text { font-size: 17px; }
  .va-services-cta-btn { width: 100%; }
  .va-cta { padding: 24px 20px; }
  .va-cta-content h3 { font-size: 19px; }
  .va-cta-pill { padding: 32px 20px !important; }
  .va-cta-pill h3 { font-size: 21px; }
  .va-cta-pill-btn { font-size: 15px; padding: 16px 24px; }
}/* End custom CSS */