@import "reset.css";
@font-face {
  font-family: 'MYLD';
  src: url('../fonts/MYLD.woff2') format('woff2'), url('../fonts/MYLD.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fontThin {
  font-family: "zeitung-micro", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.fontLight {
  font-family: "zeitung-micro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.fontReg {
  font-family: "zeitung-micro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.fontBold {
  font-family: "zeitung-micro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.fontLato300 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.fontLato400 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.fontLato400i {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  line-height: 120%;
}
.fontLato700 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.fontLato900 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.fontMYLD {
  font-family: 'MYLD', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
:root {
  --doc-height: 100%;
  --vh: 1vh;
}
html {
  height: -webkit-fill-available;
}
body {
  height: var(--doc-height);
  min-height: 100vh;
  min-height: 100dvh;
  min-height: calc(var(--vh, 1vh) * 100);
  color: #4a4a4a;
  font-family: "zeitung-micro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 16px;
  position: relative;
  margin: 0;
  padding: 0;
}
.noScroll {
  overflow: hidden;
}
section {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}
a {
  outline: none !important;
}
p {
  font-family: "zeitung-micro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  line-height: 180%;
}
b,
strong {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
nowrap {
  white-space: nowrap;
}
/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    min-height: -webkit-fill-available;
  }
}
@media screen and (max-width: 1279px) {
  .mobHide {
    display: none !important;
  }
}
.mobShow {
  display: none !important;
}
@media screen and (max-width: 1279px) {
  .mobShow {
    display: flex !important;
  }
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.b1 {
  height: 100vh;
  height: 100dvh;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../images/visuel01_1.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 880px;
}
@media screen and (max-width: 1279px) {
  .b1 {
    height: calc(100vh - 90px - 120px);
    height: calc(100dvh - 90px - 120px);
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .b1 {
    height: calc(100vh - 90px - 120px);
    height: calc(100dvh - 90px - 120px);
    background: url('../images/visuel01-mob01.webp');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.b1 .b1-gradient {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #021d2f 0%, rgba(2, 29, 47, 0) 60%);
  opacity: 0.8;
}
.b1 .b1-logo {
  position: absolute;
  left: 100px;
  top: 20px;
  width: 235px;
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: top left;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .b1 .b1-logo {
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .b1 .b1-logo {
    left: 20px;
    width: 176px;
  }
}
.b1 .b1-logo img {
  width: 100%;
  height: auto;
}
.b1 .b1-txt {
  position: absolute;
  left: 100px;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .b1 .b1-txt {
    bottom: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .b1 .b1-txt {
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .b1 .b1-txt {
    left: 20px;
    bottom: 20px;
  }
}
.b1 .b1-txt p {
  color: #FFFFFF;
  text-transform: uppercase;
}
.b1 .b1-txt .b1-txt1 {
  font-family: "zeitung-micro", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 52px;
  width: 445px;
}
@media screen and (max-width: 1023px) {
  .b1 .b1-txt .b1-txt1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .b1 .b1-txt .b1-txt1 {
    font-size: 24px;
    width: auto;
  }
}
.b1 .b1-txt .b1-txt2 {
  font-family: "zeitung-micro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 52px;
  width: 620px;
}
@media screen and (max-width: 1023px) {
  .b1 .b1-txt .b1-txt2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .b1 .b1-txt .b1-txt2 {
    font-size: 24px;
    width: auto;
  }
}
.b1 .b1-txt .b1-txt2 sup {
  font-size: 30px;
  line-height: 1;
  vertical-align: 20px;
  text-transform: lowercase;
}
@media screen and (max-width: 1023px) {
  .b1 .b1-txt .b1-txt2 sup {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b1 .b1-txt .b1-txt2 sup {
    font-size: 12px;
    vertical-align: 12px;
  }
}
.b2 {
  margin-top: -100vh;
  margin-top: -100dvh;
  height: 100vh;
  height: 100dvh;
  z-index: 2;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 1279px) {
  .b2 {
    margin-top: 0;
    height: auto;
  }
}
.b2 .b1-content {
  position: absolute;
  z-index: 10;
  max-width: 1440px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1279px) {
  .b2 .b1-content {
    position: relative;
  }
}
.b2 .b1-content > .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1279px) {
  .b2 .b1-content > .wrapper {
    flex-direction: column;
  }
}
.b2 .b1-content .b1-g {
  width: calc(100% - 394px);
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1279px) {
  .b2 .b1-content .b1-g {
    width: 100%;
  }
}
.b2 .b1-content .b1-g .b1-g-b1 {
  position: relative;
  height: 120px;
  width: calc(100% - 100px);
  margin-left: 100px;
  background-color: #D9B781;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .b2 .b1-content .b1-g .b1-g-b1 {
    margin-left: 0;
    width: 100%;
  }
}
.b2 .b1-content .b1-g .b1-g-b1 img {
  position: absolute;
}
.b2 .b1-content .b1-g .b1-g-b1 .deco1 {
  left: -190px;
}
@media screen and (max-width: 1279px) {
  .b2 .b1-content .b1-g .b1-g-b1 .deco1 {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1023px) {
  .b2 .b1-content .b1-g .b1-g-b1 .deco1 {
    left: -175px;
    transform: scale(0.5);
  }
}
.b2 .b1-content .b1-g .b1-g-b1 .deco2 {
  right: 0;
  height: 100px;
  width: auto;
}
@media screen and (max-width: 1279px) {
  .b2 .b1-content .b1-g .b1-g-b1 .deco2 {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1023px) {
  .b2 .b1-content .b1-g .b1-g-b1 .deco2 {
    height: 70px;
  }
}
.b2 .b1-content .b1-g .b1-g-b1 p {
  color: #FFFFFF;
  font-size: 28px;
  text-align: left;
  width: 700px;
  line-height: 120%;
}

.b2 .b1-content .b1-g .b1-g-b1 p .expo {
  vertical-align: top;
  font-size:12px;
  line-height: 22px;
}

@media screen and (max-width: 1279px) {
  .b2 .b1-content .b1-g .b1-g-b1 p {
    margin: 0 100px;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .b2 .b1-content .b1-g .b1-g-b1 p {
    margin: 0 50px;
    font-size: 22px;
    
  }
  .b2 .b1-content .b1-g .b1-g-b1 p .expo{
    vertical-align: top;
    font-size:10px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .b2 .b1-content .b1-g .b1-g-b1 p {
    font-size: 16px;
    margin: 0 50px;
    
  }
  b2 .b1-content .b1-g .b1-g-b1 p .expo{
    vertical-align: top;
    font-size:8px;
    line-height: 20px;
    
  }


}
.b2 .b1-content .b1-d {
  width: 394px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  top: 0;
  position: relative;
  pointer-events: all;
}
@media screen and (max-width: 1279px) {
  .b2 .b1-content .b1-d {
    width: 100%;
  }
}
.b2 .b1-content .b1-d #form-prog {
  margin: 0 auto;
}
.b2 .b1-content .b1-d .b1-d-b1 {
  background-color: #0C273C;
  width: 100%;
}
.prog-b1 {
  height: 100vh;
  height: 100dvh;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../images/visuel00.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 880px;
  pointer-events: none;
}
@media screen and (max-width: 1279px) {
  .prog-b1 {
    height: calc(100vh - 120px);
    height: calc(100dvh - 120px);
    min-height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .prog-b1 {
    height: calc(100vh - 70px - 120px);
    height: calc(100dvh - 70px - 120px);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.prog-b1 .b1-gradient {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #021d2f 0%, rgba(2, 29, 47, 0) 60%);
  opacity: 0.8;
}
.prog-b1 .b1-gradient2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg, #021d2f 0%, rgba(2, 29, 47, 0) 100%);
  opacity: 0.6;
}
.prog-b1 .b1-logo {
  position: absolute;
  left: 100px;
  top: 20px;
  width: 235px;
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: top left;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .prog-b1 .b1-logo {
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .prog-b1 .b1-logo {
    left: 20px;
    transform: scale(0.75);
  }
}
.prog-b1 .b1-logo img {
  width: 100%;
  height: auto;
}
.prog-b1 .b1-txt {
  position: absolute;
  left: 100px;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .prog-b1 .b1-txt {
    bottom: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .prog-b1 .b1-txt {
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .prog-b1 .b1-txt {
    left: 20px;
    bottom: 20px;
  }
}
.prog-b1 .b1-txt p {
  color: #FFFFFF;
  text-transform: uppercase;
}
.prog-b1 .b1-txt .b1-txt1 {
  font-family: "zeitung-micro", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 52px;
  width: 445px;
}
@media screen and (max-width: 1023px) {
  .prog-b1 .b1-txt .b1-txt1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .prog-b1 .b1-txt .b1-txt1 {
    font-size: 24px;
    width: auto;
  }
}
.prog-b1 .b1-txt .b1-txt2 {
  font-family: "zeitung-micro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 52px;
  width: 620px;
}
@media screen and (max-width: 1023px) {
  .prog-b1 .b1-txt .b1-txt2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .prog-b1 .b1-txt .b1-txt2 {
    font-size: 24px;
    width: auto;
  }
}
.prog-b1 .b1-txt .b1-txt2 sup {
  font-size: 30px;
  line-height: 1;
  vertical-align: 20px;
  text-transform: lowercase;
}
@media screen and (max-width: 1023px) {
  .prog-b1 .b1-txt .b1-txt2 sup {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .prog-b1 .b1-txt .b1-txt2 sup {
    font-size: 12px;
    vertical-align: 12px;
  }
}
.prog-b1 .b1-menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 65px;
  pointer-events: all;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1279px) {
  .prog-b1 .b1-menu {
    display: none;
  }
}
.prog-b1 .b1-menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.prog-b1 .b1-menu ul li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.prog-b1 .b1-menu ul li:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(217, 183, 129, 0.52);
}
.prog-b1 .b1-menu ul li:last-child button {
  padding: 0 80px;
}
.prog-b1 .b1-menu ul li:last-child button::before {
  background-color: #fff;
}
.prog-b1 .b1-menu ul li button {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "zeitung-micro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 16px;
  padding: 0 60px;
  position: relative;
}
.prog-b1 .b1-menu ul li button:hover {
  cursor: pointer;
}
.prog-b1 .b1-menu ul li button:hover:before {
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .prog-b1 .b1-menu ul li button {
    font-size: 13px;
    padding: 0 40px;
  }
}
.prog-b1 .b1-menu ul li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #D9B781;
  transform-origin: center;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
  opacity: 0;
  transition: opacity 0.5s 0.125s ease-in-out;
}
.prog-b1 .b1-menu ul li .btn-invest {
  font-family: "zeitung-micro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.prog-b2 {
  margin-top: -100vh;
  margin-top: -100dvh;
  height: 100vh;
  height: 100dvh;
  z-index: 2;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 1279px) {
  .prog-b2 {
    margin-top: 0;
    height: auto;
  }
}
.prog-b2 .b1-content {
  position: absolute;
  z-index: 10;
  max-width: 1440px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1279px) {
  .prog-b2 .b1-content {
    position: relative;
  }
}
.prog-b2 .b1-content > .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1279px) {
  .prog-b2 .b1-content > .wrapper {
    flex-direction: column;
  }
}
.prog-b2 .b1-content .b1-g {
  width: calc(100% - 394px);
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1279px) {
  .prog-b2 .b1-content .b1-g {
    width: 100%;
  }
}
.prog-b2 .b1-content .b1-g .b1-g-b1 {
  position: relative;
  height: 120px;
  width: calc(100% - 100px);
  margin-left: 100px;
  background-color: #D9B781;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}



.prog-b2 .b1-content .b1-g .b1-g-b1 .expo{
  vertical-align: top;
  font-size:12px;
  line-height: 20px;
  
}


@media screen and (max-width: 1279px) {
  .prog-b2 .b1-content .b1-g .b1-g-b1 {
    margin-left: 0;
    width: 100%;
  }
}
.prog-b2 .b1-content .b1-g .b1-g-b1 img {
  position: absolute;
}
.prog-b2 .b1-content .b1-g .b1-g-b1 .deco1 {
  left: -190px;
}
@media screen and (max-width: 1279px) {
  .prog-b2 .b1-content .b1-g .b1-g-b1 .deco1 {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1023px) {
  .prog-b2 .b1-content .b1-g .b1-g-b1 .deco1 {
    left: -175px;
    transform: scale(0.5);
  }
}
.prog-b2 .b1-content .b1-g .b1-g-b1 .deco2 {
  right: 0;
  height: 100px;
  width: auto;
}
@media screen and (max-width: 1279px) {
  .prog-b2 .b1-content .b1-g .b1-g-b1 .deco2 {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1023px) {
  .prog-b2 .b1-content .b1-g .b1-g-b1 .deco2 {
    height: 70px;
  }
}
.prog-b2 .b1-content .b1-g .b1-g-b1 p {
  color: #FFFFFF;
  font-size: 28px;
  text-align: left;
  width: 700px;
  line-height: 120%;
}
@media screen and (max-width: 1279px) {
  .prog-b2 .b1-content .b1-g .b1-g-b1 p {
    margin: 0 100px;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .prog-b2 .b1-content .b1-g .b1-g-b1 p {
    margin: 0 60px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .prog-b2 .b1-content .b1-g .b1-g-b1 p {
    font-size: 16px;
    margin: 0 60px;
  }

  .prog-b2 .b1-content .b1-g .b1-g-b1 p .expo{
    vertical-align: top;
    font-size:8px;
    line-height: 18px;
    
  }



}
.prog-b3 {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
  align-items: center;
  justify-content: center;
}
.prog-b3 > .bg {
  position: absolute;
  background-image: url("../images/bg-spot.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0.25;
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  .prog-b3 > .bg {
    background-position: bottom center;
  }
}
.prog-b3 .prog-b3-1 {
  width: 100%;
  height: 1130px;
  background-color: #FFF;
  position: relative;
  max-width: 1090px;
}
@media screen and (max-width: 1023px) {
  .prog-b3 .prog-b3-1 {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .prog-b3 .prog-b3-1 {
    height: auto;
  }
}
.prog-b3 .prog-b3-1 .visuel-static {
  position: absolute;
  width: 430px;
  height: 720px;
  left: 0;
  top: 268px;
  background: url('../images/visuel-static-bg.webp');
  background-position: 25% center;
  background-repeat: no-repeat;
  z-index: 2;
  background-attachment: fixed;
}
@media screen and (max-width: 1920px) {
  .prog-b3 .prog-b3-1 .visuel-static {
    background-position: 10% center;
  }
}
@media screen and (max-width: 1440px) {
  .prog-b3 .prog-b3-1 .visuel-static {
    background-position: -18% center;
  }
}
@media screen and (max-width: 1280px) {
  .prog-b3 .prog-b3-1 .visuel-static {
    background-position: -38% center;
  }
}
@media screen and (max-width: 1024px) {
  .prog-b3 .prog-b3-1 .visuel-static {
    background-position: -108% center;
  }
}
@media screen and (max-width: 1023px) {
  .prog-b3 .prog-b3-1 .visuel-static {
    display: none;
  }
}
.prog-b3 .prog-b3-1 .titre {
  position: absolute;
  top: 220px;
  left: 236px;
  background-color: #fff;
  z-index: 10;
  padding-left: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1279px) {
  .prog-b3 .prog-b3-1 .titre {
    left: 100px;
    top: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .prog-b3 .prog-b3-1 .titre {
    position: relative;
    margin-left: 100px;
    padding: 0;
    background-color: transparent;
    left: auto;
    top: auto;
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .prog-b3 .prog-b3-1 .titre {
    margin-left: 20px;
    padding-top: 60px;
  }
}
.prog-b3 .prog-b3-1 .titre .t1 {
  text-transform: uppercase;
  color: #000;
  font-family: "zeitung-micro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 50px;
  letter-spacing: 2px;
  width: 450px;
}
@media screen and (max-width: 767px) {
  .prog-b3 .prog-b3-1 .titre .t1 {
    font-size: 28px;
    width: auto;
  }
}
.prog-b3 .prog-b3-1 .titre .t2 {
  padding-top: 5px;
  color: #D9B781;
  font-family: 'MYLD', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 265px;
}
@media screen and (max-width: 767px) {
  .prog-b3 .prog-b3-1 .titre .t2 {
    font-size: 22px;
    width: auto;
  }
}
.prog-b3 .prog-b3-1 .puces {
  position: absolute;
  top: 520px;
  left: 545px;
  width: 545px;
  z-index: 9;
}
@media screen and (max-width: 1279px) {
  .prog-b3 .prog-b3-1 .puces {
    left: 460px;
    top: 420px;
  }
}
@media screen and (max-width: 1023px) {
  .prog-b3 .prog-b3-1 .puces {
    position: relative;
    margin: 0 auto;
    left: auto;
    top: auto;
    padding-top: 60px;
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .prog-b3 .prog-b3-1 .puces {
    width: calc(100% - 40px);
    padding-top: 40px;
  }
}
.prog-b3 .prog-b3-1 .puces li {
  position: relative;
  padding-bottom: 40px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #000;
  margin-left: 50px;
  margin-right: 70px;
  letter-spacing: 1px;
  line-height: 160%;
}
@media screen and (max-width: 1023px) {
  .prog-b3 .prog-b3-1 .puces li {
    margin-right: 0;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .prog-b3 .prog-b3-1 .puces li {
    font-size: 16px;
  }
}
.prog-b3 .prog-b3-1 .puces li:before {
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transform-origin: center;
  background-color: #D9B781;
  position: absolute;
  top: 10px;
  color: #D9B781;
  left: -30px;
}
.prog-b3 .prog-b3-1 .puces li b {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.prog-b3 .prog-b3-1 .puces li:last-child {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .prog-b3 .prog-b3-1 .puces li:last-child {
    padding-bottom: 60px;
  }
}
.prog-b3 .prog-b3-1 .visuel-mob {
  background: url('../images/visuel-static-bg.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  display: none;
  height: 520px;
}
@media screen and (max-width: 1023px) {
  .prog-b3 .prog-b3-1 .visuel-mob {
    display: flex;
  }
}
.prog-b3 .prog-b3-2 {
  width: 100%;
  height: 500px;
  background-color: #F3F1EB;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .prog-b3 .prog-b3-2 {
    height: auto;
    padding: 90px 0;
  }
}
.prog-b3 .prog-b3-2 .wrapper {
  max-width: 1090px;
  height: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .prog-b3 .prog-b3-2 .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.prog-b3 .prog-b3-2 .citation {
  position: absolute;
  top: 0;
  left: 220px;
  width: 220px;
  height: fit-content;
  margin: auto;
  bottom: 0;
}
@media screen and (max-width: 1279px) {
  .prog-b3 .prog-b3-2 .citation {
    left: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .prog-b3 .prog-b3-2 .citation {
    position: relative;
    left: auto;
    top: auto;
  }
}
.prog-b3 .prog-b3-2 .citation .content {
  position: relative;
}
.prog-b3 .prog-b3-2 .citation p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  line-height: 120%;
  color: #000;
  font-size: 32px;
  text-align: left;
  letter-spacing: 2px;
  line-height: 160%;
  position: relative;
}
.prog-b3 .prog-b3-2 .citation p::before,
.prog-b3 .prog-b3-2 .citation p::after {
  content: url("../images/quote.svg");
  position: absolute;
}
.prog-b3 .prog-b3-2 .citation p::before {
  left: -60px;
  top: -10px;
}
.prog-b3 .prog-b3-2 .citation p::after {
  transform-origin: center;
  transform: rotate(180deg);
  right: 70px;
  bottom: -15px;
}
.prog-b3 .prog-b3-2 .video {
  position: absolute;
  top: 90px;
  right: 120px;
  width: 428px;
  height: 535px;
  background-image: url("../images/video-architecte.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .prog-b3 .prog-b3-2 .video {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .prog-b3 .prog-b3-2 .video {
    width: 335px;
    height: 420px;
  }
}
.prog-b3 .prog-b3-2 .video .video-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.prog-b3 .prog-b3-2 .video .video-content .btnplay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.35);
}
.prog-b3 .prog-b3-2 .video .video-content .video-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: none;
  z-index: 20;
}
.prog-b3 .prog-b3-2 .video .video-content .video-container.active {
  display: block;
}
.prog-b3 .prog-b3-2 .video .video-content .video-container > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.prog-b3 .prog-b3-2 .video .video-content .video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: all;
  z-index: 1;
}
.prog-b3 .prog-b3-2 .video .video-content .video-container .btnclose {
  position: absolute;
  z-index: 5;
  right: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  transition: transform 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
  .prog-b3 .prog-b3-2 .video .video-content .video-container .btnclose {
    right: 10px;
    top: 10px;
  }
}
.prog-b3 .prog-b3-2 .video .video-content .video-container .btnclose:hover {
  transform: scale(1.1);
}
.prog-b3 .prog-b3-2 .video .video-content .video-container .btnclose img {
  width: 100%;
  height: auto;
}
.prog-b4 {
  background-color: #fff;
  position: relative;
  max-width: 1090px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
}
@media screen and (max-width: 1023px) {
  .prog-b4 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.prog-b4 p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  width: 430px;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 1px;
  color: #000;
  padding-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .prog-b4 p {
    width: calc(100% - 200px);
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .prog-b4 p {
    width: calc(100% - 40px);
  }
}
.prog-b4 p:first-child {
  padding-top: 140px;
}
@media screen and (max-width: 1023px) {
  .prog-b4 p:first-child {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .prog-b4 p:first-child {
    padding-top: 60px;
  }
}
.prog-b4 p:last-child {
  padding-top: 240px;
}
@media screen and (max-width: 1023px) {
  .prog-b4 p:last-child {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .prog-b4 p:last-child {
    padding-bottom: 60px;
  }
}
.galerie {
  position: relative;
  max-width: 970px;
  height: auto;
  padding: 60px 0 100px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .galerie {
    max-width: 872px;
  }
}
@media screen and (max-width: 1023px) {
  .galerie {
    padding: 0 0 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .galerie {
    padding: 0 0 60px 0;
  }
}
.galerie .galerie-content {
  width: 100%;
  height: 582px;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .galerie .galerie-content {
    width: 568px;
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .galerie .galerie-content {
    width: calc(100% - 40px);
    height: 0;
    padding-bottom: 53%;
  }
}
.galerie .galerie-content #gal-zoom {
  position: absolute;
  z-index: 15;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: 64px;
  height: 64px;
  background-color: transparent !important;
  transform-origin: bottom right;
}
@media screen and (max-width: 767px) {
  .galerie .galerie-content #gal-zoom {
    transform: scale(0.75);
  }
}
.galerie .galerie-content #gal-zoom img {
  width: 100%;
  height: auto;
}
.prog-b5 {
  background-color: #F3F1EB;
  height: 1090px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .prog-b5 {
    height: auto;
    padding: 90px 0 30px 0;
  }
}
.prog-b5 .bg-blanc {
  background-color: #fff;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100px;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .prog-b5 .bg-blanc {
    display: none;
  }
}
.prog-b5 .bg2-blanc {
  background-color: #fff;
  width: calc(50% - 170px);
  position: absolute;
  right: 0;
  bottom: 0;
  height: 665px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .prog-b5 .bg2-blanc {
    width: calc(50% - 240px);
  }
}
@media screen and (max-width: 1279px) {
  .prog-b5 .bg2-blanc {
    display: none;
  }
}
.prog-b5 .bg3-carre {
  position: absolute;
  height: 300px;
  width: 300px;
  bottom: 80px;
  margin-left: 340px;
}
@media screen and (max-width: 1439px) {
  .prog-b5 .bg3-carre {
    margin-left: 530px;
  }
}
@media screen and (max-width: 1279px) {
  .prog-b5 .bg3-carre {
    display: none;
  }
}
.prog-b5 .bg3-carre .bg3-carre-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prog-b5 .bg3-carre .bg3-carre-content .carre {
  position: absolute;
  width: 130px;
  height: 130px;
  border: 1px solid #D9B781;
  transform-origin: center;
  transform: rotate(45deg);
}
.prog-b5 .content {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1439px) {
  .prog-b5 .content {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1279px) {
  .prog-b5 .content {
    display: flex;
    flex-direction: column;
  }
}
.prog-b5 .content .visuel {
  position: absolute;
  width: 315px;
  height: 820px;
  left: 62px;
  top: 160px;
  background-image: url("../images/visuel_elegance.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1279px) {
  .prog-b5 .content .visuel {
    display: none;
  }
}
.prog-b5 .content .visuel-mob {
  background: url('../images/visuel_elegance.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  display: none;
  height: 520px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1279px) {
  .prog-b5 .content .visuel-mob {
    display: flex;
  }
}
.prog-b5 .content .titre {
  position: absolute;
  top: 200px;
  left: 475px;
  z-index: 10;
}
@media screen and (max-width: 1279px) {
  .prog-b5 .content .titre {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 100px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .prog-b5 .content .titre {
    margin-left: 20px;
  }
}
.prog-b5 .content .titre .t1 {
  text-transform: uppercase;
  color: #000;
  font-family: "zeitung-micro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 50px;
  letter-spacing: 2px;
  width: 450px;
}
@media screen and (max-width: 767px) {
  .prog-b5 .content .titre .t1 {
    width: auto;
    font-size: 28px;
  }
}
.prog-b5 .content .titre .t2 {
  padding-top: 5px;
  color: #D9B781;
  font-family: 'MYLD', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 265px;
}
@media screen and (max-width: 767px) {
  .prog-b5 .content .titre .t2 {
    width: auto;
    font-size: 22px;
  }
}
.prog-b5 .content .col-g,
.prog-b5 .content .col-d {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 345px;
}
.prog-b5 .content .col-g .titre,
.prog-b5 .content .col-d .titre {
  position: relative;
  text-transform: uppercase;
  color: #D9B781;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 22px;
  top: auto;
  left: auto;
  padding-bottom: 40px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1279px) {
  .prog-b5 .content .col-g .titre,
  .prog-b5 .content .col-d .titre {
    margin-left: 0;
    padding-bottom: 20px;
  }
}
.prog-b5 .content .col-g ul,
.prog-b5 .content .col-d ul {
  position: relative;
}
@media screen and (max-width: 1279px) {
  .prog-b5 .content .col-g ul,
  .prog-b5 .content .col-d ul {
    padding-bottom: 60px;
  }
}
.prog-b5 .content .col-g ul li,
.prog-b5 .content .col-d ul li {
  margin-left: 30px;
  padding-bottom: 50px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #000;
  letter-spacing: 1px;
  line-height: 160%;
}
@media screen and (max-width: 1279px) {
  .prog-b5 .content .col-g ul li,
  .prog-b5 .content .col-d ul li {
    margin-left: 0;
    padding-bottom: 20px;
  }
}
.prog-b5 .content .col-g ul li:last-child,
.prog-b5 .content .col-d ul li:last-child {
  padding-bottom: 0;
}
.prog-b5 .content .col-g {
  top: 420px;
  left: 475px;
}
@media screen and (max-width: 1279px) {
  .prog-b5 .content .col-g {
    position: relative;
    width: calc(100% - 200px);
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .prog-b5 .content .col-g {
    width: calc(100% - 40px);
  }
}
.prog-b5 .content .col-d {
  top: 484px;
  left: 920px;
}
@media screen and (max-width: 1279px) {
  .prog-b5 .content .col-d {
    position: relative;
    width: calc(100% - 200px);
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .prog-b5 .content .col-d {
    width: calc(100% - 40px);
  }
}
.prog-b6 {
  height: 800px;
  background-color: #00293E;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .prog-b6 {
    height: auto;
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  .prog-b6 {
    height: auto;
    padding: 60px 0;
  }
}
.prog-b6 > .bg {
  position: absolute;
  background-image: url("../images/bg-spot.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 840px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 1;
  filter: invert();
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .prog-b6 > .bg {
    background-size: 80%;
  }
}
.prog-b6 .video {
  background-image: url("../images/video-programme.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 872px;
  height: 490px;
  z-index: 2;
  border: 1px solid #D9B781;
}
@media screen and (max-width: 1023px) {
  .prog-b6 .video {
    width: 568px;
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .prog-b6 .video {
    width: 335px;
    height: 220px;
  }
}
.prog-b6 .video .video-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.prog-b6 .video .video-content .btnplay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.65);
}
.prog-b6 .video .video-content .video-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: none;
  z-index: 20;
}
.prog-b6 .video .video-content .video-container.active {
  display: block;
}
.prog-b6 .video .video-content .video-container > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.prog-b6 .video .video-content .video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: all;
  z-index: 1;
}
.prog-b7 {
  background-color: #fff;
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  .prog-b7 {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1279px) {
  .prog-b7 {
    flex-direction: column;
    align-items: flex-start;
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  .prog-b7 {
    padding: 60px 0;
  }
}
.prog-b7 .txt {
  display: flex;
  flex-direction: column;
  width: 410px;
  margin-left: 110px;
}
@media screen and (max-width: 1439px) {
  .prog-b7 .txt {
    margin-left: 100px;
    width: 360px;
  }
}
@media screen and (max-width: 1279px) {
  .prog-b7 .txt {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .prog-b7 .txt {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}
.prog-b7 .txt .titre {
  padding-bottom: 50px;
}
.prog-b7 .txt .titre .t1 {
  text-transform: uppercase;
  color: #000;
  font-family: "zeitung-micro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 50px;
  letter-spacing: 2px;
  width: 450px;
}
@media screen and (max-width: 767px) {
  .prog-b7 .txt .titre .t1 {
    width: auto;
    font-size: 28px;
  }
}
.prog-b7 .txt .titre .t2 {
  padding-top: 5px;
  color: #D9B781;
  font-family: 'MYLD', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 360px;
}
@media screen and (max-width: 767px) {
  .prog-b7 .txt .titre .t2 {
    width: auto;
    font-size: 22px;
  }
}
.prog-b7 .txt .b-txt {
  padding-bottom: 30px;
}
.prog-b7 .txt .b-txt:last-child {
  padding-bottom: 0;
}
.prog-b7 .txt .b-txt .sstitre {
  color: #D9B781;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 16px;
  padding-bottom: 10px;
}
.prog-b7 .txt .b-txt .puces li {
  position: relative;
  padding-bottom: 10px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #000;
  margin-left: 30px;
  letter-spacing: 1px;
  line-height: 160%;
}
@media screen and (max-width: 1023px) {
  .prog-b7 .txt .b-txt .puces li {
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .prog-b7 .txt .b-txt .puces li {
    font-size: 16px;
  }
}
.prog-b7 .txt .b-txt .puces li:before {
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transform-origin: center;
  background-color: #000;
  position: absolute;
  top: 10px;
  color: #000;
  left: -30px;
}
.prog-b7 .txt .b-txt .puces li b {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.prog-b7 .txt .b-txt .puces li:last-child {
  padding-bottom: 0;
}
.prog-b7 .carte {
  width: 870px;
  height: 860px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  .prog-b7 .carte {
    width: calc(100% - 520px);
  }
}
@media screen and (max-width: 1279px) {
  .prog-b7 .carte {
    margin-top: 90px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .prog-b7 .carte {
    margin-top: 60px;
  }
}
.prog-b7 .carte .bg {
  background-color: #E2DBCA;
  height: 100%;
  width: 720px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1439px) {
  .prog-b7 .carte .bg {
    width: 600px;
  }
}
@media screen and (max-width: 1279px) {
  .prog-b7 .carte .bg {
    width: 100%;
    height: 70%;
    bottom: -90px;
    top: auto;
    margin: auto;
  }
}
.prog-b7 .carte img {
  position: relative;
  z-index: 2;
  width: 800px;
  height: auto;
}
@media screen and (max-width: 1439px) {
  .prog-b7 .carte img {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1279px) {
  .prog-b7 .carte img {
    width: calc(100% - 200px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .prog-b7 .carte img {
    width: calc(100% - 40px);
  }
}
.invest-b1 {
  height: calc(100vh + 90px);
  height: calc(100dvh + 90px);
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00293E;
  min-height: 880px;
  pointer-events: none;
}
@media screen and (max-width: 1279px) {
  .invest-b1 {
    height: calc(100vh - 120px);
    height: calc(100dvh - 120px);
    min-height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .invest-b1 {
    height: calc(100vh - 120px - 70px);
    height: calc(100dvh - 120px - 70px);
  }
}
.invest-b1 > .bg {
  position: absolute;
  background-image: url("../images/bg-spot.png");
  background-position: center -150px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 1;
  filter: invert();
  pointer-events: none;
}
.invest-b1 .b1-visuel {
  position: absolute;
  height: 100vh;
  height: 100dvh;
  width: 1000px;
  min-height: 850px;
  right: 220px;
  bottom: -70px;
  z-index: 1;
  background-image: url("../images/visuel-invest00.webp");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1919px) {
  .invest-b1 .b1-visuel {
    width: 700px;
  }
}
@media screen and (max-width: 1439px) {
  .invest-b1 .b1-visuel {
    right: 90px;
  }
}
@media screen and (max-width: 1279px) {
  .invest-b1 .b1-visuel {
    right: 0;
    width: 40%;
    height: calc(75vh - 70px);
    height: calc(75dvh - 70px);
    min-height: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .invest-b1 .b1-visuel {
    height: calc(70vh - 70px);
    height: calc(70dvh - 70px);
    background-position: -60px top;
    width: 50%;
  }
}
.invest-b1 .b1-logo1 {
  position: absolute;
  left: 50px;
  top: 50px;
  width: 120px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: top left;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .invest-b1 .b1-logo1 {
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .invest-b1 .b1-logo1 {
    left: 20px;
    top: 20px;
    transform: scale(0.7);
  }
}
.invest-b1 .b1-logo1 img {
  width: 100%;
  height: auto;
}
.invest-b1 .b1-txt {
  position: absolute;
  left: 100px;
  margin: auto;
  z-index: 2;
  padding-bottom: 90px;
}
@media screen and (max-width: 1279px) {
  .invest-b1 .b1-txt {
    bottom: 160px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .invest-b1 .b1-txt {
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .invest-b1 .b1-txt {
    left: 20px;
    bottom: 60px;
    margin-right: 60px;
  }
}
.invest-b1 .b1-txt img {
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .invest-b1 .b1-txt img {
    transform: scale(0.65);
    transform-origin: top left;
    padding-bottom: 0;
  }
}
.invest-b1 .b1-txt p {
  color: #FFFFFF;
  text-transform: uppercase;
}
.invest-b1 .b1-txt .b1-txt1 {
  font-family: "zeitung-micro", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 52px;
  width: 750px;
}
@media screen and (max-width: 1023px) {
  .invest-b1 .b1-txt .b1-txt1 {
    font-size: 42px;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .invest-b1 .b1-txt .b1-txt1 {
    font-size: 24px;
    width: auto;
  }
}
.invest-b1 .b1-txt .b1-txt2 {
  font-family: "zeitung-micro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 52px;
  width: 620px;
}
@media screen and (max-width: 1023px) {
  .invest-b1 .b1-txt .b1-txt2 {
    font-size: 42px;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .invest-b1 .b1-txt .b1-txt2 {
    font-size: 24px;
    width: auto;
  }
}
.invest-b1 .b1-txt .b1-txt2 sup {
  font-size: 30px;
  line-height: 1;
  vertical-align: 20px;
  text-transform: lowercase;
}
@media screen and (max-width: 1023px) {
  .invest-b1 .b1-txt .b1-txt2 sup {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .invest-b1 .b1-txt .b1-txt2 sup {
    font-size: 12px;
    vertical-align: 12px;
  }
}
.invest-b1 .b1-menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 65px;
  pointer-events: all;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1279px) {
  .invest-b1 .b1-menu {
    display: none;
  }
}
.invest-b1 .b1-menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.invest-b1 .b1-menu ul li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.invest-b1 .b1-menu ul li:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 41, 62, 0.52);
}
.invest-b1 .b1-menu ul li:last-child button {
  padding: 0 80px;
}
.invest-b1 .b1-menu ul li:last-child button::before {
  background-color: #fff;
  opacity: 1;
}
.invest-b1 .b1-menu ul li button {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "zeitung-micro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 16px;
  padding: 0 60px;
  position: relative;
}
.invest-b1 .b1-menu ul li button:hover {
  cursor: pointer;
}
.invest-b1 .b1-menu ul li button:hover:before {
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .invest-b1 .b1-menu ul li button {
    font-size: 13px;
    padding: 0 40px;
  }
}
.invest-b1 .b1-menu ul li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #D9B781;
  transform-origin: center;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
  opacity: 0;
  transition: opacity 0.5s 0.125s ease-in-out;
}
.invest-b1 .b1-menu ul li .btn-invest {
  font-family: "zeitung-micro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.invest-b2 {
  margin-top: calc(-100vh - 90px);
  margin-top: calc(-100dvh - 90px);
  height: 100vh;
  height: 100dvh;
  z-index: 2;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 1279px) {
  .invest-b2 {
    margin-top: 0;
    height: auto;
  }
}
.invest-b2 .b1-content {
  position: absolute;
  z-index: 10;
  max-width: 1440px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1279px) {
  .invest-b2 .b1-content {
    position: relative;
  }
}
.invest-b2 .b1-content > .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1279px) {
  .invest-b2 .b1-content > .wrapper {
    flex-direction: column;
  }
}
.invest-b2 .b1-content .b1-g {
  display: flex;
  align-items: flex-end;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .invest-b2 .b1-content .b1-g {
    width: 100%;
  }
}
.invest-b2 .b1-content .b1-g .b1-g-b1 {
  position: relative;
  height: 120px;
  width: 1154px;
  margin-left: 100px;
  background-color: #D9B781;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .invest-b2 .b1-content .b1-g .b1-g-b1 {
    margin-left: 0;
    width: 100%;
  }
}
.invest-b2 .b1-content .b1-g .b1-g-b1 img {
  position: absolute;
}
.invest-b2 .b1-content .b1-g .b1-g-b1 p {
  color: #FFFFFF;
  font-size: 28px;
  text-align: left;
  margin: 0 20px;
  line-height: 120%;
}
@media screen and (max-width: 1279px) {
  .invest-b2 .b1-content .b1-g .b1-g-b1 p {
    font-size: 22px;
    margin: 0 100px;
  }
}
@media screen and (max-width: 1023px) {
  .invest-b2 .b1-content .b1-g .b1-g-b1 p {
    margin: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .invest-b2 .b1-content .b1-g .b1-g-b1 p {
    font-size: 16px;
    margin: 0 20px;
  }
}
.invest-b3 {
  width: 100%;
}
.invest-b3 .invest-b3-content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
}
@media screen and (max-width: 1279px) {
  .invest-b3 .invest-b3-content {
    flex-direction: column;
  }
}
.invest-b3 .invest-b3-content .invest-b3-g {
  padding-top: 265px;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media screen and (max-width: 1279px) {
  .invest-b3 .invest-b3-content .invest-b3-g {
    width: 100%;
    padding-top: 90px;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .invest-b3 .invest-b3-content .invest-b3-g {
    padding-top: 60px;
  }
}
.invest-b3 .invest-b3-content .invest-b3-g .bloc {
  width: 520px;
}
@media screen and (max-width: 1279px) {
  .invest-b3 .invest-b3-content .invest-b3-g .bloc {
    width: calc(100% - 200px);
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .invest-b3 .invest-b3-content .invest-b3-g .bloc {
    width: calc(100% - 40px);
    padding-bottom: 60px;
  }
}
.invest-b3 .invest-b3-content .invest-b3-d {
  background-color: #F7F6F4;
  padding-top: 265px;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1279px) {
  .invest-b3 .invest-b3-content .invest-b3-d {
    width: 100%;
    padding-top: 90px;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .invest-b3 .invest-b3-content .invest-b3-d {
    padding-top: 60px;
  }
}
.invest-b3 .invest-b3-content .invest-b3-d .bloc {
  padding-top: 120px;
  width: 520px;
  margin-left: 100px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1279px) {
  .invest-b3 .invest-b3-content .invest-b3-d .bloc {
    width: calc(100% - 200px);
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .invest-b3 .invest-b3-content .invest-b3-d .bloc {
    width: calc(100% - 40px);
    padding-bottom: 60px;
  }
}
.invest-b3 .invest-b3-content .invest-b3-g .titre,
.invest-b3 .invest-b3-content .invest-b3-d .titre {
  font-size: 36px;
  text-transform: uppercase;
  color: #000;
  font-family: "zeitung-micro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  padding-bottom: 30px;
}
.invest-b3 .invest-b3-content .invest-b3-g .sstitre,
.invest-b3 .invest-b3-content .invest-b3-d .sstitre {
  font-size: 20px;
  text-transform: uppercase;
  color: #D9B781;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  padding-bottom: 15px;
  margin-right: 130px;
}
@media screen and (max-width: 1279px) {
  .invest-b3 .invest-b3-content .invest-b3-g .sstitre,
  .invest-b3 .invest-b3-content .invest-b3-d .sstitre {
    margin-right: 0;
  }
}
.invest-b3 .invest-b3-content .invest-b3-g .txt,
.invest-b3 .invest-b3-content .invest-b3-d .txt {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #000;
  letter-spacing: 1px;
  padding-bottom: 15px;
  margin-right: 70px;
}
@media screen and (max-width: 1279px) {
  .invest-b3 .invest-b3-content .invest-b3-g .txt,
  .invest-b3 .invest-b3-content .invest-b3-d .txt {
    margin-right: 0;
  }
}
.invest-b3 .invest-b3-content .invest-b3-g .puces,
.invest-b3 .invest-b3-content .invest-b3-d .puces {
  padding-top: 35px;
}
.invest-b3 .invest-b3-content .invest-b3-g .puces li,
.invest-b3 .invest-b3-content .invest-b3-d .puces li {
  position: relative;
  padding-bottom: 20px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #000;
  margin-left: 30px;
  margin-right: 70px;
  letter-spacing: 1px;
  line-height: 160%;
}
@media screen and (max-width: 1279px) {
  .invest-b3 .invest-b3-content .invest-b3-g .puces li,
  .invest-b3 .invest-b3-content .invest-b3-d .puces li {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .invest-b3 .invest-b3-content .invest-b3-g .puces li,
  .invest-b3 .invest-b3-content .invest-b3-d .puces li {
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .invest-b3 .invest-b3-content .invest-b3-g .puces li,
  .invest-b3 .invest-b3-content .invest-b3-d .puces li {
    font-size: 16px;
  }
}
.invest-b3 .invest-b3-content .invest-b3-g .puces li:before,
.invest-b3 .invest-b3-content .invest-b3-d .puces li:before {
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transform-origin: center;
  background-color: #D9B781;
  position: absolute;
  top: 10px;
  color: #D9B781;
  left: -30px;
}
.invest-b3 .invest-b3-content .invest-b3-g .puces li b,
.invest-b3 .invest-b3-content .invest-b3-d .puces li b {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.invest-b3 .invest-b3-content .invest-b3-g .puces li:last-child,
.invest-b3 .invest-b3-content .invest-b3-d .puces li:last-child {
  padding-bottom: 0;
}
.invest-b3 .invest-b3-content .invest-b3-g .pictos,
.invest-b3 .invest-b3-content .invest-b3-d .pictos {
  padding-bottom: 35px;
}
.invest-b3 .invest-b3-content .invest-b3-g .pictos img,
.invest-b3 .invest-b3-content .invest-b3-d .pictos img {
  padding-right: 30px;
}
.invest-b4 {
  position: relative;
  max-width: 1218px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 75px;
}
@media screen and (max-width: 1279px) {
  .invest-b4 {
    flex-direction: column;
    padding-top: 90px;
  }
}
.invest-b4 .invest-b4-g {
  width: 419px;
  margin-right: 30px;
}
@media screen and (max-width: 1279px) {
  .invest-b4 .invest-b4-g {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
  }
}
.invest-b4 .invest-b4-g img {
  max-width: 419px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .invest-b4 .invest-b4-g img {
    width: 60%;
  }
}
.invest-b4 .invest-b4-d {
  width: calc(100% - 419px - 30px);
}
@media screen and (max-width: 1279px) {
  .invest-b4 .invest-b4-d {
    margin: 0 auto;
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .invest-b4 .invest-b4-d {
    width: calc(100% - 40px);
  }
}
.invest-b5 {
  height: 800px;
  background-color: #00293E;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .invest-b5 {
    height: auto;
    padding: 90px 0;
  }
}
.invest-b5 > .bg {
  position: absolute;
  background-image: url("../images/bg-spot.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 840px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 1;
  filter: invert();
  pointer-events: none;
}
.invest-b5 .titre {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.invest-b5 .titre .t1 {
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-family: "zeitung-micro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 40px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .invest-b5 .titre .t1 {
    margin: 0 20px;
    font-size: 28px;
  }
}
.invest-b5 .titre .t2 {
  color: #D9B781;
  text-align: center;
  text-transform: uppercase;
  font-family: 'MYLD', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 36px;
  padding-bottom: 40px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .invest-b5 .titre .t2 {
    margin: 0 20px;
    font-size: 22px;
  }
}
.invest-b5 .video {
  background-image: url("../images/video-idwan.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 872px;
  height: 490px;
  z-index: 2;
  border: 1px solid #D9B781;
}
@media screen and (max-width: 1023px) {
  .invest-b5 .video {
    width: 568px;
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .invest-b5 .video {
    width: 335px;
    height: 220px;
  }
}
.invest-b5 .video .video-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.invest-b5 .video .video-content .btnplay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.65);
}
.invest-b5 .video .video-content .video-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: none;
  z-index: 20;
}
.invest-b5 .video .video-content .video-container.active {
  display: block;
}
.invest-b5 .video .video-content .video-container > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.invest-b5 .video .video-content .video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: all;
  z-index: 1;
}
.invest-b6 {
  width: 100%;
  max-width: 1214px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  padding-top: 90px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1279px) {
  .invest-b6 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 90px 0;
  }
}
@media screen and (max-width: 767px) {
  .invest-b6 {
    padding-bottom: 60px;
  }
}
.invest-b6 .col1 {
  width: calc(100% - 420px - 350px);
}
@media screen and (max-width: 1279px) {
  .invest-b6 .col1 {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
.invest-b6 .col1 .titre {
  padding-top: 94px;
}
@media screen and (max-width: 1279px) {
  .invest-b6 .col1 .titre {
    padding-top: 90px;
    width: calc(100% - 200px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .invest-b6 .col1 .titre {
    padding-top: 60px;
    width: calc(100% - 40px);
  }
}
.invest-b6 .col1 .titre .t1 {
  text-transform: uppercase;
  color: #000;
  font-family: "zeitung-micro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 40px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .invest-b6 .col1 .titre .t1 {
    font-size: 28px;
  }
}
.invest-b6 .col1 .titre .t2 {
  padding-top: 15px;
  color: #D9B781;
  font-family: 'MYLD', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .invest-b6 .col1 .titre .t2 {
    font-size: 22px;
  }
}
.invest-b6 .col1 img {
  padding-top: 240px;
  width: 640px;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .invest-b6 .col1 img {
    width: 100%;
    padding-top: 0;
  }
}
.invest-b6 .col2 {
  width: 420px;
  height: fit-content;
  background-color: #F7F6F4;
}
@media screen and (max-width: 1279px) {
  .invest-b6 .col2 {
    width: calc(100% - 200px);
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .invest-b6 .col2 {
    width: calc(100% - 40px);
    margin-top: 40px;
  }
}
.invest-b6 .col2 .puces {
  padding-top: 120px;
  margin-left: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1279px) {
  .invest-b6 .col2 .puces {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .invest-b6 .col2 .puces {
    margin: 0 20px;
  }
}
.invest-b6 .col2 .puces li {
  position: relative;
  padding-bottom: 40px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #000;
  margin-left: 25px;
  margin-right: 30px;
  letter-spacing: 1px;
  line-height: 160%;
}
@media screen and (max-width: 1023px) {
  .invest-b6 .col2 .puces li {
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .invest-b6 .col2 .puces li {
    font-size: 16px;
  }
}
.invest-b6 .col2 .puces li:before {
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transform-origin: center;
  background-color: #D9B781;
  position: absolute;
  top: 10px;
  color: #D9B781;
  left: -25px;
}
.invest-b6 .col2 .puces li b {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.invest-b6 .col2 .puces li:last-child {
  padding-bottom: 0;
}
.invest-b6 .col3 {
  width: 350px;
  height: fit-content;
}
@media screen and (max-width: 1279px) {
  .invest-b6 .col3 {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .invest-b6 .col3 {
    width: calc(100% - 40px);
  }
}
.invest-b6 .col3 .puces {
  padding-top: 120px;
  margin-left: 30px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1279px) {
  .invest-b6 .col3 .puces {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .invest-b6 .col3 .puces {
    margin: 0 20px;
  }
}
.invest-b6 .col3 .puces li {
  position: relative;
  padding-bottom: 40px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #000;
  margin-left: 25px;
  margin-right: 0;
  letter-spacing: 1px;
  line-height: 160%;
}
@media screen and (max-width: 1023px) {
  .invest-b6 .col3 .puces li {
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .invest-b6 .col3 .puces li {
    font-size: 16px;
  }
}
.invest-b6 .col3 .puces li:before {
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transform-origin: center;
  background-color: #D9B781;
  position: absolute;
  top: 10px;
  color: #D9B781;
  left: -25px;
}
.invest-b6 .col3 .puces li b {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.invest-b6 .col3 .puces li:last-child {
  padding-bottom: 0;
}
.invest-b7 {
  height: 920px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .invest-b7 {
    height: auto;
    padding-bottom: 90px;
  }
}
.invest-b7 .bg-col {
  height: 720px;
  width: 100%;
  background-color: #F7F6F4;
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .invest-b7 .bg-col {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .invest-b7 .bg-col {
    height: 480px;
  }
}
.invest-b7 .bloc {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .invest-b7 .bloc {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.invest-b7 .bloc .bg {
  position: absolute;
  background-image: url("../images/bg-spot.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 840px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 1;
  filter: invert();
  pointer-events: none;
  z-index: 5;
}
@media screen and (max-width: 1023px) {
  .invest-b7 .bloc .bg {
    background-position: bottom center;
    background-size: 568px;
  }
}
@media screen and (max-width: 767px) {
  .invest-b7 .bloc .bg {
    background-size: 80%;
  }
}
.invest-b7 .bloc .titre {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 6;
  padding-top: 90px;
  width: 872px;
}
@media screen and (max-width: 1023px) {
  .invest-b7 .bloc .titre {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .invest-b7 .bloc .titre {
    width: 100%;
  }
}
.invest-b7 .bloc .titre .t1 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-family: "zeitung-micro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 40px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .invest-b7 .bloc .titre .t1 {
    font-size: 28px;
    margin: 0 20px;
  }
}
.invest-b7 .bloc .titre .t2 {
  color: #D9B781;
  text-align: center;
  text-transform: uppercase;
  font-family: 'MYLD', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 36px;
  padding-bottom: 50px;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .invest-b7 .bloc .titre .t2 {
    font-size: 22px;
    margin: 0 20px;
  }
}
.invest-b7 .bloc .titre p {
  font-size: 20px;
  text-align: center;
  padding-bottom: 50px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .invest-b7 .bloc .titre p {
    font-size: 16px;
    margin: 0 20px;
  }
}
.invest-b7 .bloc .video {
  background-color: #00293E;
  width: 872px;
  height: 490px;
  z-index: 2;
  border: 1px solid #D9B781;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .invest-b7 .bloc .video {
    width: 568px;
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .invest-b7 .bloc .video {
    width: calc(100% - 40px);
    height: 0;
    padding-bottom: 53%;
  }
}
.invest-b7 .bloc .video .video-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .invest-b7 .bloc .video .video-content {
    transform: scale(0.75);
    transform-origin: top center;
    height: 0;
    padding-top: 40%;
  }
}
.invest-b7 .bloc .video .video-content .t1 {
  font-family: "zeitung-micro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #D9B781;
  text-transform: uppercase;
  font-size: 34px;
  padding-bottom: 5px;
  z-index: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .invest-b7 .bloc .video .video-content .t1 {
    font-size: 28px;
  }
}
.invest-b7 .bloc .video .video-content .t2 {
  font-family: "zeitung-micro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .invest-b7 .bloc .video .video-content .t2 {
    font-size: 20px;
  }
}
#tableau2 {
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  #tableau2 {
    width: 100%;
    padding-bottom: 0;
  }
}
#tableau2 .item {
  overflow: hidden;
  margin: 0;
  height: 135px;
  transition: height 0.4s cubic-bezier(0.9, 0.15, 0.15, 0.9);
  cursor: pointer;
  pointer-events: auto;
  border-bottom: 1px solid #E2DBCA;
}
@media screen and (max-width: 767px) {
  #tableau2 .item {
    height: 165px;
  }
}
#tableau2 .item:last-child {
  margin-bottom: 0;
}
#tableau2 .item-header {
  height: 135px;
  display: flex;
  align-items: center;
  position: relative;
  transition: background-color 0.4s cubic-bezier(0.9, 0.15, 0.15, 0.9);
}
@media screen and (max-width: 767px) {
  #tableau2 .item-header {
    height: 165px;
  }
}
#tableau2 .item-header .num {
  font-size: 80px;
  color: #D9B781;
  font-family: "zeitung-micro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  position: absolute;
  left: 0;
  top: 14px;
}
@media screen and (max-width: 767px) {
  #tableau2 .item-header .num {
    font-size: 50px;
    top: 48px;
  }
}
#tableau2 .item-header .txt {
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 20px;
  text-align: left;
  padding-left: 70px;
  position: relative;
  z-index: 2;
  margin-right: 180px;
}
@media screen and (max-width: 1023px) {
  #tableau2 .item-header .txt {
    font-size: 18px;
    margin-right: 120px;
  }
}
@media screen and (max-width: 767px) {
  #tableau2 .item-header .txt {
    padding-left: 50px;
    font-size: 15px;
    margin-right: 80px;
  }
}
#tableau2 .item-header .plus,
#tableau2 .item-header .moins {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #tableau2 .item-header .plus,
  #tableau2 .item-header .moins {
    transform: scale(0.75);
    right: 0;
  }
}
#tableau2 .item-header .plus {
  opacity: 1;
}
#tableau2 .item-content {
  padding: 0;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.9, 0.15, 0.15, 0.9);
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  #tableau2 .item-content {
    padding-left: 0;
  }
}
#tableau2 .item-content .t1 {
  color: #D9B781;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 16px;
  padding-bottom: 5px;
  margin-right: 220px;
}
@media screen and (max-width: 767px) {
  #tableau2 .item-content .t1 {
    font-size: 15px;
    margin-right: 0;
  }
}
#tableau2 .item-content .t2 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 1px;
  color: #000;
  padding-bottom: 30px;
  margin-right: 220px;
}
@media screen and (max-width: 767px) {
  #tableau2 .item-content .t2 {
    font-size: 15px;
    margin-right: 0;
  }
}
#tableau2 .item-content .puces {
  padding-bottom: 30px;
}
#tableau2 .item-content .puces li {
  position: relative;
  padding-bottom: 20px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #000;
  margin-left: 30px;
  margin-right: 220px;
  letter-spacing: 1px;
  line-height: 160%;
}
@media screen and (max-width: 1023px) {
  #tableau2 .item-content .puces li {
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  #tableau2 .item-content .puces li {
    font-size: 15px;
    margin-right: 0px;
  }
}
#tableau2 .item-content .puces li:before {
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transform-origin: center;
  background-color: #D9B781;
  position: absolute;
  top: 10px;
  color: #D9B781;
  left: -30px;
}
#tableau2 .item-content .puces li b {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
#tableau2 .item-content .puces li:last-child {
  padding-bottom: 0;
}
#tableau2 .active {
  background-color: #FFFFFF !important;
}
#tableau2 .active .item-header .plus {
  opacity: 0;
}
#tableau2 .active .item-header .moins {
  opacity: 1;
}
#tableau2 .active .item-header .lot {
  opacity: 1;
}
#tableau2 .active .item-content {
  opacity: 1;
}
.stickyBtn {
  position: fixed;
  z-index: 123;
  margin: 0;
  padding: 0;
  width: 100%;
  bottom: 0;
  background-color: #0C273C;
  height: 90px;
  display: none;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1279px) {
  .stickyBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.stickyBtn button {
  width: 100%;
  color: #FFFFFF;
  background-color: transparent;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  font-size: 22px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  transition: all 0.125s ease-in-out;
}
.stickyBtn button p {
  font-size: 26px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .stickyBtn button p {
    font-size: 18px;
  }
}
.stickyBtn button p b {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .stickyBtn button p b {
    font-size: 18px;
  }
}
.stickyBtn button:hover {
  filter: brightness(1.1);
}
.stickyBtn2 {
  position: fixed;
  z-index: 123;
  margin: 0;
  padding: 0;
  width: 100%;
  bottom: 0;
  background-color: #00293E;
  height: 70px;
  display: none;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1023px) {
  .stickyBtn2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.stickyBtn2 button {
  width: 100%;
  color: #FFFFFF;
  background-color: transparent;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  font-size: 22px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  transition: all 0.125s ease-in-out;
}
.stickyBtn2 button p {
  font-size: 26px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .stickyBtn2 button p {
    font-size: 18px;
  }
}
.stickyBtn2 button p b {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .stickyBtn2 button p b {
    font-size: 18px;
  }
}
.stickyBtn2 button:hover {
  filter: brightness(1.1);
}
.stickyNav {
  width: 100%;
  position: fixed;
  z-index: 123;
  height: 65px;
  background-color: white;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-90px);
}
@media screen and (max-width: 1023px) {
  .stickyNav {
    display: none;
  }
}
.stickyNav .stickyNav-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stickyNav .stickyNav-content .logo {
  position: absolute;
  width: 70px;
  left: 30px;
  height: auto;
}
.stickyNav .stickyNav-content .b1-menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 65px;
  pointer-events: all;
  z-index: 50;
}
.stickyNav .stickyNav-content .b1-menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.stickyNav .stickyNav-content .b1-menu ul li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.stickyNav .stickyNav-content .b1-menu ul li:last-child {
  background-color: rgba(217, 183, 129, 0.52);
}
.stickyNav .stickyNav-content .b1-menu ul li:last-child button {
  padding: 0 80px;
}
.stickyNav .stickyNav-content .b1-menu ul li:last-child button::before {
  background-color: #fff;
}
.stickyNav .stickyNav-content .b1-menu ul li button {
  width: 100%;
  height: 100%;
  color: #00293E;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "zeitung-micro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 16px;
  padding: 0 60px;
  position: relative;
}
.stickyNav .stickyNav-content .b1-menu ul li button:hover {
  cursor: pointer;
}
.stickyNav .stickyNav-content .b1-menu ul li button:hover:before {
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .stickyNav .stickyNav-content .b1-menu ul li button {
    font-size: 13px;
    padding: 0 40px;
  }
}
.stickyNav .stickyNav-content .b1-menu ul li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #D9B781;
  transform-origin: center;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
  opacity: 0;
  transition: opacity 0.5s 0.125s ease-in-out;
}
.stickyNav .stickyNav-content .b1-menu ul li .btn-invest {
  font-family: "zeitung-micro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.stickyNavBlue {
  width: 100%;
  position: fixed;
  z-index: 123;
  height: 65px;
  background-color: #00293E;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-90px);
}
@media screen and (max-width: 1023px) {
  .stickyNavBlue {
    display: none;
  }
}
.stickyNavBlue .stickyNav-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stickyNavBlue .stickyNav-content .logo {
  position: absolute;
  width: 70px;
  left: 30px;
  height: auto;
}
.stickyNavBlue .stickyNav-content .logoIdwan {
  position: absolute;
  width: 80px;
  left: 130px;
  top: 0;
  height: auto;
}
.stickyNavBlue .stickyNav-content .b1-menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 65px;
  pointer-events: all;
  z-index: 50;
}
.stickyNavBlue .stickyNav-content .b1-menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.stickyNavBlue .stickyNav-content .b1-menu ul li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.stickyNavBlue .stickyNav-content .b1-menu ul li:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.stickyNavBlue .stickyNav-content .b1-menu ul li:last-child button {
  padding: 0 80px;
}
.stickyNavBlue .stickyNav-content .b1-menu ul li:last-child button::before {
  background-color: #fff;
  opacity: 1;
}
.stickyNavBlue .stickyNav-content .b1-menu ul li button {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "zeitung-micro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 16px;
  padding: 0 60px;
  position: relative;
}
.stickyNavBlue .stickyNav-content .b1-menu ul li button:hover {
  cursor: pointer;
}
.stickyNavBlue .stickyNav-content .b1-menu ul li button:hover:before {
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .stickyNavBlue .stickyNav-content .b1-menu ul li button {
    font-size: 13px;
    padding: 0 40px;
  }
}
.stickyNavBlue .stickyNav-content .b1-menu ul li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #D9B781;
  transform-origin: center;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
  opacity: 0;
  transition: opacity 0.5s 0.125s ease-in-out;
}
.stickyNavBlue .stickyNav-content .b1-menu ul li .btn-invest {
  font-family: "zeitung-micro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
form {
  padding: 0 0 40px 0;
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media screen and (max-width: 1919px) {
  form {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1279px) {
  form {
    max-width: 440px;
    width: calc(100% - 80px);
  }
}
form .msgEr {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
form .msgEr label {
  padding: 6px 14px;
}
form .error2 {
  font-size: 12px !important;
  color: white !important;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  display: none;
  border: 2px solid #D9B781;
  background-color: #D9B781;
  border-radius: 20px;
  margin-top: 10px;
}
form .intro1 {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
form .intro1 p {
  font-size: 26px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  form .intro1 p {
    font-size: 20px;
  }
}
form .intro1 p b {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  form .intro1 p b {
    font-size: 24px;
  }
}
form .intro2 {
  padding-bottom: 15px;
}
form .intro2 p {
  font-size: 18px;
  font-family: "zeitung-micro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #FFFFFF;
  text-align: center;
}
form .row {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  form .row {
    flex-direction: column;
    align-items: center;
  }
}
form .row .input {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  form .row .input {
    margin-right: 0;
  }
}
form .row .input:last-child {
  margin-right: 0;
}
form .row .input .input-field,
form .row .input .input-textarea {
  width: -webkit-fill-available;
  width: -moz-available;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  position: relative;
  margin: 0;
  color: #000000;
  font-size: 15px;
  font-family: "zeitung-micro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  transition: border 0.125s ease-in-out;
  box-shadow: none !important;
}
form .row .input .input-label {
  color: #73877c;
  font-size: 15px;
  pointer-events: none;
  padding: 5px 0;
  font-family: "zeitung-micro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  position: absolute;
  left: 15px;
  top: 7px;
  z-index: 2;
  transition: opacity 0.125s ease-in-out;
}
form .row .input .input-field {
  height: 40px;
  padding: 0 15px;
}
form .row .input .input-textarea {
  resize: none;
  min-height: 42px;
  height: 150px;
  padding: 15px;
}
form .row .input .input-field:focus,
form .row .input .input-textarea:focus,
form .row .input .input-field:valid,
form .row .input .input-textarea:valid,
form .row .input .input-field:not(:placeholder-shown):not(:focus):invalid,
form .row .input .input-textarea:not(:placeholder-shown):not(:focus):invalid {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
form .row .input .input-field:focus + .input-label,
form .row .input .input-textarea:focus + .input-label,
form .row .input .input-field:valid + .input-label,
form .row .input .input-textarea:valid + .input-label,
form .row .input .input-field:not(:placeholder-shown):not(:focus):invalid + .input-label,
form .row .input .input-textarea:not(:placeholder-shown):not(:focus):invalid + .input-label {
  opacity: 0;
}
form .row .input .input-field::placeholder {
  color: #73877c;
}
form .row .input .error {
  background-image: url("../images/ico_error.svg");
  background-size: contain;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 13px;
  right: 10px;
  display: none;
  z-index: 5;
}
form .row .select {
  position: relative;
  padding-bottom: 30px;
}
form .row .select input {
  cursor: pointer;
  text-align: center;
  color: white !important;
}
form .row .select .input-label {
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  pointer-events: none;
}
form .row .select .input-label.active {
  color: #FFFFFF !important;
}
form .row .select .arrow {
  position: absolute;
  right: 5px;
  top: 15px;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  align-content: center;
}
form .row .select .arrow img {
  transform: rotate(0deg);
  transform-origin: center;
}
form .row .select .select-offres-liste {
  position: absolute;
  z-index: 2;
  top: 32px;
  left: -10px;
  list-style-type: none;
  margin: 0;
  width: 100%;
  background-color: #ffffff;
  margin: 10px;
  padding: 10px 0;
  display: none;
}
form .row .select .select-offres-liste li {
  font-size: 15px;
  color: #FFFFFF;
  padding: 5px 15px;
  text-align: center;
}
form .row .select .select-offres-liste li:hover {
  background-color: #efefef;
  cursor: pointer;
}
form .row .input-radio {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  color: #E2DBCA;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
form .row .input-radio input {
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background: none;
  background-color: #FFFFFF;
  appearance: none;
  padding: 0;
  margin: 0;
  pointer-events: none;
}
form .row .input-radio input:focus {
  outline: none;
}
form .row .input-radio input:checked {
  background-color: #D9B781;
  border: 2px solid white;
}
form .row .input-radio .label-radio {
  padding: 6px;
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
form .row .input-radio .label-radio:hover {
  background-color: #F5F5F515;
}
form .row .input-radio span {
  padding-left: 10px;
  font-size: 18px;
}
form .row .input-projet {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
}
form .row .input-projet .label-radio {
  margin-bottom: 0;
}
form .row .input-projet .input-radio {
  justify-content: space-evenly !important;
}
form .row .input-optin {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
form .row .input-optin .label-radio {
  margin-top: 8px;
  margin-bottom: 0;
}
form .row .input-optin .input-radio {
  justify-content: space-evenly;
  width: 60%;
  margin: 0 auto;
}
form .row .input-optin .input-radio input {
  width: 18px;
  height: 18px;
}
form .row .input-optin .input-radio .label-radio span {
  font-size: 14px;
  padding-left: 6px;
}
form .row .input-optin > span {
  width: 100%;
  text-align: center;
  font-family: "zeitung-micro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #E2DBCA;
  font-size: 12px;
  line-height: 140%;
}
form .row .input-optin > span a {
  color: #E2DBCA;
  text-decoration: underline !important;
}
form .row .formButtonValidation,
form .row #formloader,
form .row #formloader2 {
  height: 48px;
}
form .row .formButtonValidation {
  background-color: #D9B781;
  border: 1px solid #D9B781 !important;
  width: 235px;
  height: 48px;
  color: #FFFFFF;
  text-align: center;
  border: none;
  outline: none;
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.125s ease-in-out;
  font-family: "zeitung-micro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  transition: all 0.25s cubic-bezier(0.75, 0, 0.25, 1);
}
form .row .formButtonValidation:hover {
  filter: brightness(1.1);
}
form .row #formloader,
form .row #formloader2 {
  text-align: center;
}
form .row #formloader svg path,
form .row #formloader2 svg path,
form .row #formloader svg rect,
form .row #formloader2 svg rect {
  fill: #000000;
}
form .row .mentions {
  display: block;
  padding: 15px 0 30px 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 10px;
  color: #E2DBCA;
  text-align: center;
}
form .row .mentions2 {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  text-align: center;
  font-size: 12px;
  color: #E2DBCA;
  width: auto;
}
@media screen and (max-width: 1279px) {
  form .row .mentions2 {
    text-align: center;
    padding-bottom: 0;
  }
}
form .row .mentions2 a {
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  text-decoration: underline;
  white-space: nowrap;
}
form #msgConfirmation,
form #msgConfirmation2 {
  display: none;
  text-align: center;
}
form #msgConfirmation p,
form #msgConfirmation2 p {
  margin: 0 0 30px 0;
  padding: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 16px;
  border-bottom: 2px solid #D9B781;
  border-top: 2px solid #D9B781;
  color: #FFFFFF;
}
form #website,
form #website2 {
  display: none !important;
  visibility: hidden;
}
input {
  appearance: none;
  border-radius: 0;
}
.easy-autocomplete {
  width: 100% !important;
}
.easy-autocomplete input {
  width: 100%;
  border-radius: 0 !important;
}
.easy-autocomplete-container {
  text-align: left;
}
.easy-autocomplete-container ul {
  border-radius: 0 !important;
}
.easy-autocomplete-container li {
  font-size: 15px !important;
}
.footer {
  position: relative;
}
.footer .b2-g-b4 {
  width: 100%;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F6F4;
}
@media screen and (max-width: 767px) {
  .footer .b2-g-b4 {
    height: auto;
  }
}
.footer .b2-g-b4 > .content {
  height: 100%;
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .b2-g-b4 > .content {
    flex-direction: column;
    height: auto;
    padding: 30px 0;
  }
}
.footer .b2-g-b4 .bp,
.footer .b2-g-b4 .tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 394px;
}
@media screen and (max-width: 767px) {
  .footer .b2-g-b4 .bp,
  .footer .b2-g-b4 .tel {
    width: auto;
  }
}
.footer .b2-g-b4 .bp p,
.footer .b2-g-b4 .tel p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #021D2F;
  font-size: 14px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .footer .b2-g-b4 .tel {
    padding-top: 30px;
  }
}
.footer .b2-g-b4 .tel a {
  color: #D9B781;
  text-decoration: none;
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  height: 46px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .footer .b2-g-b4 .tel a {
    height: auto;
  }
}
.footer .b2-g-b5 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.footer .b2-g-b5 .mentions {
  padding: 20px 0;
}
@media screen and (max-width: 1279px) {
  .footer .b2-g-b5 .mentions {
    display: flex;
    flex-direction: column;
  }
}
.footer .b2-g-b5 .mentions button {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  position: relative;
  margin: 0 20px;
  font-size: 12px;
}
@media screen and (max-width: 1279px) {
  .footer .b2-g-b5 .mentions button {
    margin-bottom: 20px;
    text-decoration: underline;
  }
}
.footer .b2-g-b5 .mentions button:hover {
  text-decoration: underline;
}
.footer .b2-g-b5 .mentions button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -24px;
  content: "";
  margin: auto;
  text-decoration: none !important;
}
@media screen and (max-width: 1279px) {
  .footer .b2-g-b5 .mentions button::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20px;
  }
}
.footer .b2-g-b5 .mentions button:last-child::after {
  content: none;
}
.popins {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1234567;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  display: none;
  /* Firefox */
  /* Chrome, Edge, and Safari */
}
.popins * {
  scrollbar-width: auto;
  scrollbar-color: #ccc #FFFFFF;
}
.popins *::-webkit-scrollbar {
  width: 12px;
}
.popins *::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.popins *::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  border: 4px solid #FFFFFF;
}
.popins .popin {
  background-color: #FFFFFF;
  width: 720px;
  max-height: 80%;
  height: auto;
  position: relative;
  margin: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0;
}
.popins .popin .popin-header {
  position: relative;
}
.popins .popin .popin-header .popinArt {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 575px) {
  .popins .popin .popin-header .popinArt {
    width: 60px;
    height: auto;
  }
}
.popins .popin .popin-header h1 {
  font-size: 34px;
  padding: 60px 40px 60px 40px;
  text-align: left;
  color: #000000;
  width: auto;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  text-transform: uppercase;
}
.popins .popin .popin-header h1::after {
  content: "";
  display: none;
}
@media screen and (max-width: 575px) {
  .popins .popin .popin-header h1 {
    padding: 30px 60px 30px 20px;
    font-size: 20px;
  }
}
.popins .popin .popin-header button {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  text-align: center;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  transition: opacity 0.125s ease-in-out;
  font-size: 28px;
}
.popins .popin .popin-header button:hover {
  opacity: 0.5;
}
.popins .popin .popin-content {
  color: #000000;
  height: 100%;
  overflow-y: auto;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .popins .popin .popin-content {
    margin-bottom: 20px;
  }
}
.popins .popin .popin-content > div {
  overflow: hidden;
  margin: 0 40px 40px 40px;
}
@media screen and (max-width: 575px) {
  .popins .popin .popin-content > div {
    margin: 0 20px 20px 20px;
  }
}
.popins .popin .popin-content > div .tableau {
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  padding-bottom: 20px;
}
.popins .popin .popin-content > div .tableau table,
.popins .popin .popin-content > div .tableau tr,
.popins .popin .popin-content > div .tableau td {
  border: 1px solid #000000;
  height: auto;
  color: #5d6968;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 14px;
}
.popins .popin .popin-content > div .tableau table {
  width: 100%;
  min-width: 575px;
}
.popins .popin .popin-content > div .tableau tr:first-child {
  background-color: #eee;
}
.popins .popin .popin-content > div .tableau td {
  text-align: center;
  padding: 20px;
}
.popins .popin .popin-content > div .tableau td span {
  padding-top: 10px;
  font-size: 11px;
  line-height: 120%;
  display: block;
}
.popins .popin .popin-content > div .tableau::-webkit-scrollbar {
  display: none !important;
}
.popins .popin .popin-content > div h4 {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  padding-bottom: 10px;
  color: #000000;
}
.popins .popin .popin-content > div p {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  padding-bottom: 20px;
  line-height: 150%;
  color: #5d6968;
}
.popins .popin .popin-content > div p:last-child {
  padding-bottom: 0;
}
.popins .popin .popin-content > div li {
  list-style: none;
  position: relative;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  padding-bottom: 20px;
  line-height: 150%;
  color: #5d6968;
}
.popins .popin .popin-content > div li::before {
  content: "●";
  position: relative;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  padding-right: 10px;
  color: #5d6968;
}
.popins .popin .popin-content > div .soustitre {
  color: #5d6968;
  padding-bottom: 10px;
  font-size: 14px;
  font-style: italic;
}
.popins .popin .popin-content > div .soustitre::before {
  content: "•";
  padding-right: 10px;
}
.popins .popin .popin-content > div a {
  color: #5d6968;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  text-decoration: underline;
}
.popin-active {
  display: flex !important;
}
#slider {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#slider .swiper {
  width: 100%;
  height: 100%;
}
#slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
@media screen and (max-width: 1279px) {
  #slider .swiper-slide img {
    object-position: center;
  }
}
#slider .swiper-button-next,
#slider .swiper-button-prev {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  #slider .swiper-button-next,
  #slider .swiper-button-prev {
    transform: scale(0.7);
    transform-origin: center;
  }
}
.swiper-pagination {
  margin-bottom: 15px;
  z-index: 5;
  bottom: -50px !important;
}
.swiper-pagination-bullet {
  background-color: #000 !important;
  border-radius: 0 !important;
  transform-origin: center;
  transform: rotate(45deg);
  margin: 5px !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background-color: #D9B781 !important;
}
.fancybox__slide {
  padding: 0 30px !important;
}
.fancybox__content {
  padding: 10px !important;
  margin: 30px 0 !important;
}
