.elementor-20475 .elementor-element.elementor-element-abf23aa{--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-32116b1 */.faq-discover-page {
  font-family: inherit;
  color: #10233f;
  background: #ffffff;
}

.faq-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* HERO */
.faq-hero {
  background: linear-gradient(135deg, #071b3a, #0f3f78);
  color: #ffffff;
  padding: 110px 0 95px;
  text-align: center;
  border-radius: 0 0 36px 36px;
}

.faq-kicker {
  color: #eaa328;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
}

.faq-hero h1 {
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.05;
  max-width: 900px;
  margin: 0 auto 24px;
  color: #ffffff;
}

.faq-subtitle {
  font-size: clamp(18px, 2vw, 24px);
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,0.9);
}

/* SECTIONS */
.faq-section {
  padding: 85px 0;
}

.faq-section h2 {
  font-size: clamp(30px, 4vw, 48px);
  margin-bottom: 14px;
  color: #071b3a;
}

.faq-section h3 {
  font-size: clamp(22px, 3vw, 32px);
  margin-bottom: 24px;
  color: #0f3f78;
}

.faq-section p {
  font-size: 18px;
  line-height: 1.75;
  max-width: 860px;
  margin-bottom: 18px;
}

.faq-light {
  background: #f4f7fb;
}

.faq-blue {
  background: linear-gradient(135deg, #071b3a, #103f78);
  color: #ffffff;
}

.faq-blue h2,
.faq-blue h3,
.faq-blue p {
  color: #ffffff;
}

/* GRILLE VISION */
.faq-grid {
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(220px, 1fr) );
  gap: 18px;
  margin-top: 35px;
}

.faq-grid div {
  background: #ffffff;
  border: 1px solid #dfe7f3;
  border-radius: 18px;
  padding: 24px;
  font-size: 18px;
  font-weight: 700;
  color: #071b3a;
  box-shadow: 0 10px 30px rgba(7, 27, 58, 0.08);
}

/* TABLEAU */
.faq-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 35px;
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(7, 27, 58, 0.08);
}

.faq-table th {
  background: #071b3a;
  color: #ffffff;
  padding: 22px;
  font-size: 18px;
  text-align: left;
}

.faq-table td {
  padding: 20px 22px;
  font-size: 17px;
  border-bottom: 1px solid #e4ebf5;
}

.faq-table tr:last-child td {
  border-bottom: none;
}

.faq-table td:first-child {
  font-weight: 700;
  color: #0f3f78;
}

/* PHASES */
.faq-two-columns {
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(280px, 1fr) );
  gap: 28px;
  margin-top: 35px;
}

.faq-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 34px;
  box-shadow: 0 15px 40px rgba(7, 27, 58, 0.08);
  border: 1px solid #e1e8f2;
}

.faq-card h3 {
  color: #071b3a;
}

.faq-card ul {
  padding-left: 20px;
  margin: 0;
}

.faq-card li {
  font-size: 18px;
  margin-bottom: 12px;
}

/* BOUTONS */
.faq-button {
  display: inline-block;
  margin-top: 18px;
  background: #eaa328;
  color: #071b3a;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(234, 163, 40, 0.35);
  transition: all 0.25s ease;
}

.faq-button:hover {
  transform: translateY(-2px);
  color: #071b3a;
  box-shadow: 0 14px 36px rgba(234, 163, 40, 0.45);
}

.faq-button.secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.7);
  box-shadow: none;
}

.faq-button.secondary:hover {
  background: #ffffff;
  color: #071b3a;
}

/* ÉTAPES */
.faq-steps {
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(220px, 1fr) );
  gap: 22px;
  margin-top: 35px;
}

.faq-steps div {
  background: #f4f7fb;
  border-radius: 22px;
  padding: 28px;
  border: 1px solid #e1e8f2;
}

.faq-steps span {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #071b3a;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 14px;
}

.faq-steps p {
  margin: 0;
  font-weight: 700;
}

/* FAQ */
details {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 24px;
  margin-bottom: 14px;
  border: 1px solid #e1e8f2;
}

summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  color: #071b3a;
}

details p {
  margin-top: 14px;
  margin-bottom: 0;
}

/* CTA FINAL */
.faq-final-cta {
  background: linear-gradient(135deg, #071b3a, #0f3f78);
  color: #ffffff;
  padding: 90px 0;
  text-align: center;
}

.faq-final-cta h2 {
  color: #ffffff;
  font-size: clamp(32px, 5vw, 56px);
  max-width: 900px;
  margin: 0 auto 28px;
}

.faq-cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

/* MOBILE */
@media (max-width: 768px) {
  .faq-hero {
    padding: 80px 0 70px;
    border-radius: 0 0 24px 24px;
  }

  .faq-section {
    padding: 60px 0;
  }

  .faq-container {
    padding: 0 18px;
  }

  .faq-table,
  .faq-table thead,
  .faq-table tbody,
  .faq-table th,
  .faq-table td,
  .faq-table tr {
    display: block;
  }

  .faq-table th:nth-child(2) {
    display: none;
  }

  .faq-table td {
    border-bottom: none;
  }

  .faq-table td:nth-child(odd) {
    background: #f4f7fb;
    font-weight: 800;
  }

  .faq-table td:nth-child(even) {
    margin-bottom: 12px;
  }

  .faq-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .faq-button {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
}/* End custom CSS */