/* =============================
   eureka.css — Eureka page
   ============================= */

.eureka-section .row {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
}
.eureka-section .row:first-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* Titres */
.eureka-section .row h2 {
  padding-left: 0.75rem;
  border-left: 4px solid #006B62;
  margin-bottom: 1rem;
}
.eureka-section .row h3 {
  color: #009589;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.eureka-section .row h4 {
  color: #00BDB0;
  font-weight: 600;
  font-size: inherit;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

/* Texte */
.eureka-section .row p {
  line-height: 1.7;
  margin-bottom: 0.75rem;
}
.eureka-section .row ul {
  line-height: 1.8;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}
.eureka-section .row ul li {
  margin-bottom: 0.25rem;
}

/* Images cartes */
.eureka-section .row figure {
  margin: 1rem 0;
}
.eureka-section .row figure figcaption {
  font-size: inherit;
  opacity: 1.0;
  margin-top: 0.4rem;
  font-style: italic;
}
.eureka-section .row .img-thumbnail {
  border: 2px solid rgba(0, 149, 137, 0.4);
  border-radius: 8px;
}

/* =============================
   Bozja — spécifique
   ============================= */

/* Lignes du tableau cliquables */
.bozja-section tbody tr {
  cursor: pointer;
  transition: background 0.15s;
}
.bozja-section tbody tr:hover {
  background: rgba(0, 149, 137, 0.08);
}

/* Blockquote de description (affiché au clic) */
.bozja-section blockquote {
  border-left: 3px solid #009589;
  margin: 0.5rem 0 0 1rem;
  padding: 0.4rem 0.75rem;
  background: rgba(0, 149, 137, 0.05);
  border-radius: 0 8px 8px 0;
  font-size: 0.9rem;
  line-height: 1.6;
}

/* h4 dans les blockquotes (Ennemi, Coffre, Vendeur, Aléa) */
.bozja-section blockquote h4 {
  font-size: 0.75rem;
  color: #00BDB0;
  margin: 0.5rem 0 0.25rem;
}

/* =============================
   Bozja — tableau green style
   ============================= */

.bozja-section .table-bordered {
  border-color: rgba(0, 149, 137, 0.25);
  border-radius: 8px;
  overflow: hidden;
}
.bozja-section .table-bordered th,
.bozja-section .table-bordered td {
  border-color: rgba(0, 149, 137, 0.25);
  padding: 0.5rem 0.75rem;
  vertical-align: middle;
}
.bozja-section .table-bordered thead th {
  color: #00BDB0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: inherit;
  background: rgba(0, 149, 137, 0.08);
  border-bottom: 2px solid rgba(0, 149, 137, 0.4);
}

/* Lignes cliquables */
.bozja-section tbody tr {
  cursor: pointer;
  transition: background 0.15s;
}
.bozja-section tbody tr:hover {
  background: rgba(0, 149, 137, 0.08);
}

/* Blockquote déplié */
.bozja-section blockquote {
  border-left: 3px solid #009589;
  margin: 0.5rem 0 0 0;
  padding: 0.5rem 0.75rem;
  background: rgba(0, 149, 137, 0.05);
  border-radius: 0 8px 8px 0;
  font-size: inherit;
  line-height: 1.6;
}
.bozja-section blockquote h4 {
  font-size: inherit;
  color: #00BDB0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0.5rem 0 0.25rem;
}
.bozja-section blockquote p {
  margin: 0.2rem 0;
  font-size: inherit;
}