/*
Theme Name: CHEM
Theme URI: https://interlude-sante.com
Author: Interlude Santé
Author URI: https://interlude-sante.com
Description: Thème de démarrage Full Site Editing pour les projets Interlude Santé. Basé sur le thème "FSE Capitaine WP Advanced" par Capitaine WP.
Requires at least: 6.5
Tested up to: 6.5
Requires PHP: 8.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: interlude-starter
*/

.is-training-debug {
    display: none !important;
}

.head-edito {
    background-position: left 90px center;
    background-size: 360px auto !important;
    background-repeat: no-repeat;
    padding-left: 260px
}

.head-search {
    padding-left: inherit;
}

.account-container {
    display: grid;
    grid-template-columns: 1fr 350px; /* Sidebar de 350px à droite */
    gap: 40px;
    max-width: 1200px;
    margin: 40px auto;
}

.account-switch {
    display: flex;
    border-bottom: 2px solid #eee;
    margin-bottom: 30px;
}

.account-switch button {
    padding: 15px 30px;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: bold;
    opacity: 0.5;
}

.account-switch button.active {
    opacity: 1;
    border-bottom: 2px solid #1B1C38;
}

@media (max-width: 992px) {
    .account-container {
        grid-template-columns: 1fr; /* Sidebar passe dessous sur mobile */
    }
}