/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./components/page/page-header/page-header.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
body {
  --callisto-header-height: 60px;
  --callisto-header-top-offset: 0px;
  --callisto-header-left-offset: 0px;
  --callisto-header-main-top-offset: 0px;
  --callisto-header-max-width: 3840px;
}
@media (min-width: 768px) {
  body {
    --callisto-header-height: 110px;
  }
}
@media (min-width: 1303px) {
  body {
    --callisto-header-height: 120px;
  }
}
body.header-fixed {
  --callisto-header-height: 60px;
  --callisto-header-main-top-offset: -1px;
}
@media (min-width: 768px) {
  body.header-fixed {
    --callisto-header-height: 80px;
  }
}
@media (min-width: 1303px) {
  body.header-fixed {
    --callisto-header-height: 85px;
  }
}
body.gin--vertical-toolbar {
  --callisto-header-top-offset: auto;
  --callisto-header-left-offset: 0px;
}
@media (min-width: 61em) {
  body.gin--vertical-toolbar {
    --callisto-header-top-offset: var(--gin-toolbar-secondary-height, 0px);
    --callisto-header-left-offset: var(--gin-toolbar-width-collapsed, 0px);
  }
}

.search-links-wrapper {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.block-global-search {
  flex-grow: 1;
  transition: margin 0.3s ease;
  margin: 0.5rem 0 0 0;
  position: static;
}
@media (min-width: 1303px) {
  .block-global-search {
    margin: 0.5rem 0 0 0;
  }
}
.block-global-search .contextual-region {
  position: static;
}

main {
  margin-top: var(--callisto-header-main-top-offset);
  transition: margin-top 0.3s ease;
}

.page-header {
  position: -webkit-sticky;
  position: sticky;
  top: var(--callisto-header-top-offset);
  left: 0;
  right: 0;
  z-index: 100;
  background-color: var(--color-primary);
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  max-width: var(--callisto-header-max-width);
  margin: 0 auto;
}

.page-header,
.page-header-content,
.page-header-left-floating {
  height: var(--callisto-header-height);
  transition: height 0.3s ease;
}

.page-header-content {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-template-rows: 100%;
  align-items: center;
  justify-items: center;
  gap: 1.3rem;
  position: relative;
}
@media (min-width: 1303px) {
  .page-header-content {
    gap: 3.3rem;
  }
}

.page-header-cell {
  display: flex;
  width: 100%;
  height: 100%;
}

.page-header-left {
  grid-column: 2;
}
@media (min-width: 768px) {
  .page-header-left {
    grid-column: 1;
  }
}

.page-header-center {
  grid-column: 2;
  grid-row: 2;
}
@media (min-width: 768px) {
  .page-header-center {
    grid-row: 1;
  }
}
.page-header-center .search-zone-wrapper-desktop {
  display: none;
}
@media (min-width: 768px) {
  .page-header-center .search-zone-wrapper-desktop {
    display: block;
  }
}
.page-header-center .search-zone-wrapper-mobile {
  display: block;
}
@media (min-width: 768px) {
  .page-header-center .search-zone-wrapper-mobile {
    display: none;
  }
}

.page-header-right {
  grid-column: 3;
}
@media (min-width: 768px) {
  .page-header-right {
    grid-column: 3;
  }
}

.page-header-left-floating {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1303px) {
  .page-header-left-floating {
    width: 100px;
  }
}
.page-header-left-floating .svg-header-polygon {
  position: absolute;
  top: 0;
  left: -2.6rem;
  width: 10rem;
  color: var(--bs-white);
}
@media (min-width: 768px) {
  .page-header-left-floating .svg-header-polygon {
    left: -1.4rem;
  }
}
@media (min-width: 1303px) {
  .page-header-left-floating .svg-header-polygon {
    left: 0;
  }
}
.page-header-left-floating .page-header-hg-logo {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 35px;
  transition: all 0.3s ease;
  text-decoration: none;
  z-index: 2;
}
@media (min-width: 768px) {
  .page-header-left-floating .page-header-hg-logo {
    top: 13px;
    left: 10px;
    width: 60px;
  }
}
@media (min-width: 1303px) {
  .page-header-left-floating .page-header-hg-logo {
    top: 13px;
    left: 31px;
    width: 60px;
  }
}
.page-header-left-floating .external-icon {
  position: absolute;
  left: 25px;
  top: 68px;
  transition: all 0.3s ease;
  color: var(--bs-white);
}
.page-header-left-floating .external-icon svg {
  height: 16px;
  width: 16px;
}
@media (min-width: 1303px) {
  .page-header-left-floating .external-icon {
    left: 25px;
    top: 70px;
  }
}

.page-header-left {
  position: relative;
}
.page-header-left .block__content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .page-header-left .block__content {
    justify-content: flex-end;
  }
}
@media (min-width: 1459px) {
  .page-header-left .block__content {
    justify-content: center;
  }
}
.page-header-left .site-logo-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: 6.5rem;
  height: calc(100% - 0.5rem);
  margin-top: 0.25rem;
}
@media (min-width: 1303px) {
  .page-header-left .site-logo-link {
    height: calc(100% - 1rem);
    margin-top: 0.5rem;
  }
}
.page-header-left .site-logo-link img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: attr(width)/attr(height);
  display: block;
}

