
body.psy92-books-v2-preview-active #main-content,
body.psy92-books-v2-preview-active .entry-content,
body.psy92-books-v2-preview-active article,
body.psy92-books-v2-preview-active .post-content {
  background: #ffffff;
}

body.psy92-books-v2-preview-active #main-content .container {
  width: 100%;
  max-width: none;
  padding-top: 0;
}

body.psy92-books-v2-preview-active #left-area {
  width: 100%;
  padding: 0;
}

body.psy92-books-v2-preview-active #sidebar,
body.psy92-books-v2-preview-active .entry-title,
body.psy92-books-v2-preview-active .post-meta {
  display: none !important;
}

body.psy92-books-v2-preview-active .container:before {
  display: none;
}

body.psy92-books-v2-preview-active {
  overflow-x: hidden;
}

body.psy92-books-v2-preview-active .entry-content > .psy92-books-v2 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.psy92-books-v2 {
  --psy92-blue: #2f495f;
  --psy92-blue-2: #3478a5;
  --psy92-ink: #14212b;
  --psy92-muted: #5d6a72;
  --psy92-line: #dbe3e7;
  --psy92-soft: #f5f7f7;
  --psy92-warm: #f1eeeb;
  --psy92-white: #ffffff;
  --psy92-max: 1120px;
  --psy92-books-wide: 1440px;
  --psy92-radius: 8px;
  --psy92-shadow: 0 18px 48px rgba(20, 33, 43, 0.12);
  color: var(--psy92-ink);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.68;
  overflow-x: clip;
}

.psy92-books-v2 * {
  box-sizing: border-box;
}

.psy92-books-v2 :where(.psy92-books-section) {
  width: 100%;
  max-width: none !important;
  margin: 0;
  padding: clamp(54px, 7vw, 92px) clamp(20px, 4vw, 44px);
}

.psy92-books-v2.wp-block-group > .psy92-books-section,
.psy92-books-v2 .psy92-books-section > :where(h2, .psy92-books-section-intro, .wp-block-columns, .wp-block-buttons) {
  max-width: var(--psy92-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.psy92-books-v2 :where(h1, h2, h3, p, ul, figure) {
  margin-top: 0;
}

.psy92-books-v2 h1,
.psy92-books-v2 h2,
.psy92-books-v2 h3 {
  color: var(--psy92-ink);
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.1;
  padding: 0;
}

.psy92-books-v2 h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.04;
}

.psy92-books-v2 h2 {
  margin-bottom: 12px;
  font-size: clamp(25px, 3vw, 36px);
}

.psy92-books-v2 .psy92-book-copy h2 {
  font-size: clamp(22px, 2.2vw, 29px);
}

.psy92-books-v2 p {
  color: var(--psy92-muted);
}

.psy92-books-v2 a {
  color: var(--psy92-blue-2);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.psy92-books-v2 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.psy92-books-lead,
.psy92-books-section-intro {
  max-width: 690px;
  margin-bottom: 28px;
  color: #344954;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.55;
}

.psy92-books-hero {
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 58%, #eef4f5 58%, #eef4f5 100%);
}

.psy92-books-hero-grid {
  align-items: center;
  gap: clamp(36px, 6vw, 72px);
  width: min(100%, var(--psy92-max));
  margin: 0 auto;
}

.psy92-books-hero-copy {
  flex-basis: 58% !important;
  min-width: 0;
}

.psy92-books-hero-media {
  flex-basis: 42% !important;
}

.psy92-books-library {
  position: relative;
  width: min(100%, 360px);
  margin: 0 auto !important;
  padding: 14px;
  border: 1px solid rgba(47, 72, 88, .14);
  border-radius: var(--psy92-radius);
  background: #ffffff;
  box-shadow: var(--psy92-shadow);
}

.psy92-books-library img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

.psy92-books-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin: 24px 0 0;
}

.psy92-books-actions-center {
  justify-content: center;
}

.psy92-books-v2 .wp-block-button {
  margin: 0;
}

.psy92-books-v2 .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.psy92-books-btn-primary .wp-block-button__link {
  border: 2px solid var(--psy92-blue-2) !important;
  background: var(--psy92-blue-2) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(52, 120, 165, .22);
}

.psy92-books-btn-primary .wp-block-button__link:hover,
.psy92-books-btn-primary .wp-block-button__link:focus {
  background: var(--psy92-blue) !important;
  border-color: var(--psy92-blue) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.psy92-books-btn-secondary .wp-block-button__link {
  border: 2px solid var(--psy92-blue-2) !important;
  background: #ffffff !important;
  color: var(--psy92-blue-2) !important;
}

.psy92-books-btn-secondary .wp-block-button__link:hover,
.psy92-books-btn-secondary .wp-block-button__link:focus {
  border-color: var(--psy92-blue) !important;
  color: var(--psy92-blue) !important;
  transform: translateY(-1px);
}

.psy92-books-list-section {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #ffffff;
}

.psy92-books-v2.wp-block-group > .psy92-books-list-section {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.psy92-books-main-grid {
  display: block !important;
  align-items: flex-start;
  gap: clamp(28px, 4vw, 54px);
  width: min(calc(100vw - clamp(40px, 7vw, 96px)), var(--psy92-books-wide));
  max-width: none !important;
  margin: 0 auto;
}

.psy92-books-v2 .psy92-books-list-section > .psy92-books-main-grid {
  width: min(calc(100vw - clamp(40px, 7vw, 96px)), var(--psy92-books-wide)) !important;
  max-width: none !important;
}

.psy92-books-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: 100% !important;
  max-width: none !important;
  flex-basis: 100% !important;
}

.psy92-books-list > .psy92-book-item {
  height: 100%;
}

.psy92-books-list > .psy92-book-item:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
  width: calc((100% - 22px) / 2);
}

.psy92-book-item {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--psy92-line);
  border-radius: var(--psy92-radius);
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(20, 33, 43, .07);
}

