/* Style Wikipedia pour la biographie */
.wikipedia-style {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #202122;
    background: #fff;
}

.wikipedia-style .main-content {
    max-width: 100%;
    padding: 1em 0;
}

.wikipedia-style h1 {
    font-size: 2em;
    font-weight: 400;
    border-bottom: 1px solid #a7d7f9;
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
    line-height: 1.3;
}

.wikipedia-style h2 {
    font-size: 1.5em;
    font-weight: 400;
    border-bottom: 1px solid #a7d7f9;
    padding-bottom: 0.25em;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.3;
}

.wikipedia-style h3 {
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 0.5em;
    line-height: 1.3;
}

.wikipedia-style h4 {
    font-size: 1em;
    font-weight: 600;
    margin-top: 0.8em;
    margin-bottom: 0.4em;
}

.wikipedia-style p {
    margin: 0.5em 0;
    text-align: justify;
}

.wikipedia-style ul, .wikipedia-style ol {
    margin: 0.5em 0;
    padding-left: 2em;
}

.wikipedia-style li {
    margin: 0.3em 0;
}

.wikipedia-style strong {
    font-weight: 600;
}

/* Table des matières */
.table-of-contents {
    background: #f8f9fa;
    border: 1px solid #a7d7f9;
    padding: 1em;
    margin: 1em 0 1em 1em;
    float: right;
    width: 22em;
    font-size: 0.875em;
    line-height: 1.6;
    clear: right;
}

.table-of-contents h2 {
    font-size: 1em;
    font-weight: 600;
    border: none;
    padding: 0;
    margin: 0 0 0.5em 0;
    color: #0645ad;
}

.table-of-contents ul {
    list-style: none;
    padding-left: 1.5em;
    margin: 0.5em 0;
}

.table-of-contents li {
    margin: 0.25em 0;
}

.table-of-contents a {
    color: #0645ad;
    text-decoration: none;
}

.table-of-contents a:hover {
    text-decoration: underline;
}

/* Infobox style Wikipedia */
.infobox {
    border: 1px solid #a7d7f9;
    background: #f8f9fa;
    padding: 0.2em;
    font-size: 0.875em;
    line-height: 1.5em;
    width: 22em;
    float: right;
    clear: right;
    margin: 0.5em 0 0.5em 1em;
    border-collapse: collapse;
}

.infobox-title {
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    padding: 0.2em;
    background: #cef2e0;
    border-bottom: 1px solid #a7d7f9;
}

.infobox-image {
    text-align: center;
    padding: 0.5em;
}

.infobox-image img {
    max-width: 100%;
    height: auto;
    border: 1px solid #a7d7f9;
}

.infobox-row {
    border-top: 1px solid #a7d7f9;
}

.infobox-label {
    font-weight: 600;
    vertical-align: top;
    width: 35%;
    padding: 0.2em 0.5em 0.2em 0.2em;
}

.infobox-data {
    vertical-align: top;
    padding: 0.2em;
}

/* Citations */
.wikipedia-style blockquote {
    border-left: 4px solid #a7d7f9;
    padding-left: 1em;
    margin: 1em 0;
    font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
    .table-of-contents,
    .infobox {
        float: none;
        width: 100%;
        margin: 1em 0;
    }
    
    .wikipedia-style h1 {
        font-size: 1.8em;
    }
    
    .wikipedia-style h2 {
        font-size: 1.3em;
    }
}

