.logo_top {
  width: 635px;
  height: 341px;

  position: absolute;
  left: -20px;
  top: -175px;
  z-index: 2;
}

.page-shell[data-barba-namespace="news"] .container {
  top: calc(150px * var(--ssw-desktop-scale, 1));
}

.section_1_NEWS {
  width: 1620px;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  flex-direction: column;
  margin-top: 130px;
  z-index: 1;
}

.section_1_NEWS hr {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  margin-bottom: 20px;
}

.section_1_NEWS .contenu_sec1 {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  flex-direction: row;
}

/* left landing */

.section_1_NEWS .contenu_sec1 .left_landing {
  width: 1150px;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  flex-direction: column;
}

.section_1_NEWS .contenu_sec1 .left_landing h1 {
  font-size: 55px;
  opacity: 0.6;
}

.section_1_NEWS .contenu_sec1 .left_landing h2 {
  font-size: 77px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* right landing */

.section_1_NEWS .contenu_sec1 .right_landing {
  width: 440px;
  height: auto;
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 6px;
}

.section_1_NEWS .contenu_sec1 .right_landing .white_box {
  height: 450px;
  width: 435px;
  flex: 0 0 450px;

  max-height: 450px;
  max-width: 435px;

  background-color: white;
  border-radius: 18px;
  padding: 7px 7px 0px 7px;

  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  flex-direction: column;
}

.section_1_NEWS .contenu_sec1 .right_landing .white_box .texte_white_box {
  /* width: 400px; */
  max-width: 350px;
  color: black;
  padding: 25px 0 0 20px;
  gap: 10px;

  text-wrap: wrap;

  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  flex-direction: column;
}

.section_1_NEWS .contenu_sec1 .right_landing .white_box .texte_white_box p {
  font-size: 17px;
  opacity: 0.8;
}

.section_1_NEWS .contenu_sec1 .right_landing .white_box .texte_white_box h3 {
  font-size: 27px;
  font-weight: 700;
  line-height: 120%;
}

/* ---------------- Footer ----------------- */

.footer .bas_footer,
.footer .deco_footer {
  width: 1620px;
}

/* ---------------------------------------------- MOBILE --------------------------------------- */
/* ---------------------------------------------- MOBILE --------------------------------------- */
/* ---------------------------------------------- MOBILE --------------------------------------- */

@media screen and (max-width: 500px) {
  .page-shell[data-barba-namespace="news"] .container {
    position: relative;
    top: var(--ssw-layout-top, 80px);
    left: auto;
    width: 500px;
    height: auto;
    padding: 0 32px 80px;
    align-items: stretch;
    justify-content: flex-start;
    gap: 72px;
    overflow: visible;
    transform: scale(var(--ssw-active-scale, 1));
  }

  .page-shell[data-barba-namespace="news"] .logo_top {
    display: none;
  }

  .section_1_NEWS {
    width: 100%;
    margin: 0;
    align-items: stretch;
    text-align: left;
  }

  .section_1_NEWS hr {
    width: 100%;
    margin-bottom: 24px;
  }

  .section_1_NEWS .contenu_sec1 {
    width: 100%;
    flex-direction: column;
    gap: 28px;
    align-items: stretch;
  }

  .section_1_NEWS .contenu_sec1 .left_landing,
  .section_1_NEWS .contenu_sec1 .right_landing {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .section_1_NEWS .contenu_sec1 .left_landing h1 {
    font-size: 28px;
    line-height: 1.1;
  }

  .section_1_NEWS .contenu_sec1 .left_landing h2 {
    margin-top: 14px;
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 1.05;
  }

  .section_1_NEWS .contenu_sec1 .left_landing a,
  .section_1_NEWS .contenu_sec1 .left_landing a img {
    display: block;
    width: 100%;
  }

  .section_1_NEWS .contenu_sec1 .left_landing a img {
    height: 300px;
    border-radius: 12px;
    object-fit: cover;
  }

  .section_1_NEWS .contenu_sec1 .right_landing {
    height: auto;
    gap: 22px;
  }

  .section_1_NEWS .contenu_sec1 .right_landing .white_box {
    width: 100%;
    max-width: none;
    height: auto;
    flex: 0 0 auto;
    min-height: 0;
    max-height: none;
    padding: 8px 8px 28px;
    border-radius: 12px;
  }

  .section_1_NEWS .contenu_sec1 .right_landing .white_box picture {
    display: block;
    width: 100%;
  }

  .section_1_NEWS .contenu_sec1 .right_landing .white_box img {
    display: block;
    width: 100%;
    height: 250px;
    border-radius: 8px;
    object-fit: cover;
  }

  .section_1_NEWS .contenu_sec1 .right_landing .white_box .texte_white_box {
    max-width: none;
    width: 100%;
    padding: 20px 16px 0;
    gap: 8px;
  }

  .section_1_NEWS .contenu_sec1 .right_landing .white_box .texte_white_box p {
    font-size: 14px;
  }

  .section_1_NEWS .contenu_sec1 .right_landing .white_box .texte_white_box h3 {
    font-size: 26px;
    line-height: 1.15;
  }

  .section_1_NEWS
    .contenu_sec1
    .right_landing
    .white_box
    .texte_white_box
    h3
    br {
    display: none;
  }

  .page-shell[data-barba-namespace="news"] .footer {
    position: static;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    margin: 0 auto;
    display: flex;
    align-self: center;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 34px;
  }

  .page-shell[data-barba-namespace="news"] .footer .bas_footer {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 330px;
    padding: 30px;
    border-radius: 12px;
    background-size: cover;
  }

  .page-shell[data-barba-namespace="news"] .footer .bas_footer h2 {
    width: 330px;
    font-size: 36px;
    line-height: 1;
  }

  .page-shell[data-barba-namespace="news"] .footer .bas_footer h2 span {
    margin-left: 6px;
    font-size: 38px;
  }

  .page-shell[data-barba-namespace="news"] .footer .bas_footer p {
    width: 300px;
    margin-top: 14px;
    font-size: 17px;
    line-height: 1.35;
  }

  .page-shell[data-barba-namespace="news"]
    .footer
    .bas_footer
    .box_inscription {
    width: 100%;
    height: auto;
    margin-top: 54px;
    border-radius: 8px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 10px;
  }

  .page-shell[data-barba-namespace="news"]
    .footer
    .bas_footer
    .box_inscription
    input {
    width: 100%;
    flex: 0 0 auto;
    height: 48px;
    padding: 0 18px;
    border-radius: 8px;
    font-size: 12px;
  }

  .page-shell[data-barba-namespace="news"]
    .footer
    .bas_footer
    .box_inscription
    button {
    position: static;
    bottom: auto;
    width: 100%;
    flex: 0 0 auto;
    height: 36px;
    margin-right: 0;
    border-radius: 7px;
    font-size: 13px;
    margin: 0 0 10px 25px;
  }

  .page-shell[data-barba-namespace="news"]
    .footer
    .bas_footer
    .box_inscription
    button.button-023--footer-submit {
    width: 100%;
    flex: 0 0 auto;
  }

  .page-shell[data-barba-namespace="news"] .footer .deco_footer {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .page-shell[data-barba-namespace="news"]
    .footer
    .deco_footer
    img:first-child {
    width: 144px;
    height: auto;
  }

  .page-shell[data-barba-namespace="news"] .footer .deco_footer img:last-child {
    width: 180px;
    height: auto;
  }
}
