.hidden {
  display: none;
}
.comment-line {
  font-size: 1.3rem;
  font-weight: 500;
}
.fb-comment__text-input {
  display: flex;
  justify-content: space-between;
}
.comment-block-input__input {
  border: none;
  outline: none;
  background-color: inherit;
  flex: 0 1 70%;
}
.comment-block-input__button {
  border: none;
  font-weight: 500;
  float: right;
  cursor: pointer;
  color: #365899;
  padding: 10px;
}
.fb-post {
  width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  font:
    400 14px/20px "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}
.fb-comment__sort {
  color: #365899;
  cursor: pointer;
  margin: 10px 0;
}
.fb-comment__sort:hover {
  text-decoration: underline;
}
.fb-comment__avatar {
  height: 34px;
  width: 37px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0 !important;
  object-fit: cover;
}
.fb-comment__item {
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin: 10px 0;
}
.fb-comment__content {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.fb-comment__text {
  width: 100%;
  margin: 0;
  padding: 8px 10px;
  color: #1d2129;
  background-color: #f2f3f5;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.fb-comment__author {
  font-weight: 600;
  color: #365899;
  text-decoration: none;
}
.fb-comment__react {
  text-decoration: none;
  color: #365899;
}
.fb-comment__react:after {
  content: "·";
  color: #606770;
  padding: 3px;
}
.fb-comment__posted {
  color: #606770;
}
.fb-comment__like {
  position: absolute;
  bottom: 5;
  right: 0;
  height: 20px;
  width: 44px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #8d949e;
  font-size: 11px;
  font-weight: normal;
  padding: 2px 1px 2px 2px;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fb-comment__like img {
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-right: 3px;
  padding: 0 !important;
}
@media screen and (max-width: 600px) {
  .fb-post {
    width: 100%;
    margin: 0;
    padding: 10px;
    border: none;
  }
  .fb-comment__text {
    max-width: 100%;
  }
}
img {
  padding: 0 !important;
}
.btn_comm {
  width: 100%;
}
@media (max-width: 575px) {
  .comment-block-input__input {
    flex: 0 1 100%;
  }
  .fb-comment__like {
    bottom: -10px;
    right: -6px;
  }
}
:root {
  --grey: #81888c;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --check-font-regular: "IBM Plex Mono", IBM Plex, monospace;
}
@font-face {
  src: url(/fonts/0.woff2) format("woff2");
  font-family: "MarrSans";
  font-weight: 400;
  font-style: normal;
}
@font-face {
  src: url(/fonts/1.woff2) format("woff2");
  font-family: "MarrSans";
  font-weight: 600;
  font-style: normal;
}
@font-face {
  src: url(/fonts/2.woff2) format("woff2");
  font-family: "MarrSansCondensed";
  font-weight: 600;
  font-style: normal;
}
@font-face {
  src: url(/fonts/3.woff2) format("woff2");
  font-family: "The Antiqua B";
  font-weight: 500;
  font-style: normal;
}
@font-face {
  src: url(/fonts/4.woff2) format("woff2");
  font-family: "The Antiqua B";
  font-weight: 500;
  font-style: italic;
}
html {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-size: 62.5%;
}
body {
  overflow-x: clip;
}
@media (min-width: 1024px) {
  body {
    background-color: #f5f6f8;
  }
}
body,
h1,
h3,
ol,
p,
ul {
  font-weight: inherit;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
a {
  font-family: inherit;
  -webkit-text-decoration: none;
  text-decoration: underline;
}
@supports not (display: grid) {
  @media (min-width: 1024px) {
    .old__zone {
      position: relative;
    }
    .old__zone:after {
      clear: both;
      content: "";
      display: table;
    }
  }
}
@media (min-width: 1024px) {
  .zone {
    max-width: 115.2rem;
  }
}
@media (min-width: 1200px) {
  .zone {
    margin: 0 auto;
  }
}
.icon__home,
.icon__nav-connexion,
.icon__nav-en-continu,
.icon__search {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  flex-shrink: 0;
}
.icon__home {
  background-image: url(/img/5.svg);
  height: 2.4rem;
  width: 2.4rem;
}
.icon__search {
  background-image: url(/img/6.svg);
}
.icon__nav-en-continu {
  background-image: url(/img/7.svg);
  height: 2.4rem;
  width: 2.4rem;
}
.icon__nav-connexion {
  background-image: url(/img/9.svg);
  height: 2.4rem;
  width: 2.4rem;
}
.Nav__item a,
.Nav__item-link {
  transition:
    text-decoration 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-text-decoration 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.Burger__right-arrow:after {
  background-image: url(/img/10.svg);
  content: " ";
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
}
#Header {
  align-items: center;
  background-color: #fcfcfd;
  position: fixed;
  top: 0;
  transition:
    top 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.4s ease;
  width: 100%;
  z-index: 7;
}
@media (min-width: 1024px) {
  #Header {
    background-color: #fff;
    position: relative;
  }
}
#Header .header__left {
  justify-content: flex-start;
  width: 5.6rem;
}
@media (min-width: 1024px) {
  #Header .header__left {
    align-self: flex-end;
    padding-left: 4.8rem;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #Header .header__left {
    padding-left: 0;
  }
}
#Header .header__right {
  justify-content: flex-end;
  margin-left: auto;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 1200px) {
  #Header .header__right {
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  #Header .header__right {
    align-self: flex-end;
    width: 100%;
  }
}
#Header .Header {
  align-items: center;
  background-color: #fff;
  border-bottom: 0.1rem solid #eff0f3;
  display: flex;
  flex-direction: row;
  height: auto;
  margin: 0 auto;
  max-width: 115.2rem;
  position: relative;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  #Header .Header {
    padding-right: 4.8rem;
  }
}
@media (max-width: 1023px) {
  #Header .Header {
    height: 6rem;
    padding: 1.5rem 1.2rem 1.5rem 0;
  }
}
@media (min-width: 1024px) {
  #Header .Header {
    border-bottom: 0;
  }
}
@media (min-width: 1024px) {
  #Header .Header {
    height: 13.2rem;
    transition: height 0.4s ease-in-out;
  }
}
#Header .Header__jelec {
  align-items: center;
  align-self: flex-end;
  background-image: url(/img/11.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0.1rem solid #eff0f3;
  color: #717b8e;
  display: none;
  flex-direction: column;
  font-size: 1.3rem !important;
  font-weight: 500;
  height: 5.4rem;
  line-height: 1.1;
  padding-left: 7rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 8rem;
}
html:not(.fonts-loaded) #Header .Header__jelec,
html:not(.fonts-loaded) #Header .Header__jelec > * {
  letter-spacing: 0.314px;
}
@media (min-width: 1024px) {
  #Header .Header__jelec {
    display: flex;
  }
}
#Header .Header__jelec p {
  height: 5.4rem;
  line-height: 1.6rem;
  margin-left: 9rem;
  padding-top: 1rem;
  font-size: 1.4rem;
}
#Header .Header__jelec:hover p {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.2em;
}
#Header .Header__actions {
  align-items: center;
  align-self: center;
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
  justify-content: flex-end;
}
@media (min-width: 360px) {
  #Header .Header__actions {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  #Header .Header__actions {
    font-size: 1.4rem;
    margin-bottom: 2.8rem;
  }
}
#Header .Header__actions .login-info {
  display: none;
}
@media (min-width: 576px) {
  #Header .Header__actions .login-info {
    display: block;
    margin-left: 0.8rem;
  }
}
@media (min-width: 1024px) {
  #Header .Header__actions .login-info {
    display: none;
  }
}
@media (min-width: 1200px) {
  #Header .Header__actions .login-info {
    display: block;
  }
}
#Header .Header__actions .Header__connexion {
  align-self: center;
  display: flex;
  padding: 0.8rem 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}
