/* Si on active le darktheme */
[data-theme="dark"] {
    .story-content h1, .story-content h3 {
        color: #ffffff;
      }
    }
/* DARKTHEME CONFIGURE*/
 





/* Styles spécifiques pour 16accessibilite */
.legal-mentions {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px auto;
    max-width: 1000px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.legal-mentions h1 {
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
}

.legal-mentions h2 {
    font-size: 18px;
    color: #0056b3;
    margin-top: 20px;
    margin-bottom: 10px;
}

.legal-mentions p, .legal-mentions li {
    font-size: 16px;
    margin-top: 5px;
    color: #666;
}

.legal-mentions a {
    color: #0056b3;
    text-decoration: none;
}

.legal-mentions a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .legal-mentions {
        padding: 10px;
        margin: 10px;
    }
    
    .legal-mentions h1 {
        font-size: 20px;
    }
    
    .legal-mentions h2 {
        font-size: 16px;
    }
    
    .legal-mentions p, .legal-mentions li {
        font-size: 14px;
    }
}
