/** Page coach *********************************************************/
.coach-container-2 {
  max-width: 90%;
  margin: 40px auto;
}

.coach-container-2 .small-device {
  display: none;
}

.coach-container-2 .romain {
  max-width: 400px;
  position: relative;
  float: left;
  shape-outside: url(/ressources/FOTO_CoachingRomainFroment_Det.png);
  shape-margin: 15px;
  filter: drop-shadow(4px 3px 5px rgba(33, 33, 33, 0.75));
}

.coach-container-2 .first-paragraph {
  margin-bottom: 20px;
}

.coach-container-2 p {
  margin-bottom: 20px;
}

.coach-container-2 .questions-answers {
  padding-left: 10px;
}

.coach-container-2 .questions-answers .strong {
  font-size: var(--fs-16);
  font-weight: 500;
}

.coach-container-2 .project {
  display: block;
  margin-bottom: 40px;
  color: var(--main-black);
  font-size: var(--fs-20);
  font-weight: 700;
  font-style: italic;
  text-align: end;
  cursor: pointer;
}

.coach-container-2 .project:hover {
  font-size: var(--fs-22);
}

.coach-custo {
  padding-top: 30px;
}

.check {
  display: block;
  padding-bottom: 15px;
}

/** Page coach - styles déplacés depuis coach.html *********************/
.coach-page {
  width: 100%;
}

.coach-page .coach-hero {
  min-height: 92vh;
}

.coach-page .coach-hero .landing-hero-content {
  width: min(62%, 820px);
  padding-right: 48px;
}

.coach-page .coach-hero .landing-title {
  max-width: 760px;
}

.coach-page .coach-hero .landing-intro {
  max-width: 720px;
}

.coach-page .coach-hero .landing-hero-points {
  margin-top: 12px;
  padding-left: 0;
}

.coach-page .coach-hero .landing-hero-points li {
  list-style: none;
}

.coach-page .coach-hero .landing-hero-card {
  width: min(36vw, 620px);
}

.coach-page .coach-hero .landing-hero-image {
  height: 94%;
}

.coach-page .coach-hero .landing-hero-badge {
  width: 180px;
  height: 180px;
}

.coach-page .coach-intro,
.coach-page .coach-formats {
  width: min(80%, 1200px);
  margin: 0 auto;
}

.coach-page .coach-intro {
  padding: 70px 0 40px;
}

.coach-page .coach-formats {
  padding: 70px 0;
}

.coach-page .coach-intro-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 40px;
  align-items: center;
}

.coach-page .coach-intro-media img {
  display: block;
  width: 100%;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  object-fit: cover;
}

.coach-page .coach-intro-copy p {
  margin-bottom: 18px;
}

.coach-page .coach-values {
  max-width: 100%;
  padding: 70px 10%;
  background: linear-gradient(
    180deg,
    var(--second-ligth) 0%,
    var(--main-white) 100%
  );
}

.coach-page .coach-values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.coach-page .coach-formats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.coach-page .coach-value-card,
.coach-page .coach-format-card {
  padding: 24px;
  border: var(--b-line);
  border-radius: var(--radius-card);
  box-shadow: var(--bs-img);
  background: var(--main-white);
}

.coach-page .coach-value-card h3 {
  margin-bottom: 14px;
}

.coach-page .coach-format-card p {
  padding: 0;
}

.coach-page .coach-cta-band {
  max-width: 100%;
  padding: 0 10% 90px;
}

.coach-page .coach-cta-box {
  position: relative;
  overflow: hidden;
  padding: 44px 38px;
  border-radius: 24px;
  color: var(--main-white);
  text-align: center;
  background: var(--bg-chevron);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.coach-page .coach-cta-box .title-2 {
  margin-bottom: 12px;
  color: var(--main-white);
  text-shadow: none;
}

.coach-page .coach-cta-box p {
  max-width: 760px;
  margin: 0 auto 26px;
}

.coach-page .coach-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.coach-page .link-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 10px 18px;
  border: 1px solid rgba(245, 245, 244, 0.4);
  border-radius: 7px;
  color: var(--main-white);
  transition: 0.2s ease;
}

.coach-page .link-outline-light:hover {
  background: rgba(255, 255, 255, 0.08);
}

/** Page formules ******************************************************/
.subtitle-h2 {
  text-align: center;
}

