.NodeEdito-view-title {
  line-height: 1.26;
  font-family: var(--title-font);
  font-weight: normal;
  margin: 0 0 2rem;
  font-size: clamp(9px, 4.7rem, 47px);
}
@media (max-width: 999px) {
  .NodeEdito-view-title {
    line-height: 1.1;
    font-size: 3.2rem;
  }
}

.ParagraphInformations-title {
  line-height: 1.26;
  font-family: var(--title-font);
  font-weight: normal;
  margin: 0 0 2rem;
  font-size: clamp(9px, 3.7rem, 37px);
}
@media (max-width: 999px) {
  .ParagraphInformations-title {
    font-size: 2.6rem;
  }
}

.NodeEdito-cta a {
  --bg-color: var(--purple);
  --color: white;
  --bg-color-hover: transparent;
  --color-hover: var(--purple);
  --border-color: var(--bg-color);
  display: inline-flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  padding: 1.07em 1.21em;
  background-color: var(--bg-color);
  color: var(--color);
  border: solid 1px var(--border-color);
  font-size: min(1.4rem, 14px);
  align-items: center;
  gap: 1rem;
  transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s;
}
.NodeEdito-cta a::after {
  content: "";
  background-color: currentColor;
  mask: url("/themes/custom/academie_sciences/assets/img/icons_sprite.svg#Fleche-droite") center no-repeat;
  mask-size: contain;
  height: 1.14em;
  width: 1.14em;
}
.NodeEdito-cta a.external-link::after {
  mask-image: url("/themes/custom/academie_sciences/assets/img/icons_sprite.svg#Lien-ext");
}
.NodeEdito-cta a:hover {
  background-color: var(--bg-color-hover);
  color: var(--color-hover);
  border-color: var(--color-hover);
}
.NodeEdito-cta a:disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 999px) {
  .NodeEdito-cta a {
    width: 100%;
  }
}

.NodeEdito-cta a {
  --bg-color: white;
  --color: var(--purple);
  --bg-color-hover: transparent;
  --color-hover: white;
}

@media (max-width: 999px) {
  .NodeEdito-cta a {
    padding: 0.8rem;
  }
}

.NodeEdito-cta a.btn--more::after {
  mask-image: url("/themes/custom/academie_sciences/assets/img/icons_sprite.svg#Fleche-Bas");
}

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

.NodeEdito-surtitle {
  font-size: clamp(9px, 1.2rem, 12px);
  text-transform: uppercase;
  font-family: var(--base-font);
  letter-spacing: 1px;
  margin: 0 0 2rem;
  order: -1;
}

.NodeEdito-header {
  padding: 19rem 0 8rem;
  color: white;
  margin: 0 auto 5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 0;
}
.NodeEdito-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(--gray-dark) url("/themes/custom/academie_sciences/assets/img/bg_header_edito.svg") center no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 999px) {
  .NodeEdito-header {
    padding: 15.4rem 0 5rem;
    margin-bottom: 2rem;
  }
  .NodeEdito-header::before {
    background-image: url("../../../../img/bg_header_edito_mobile.svg");
  }
}
.NodeEdito-content > .Paragraph:first-child {
  margin-top: 2rem;
}
.NodeEdito-title {
  max-width: 77.3rem;
  margin: 0 auto 0;
}
.NodeEdito-chapo {
  max-width: 64.5rem;
  margin: 0 auto;
}
.NodeEdito-chapo p:last-child {
  margin-bottom: 0;
}
.NodeEdito-surtitle {
  margin-bottom: 0;
}
.NodeEdito-date {
  font-size: clamp(9px, 1.2rem, 12px);
  font-weight: bold;
}
.NodeEdito-cta a {
  color: var(--text-color);
}
@media (max-width: 999px) {
  .NodeEdito-cta {
    width: 100%;
  }
}
.NodeEdito-back {
  position: absolute;
  top: 12.9rem;
  left: 0;
}
@media (max-width: 999px) {
  .NodeEdito-back {
    top: 9rem;
    font-size: 1.2rem;
  }
}
.NodeEdito-img {
  max-width: var(--text-width);
  margin-inline: auto;
}
.NodeEdito-img img {
  width: 100%;
}
.NodeEdito-view {
  margin-top: 5rem;
}
@media (max-width: 999px) {
  .NodeEdito-view {
    margin-top: 3.5rem;
  }
}
.NodeEdito-view,
.NodeEdito-view .views-infinite-scroll-content-wrapper {
  margin-bottom: 3rem;
}
.NodeEdito-view-header {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  margin-bottom: 3.6rem;
}
@media (max-width: 999px) {
  .NodeEdito-view-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.NodeEdito-view-title {
  margin-bottom: 0;
}

.ParagraphInformations {
  max-width: var(--text-width);
  margin-inline: auto;
  padding: 3rem;
  background-color: var(--purple-dark);
  color: white;
  font-size: clamp(12px, 1.4rem, 14px);
}
@media (max-width: 999px) {
  .ParagraphInformations {
    margin-bottom: 2rem;
  }
  .ParagraphInformations + .Paragraph {
    margin-top: 2rem;
  }
}
.ParagraphInformations-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (min-width: 1000px) {
  .ParagraphInformations-body:has(div:nth-child(3)) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 999px) {
  .ParagraphInformations-body {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1000px) {
  .ParagraphInformations-body > div:not(:last-child) {
    padding-right: 2rem;
    border-right: solid 1px currentColor;
  }
}
@media (max-width: 999px) {
  .ParagraphInformations-body > div:not(:last-child) {
    border-bottom: solid 1px currentColor;
    padding-bottom: 2rem;
  }
}
.ParagraphInformations-label {
  font: inherit;
  margin-bottom: 0.7rem;
}
.ParagraphInformations-location .ParagraphInformations-label, .ParagraphInformations-date .ParagraphInformations-label {
  display: flex;
  gap: 0.45rem;
  align-items: center;
}
.ParagraphInformations-location .ParagraphInformations-label::before, .ParagraphInformations-date .ParagraphInformations-label::before {
  content: "";
  background-color: currentColor;
  mask: url("/themes/custom/academie_sciences/assets/img/icons_sprite.svg#Pin");
  background-size: contain;
  height: 1.6rem;
  width: 1.6rem;
  flex: 0 0 1.6rem;
  display: inline-block;
}
.ParagraphInformations-date .ParagraphInformations-label::before {
  mask-image: url("/themes/custom/academie_sciences/assets/img/icons_sprite.svg#Event");
}

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