@media (max-width: 576px) {
    .faq-accordeons p, .questionnaire-section p {
        font-size: 17px;
        line-height: 25px;
    }

    .faq-accordeons h2 {
        font-size: 24px;
        line-height: 31px;
    }

    .faq-item__question {
        font-size: 20px;
        line-height: 26px;
    }
}

.questionnaire-section .alert {
    width: 100%;
    max-width: 760px;
    padding: 14px 18px;
    border-radius: 14px;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
}

.questionnaire-section .alert-success {
    background: rgba(36, 94, 79, 0.12);
    border: 1px solid rgba(36, 94, 79, 0.35);
    color: #245e4f;
}

.questionnaire-section .alert-danger {
    background: rgba(180, 35, 24, 0.1);
    border: 1px solid rgba(180, 35, 24, 0.35);
    color: #b42318;
}

/* Footer – centrage logo (tous écrans) */
.lc-footer-brand {
  display: flex;
  justify-content: center;
}

.lc-footer-brand-link {
  display: inline-flex;
  justify-content: center;
}

.lc-footer-logo {
  display: block;
  margin: 0 auto;
}

.priority-text {
  cursor: pointer;
}



section.lc-hub-section {
    background: #245e4f
}

 .lc-hub-section{
    padding: 56px 0;
  }

  .lc-hub-title{
    font-size: clamp(26px, 3.2vw, 40px);
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 41px;
    color: #f1f0ec;
  }

  .lc-hub-intro{
    margin: 0 0 18px;
    max-width: 70ch;
    font-size: 1.05rem;
    opacity: .9;
    font-size: 20px;
    line-height: 32px;
    color: #f1f0ec;
  }

  .lc-hub-card{
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;

    background: #f2bd21;
    box-shadow: 0 14px 28px rgba(0,0,0,.08);
    padding: 18px 18px 16px;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  }

  .lc-hub-card:hover{
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(0,0,0,.12);
    border-color: rgba(0,0,0,.28);
  }

  .lc-hub-card:focus{
    outline: 3px solid rgba(0,0,0,.35);
    outline-offset: 2px;
  }

  .lc-hub-card-icon{
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .lc-hub-card-title{
    margin: 0 0 8px;
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: .02em;
  }

  .lc-hub-card-text{
    margin: 0 0 12px;
    opacity: .9;
    font-size: .98rem;
    line-height: 1.35;
  }

  .lc-hub-card-cta{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: .85rem;
  }

  .lc-hub-title{
  position: relative;
}

.lc-hub-title::after{
  content:"";
  display:block;
  width: 120px;
  height: 6px;
  background: var(--lc-yellow);
  margin-top: 6px;
}

span.highlight-underline-hub {
    background-image: linear-gradient(to top, #f2bd21 0, #f2bd21 0.22em, transparent 0.22em);
    background-repeat: no-repeat;
    background-size: 100% 0.22em;
    background-position: 0 88%;
}

.card-header-centered {
  display: flex;
  flex-direction: column;
  align-items: center;   /* centrage horizontal */
  text-align: center;
  margin-bottom: 1rem;
}

.card-header-centered i {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.card-header-centered h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

@media (min-width: 576px) {
  .lc-hub-card-title{
    min-height: 2.8em;
  }
}

@media (max-width: 576px) {
  .lc-hub-title{
    font-size: 26px;
    line-height: 32px;
  }

  .lc-hub-intro{
    font-size: 17px;
    line-height: 25px;
  }
}
