/*
Theme Name: Twenty Twenty-Four (enfant)
Description: Thème enfant pour Twenty Twenty-Four
Author: Jonathan BESSON
Author URI: https://www.jonathan-besson.fr/
Template: twentytwentyfour
Version: 1.0.0
Text Domain: twentytwentyfourchild
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
title {
	font-family: 'Cardenio Modern', 'Annie Use Your Telescope', cursive;
}

/** default is 600px pass to 1276px for button burger and container */
@media (max-width: 1280px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: flex;
    }
	
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        bottom: 0;
        display: none;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
    }
	
	.wp-container-content-2 {
		order: 1;
    	flex: 0;
	}
	
	.wp-block-site-logo {
		flex: 1;
	}
		
}

footer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
