@import "reset.css";
.fontLight {
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.fontReg {
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.fontBold {
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
  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: calc(var(--vh, 1vh) * 100);
  min-height: 100dvh;
  color: #4a4a4a;
  font-family: "acumin-pro", 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: "acumin-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  line-height: 180%;
}
b,
strong {
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
  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;
  }
}
.intro {
  position: fixed;
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  z-index: 222;
  pointer-events: none;
  background-color: #FFFFFF;
}
.intro .intro-bg {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #447C87;
  position: relative;
}
.intro .intro-bg .logo1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .intro .intro-bg .logo1 {
    width: 180px;
    height: auto;
  }
}
.intro .intro-bg .logo2 {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 23%;
  margin: auto;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro .intro-bg .arbres {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .intro .intro-bg .arbres img {
    width: 120%;
  }
}
.intro-clip {
  clip-path: polygon(20% 20%, 80% 20%, 80% 80%, 20% 80%);
}
.slider-clip {
  clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
}
.stickyBtn {
  position: fixed;
  z-index: 123456;
  margin: 0;
  padding: 0;
  width: 100%;
  bottom: 0;
  background-color: #FF8966;
  height: 70px;
  display: none;
  transform: translateY(70px);
}
@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: "acumin-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  transition: all 0.125s ease-in-out;
}
.stickyBtn button p {
  font-size: 26px;
  font-family: "acumin-pro", 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: 20px;
  }
}
.stickyBtn button p b {
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .stickyBtn button p b {
    font-size: 24px;
  }
}
.stickyBtn button:hover {
  filter: brightness(1.1);
}
#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 {
  margin: 0;
  color: #FF8966;
  z-index: 10;
  background-color: rgba(255 255 255 / 70%);
  transform: scaleY(1.5);
}
@media screen and (max-width: 767px) {
  #slider .swiper-button-next,
  #slider .swiper-button-prev {
    margin: 0 5px;
    transform: scale(0.7);
    display: none;
  }
}
#slider .swiper-button-next {
  right: 0;
  padding: 30px 5px 30px 15px;
  border-radius: 50px 0 0 50px;
}
#slider .swiper-button-next:after {
  content: url("../images/arrow.svg");
  transform: scaleY(0.75);
}
#slider .swiper-button-prev {
  left: 0;
  padding: 30px 15px 30px 5px;
  border-radius: 0 50px 50px 0;
}
#slider .swiper-button-prev:after {
  content: url("../images/arrow.svg");
  transform: rotate(180deg) scaleY(0.75);
}
.swiper-pagination {
  margin-bottom: 15px;
  z-index: 5;
}
.swiper-pagination-bullet {
  background-color: #FFFFFF !important;
}
.bloc1 {
  position: relative;
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1279px) {
  .bloc1 {
    height: calc(100vh - 70px);
    height: calc(100dvh - 70px);
  }
}
.bloc1 .slider-bg {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ccc;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .bloc1 .slider-bg {
    height: calc(100vh - 70px);
    height: calc(100dvh - 70px);
  }
}
.bloc1 .slider-bg .logo {
  background-color: #447C87;
  width: 230px;
  height: 215px;
  position: absolute;
  z-index: 2;
  left: 120px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .bloc1 .slider-bg .logo {
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .bloc1 .slider-bg .logo {
    left: 20px;
    transform-origin: top left;
    transform: scale(0.55);
  }
}
.bloc1 .slider-bg .logo img {
  width: 60%;
  height: auto;
}
.bloc1 .slider-bg .b1-txt {
  position: absolute;
  z-index: 2;
  left: 120px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .bloc1 .slider-bg .b1-txt {
    bottom: 270px;
  }
}
@media screen and (max-width: 1023px) {
  .bloc1 .slider-bg .b1-txt {
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .bloc1 .slider-bg .b1-txt {
    left: 20px;
  }
}
.bloc1 .slider-bg .b1-txt p {
  color: #FFFFFF;
  font-size: 42px;
  text-transform: uppercase;
  width: auto;
  position: relative;
  z-index: 2;
  text-align: left;
  display: inline;
  /* keep the background color wrapped tight */
  padding: 0 20px 4px 20px;
  background-color: #FF8966AA;
}
@media screen and (min-width: 1441px) {
  .bloc1 .slider-bg .b1-txt p {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  .bloc1 .slider-bg .b1-txt p {
    font-size: 30px;
    padding: 0 10px 4px 10px;
  }
}
.bloc1 .slider-bg .b1-txt .b1-t1 {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  line-height: 120%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bloc1 .slider-bg .b1-txt .b1-t2 {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  line-height: 120%;
  padding-top: 0;
  padding-bottom: 5px;
}
.bloc1 .slider-bg .b1-po,
.bloc1 .slider-bg .b1-po-bg {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 490px;
  height: 190px;
}
@media screen and (max-width: 1279px) {
  .bloc1 .slider-bg .b1-po,
  .bloc1 .slider-bg .b1-po-bg {
    left: 120px;
    right: auto;
    margin: auto;
    bottom: 60px;
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 1023px) {
  .bloc1 .slider-bg .b1-po,
  .bloc1 .slider-bg .b1-po-bg {
    left: 60px;
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 767px) {
  .bloc1 .slider-bg .b1-po,
  .bloc1 .slider-bg .b1-po-bg {
    left: 20px;
    width: calc(100% - 50px);
  }
}
.bloc1 .slider-bg .b1-po {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloc1 .slider-bg .b1-po .b1-po-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 10px;
}
.bloc1 .slider-bg .b1-po .b1-po-content .t1 {
  text-transform: uppercase;
  color: #FF8966;
  font-size: 30px;
  text-align: center;
  z-index: 2;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  line-height: 100%;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .bloc1 .slider-bg .b1-po .b1-po-content .t1 {
    font-size: 24px;
    text-align: left;
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}
.bloc1 .slider-bg .b1-po .b1-po-content .t2 {
  color: #fff;
  font-size: 20px;
  z-index: 2;
  text-align: center;
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .bloc1 .slider-bg .b1-po .b1-po-content .t2 {
    font-size: 16px;
    text-align: left;
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}
.bloc1 .slider-bg .b1-po .b1-po-content .t3 {
  color: #fff;
  font-size: 18px;
  z-index: 2;
  text-align: center;
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .bloc1 .slider-bg .b1-po .b1-po-content .t3 {
    font-size: 16px;
    text-align: left;
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}
.bloc1 .slider-bg .b1-po-bg {
  z-index: 2;
  background-color: rgba(68 124 135 / 85%);
  mix-blend-mode: multiply;
  opacity: 1;
  border-left: 10px solid #FF8966;
}
.bloc2 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.bloc2 .bloc2-1 {
  height: 185px;
  width: 100%;
  background-color: #447c87;
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-1 {
    height: 140px;
  }
}
.bloc2 .bloc2-1 .bloc2-1-content {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .bloc2 .bloc2-1 .bloc2-1-content {
    max-width: 1280px;
  }
}
.bloc2 .bloc2-1 .bloc2-1-content .colG {
  display: flex;
  align-items: center;
}
.bloc2 .bloc2-1 .bloc2-1-content .txt {
  position: absolute;
  left: 94px;
}
@media screen and (max-width: 1023px) {
  .bloc2 .bloc2-1 .bloc2-1-content .txt {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .bloc2 .bloc2-1 .bloc2-1-content .txt {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-1 .bloc2-1-content .txt {
    left: 0;
    width: 70%;
  }
}
.bloc2 .bloc2-1 .bloc2-1-content .txt .t1 {
  color: #FFFFFF;
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-1 .bloc2-1-content .txt .t1 {
    font-size: 20px;
  }
}
.bloc2 .bloc2-1 .bloc2-1-content .txt .t2 {
  color: #FFFFFF;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  line-height: 120%;
  font-size: 54px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-1 .bloc2-1-content .txt .t2 {
    font-size: 30px;
  }
}
.bloc2 .bloc2-1 .bloc2-1-content .deco {
  position: relative;
  width: 100%;
  height: 100%;
}
.bloc2 .bloc2-1 .bloc2-1-content .deco .d1 {
  position: absolute;
  left: -90px;
  top: 52px;
}
@media screen and (max-width: 1023px) {
  .bloc2 .bloc2-1 .bloc2-1-content .deco .d1 {
    left: -160px;
  }
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-1 .bloc2-1-content .deco .d1 {
    display: none;
  }
}
.bloc2 .bloc2-1 .bloc2-1-content .deco .d2 {
  position: absolute;
  right: 0;
  top: 12px;
}
@media screen and (max-width: 1439px) {
  .bloc2 .bloc2-1 .bloc2-1-content .deco .d2 {
    right: -150px;
  }
}
@media screen and (max-width: 1023px) {
  .bloc2 .bloc2-1 .bloc2-1-content .deco .d2 {
    right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-1 .bloc2-1-content .deco .d2 {
    width: 90px;
    height: auto;
    right: 0;
    top: 42px;
  }
}
.bloc2 .bloc2-2 {
  width: 100%;
}
.bloc2 .bloc2-2 .bloc2-2-content {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1439px) {
  .bloc2 .bloc2-2 .bloc2-2-content {
    max-width: 1280px;
  }
}
.bloc2 .bloc2-2 .bloc2-2-content .colG {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .bloc2 .bloc2-2 .bloc2-2-content .colG {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.bloc2 .bloc2-2 .bloc2-2-content .b1 {
  background-color: #FFFFFF;
  width: 470px;
  padding-top: 96px;
  z-index: 5;
}
@media screen and (max-width: 1279px) {
  .bloc2 .bloc2-2 .bloc2-2-content .b1 {
    width: 490px;
  }
}
@media screen and (max-width: 1023px) {
  .bloc2 .bloc2-2 .bloc2-2-content .b1 {
    z-index: 1;
    padding-top: 156px;
  }
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-2 .bloc2-2-content .b1 {
    width: 100%;
  }
}
.bloc2 .bloc2-2 .bloc2-2-content .b1 li {
  position: relative;
  padding-bottom: 40px;
  font-size: 19px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #31373D;
  margin-left: 25px;
  margin-right: 90px;
}
@media screen and (max-width: 1023px) {
  .bloc2 .bloc2-2 .bloc2-2-content .b1 li {
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-2 .bloc2-2-content .b1 li {
    font-size: 16px;
  }
}
.bloc2 .bloc2-2 .bloc2-2-content .b1 li:before {
  content: "●";
  position: absolute;
  top: 0px;
  color: #FF8966;
  left: -25px;
  width: 14px;
  height: 8px;
}
.bloc2 .bloc2-2 .bloc2-2-content .b1 li b {
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.bloc2 .bloc2-2 .bloc2-2-content .b1 li:last-child {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-2 .bloc2-2-content .b1 li:last-child {
    padding-bottom: 60px;
  }
}
.bloc2 .bloc2-2 .bloc2-2-content .b1 .w75pc {
  width: 75% !important;
}
@media screen and (max-width: 1439px) {
  .bloc2 .bloc2-2 .bloc2-2-content .b1 .w75pc {
    width: auto;
  }
}
.bloc2 .bloc2-2 .bloc2-2-content .b1 .w80pc {
  width: 80% !important;
}
@media screen and (max-width: 1439px) {
  .bloc2 .bloc2-2 .bloc2-2-content .b1 .w80pc {
    width: auto;
  }
}
.bloc2 .bloc2-2 .bloc2-2-content .b2 {
  background-color: #f7f6f4;
  width: 368px;
  position: absolute;
  right: 80px;
  top: -45px;
  z-index: 2;
  height: 462px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .bloc2 .bloc2-2 .bloc2-2-content .b2 {
    right: -78px;
  }
}
@media screen and (max-width: 1279px) {
  .bloc2 .bloc2-2 .bloc2-2-content .b2 {
    right: -98px;
  }
}
@media screen and (max-width: 1023px) {
  .bloc2 .bloc2-2 .bloc2-2-content .b2 {
    position: relative;
    right: auto;
    left: 12px;
    width: 568px;
    top: -35px;
    height: 272px;
    width: 86%;
  }
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-2 .bloc2-2-content .b2 {
    width: 100%;
    left: 0;
    height: 192px;
  }
}
.bloc2 .bloc2-2 .bloc2-2-content .b2 .b2-content {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-2 .bloc2-2-content .b2 .b2-content {
    width: 90%;
  }
}
.bloc2 .bloc2-2 .bloc2-2-content .b2 .t1 {
  color: #447c87;
  text-transform: uppercase;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  line-height: 120%;
  font-size: 40px;
  padding-top: 20px;
  margin-left: 60px;
  margin-right: 40px;
}
@media screen and (max-width: 1023px) {
  .bloc2 .bloc2-2 .bloc2-2-content .b2 .t1 {
    text-align: center;
    margin: 0 auto;
    padding-top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-2 .bloc2-2-content .b2 .t1 {
    font-size: 26px;
  }
}
.bloc2 .bloc2-2 .bloc2-2-content .b2 .t2 {
  color: #4b4b4b;
  font-size: 26px;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  line-height: 120%;
  margin-left: 60px;
  margin-right: 40px;
}
@media screen and (max-width: 1023px) {
  .bloc2 .bloc2-2 .bloc2-2-content .b2 .t2 {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-2 .bloc2-2-content .b2 .t2 {
    font-size: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.bloc2 .bloc2-2 .bloc2-2-content .b2 .t2 span {
  color: #ff8966;
}
.bloc2 .bloc2-2 .bloc2-2-content .b2 .t2 b {
  font-size: 40px;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-2 .bloc2-2-content .b2 .t2 b {
    font-size: 26px;
  }
}
.bloc2 .bloc2-2 .bloc2-2-content .b2 img {
  position: absolute;
  bottom: -110px;
  right: -50px;
  width: 354px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .bloc2 .bloc2-2 .bloc2-2-content .b2 img {
    position: absolute;
    bottom: auto;
    top: 150px;
    right: 0;
    left: 0;
    width: 65%;
    height: auto;
    margin: 0 auto;
    max-height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-2 .bloc2-2-content .b2 img {
    width: 288px;
    top: 140px;
  }
}
.bloc2 .bloc2-3 {
  width: 100%;
}
.bloc2 .bloc2-3 .bloc2-3-content {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1439px) {
  .bloc2 .bloc2-3 .bloc2-3-content {
    max-width: 1280px;
  }
}
.bloc2 .bloc2-3 .bloc2-3-content .colG {
  display: flex;
  flex-direction: column;
}
.bloc2 .bloc2-3 .bloc2-3-content p {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  line-height: 120%;
  color: #447c87;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-3 .bloc2-3-content p {
    font-size: 30px;
  }
}
.bloc2 .bloc2-3 .bloc2-3-content .b1 {
  background-color: #F7F6F4;
  width: 790px;
  padding: 40px 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
}
@media screen and (max-width: 1279px) {
  .bloc2 .bloc2-3 .bloc2-3-content .b1 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-3 .bloc2-3-content .b1 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.bloc2 .bloc2-3 .bloc2-3-content .b1 .b1-t1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-3 .bloc2-3-content .b1 .b1-t1 {
    width: 80%;
  }
}
.bloc2 .bloc2-3 .bloc2-3-content .b1 .b1-t1 img {
  width: 130px;
  height: auto;
}
.bloc2 .bloc2-3 .bloc2-3-content .b1 .b1-t1 p {
  color: #31373d;
  font-size: 14px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  text-transform: none;
  padding-top: 48px;
  line-height: 150% !important;
}
.bloc2 .bloc2-3 .bloc2-3-content .b1 .b1-t1 p b {
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.bloc2 .bloc2-3 .bloc2-3-content .b1 .b1-t2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-3 .bloc2-3-content .b1 .b1-t2 {
    width: 80%;
  }
}
.bloc2 .bloc2-3 .bloc2-3-content .b1 .b1-t2 img {
  width: 198px;
  height: auto;
}
.bloc2 .bloc2-3 .bloc2-3-content .b1 .b1-t2 p {
  color: #31373d;
  font-size: 14px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  text-transform: none;
  padding-top: 25px;
  line-height: 150% !important;
}
.bloc2 .bloc2-3 .bloc2-3-content .b1 .b1-t2 p b {
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.bloc2 .bloc2-3 .bloc2-3-content .b1 .sep {
  width: 1px;
  height: 190px;
  background-color: #31373D;
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-3 .bloc2-3-content .b1 .sep {
    width: 80%;
    height: 1px;
    margin: 30px 0;
  }
}
.bloc2 .bloc2-4 {
  width: 100%;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .bloc2 .bloc2-4 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-4 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.bloc2 .bloc2-4 .bg {
  position: absolute;
  z-index: 1;
  background-color: #447C87;
  width: 100%;
  height: 380px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-4 .bg {
    height: 200px;
  }
}
.bloc2 .bloc2-4 .bloc2-4-content {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .bloc2 .bloc2-4 .bloc2-4-content {
    max-width: 1280px;
  }
}
.bloc2 .bloc2-4 .bloc2-4-content .colG {
  display: flex;
  flex-direction: column;
}
.bloc2 .bloc2-4 .bloc2-4-content p {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  line-height: 120%;
  color: #FF8966;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-4 .bloc2-4-content p {
    font-size: 30px;
  }
}
.bloc2 .bloc2-4 .bloc2-4-content img {
  width: 790px;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .bloc2 .bloc2-4 .bloc2-4-content img {
    width: 100%;
  }
}
.bloc2 .bloc2-5 {
  width: 100%;
  background-color: #447c87;
  padding: 100px 0;
}
@media screen and (max-width: 1279px) {
  .bloc2 .bloc2-5 {
    display: none;
  }
}
.bloc2 .bloc2-5 .bloc2-5-content {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1439px) {
  .bloc2 .bloc2-5 .bloc2-5-content {
    max-width: 1280px;
  }
}
.bloc2 .bloc2-5 .bloc2-5-content .colG {
  display: flex;
  flex-direction: row;
  width: 790px;
  justify-content: space-around;
}
.bloc2 .bloc2-5 .bloc2-5-content .bp,
.bloc2 .bloc2-5 .bloc2-5-content .tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bloc2 .bloc2-5 .bloc2-5-content .bp p,
.bloc2 .bloc2-5 .bloc2-5-content .tel p {
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #ffffff;
  font-size: 15px;
  padding-bottom: 20px;
}
.bloc2 .bloc2-5 .bloc2-5-content .tel a {
  color: #FF8966;
  text-decoration: none;
  font-size: 36px;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  height: 46px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  letter-spacing: 2px;
}
.bloc2 .bloc2-6 {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .bloc2 .bloc2-6 {
    display: none;
  }
}
.bloc2 .bloc2-6 .bloc2-6-content {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1439px) {
  .bloc2 .bloc2-6 .bloc2-6-content {
    max-width: 1280px;
  }
}
.bloc2 .bloc2-6 .bloc2-6-content .mentions {
  padding: 20px 0;
  width: 790px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .bloc2 .bloc2-6 .bloc2-6-content .mentions {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.bloc2 .bloc2-6 .bloc2-6-content .mentions button {
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  position: relative;
  margin: 0 20px;
  font-size: 12px;
}
@media screen and (max-width: 1279px) {
  .bloc2 .bloc2-6 .bloc2-6-content .mentions button {
    margin-bottom: 20px;
    text-decoration: underline;
  }
}
.bloc2 .bloc2-6 .bloc2-6-content .mentions button:hover {
  text-decoration: underline;
}
.bloc2 .bloc2-6 .bloc2-6-content .mentions button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -24px;
  content: "";
  margin: auto;
  text-decoration: none !important;
}
@media screen and (max-width: 1279px) {
  .bloc2 .bloc2-6 .bloc2-6-content .mentions button::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20px;
  }
}
.bloc2 .bloc2-6 .bloc2-6-content .mentions button:last-child::after {
  content: none;
}
.bloc2 .bloc2-form {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 50;
  pointer-events: none;
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .bloc2 .bloc2-form {
    position: relative;
  }
}
.bloc2 .bloc2-form .bloc2-form-content {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 1439px) {
  .bloc2 .bloc2-form .bloc2-form-content {
    max-width: 1280px;
  }
}
.bloc2 .bloc2-form .bloc2-form-content .form-content {
  width: 390px;
  background-color: #FAFAFA;
  pointer-events: all;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  top: 0;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .bloc2 .bloc2-form .bloc2-form-content .form-content {
    width: 100%;
  }
}
.colG {
  width: calc(100% - 394px - 160px);
  margin-left: 160px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .colG {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1279px) {
  .colG {
    width: 728px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .colG {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  .colG {
    width: calc(100% - 40px);
  }
}
.footer {
  display: none;
}
@media screen and (max-width: 1279px) {
  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.footer .bloc2-5 {
  width: 100%;
  background-color: #447c87;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .footer .bloc2-5 {
    padding: 40px 0;
  }
}
.footer .bloc2-5 .bloc2-5-content {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1439px) {
  .footer .bloc2-5 .bloc2-5-content {
    max-width: 1280px;
  }
}
.footer .bloc2-5 .bloc2-5-content .colG {
  display: flex;
  flex-direction: row;
  width: 790px;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .footer .bloc2-5 .bloc2-5-content .colG {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.footer .bloc2-5 .bloc2-5-content .bp,
.footer .bloc2-5 .bloc2-5-content .tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .bloc2-5 .bloc2-5-content .bp p,
.footer .bloc2-5 .bloc2-5-content .tel p {
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #ffffff;
  font-size: 15px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer .bloc2-5 .bloc2-5-content .bp p,
  .footer .bloc2-5 .bloc2-5-content .tel p {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .footer .bloc2-5 .bloc2-5-content .tel {
    padding-top: 40px;
  }
}
.footer .bloc2-5 .bloc2-5-content .tel a {
  color: #FF8966;
  text-decoration: none;
  font-size: 36px;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 600;
  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 .bloc2-5 .bloc2-5-content .tel a {
    height: auto;
  }
}
.footer .bloc2-6 {
  width: 100%;
}
.footer .bloc2-6 .bloc2-6-content {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1439px) {
  .footer .bloc2-6 .bloc2-6-content {
    max-width: 1280px;
  }
}
.footer .bloc2-6 .bloc2-6-content .mentions {
  padding: 20px 0;
  width: 790px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .footer .bloc2-6 .bloc2-6-content .mentions {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.footer .bloc2-6 .bloc2-6-content .mentions button {
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  position: relative;
  margin: 0 20px;
  font-size: 12px;
}
@media screen and (max-width: 1279px) {
  .footer .bloc2-6 .bloc2-6-content .mentions button {
    margin-bottom: 20px;
    text-decoration: underline;
  }
}
.footer .bloc2-6 .bloc2-6-content .mentions button:hover {
  text-decoration: underline;
}
.footer .bloc2-6 .bloc2-6-content .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 .bloc2-6 .bloc2-6-content .mentions button::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20px;
  }
}
.footer .bloc2-6 .bloc2-6-content .mentions button:last-child::after {
  content: none;
}
form {
  padding: 0 0 40px 0;
  width: calc(100% - 80px);
  margin: 0 auto;
}
@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: "acumin-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  display: none;
  border: 2px solid #447c87;
  background-color: #447c87;
  border-radius: 20px;
  margin-top: 10px;
}
form .intro1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF8966;
  margin: 0 -20px;
  padding: 20px;
  margin-top: 20px;
}
form .intro1 p {
  font-size: 18px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  form .intro1 p {
    font-size: 20px;
  }
}
form .intro1 p b {
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 18px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  form .intro1 p b {
    font-size: 24px;
  }
}
form .intro2 {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: 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: "acumin-pro", sans-serif;
  font-weight: 500;
  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: "acumin-pro", sans-serif;
  font-weight: 500;
  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: #000000;
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  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: #447C87;
  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: #00000010;
}
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;
}
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;
}
form .row .input-optin > span {
  width: 100%;
  text-align: center;
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #000000;
  font-size: 12px;
  line-height: 140%;
}
form .row .input-optin > span a {
  color: #000000;
  text-decoration: underline !important;
}
form .row .input-civ {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
form .row .input-civ .label-radio {
  margin-bottom: 0;
}
form .row .input-civ .input-radio {
  justify-content: space-evenly !important;
}
form .row .formButtonValidation,
form .row #formloader,
form .row #formloader2 {
  height: 48px;
}
form .row .formButtonValidation {
  background-color: #FF8966;
  border: 1px solid #FF8966 !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: "acumin-pro", sans-serif;
  font-weight: 600;
  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: "acumin-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 10px;
  color: #000000;
  text-align: center;
}
form .row .mentions2 {
  display: block;
  padding-bottom: 80px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  text-align: center;
  font-size: 12px;
  color: #000000;
  width: auto;
  margin: 0 20px;
}
@media screen and (max-width: 1919px) {
  form .row .mentions2 {
    padding-bottom: 62px;
  }
}
@media screen and (max-width: 1279px) {
  form .row .mentions2 {
    text-align: center;
    padding-bottom: 0;
  }
}
form .row .mentions2 a {
  color: #FF8966;
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  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: "acumin-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 16px;
  border-bottom: 2px solid #447C87;
  border-top: 2px solid #447C87;
  color: #000000;
}
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;
}
.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: "acumin-pro", sans-serif;
  font-weight: 600;
  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: "acumin-pro", sans-serif;
  font-weight: 300;
  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: "acumin-pro", sans-serif;
  font-weight: 300;
  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: "acumin-pro", sans-serif;
  font-weight: 600;
  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: "acumin-pro", sans-serif;
  font-weight: 300;
  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: "acumin-pro", sans-serif;
  font-weight: 300;
  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: "acumin-pro", sans-serif;
  font-weight: 300;
  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: "acumin-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  text-decoration: underline;
}
.popin-active {
  display: flex !important;
}
