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

.NodeMember-librePropos-title {
  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) {
  .NodeMember-librePropos-title {
    font-size: 2.2rem;
  }
}

.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 5rem;
}
.Node-header .memberCard {
  zoom: 0.87;
}

.NodeMember-iconList {
  margin: 0 0 1.6rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
}
.Node-header-body .NodeMember-iconList:first-child {
  margin-top: -1rem;
}
.NodeMember-iconList li {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.NodeMember-iconList li time {
  display: contents;
}
@media (max-width: 679px) {
  .NodeMember-iconList li {
    width: 100%;
  }
}
.NodeMember-iconList li::before {
  height: 1.1423em;
  width: 1.1423em;
  background-color: currentColor;
  background-size: contain;
}
.NodeMember-iconList-dates::before {
  content: "";
  mask-image: url("/themes/custom/academie_sciences/assets/img/icons_sprite.svg#naissance");
}
.NodeMember-iconList-elected::before {
  content: "";
  mask-image: url("/themes/custom/academie_sciences/assets/img/icons_sprite.svg#Academie");
}
.NodeMember-iconList-elected2::before {
  content: "";
  mask-image: url("/themes/custom/academie_sciences/assets/img/icons_sprite.svg#Bookmark");
}
.NodeMember-iconList-externalPosition::before {
  content: "";
  mask-image: url("/themes/custom/academie_sciences/assets/img/icons_sprite.svg#Poste");
}

@media (max-width: 999px) {
  .NodeMember-librePropos {
    padding-bottom: 3.8rem;
    position: relative;
    z-index: 0;
  }
  .NodeMember-librePropos::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-light2);
    background-size: cover;
    z-index: -1;
  }
  .NodeMember-librePropos {
    margin-bottom: 0;
    z-index: unset;
  }
}
.NodeMember-librePropos-wrapper {
  display: flex;
  background: var(--purple-dark);
  color: white;
  padding: 5rem 7.4rem 4rem 3.8rem;
  gap: 3.6rem;
  margin-bottom: 5.2rem;
  align-items: flex-start;
  font-size: clamp(12px, 1.4rem, 14px);
}
@media (max-width: 999px) {
  .NodeMember-librePropos-wrapper {
    flex-direction: column;
    gap: 2rem;
    padding: 3rem var(--site-padding);
    margin-inline: calc(var(--site-padding) * -1);
    margin-bottom: 1rem;
  }
}
.NodeMember-librePropos-title {
  margin-bottom: 2rem;
}
@media (max-width: 999px) {
  .NodeMember-librePropos-title {
    font-size: 2.7rem;
    order: -2;
    margin-bottom: 0;
  }
}
.NodeMember-librePropos-card {
  flex: 0 0 auto;
  margin: -1.7rem 0 -11rem;
  align-self: flex-end;
}
.NodeMember-librePropos-card .memberCard {
  width: 30.5rem;
  zoom: 0.51;
}
@media (max-width: 999px) {
  .NodeMember-librePropos-card {
    order: 3;
    align-self: flex-start;
    margin-top: 2rem;
    margin-bottom: -6rem;
  }
}
.NodeMember-librePropos-description {
  max-width: 51rem;
  margin-left: auto;
  text-align: right;
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .NodeMember-librePropos-description {
    padding-top: 0.4rem;
  }
}
@media (max-width: 999px) {
  .NodeMember-librePropos-description {
    margin-left: 0;
    text-align: left;
    order: -1;
    margin-bottom: 2rem;
  }
}
@media (max-width: 999px) {
  .NodeMember-librePropos-cta {
    display: contents;
  }
}
.NodeMember-librePropos .btn-link--alt::before {
  border: none;
  background-color: white;
}
.NodeMember-librePropos .btn-link--alt::after {
  background-color: var(--text-color);
  mask-image: url("/themes/custom/academie_sciences/assets/img/icons_sprite.svg#Lien-ext");
}
.NodeMember-librePropos .btn-link--alt:hover::before {
  background-color: var(--text-color);
}
.NodeMember-librePropos .btn-link--alt:hover::after {
  background-color: white;
}
.NodeMember-librePropos .socialShare-desktop .shareButtons,
.NodeMember-librePropos .socialShare-mobile {
  justify-content: flex-end;
}

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