@charset "UTF-8";
.Node-top-title, .Node-header-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) {
  .Node-top-title, .Node-header-title {
    line-height: 1.1;
    font-size: 3.2rem;
  }
}

.Node-chapo {
  line-height: 1.26;
  font-family: var(--title-font);
  font-weight: normal;
  margin: 0 0 2rem;
  font-size: clamp(9px, 2.7rem, 27px);
}
@media (max-width: 999px) {
  .Node-chapo {
    font-size: 2.2rem;
  }
}

.adresses-title {
  line-height: 1.26;
  font-family: var(--title-font);
  font-weight: normal;
  margin: 0 0 2rem;
  font-size: clamp(9px, 2.3rem, 23px);
}
@media (max-width: 999px) {
  .adresses-title {
    font-size: 2.2rem;
  }
}

.linkedContent-title {
  font-family: var(--base-font);
  text-transform: uppercase;
  font-size: clamp(9px, 1.2rem, 12px);
}

.Node-header-back a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border: none;
  padding: 0;
  background: transparent;
  font: inherit;
  color: inherit;
}
.Node-header-back a:hover {
  text-decoration: underline;
}
.Node-header-back a::before {
  content: "";
  background-color: currentColor;
  mask: url("/themes/custom/academie_sciences/assets/img/icons_sprite.svg#Fleche-Gauche");
  background-size: contain;
  height: 1em;
  width: 1em;
  display: inline-block;
  vertical-align: middle;
}

