/*
Theme Name: Blockskit Education
Theme URI: https://blockskit.com/blockskit-education/
Author: BlockskitDev
Author URI: https://blockskit.com
Description: Blockskit Education is a modern and versatile WordPress theme designed for various types of websites including academy, classes, course, courses, education, education wordpress theme, elearning, learning, learning management system, lms, online education, teacher, teaching, training, university and more. It offers full-site-editing, allowing easy customization of all aspects of your site. With multiple templates, patterns, and style variations, it's suitable for different aesthetics. The theme is also compatible with popular plugins like Elementor, WooCommerce, and Spectra – WordPress Gutenberg Blocks, adding extra functionality to your site.
Template: blockskit-base
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 5.6
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: blockskit-education
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, threaded-comments, translation-ready, wide-blocks, block-styles, blog, portfolio, education

Blockskit Education WordPress Theme, Copyright 2024 BlockskitDev
Blockskit Education is distributed under the terms of the GNU General Public License v3
*/
@media (max-width: 768px) {

    /* --- CONTENEUR PRINCIPAL DE L'EN-TÊTE (QUI FAIT LA LIAISON LOGO/TITRES) --- */
    .wp-container-core-group-is-layout-398727ad {
        /* 1. Empiler le contenu (Logo, Titres) l'un sous l'autre */
        /* Ceci écrase la classe "is-nowrap" et "is-horizontal" de WordPress */
        flex-direction: column !important; 

        /* 2. Assure que les éléments peuvent aller à la ligne */
        flex-wrap: wrap !important; 

        /* 3. Centre le contenu horizontalement dans l'axe de la colonne */
        align-items: center !important; 

        /* 4. Supprimer l'image d'arrière-plan */
        background-image: none !important;
        background-color: transparent !important; 
    }
    
    /* --- CORRECTION SECONDAIRE pour le titre principal --- */
    /* Le conteneur interne des titres (009ee061) peut avoir besoin d'être élargi pour centrer son texte */
    .wp-container-core-group-is-layout-009ee061 {
        width: 100% !important; 
        align-items: center;
        justify-content: center;
    }
}
/* Cible le lien (<a>) dans le conteneur du sous-menu au survol */
.wp-block-navigation__submenu-container a.wp-block-navigation-item__content:hover {
    /* Couleur de fond demandée (Gris très clair) */
    background-color: #E5E7EB !important;
    /* Optionnel : Assure que le texte reste sombre pour un bon contraste */
    color: #333333 !important; 
}
