@import "reset.css";
.fontSpReg {
  font-family: "new-spirit", serif;
  font-weight: 400;
  font-style: normal;
}
.fontSpSBold {
  font-family: "new-spirit", serif;
  font-weight: 600;
  font-style: normal;
}
.fontSpBold {
  font-family: "new-spirit", serif;
  font-weight: 700;
  font-style: normal;
}
.fontHaasLig {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.fontHaasReg {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fontHaasBold {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.fontLight {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.fontReg {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fontBold {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.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: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-style: normal;
  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,
button {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
}
b,
strong {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 600;
  font-style: normal;
}
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.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 760px;
}
@media screen and (max-width: 1279px) {
  .b1 {
    height: calc(100vh - 190px);
    height: calc(100dvh - 190px);
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .b1 {
    height: calc(100vh - 210px);
    height: calc(100dvh - 210px);
    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(237.11deg, rgba(23, 23, 23, 0.17) 17.95%, rgba(23, 23, 23, 0.63) 98.88%);
}
.b1 .b1-grad-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 450px;
  background: linear-gradient(180deg, rgba(23, 23, 23, 0) 69.8%, rgba(23, 23, 23, 0.441) 100%);
  transform: rotateZ(180deg);
}
.b1 .b1-grad-bot {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 450px;
  background: linear-gradient(180deg, rgba(23, 23, 23, 0) 69.8%, rgba(23, 23, 23, 0.441) 100%);
}
.b1 .b1-logo {
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: top left;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .b1 .b1-logo {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 264px;
  }
}
.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 {
    top: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .b1 .b1-txt {
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .b1 .b1-txt {
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 35px;
  }
}
.b1 .b1-txt p {
  color: #FFFFFF;
}
.b1 .b1-txt .b1-txt1 {
  font-family: "new-spirit", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #FCEFDB;
  line-height: 140%;
  max-width: 760px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  .b1 .b1-txt .b1-txt1 {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .b1 .b1-txt .b1-txt1 {
    font-size: 22px;
    text-align: center;
    margin: 0 20px;
    width: auto;
    max-width: none;
  }
}
.b1 .b1-txt .b1-txt1 b {
  font-family: "new-spirit", serif;
  font-weight: 600;
  font-style: normal;
}
.b1 .b1-txt .b1-txt1 .prog {
  font-family: "new-spirit", serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .b1 .b1-txt .b1-txt1 .prog {
    font-size: 32px;
    margin-bottom: -15px;
    display: block;
  }
}
.b1 .b1-txt .b1-txt2 {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-style: normal;
  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;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 1279px) {
  .b2 .b1-content .b1-g {
    width: 100%;
    align-items: center;
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .b2 .b1-content .b1-g {
    height: 130px;
  }
}
.b2 .b1-content .b1-g .pan-av {
  background-color: #70948F;
  color: #ffffff;
  font-family: "new-spirit", serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  width: 220px;
  height: 54px;
  font-size: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1279px) {
  .b2 .b1-content .b1-g .pan-av {
    text-align: center;
    margin: 0 auto;
    height: 44px;
    font-size: 22px;
    width: 100%;
  }
}
.b2 .b1-content .b1-g .b1-g-b1 {
  position: relative;
  width: calc(100% - 100px);
  margin-left: 100px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .b2 .b1-content .b1-g .b1-g-b1 {
    margin-left: 0;
    width: 100%;
    justify-content: center;
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .b2 .b1-content .b1-g .b1-g-b1 {
    height: 130px;
  }
}
.b2 .b1-content .b1-g .b1-g-b1 p {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 24px;
  text-align: left;
  padding: 20px 40px;
  padding-left: 0;
  padding-top: 0;
  line-height: 110%;
  text-align: right;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1620px) {
  .b2 .b1-content .b1-g .b1-g-b1 p {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .b2 .b1-content .b1-g .b1-g-b1 p {
    margin: 0 100px;
    width: 100%;
    text-align: center;
    color: #2f2f2f;
    text-shadow: none;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .b2 .b1-content .b1-g .b1-g-b1 p {
    margin: 0 20px;
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .b2 .b1-content .b1-g .b1-g-b1 p .mobHide767 {
    display: none;
  }
}
.b2 .b1-content .b1-g .b1-g-b1 p b {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.b2 .b1-content .b1-g .b1-g-b1 b {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: 110%;
}
.b2 .b1-content .b1-g .b1-g-b1 b.padBot10 {
  display: block;
  padding-bottom: 10px;
}
@media screen and (max-width: 1279px) {
  .b2 .b1-content .b1-g .b1-g-b1 b {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .b2 .b1-content .b1-g .b1-g-b1 b {
    font-size: 18px;
  }
}
.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 (min-width: 1280px) and (max-width: 1440px) {
  .b2 .b1-content .b1-d {
    margin-right: 80px;
  }
}
@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: #9A6B41;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .b2 .b1-content .b1-d .b1-d-b1 {
    border-radius: 0;
  }
}
.stickyBtn {
  position: fixed;
  z-index: 123;
  margin: 0;
  padding: 0;
  width: 100%;
  bottom: 0;
  background-color: #9A6B41;
  height: 80px;
  display: none;
}
@media screen and (max-width: 1279px) {
  .stickyBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.stickyBtn button {
  width: 100%;
  color: #F5F2E4;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  font-size: 22px;
  transition: all 0.125s ease-in-out;
}
.stickyBtn button p {
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  line-height: 120%;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .stickyBtn button p {
    margin: 0 20px;
  }
}
.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: "neue-haas-unica", sans-serif;
  font-weight: 600;
  font-style: normal;
  transition: all 0.125s ease-in-out;
}
.stickyBtn2 button p {
  font-size: 26px;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-style: normal;
  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: "neue-haas-unica", sans-serif;
  font-weight: 600;
  font-style: normal;
  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: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-style: normal;
  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: "neue-haas-unica", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.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: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-style: normal;
  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: "neue-haas-unica", sans-serif;
  font-weight: 600;
  font-style: normal;
}
form {
  padding: 0 0 40px 0;
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media screen and (min-width: 1280px) and (max-height: 880px) {
  form {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1919px) {
  form {
    width: calc(100% - 100px);
  }
}
@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: "neue-haas-unica", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: none;
  border: 2px solid #e4575d;
  background-color: #e4575d;
  border-radius: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 1280px) and (max-height: 880px) {
  form .error2 {
    margin-top: 2px;
  }
}
form .intro1 {
  padding-top: 30px;
  display: flex;
  align-items: flex-start !important;
  justify-content: center;
}
@media screen and (min-width: 1280px) and (max-height: 880px) {
  form .intro1 {
    padding-top: 20px;
  }
}
form .intro1 p {
  font-size: 26px;
  color: #E1D7C5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  form .intro1 p {
    font-size: 20px;
  }
}
form .intro1 p b {
  font-family: inherit;
}
form .intro1 .prog {
  padding-bottom: 30px;
  margin: 0 auto;
}
form .intro1 .prog img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1280px) and (max-height: 880px) {
  form .intro1 .prog {
    padding-bottom: 20px;
  }
  form .intro1 .prog img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  form .intro1 .prog {
    font-size: 46px;
  }
}
form .intro1 .pi1 {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 110%;
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  color: #FCEFDB;
  border-top: 1px solid #FCEFDB;
  border-bottom: 1px solid #FCEFDB;
}
@media screen and (min-width: 1280px) and (max-height: 880px) {
  form .intro1 .pi1 {
    font-size: 16px;
  }
  form .intro1 .pi1 .hideSmallScreen {
    display: none;
  }
}
form .intro1 .pi2 {
  padding: 20px 0;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto;
  font-size: 18px;
  line-height: 110%;
  text-align: center;
  color: #FCEFDB;
}
@media screen and (min-width: 1280px) and (max-height: 880px) {
  form .intro1 .pi2 {
    font-size: 16px;
    padding: 10px 0;
  }
}
form .intro2 {
  padding-bottom: 15px;
}
form .intro2 p {
  font-size: 18px;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  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: #FCEFDB;
  border: 1px solid #FCEFDB;
  position: relative;
  border-radius: 8px;
  margin: 0;
  color: #9A6B41;
  font-size: 15px;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  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: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  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: #9A6B41;
}
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: #FCEFDB;
  font-family: "new-spirit", serif;
  font-weight: 400;
  font-style: normal;
}
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: #70948F;
  border: 2px solid #FFFFFF;
}
form .row .input-radio .label-radio {
  padding: 6px 10px 6px 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: 16px;
}
form .row .input-projet {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1280px) and (max-height: 880px) {
  form .row .input-projet {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
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;
}
@media screen and (min-width: 1280px) and (max-height: 880px) {
  form .row .input-optin {
    padding-bottom: 10px;
  }
}
form .row .input-optin .label-radio {
  margin-top: 8px;
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) and (max-height: 880px) {
  form .row .input-optin .label-radio {
    margin-top: 2px;
  }
}
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: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FCEFDB;
  font-size: 12px;
  line-height: 140%;
}
form .row .input-optin > span a {
  color: #FCEFDB;
  text-decoration: underline !important;
}
form .row .formButtonValidation,
form .row #formloader,
form .row #formloader2 {
  height: 53px;
}
form .row .formButtonValidation {
  background-color: #FCEFDB;
  border: 1px solid #FCEFDB !important;
  border-radius: 13px;
  width: 235px;
  height: 53px;
  color: #9A6B41;
  text-align: center;
  border: none;
  outline: none;
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.125s ease-in-out;
  font-family: "new-spirit", serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  transition: all 0.25s cubic-bezier(0.75, 0, 0.25, 1);
  letter-spacing: 0.14em;
}
form .row .formButtonValidation:hover {
  filter: brightness(1.05);
}
form .row #formloader,
form .row #formloader2 {
  text-align: center;
  justify-content: center !important;
  flex-direction: row !important;
  align-items: center !important;
}
form .row #formloader svg path,
form .row #formloader2 svg path,
form .row #formloader svg rect,
form .row #formloader2 svg rect {
  fill: #FFFFFF;
}
form .row #formloader p,
form .row #formloader2 p {
  margin-left: 10px;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 14px;
}
form .row .mentions {
  display: block;
  padding: 15px 0;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  color: #FCEFDB;
  text-align: center;
}
@media screen and (min-width: 1280px) and (max-height: 880px) {
  form .row .mentions {
    padding: 8px 0;
  }
}
form .row .mentions2 {
  display: block;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 12px;
  color: #FCEFDB;
  width: auto;
  line-height: 140%;
}
@media screen and (max-width: 1279px) {
  form .row .mentions2 {
    text-align: center;
    padding-bottom: 0;
  }
}
form .row .mentions2 a {
  color: #E1D7C5;
  font-family: "new-spirit", serif;
  font-weight: 400;
  font-style: normal;
  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: "neue-haas-unica", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  color: #E1D7C5;
}
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: #ffffff;
}
@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: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2f2f2f;
  font-size: 14px;
  padding-bottom: 10px;
}
.footer .b2-g-b4 .bp img {
  max-width: 220px;
  height: auto;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .footer .b2-g-b4 .tel {
    margin-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .footer .b2-g-b4 .tel {
    padding-top: 30px;
  }
}
.footer .b2-g-b4 .tel a {
  color: #2f2f2f;
  text-decoration: none;
  font-size: 36px;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 600;
  font-style: normal;
  height: 46px;
  display: flex;
  align-items: center;
  margin-top: -8px;
  letter-spacing: 2px;
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}
@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: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  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: #255244;
  line-height: 100%;
  width: auto;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 600;
  font-style: normal;
  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: 34px;
  }
}
.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: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: opacity 0.125s ease-in-out;
  font-size: 28px;
}
.popins .popin .popin-header button:hover {
  opacity: 0.5;
}
.popins .popin .popin-content {
  color: #2F2F2F;
  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 #2F2F2F;
  height: auto;
  color: #5d6968;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  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: 20px;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-bottom: 10px;
  color: #2F2F2F;
  letter-spacing: normal !important;
}
.popins .popin .popin-content > div p {
  font-size: 14px;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal !important;
  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: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 20px;
  line-height: 150%;
  color: #5d6968;
  letter-spacing: normal !important;
}
.popins .popin .popin-content > div li::before {
  content: "●";
  position: relative;
  font-size: 14px;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  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: "neue-haas-unica", sans-serif;
  font-weight: 600;
  font-style: normal;
  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;
}
