/* Style pour pages Mentions légales & Politique de confidentialité */
body {
    font-family: 'Poppins', Arial, sans-serif;
    background: #f6f8fa;
    color: #222;
    margin: 0;
    padding: 0;
  }
  
  h1 {
    color: #3498db;
    text-align: center;
    margin-top: 2rem;
    font-size: 2.1rem;
    letter-spacing: 1px;
  }
  
  h2 {
    color: #222;
    margin-top: 2.2rem;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
  }
  
  p, ul {
    max-width: 700px;
    margin: 1.2rem auto;
    font-size: 1.07rem;
    line-height: 1.7;
    background: #fff;
    padding: 1.2rem 1.7rem;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(52,152,219,0.05);
  }
  
  ul {
    background: none;
    padding-left: 2.5rem;
    box-shadow: none;
  }
  
  strong {
    color: #3498db;
  }
  
  .footer-bottom, .footer {
    text-align: center;
    margin: 2rem 0 1.5rem 0;
    font-size: 0.98rem;
    color: #888;
  }
  
  a {
    color: #3498db;
    text-decoration: underline;
    transition: color 0.2s;
  }
  a:hover {
    color: #1761a0;
  }
  
  @media (max-width: 600px) {
    p, ul {
      padding: 1rem 0.5rem;
      font-size: 1rem;
    }
    h1 {
      font-size: 1.3rem;
    }
    h2 {
      font-size: 1.1rem;
    }
  }
  h2 {
    color: #222;
    margin-top: 2.2rem;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
    text-align: center;
    background: #fff;
    padding: 0.7rem 0;
    border-radius: 10px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 12px rgba(52,152,219,0.05);
  }