body {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  color: #333;
  margin: 40px;
}
h2.etapes {
  color: #008000; /* vert foncé, par exemple */
  font-size: 2em;
  font-weight: bold;
}

h1 {
  color: #003366;
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 20px;
}

h2 {
  color: #0055a5;
  font-size: 1.8em;
  margin-top: 40px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}

h3 {
  color: #0066cc;              /* Une teinte plus claire que h2 */
  font-size: 1.4em;            /* Plus petit que h2, mais bien lisible */
  margin-top: 30px;            /* Un peu d’espace au-dessus */
  margin-bottom: 10px;         /* Pour respirer en dessous */
  font-weight: normal;         /* Moins imposant que h1/h2 */
  font-style: italic;          /* Optionnel : donne un ton plus doux ou explicatif */
}

p {
  line-height: 1.6;
  max-width: 800px;
  margin: auto;
}
blockquote {
  font-style: italic;
  color: #444;
  border-left: 4px solid #0055a5;
  padding-left: 15px;
  margin: 30px auto;
  max-width: 700px;
}
h1, h2, h3 {
  text-align: center;
}
p {
  text-align: center;
}

.contenu {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
h2 {
  text-align: center;
}
ul {
  list-style-type: none;
  padding: 0;
}
li {
  margin-bottom: 0.5em;
}

.liste-centree {
  list-style-type: none;     /* Supprime les puces */
  padding-left: 0;           /* Supprime l’indentation */
  margin: 0 auto;            /* Centre le bloc horizontalement */
  text-align: center;        /* Centre le texte à l’intérieur */
  width: fit-content;        /* Adapte la largeur à son contenu */
}

.liste-centree li {
  margin-bottom: 1em;
}

.emoji {
  font-size: 1.4em;
  margin-right: 0.4em;
  vertical-align: middle;
}

.appel-action {
  font-weight: bold;
  font-size: 1.4em;
  color: #c0392b; /* rouge profond, évocateur */
  text-align: center;
  margin: 2em 0;
  border-top: 2px solid #c0392b;
  border-bottom: 2px solid #c0392b;
  padding: 0.5em;
}

.presence-citoyenne {
  font-style: italic;
  font-size: 1.2em;
  color: #2c3e50;
  text-align: center;
  margin-top: 2em;
}

.citation-citoyenne {
  font-style: italic;
  font-size: 1.2em;
  color: #2c3e50;
  border-left: 4px solid #7f8c8d;
  margin: 2em 0;
  padding-left: 1em;
}

.slogan {
  font-style: italic;
  background-color: #f9f9f9;
  border-left: 4px solid #0077cc;
  padding: 1em;
  margin: 1em 0;
  color: #333;
}

.bloc-citoyen {
  background-color: #eef5f9;
  border-left: 4px solid #2980b9;
  padding: 1em;
  margin: 2em 0;
  font-size: 1.1em;
  color: #2c3e50;
}

.chiffres-cle {
  font-weight: bold;
  font-size: 1.3em;
  color: #16a085;
  text-align: center;
  margin: 1.5em 0;
}

.liste-centree::before {
  content: "📋 ";
}

.emoji::before {
  content: "🎯 ";
}

.appel-action::before {
  content: "📢 ";
}

.presence-citoyenne::before {
  content: "🕊️ ";
}

.citation-citoyenne::before {
  content: "💬 ";
}

.slogan::before {
  content: "🔷 ";
}

/* Blocs visuels avec emojis thématiques */
.visuel {
  font-weight: bold;
  padding: 0.5em;
  margin: 1em 0;
  background-color: #f9f9f9;
  border-left: 4px solid #ccc;
  font-size: 1.1em;
}

/* Emojis thématiques */
.urgence::before {
  content: "⏳ ";
}
.communauté::before {
  content: "🕸️ ";
}
.individualité::before {
  content: "🧠 ";
}
.solidarité::before {
  content: "🧩 ";
}
.engagement::before {
  content: "🗳️ ";
}
.régénération::before {
  content: "🔁 ";
}
/*remplace les <br> */
.volet {
  margin-bottom: 2em;
}
.volet h2 {
  margin-bottom: 0.5em;
}
.volet ul {
  margin-top: 0;
}
/*remplace les <br> également */
.espace {
  margin-top: 1em;
  margin-bottom: 1em;
}

.table-citoyenne {
  width: 100%;
  border-collapse: collapse;
  margin: 2em auto;
  font-family: Arial, sans-serif;
  font-size: 1em;
  background-color: #fff;
  color: #333;
  max-width: 900px;
}
.table-citoyenne {
  border: 2px solid red;
}

.table-citoyenne th,
.table-citoyenne td {
  border: 1px solid #ccc;
  padding: 1em;
  text-align: left;
  vertical-align: top;
}

.table-citoyenne thead {
  background-color: #eef5f9;
  color: #0055a5;
  font-weight: bold;
  border-bottom: 2px solid #2980b9;
}

.table-citoyenne tbody tr:nth-child(even) {
  background-color: #fcfcfc;
}
.fiche-engagement {
  max-width: 800px;
  margin: auto;
  padding: 2em;
  background-color: #f9f9f9;
  border-left: 6px solid #2a6ebb;
  font-family: 'Segoe UI', sans-serif;
}

.fiche-engagement h1, h2 {
  color: #2a6ebb;
  margin-bottom: 0.5em;
}

.formulaire-engagement label {
  display: block;
  margin-top: 1em;
  font-weight: bold;
}

.formulaire-engagement input {
  width: 100%;
  padding: 0.5em;
  margin-bottom: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.bloc-consentement, .bloc-modalités, .bloc-signature, .bloc-lien {
  margin-top: 2em;
}

.bloc-modalités h3 {
  margin-top: 1.5em;
  color: #444;
}

.bloc-lien a {
  color: #2a6ebb;
  text-decoration: underline;
}

.avis-exemple {
  font-size: 0.9em;
  color: #555;
  background-color: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 0.75em;
  margin-top: 2em;
  border-radius: 4px;
}
.banniere-nova {
  background-color: #f9f9f9;
  border-left: 3px solid #ccc;
  padding: 0.6rem;
  margin-bottom: 1rem;
  front-size: 0.9rem;
  font-family: 'Georgia', serif;
  color: #666;
}

.banniere-contenu h1 {
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
  color: #444;
}

.sous-titre {
  font-size: 0.0rem;
  font-style: italic;
  color: #888;
}

blockquote {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #333;
  border-left: 3px solid #999;
  padding-left: 0.8rem;
}

.signature {
  display: block;
  margin-top: 0.3rem;
  font-weight: bold;
  color: #666;
}
.navigation-citoyenne {
  background-color: #f0f4f8;
  padding: 1em;
  border-radius: 10px;
  margin-top: 2em;
}

.navigation-pages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding: 1rem 0;
  border-top: 1px solid #ccc;
}

.bouton-nav {
  background-color: #005c4b; /* Vert foncé citoyen */
  color: #fff;
  padding: 0.6rem 1.2rem;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease;
}

.bouton-nav:hover {
  background-color: #007f66; /* Vert plus clair au survol */
}

.revolution60 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2em auto;
  max-width: 600px;
  text-align: center;
}

.revolution60 h3 {
  margin-bottom: 1em;
}

.revolution60 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.revolution60 ul li {
  margin: 0.5em 0;
}

body {
  font-family: 'Merriweather', serif;
}

h1, h2 {
  font-family: 'Playfair Display', serif;
}

.bouton-nav {
  font-family: 'Montserrat', sans-serif;
}

.banniere-footer {
  background-color: #f4f7fa;            /* Fond doux bleuté */
  border-top: 2px solid #a3c4dc;        /* Bordure bleue en haut */
  border-bottom: 2px solid #a3c4dc;     /* Bordure bleue en bas (optionnelle) */
  padding: 1em;
  font-size: 0.95rem;
  font-style: italic;
  color: #555;
  text-align: center;
  margin-top: 3em;
}