﻿



/* ===== CONTENU ===== */
.interpretation-section {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    background: #ffd4a4;
    border: 2px solid #8b4513;
    border-radius: 10px;
}

    .interpretation-section h2 {
        font-family: var(--font-serif);
        color: var(--primary);
        font-size: 1.4rem;
        margin-top: 0;
        margin-bottom: 1rem;
        border-bottom: 1px solid var(--border);
        padding-bottom: 0.5rem;
    }

.interpretation-texte {
    font-size: 1.05rem;
    background: #e1c7a7; /*    #fff;*/
    /*     line-height: 1.7;*/
    text-align: justify;
    color: #222;
    border-radius: 8px;
}

.interpretation-references {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px dashed #8b4513;
}

    .interpretation-references h3 {
        font-family: var(--font-serif);
        font-size: 1rem;
        color: var(--primary);
        margin-bottom: 0.5rem;
    }

    .interpretation-references ul {
        padding-left: 1.2rem;
    }

    .interpretation-references li {
        margin-bottom: 0.4rem;
        font-size: 0.92rem;
        color: #444;
    }

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
    .interpretation-page {
        padding: 1rem;
    }

    .interpretation-header,
    .interpretation-section {
        padding: 1rem;
    }

    .interpretation-texte {
        font-size: 1rem;
        text-align: left;
    }

    .pill-titre {
        max-width: 140px;
    }
}
