/*
Theme Name: FABwp Starter Theme
Author: Fabien Planet
Description: Starter thème pour le Full Site Editing
Requires at least: 6.5
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fabwp
*/

@media screen and (max-width:781px){
    .hide-on-mobile {
        display: none;
    }
}
@media screen and (min-width:782px){
    .hide-on-desktop {
        display: none;
    }
}

html {
    scroll-behavior: smooth;
}
.no-click > a,
a.no-click {
    pointer-events: none;
}
.no-click > a:hover,
a.no-click:hover {
    text-decoration: none;
    opacity: 1;
}

/* HEADER */
header:has(>.is-sticky) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
:is(.admin-bar) header:has(>.is-sticky) {
    top: var(--wp-admin--admin-bar--height);
}
header:has(>.is-sticky) + main {
    margin-top: var(--wp--custom--header--height) !important;
}
