@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Inter:wght@300;400;500;600&display=swap');

/* Thème actif : Magazine Vert — généré le 2026-04-21 00:31:25 */
.page-content {
    background-color: #fdfcfa;
    font-family: 'Inter', -apple-system, sans-serif;
    color: #2c2c2c;
}
.page-content h1 {
    color: #214874;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 42px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 24px;
    text-transform: none;
}
.page-content h2 {
    color: #138c41;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.3px;
    line-height: 1.3;
    margin-top: 40px;
    margin-bottom: 16px;
    text-transform: none;
}
.page-content h3 {
    color: #8b6914;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.4;
    margin-top: 32px;
    margin-bottom: 12px;
    text-transform: none;
    border-bottom: 1px solid #e8d8a8;
}
.page-content p {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 1.85;
    color: #3d3d3d;
    font-weight: 400;
    margin-bottom: 18px;
}
.page-content a {
    color: #1a3a5c;
    text-decoration: none;
    border-bottom: 1px solid rgba(26, 58, 92, 0.3);
}
.page-content a:hover {
    color: #0d2340;
    border-bottom: 1px solid #0d2340;
}
.page-content strong {
    color: #1a3a5c;
    font-weight: 600;
}
.page-content ul {
    padding-left: 22px;
    margin-bottom: 18px;
}
.page-content li {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 1.85;
    color: #3d3d3d;
    margin-bottom: 8px;
}
.page-content img {
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: none;
    max-width: 100%;
    height: auto;
}
.page-content .image-container, .page-content .style-image-container {
    float: right;
    margin-left: 28px;
    margin-top: 8px;
    margin-bottom: 24px;
    max-width: 45%;
}
.page-content .image-container img, .page-content .style-image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.page-content h2 + p {
    border-left: 3px solid #1bc95c;
    background-color: #f1f7f2;
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 12px;
    margin-left: 0;
}
.page-content blockquote {
    border-left: 3px solid #8b6914;
    padding-left: 20px;
    margin: 24px 0;
    font-style: italic;
    color: #555;
    background-color: transparent;
    border-radius: 0;
    padding: 0 0 0 20px;
}
.page-content > img:first-child, .page-content > p:first-child > img {
    float: right;
    margin-left: 28px;
    margin-top: 8px;
    margin-bottom: 24px;
    width: 45%;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* --- CSS custom --- */
.page-content > img:first-child, .page-content > p:first-child > img {
    float: right;
    margin-left: 28px;
    margin-top: 8px;
    margin-bottom: 24px;
    width: 45%;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}