/* Police et réinitialisation */
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400&family=PT+Sans:ital,wght@0,400;0,700;1,400&display=swap');

body {
    font-family: 'PT Serif', Georgia, serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
}

header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

header .logo {
    margin: 20px auto;
    width: 250px;
    height: auto;
}

.masthead {
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    font-weight: 700;
}

.headline {
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 10px 0;
    color: #000;
}

.subheadline {
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 18px;
    font-style: italic;
    color: #555;
    margin-bottom: 20px;
}

.byline {
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.article-body {
    font-size: 16px;
    margin-bottom: 30px;
}

.article-body p {
    margin-bottom: 20px;
}

.section-title {
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 30px 0 10px 0;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

figure {
    margin: 20px 0;
    text-align: center;
}

figcaption {
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 12px;
    color: #666;
    font-style: italic;
    margin-top: 5px;
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.infographic {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    margin: 20px 0;
}

.pull-quote {
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 20px;
    font-style: italic;
    color: #555;
    text-align: center;
    margin: 30px 0;
    padding: 20px;
    border-left: 4px solid #ccc;
    background-color: #f5f5f5;
}

footer {
    margin-top: 40px;
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 12px;
    color: #666;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