.Node-header {
  padding: 6rem 0 3.8rem;
  display: grid;
  grid-template-columns: 1fr 65.67%;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "cover header" "cover body" "cta footer";
  gap: 2.5rem;
  margin-bottom: 10rem;
  position: relative;
  font-size: clamp(9px, 1.4rem, 14px);
  position: relative;
  z-index: 0;
}
.Node-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-light) url("../../../../img/bg_publication_header.svg");
  background-size: cover;
  z-index: -1;
}
.Node-header {
  z-index: 50;
}
.NodeMember .Node-header, .NodeScientificDossier .Node-header {
  margin-bottom: 5rem;
}
@media (max-width: 999px) {
  .NodeMember .Node-header {
    padding-bottom: 2rem;
  }
}
@media (max-width: 999px) {
  .Node-header {
    padding-top: 9.8rem;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: "cover" "cta" "header" "body" "footer";
    gap: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .Node-header::before {
    background-image: url("../../../../img/bg_publication_header_mobile.svg");
  }
}
.NodeScientificDossier .Node-header {
  gap: 1.6rem;
}
.Node-header-top {
  grid-area: header;
  display: flex;
  flex-direction: column;
  border-bottom: #d4d4d4 solid 1px;
}
.NodeScientificDossier .Node-header-top {
  border-bottom: none;
  padding-top: 4.3rem;
}
@media (max-width: 999px) {
  .NodeScientificDossier .Node-header-top {
    padding-top: 2.4rem;
  }
}
@media (min-width: 1000px) {
  .NodeMember .Node-header-top {
    padding-top: 6rem;
  }
}
.Node-header-body {
  grid-area: body;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  place-self: start;
}
@media (max-width: 999px) {
  .Node-header-body {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.NodeMember .Node-header-body, .NodeScientificDossier .Node-header-body {
  display: block;
}
.Node-header-cover {
  grid-area: cover;
  place-self: center;
  --card-scale: 260 / 305;
  width: 100%;
}
.Node-header-cta {
  grid-area: cta;
  place-self: center;
}
@media (max-width: 999px) {
  .Node-header-cta {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
.Node-header-back {
  position: absolute;
  top: 1.9rem;
  left: 0;
}
@media (max-width: 999px) {
  .Node-header-back {
    top: 3.5rem;
  }
}
.Node-header-footer {
  justify-self: end;
  grid-area: footer;
}
.Node-header-title {
  order: 2;
  margin-bottom: 1.6rem;
}
@media (max-width: 999px) {
  .Node-header-title {
    margin-bottom: -0.5rem;
  }
}
.NodeScientificDossier .Node-header-title {
  margin-bottom: 0;
}
.Node-header-category {
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media (max-width: 999px) {
  .Node-header-category {
    font-size: 1.2rem;
  }
}
.Node-header-category a {
  text-decoration: none;
}
.Node-header-category a:hover {
  text-decoration: underline;
}
.Node-header-category > div div {
  display: inline;
}
.Node-header-category > div div:not(:last-child)::after {
  content: " | ";
}
.Node-header-category > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.Node-header-category > ul li {
  display: inline;
}
.Node-header-category > ul li:not(:last-child)::after {
  content: " | ";
}
.Node-header-sections {
  order: 3;
  font-size: clamp(9px, 1.2rem, 12px);
  margin-top: -1rem;
  margin-bottom: 2.7rem;
}
@media (max-width: 999px) {
  .Node-header-sections {
    margin: 1.5rem 0;
  }
}
.Node-header-sections a {
  text-decoration: none;
}
.Node-header-sections a:hover {
  text-decoration: underline;
}
.Node-header-sections > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.Node-header-sections > ul li {
  display: inline;
}
.Node-header-sections > ul li:not(:last-child)::after {
  content: " • ";
}
.Node-header-chapo {
  max-width: 76.4rem;
}
.Node-header-chapo p:last-child {
  margin-bottom: 0;
}
.Node-header-link {
  grid-column: span 3;
}
.Node-header-date .value {
  color: var(--purple-dark);
}

.Node-top {
  max-width: var(--text-width);
  margin: 0 auto 5.8rem;
}
.Node-top-title p {
  margin: 0;
}
@media (max-width: 999px) {
  .Node-top {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 999px) {
  .Node-chapo {
    font-size: 1.6rem;
    font-family: var(--base-font);
    line-height: 1.5;
  }
}
.Node-chapo p:last-child {
  margin-bottom: 0;
}
.Node-content {
  margin-left: calc((100% - var(--text-width)) / 2);
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}
@media (max-width: 999px) {
  .Node-content {
    flex-direction: column;
    margin-left: 0;
    gap: 3.5rem;
  }
}
.Node-body {
  max-width: 65rem;
}
@media (max-width: 999px) {
  .Node-body {
    width: 100%;
    max-width: none;
  }
}
.Node-body > .Paragraph:first-child,
.Node-body .Node-top-img .Paragraph:first-child {
  margin-top: 0;
}
.Node-sidebar {
  order: 2;
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 1000px) {
  .Node-sidebar {
    flex: 0 0 30.5rem;
    margin-left: auto;
  }
}
@media (max-width: 999px) {
  .Node-sidebar {
    width: 100%;
  }
}

.adresses {
  background: #2A2A2A;
  color: white;
  padding: 2.4rem 2rem;
  font-size: clamp(9px, 1.4rem, 14px);
}
.adresses:not(:last-child) {
  margin-bottom: 2rem;
}
.adresses-title {
  padding-bottom: 1.9rem;
  border-bottom: solid 1px white;
  margin-bottom: 1.3rem;
}
.adresses p:not(:last-child) {
  padding-bottom: 1.9rem;
  border-bottom: solid 1px white;
  margin-bottom: 1.3rem;
}
.adresses p:last-child {
  margin-bottom: 0;
}

.linkedContent {
  background: var(--gray-light);
  padding: 2.4rem 2rem;
  font-size: clamp(12px, 1.4rem, 14px);
}
.linkedContent:not(:last-child) {
  margin-bottom: 2rem;
}
.linkedContent-title {
  text-align: center;
  margin-bottom: 1.7rem;
}
.linkedContent .card {
  margin: 0 auto 2rem;
  --card-scale: 0.57;
}
.linkedContent .btn-download {
  width: max-content;
  margin: 0 auto 2rem;
}
.linkedContent .btn-download a {
  display: inline-block;
  max-width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.linkedContent .btn-download a:hover {
  text-decoration: underline;
}
.linkedContent .btn-download::before {
  background-color: var(--gray-dark);
  border: none;
}
.linkedContent .btn-download::after {
  background: white;
}
.linkedContent-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.3rem 0 0;
  gap: 1.5rem;
}
.linkedContent-item:not(:last-child) {
  border-bottom: solid 1px var(--gray);
  padding-bottom: 1.3rem;
}
.linkedContent-item a {
  text-decoration: none;
}
.linkedContent-item-title a:hover {
  text-decoration: underline;
}
.linkedContent-item-download a {
  display: block;
  height: 2.57em;
  width: 2.57em;
  margin: -0.71em;
  text-indent: -999em;
  overflow: hidden;
  background: currentColor;
  mask: url("/themes/custom/academie_sciences/assets/img/icons_sprite.svg#Download") center no-repeat;
  mask-size: 1.14em auto;
}
.linkedContent-item-download .file + span {
  display: none;
}

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