@import url("/templates/joomspirit_134/css/custom/BLOC-43_PAGE-POYET.css");

/* =====================================================================
   PAGE POYET — compléments de la page de pratique
   Site    : hypnose-changer.fr
   Version : 2026-09-07
   Rôle    : adaptations propres à l'article /méthode-poyet
   Socle   : BLOC-43_PAGE-POYET.css

   Principe :
   - le BLOC 43 porte l'identité visuelle et les composants génériques ;
   - ce fichier ne contient que les éléments ajoutés par la page actuelle ;
   - aucun JavaScript requis.
   ===================================================================== */


/* =====================================================================
   01 — AJUSTEMENTS DE LA VERSION ACTUELLE
   ===================================================================== */

.poyet-page a:hover,
.poyet-page a:focus {
  color: var(--poyet-accent-deep);
}

/* Le H1/H2 global du site utilise des marges !important.
   On garde ici la maîtrise du rythme propre à la page Poyet. */
.poyet-page h1 {
  margin: .18rem 0 .8rem !important;
  font-size: clamp(2rem, 5vw, 3.15rem);
  line-height: 1.09;
}

.poyet-page h2 {
  margin: .12rem 0 .8rem !important;
  font-size: clamp(1.45rem, 3vw, 1.95rem);
}

.poyet-page h3 {
  margin: 0 0 .4rem !important;
}

.poyet-eyebrow,
.poyet-kicker {
  margin: 0 0 .32rem !important;
}

.poyet-hero__inner {
  max-width: 760px;
}

.poyet-hero__subtitle,
.poyet-lead {
  max-width: 72ch;
}

.poyet-hero__subtitle {
  max-width: 68ch;
  margin-bottom: .85rem;
  font-size: clamp(1.04rem, 2vw, 1.18rem);
}

.poyet-hero__note {
  max-width: 66ch;
  margin: 1rem 0 0;
  padding-left: .9rem;
  border-left: 3px solid rgba(185, 129, 73, .72);
  color: #52636b;
  font-size: .95rem;
  line-height: 1.65;
}

.poyet-section {
  margin: clamp(2.8rem, 7vw, 4.8rem) 0;
}

.poyet-section__intro {
  max-width: 780px;
}


/* =====================================================================
   10 — CE QUE JE PRATIQUE
   ===================================================================== */

.poyet-practice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}

.poyet-practice-card {
  padding: 1rem 1.05rem;
  border: 1px solid var(--poyet-line);
  border-radius: 14px;
  background: var(--poyet-paper);
  box-shadow: 0 6px 18px rgba(32, 51, 63, .035);
}

.poyet-practice-card p {
  margin-bottom: 0;
  color: var(--poyet-muted);
  font-size: .95rem;
}

.poyet-practice-card__label {
  margin: 0 0 .22rem !important;
  color: var(--poyet-accent-deep) !important;
  font-size: .72rem !important;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.poyet-practice-card--wide {
  grid-column: 1 / -1;
  background:
    linear-gradient(135deg, #fffdf9 0%, rgba(237, 243, 239, .76) 100%);
}

.poyet-practice-card--wide p + p {
  margin-top: .7rem;
}


/* =====================================================================
   20 — OBSERVATION APRÈS LE PARCOURS CORPOREL
   ===================================================================== */

.poyet-observe {
  margin: 1.35rem 0 0;
  padding: 1.05rem 1.15rem;
  border: 1px solid rgba(115, 145, 133, .24);
  border-radius: 16px;
  background: var(--poyet-sage-soft);
}

.poyet-observe p:last-child {
  margin-bottom: 0;
}


/* =====================================================================
   30 — LANGAGE ET REPÈRES DE LA MÉTHODE
   ===================================================================== */

.poyet-language {
  padding: clamp(1.15rem, 3vw, 1.8rem);
  border-radius: 20px;
  background:
    radial-gradient(circle at top right,
      rgba(115, 145, 133, .10), transparent 35%),
    linear-gradient(180deg, #fff 0%, #fbfaf6 100%);
}

.poyet-language-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}

.poyet-language-card {
  padding: 1rem 1.05rem;
  border: 1px solid var(--poyet-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 6px 18px rgba(32, 51, 63, .035);
}

.poyet-language-card p {
  margin-bottom: 0;
  color: var(--poyet-muted);
  font-size: .95rem;
}

.poyet-model-note {
  margin: 1.25rem 0 0;
  padding: 1rem 1.15rem;
  border-left: 4px solid var(--poyet-sage);
  border-radius: 14px;
  background: var(--poyet-sage-soft);
  color: #4d5454;
}

.poyet-model-note p {
  margin: 0;
}


/* =====================================================================
   40 — EXPÉRIENCE DE TERRAIN
   ===================================================================== */

.poyet-field {
  position: relative;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-left: 5px solid var(--poyet-accent);
  border-radius: 0 18px 18px 0;
  background:
    linear-gradient(135deg,
      rgba(245, 238, 226, .72),
      rgba(255, 255, 255, .92));
}

.poyet-field__text {
  max-width: 76ch;
}

.poyet-field__text p:last-child {
  margin-bottom: 0;
}

.poyet-quote--field {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}


/* =====================================================================
   50 — SOURCES / REPÈRES DE TRANSMISSION
   ===================================================================== */

.poyet-sources {
  max-width: 76ch;
  margin: 1.4rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(27, 60, 95, .10);
}

.poyet-sources h3 {
  font-size: .94rem;
}

.poyet-sources ul {
  margin: .4rem 0 0;
  padding-left: 1.2rem;
  font-size: .88rem;
}

.poyet-sources li + li {
  margin-top: .3rem;
}


/* =====================================================================
   60 — TRANSMISSION / FORMATION : PROJET EN RÉFLEXION
   ===================================================================== */

.poyet-transmission-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.2rem;
  align-items: center;
  padding: clamp(1.15rem, 3vw, 1.7rem);
  border: 1px dashed rgba(185, 129, 73, .48);
  border-radius: 18px;
  background: #fffaf2;
}

.poyet-transmission-note h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
}

.poyet-transmission-note__action {
  margin: 0;
}


/* =====================================================================
   70 — RENDEZ-VOUS : NOTE COMPLÉMENTAIRE
   ===================================================================== */

.poyet-booking__small {
  max-width: 58ch;
  margin-top: .65rem !important;
  font-size: .88rem;
}


/* =====================================================================
   90 — RESPONSIVE
   ===================================================================== */

@media (max-width: 760px) {
  .poyet-practice-grid,
  .poyet-language-grid,
  .poyet-transmission-note {
    grid-template-columns: 1fr;
  }

  .poyet-practice-card--wide {
    grid-column: auto;
  }

  .poyet-transmission-note__action {
    margin-top: .2rem;
  }
}

@media (max-width: 480px) {
  .poyet-section {
    margin: 2.6rem 0;
  }

  .poyet-language,
  .poyet-field {
    padding: 1rem;
  }
}
