body.fond-marron {
    background-color: #967f71;
    font-family: 'Inria Serif', serif;
    color: #2c2c2c;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  

  
  .page-informations {
    max-width: 900px;
    margin: 60px auto;
    padding: 40px;
    background-color: #EBE6D1;
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  }
  
  .titre-principal {
    text-align: center;
    font-size: 42px;
    margin-bottom: 50px;
    color: #67432D;
  }
  
  .bloc {
    margin-bottom: 50px;
  }
  
  .titre-section {
    font-size: 30px;
    margin-bottom: 20px;
    color: #7a5c4c;
    border-bottom: 2px solid #bba08c;
    padding-bottom: 5px;
  }
  
  .paragraphe {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  
  .liste {
    padding-left: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  
  .liste li {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  
  .footer-informations {
    text-align: center;
    background-color: #d8c7b5;
    padding: 25px;
    font-size: 15px;
    color: #3a2e26;
    border-top: 2px solid #cbbba3;
    margin-top: 60px;
    border-radius: 0 0 25px 25px;
  }
  