/* politique.css */

body {
  background: #121212;
  color: #eee;
  font-family: Arial, sans-serif;
  padding: 40px 20px;
  line-height: 1.6;
}

.policy-container {
  max-width: 800px;
  margin: auto;
  background: #1e1e2f;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

h1 {
  font-size: 1.6em;
  color: #00ffc3;
  margin-bottom: 10px;
}

.updated {
  font-size: 0.9em;
  color: #bbb;
  margin-bottom: 20px;
}

h2 {
  color: #00cfa1;
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 1.2em;
}

p {
  margin-bottom: 12px;
}

ul {
  margin-left: 20px;
  margin-bottom: 12px;
}

ul li {
  margin-bottom: 6px;
}

.warning {
  background: #3a2a2a;
  color: #f88;
  padding: 10px;
  border-left: 4px solid #f00;
  margin: 16px 0;
  border-radius: 6px;
}

a {
  color: #00ffc3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.back-link {
  display: inline-block;
  margin-top: 30px;
  color: #00ffc3;
  text-decoration: none;
  font-weight: bold;
}

.back-link:hover {
  text-decoration: underline;
}
