/* Corrections spécifiques pour le thème Les Trucs de Mumu */

/* Supprimer la bordure blanche du header */
header[data-ltdm], #main-header {
    border-bottom: none !important;
    border: none !important;
}

/* Forcer la taille du logo à 250px sur desktop */
@media (min-width: 768px) {
    #hero-logo {
        width: 250px !important;
        height: 250px !important;
        max-width: 250px !important;
        max-height: 250px !important;
    }
}

/* Centrer le texte sous "Une idée en tête" */
p[data-field="subtitle"][data-section="idea"] {
    text-align: center !important;
    margin: 2rem auto 1rem !important;
    max-width: 36rem !important;
    display: block !important;
    line-height: 1.6 !important;
}