.psy92-book-row {
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  margin-bottom: 0;
}

.psy92-book-cover-col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.psy92-book-cover {
  align-self: flex-start;
  width: min(100%, 150px);
  margin: 0 auto !important;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.psy92-book-cover img {
  width: 100%;
  max-height: 238px;
  object-fit: contain;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(20, 33, 43, .08);
  filter: drop-shadow(0 12px 18px rgba(20, 33, 43, .17));
}

.psy92-book-copy p {
  margin-bottom: 12px;
}

.psy92-book-copy p:last-child {
  margin-bottom: 0;
}

.psy92-books-side {
  position: static;
  width: min(100%, 640px);
  max-width: 640px !important;
  margin: 28px auto 0 !important;
  flex-basis: 100% !important;
}

.psy92-books-side-panel {
  padding: 24px;
  border-left: 4px solid var(--psy92-blue-2);
  border-radius: var(--psy92-radius);
  background: var(--psy92-soft);
}

.psy92-books-side-panel p {
  margin-bottom: 12px;
}

.psy92-books-side-panel p:last-child {
  margin-bottom: 0;
}

.psy92-books-cta {
  text-align: center;
  background: var(--psy92-blue);
}

.psy92-books-cta h2,
.psy92-books-cta p {
  color: #ffffff;
}

.psy92-books-cta .psy92-books-section-intro {
  color: rgba(255, 255, 255, .86);
}

.psy92-books-cta .psy92-books-btn-primary .wp-block-button__link {
  border-color: var(--psy92-blue-2) !important;
  background: var(--psy92-blue-2) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .16);
}

.psy92-books-cta .psy92-books-btn-secondary .wp-block-button__link {
  border-color: var(--psy92-blue-2) !important;
  background: #ffffff !important;
  color: var(--psy92-blue-2) !important;
}

body.psy92-books-v2-preview-active .et_pb_code_0_tb_footer {
  display: none !important;
}

body.psy92-books-v2-preview-active .et_pb_column_0_tb_footer {
  display: none !important;
}

body.psy92-books-v2-preview-active .et_pb_text_0_tb_footer {
  position: static !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  transform: none !important;
  text-align: center !important;
}

