/* Container global */
.terms-privacy-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

/* Titres principaux */
.terms-privacy-container h2 {
    color: #DF1366;
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}

/* Titres des sections */
.terms-privacy-section h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}

/* Sous-titres des sections */
.terms-privacy-section h4, 
.terms-privacy-section h5 {
    color: #444;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

/* Contenu de paragraphe */
.terms-privacy-section p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Listes */
.terms-privacy-section ul {
    list-style-type: disc;
    margin-left: 20px;
    color: #666;
}

.terms-privacy-section ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

/* Liens */
.terms-privacy-section a {
    color: #DF1366;
    text-decoration: none;
    font-weight: bold;
}

.terms-privacy-section a:hover {
    text-decoration: underline;
}

/* Séparateurs entre sections */
.terms-privacy-section {
    margin-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
}

/* Dernière section sans bordure inférieure */
.terms-privacy-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/* Styles pour la citation ou texte important */
.terms-privacy-section blockquote {
    background-color: #f9f9f9;
    border-left: 5px solid #DF1366;
    margin: 10px 0;
    padding: 10px 20px;
    font-style: italic;
    color: #555;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .terms-privacy-container {
        padding: 15px;
    }

    .terms-privacy-container h2 {
        font-size: 28px;
    }

    .terms-privacy-section h3 {
        font-size: 22px;
    }

    .terms-privacy-section h4,
    .terms-privacy-section h5 {
        font-size: 18px;
    }

    .terms-privacy-section p,
    .terms-privacy-section ul li {
        font-size: 14px;
    }
}
