/*
Theme Name: Thème client
Theme URI: 
Author: Adrien
Author URI:
Description: Thème client
Requires at least: 6.5
Tested up to: 6.5
Requires PHP: 8.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: adri
*/

@media (width < 768px) {
    .hide-on-mobile {
        display: none;
    }
}

a{
    transition : all 0.200s ease-out;
}

a:hover:where(:not(.wp-element-button, .creator)){
    color: var(--wp--preset--color--secondary);
}

p.has-text-align-center:not(.is-style-colorprimarycap){
    @media (max-width: 600px) {
        text-align: left;
    }
}

header{
    position: sticky;
    top:0;
    width:100%;
    z-index: 999;
}

.isMenuOpen, .overflow-scroll{
    overflow: hidden;
}

.creator{
    text-decoration: none;
    &:hover, &:focus{
        color: var(--wp--preset--color--quaternary);
    }
}


/*.is-layout-constrained .wp-block-group.is-layout-constrained > *{*/
/*    margin-block-end: unset;*/
/*}*/


