/*
Theme Name: GeneratePress Child
Template: generatepress
*/

/* Typographie système sobre */
body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 19px;
    line-height: 1.65;
    color: #222222;
    background-color: #fafaf8; /* blanc cassé très léger */
}

/* Page d'accueil "Univers" uniquement */
body.home main#main {
    text-align: center;
    max-width: none;
    margin: 0 auto;
    padding: 8vh 10% 6vh; /* plus d'espace latéral, moins en bas */
}

/* Style commun aux citations */
body.home main#main p {
    font-style: italic;
    line-height: 1.8;
    margin: 0 auto 1.4em;
    font-size: 22px;
    max-width: 720px; /* largeur confortable pour lecture */
}

/* Séparation subtile entre FR et EN */
body.home main#main p:nth-of-type(2) {
    margin-top: 2em;
}

/* Liens de langue */
body.home main#main p:last-of-type {
    font-style: normal;
    font-size: 18px;
    margin-top: 2em;
}

body.home main#main p:last-of-type a {
    color: #2A5B87; /* bleu sobre */
    text-decoration: none;
    margin: 0 8px;
}

body.home main#main p:last-of-type a:hover {
    text-decoration: underline;
}

/* Liens discrets partout ailleurs */
a {
    color: #222222;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* UNIVERS (/) — fond parchemin uni */
body.home {
  background: #E6C79A !important;
}

/* Texte sur parchemin : contraste propre */
body.home,
body.home p,
body.home h1,
body.home h2,
body.home h3,
body.home a {
  color: #1A1A1A;
}

/* Liens (si tu en as sur /) : encre légèrement plus marquée */
body.home a:hover {
  opacity: 0.85;
}
