/* === Scène Presse (archives) === */
.scene-presse {
  max-width: 900px;
  margin: auto;
  padding: 1.5rem;
  font-family: system-ui, -apple-system, sans-serif;
  line-height: 1.6;
}

/* Neutraliser les tailles FONT */
.scene-presse font {
  font-size: inherit !important;
  color: inherit;
}

/* Paragraphes */
.scene-presse p {
  margin: 0.6em 0;
  text-align: justify;
}

/* Titres implicites */
.scene-presse b > p {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: left;
}

/* Tables héritées */
.scene-presse table {
  width: 100% !important;
  border-collapse: collapse;
  margin: 1.5rem 0;
}

.scene-presse td {
  padding: 0.8rem;
  vertical-align: top;
}

/* Images */
.scene-presse img {
  max-width: 100%;
  height: auto;
}

/* Citations presse */
.scene-presse i p {
  color: #555;
  font-style: italic;
}

/* Responsive */
@media (max-width: 700px) {
  .scene-presse td {
    display: block;
    width: 100% !important;
  }
}



.article-presse {
  max-width: 900px;
  margin: auto;
  padding: 1.5rem;
  font-family: system-ui, sans-serif;
  line-height: 1.6;
}

.article-presse header h2 {
  margin-bottom: 0.2em;
}

.article-presse header h3 {
  font-weight: normal;
  color: #555;
}

.article-presse figure {
  margin: 1rem 0;
}

.image-droite {
  float: right;
  width: 35%;
  margin: 0 0 1rem 1.5rem;
}

.image-droite img {
  width: 100%;
  height: auto;
  display: block;
}

.image-droite figcaption {
  font-size: 0.8rem;
  color: #666;
  margin-top: 0.3rem;
}

/* Mobile */
@media (max-width: 700px) {
  .image-droite {
    float: none;
    width: 100%;
    margin: 1rem 0;
  }
}

/* PATTERN 1 */

.article {
  max-width: 900px;
  margin: auto;
  padding: 1.5rem;
  line-height: 1.6;
  font-family: system-ui, sans-serif;
}

.article header {
  margin-bottom: 1rem;
}

.article figure {
  float: right;
  width: 35%;
  margin: 0 0 1rem 1.5rem;
}

.article img {
  width: 100%;
  height: auto;
}

.article figcaption {
  font-size: 0.8rem;
  color: #666;
}

/* Mobile */
@media (max-width: 700px) {
  .article figure {
    float: none;
    width: 100%;
    margin: 1rem 0;
  }
}


/* Pattern2 */

figure.plein {
  margin: 1.5rem 0;
}

figure.plein img {
  width: 100%;
  height: auto;
  display: block;
}

figure.plein figcaption {
  text-align: center;
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.4rem;
}