/* Fichier: Assets/stylesforaffiliate.css */

.affiliate-container {
    max-width: 850px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: #333;
}

/* Titre principal */
.affiliate-content h1 {
    font-size: 2.5em;
    color: #1a4d8c; 
    border-bottom: 2px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-align: center;
}

/* Titres de section (H2) */
.affiliate-content h2 {
    font-size: 1.6em;
    color: #e74c3c; /* Couleur d'accentuation pour la transparence */
    margin-top: 40px;
    margin-bottom: 15px;
}

/* Paragraphes généraux */
.affiliate-content p {
    margin-bottom: 20px;
    text-align: justify;
}

/* Mise en évidence du texte d'introduction */
.affiliate-content section:first-of-type p {
    font-weight: 500;
    font-size: 1.05em;
}

/* Style spécifique pour la divulgation Amazon (souvent requise en gras) */
.affiliate-content .amazon-disclosure {
    padding: 15px;
    background-color: #fff8e1; /* Couleur jaune très clair pour attirer l'attention */
    border: 1px solid #ffcc00;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 25px;
}

/* Date de mise à jour au bas de page */
.affiliate-content .last-updated-footer {
    text-align: center;
    font-style: italic;
    color: #666;
    margin-top: 40px;
    padding-top: 15px;
    border-top: 1px dashed #ddd;
}

/* Responsive */
@media (max-width: 768px) {
    .affiliate-container {
        margin: 20px auto;
        padding: 0 15px;
    }
    .affiliate-content h1 {
        font-size: 2em;
    }
}