.page-header-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .page-header-right {
    align-items: center;
  }
}
@media (min-width: 1459px) {
  .page-header-right {
    justify-content: center;
  }
}

.search-zone-wrapper-mobile .header-search-button {
  position: absolute;
  border: none;
  background-color: transparent;
  color: var(--bs-white);
  top: 10px;
  right: 19%;
  border-radius: 50%;
  padding: 5px;
  z-index: 100;
}
.search-zone-wrapper-mobile .header-search-button:hover, .search-zone-wrapper-mobile .header-search-button:focus-visible {
  background-color: transparent;
  border: none;
}
.search-zone-wrapper-mobile .header-search-button svg {
  height: 1.3rem;
  width: 1.3rem;
  margin: 5px 0 0 0;
}
.search-zone-wrapper-mobile .header-search-button.search-button::before {
  display: none;
}

@media (max-width: 767.98px) {
  .menu-burger-button .menu-burger-button-lines {
    margin-bottom: -2px !important;
  }
}
.menu-burger-button .menu-burger-label {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.3s, opacity 0.3s ease;
}
@media (max-width: 767.98px) {
  .menu-burger-button .menu-burger-label {
    font-size: 8px;
  }
}

.header-fixed .block-global-search {
  margin-top: 1.5rem;
}
@media (min-width: 1303px) {
  .header-fixed .block-global-search {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .header-fixed .search-links-wrapper {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
  }
}
@media (min-width: 768px) {
  .header-fixed .page-header-left-floating .page-header-hg-logo {
    top: 4px;
    left: 25px;
    width: 45px;
  }
}
@media (min-width: 1303px) {
  .header-fixed .page-header-left-floating .page-header-hg-logo {
    top: 5px;
    left: 42px;
    width: 51px;
  }
}
@media (min-width: 768px) {
  .header-fixed .page-header-left-floating .external-icon {
    left: 17px;
    top: 49px;
  }
  .header-fixed .page-header-left-floating .external-icon svg {
    height: 14px;
    width: 14px;
  }
}
@media (min-width: 1303px) {
  .header-fixed .page-header-left-floating .external-icon {
    left: 23px;
    top: 55px;
  }
}
.header-fixed .connexion-link {
  right: -8rem;
}

.connexion-link {
  display: none;
  align-items: center;
  position: fixed;
  right: 0rem;
  top: 0.5rem;
  background-color: var(--color-secondary);
  border-radius: 10rem 0 0 10rem;
  padding: 4px 9px 0px 7px;
  text-decoration: none;
  transition: right 0.3s ease;
  z-index: 100;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media (min-width: 768px) {
  .connexion-link {
    display: flex;
  }
}
@media (min-width: 1303px) {
  .connexion-link {
    top: 1rem;
  }
}
.connexion-link:hover, .connexion-link:focus-visible {
  background-color: var(--color-secondary-hover);
}
.connexion-link .connexion-link-icon {
  font-size: 27px;
  margin-right: 9px;
}
.connexion-link .connexion-link-icon .bi::before {
  background-color: var(--bs-white);
  color: var(--color-secondary);
  border-radius: 50%;
  padding: 4px;
}
.connexion-link .connexion-link-text {
  font-size: 10px;
  margin-bottom: 3px;
}

.toolbar-fixed .connexion-link {
  top: 6rem;
}

/*# sourceMappingURL=page-header.css.map*/