html {
  font-family: sans-serif;
  text-size-adjust: 100%;
}
body {
  margin: 0px;
}
article,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0px;
}
b,
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0px;
}
img {
  border: 0px;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0px;
}
header.header-container {
  width: 100%;
  background: rgb(38, 38, 38);
  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: rgb(227, 36, 2);
  padding: 24px 32px 24px 16px;
}
@media (max-width: 767px) {
  header.header-container .header-wrapper {
    padding: 12px 24px;
    border-bottom: 2px solid rgb(17, 17, 17);
  }
}
header.header-container .header-wrapper .burger-menu {
  flex-basis: calc(50% - 115px);
  color: rgb(255, 255, 255);
  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: 0px;
  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: rgb(202, 32, 2);
  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: rgb(202, 32, 2);
  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: rgb(227, 36, 2);
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 3px;
  outline: rgb(255, 255, 255) solid 1px;
}
header.header-container
  .header-wrapper
  .right-header
  .right-menu
  .boutton-abonnement
  a:hover {
  background: rgb(255, 255, 255);
  color: rgb(17, 17, 17);
  outline: rgb(227, 36, 2) solid 1px;
}
header.header-container
  .header-wrapper
  .right-header
  .right-menu
  .boutton-abonnement
  a:focus {
  background: rgb(17, 17, 17);
  color: rgb(255, 255, 255);
}
header.header-container
  .header-wrapper
  .right-header
  .right-menu
  .boutton-abonnement
  a::before {
  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 rgb(78, 78, 78);
}
@media (max-width: 767px) {
  header.header-container .header-sousmenu {
    display: none;
  }
}
header.header-container .header-sousmenu .item-sousmenu {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  padding: 10px 0px;
  transition: all 0.3s ease 0s;
}
header.header-container
  .header-recherche
  .recherche-wrapper
  form
  .search-input:focus-visible {
  outline: none;
}
footer.footer-container {
  width: 100%;
  background: rgb(17, 17, 17);
}
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 rgb(117, 117, 117);
}
@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: rgb(179, 179, 179);
}
@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: rgb(255, 255, 255);
  padding: 0px 20px;
}
.article-wrapper.actualite .icone:hover svg .hover-icon .hover-item {
  fill: rgb(227, 36, 2) !important;
}
.article-wrapper.actualite .small-exergue {
  color: rgb(227, 36, 2) !important;
}
@media (max-width: 767px) {
  .article-wrapper {
    padding: 0px 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: 0px;
  margin: 0px;
}
.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: rgb(78, 78, 78);
  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: rgb(117, 117, 117) !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 0px;
}
@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: rgb(0, 0, 0);
  border-radius: 2px;
  margin: 0px 0px 16px;
}
.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: rgb(255, 255, 255);
  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: 0px;
  }
}
@media (max-width: 767px) {
  .article-bas-container .talk-wrapper {
    padding: 0px 20px;
  }
}
.social_wrapper {
  position: sticky;
  top: 100px;
  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 ease 0s;
}
@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: rgb(227, 36, 2);
}
.social_wrapper .icone svg {
  width: 26px;
  height: 26px;
}
.social_wrapper .icone svg .hover-icon {
  display: none;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 1em;
  line-height: 1.4;
  height: 100%;
}
body {
  background: rgb(255, 255, 255);
  margin: 0px;
  padding: 0px;
  height: 100%;
}
::selection {
  background: rgb(227, 36, 2);
  color: rgb(255, 255, 255);
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border-width: 1px 0px 0px;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-top-style: solid;
  border-top-color: rgb(204, 204, 204);
  margin: 1em 0px;
  padding: 0px;
}
img {
  vertical-align: middle;
}
a {
  text-decoration: none;
}
#wrapper {
  height: 100%;
  position: relative;
}
.item-ad .item-ads-inner:not(:has(iframe)) {
  padding-top: 0px;
}
.main-container {
  width: 100%;
  background: rgb(255, 255, 255);
  transition: width 0.5s linear 0s;
}
[data-sectionlabel] p::selection,
[data-sectionlabel] strong::selection,
[data-sectionlabel] b::selection,
[data-sectionlabel] time::selection,
[data-sectionlabel] h1::selection,
[data-sectionlabel] h2::selection,
[data-sectionlabel] article::selection,
[data-sectionlabel] img::selection,
[data-sectionlabel] h3::selection,
[data-sectionlabel] div::selection,
[data-sectionlabel] a::selection,
[data-sectionlabel] span::selection {
  background: rgb(227, 36, 2);
}
[data-sectionlabel="actualite"] p::selection,
[data-sectionlabel="actualite"] strong::selection,
[data-sectionlabel="actualite"] b::selection,
[data-sectionlabel="actualite"] time::selection,
[data-sectionlabel="actualite"] h1::selection,
[data-sectionlabel="actualite"] h2::selection,
[data-sectionlabel="actualite"] article::selection,
[data-sectionlabel="actualite"] img::selection,
[data-sectionlabel="actualite"] h3::selection,
[data-sectionlabel="actualite"] div::selection,
[data-sectionlabel="actualite"] a::selection,
[data-sectionlabel="actualite"] span::selection {
  background: rgb(227, 36, 2);
}
.dfp-labeled:not(:has(iframe)) .dfpLabel {
  display: none !important;
}
@media print {
  .same-subject-container {
    display: none;
    height: 0px;
    width: 0px;
  }
  .main-container {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .main-container {
    border-left: none;
    margin-top: 0px;
    position: relative;
  }
}
.recommended-story {
  padding: 40px 0px;
}
@media (max-width: 639px) {
  .recommended-story {
    padding: 32px 0px;
  }
}
.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: 0px 10px;
  }
}
.same-subject-container hr.body-seperator {
  width: 100%;
  height: 5px;
  background: rgb(0, 0, 0);
  border-radius: 2px;
  margin: 0px 0px 16px;
}
.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: rgb(0, 0, 0);
  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: 0px;
  padding: 0px;
  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 rgb(208, 208, 208);
  }
}
.same-subject-container .recommended-grid .recommended-grid-item article a {
  color: rgb(0, 0, 0);
}
@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: 0px;
  }
}
.same-subject-container
  .recommended-grid
  .recommended-grid-item
  article
  a
  .img-container
  img {
  width: 100%;
  aspect-ratio: 1.77778 / 1;
  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.33333 / 1;
  }
}
.same-subject-container
  .recommended-grid
  .recommended-grid-item
  article
  a
  .img-container
  .registered-content {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
}
.same-subject-container
  .recommended-grid
  .recommended-grid-item
  article
  a
  .img-container
  .registered-content
  .icon-key {
  background: rgb(255, 204, 51);
  width: 28px;
  min-width: 28px;
  height: 28px;
}
@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: rgb(227, 36, 2);
  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: rgb(117, 117, 117);
  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: 0.7em / 1.3 epocapro, Arial;
  color: rgb(119, 119, 119);
  text-align: left;
  padding-bottom: 10px;
  margin-top: -5px;
}
.custom-css-most-popular-cxense {
  padding: 0px;
  margin: 0px;
}
.custom-css-most-popular-cxense .same-subject-container {
  margin: 40px 0px;
}
.custom-css-most-popular-cxense
  .same-subject-container
  .recommended-widget-title {
  padding-bottom: 16px;
  margin-bottom: 0px;
  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: rgb(0, 0, 0);
  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 {
    column-count: 2;
  }
}
@media (max-width: 639px) {
  .custom-css-most-popular-cxense .same-subject-container .recommended-grid {
    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: rgb(0, 0, 0);
}
@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: 0px;
    margin-bottom: 0px;
  }
}
@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: 0px 4%;
  }
}
.custom-css-most-popular-cxense .source {
  display: none;
}
.custom-css-most-popular-cxense .exergueSuperieur {
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  padding: 0px;
}
.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: 1px solid rgb(208, 208, 208);
  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.33333 / 1 !important;
    width: 100% !important;
    height: auto !important;
  }
}

#wrapper_talk {
  width: 100%;
  position: relative;
  margin: 30px 0px;
}
#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: rgb(38, 38, 38);
}
#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-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 .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: rgb(17, 17, 17);
  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: rgb(227, 36, 2);
}
@media (max-width: 767px) {
  #wrapper_talk .espace_talk .talk_info .talk_connect span {
    display: block;
  }
}
.info-container {
  max-width: 230px;
}
