/*
Theme Name: variations child
Theme URI: http://allygence.co/wp-content/themes/variations
Description: Thème variations child
Author: Christophe Soulard
Author URI: http://allygence.co
Template: variations
Version: 1.0.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, wide-blocks, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, sticky-post
Text Domain: variations
*/

.wp-block-navigation__responsive-container {
    width: 150px; /* Ajustez cette valeur selon vos besoins */
    right: 0;
    left: auto;
    transform: translateX(100%);
}

.wp-block-navigation__responsive-container.is-menu-open {
    transform: translateX(0);
}

.wp-block-navigation__responsive-container {
    transition: transform 1.0s ease-in-out;
}

.wp-block-navigation__responsive-container-content {
    width: 100%;
    max-width: 150px; /* Même valeur que le conteneur parent */
}