#Header .Header__actions .Header__connexion:hover .icon__nav-connexion {
  background-image: url(/img/12.svg);
}
#Header .Header__actions .Header__connexion:hover .login-info {
  color: #026b9c;
}
#Header .Header__actions .Header__connexion span {
  align-self: center;
}
#Header .Header__actions .Header__connexion:after {
  background-color: #e2e4e9;
  content: " ";
  display: block;
  height: auto;
  margin: 0 1.6rem 0 0.8rem;
  width: 0.1rem;
}
@media (min-width: 576px) {
  #Header .Header__actions .Header__connexion:after {
    margin: 0 1.6rem;
  }
}
@media (min-width: 1024px) {
  .Header__nav-container {
    height: 5.8rem;
  }
}
.Burger {
  align-content: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 5.6rem;
}
@media (min-width: 1024px) {
  .Burger {
    display: none;
  }
}
.Burger__icon {
  align-self: center;
  background-image: url(/img/13.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-shrink: 0;
  height: 2.4rem;
  width: 2.4rem;
}
.Burger__right-arrow:after {
  display: none;
}
.Nav {
  align-items: center;
  background-color: #fff;
  color: #000b15;
  height: auto;
  padding-top: 6rem;
  position: relative;
  width: 100%;
  z-index: 6;
}
@media (min-width: 1024px) {
  .Nav {
    border-bottom: 0.1rem solid #eff0f3;
    border-top: 0.4rem solid #026b9c;
    box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.04);
    height: 5.8rem;
    padding-top: 0;
  }
}
.Nav .wrapper {
  height: 100%;
  margin: 0 auto;
  max-width: 115.2rem;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 0;
  width: 100%;
}
.Nav .wrapper > ul {
  display: flex;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .Nav .wrapper {
    overflow-x: hidden;
  }
  .Nav .wrapper > ul {
    white-space: normal;
  }
}
@media (min-width: 1024px) {
  .Nav .wrapper {
    overflow-x: hidden;
    padding: 0 1.6rem;
  }
}
@media (min-width: 1200px) {
  .Nav .wrapper {
    padding: 0;
  }
}
.Nav ul {
  list-style: none;
}
.Nav__item {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 400;
  height: 100%;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
}
@media (min-width: 1200px) {
  .Nav__item {
    font-size: 1.7rem;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .Nav__item:not(:last-child) {
    margin-right: 1.8rem;
  }
}
@media (min-width: 1100px) {
  .Nav__item:not(:last-child) {
    margin-right: 2.7rem;
  }
}
@media (min-width: 1150px) {
  .Nav__item:not(:last-child) {
    margin-right: 3.3rem;
  }
}
@media (min-width: 1200px) {
  .Nav__item:not(:last-child) {
    margin-right: 1.8rem;
  }
}
.Nav__item a {
  color: #2a303b;
  display: inherit;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.Nav__item a:hover {
  color: #026b9c;
}
.Nav__item a:hover .icon__home {
  background-image: url(/img/14.svg);
}
.Nav__item--droppable > a:after {
  align-self: center;
  background-image: url(/img/15.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 1.4rem;
  margin-left: 0.4rem;
  position: relative;
  transform: none;
  width: 1.4rem;
}
.Nav__item.Nav__item-home {
  border-right: 0.1rem solid #eff0f3;
  padding: 0;
}
@media (min-width: 1024px) {
  .Nav__item.Nav__item-home {
    border-right: none;
  }
}
.Nav__item.Nav__item-home a {
  padding: 1.6rem;
}
.Nav__item.Nav__item-en-continu {
  border-right: 0.1rem solid #eff0f3;
  padding: 0;
}
.Nav__item.Nav__item-en-continu a {
  padding: 1.6rem;
}
.Nav__item.Nav__item-en-continu a:after {
  display: none;
}
@media (min-width: 1024px) {
  .Nav__item.Nav__item-en-continu {
    border-right: none;
    display: none;
  }
}
.Nav__item.Nav__item-search {
  margin-left: auto;
  padding: 1.6rem;
}
.Nav__item.Nav__item-search .Nav__search {
  align-self: center;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 1.6rem;
}
@media (min-width: 1024px) {
  .Nav__item--extended:before {
    border-right: none;
    display: none;
  }
}
.Nav__item-actualites a:after {
  display: block;
}
.Nav__item-link {
  font-family: "MarrSansCondensed", sans-serif;
}
html:not(.fonts-loading) .Nav__item-link {
  letter-spacing: 0.05rem;
}
.Nav__item-link:not(.Nav__search) {
  padding: 1.6rem 0.8rem;
}
@media (min-width: 1024px) {
  .Nav__item-link:not(.Nav__search) {
    padding: 1.6rem 1rem;
  }
}
@media (min-width: 1200px) {
  .Nav__item-link:not(.Nav__search) {
    padding: 1.6rem 2rem;
  }
}
.Nav .js-burger-to-show {
  display: none;
  font-size: 1.6rem;
  line-height: 1.88;
}
#nav-desktop .Nav__item-en-continu,
#nav-desktop .Nav__item-home {
  position: relative;
}
@media (min-width: 768px) {
  #nav-desktop {
    position: static;
  }
}
@media (max-width: 1023px) {
  #nav-desktop .Nav__item:last-child:not(.Nav__item--contextual-header) {
    margin-right: 2.4rem;
  }
}
#nav-desktop.Nav--hidden {
  display: none;
}
@media (min-width: 1024px) {
  #nav-desktop.Nav--hidden {
    display: flex;
  }
}
#nav-markup {
  border-bottom: 0.1rem solid #eff0f3;
  overflow-x: auto;
  overflow-y: hidden;
  position: static;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
}
@media (min-width: 1024px) {
  #nav-markup {
    border-bottom: none;
    overflow: hidden;
  }
}
#nav-markup {
  justify-content: flex-start;
}
.footer {
  -webkit-font-smoothing: antialiased;
  color: #e8eaee;
  padding: 4rem 1.6rem;
  position: relative;
  z-index: 4;
}
.footer--free .zone--footer {
  max-width: 100rem;
}
.footer .zone {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .footer__bottom .footer__title {
    margin-right: 3.2rem;
  }
  .footer__bottom {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.footer__title {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.28;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
figure {
  clear: both;
}
@media (min-width: 768px) {
  figure {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1024px),
  screen and (-ms-high-contrast: none) and (min-width: 1024px) {
  .old__zone {
    position: relative;
  }
  .old__zone:after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .icon__home,
  .icon__nav-connexion,
  .icon__nav-en-continu,
  .icon__search {
    background-size: auto;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1024px),
  screen and (-ms-high-contrast: none) and (min-width: 1024px) {
  #nav-markup {
    overflow: hidden;
  }
}
.lmd-btn {
  align-items: center;
  border: 0;
  border-radius: 0.3rem;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: 3rem;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  font-family: MarrSans, Arial, Roboto, sans-serif;
  font-weight: 600;
}
.lmd-btn--s {
  font-size: 1.2rem;
  padding: 0.7rem 0.6rem;
}
@media (min-width: 340px) {
  .lmd-btn--s {
    padding: 0.7rem 1rem;
  }
}
@media (min-width: 360px) {
  .lmd-btn--s {
    padding: 0.7rem 1.6rem;
  }
}
.lmd-btn--premium {
  background-color: #ffc700;
  color: #2a303b;
}
.lmd-btn--premium:hover {
  background-color: #eab002;
}
.sr-only {
  clip: rect(1px, 1px, 1px, 1px) !important;
  border: 0 !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.login-info {
  font-weight: 600;
  font-family: MarrSans, Arial, Roboto, sans-serif;
}
.Nav__item-link {
  font-size: 1.8rem;
}
:root {
  --white: #ffffff;
  --main-color: #026b9c;
  --bg-color: #383f4e;
  --link-color: #007fff;
  --title-color: #2a303b;
  --text-color: #383f4e;
  --text-color-add: #717b8e;
  --label-color: #717b8e;
  --label-color-add: #a2a9ae;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --text-size: 1.7rem;
  --title-size: 2.6rem;
  --title-size-article: 2.2rem;
  --common-padding: 0 64px;
  --common-font-family: "The Antiqua B";
}
* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  color: var(--bg-color);
}
body {
  height: 100%;
  font-size: 16px;
  font-family: var(--common-font-family);
}
h1 {
  padding: 0;
  margin: 0;
}
h3 {
  color: var(--title-color);
  padding: 0;
  margin: 0;
  font-family: var(--common-font-family);
  font-weight: 700;
}
p {
  font-size: var(--text-size);
  font-family: var(--common-font-family);
}
a {
  color: var(--link-color);
}
img {
  height: auto;
}
.un-header__topics {
  align-items: center;
  color: var(--label-color);
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  list-style: none;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "MarrSansCondensed", sans-serif;
}
.un-header__topic {
  align-items: center;
  display: flex;
  line-height: 1.6rem;
}
.un-header__topic:first-child:after {
  align-self: center;
  color: #bdc1c8;
  content: "•";
  padding: 0 0.8rem;
}
@media all and (min-width: 1024px) {
  .un-header__heading {
    max-width: 85%;
  }
}
.un-header__title {
  color: var(--title-color);
  font-size: var(--title-size);
  font-weight: 600;
  line-height: 1.25;
  font-family: inherit;
}
@media all and (min-width: 576px) {
  .un-header__title {
    font-size: 2.8rem;
    line-height: 1.14;
    font-weight: 600;
  }
}
@media all and (min-width: 768px) {
  .un-header__title {
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.11;
  }
}
@media all and (min-width: 1024px) {
  .un-header__title {
    font-size: 3.8rem;
    font-weight: 500;
  }
}
.un-header__author {
  color: var(--label-color);
  font-size: 1.4rem;
  letter-spacing: 0.02rem;
  line-height: 1.42;
  margin-top: 1.6rem;
}
@media all and (min-width: 576px) {
  .un-header__author {
    letter-spacing: 0.019rem;
  }
}
@media all and (min-width: 768px) {
  .un-header__author {
    letter-spacing: 0.02rem;
  }
}
@media all and (min-width: 1024px) {
  .un-header__author {
    max-width: 85%;
  }
}
.un-header__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-flow: wrap;
}
.un-header__date {
  color: var(--label-color);
  font-size: 1.4rem;
  letter-spacing: 0.314px;
  font-family: "MarrSans";
}
.un-header__reading-time {
  color: var(--label-color);
  display: inline-flex;
  float: none;
  margin-top: 0;
  font-size: 1.4rem;
  letter-spacing: 0.314px;
  line-height: 1.42;
  align-items: center;
}
.un-header__reading-time::before {
  color: #d5d8dc;
  content: "•";
  display: inline-block;
  line-height: 1;
  padding-right: 0.4rem;
}
.un-header__icon-time {
  letter-spacing: 0.314px;
  background-image: url(/img/16.svg);
  height: 2.4rem;
  margin-right: 0.8rem;
  width: 1.2rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  flex-shrink: 0;
}
.un-header__info-time {
  font-family: "MarrSans";
  font-size: 1.4rem;
}
.un-header__actions {
  clear: both;
  gap: 1.2rem;
  justify-content: flex-start;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  position: relative;
  height: 3.2rem;
  align-items: center;
  z-index: 4;
  display: flex;
  list-style: none;
}
.un-header__favorites {
  letter-spacing: 0.314px;
  font-size: 1.4rem;
  position: relative;
  color: var(--title-color);
}
.un-header__favorites-wrapper {
  background-color: #fff;
  border: 0.1rem solid #d5d8dc;
  gap: 0.8rem;
  padding: 0 1rem;
  width: auto;
  cursor: pointer;
  align-items: center;
  border-radius: 25rem;
  display: flex;
  height: 3.2rem;
  justify-content: center;
  font-size: 1.4rem;
}
.un-header__favorites-icon {
  background-image: url(/img/17.svg);
  height: 1.56rem;
  width: 1.1rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.un-header__favorites-description {
  letter-spacing: 0.314px;
  font-size: 1.4rem;
}
.un-header__share-icon {
  background-size: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 4px;
}
#un-content {
  grid-column-gap: 6.4rem;
  display: grid;
  grid-template-columns: 1fr 31.6rem;
  grid-template-rows: auto auto auto;
  padding-bottom: 4rem;
  padding-top: 3.2rem;
  background-color: var(--white);
}
@media all and (max-width: 1024px) {
  #un-content {
    margin: 0 1.6rem;
    display: block;
  }
}
@media all and (min-width: 768px) {
  #un-content {
    margin: 0 auto;
    max-width: 66.4rem;
  }
}
@media all and (min-width: 1024px) {
  #un-content {
    margin: 0 auto;
    max-width: 100rem;
    padding: 3.2rem;
  }
}
#un-header {
  padding-bottom: 2rem;
  position: relative;
}
@media all and (min-width: 1024px) {
  #un-header {
    grid-column: 1 / span 2;
    grid-row: 1;
    padding-bottom: 2.4rem;
  }
}
#un-header:after {
  background-color: #d5d8dc;
  bottom: 0;
  content: " ";
  display: block;
  height: 0.1rem;
  position: absolute;
  width: 4rem;
}
.un-article__image {
  margin: 2.4rem auto 2.4rem;
}
.un-article__image img {
  width: 100%;
}
#un-main p,
.un-article__paragraph {
  margin: 2rem 0 2rem 0;
}
.hidden {
  overflow: hidden;
  height: 0;
  position: relative;
  z-index: 0;
  opacity: 0;
  transition: 0.3s;
}
#un-additional {
  display: block;
}
@media all and (min-width: 1024px) {
  #un-additional {
    grid-column: 2;
    grid-row: 2/3;
    margin-bottom: 4rem;
    padding-top: 2.4rem;
  }
  #un-main {
    grid-column: 1;
    overflow: hidden;
  }
}
.un-additional__wrapper {
  background-color: #f5f6f8;
  border-top: 4px solid #2a303b;
  padding: 0 20px 20px 20px;
}
.un-additional__title {
  font-family: "MarrSansCondensed";
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0;
  margin-top: 28px;
  color: #2a303b;
}
.un-additional__list {
  margin: 0;
  padding: 0;
  background-color: hsl(220, 18%, 97%);
  list-style: none;
}
.un-additional__item {
  display: flex;
  padding: 24px 0;
  text-decoration: none;
  color: #2a303b;
  font-family: "The Antiqua B";
  cursor: pointer;
}
.un-additional__item:not(:last-child) {
  border-bottom: 1px solid #d5d8dc;
}
.un-additional__item-number {
  margin-top: -3px;
  font-weight: 600;
  line-height: normal;
  color: #2a303b;
  font-size: 32px;
}
.un-additional__item-info {
  color: #2a303b;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.02px;
  font-weight: 400;
  padding-left: 16px;
}
.un-additional__item:hover {
  text-decoration: underline;
}
.footer-logo {
  max-width: 150px;
  width: 100%;
  height: auto;
}
.Header__nav-container {
  pointer-events: none;
}
.un-header__actions {
  pointer-events: none;
}
#un-additional {
  pointer-events: none;
}
.footer__bottom {
  border-top: none;
  padding-top: 0;
  gap: 20px;
}
@media (max-width: 1023px) {
  .footer__bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #un-additional {
    display: none;
  }
}
@media (max-width: 480px) {
  .footer {
    padding: 2rem 1.6rem;
  }
}
*,
:after,
:before {
  box-sizing: border-box;
}
::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: auto !important;
}
@media (max-width: 500px) {
  html,
  body {
    overflow-x: clip;
  }
  .fb-comment__like {
    bottom: -8px;
    right: -5px;
  }
}
.caption {
  font-size: 14px;
  color: #6b6b6b;
  line-height: 1.5;
  margin-top: 6px;
}
.info-box {
  background: #e8eff5;
  border-radius: 8px;
  padding: 24px 28px 20px;
  margin: 32px 0;
}
.info-box h3 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 4px;
  color: #1b1b1b;
}
[data-zoomable] {
  cursor: zoom-in;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
[data-zoomable] img {
  position: relative;
  z-index: 1;
  height: 100%;
  object-fit: contain;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
}
[data-zoomable]::after {
  content: "";
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  z-index: 2;
  width: 48px;
  height: 48px;
  color: #e11229;
  background-image: url(/img/18.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
  }
}
.mtb {
  margin: 2rem 0 2rem 0;
}
.mb20 {
  margin-bottom: 20px;
}
.lightbox-img img {
  width: unset !important;
}
#Header {
  pointer-events: auto;
}
.Header {
  pointer-events: none;
}
#un-main p a,
.un-article__paragraph a,
.fb-comment__text a {
  color: #007fff;
  text-decoration: underline;
  &:hover {
    color: #e11229;
  }
}
.un-article__image {
  background-color: inherit !important;
}
.flux_cta {
  pointer-events: none;
}
.footer {
  background-color: #2a303bde;
}
.zone--footer {
  background-color: transparent;
}
.footer__bottom {
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 500px) {
  .fb-comment__text {
    padding-right: 30px;
  }
}
.lightbox-img {
  position: relative;
  display: inline-block;
  line-height: 0;
}
.lightbox-img::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
  width: 50px;
  height: 50px;
  background-image: url(/img/19.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.red {
  color: #e11229;
}
.fb-com {
  width: 34px;
}
.transaction {
  max-width: 500px;
  max-height: 400px;
}
.pr30 {
  padding-right: 30px;
}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 20px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width)/2);
  --iti-arrow-padding: 10px;
  --iti-arrow-color: #555;

  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}