body.psy92-books-v2-preview-active .post-password-form {
  max-width: 620px;
  margin: 80px auto;
  padding: 32px;
  border: 1px solid var(--psy92-line, #dbe3e7);
  border-radius: 8px;
  background: #ffffff;
}

body.psy92-books-v2-preview-active .post-password-form input[type="password"] {
  width: min(100%, 340px);
  min-height: 44px;
  margin: 10px 8px 10px 0;
  padding: 8px 12px;
  border: 1px solid #b8c6cc;
  border-radius: 6px;
}

body.psy92-books-v2-preview-active .post-password-form input[type="submit"] {
  min-height: 44px;
  padding: 8px 16px;
  border: 0;
  border-radius: 6px;
  background: #2f495f;
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 980px) {
  .psy92-books-hero {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 58%, #eef4f5 58%, #eef4f5 100%);
  }

  .psy92-books-hero-grid,
  .psy92-books-main-grid,
  .psy92-book-row {
    gap: 26px;
  }

  .psy92-books-side {
    position: static;
  }

  .psy92-books-library {
    width: min(100%, 300px);
  }

  .psy92-books-library img {
    max-height: 360px;
  }
}

@media (max-width: 720px) {
  .psy92-books-v2 {
    font-size: 16px;
    line-height: 1.62;
  }

  .psy92-books-v2 :where(.psy92-books-section) {
    padding: 48px 20px;
  }

  .psy92-books-v2 h1 {
    font-size: 36px;
  }

  .psy92-books-v2 h2 {
    font-size: 24px;
  }

  .psy92-books-v2 .psy92-book-copy h2 {
    font-size: 22px;
    line-height: 1.14;
  }

  .psy92-books-lead,
  .psy92-books-section-intro {
    font-size: 18px;
  }

  .psy92-books-actions,
  .psy92-books-actions-center {
    align-items: stretch;
    flex-direction: column;
  }

  .psy92-books-list {
    grid-template-columns: 1fr;
  }

  .psy92-books-list > .psy92-book-item:last-child:nth-child(odd) {
    grid-column: auto;
    justify-self: stretch;
    width: 100%;
  }

  .psy92-books-v2 .wp-block-button,
  .psy92-books-v2 .wp-block-button__link {
    width: 100%;
  }

  .psy92-book-item {
    padding: 22px;
  }

  .psy92-book-cover {
    width: 132px;
  }

  .psy92-book-copy {
    text-align: left;
  }
}
/* Codex 2026-06-16 Telecom Paris Alumni revue block */
.psy92-books-publication {
  border-top: 1px solid rgba(47, 73, 95, .10);
  border-bottom: 1px solid rgba(47, 73, 95, .10);
  background: #f6f8f8;
}

.psy92-books-v2.wp-block-group > .psy92-books-publication,
.psy92-books-v2 .psy92-books-publication > .psy92-books-publication-grid {
  max-width: none !important;
}

.psy92-books-publication-grid {
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  width: min(100%, var(--psy92-max));
  margin: 0 auto;
}

.psy92-books-publication-media {
  flex-basis: 28% !important;
}

.psy92-books-publication-copy {
  flex-basis: 72% !important;
}

.psy92-books-publication-cover {
  width: min(100%, 230px);
  margin: 0 auto !important;
  padding: 10px;
  border: 1px solid rgba(47, 73, 95, .16);
  border-radius: var(--psy92-radius);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(20, 33, 43, .10);
}

.psy92-books-publication-cover img {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
  border-radius: 4px;
}

.psy92-books-publication-kicker {
  margin: 0 0 10px;
  color: var(--psy92-blue-2) !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.psy92-books-publication h2 {
  margin-bottom: 14px;
}

.psy92-books-publication .psy92-books-section-intro {
  max-width: 760px;
  margin-bottom: 16px;
}

.psy92-books-publication-meta {
  margin: 0;
  color: var(--psy92-muted) !important;
  font-size: 15px;
}

@media (max-width: 720px) {
  .psy92-books-publication-grid {
    gap: 24px;
  }

  .psy92-books-publication-media,
  .psy92-books-publication-copy {
    flex-basis: 100% !important;
  }

  .psy92-books-publication-cover {
    width: min(100%, 190px);
  }
}
