#jqueryui.htmlonly-map,
body.localisation {
display: block !important;
#header,
#menu,
#footer {
display: none;
}
}
:root {
--primary: #227093;
--secondary: #ff5252;
--background: #eee;
--highlight: #ffda79;
/* Theme color */
--theme: var(--primary);
}
*, *::before, *::after {
box-sizing: border-box;
}