/* #17709 fix icon twitter to X */
@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");

.block[class*="menu--social-links"] ul.menu > li a.twitter::before {
  content: "\e61b" !important;
}

.block--openfed-social [class*="twitter"] {
  background-image: url('/themes/custom/statbel_theme/images/icons/icon-x-black.svg') !important;
}

section.block--openfed-social [class*="twitter"]:hover {
  background-image: url('/themes/custom/statbel_theme/images/icons/icon-x-red.svg') !important;
}

/* do not display orejime in language selection page */ 
body.path-language-selection-page div#fedconsent{display:none;} 
