/* =========================
   BASE PAGE
========================= */

body {
  background: linear-gradient(135deg, #cfefff 0%, #7fc7c2 100%);
  color: #1d2b2a;
  font-family: Georgia, serif;
  max-width: 800px;
  margin: auto;
  padding: 80px 40px;
  line-height: 1.9;
}

/* =========================
   TITRES
========================= */

h1 {
  font-weight: normal;
  font-size: 42px;
  margin-top: 40px;
  margin-bottom: 60px;
  color: #1b2f2e;
}

h2 {
  font-weight: normal;
}

/* =========================
   PARAGRAPHES
========================= */

p {
  font-size: 20px;
  text-align: justify;
  color: #203a39;
}

/* =========================
   LIENS
========================= */

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

/* =========================
   NAV LANGUES
========================= */

.lang {
  position: fixed;
  top: 20px;
  right: 25px;
  font-size: 14px;
  font-family: Georgia, serif;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0.75;
}

.lang a {
  color: #1d2b2a;
  text-decoration: none;
}

.lang a:hover {
  opacity: 0.5;
}

.lang span {
  opacity: 0.4;
}

/* =========================
   BACK / HOME LINKS
========================= */

.back,
.home {
  display: inline-block;
  margin-bottom: 20px;
  color: #3c6e71;
  text-decoration: none;
  font-size: 14px;
}

.back:hover,
.home:hover {
  opacity: 0.6;
}

/* =========================
   IMAGE DE FIN DE TEXTE
========================= */

.end-image {
  display: block;

  /* 🔑 EXACTEMENT LA MÊME LARGEUR QUE LE TEXTE */
  width: 100%;
  max-width: 800px;

  height: auto; /* garde les proportions naturelles */

  margin: 70px auto 0 auto;
  opacity: 0.95;
}
  max-width: 800px;

  /* équilibre visuel : moins écrasée, mais moins haute qu’avant */
  max-height: 450px;
  object-fit: contain;

  margin: 70px auto 0 auto;
  opacity: 0.95;
}