body:has(.NodeHub-header) .header {
  margin-bottom: -11rem;
  background-color: transparent;
}
@media (max-width: 999px) {
  body:has(.NodeHub-header) .header {
    margin-bottom: -7rem;
  }
}
body:not(.js-scrolled):has(.NodeHub-header) .header {
  color: white;
  height: 11rem;
}
@media (max-width: 999px) {
  body:not(.js-scrolled):has(.NodeHub-header) .header {
    height: 7rem;
  }
}
body:not(.js-scrolled):has(.NodeHub-header) .header::before {
  background-color: inherit;
}
body:not(.js-scrolled):has(.NodeHub-header) .header #block-academie-sciences-site-branding img {
  filter: brightness(0) invert(1);
}
body:not(.js-scrolled):has(.NodeHub-header) .header .toggle-submenu::before {
  background-color: var(--bg-color);
}
body:not(.js-scrolled):has(.NodeHub-header) .header .toggle-submenu::after {
  background-color: var(--text-color);
}

.NodeHub-header {
  display: flex;
  gap: 5rem;
  padding: 17.6rem 0 6rem;
  color: white;
  position: relative;
  z-index: 0;
}
.NodeHub-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100vw - var(--gin-toolbar-x-offset, 0px));
  height: 100%;
  margin-left: calc(-50vw + var(--gin-toolbar-x-offset, 0px) / 2);
  background: var(--purple-dark);
  background-size: cover;
  z-index: -1;
}
@media (max-width: 999px) {
  .NodeHub-header {
    display: block;
    text-align: center;
    padding: 12rem 0 5rem;
  }
}
.NodeHub-title {
  flex: 0 0 calc(50% - 2.5rem);
}
@media (min-width: 1000px) {
  .NodeHub-title {
    margin-bottom: 0;
  }
}
.NodeHub-chapo {
  flex: 0 0 calc(50% - 2.5rem);
}
@media (min-width: 1000px) {
  .NodeHub-chapo {
    padding-top: 1rem;
  }
}
.NodeHub-chapo p:last-child {
  margin-bottom: 0;
}
.NodeHub-img {
  position: relative;
}
.NodeHub-img img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 64rem;
  object-fit: cover;
  max-width: none;
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}
.NodeHub-img-label {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 9.4rem 0 0.8rem;
  color: white;
  font-size: clamp(9px, 1.2rem, 12px);
  position: relative;
  z-index: 0;
}
.NodeHub-img-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100vw - var(--gin-toolbar-x-offset, 0px));
  height: 100%;
  margin-left: calc(-50vw + var(--gin-toolbar-x-offset, 0px) / 2);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.24%, rgba(0, 0, 0, 0.385) 86.16%, rgba(0, 0, 0, 0.385) 99.65%);
  background-size: cover;
  z-index: -1;
}
.NodeHub-img-label {
  position: absolute;
}
@media (max-width: 999px) {
  .NodeHub-img-label {
    font-size: 1rem;
  }
}
.NodeHub-img-label p:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=nodeHub.css.map */
