/* ============================= */
/* Feuille de style RGPD / CGU / Mentions légales - STAF harmonisée */
/* ============================= */

body {
  font-family: 'Segoe UI', Tahoma, sans-serif;
  font-size: 16px;
  color: #333;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

.main-content {
  max-width: 1145px;
  margin: 140px auto 80px;
  padding: 30px 25px;
  line-height: 1.8;
  background-color: #fdfdfd;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

/* Titre principal */
.main-content h1 {
  font-size: 36px;
  color: #60b72c;
  border-bottom: 3px solid #d12a3c;
  padding-bottom: 12px;
  margin-bottom: 30px;
  font-weight: 600;
}

/* Sous-titres */
.main-content h2 {
  font-size: 26px;
  color: #60b72c;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}

.main-content h3 {
  font-size: 22px;
  color: #4d9e1c;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

/* Paragraphes */
.main-content p,
.main-content li {
  margin-bottom: 15px;
  text-align: justify;
  color: #555;
}

/* Listes */
.main-content ul,
.main-content ol {
  margin-left: 25px;
  margin-bottom: 20px;
}

/* Liens */
.main-content a {
  color: #d12a3c;
  text-decoration: underline;
}
.main-content a:hover {
  color: #a40028;
}

/* Mises en évidence */
.main-content strong,
.main-content b {
  color: #222;
  font-weight: bold;
}

/* Préformaté */
.main-content pre {
  background-color: #f1f1f1;
  padding: 15px;
  border-left: 5px solid #60b72c;
  font-family: monospace;
  white-space: pre-wrap;
  margin-bottom: 30px;
  overflow-x: auto;
  border-radius: 5px;
}

/* Texte en italique */
.main-content em {
  font-style: italic;
  color: #666;
}

/* Responsive */
@media (max-width: 768px) {
  .main-content {
    padding: 20px 15px;
    margin: 120px 10px 60px;
  }

  .main-content h1 {
    font-size: 28px;
  }

  .main-content h2 {
    font-size: 22px;
  }
}
