/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/
/* HEADER TRANSPARENT sur homepage, fond coloré ailleurs */
body.home .main-menu {
	background: var(--e-global-color-816f2dc) !important;
}

body:not(.home) .main-menu {
    background: var(--e-global-color-secondary) !important;
}
