/* Styles spécifiques à la page conditions.html (CGV) */

body {
  font-family: Arial, sans-serif;
  margin: 40px;
  background: #f9f9f9;
  color: #222;
}
h1 {
  text-align: center;
  margin-bottom: 32px;
}
h2 {
  margin-top: 28px;
  color: #b45f06;
}
ul {
  margin: 10px 0 10px 30px;
}
li {
  margin-bottom: 5px;
}
section {
  margin-bottom: 24px;
}
.exception {
  color: #d00000;
  font-weight: bold;
}
a {
  color: #b45f06;
  text-decoration: underline;
}

