/* CSS spécifique à la page Conditions Générales de Vente */

.conditions-ventes {
    max-width: 900px;
    margin: 3rem auto;
    padding: 2rem;
    background-color: #fffdfb;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    font-family: "Open Sans", sans-serif;
    color: #3b2f2f;
    font-size: 1.05rem;
    line-height: 1.7;
  }
  
  .conditions-ventes h2 {
    margin-top: 2rem;
    color: #5c2e2e;
    font-size: 1.4rem;
  }
  
  .conditions-ventes p {
    margin-bottom: 1.2rem;
  }
  