/* Contact — infos pratiques (section Prendre RDV) */

.contact-v31-infos-figure .contact-v31-info-label {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.18rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #FBF6EC;
  display: inline-block;
  margin-bottom: 2px;
}

.contact-v31-infos-figure .ed-practice__text {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.96rem;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.82;
  color: rgba(251, 246, 236, 0.92);
}

.contact-v31-infos-figure .ed-practice__text strong {
  color: #FBF6EC;
  font-weight: 300;
}

.contact-v31-infos-figure .ed-practice__text a {
  color: inherit;
  text-decoration: none;
  font-weight: 300;
}

.contact-v31-infos-figure .ed-practice__text a:hover {
  color: #FFFEF9;
  text-decoration: underline;
}

.contact-v31-rdv .contact-v31-tarif-label {
  font-weight: 300;
}

.contact-v31-rdv .contact-v31-tarif-label strong {
  font-weight: 300;
}

/* Tarifs : public – durée alignés, tiret centré entre les deux */
.contact-v31-rdv .contact-v31-tarif {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0;
}

.contact-v31-rdv .contact-v31-tarif-head {
  display: flex;
  flex: 0 0 12.5em;
  width: 12.5em;
  align-items: flex-end;
  min-width: 0;
}

.contact-v31-rdv .contact-v31-tarif-audience,
.contact-v31-rdv .contact-v31-tarif-duration,
.contact-v31-rdv .contact-v31-tarif-sep {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 300;
  color: rgba(251, 246, 236, 0.92);
  line-height: 1.2;
  padding-bottom: 0.15em;
  white-space: nowrap;
}

.contact-v31-rdv .contact-v31-tarif-audience {
  flex: 0 0 auto;
}

.contact-v31-rdv .contact-v31-tarif-sep {
  flex: 1 1 auto;
  min-width: 0.75em;
  text-align: center;
  color: rgba(251, 246, 236, 0.72);
}

.contact-v31-rdv .contact-v31-tarif-duration {
  flex: 0 0 4.25em;
  width: 4.25em;
}

.contact-v31-rdv .contact-v31-tarif-leader {
  flex: 1 1 auto;
  margin: 0 0.85em 0.42em;
  min-width: 16px;
}

.contact-v31-rdv .contact-v31-tarif-price {
  flex: 0 0 auto;
  text-align: right;
}

/* PC : labels bien alignés sur la police du titre */
@media (min-width: 992px) {
  .contact-v31-infos-figure .contact-v31-info-label {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.2rem, 1.5vw, 1.4rem);
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #FBF6EC;
  }
}

/* Mobile : infos pratiques complètes, puis Calendly plein écran */
@media (max-width: 991.98px) {
  .contact-v31-ed.ed-concepts,
  .contact-v31-ed#RDV {
    overflow-x: visible;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-v31-rdv.ed-practice--01 {
    --contact-v31-rdv-overlap-y: 0px;
    --contact-v31-calendly-footer-crop: 88px;
    --contact-v31-calendly-embed-height: 680px;
    overflow: visible;
  }

  .contact-v31-rdv.ed-practice--01 .ed-practice__row {
    flex-direction: column !important;
    align-items: stretch;
    width: 100%;
    gap: 20px;
  }

  .contact-v31-rdv.ed-practice--01 .ed-practice__figure.contact-v31-infos-figure {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    align-self: stretch;
    flex-shrink: 0;
  }

  .contact-v31-infos-inner {
    padding: 24px 22px 28px;
  }

  .contact-v31-rdv.ed-practice--01 .contact-v31-calendly-panel.ed-practice__content {
    flex: none !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    margin-top: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    position: relative;
    z-index: 1;
  }

  .contact-v31-rdv.ed-practice--01 .contact-v31-calendly-card {
    border-radius: 0;
    box-shadow: none;
    width: 100%;
  }

  .contact-v31-rdv.ed-practice--01 .contact-v31-calendly-frame,
  .contact-v31-rdv.ed-practice--01 .contact-v31-calendly-frame .calendly-inline-widget {
    min-width: 0 !important;
    width: 100% !important;
  }

  .contact-v31-rdv.ed-practice--01 .contact-v31-calendly-frame .calendly-inline-widget iframe {
    width: 100% !important;
    min-width: 0 !important;
  }

  .contact-v31-rdv.ed-practice--01 .contact-v31-calendly-card .contact-v31-lyon-note {
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
  }
}

@media (max-width: 767px) {
  .contact-v31-rdv.ed-practice--01 {
    --contact-v31-calendly-footer-crop: 84px;
    --contact-v31-calendly-embed-height: 660px;
  }
}

/* FAQ — liens lisibles sur fond terracotta */
.contact-v31-faq-list details p a {
  color: #FFFEF9;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(255, 254, 249, 0.55);
  text-underline-offset: 0.18em;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.contact-v31-faq-list details p a:hover,
.contact-v31-faq-list details p a:focus-visible {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.9);
}
