*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* Style général pour la page des mentions légales */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #333;
}

main {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

h1 {
  font-size: 2em;
  margin-bottom: 20px;
  color: #444;
  text-align: center;
}

h2 {
  font-size: 1.5em;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #555;
}

p {
  margin: 10px 0;
  text-align: justify;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Section spécifique pour les liens internes */
section a {
  font-weight: bold;
}
