.form-wrapper {
  width: 100%;
  max-width: 450px;
  margin: 30px auto;
  scroll-margin-top: 100px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@font-face {
  font-family: 'Heading Now Variable';
  src: url('/fonts/Heading-Now-Variable.woff2') format('woff2-variations');
  font-weight: 110 1000;
  font-stretch: 100% 1000%;
}

@font-face {
  font-family: 'IBM Plex Serif';
  src: url('/fonts/IBMPlexSerif-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'IBM Plex Serif';
  src: url('/fonts/IBMPlexSerif-Bold.ttf') format('truetype');
  font-weight: 700;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
article,
figure,
footer,
header,
nav,
section {
  display: block;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
header.header-container {
  width: 100%;
  background: #262626;
  top: -200px;
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: 550%;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.25px;
  line-height: 18px;
}
@media (max-width: 1759px) {
  header.header-container {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.25px;
    line-height: 15px;
  }
}
@media (max-width: 1299px) {
  header.header-container {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.25px;
    line-height: 15px;
  }
}
@media (max-width: 1023px) {
  header.header-container {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.25px;
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  header.header-container {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.25px;
    line-height: 16px;
  }
}
@media (max-width: 639px) {
  header.header-container {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.25px;
    line-height: 16px;
  }
}
header.header-container .header-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e32402;
  padding: 24px 32px 24px 16px;
}
@media (max-width: 767px) {
  header.header-container .header-wrapper {
    padding: 12px 24px;
    border-bottom: 2px solid #111111;
  }
}
header.header-container .header-wrapper .burger-menu {
  flex-basis: calc(50% - 115px);
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
}
header.header-container .header-wrapper .burger-menu:hover {
  gap: 0px;
}
@media (max-width: 1023px) {
  header.header-container .header-wrapper .burger-menu {
    flex-basis: calc(50% - 90px);
  }
}
@media (max-width: 767px) {
  header.header-container .header-wrapper .burger-menu {
    flex-basis: calc(50% - 59.5px);
  }
}
@media (max-width: 639px) {
  header.header-container .header-wrapper .burger-menu {
    gap: 0px;
  }
}
header.header-container .header-wrapper .burger-menu p {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  cursor: pointer;
  padding: 8px 16px;
}
@media (max-width: 767px) {
  header.header-container .header-wrapper .burger-menu p {
    padding: 0px;
  }
}
header.header-container .header-wrapper .burger-menu p:hover {
  background: #ca2002;
  border-radius: 3px;
}
@media (max-width: 767px) {
  header.header-container .header-wrapper .burger-menu p:hover {
    background: none;
  }
}
header.header-container .header-wrapper .burger-menu p:focus {
  background: none;
}
@media (max-width: 767px) {
  header.header-container .header-wrapper .burger-menu p span {
    display: none;
  }
}
header.header-container .header-wrapper .burger-menu p img {
  width: 20px;
  height: 20px;
}
header.header-container .header-wrapper .burger-menu .main-sticly-logo {
  display: none;
}
@media (max-width: 767px) {
  header.header-container .header-wrapper .burger-menu .main-sticly-logo {
    display: block;
    margin-left: 24px;
  }
  header.header-container .header-wrapper .burger-menu .main-sticly-logo img {
    width: 119px;
  }
}
header.header-container .header-wrapper .main-logo-wrapper {
  text-align: center;
}
@media (max-width: 1023px) {
  header.header-container .header-wrapper .main-logo-wrapper {
    flex-basis: 180px;
  }
}
@media (max-width: 767px) {
  header.header-container .header-wrapper .main-logo-wrapper {
    display: none;
  }
}
header.header-container .header-wrapper .main-logo-wrapper img {
  min-width: 322px;
  width: 100%;
}
@media (max-width: 1299px) {
  header.header-container .header-wrapper .main-logo-wrapper img {
    min-width: 230px;
  }
}
@media (max-width: 1023px) {
  header.header-container .header-wrapper .main-logo-wrapper img {
    min-width: 180px;
  }
}
header.header-container .header-wrapper .right-header {
  flex-basis: calc(50% - 115px);
  color: white;
}
@media (max-width: 1023px) {
  header.header-container .header-wrapper .right-header {
    flex-basis: calc(50% - 90px);
  }
}
@media (max-width: 767px) {
  header.header-container .header-wrapper .right-header {
    flex-basis: calc(50% - 59.5px);
  }
}
header.header-container .header-wrapper .right-header a {
  color: white;
}
header.header-container .header-wrapper .right-header .right-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 1023px) {
  header.header-container .header-wrapper .right-header .right-menu {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  header.header-container .header-wrapper .right-header .right-menu {
    gap: 24px;
  }
}
header.header-container .header-wrapper .right-header .right-menu .header-search {
  cursor: pointer;
  padding: 8px 16px;
}
@media (max-width: 767px) {
  header.header-container .header-wrapper .right-header .right-menu .header-search {
    padding: 0px;
  }
}
header.header-container .header-wrapper .right-header .right-menu .header-search:hover {
  background: #ca2002;
  border-radius: 3px;
}
@media (max-width: 767px) {
  header.header-container .header-wrapper .right-header .right-menu .header-search:hover {
    background: none;
  }
}
header.header-container .header-wrapper .right-header .right-menu .header-search:focus {
  background: none;
}
header.header-container .header-wrapper .right-header .right-menu .header-search:not(.opened) img.opened {
  display: none;
}
header.header-container .header-wrapper .right-header .right-menu .header-search img {
  width: 20px;
}
header.header-container .header-wrapper .right-header .right-menu .top-profile .headernav-connexion {
  position: relative;
}
@media (max-width: 767px) {
  header.header-container .header-wrapper .right-header .right-menu .boutton-abonnement {
    display: none;
  }
}
header.header-container .header-wrapper .right-header .right-menu .boutton-abonnement:hover a::before {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(1245%) hue-rotate(5deg) brightness(92%)
    contrast(87%);
}
header.header-container .header-wrapper .right-header .right-menu .boutton-abonnement:hover a:focus::before {
  filter: none;
}
header.header-container .header-wrapper .right-header .right-menu .boutton-abonnement a {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #e32402;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 3px;
  outline: 1px solid #ffffff;
}
header.header-container .header-wrapper .right-header .right-menu .boutton-abonnement a:hover {
  background: #ffffff;
  color: #111111;
  outline: 1px solid #e32402;
}
header.header-container .header-wrapper .right-header .right-menu .boutton-abonnement a:focus {
  background: #111111;
  color: #ffffff;
}
header.header-container .header-wrapper .right-header .right-menu .boutton-abonnement a::before {
  content: url('icon-journal.svg');
  width: 20px;
  height: 20px;
}
header.header-container .header-sousmenu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  border-top: 1px solid #4e4e4e;
}
@media (max-width: 767px) {
  header.header-container .header-sousmenu {
    display: none;
  }
}
header.header-container .header-sousmenu .item-sousmenu {
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 0;
  transition: 0.3s;
}
header.header-container .header-recherche .recherche-wrapper form .search-input:focus-visible {
  outline: none;
}
footer.footer-container {
  width: 100%;
  background: #111111;
}
footer.footer-container .footer-copyright {
  width: 100%;
  max-width: 1580px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 24px 0px;
  border-top: 0.5px solid #757575;
}
@media (max-width: 1759px) {
  footer.footer-container .footer-copyright {
    max-width: 1260px;
  }
}
@media (max-width: 1299px) {
  footer.footer-container .footer-copyright {
    max-width: 940px;
  }
}
@media (max-width: 1023px) {
  footer.footer-container .footer-copyright {
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  footer.footer-container .footer-copyright {
    max-width: 640px;
    padding: 24px 8px;
  }
}
@media (max-width: 639px) {
  footer.footer-container .footer-copyright {
    display: block;
  }
}
footer.footer-container .footer-copyright .copyright-logo {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 639px) {
  footer.footer-container .footer-copyright .copyright-logo {
    justify-content: space-between;
  }
}
footer.footer-container .footer-copyright .copyright-logo .footer-mainlogo {
  width: 135px;
}
@media (max-width: 767px) {
  footer.footer-container .footer-copyright .copyright-logo .footer-mainlogo {
    width: 117px;
  }
}
footer.footer-container .footer-copyright .copyright-logo .footer-rs {
  display: flex;
  align-items: center;
  gap: 24px;
}
footer.footer-container .footer-copyright .copyright-logo .footer-rs .item-sousmenu img {
  width: 30px;
  height: 30px;
}
footer.footer-container .footer-copyright .copyright-logo .footer-rs .item-sousmenu img:hover {
  filter: invert(48%) sepia(3%) saturate(21%) hue-rotate(102deg) brightness(94%) contrast(83%);
}
footer.footer-container .footer-copyright .copyright-text {
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-stretch: 550%;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.25px;
  line-height: 14.85px;
  color: #b3b3b3;
}
@media (max-width: 1759px) {
  footer.footer-container .footer-copyright .copyright-text {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.25px;
    line-height: 14.85px;
  }
}
@media (max-width: 1299px) {
  footer.footer-container .footer-copyright .copyright-text {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.027px;
    line-height: 14.85px;
  }
}
@media (max-width: 1023px) {
  footer.footer-container .footer-copyright .copyright-text {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.25px;
    line-height: 14.85px;
  }
}
@media (max-width: 767px) {
  footer.footer-container .footer-copyright .copyright-text {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.25px;
    line-height: 14.85px;
  }
}
@media (max-width: 639px) {
  footer.footer-container .footer-copyright .copyright-text {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.25px;
    line-height: 14.85px;
  }
}
@media (max-width: 639px) {
  footer.footer-container .footer-copyright .copyright-text {
    text-align: center;
    margin-top: 16px;
  }
}
.article-wrapper {
  width: 100%;
  background: #ffffff;
  padding: 0 20px;
}
.article-wrapper.actualite .icone:hover svg .hover-icon .hover-item {
  fill: #e32402 !important;
}
.article-wrapper.actualite .small-exergue {
  color: #e32402 !important;
}
@media (max-width: 767px) {
  .article-wrapper {
    padding: 0 10px;
  }
}
.article-wrapper .article-spacer {
  width: 100%;
  max-width: 1580px;
  display: flex;
  gap: 20px;
  margin: auto;
}
@media (max-width: 1759px) {
  .article-wrapper .article-spacer {
    max-width: 1260px;
  }
}
@media (max-width: 1299px) {
  .article-wrapper .article-spacer {
    max-width: 940px;
  }
}
@media (max-width: 1023px) {
  .article-wrapper .article-spacer {
    max-width: 620px;
  }
}
@media (max-width: 1023px) {
  .article-wrapper .article-spacer {
    flex-direction: column;
    overflow: hidden;
    word-break: break-word;
  }
}
.article-wrapper .article-spacer .main-article-container {
  flex-basis: calc(100% - 300px);
  padding-top: 40px;
}
@media (max-width: 1023px) {
  .article-wrapper .article-spacer .main-article-container {
    flex-basis: 100%;
    padding-top: 24px;
  }
}
.article-wrapper .article-spacer .main-article-container .jrdx-breadcrumbs {
  margin-bottom: 16px;
}
.article-wrapper .article-spacer .main-article-container .jrdx-breadcrumbs img {
  position: relative;
}
.article-wrapper .article-spacer .main-article-container .jrdx-breadcrumbs .ul {
  list-style: none;
  display: flex;
  gap: 4px;
  padding: 0;
  margin: 0;
}
.article-wrapper .article-spacer .main-article-container .jrdx-breadcrumbs .ul .li a {
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-stretch: 550%;
  font-style: normal;
  letter-spacing: -0.25px;
  line-height: 20.3px;
  color: #4e4e4e;
  text-decoration: underline;
  text-transform: uppercase;
}
@media (max-width: 1759px) {
  .article-wrapper .article-spacer .main-article-container .jrdx-breadcrumbs .ul .li a {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: -0.25px;
    line-height: 20.3px;
  }
}
@media (max-width: 1299px) {
  .article-wrapper .article-spacer .main-article-container .jrdx-breadcrumbs .ul .li a {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: -0.25px;
    line-height: 20.3px;
  }
}
@media (max-width: 1023px) {
  .article-wrapper .article-spacer .main-article-container .jrdx-breadcrumbs .ul .li a {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: -0.25px;
    line-height: 20.3px;
  }
}
@media (max-width: 767px) {
  .article-wrapper .article-spacer .main-article-container .jrdx-breadcrumbs .ul .li a {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: -0.25px;
    line-height: 20.3px;
  }
}
@media (max-width: 639px) {
  .article-wrapper .article-spacer .main-article-container .jrdx-breadcrumbs .ul .li a {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: -0.25px;
    line-height: 20.3px;
  }
}
.article-wrapper .article-spacer .main-article-container .jrdx-breadcrumbs .ul .li a:hover {
  color: #757575 !important;
}
.article-wrapper .article-spacer .main-article-container .jrdx-breadcrumbs .ul .li:first-child img {
  top: -2px;
}
.article-wrapper .article-spacer .main-article-container .jrdx-breadcrumbs .ul .li:first-child:hover img {
  filter: grayscale(1) brightness(0);
}
.article-wrapper .article-spacer .main-article-container .main-article {
  max-width: 940px;
  display: flex;
  gap: 20px;
  margin: 40px auto 0;
}
@media (max-width: 639px) {
  .article-wrapper .article-spacer .main-article-container .main-article {
    flex-direction: column;
    margin-top: 16px;
  }
}
.article-wrapper .article-spacer .main-article-container .main-article .rs-article {
  flex-basis: 140px;
}
@media (max-width: 1299px) {
  .article-wrapper .article-spacer .main-article-container .main-article .rs-article {
    flex-basis: 100px;
  }
}
@media (max-width: 639px) {
  .article-wrapper .article-spacer .main-article-container .main-article .rs-article {
    display: none;
  }
}
.article-wrapper .article-spacer .main-article-container .main-article hr.body-seperator {
  width: 100%;
  height: 5px;
  background: #000000;
  border-radius: 2px;
  margin: 0 0 16px 0;
}
.article-wrapper .article-spacer .article-right-container {
  flex-basis: 300px;
  max-width: 300px;
  padding-top: 40px;
}
@media (max-width: 1023px) {
  .article-wrapper .article-spacer .article-right-container {
    display: none;
  }
}
.article-bas-container {
  width: 100%;
  background: #ffffff;
  padding-top: 20px;
}
.article-bas-container .talk-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 1260px;
  margin: auto;
}
@media (max-width: 1299px) {
  .article-bas-container .talk-wrapper {
    max-width: 940px;
  }
}
@media (max-width: 1023px) {
  .article-bas-container .talk-wrapper {
    max-width: 620px;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .article-bas-container .talk-wrapper {
    padding: 0 20px;
  }
}
.social_wrapper {
  position: sticky;
  top: 0px;
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: 550%;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 19.8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (max-width: 1759px) {
  .social_wrapper {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 19.8px;
  }
}
@media (max-width: 1299px) {
  .social_wrapper {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 19.8px;
  }
}
@media (max-width: 1023px) {
  .social_wrapper {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 17.6px;
  }
}
@media (max-width: 767px) {
  .social_wrapper {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 17.6px;
  }
}
@media (max-width: 639px) {
  .social_wrapper {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 17.6px;
  }
}
@media (max-width: 639px) {
  .social_wrapper {
    flex-direction: row;
    justify-content: flex-start;
    gap: 14px;
  }
}
.social_wrapper .icone {
  cursor: pointer;
}
.social_wrapper .icone:hover svg .normal-icon {
  display: none;
}
.social_wrapper .icone:hover svg .hover-icon {
  display: block;
}
.social_wrapper .icone:hover svg .hover-icon .hover-item {
  fill: #e32402;
}
.social_wrapper .icone svg {
  width: 26px;
  height: 26px;
}
.social_wrapper .icone svg .hover-icon {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 1em;
  line-height: 1.4;
  height: 100%;
}
body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  height: 100%;
}
::-moz-selection {
  background: #e32402;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #e32402;
  color: #ffffff;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
a {
  text-decoration: none;
}
#wrapper {
  height: 100%;
  position: relative;
}
.item-ad .item-ads-inner:not(:has(iframe)) {
  padding-top: 0;
}
@-moz-document url-prefix() {
}
.main-container {
  width: 100%;
  background: #ffffff;
  transition: width 0.5s linear 0s;
}
.dfp-labeled:not(:has(iframe)) .dfpLabel {
  display: none !important;
}
@media print {
  .same-subject-container {
    display: none;
    height: 0;
    width: 0;
  }
  .main-container {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .main-container {
    border-left: none;
    margin-top: 0;
    position: relative;
  }
}
.recommended-story {
  padding: 40px 0;
}
@media (max-width: 639px) {
  .recommended-story {
    padding: 32px 0;
  }
}
.same-subject-container {
  width: 100%;
  max-width: 1260px;
  margin: auto;
}
@media (max-width: 1299px) {
  .same-subject-container {
    max-width: 940px;
  }
}
@media (max-width: 1023px) {
  .same-subject-container {
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .same-subject-container {
    padding: 0 10px;
  }
}
.same-subject-container hr.body-seperator {
  width: 100%;
  height: 5px;
  background: #000000;
  border-radius: 2px;
  margin: 0 0 16px 0;
}
.same-subject-container .recommended-widget-title,
.same-subject-container .titre {
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 48px;
  font-weight: 850;
  font-stretch: 400%;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 50px;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 1759px) {
  .same-subject-container .recommended-widget-title,
  .same-subject-container .titre {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 48px;
    font-weight: 850;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 50px;
  }
}
@media (max-width: 1299px) {
  .same-subject-container .recommended-widget-title,
  .same-subject-container .titre {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 44px;
    font-weight: 850;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 46px;
  }
}
@media (max-width: 1023px) {
  .same-subject-container .recommended-widget-title,
  .same-subject-container .titre {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 40px;
    font-weight: 850;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .same-subject-container .recommended-widget-title,
  .same-subject-container .titre {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 40px;
    font-weight: 850;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 42px;
  }
}
@media (max-width: 639px) {
  .same-subject-container .recommended-widget-title,
  .same-subject-container .titre {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 26px;
    font-weight: 850;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 27px;
  }
}
.same-subject-container .recommended-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 639px) {
  .same-subject-container .recommended-grid {
    display: block;
  }
}
.same-subject-container .recommended-grid .recommended-grid-item {
  flex-basis: calc(25% - 20px);
}
@media (max-width: 639px) {
  .same-subject-container .recommended-grid .recommended-grid-item {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d0d0d0;
  }
}
.same-subject-container .recommended-grid .recommended-grid-item article a {
  color: #000000;
}
@media (max-width: 639px) {
  .same-subject-container .recommended-grid .recommended-grid-item article a {
    display: flex;
    gap: 16px;
  }
}
.same-subject-container .recommended-grid .recommended-grid-item article a .img-container {
  position: relative;
  margin-bottom: 8px;
}
@media (max-width: 639px) {
  .same-subject-container .recommended-grid .recommended-grid-item article a .img-container {
    flex-basis: 33.33%;
    margin-bottom: 0;
  }
}
.same-subject-container .recommended-grid .recommended-grid-item article a .img-container img {
  width: 100%;
  aspect-ratio: 1.7777777777777777;
  object-fit: cover;
}
@media (max-width: 639px) {
  .same-subject-container .recommended-grid .recommended-grid-item article a .img-container img {
    min-width: 100px;
    aspect-ratio: 1.3333333333333333;
  }
}
@media (max-width: 639px) {
  .same-subject-container .recommended-grid .recommended-grid-item article a .info-container {
    flex-basis: 66.66%;
  }
}
.same-subject-container .recommended-grid .recommended-grid-item article a .info-container .small-exergue {
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: 400%;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  line-height: 17.6px;
  color: #e32402;
  margin-bottom: 4px;
}
@media (max-width: 1759px) {
  .same-subject-container .recommended-grid .recommended-grid-item article a .info-container .small-exergue {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    line-height: 17.6px;
  }
}
@media (max-width: 1299px) {
  .same-subject-container .recommended-grid .recommended-grid-item article a .info-container .small-exergue {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    line-height: 17.6px;
  }
}
@media (max-width: 1023px) {
  .same-subject-container .recommended-grid .recommended-grid-item article a .info-container .small-exergue {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    line-height: 17.6px;
  }
}
@media (max-width: 767px) {
  .same-subject-container .recommended-grid .recommended-grid-item article a .info-container .small-exergue {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    line-height: 17.6px;
  }
}
@media (max-width: 639px) {
  .same-subject-container .recommended-grid .recommended-grid-item article a .info-container .small-exergue {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    line-height: 17.6px;
  }
}
.same-subject-container .recommended-grid .recommended-grid-item article a .info-container .recommended-title {
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 26px;
  font-weight: 750;
  font-stretch: 400%;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 28.6px;
}
@media (max-width: 1759px) {
  .same-subject-container .recommended-grid .recommended-grid-item article a .info-container .recommended-title {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 22px;
    font-weight: 750;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 24.2px;
  }
}
@media (max-width: 1299px) {
  .same-subject-container .recommended-grid .recommended-grid-item article a .info-container .recommended-title {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 20px;
    font-weight: 750;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .same-subject-container .recommended-grid .recommended-grid-item article a .info-container .recommended-title {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 20px;
    font-weight: 750;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .same-subject-container .recommended-grid .recommended-grid-item article a .info-container .recommended-title {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 20px;
    font-weight: 750;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 22px;
  }
}
@media (max-width: 639px) {
  .same-subject-container .recommended-grid .recommended-grid-item article a .info-container .recommended-title {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 18px;
    font-weight: 750;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 19.8px;
  }
}
.same-subject-container .recommended-grid .recommended-grid-item article a .info-container .source {
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-stretch: 550%;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.25px;
  line-height: 14.85px;
  color: #757575;
  margin-top: 4px;
}
@media (max-width: 1759px) {
  .same-subject-container .recommended-grid .recommended-grid-item article a .info-container .source {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.25px;
    line-height: 14.85px;
  }
}
@media (max-width: 1299px) {
  .same-subject-container .recommended-grid .recommended-grid-item article a .info-container .source {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.027px;
    line-height: 14.85px;
  }
}
@media (max-width: 1023px) {
  .same-subject-container .recommended-grid .recommended-grid-item article a .info-container .source {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.25px;
    line-height: 14.85px;
  }
}
@media (max-width: 767px) {
  .same-subject-container .recommended-grid .recommended-grid-item article a .info-container .source {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.25px;
    line-height: 14.85px;
  }
}
@media (max-width: 639px) {
  .same-subject-container .recommended-grid .recommended-grid-item article a .info-container .source {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.25px;
    line-height: 14.85px;
  }
}
.same-subject-container .source {
  font: normal 0.7em/1.3 'epocapro', Arial;
  color: #777;
  text-align: left;
  padding-bottom: 10px;
  margin-top: -5px;
}
.custom-css-most-popular-cxense {
  padding: 0;
  margin: 0;
}
.custom-css-most-popular-cxense .same-subject-container {
  margin: 40px 0;
}
.custom-css-most-popular-cxense .same-subject-container .recommended-widget-title {
  padding-bottom: 16px;
  margin-bottom: 0;
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 28px;
  font-weight: 850;
  font-stretch: 400%;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 28px;
  color: #000000;
  border-top: none;
}
@media (max-width: 1759px) {
  .custom-css-most-popular-cxense .same-subject-container .recommended-widget-title {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 28px;
    font-weight: 850;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 28px;
  }
}
@media (max-width: 1299px) {
  .custom-css-most-popular-cxense .same-subject-container .recommended-widget-title {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 28px;
    font-weight: 850;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 28px;
  }
}
@media (max-width: 1023px) {
  .custom-css-most-popular-cxense .same-subject-container .recommended-widget-title {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 28px;
    font-weight: 850;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .custom-css-most-popular-cxense .same-subject-container .recommended-widget-title {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 28px;
    font-weight: 850;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 28px;
  }
}
@media (max-width: 639px) {
  .custom-css-most-popular-cxense .same-subject-container .recommended-widget-title {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 28px;
    font-weight: 850;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 28px;
  }
}
.custom-css-most-popular-cxense .same-subject-container .recommended-grid {
  display: block;
}
@media (max-width: 1023px) {
  .custom-css-most-popular-cxense .same-subject-container .recommended-grid {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 639px) {
  .custom-css-most-popular-cxense .same-subject-container .recommended-grid {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.custom-css-most-popular-cxense
  .same-subject-container
  .recommended-grid
  .recommended-grid-item
  article
  a
  .info-container
  .recommended-title {
  padding-right: 8px;
  margin-bottom: 8px;
  min-width: 26ch;
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: 400%;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 17.6px;
  color: #000000;
}
@media (max-width: 639px) {
  .custom-css-most-popular-cxense
    .same-subject-container
    .recommended-grid
    .recommended-grid-item
    article
    a
    .info-container
    .recommended-title {
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1759px) {
  .custom-css-most-popular-cxense
    .same-subject-container
    .recommended-grid
    .recommended-grid-item
    article
    a
    .info-container
    .recommended-title {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 17.6px;
  }
}
@media (max-width: 1299px) {
  .custom-css-most-popular-cxense
    .same-subject-container
    .recommended-grid
    .recommended-grid-item
    article
    a
    .info-container
    .recommended-title {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 17.6px;
  }
}
@media (max-width: 1023px) {
  .custom-css-most-popular-cxense
    .same-subject-container
    .recommended-grid
    .recommended-grid-item
    article
    a
    .info-container
    .recommended-title {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 17.6px;
  }
}
@media (max-width: 767px) {
  .custom-css-most-popular-cxense
    .same-subject-container
    .recommended-grid
    .recommended-grid-item
    article
    a
    .info-container
    .recommended-title {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 17.6px;
  }
}
@media (max-width: 639px) {
  .custom-css-most-popular-cxense
    .same-subject-container
    .recommended-grid
    .recommended-grid-item
    article
    a
    .info-container
    .recommended-title {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 16.5px;
  }
}
@media (max-width: 1023px) {
  .custom-css-most-popular-cxense .same-subject-container ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 4%;
  }
}
.custom-css-most-popular-cxense .source {
  display: none;
}
.custom-css-most-popular-cxense .exergueSuperieur {
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  padding: 0;
}
.custom-css-most-popular-cxense .exergueSuperieur span {
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: 400%;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  line-height: 17.6px;
}
@media (max-width: 1759px) {
  .custom-css-most-popular-cxense .exergueSuperieur span {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    line-height: 17.6px;
  }
}
@media (max-width: 1299px) {
  .custom-css-most-popular-cxense .exergueSuperieur span {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    line-height: 17.6px;
  }
}
@media (max-width: 1023px) {
  .custom-css-most-popular-cxense .exergueSuperieur span {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    line-height: 17.6px;
  }
}
@media (max-width: 767px) {
  .custom-css-most-popular-cxense .exergueSuperieur span {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    line-height: 17.6px;
  }
}
@media (max-width: 639px) {
  .custom-css-most-popular-cxense .exergueSuperieur span {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    line-height: 17.6px;
  }
}
.custom-css-most-popular-cxense .img-container {
  position: initial;
  overflow: initial;
  margin-bottom: 8px;
}
.custom-css-most-popular-cxense .img-container:before {
  content: none;
}
.custom-css-most-popular-cxense li {
  width: 100% !important;
  break-inside: avoid-column;
}
.custom-css-most-popular-cxense article a {
  display: flex;
  flex-direction: row-reverse;
  border-bottom: solid 1px #d0d0d0;
  margin-top: 8px;
}
@media (max-width: 639px) {
  .custom-css-most-popular-cxense article a {
    border-bottom: none;
  }
}
.custom-css-most-popular-cxense article a img {
  width: 100px !important;
  height: 75px !important;
  position: initial !important;
}
@media (max-width: 639px) {
  .custom-css-most-popular-cxense article a img {
    min-width: 100px !important;
    aspect-ratio: 1.3333333333333333 !important;
    width: 100% !important;
    height: auto !important;
  }
}
#wrapper_talk {
  width: 100%;
  position: relative;
  margin: 30px 0;
}
#wrapper_talk .show_comments {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  color: white;
  padding: 15px 20px;
}
#wrapper_talk .show_comments.open {
  background: #262626;
}
#wrapper_talk .show_comments.open .talk_chevron {
  transform: rotate(180deg);
}
#wrapper_talk .show_comments .comment_count {
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-stretch: 550%;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.25px;
  line-height: 20.3px;
  font-weight: 700;
}
@media (max-width: 1759px) {
  #wrapper_talk .show_comments .comment_count {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.25px;
    line-height: 20.3px;
  }
}
@media (max-width: 1299px) {
  #wrapper_talk .show_comments .comment_count {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.25px;
    line-height: 20.3px;
  }
}
@media (max-width: 1023px) {
  #wrapper_talk .show_comments .comment_count {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.25px;
    line-height: 20.3px;
  }
}
@media (max-width: 767px) {
  #wrapper_talk .show_comments .comment_count {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.25px;
    line-height: 20.3px;
  }
}
@media (max-width: 639px) {
  #wrapper_talk .show_comments .comment_count {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.25px;
    line-height: 20.3px;
  }
}
#wrapper_talk .show_comments .comment_count img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
#wrapper_talk .show_comments .talk_chevron::before {
  content: url('refonte-talk-chevron.svg');
}
#wrapper_talk .espace_talk {
  padding-top: 24px;
}
@media (max-width: 767px) {
  #wrapper_talk .espace_talk {
    padding-top: 24px;
  }
}
#wrapper_talk .espace_talk .talk_info {
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 14px;
  font-stretch: 550%;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.25px;
  line-height: 20.3px;
  color: #111111;
  font-weight: 400;
}
@media (max-width: 1759px) {
  #wrapper_talk .espace_talk .talk_info {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.25px;
    line-height: 20.3px;
  }
}
@media (max-width: 1299px) {
  #wrapper_talk .espace_talk .talk_info {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.25px;
    line-height: 20.3px;
  }
}
@media (max-width: 1023px) {
  #wrapper_talk .espace_talk .talk_info {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.25px;
    line-height: 20.3px;
  }
}
@media (max-width: 767px) {
  #wrapper_talk .espace_talk .talk_info {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.25px;
    line-height: 20.3px;
  }
}
@media (max-width: 639px) {
  #wrapper_talk .espace_talk .talk_info {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.25px;
    line-height: 20.3px;
  }
}
#wrapper_talk .espace_talk .talk_info .talk_connect {
  margin-bottom: 16px;
  position: relative;
  z-index: 10;
}

