/* Styles spécifiques pour politique-cookies.html */

/* Pages légales */
.legal-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background: #F5E8D3;
  border-radius: 8px;
  border: 2px solid #B87333;
}
.legal-content h1 {
  font-family: 'Playfair Display', serif;
  color: #6B3E75;
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}
.legal-content h2 {
  font-family: 'Cinzel', serif;
  color: #2A4B3D;
  font-size: 24px;
  margin: 20px 0 10px;
}
.legal-content p,
.legal-content ul,
.legal-content table {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #2A4B3D;
}
.legal-content ul {
  list-style-type: disc;
  padding-left: 20px;
}
.legal-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.legal-content table th,
.legal-content table td {
  border: 1px solid #B87333;
  padding: 10px;
  text-align: left;
}
.legal-content table th {
  background: linear-gradient(90deg, #B87333, #6B3E75);
  color: #F5E8D3;
}
.legal-content a {
  color: #B87333;
  text-decoration: underline;
}
.legal-content a:hover {
  color: #6B3E75;
}