@charset "utf-8";

html {
  font-size: 62.5%;
}

#Header {
  background: rgb(255, 255, 255);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 100;
  box-shadow: rgb(239, 240, 243) 0px 0.1rem 0px 0px;
}

@media (min-width: 1300px) {
  #Header {
    position: relative;
    box-shadow: none;
  }
}

#Header .Header {
  display: grid;
  grid-template-columns: 5.6rem minmax(0px, 1fr) auto;
  grid-template-areas: "left center right";
  align-items: center;
  width: 100%;
  max-width: 115.2rem;
  margin: 0px auto;
  min-height: 6rem;
  padding: 0px 1.2rem 0px 0px;
  border-bottom: 0.1rem solid rgb(239, 240, 243);
  background: rgb(255, 255, 255);
}

@media (min-width: 1024px) {
  #Header .Header {
    grid-template-columns: minmax(0px, 1fr) auto minmax(0px, 1fr);
    min-height: 13.2rem;
    padding: 0px 3.2rem;
    border-bottom: 0px;
    align-items: end;
  }
}

#Header .left,
#Header .header__left {
  grid-area: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 5.6rem;
  flex-shrink: 0;
}

#Header .center,
#Header .header__center {
  grid-area: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0px;
}

#Header .right,
#Header .header__right {
  grid-area: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 0px;
  width: auto;
}

@media (min-width: 1024px) {
  #Header .left,
  #Header .header__left {
    width: auto;
    padding-left: 0px;
    align-self: flex-end;
  }
  #Header .center,
  #Header .header__center {
    align-self: center;
  }
  #Header .right,
  #Header .header__right {
    width: auto;
    align-self: flex-end;
  }
}

#Header .Header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

#Header .Header__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo__lemonde {
  background-image: url(logo-lemonde.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  display: block !important;
  height: 3rem !important;
  width: 13.8rem !important;
}

@media (min-width: 1024px) {
  .logo__lemonde {
    height: 6.1rem !important;
    width: 29rem !important;
  }
}

#Header .Header__jelec {
  align-items: center;
  align-self: flex-end;
  border: 0.1rem solid rgb(239, 240, 243);
  color: rgb(113, 123, 142);
  flex-direction: row;
  font-weight: 500;
  height: 5.4rem;
  line-height: 1.2;
  min-width: 18rem;
  padding: 0px 1.2rem 0px 5.8rem;
  text-decoration: none;
  white-space: nowrap;
  display: none !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: 4.8rem !important;
  font-size: 1.3rem !important;
  width: auto !important;
}

@media (min-width: 1024px) {
  #Header .Header__jelec {
    display: flex !important;
  }
}

#Header .Header__jelec p {
  height: auto !important;
  line-height: 1.6rem !important;
  margin: 0px !important;
  padding: 0px !important;
  font-size: 1.4rem !important;
}

.Burger {
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 4.8rem;
  padding: 0px;
  border: 0px;
  background: transparent;
  cursor: pointer;
  display: flex !important;
}

@media (min-width: 1024px) {
  .Burger {
    display: none !important;
  }
}

.Burger__icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  background-image: url(8f1f66814924b61aeda2583969a9f8089b513337.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  display: block !important;
}

#Header .Header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
  flex-wrap: nowrap;
}

#Header .Header__actions .Header__connexion {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 0px;
  text-decoration: none;
  color: rgb(42, 48, 59);
  white-space: nowrap;
}

#Header .Header__actions .Header__connexion::after {
  content: " ";
  display: block;
  width: 0.1rem;
  height: 2rem;
  margin: 0px 0.8rem 0px 0.4rem;
  background: rgb(226, 228, 233);
}

.icon__nav-connexion {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  background-image: url(7922616253cc97cd12765099d1781ae4810d23d2.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  display: inline-block !important;
}

.icon__search,
.Nav__search {
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  display: inline-block !important;
}

.Header__nav-container {
  width: 100%;
  max-width: 115.2rem;
  margin: 0px auto;
  background: rgb(255, 255, 255);
}

@media (min-width: 1024px) {
  .Header__nav-container {
    border-top: 0.4rem solid rgb(2, 107, 156);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 0.4rem 0.4rem 0px;
  }
}

.Header__nav-container .Nav {
  padding-top: 0px !important;
  height: auto;
}

@media (min-width: 1024px) {
  .Header__nav-container .Nav {
    height: 5.8rem;
    border-bottom: 0.1rem solid rgb(239, 240, 243);
  }
  #nav-desktop.Nav--hidden {
    display: flex !important;
  }
}

