/*
 * Top Header
 */
.block-top-header {
  background: #647381;
  height: 42px;
  margin-right: 0;
  margin-left: auto;
  width: calc(100% - 280px);
  right: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .block-top-header {
    display: none;
  }
}
.block-top-header .block-top-header__infos {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0px;
  column-gap: 14px;
}
.block-top-header .block-top-header__infos img {
  width: 40px;
  height: auto;
}
.block-top-header .block-top-header__infos span {
  color: white;
  font-weight: 600;
  font-family: 'Spectral';
}
/*# sourceMappingURL=./block-top-header.css.map */