#wrapper_talk .espace_talk .talk_info .talk_connect p {
  margin: 0px;
}
#wrapper_talk .espace_talk .talk_info .talk_connect span {
  cursor: pointer;
  font-weight: 700;
  color: #e32402;
}
@media (max-width: 767px) {
  #wrapper_talk .espace_talk .talk_info .talk_connect span {
    display: block;
  }
}

.info-container {
  max-width: 200px;
}
:root {
  --white: #ffffff;
  --red: #e32402;
  --link-color: #111111;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --button-hover: #313131;
  --link-hover-color: #e32402;
}
img {
  border: 0;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  vertical-align: middle;
}
figure {
  display: block;
  margin: 0;
  padding: 0;
}
#un-content {
  flex-basis: calc(100% - 140px);
}
@media (max-width: 1299px) {
  #un-content {
    flex-basis: calc(100% - 100px);
  }
}
.un-header__image {
  width: 100%;
  max-width: 100%;
  margin-top: 32px;
  min-height: 100px;
  display: block;
}
@media (max-width: 1299px) {
  .un-header__image {
    margin-top: 24px;
  }
}
@media (max-width: 639px) {
  .un-header__image {
    margin-top: 16px;
  }
}
.un-header__image-wrapper {
  width: 100%;
}
.un-header-image__img {
  width: 100%;
  height: auto;
}
.un-header__title {
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 86px;
  font-weight: 750;
  font-stretch: 400%;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  line-height: 86px;
  color: #000;
  margin: 0;
}
@media (max-width: 1759px) {
  .un-header__title {
    font-size: 72px;
    line-height: 72px;
  }
}
@media (max-width: 1299px) {
  .un-header__title {
    font-size: 58px;
    line-height: 58px;
  }
}
@media (max-width: 1023px) {
  .un-header__title {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .un-header__title {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 639px) {
  .un-header__title {
    font-size: 38px;
    line-height: 38px;
  }
}
.un-header__info {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.un-header__author {
  color: #e32402;
  display: inline;
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 26px;
  font-weight: 750;
  font-stretch: 400%;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  line-height: 28.6px;
  color: #e32402;
  text-transform: uppercase !important;
  margin-bottom: 4px;
}
@media (max-width: 1299px) {
  .un-header__author {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 20px;
    font-weight: 750;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .un-header__author {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 20px;
    font-weight: 750;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .un-header__author {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 20px;
    font-weight: 750;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    line-height: 22px;
  }
}
@media (max-width: 639px) {
  .un-header__author {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 18px;
    font-weight: 750;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    line-height: 19.8px;
  }
}
.un-header__date {
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-stretch: 550%;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.25px;
  line-height: 17.55px;
  color: #757575;
}
@media (max-width: 1299px) {
  .un-header__date {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.032px;
    line-height: 17.55px;
  }
}
@media (max-width: 1023px) {
  .un-header__date {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.25px;
    line-height: 17.55px;
  }
}
@media (max-width: 767px) {
  .un-header__date {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.25px;
    line-height: 17.55px;
  }
}
@media (max-width: 639px) {
  .un-header__date {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.25px;
    line-height: 17.55px;
  }
}
.un-header__date p {
  margin: 0;
}
.un-article {
  font-family: 'IBM Plex Serif', sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  line-height: 29px;
  color: #111;
  margin-right: 16px;
  margin-bottom: 32px;
}
@media (max-width: 1299px) {
  .un-article {
    font-family: 'IBM Plex Serif', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    line-height: 29px;
  }
}
@media (max-width: 1023px) {
  .un-article {
    font-family: 'IBM Plex Serif', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    line-height: 29px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .un-article {
    font-family: 'IBM Plex Serif', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    line-height: 29px;
  }
}
@media (max-width: 639px) {
  .un-article {
    font-family: 'IBM Plex Serif', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    line-height: 29px;
  }
}
.un-article__paragraph {
  margin-bottom: 16px;
}
.un-article__headline2 {
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 30px;
  font-weight: 600;
  font-stretch: 400%;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.5px;
  line-height: 33px;
  color: #000;
  margin: 40px 0 16px 0;
}
@media (max-width: 1299px) {
  .un-article__headline2 {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 28px;
    font-weight: 600;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.5px;
    line-height: 30.8px;
  }
}
@media (max-width: 1023px) {
  .un-article__headline2 {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 26px;
    font-weight: 600;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.5px;
    line-height: 28.6px;
  }
}
@media (max-width: 767px) {
  .un-article__headline2 {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.5px;
    line-height: 26.4px;
  }
}
@media (max-width: 639px) {
  .un-article__headline2 {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-stretch: 400%;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.5px;
    line-height: 26.4px;
  }
}
.un-article__callout {
  border-left: solid 4px var(--red);
  padding-left: 8px;
}
.un-article__image {
  width: 100%;
  margin: 40px 0;
  display: block;
}
.un-article-image__img {
  width: 100%;
}
.un-article-image__caption {
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-stretch: 550%;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.25px;
  line-height: 17.55px;
  color: #757575;
  width: 100%;
  background: #fff;
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #757575;
}
@media (max-width: 1299px) {
  .un-article-image__caption {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    letter-spacing: -0.032px;
    line-height: 17.55px;
  }
}
@media (max-width: 1023px) {
  .un-article-image__caption {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    letter-spacing: -0.25px;
    line-height: 17.55px;
  }
}
@media (max-width: 767px) {
  .un-article-image__caption {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    letter-spacing: -0.25px;
    line-height: 17.55px;
  }
}
@media (max-width: 639px) {
  .un-article-image__caption {
    font-family: 'Heading Now Variable', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-stretch: 550%;
    font-style: normal;
    text-decoration: none;
    letter-spacing: -0.25px;
    line-height: 17.55px;
  }
}
.un-article__image:last-of-type {
  margin: 40px 0 0;
}
.un-article a,
.un-instruction a,
.un-steps a {
  color: var(--link-hover-color);
  font-weight: 700;
}
.un-article a:hover,
.un-instruction a:hover,
.un-steps a:hover {
  color: var(--link-color);
}
.un-article__link,
.un-comment__link,
.un-instruction__link,
.un-steps__link {
  cursor: pointer;
}
.un-steps {
  font-family: 'IBM Plex Serif', sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  line-height: 29px;
  color: #111;
  margin-right: 16px;
  margin-top: 16px;
  margin-bottom: 32px;
}
@media (max-width: 1299px) {
  .un-steps {
    font-family: 'IBM Plex Serif', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    line-height: 29px;
  }
}
@media (max-width: 1023px) {
  .un-steps {
    font-family: 'IBM Plex Serif', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    line-height: 29px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .un-steps {
    font-family: 'IBM Plex Serif', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    line-height: 29px;
  }
}
@media (max-width: 639px) {
  .un-steps {
    font-family: 'IBM Plex Serif', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    line-height: 29px;
  }
}
.un-steps__title {
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 86px;
  font-weight: 750;
  font-stretch: 400%;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  line-height: 86px;
  color: #000;
  margin: 0;
}
@media (max-width: 1759px) {
  .un-steps__title {
    font-size: 72px;
    line-height: 72px;
  }
}
@media (max-width: 1299px) {
  .un-steps__title {
    font-size: 58px;
    line-height: 58px;
  }
}
@media (max-width: 1023px) {
  .un-steps__title {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .un-steps__title {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 639px) {
  .un-steps__title {
    font-size: 38px;
    line-height: 38px;
  }
}
.un-steps__paragraph {
  margin-bottom: 16px;
}
.un-steps__text {
  border-left: solid 4px var(--red);
  padding-left: 8px;
}
.un-steps__image {
  width: 100%;
  margin: 16px 0;
  display: block;
}
.un-steps-image__img {
  width: 100%;
}
.un-steps__image:last-of-type {
  box-shadow: var(--box-shadow);
}
.un-instruction {
  font-family: 'IBM Plex Serif', sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  line-height: 29px;
  color: #111;
  margin-right: 16px;
  margin-top: 16px;
}
@media (max-width: 1299px) {
  .un-instruction {
    font-family: 'IBM Plex Serif', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    line-height: 29px;
  }
}
@media (max-width: 1023px) {
  .un-instruction {
    font-family: 'IBM Plex Serif', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    line-height: 29px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .un-instruction {
    font-family: 'IBM Plex Serif', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    line-height: 29px;
  }
}
@media (max-width: 639px) {
  .un-instruction {
    font-family: 'IBM Plex Serif', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    line-height: 29px;
  }
}
.un-instruction ol {
  counter-reset: myCounter;
}
.un-instruction li {
  list-style: none;
  margin: 0 0 8px 0;
}
.un-instruction li:last-of-type {
  margin: 0 0 16px 0;
}
.un-instruction li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  display: block;
  border: 3px var(--red) solid;
  width: min-content;
  padding: 5px 12px;
  border-radius: 52%;
  color: var(--red);
  font-weight: 700;
  margin: auto 0.8rem auto 0;
}
.un-instruction__title {
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 86px;
  font-weight: 750;
  font-stretch: 400%;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  line-height: 86px;
  color: #000;
  margin: 0 0 16px;
}
@media (max-width: 1759px) {
  .un-instruction__title {
    font-size: 72px;
    line-height: 72px;
  }
}
@media (max-width: 1023px) {
  .un-instruction__title {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .un-instruction__title {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 639px) {
  .un-instruction__title {
    font-size: 38px;
    line-height: 38px;
  }
}
.un-instruction__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}
.un-instruction__item {
  font-weight: 400;
  background-color: #ececec;
  border-left: 2px solid var(--red);
  border-right: 2px solid var(--red);
  border-radius: 6px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px;
  box-sizing: border-box;
}
.un-comment__link {
  text-decoration: none;
  color: var(--link-color);
  font-weight: 700;
}
.un-comment__link:hover {
  color: var(--link-hover-color);
  text-decoration: none;
}
.un-comment__img {
  display: block;
  max-width: 220px;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.un-comments {
  position: relative;
  padding-top: 4px;
  margin: 0;
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-stretch: 550%;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.04px;
  line-height: 21.6px;
}
.un-comments__top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.un-comments__top-header {
  display: flex;
  align-items: end;
  color: #262626;
  border-bottom: 3px solid #e32402;
  margin-right: 12px;
  margin-bottom: -1px;
  width: fit-content;
}
.un-comments__title {
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 44px;
  font-weight: 850;
  font-stretch: 400%;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 46px;
  margin: 0 4px 0 0;
}
@media (max-width: 767px) {
  .un-comments__title {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 639px) {
  .un-comments__title {
    font-size: 26px;
    line-height: 27px;
  }
}
.un-comments__total {
  background-color: #f0f0f0;
  margin-left: 10px;
  margin-bottom: 4px;
  padding: 2px 3px;
}
@media (max-width: 639px) {
  .un-comments__total {
    margin-left: 4px;
    margin-bottom: 0;
  }
}
.un-comments__total_like {
  margin-bottom: 0;
  margin-left: 4px;
}
.un-comments__number {
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-stretch: 550%;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.032px;
  line-height: 17.55px;
  color: #4e4e4e;
  padding: 0 3px;
}
.un-comment {
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-stretch: 550%;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.25px;
  line-height: 20.3px;
  margin-top: 0;
}
.un-comment__wrapper {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .un-comment__wrapper {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
.un-comment:first-of-type {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .un-comment:first-of-type {
    margin-top: 20px;
  }
}
.un-comment__wrapper_lead {
  border-bottom: 0;
  margin-bottom: 0;
}
.un-comment__reply {
  border-left: 4px solid #4e4e4e;
  margin-left: 0;
  padding: 9px 0 7px 20px;
  margin-bottom: 8px;
}
.un-comment__header {
  margin-bottom: 4px;
}
.un-comment__name {
  color: #262626;
  font-family: 'Heading Now Variable', sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: 550%;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 19.8px;
}
@media (max-width: 639px) {
  .un-comment__name {
    font-size: 16px;
    line-height: 17.6px;
  }
}
.un-comment__time {
  color: #4e4e4e;
}
.un-comment__main {
  margin-bottom: 12px;
}
.un-comment__main p {
  margin: 0;
}
.un-comment__footer {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
}
.un-comment__footer-like {
  display: flex;
  align-items: center;
  padding: 4px;
}
.un-comment__footer-like svg {
  margin-right: 4px;
}
.un-comment__footer-reply {
  display: flex;
  align-items: center;
  padding: 4px;
}
.un-comment__footer-reply svg {
  margin-right: 4px;
}
:root {
  --grey: #81888c;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --check-font-regular: 'IBM Plex Mono', 'IBM Plex', monospace;
}

.un-steps__check {
  display: block;
  margin: 0 0 1.4rem;
}

.check {
  box-shadow: var(--box-shadow);
  max-width: 100%;
  font-family: var(--check-font-regular);
  font-size: 0.9rem;
}

.check__wrapper {
  padding: 0.5rem;
}

.check__iban {
  margin-bottom: 1rem;
  display: block;
  font-weight: 500;
}

.check__top-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.check__top-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}

.check__top-col-1-row {
  display: flex;
  flex-direction: column;
}

.check__top-col-title {
  color: var(--grey);
  margin-bottom: 8px;
  margin-top: 8px;
}

.check__top-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.check__bot {
  border-bottom: 3px solid #000;
}

.check__bot-grid {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
}

.check__bot-grid-col {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #000;
}

.check__bot-grid-col-title {
  font-weight: 500;
  background-color: rgba(128, 128, 128, 0.39);
  border-right: 1px solid #000;
  border-bottom: 3px solid #000;
  padding-left: 2px;
}

.un-steps__check-mobile {
  display: none;
}

@media (max-width: 1200px) {
  .check {
    font-size: 0.85rem;
  }
}

@media (max-width: 980px) {
  .un-steps__check {
    display: none;
  }
  .un-steps__check-mobile {
    display: block;
    padding: 2rem;
    border: 1px grey solid;
    font-family: var(--check-font-regular);
    line-height: 1.3;
    margin: 0 0 1.4rem;
  }
  .check-mobile__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-bottom: 1.5px #666 solid;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
  }
  .check-mobile__bot {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 1.5rem;
  }
  .check-mobile_lcolumn {
    display: block;
    text-align: left;
    color: #666;
  }
  .check-mobile_rcolumn {
    display: block;
    text-align: right;
    color: #000;
  }
  .check-mobile_sum-text {
    font-size: 1.8rem;
    color: #000;
  }
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: 1rem;
  }
  .check-mobile__logo {
    margin: 0.5rem auto 1rem auto;
    max-width: 200px;
    width: 100%;
    height: 25px;
    object-fit: cover;
  }
  .check-mobile_amount,
  .check-mobile__date {
    color: #666;
    margin-bottom: 0.5rem;
  }
  .check-mobile_amount {
    font-size: 1.4rem;
  }
  .check-mobile__date {
    margin: 1.5rem auto;
    font-size: 1rem;
  }
}

@media (max-width: 840px) {
  .un-steps__check-mobile {
    padding: 1.5rem;
  }
  .check-mobile__top {
    margin-bottom: 1rem;
  }
  .check-mobile_sum-text {
    font-size: 1.4rem;
    color: #000;
  }
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: 0.75rem;
    margin: 0.6rem;
  }
  .check-mobile__logo {
    margin: 0.6rem auto;
  }
  .check-mobile_amount,
  .check-mobile__date {
    color: #666;
    margin-bottom: 0.6rem;
  }
  .check-mobile_amount {
    font-size: 1.1rem;
  }
  .check-mobile__date {
    margin: 0.7rem auto;
    font-size: 0.9rem;
  }
}

@media (max-width: 580px) {
  .un-steps__check-mobile {
    padding: 1.5rem;
  }
  .check-mobile__top {
    margin-bottom: 1rem;
  }
  .check-mobile__logo {
    margin: 0.6rem auto;
  }
  .check-mobile_amount,
  .check-mobile__date {
    color: #666;
    margin-bottom: 0.6rem;
  }
  .check-mobile_amount {
    font-size: 1.1rem;
  }
  .check-mobile__date {
    margin: 0.7rem auto;
    font-size: 0.9rem;
  }
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: 0.8rem;
    margin: 0.6rem;
  }
  .un-steps__check-mobile {
    padding: 1.5rem;
  }
  .check-mobile_sum-text {
    font-size: 1.4rem;
  }
}

@media (max-width: 460px) {
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: 0.7rem;
  }
  .check-mobile_amount {
    font-size: 1rem;
  }
  .check-mobile__date {
    font-size: 0.9rem;
  }
}

@media (max-width: 420px) {
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: 0.6rem;
  }
  .un-steps__check-mobile {
    padding: 0.8rem;
  }
  .check-mobile_amount {
    font-size: 1rem;
  }
  .check-mobile__date {
    margin: 0.7rem auto;
    font-size: 0.8rem;
  }

  .check-mobile_sum-text {
    font-size: 1.2rem;
  }
}
* {
  box-sizing: border-box;
}
#main-container {
  max-width: 450px;
  margin: 30px auto;
  font-size: 1rem;
  font-family: 'Lato';
  line-height: normal;
}
body {
  font-family: Lato, sans-serif;
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
.logo {
  max-width: 30%;
}
.green {
  color: #00c500;
}
.gray {
  color: gray;
}
.orange {
  color: orange;
}
.logos-section {
  padding: 50px 0;
  padding-top: 150px;
}
.logos-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ask-wrapper,
.bid-wrapper {
  font-size: 0.9em;
  font-weight: 700;
  display: flex;
}
.bid-ask-span {
  font-size: 1.7em;
  font-family: 'Open Sans', sans-serif;
  z-index: 1;
}
.bid-ask-span {
  transform: scale(1);
  transform: rotate3d(0, 1, 0, 0deg);
  animation: flip 10s cubic-bezier(1, 0, 0, 1) 0s infinite;
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@media screen and (max-width: 767px) {
  .row-2-logos {
    flex-direction: column;
    align-items: center;
  }
  #main-container {
    margin: 0;
  }
  .logos-wrapper {
    flex-direction: column;
  }
  .bid-ask-span {
    font-size: 2em;
  }
  .logo {
    display: inline-block;
    margin-bottom: 15px;
  }
  .logo {
    max-width: 100%;
  }
  .logos-section {
    padding-top: 50px;
  }
}
.logos-wrapper {
  display: block;
}
.flex-logos-wrapper {
  display: flex;
}
.logos-row2 {
  margin-top: 20px;
}
.logos-section {
  padding-top: 20px;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
@media (max-width: 768px) {
  .ask-wrapper,
  .bid-wrapper {
    margin: 10px 0;
  }
}
.article-wrapper .article-spacer {
  word-break: normal;
}
