#custom-header-iframe {
  
  /* No smooth animation needed when unfolding the nav bar */
  transition: none !important;
}

header#menu-iframe-external {
  height: inherit !important;
}
:root {
    --custom-color-button-accept-cookie: #07C095;
    --custom-color-button-refuse-cookie: #D50F0F;
    --custom-color-top-bar-background: #004161;
    --custom-color-top-bar-links-and-icons: #FFFFFF;
    --custom-color-footer-background: #004161;
    --custom-color-footer-links-and-icons: #FFFFFF;
    --custom-color-for-graphic-elements: #004161;
    --custom-color-for-button-font: #FFFFFF;
    --custom-color-for-button-background: #004161;
    --custom-color-for-maps-pin-and-search-area: #F7AA36;
}