.title-sub a {
  color: var(--main-black);
}

.title-formules {
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.title-formules span {
  margin: 0 0 0 10px;
  text-align: left;
}

.title-formules .icon {
  transform: rotate(45deg);
}

.formules-page {
  padding-bottom: 20px;
}

.formules-anchor-nav {
  position: static;
  z-index: 8;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: min(1100px, 90%);
  margin: 0 auto 30px;
  padding: 14px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 16px;
  background: rgba(245, 245, 244, 0.94);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.formules-anchor-nav a {
  padding: 9px 14px;
  border-radius: 999px;
  background: #fff;
  color: var(--main-black);
  font-weight: 500;
  transition: 0.2s ease;
}

.formules-anchor-nav a:hover {
  background: var(--main-black);
  color: var(--main-white);
}

.formules-intro {
  width: min(900px, 90%);
  margin: 0 auto 34px;
  text-align: center;
}

.detail-card {
  width: min(1100px, 90%);
  margin: 0 auto 28px;
  padding: 32px;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-card);
}

.detail-card--premium {
  background: linear-gradient(180deg, #ffffff 0%, #f9fff5 100%);
}

.detail-banner {
  margin: -32px -32px 24px -32px;
  padding: 32px 50px;
  border-radius: 22px 22px 0 0;
  background:
    linear-gradient(rgba(17, 17, 17, 0.82), rgba(17, 17, 17, 0.58)),
    url("./ressources/PARRALAX_CoachingRomainFroment.webp");
  background-position: center;
  background-size: cover;
  color: var(--main-white);
}

.detail-banner .title-formules {
  align-items: center;
  margin: 0 0 12px 0;
}

.detail-banner .title-formules img {
  filter: brightness(0) invert(1);
}

.detail-banner .title-formules .title-2 {
  margin: 0 0 0 10px;
  color: var(--main-white);
  text-shadow: none;
}

.detail-banner__text {
  max-width: 900px;
  color: var(--main-white);
  line-height: 1.8;
}

.detail-grid,
.detail-grid--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.detail-grid {
  margin-top: 24px;
}

.detail-box {
  padding: 22px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 16px;
  background: var(--main-white);
}

.detail-box h3,
.detail-results h3 {
  margin-bottom: 14px;
  font-family: var(--title-font);
  font-size: 1.2rem;
}

.detail-box ul,
.detail-results ul {
  padding-left: 18px;
}

.detail-box li,
.detail-results li {
  margin-bottom: 8px;
  list-style: disc;
}

.detail-results {
  margin-top: 24px;
  padding: 24px;
  border-radius: 16px;
  background: rgba(17, 17, 17, 0.03);
}

.detail-results--media {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  align-items: stretch;
  overflow: hidden;
}

.detail-results__media {
  min-height: 100%;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: var(--shadow-card);
}

.detail-results__media img {
  display: block;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.detail-results__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.detail-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.detail-cta p {
  font-weight: 600;
}

.detail-note {
  margin-top: 20px;
  padding: 18px 20px;
  border-left: 4px solid var(--main-green);
  border-radius: 0 12px 12px 0;
  background: rgba(112, 253, 42, 0.08);
}

.detail-note a {
  color: #0090c2;
  font-weight: 500;
}

/** EMS */
.detail-card--ems .detail-banner--full {
  margin: -32px -32px 24px -32px;
  padding: 32px 50px;
  border-radius: 22px 22px 0 0;
}

.detail-card--ems .detail-media-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 28px;
  align-items: stretch;
}

.detail-card--ems .detail-media {
  position: sticky;
  top: 150px;
  align-self: start;
}

.detail-card--ems .detail-content {
  min-width: 0;
}

.detail-media--video {
  overflow: hidden;
  border-radius: 18px;
  background: #111;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.detail-video-side {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  background: #111;
  object-fit: cover;
}

/** Tarifs *************************************************************/
.tarifs-container {
  padding: 58px 0 54px;
  border-top: var(--b-line);
  background: var(--bg-chevron);
}

.tarifs-shell {
  width: min(1240px, 92%);
  margin: 0 auto;
}

.tarifs-container .title-sub {
  width: min(1240px, 92%);
  margin: 0 auto 24px;
  text-align: center;
}

.tarifs-container .title-sub .title-2 {
  margin-bottom: 10px;
  color: var(--main-white);
  text-shadow: none;
}

.tarifs-container .white {
  color: var(--main-white);
}

.tarifs-intro {
  max-width: 760px;
  margin: 10px auto 0;
  color: rgba(245, 245, 244, 0.88);
  text-align: center;
}

.tarifs-group + .tarifs-group {
  margin-top: 48px;
}

.tarifs-group-head {
  width: min(1240px, 92%);
  margin: 0 auto 18px;
}

.tarifs-group-title {
  color: var(--main-white);
  font-family: var(--title-font);
  font-size: clamp(1.05rem, 1.2vw, 1.3rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tarifs-grid,
.tarifs-container .cards-container {
  width: min(1240px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

/** Cartes standards */
.tarif-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: 24px;
  border-radius: 20px;
  background: rgba(245, 245, 244, 0.985);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.15) inset;
}

.tarif-card-head {
  margin-bottom: 18px;
}

.tarif-card-head .card-people {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.tarif-card-head .card-ico {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: contain;
  display: block;
}

.tarif-card-head .card-title,
.tarif-card-head .title-3 {
  display: block;
  margin: 0;
  font-size: clamp(1.02rem, 1.15vw, 1.22rem);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.tarif-card-head .card-line {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 14px;
  background: rgba(17, 17, 17, 0.12);
}

.tarif-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 18px;
}

.tarif-card-body--center {
  justify-content: center;
}

.tarif-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.tarif-list--dense {
  gap: 10px;
}

.tarif-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  list-style: none;
}

.tarif-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.tarif-row .seance {
  max-width: 68%;
  font-weight: 500;
  line-height: 1.45;
}

.tarif-row .tarif {
  flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
}

.tarif-divider {
  height: 1px;
  background: rgba(17, 17, 17, 0.1);
}

/** Blocs prix cohérents et lisibles */
.tarif-price-box,
.tarif-price-box--soft {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  background: var(--bg-chevron);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.tarif-price-box::before,
.tarif-price-box--soft::before {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: var(--main-green);
}

.tarif-price-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.tarif-price-value {
  font-family: var(--title-font);
  font-size: clamp(1.9rem, 2.2vw, 2.7rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--main-white);
}

.tarif-price-box--soft .tarif-price-value {
  font-size: clamp(1.45rem, 1.8vw, 1.95rem);
}

.tarif-premium-text {
  max-width: 32ch;
  margin: 0 auto;
  line-height: 1.8;
  text-align: center;
}

.tarif-secondary-line {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}

.tarifs-note-row {
  width: min(1240px, 92%);
  margin: 14px auto 0;
}

.tarifs-note-row--stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
}

.tarif-note {
  display: inline-block;
  font-size: 0.76rem;
  line-height: 1.5;
  opacity: 0.82;
}

.tarif-note.white {
  color: var(--main-white);
  opacity: 1;
}

/** Cartes Pactes premium **********************************************/
.tarifs-grid--premium .tarif-card-transform {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8faf7 100%);
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

.tarifs-grid--premium .tarif-card-transform::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22) inset;
}

.tarifs-grid--premium .tarif-card-featured {
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.24) inset;
}

.tarifs-grid--premium .tarif-card-transform .tarif-badge {
  position: absolute;
  top: 18px;
  left: 24px;
  z-index: 3;
  display: inline-block;
  margin: 0;
  padding: 0;
  background: transparent;
  color: var(--main-green);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.tarifs-grid--premium .tarif-card-transform .tarif-card-head {
  margin: 0;
  padding: 50px 24px 22px;
  border-radius: 0;
  background:
    linear-gradient(rgba(17, 17, 17, 0.82), rgba(17, 17, 17, 0.58)),
    url("./ressources/PARRALAX_CoachingRomainFroment.webp");
  background-position: center;
  background-size: cover;
  color: var(--main-white);
}

.tarifs-grid--premium .tarif-card-transform .tarif-card-head .card-people {
  align-items: center;
  gap: 14px;
}

.tarifs-grid--premium .tarif-card-transform .tarif-card-head .card-ico {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  filter: brightness(0) invert(1);
}

.tarifs-grid--premium .tarif-card-transform .tarif-card-head .card-title,
.tarifs-grid--premium .tarif-card-transform .tarif-card-head .title-3 {
  margin: 0;
  color: var(--main-white);
  font-size: clamp(1.18rem, 1.3vw, 1.55rem);
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
  text-shadow: none;
}

.tarifs-grid--premium .tarif-card-transform .tarif-card-head .card-line {
  display: none;
}

.tarifs-grid--premium .tarif-card-transform .tarif-card-body {
  padding: 22px 24px 24px;
}

.tarifs-grid--premium .tarif-card-transform .tarif-row .seance {
  font-size: 0.9rem !important;
  line-height: 1.3 !important;
}

.tarifs-grid--premium .tarif-card-transform .tarif-row .tarif {
  font-size: 0.95rem !important;
  line-height: 1.3 !important;
}

/** Compatibilité ancien HTML ******************************************/
.tarif-card h3 {
  margin-bottom: 18px;
}

.tarif-card h3 .card-people {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.tarif-card h3 .card-ico {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  object-fit: contain;
  display: block;
}

.tarif-card h3 .card-title,
.tarif-card h3 .title-3 {
  margin: 0;
  font-size: clamp(1.05rem, 1.2vw, 1.3rem);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.tarif-card h3 .card-line {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 14px;
  background: rgba(17, 17, 17, 0.12);
}

.tarif-card > div:last-child,
.tarif-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
}

.tarif-card-content {
  gap: 18px;
}

.tarif-card ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.tarif-card ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  list-style: none;
}

.tarif-card ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.tarif-card ul li:empty {
  display: none;
}

.tarif-card ul .seance {
  max-width: 68%;
  font-weight: 500;
  line-height: 1.45;
}

.tarif-card ul .tarif {
  flex-shrink: 0;
  font-size: 1.15rem;
  font-weight: 700;
  text-align: right;
}

.tarif-main-line {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(17, 17, 17, 0.06);
  text-align: center;
  line-height: 1.4;
}

.tarif-main-line .seance {
  display: block;
  max-width: 100%;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.72;
}

.tarif-main-line .tarif {
  display: block;
  max-width: 100%;
  text-align: center;
  font-family: var(--title-font);
  font-size: clamp(1.7rem, 2vw, 2.4rem);
  font-weight: 700;
  line-height: 1.1;
}

/** Contact compacte sur pages internes ********************************/
.contact-section--home {
  min-height: auto;
  padding: 32px 20px 18px;
  border-top: var(--b-line);
  background:
    linear-gradient(rgba(17, 17, 17, 0.84), rgba(17, 17, 17, 0.72)),
    url("./ressources/PARRALAX_CoachingRomainFroment.webp");
  background-position: center;
  background-size: cover;
}

.contact-home-shell {
  width: min(1120px, 94%);
  margin: 0 auto;
  color: var(--main-white);
}

.contact-home-intro {
  max-width: 720px;
  margin: 0 auto 14px;
  text-align: center;
}

.contact-home-intro .title-2 {
  margin-bottom: 8px;
  color: var(--main-white);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  text-shadow: none;
}

.contact-home-text {
  color: rgba(245, 245, 244, 0.9);
  font-size: 0.95rem;
  line-height: 1.6;
}

.contact-home-divider {
  width: 100%;
  max-width: 860px;
  height: 1px;
  margin: 0 auto 14px;
  background: rgba(255, 255, 255, 0.16);
}

.contact-home-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 16px;
  align-items: start;
  max-width: 1080px;
  margin: 0 auto 10px;
}

.contact-home-item {
  text-align: center;
}

.contact-home-label {
  margin-bottom: 4px;
  color: rgba(245, 245, 244, 0.68);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-home-item p,
.contact-home-item a {
  color: var(--main-white);
  font-size: 0.92rem;
  line-height: 1.45;
  text-decoration: none;
}

.contact-home-studio {
  white-space: nowrap;
}

.contact-home-item a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-home-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-home-socials a,
.contact-home-socials span {
  color: var(--main-white);
  font-size: 0.9rem;
  text-decoration: none;
}

.contact-home-socials a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/** Mentions légales ***************************************************/
.mention-section {
  width: 90%;
  min-height: 550px;
}

.wrapper {
  height: 78px;
  overflow: hidden;
  transition: all 0.3s;
}

.active {
  height: auto;
  padding-bottom: 40px;
}

.wrapper .title {
  display: flex;
  align-items: center;
}

.wrapper .title .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 10px 0 20px 0;
  border: 2px solid var(--main-black);
  border-radius: 50%;
  font-size: var(--fs-18);
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn:hover {
  background: var(--main-black);
  color: var(--main-white);
}

.ic-details {
  margin-top: 20px;
  font-weight: 500;
  text-decoration: underline dotted;
  text-underline-offset: 5px;
}

/** Mentions : nav dédiée **********************************************/
.page-mentions header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.page-mentions .nav-page {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  z-index: 20;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 14px 20px;
  border: none;
  border-radius: 0;
  background: var(--main-black);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.page-mentions .nav-page .logo {
  width: 60px;
  margin: 0 5px;
}

.page-mentions .nav-page .logo-left {
  margin-right: auto;
}

.page-mentions .nav-page a {
  padding: 10px;
  border-radius: 999px;
  color: var(--main-white);
  font-weight: 500;
  text-align: center;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.page-mentions .nav-page a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--second-ligth);
}

/** Mentions : structure contenu ***************************************/
.page-mentions .mention-section {
  width: min(1100px, 90%);
  min-height: auto;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

.page-mentions .wrapper {
  height: 78px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-mentions .wrapper.active {
  height: auto;
  padding-bottom: 36px;
}

.page-mentions .wrapper .title {
  display: flex;
  align-items: center;
  gap: 2px;
}

.page-mentions .wrapper .title .btn {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 10px 0 20px 0;
  border: 2px solid var(--main-black);
  border-radius: 50%;
  font-size: var(--fs-18);
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-mentions .wrapper .title .btn:hover {
  background: var(--main-black);
  color: var(--main-white);
}

.page-mentions .details {
  display: block;
  padding: 10px;
}

.page-mentions .details > span,
.page-mentions .details > p,
.page-mentions .details > ul,
.page-mentions .details > h4,
.page-mentions .details > h5 {
  display: block;
  margin-bottom: 16px;
}

.page-mentions .details > span {
  line-height: 1.75;
}

.page-mentions .details p {
  margin-bottom: 18px;
  line-height: 1.8;
}

.page-mentions .details ul {
  margin: 0 0 18px 0;
  padding-left: 22px;
}

.page-mentions .details ul ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 22px;
}

.page-mentions .details li {
  margin-bottom: 8px;
  line-height: 1.7;
  list-style: none;
}

.page-mentions .details li.disc {
  margin-left: 0;
  list-style: disc;
}

.page-mentions .details a {
  word-break: break-word;
}

.page-mentions .details-credits > span,
.page-mentions .details-credits > p {
  display: block;
}

/** Responsive *********************************************************/
@media (max-width: 1180px) {
  .coach-page .coach-hero .landing-hero-content {
    width: min(66%, 760px);
  }

  .coach-page .coach-hero .landing-hero-card {
    width: min(40vw, 560px);
  }
}

@media (max-width: 1100px) {
  .contact-home-shell {
    width: min(1180px, 96%);
  }

  .contact-home-grid {
    grid-template-columns: 1fr 1.4fr 1fr;
    gap: 12px;
  }

  .contact-home-item p,
  .contact-home-item a {
    font-size: 0.88rem;
  }

  .contact-home-studio {
    white-space: normal;
  }
}

@media (max-width: 980px) {
  .coach-page .coach-hero {
    min-height: auto;
  }

  .coach-page .coach-hero .landing-hero-content,
  .coach-page .coach-hero .landing-hero-card {
    width: 100%;
  }

  .coach-page .coach-intro,
  .coach-page .coach-formats {
    width: min(90%, 1200px);
  }

  .coach-page .coach-intro-grid,
  .coach-page .coach-values-grid,
  .coach-page .coach-formats-grid {
    grid-template-columns: 1fr;
  }

  .coach-page .coach-intro-media {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 945px) {
  .coach-container-2 .romain {
    max-width: 300px;
  }

  .tarifs-grid,
  .tarifs-container .cards-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-card--ems .detail-media-layout {
    grid-template-columns: 1fr;
  }

  .detail-card--ems .detail-media {
    position: static;
  }

  .detail-video-side {
    min-height: 380px;
  }

  .detail-results--media {
    grid-template-columns: 1fr;
  }

  .detail-results__media {
    min-height: 260px;
  }

  .contact-home-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 12px;
  }

  .contact-home-studio {
    white-space: normal;
  }
}

@media (max-width: 768px) {
  .detail-grid,
  .detail-grid--2 {
    grid-template-columns: 1fr;
  }

  .detail-card,
  .detail-banner,
  .detail-card--ems .detail-banner--full {
    padding-left: 22px;
    padding-right: 22px;
  }

  .detail-banner {
    margin: -32px -32px 24px -32px;
  }

  .tarifs-container {
    padding: 44px 0;
  }

  .tarif-card {
    padding: 18px;
  }

  .tarifs-grid--premium .tarif-card-transform {
    padding: 0;
  }

  .tarifs-grid--premium .tarif-card-transform .tarif-badge {
    top: 16px;
    left: 18px;
    font-size: 0.68rem;
  }

  .tarifs-grid--premium .tarif-card-transform .tarif-card-head {
    padding: 46px 18px 18px;
  }

  .tarifs-grid--premium .tarif-card-transform .tarif-card-head .card-ico {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .tarifs-grid--premium .tarif-card-transform .tarif-card-head .card-title,
  .tarifs-grid--premium .tarif-card-transform .tarif-card-head .title-3 {
    font-size: clamp(1.02rem, 1.4vw, 1.25rem);
  }

  .tarifs-grid--premium .tarif-card-transform .tarif-card-body {
    padding: 18px;
  }

  .tarif-card-head .card-ico,
  .tarif-card h3 .card-ico {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .tarif-row .seance,
  .tarif-card ul .seance {
    max-width: 64%;
  }

  .tarif-price-value,
  .tarif-main-line .tarif {
    font-size: 2rem;
  }

  .contact-section--home {
    padding: 28px 16px 16px;
  }

  .contact-home-intro {
    margin-bottom: 12px;
  }

  .contact-home-divider {
    margin-bottom: 12px;
  }

  .page-mentions .nav-page {
    padding: 10px 14px;
  }

  .page-mentions .mention-section {
    width: 92%;
    padding-top: 28px;
    padding-bottom: 44px;
  }

  .page-mentions .details > span,
  .page-mentions .details > p,
  .page-mentions .details > ul,
  .page-mentions .details > h4,
  .page-mentions .details > h5 {
    margin-bottom: 14px;
  }
}

@media (max-width: 650px) {
  .coach-container-2 {
    display: flex;
    flex-direction: column;
  }

  .coach-container-2 .romain {
    display: none;
  }

  .coach-container-2 .small-device {
    display: block;
    width: 90%;
    height: 400px;
    margin: 0 auto 40px auto;
    border-radius: var(--radius-image);
    box-shadow: var(--shadow-card);
    object-fit: cover;
    object-position: 0 15%;
  }

  .coach-container-2 .questions-answers {
    padding-left: 0;
  }

  .coach-container-2 p {
    margin-bottom: 30px;
  }

  .coach-container-2 .project {
    margin-bottom: 30px;
    font-size: var(--fs-18);
    text-align: center;
  }
}

@media (max-width: 640px) {
  .coach-page .coach-values {
    padding: 56px 5%;
  }

  .coach-page .coach-cta-band {
    padding: 0 5% 70px;
  }

  .coach-page .coach-cta-box {
    padding: 32px 22px;
    border-radius: 18px;
  }

  .coach-page .coach-cta-actions {
    flex-direction: column;
  }

  .coach-page .link-outline-light {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 560px) {
  .tarifs-grid,
  .tarifs-container .cards-container {
    grid-template-columns: 1fr;
  }

  .tarif-row,
  .tarif-card ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .tarif-row .seance,
  .tarif-row .tarif,
  .tarif-card ul .seance,
  .tarif-card ul .tarif {
    max-width: 100%;
    text-align: left;
  }

  .formules-anchor-nav {
    width: 92%;
  }
}

@media (max-width: 470px) {
  .contact-home-text {
    font-size: 0.9rem;
  }

  .contact-home-item p,
  .contact-home-item a,
  .contact-home-socials a,
  .contact-home-socials span {
    font-size: 0.86rem;
  }
}

@media (max-width: 445px) {
  .page-mentions .nav-page {
    padding: 10px;
  }
}
