/*
 * ravens2.css — PsyRisso Desktop
 * Sous-page Identification : Le RAVEN'S 2 (pages/ravens2.php)
 * Layout générique (.bande, .cadre, .cadre-lecture) dans layout.css.
 * Typo alignée sur le standard réel du site (cf. qui-suis-je.css).
 */

/* Largeur bloc standard (comme Accueil) — pas de plafond 760px de .cadre-lecture */
.rvn-content { max-width: none; }

.ident-wrap { position: relative; }

.ident-side-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  /*display: none;*/
}
.ident-side-left { left: -190px; }
.ident-side-right { right: -190px; }

.ident-side-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(27,59,53,0.15);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.ident-side-img:hover img {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(27,59,53,0.22);
}

.rvn-h1 {
  font-family: var(--font-heading, Georgia, 'Times New Roman', serif);
  font-size: clamp(1.3rem, 3vw, 1.75rem);
  font-weight: normal;
  color: var(--bleu);
  line-height: 1.3;
  margin: 0 0 1.5rem;
}

.rvn-h2 {
  font-family: var(--font-heading, Georgia, 'Times New Roman', serif);
  font-size: 1.1rem;
  font-weight: normal;
  color: var(--bleu);
  line-height: 1.3;
  margin: 2rem 0 0.6rem;
}

.rvn-p {
  font-size: 0.95rem;
  color: #3a3a3a;
  line-height: 1.78;
  margin: 0 0 1rem;
  text-align: justify;
}

.rvn-test-link { color: var(--dore); text-decoration: underline; text-underline-offset: 2px; }
.rvn-test-link:hover { color: var(--bleu); }
