



/* ===== SECTION PORTRAIT ===== */

.portrait {
    background: #f4ecd8;              /* effet parchemin doux */
    padding: 25px;
    border: 1px solid #cbb994;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* Titre Portrait */
.portrait h2 {
    font-family: 'Cinzel', serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #3b2f1b;
    margin-bottom: 15px;
}

/* Texte principal */
.portrait .description p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    line-height: 1.8;
    text-align: justify;
    color: #2f2a23;
    margin: 0;
}

/* Lettrine élégante */
.portrait .description p::first-letter {
    font-family: 'Cinzel', serif;
    float: left;
    font-size: 4rem;
    line-height: 1;
    margin-right: 10px;
    margin-top: 5px;
    color: #7a1f1f;      /* rouge profond */
}