#nav-markup {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

@media (min-width: 1024px) {
  #nav-markup {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 5.8rem;
    overflow: visible !important;
  }
}

@media (max-width: 1023px) {
  body {
    padding-top: 6rem;
  }
  .Header__nav-container {
    display: none;
  }
}

#nav-markup .Nav__item {
  display: flex;
  align-items: center;
}

#nav-markup .Nav__item a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  white-space: nowrap;
}

#Header .icon__home,
#Header .icon__nav-en-continu {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  display: inline-block !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
}

.footer .footer-logo {
  display: block;
  width: 15rem;
  max-width: 150px;
  height: 3.2rem;
  min-height: 3.2rem;
  flex-shrink: 0;
  background: url(footer-logo.svg) center center / contain no-repeat;
  text-indent: 0px !important;
  overflow: visible !important;
}

.footer__bottom {
  flex-wrap: wrap;
  text-align: center;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2rem !important;
  border-top: none !important;
  padding-top: 0px !important;
}

.footer .footer-logo {
  background-position: center center;
}

.footer__title {
  margin: 0px;
  color: rgb(232, 234, 238);
  font-size: 1.3rem;
  line-height: 1.4;
  text-indent: 0px !important;
  overflow: visible !important;
  white-space: normal !important;
}

@media (max-width: 1023px) {
  .footer__bottom {
    flex-direction: column;
    align-items: center !important;
  }
}

.un-header__share-button {
  background-size: auto;
  display: flex;
  height: 3.2rem;
  width: 3.2rem;
  align-items: center;
  background-color: transparent;
  border-radius: 25rem;
  justify-content: center;
}

.un-header__share-icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}

.un-header__share-icon svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}

.comments-content__arr img,
.fb-comment__avatar,
.fb-comment__like img {
  max-width: none;
  text-indent: 0px !important;
  overflow: visible !important;
  white-space: normal !important;
}

.fb-comment__avatar {
  width: 32px;
  height: 32px;
  object-fit: cover;
  background-color: rgb(228, 230, 235);
}

.fb-comment__text .lightbox-img::before {
  display: none;
}

.fb-comment__answer {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
  width: 100%;
}

.fb-comment__answer > .fb-comment__avatar {
  flex-shrink: 0;
  height: 32px;
  min-width: 32px;
  width: 32px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  object-fit: cover;
  display: block;
}

.fb-comment__answer > .fb-comment__content,
.fb-comment__answer > .fb-comment__text {
  flex: 1 1 0%;
  min-width: 0px;
  width: auto;
  max-width: calc(100% - 40px);
}

.fb-comment__text .lightbox-img {
  display: block;
  width: 100%;
  max-width: 350px;
  margin-top: 8px;
}

.fb-comment__text .lightbox-img img,
.fb-comment__text img.transaction {
  display: block;
  width: 100%;
  max-width: 350px;
  height: auto;
  text-indent: 0px !important;
  overflow: visible !important;
}

.comment-block-input__input {
  width: 100%;
  cursor: text;
  pointer-events: auto;
}

.comment-block-input__button {
  background: none;
  font-family: inherit;
  pointer-events: auto;
}

.comment-popup {
  position: fixed;
  inset: 0px;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.comment-popup[hidden] {
  display: none !important;
}

.comment-popup__overlay {
  position: absolute;
  inset: 0px;
  background: rgba(0, 0, 0, 0.45);
}

.comment-popup__box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  background: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 24px 24px 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 40px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.comment-popup__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0px;
  background: none;
  font-size: 24px;
  line-height: 1;
  color: rgb(101, 103, 107);
  cursor: pointer;
  padding: 4px;
}

.comment-popup__title {
  margin: 0px 0px 12px;
  font-size: 18px;
  font-weight: 700;
  color: rgb(5, 5, 5);
}

.comment-popup__text {
  margin: 0px 0px 20px;
  font-size: 15px;
  line-height: 1.45;
  color: rgb(5, 5, 5);
}

.comment-popup__btn {
  display: block;
  width: 100%;
  border: 0px;
  border-radius: 6px;
  padding: 10px 16px;
  background: rgb(24, 119, 242);
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.comment-popup__btn:hover {
  background: rgb(22, 111, 229);
}
