/* ============================================================
   EGB Photographie — Header de section unifié (partial Wagtail)
   Fichier dédié au composant
   `streams/templates/streams/components/title_sub_section.html`.

   Les `!important` sont conservés tels quels pour neutraliser les
   règles globales de `website/assets/style.css` qui réinitialisent
   les h1..h6.
   ============================================================ */

.egb-stream-header {
    margin-bottom: 40px !important;
}
.egb-stream-header.text-center { text-align: center !important; }
.egb-stream-header.text-left,
.egb-stream-header.default-position { text-align: left !important; }
.egb-stream-header.text-right { text-align: right !important; }

/* Titre de section — calque strict de .egb-cat-header h1
   (cf. shop/static/shop/css/gallery.css). Même signature
   éditoriale que le H1 des pages /photos/<categorie>/<lieu>/. */
.egb-stream-header .egb-stream-title {
    color: #111111 !important;
    font-size: 2rem !important;
    font-weight: 300 !important;
    letter-spacing: 3px !important;
    line-height: 1.25 !important;
    margin: 0 0 16px !important;
    text-transform: none !important;
}

/* Sous-titre — calque sur .egb-product-subtitle (le seul
   sous-titre EGB existant), légèrement adouci. */
.egb-stream-header .egb-stream-subtitle {
    color: #666 !important;
    font-size: 1.1rem !important;
    font-weight: 300 !important;
    line-height: 1.4 !important;
    letter-spacing: .5px !important;
    max-width: 720px !important;
    margin: 0 0 8px !important;
}
.egb-stream-header.text-center .egb-stream-subtitle {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 768px) {
    .egb-stream-header { margin-bottom: 28px !important; }
    .egb-stream-header .egb-stream-title    { font-size: 1.5rem !important; letter-spacing: 2px !important; }
    .egb-stream-header .egb-stream-subtitle { font-size: 1rem !important; }
}
