#bottom_stack {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	--gouttieres: 5px;

}

.mobile_nav_open #bottom_stack {
	z-index: 99999;
}

/* :root {
	--wp-admin--admin-bar--height: 0;
	margin-top: 0 !important;
}

html {
	margin-top: 0 !important;
}



html body.has_constant_searchbar #wpadminbar {
	display: none;
} */