:root{--center-width-percentage:60%;--sides-width-percentage:20%}#upperPanel{display:flex;flex-direction:row;border-top:3px solid orange;border-bottom:1px solid lightgray;background-color:var(--theme-color-dark)}#logo_div{width:25%;width:var(--sides-width-percentage)}#logoOnSearchPage{width:13em;margin-top:4px;margin-left:4px}#searchbarOrTitle_div{width:50%;width:var(--center-width-percentage);display:flex}.clsTitle{font-size:40px;font-weight:bold;color:var(--color-text-action);justify-content:center!important;align-items:center}#buttons_div{width:25%;width:var(--sides-width-percentage);display:flex;justify-content:flex-start}#buttons_grouper{display:flex;margin-right:8px}#theHamburger{margin-left:2.4em;margin-top:0.45em}@media screen and (max-width:800px){.clsTitle{font-size:30px}#upperPanel{flex-wrap:wrap;height:auto}#logo_div{order:1;width:50%}#logoOnSearchPage{width:10em}#buttons_div{order:2;width:50%;justify-content:flex-end}#searchbarOrTitle_div{order:3;width:100%}#theHamburger{margin-right:0.4em}}