/*
Theme Name: Système B theme
Theme URI: https://ecodev.ch/
Author: Hazhar Galeh
Author URI: https://ecodev.ch/
Template: twentytwentyfour
Description:  Thème personnalisé pour la coopérative Système B
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 8.3
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: crossroads
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/**
 * Header configuration
 */
header.wp-block-template-part {
    display: table;
    width: 100%;
    position: fixed;
    z-index: 999;
}

/**
 * Menu mobile
 */
.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
    height: 36px;
    width: 36px;
}

acceuil {
    display: none !important;
}
.header-contact-mobile {
    display: none !important;
}

/**
 * Remove text decoration
 */
.rm-text-decoration {
    text-decoration: none !important;
}

@media only screen and (max-width: 600px) {
    .header-contact {
        display: none !important;
    }
    .en-tete {
        justify-content: space-between;
    }
    .header-contact-mobile {
        display: block !important;
    }
    .acceuil {
        display: block !important;
    }

    :where(.wp-site-blocks *:focus) {
        outline-width: 0;
    }
}

/*
 * Buttons style
 */
:root :where(.wp-element-button:hover, .wp-block-button__link:hover) {
    background-color: var(--wp--preset--color--custom-strong-blue);
    border-color: var(--wp--preset--color--custom-strong-blue);
    color: var(--wp--preset--color--base);
}
:root :where(.wp-element-button:active, .wp-block-button__link:active) {
    background-color: var(--wp--preset--color--black);
    color: var(--wp--preset--color--custom-yellow-green-2);
}
