/*
 * Theme Name:  Studio Meys
 * Theme URI:   https://studiomeys.com
 * Description: Thème enfant FSE basé sur Twenty Twenty-Four — Studio Meys
 * Author:      Studio Meys
 * Author URI:  https://studiomeys.com
 * Template:    twentytwentyfour
 * 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: studio-meys
 * Tags:        full-site-editing, block-theme, custom-colors, custom-fonts
 */
.menu-sticky {
  position: sticky;
  top: 0;
  z-index: 999;
  background: white;
  border: 1px solid red;
}