.elementor-25522 .elementor-element.elementor-element-1664a32b{--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-25522 .elementor-element.elementor-element-52d74ec5 .wdt-heading-holder, .elementor-25522 .elementor-element.elementor-element-52d74ec5 .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-25522 .elementor-element.elementor-element-52d74ec5 .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-25522 .elementor-element.elementor-element-52d74ec5 .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:center;justify-content:center;justify-items:center;}.elementor-25522 .elementor-element.elementor-element-52d74ec5 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{align-items:center;}.elementor-25522 .elementor-element.elementor-element-52d74ec5 .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{align-items:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-25522 .elementor-element.elementor-element-64750c6{--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;}/* Start custom CSS for html, class: .elementor-element-3b9002e5 */.fenetres-article {
  /* --- Root Variables (pour cette section uniquement) --- */
  --primary-color: #2c3e50;    /* Dark blue/charcoal */
  --secondary-color: #7f8c8d;  /* Medium gray */
  --accent-color: #3498db;     /* Vibrant blue */
  --light-bg: #ecf0f1;         /* Very light gray */
  --dark-text: #2c3e50;        /* Dark text */
  --card-bg: #ffffff;          /* White for cards */
  --shadow-light: rgba(0, 0, 0, 0.1);
  --shadow-hover: rgba(0, 0, 0, 0.2);

  font-family: 'Poppins', sans-serif !important;
  line-height: 1.6 !important;
  color: var(--dark-text) !important;
  background-color: var(--light-bg) !important;
}

.fenetres-article .elementor-section.your-header-section-class {
  background-color: var(--card-bg) !important;
  padding: 40px 20px !important;
  box-shadow: 0 4px 8px var(--shadow-light) !important;
  text-align: center !important;
}

.fenetres-article .elementor-heading-title.main-title {
  font-size: 2.5em !important;
  color: var(--primary-color) !important;
  margin-bottom: 10px !important;
  font-weight: 600 !important;
}

.fenetres-article .elementor-text-editor.subtitle-text {
  font-size: 1.1em !important;
  color: var(--secondary-color) !important;
  max-width: 800px !important;
  margin: 0 auto 20px auto !important;
}

.fenetres-article .reasons-grid-container {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 30px !important;
  padding: 20px !important;
  max-width: 1200px !important;
  margin: 30px auto !important;
}

.fenetres-article .reason-card {
  background-color: var(--card-bg) !important;
  border-radius: 10px !important;
  box-shadow: 0 5px 15px var(--shadow-light) !important;
  padding: 30px !important;
  text-align: center !important;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  box-sizing: border-box !important;
}

.fenetres-article .reason-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 10px 25px var(--shadow-hover) !important;
}

.fenetres-article .reason-card .icon-circle {
  background-color: var(--primary-color) !important;
  color: white !important;
  width: 70px !important;
  height: 70px !important;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 2.2em !important;
  margin-bottom: 20px !important;
  transition: background-color 0.3s ease-in-out !important;
}

.fenetres-article .reason-card:hover .icon-circle {
  background-color: var(--accent-color) !important;
}

.fenetres-article .reason-card h2 {
  font-size: 1.5em !important;
  margin-top: 0 !important;
  color: var(--primary-color) !important;
  margin-bottom: 15px !important;
  font-weight: 600 !important;
}

.fenetres-article .reason-card p {
  font-size: 1em !important;
  color: var(--dark-text) !important;
  line-height: 1.6 !important;
}

.fenetres-article .summary-section {
  background-color: var(--primary-color) !important;
  color: white !important;
  padding: 50px 20px !important;
  text-align: center !important;
  margin-top: 50px !important;
  box-shadow: 0 -4px 8px var(--shadow-light) !important;
}

.fenetres-article .summary-section h2 {
  color: white !important;
  font-size: 2em !important;
  margin-bottom: 20px !important;
}

.fenetres-article .summary-section p {
  font-size: 1.1em !important;
  max-width: 800px !important;
  margin: 0 auto 20px auto !important;
}

.fenetres-article .summary-section .cta-question {
  font-size: 1.3em !important;
  font-weight: 600 !important;
  margin-top: 30px !important;
}

.fenetres-article .cta-button {
  display: inline-block !important;
  background-color: var(--accent-color) !important;
  color: white !important;
  padding: 15px 30px !important;
  border-radius: 5px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 1.1em !important;
  transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out !important;
  margin-top: 20px !important;
  border: none !important;
  cursor: pointer !important;
}

.fenetres-article .cta-button:hover {
  background-color: #2980b9 !important;
  transform: scale(1.05) !important;
}

.fenetres-article .footer-section {
  background-color: var(--dark-text) !important;
  color: white !important;
  text-align: center !important;
  padding: 20px !important;
  margin-top: 30px !important;
  font-size: 0.9em !important;
}

@media (max-width: 768px) {
  .fenetres-article .elementor-heading-title.main-title {
    font-size: 2em !important;
  }

  .fenetres-article .reasons-grid-container {
    grid-template-columns: 1fr !important;
    padding: 15px !important;
  }

  .fenetres-article .reason-card {
    padding: 25px !important;
  }

  .fenetres-article .reason-card h2 {
    font-size: 1.3em !important;
  }

  .fenetres-article .summary-section h2 {
    font-size: 1.8em !important;
  }

  .fenetres-article .cta-button {
    padding: 12px 25px !important;
    font-size: 1em !important;
  }
}/* End custom CSS */