.block-block-grouptop-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(167, 167, 167, 0.21);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 9px 60px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.375s;
}
@media screen and (max-width: 980px) {
  .block-block-grouptop-header {
    justify-content: flex-start;
    padding: 9px 60px 9px 20px;
  }
}
.block-block-grouptop-header .block-block-grouptop-header-left-side,
.block-block-grouptop-header .block-block-grouptop-header-right-side {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.block-block-grouptop-header .block-block-grouptop-header-left-side > .block {
  position: relative;
  margin-left: 32px;
}
.block-block-grouptop-header .block-block-grouptop-header-left-side > .block:first-child {
  margin-left: 0;
}
@media screen and (max-width: 980px) {
  .block-block-grouptop-header .block-block-grouptop-header-left-side .menu--top-header-navigation {
    display: none;
  }
}
.block-block-grouptop-header .block-block-grouptop-header-right-side {
  position: relative;
}
@media screen and (max-width: 980px) {
  .block-block-grouptop-header .block-block-grouptop-header-right-side {
    display: none;
  }
}
.block-block-grouptop-header .block-block-grouptop-header-right-side > .block {
  position: relative;
  margin-left: 48px;
}
.block-block-grouptop-header .block-block-grouptop-header-right-side > .block:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 1px;
  height: 22px;
  background-color: #1E2643;
  transform: translateY(-50%);
}
.block-block-grouptop-header .block-block-grouptop-header-right-side > .block:first-child {
  margin-left: 0;
}
.block-block-grouptop-header .block-block-grouptop-header-right-side > .block:first-child:before {
  display: none;
}

.role-authenticated .block-block-grouptop-header .block-block-grouptop-header-right-side > .block:before {
  display: none;
}

.role-club_med_admin .block-block-grouptop-header {
  position: absolute;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}