/* ===================================================
   PAGE DESSERTS — styles spécifiques
=================================================== */

.hero-desserts {
    /* L'image de fond pour l'en-tête */
    background: linear-gradient(rgba(30, 18, 8, 0.85), rgba(30, 18, 8, 0.95)), url('images/dessert.jpg') center/cover no-repeat;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    padding: 70px 5% 60px;
    text-align: center;
}

.hero-desserts h1 {
    font-family: var(--font-titre);
    font-size: clamp(2.4rem, 5vw, 3.4rem);
    font-weight: 400;
    font-style: italic;
    color: var(--texte-clair);
    margin-bottom: 10px;
}

.hero-desserts h1 em { 
    color: var(--or-moutarde); 
}