/* ==========================================================================
   Privacy and Policy Page
   ========================================================================== */
    .body{
        background-color: var(--bg-body);
    }

   .privacy-lead {
    font-size: 1.25rem;
    color: var(--text-muted);
    max-width: 700px;
    margin: 1.5rem auto;
    line-height: 1.6;
    text-align: left;
}

.privacy-hero {
    margin:3.5rem auto;
    text-align: center;
}

.privacy-lead a {
    color: var(--accent);
    text-decoration: none; 
    }

.privacy-list {
    font-size: 1.25rem;
    color: var(--text-muted);
    max-width: 700px;
    margin: 1.5rem auto;
    line-height: 1.6;
    text-align: left;
    padding-left: 40px;
}
.privacy-paragraphes {
    border-bottom: 1px solid var(--color-border);      
    padding: 1rem;      
}