/* Styles pour la page cookies-policy.html */
.policy-container {
  max-width: 800px;
  margin: 6rem auto;
  padding: 30px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.policy-container h1 {
  font-size: 32px;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 15px;
}

.policy-section {
  margin-bottom: 30px;
}

.policy-section h2 {
  font-size: 22px;
  color: #444;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.policy-section h2 i {
  margin-right: 10px;
  color: #bb0b0b;
}

.policy-section h3 {
  font-size: 18px;
  color: #555;
  margin-top: 20px;
  margin-bottom: 10px;
}

.policy-section p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.policy-section ul {
  margin-left: 20px;
  margin-bottom: 15px;
}

.policy-section li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.policy-date {
  font-style: italic;
  color: #777;
  text-align: right;
  margin-top: 40px;
}