@import "reset.css";
@font-face {
  font-family: 'DINPro';
  src: url('../fonts/DINPro-Bold.woff2') format('woff2'), url('../fonts/DINPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DINPro';
  src: url('../fonts/DINPro-Regular.woff2') format('woff2'), url('../fonts/DINPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN Pro';
  src: url('../fonts/DINPro-Medium.woff2') format('woff2'), url('../fonts/DINPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
:root {
  --doc-height: 100%;
  --vh: 1vh;
  --content-width: 1160px;
}
@media screen and (max-width: 1279px) {
  :root {
    --content-width: 860px;
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --content-width: 688px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --content-width: calc(100% - 40px);
  }
}
html {
  height: -webkit-fill-available;
}
body {
  height: var(--doc-height);
  min-height: 100vh;
  min-height: 100dvh;
  min-height: calc(var(--vh, 1vh) * 100);
  color: #363636;
  font-family: 'DINPro';
  font-weight: normal;
  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;
}
.mw-1920 {
  max-width: 1920px;
}
a {
  outline: none !important;
}
p {
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  line-height: 180%;
}
b,
strong {
  font-family: 'DINPro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
button {
  background-color: transparent;
  border: none;
  outline: none;
}
.pin-spacer {
  pointer-events: none !important;
}
/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    min-height: -webkit-fill-available;
  }
}
.btn-esp {
  background-color: #00A33D;
  color: #fff;
  padding: 13px 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.125s ease-in-out;
  text-decoration: none;
  display: block;
  width: fit-content;
}
.btn-esp:before {
  content: '';
  position: absolute;
  transform: translateY(100%);
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #023C48;
  transition: transform 0.125s ease-in-out;
  z-index: 0;
  border-radius: 0;
  margin-top: -13px;
}
.btn-esp span {
  position: relative;
  z-index: 1;
  font-size: 20px;
}
.btn-esp:hover {
  opacity: 1;
}
.btn-esp:hover:before {
  transform: translateY(0);
}
#landing {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  padding-top: 120px;
}
@media screen and (max-width: 1279px) {
  #landing {
    height: auto;
    padding-top: 0;
  }
}
#landing .content {
  flex-direction: column;
  height: auto;
}
@media screen and (max-width: 1279px) {
  #landing .content {
    flex-direction: column;
  }
}
#landing .section-visuel {
  display: flex;
  flex-direction: row;
  height: auto;
  position: relative;
}
#landing .section-visuel .left {
  width: calc(100% - 400px);
  height: calc(100vh - 90px);
  height: calc(100dvh - 90px);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 90px;
  margin-top: -30px;
  z-index: 1;
  background-color: #eee;
}
#landing .section-visuel .left .content {
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  #landing .section-visuel .left {
    width: 100%;
    height: calc(100vh - 160px);
    height: calc(100dvh - 160px);
    max-height: 850px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-visuel .left {
    height: 420px;
  }
}
#landing .section-visuel .left .visuel {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  z-index: 1;
}
#landing .section-visuel .left .txt {
  position: absolute;
  top: 90px;
  margin: 0 auto;
  z-index: 5;
  margin-left: 200px;
  width: calc(100% - 200px);
}
@media screen and (min-width: 1280px) and (max-height: 900px) {
  #landing .section-visuel .left .txt {
    top: 80px !important;
  }
}
@media screen and (min-width: 1280px) and (max-height: 820px) {
  #landing .section-visuel .left .txt {
    top: 80px !important;
  }
}
@media screen and (max-width: 1279px) {
  #landing .section-visuel .left .txt {
    width: calc(100% - 330px);
    top: 60px;
    margin-left: 330px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 820px) {
  #landing .section-visuel .left .txt {
    top: 75px;
  }
}
@media screen and (max-width: 1023px) {
  #landing .section-visuel .left .txt {
    width: calc(100% - 250px);
    margin-left: 250px;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-visuel .left .txt {
    top: 50px;
    width: 100%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1279px) {
  #landing .section-visuel .left .txt .tabHide {
    display: none;
  }
}
#landing .section-visuel .left .txt h1 {
  font-family: 'DINPro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #fff;
  font-size: 56px;
  text-align: center;
  margin: 0 60px;
  line-height: 100%;
}
@media screen and (min-width: 1280px) and (max-height: 900px) {
  #landing .section-visuel .left .txt h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1280px) and (max-height: 820px) {
  #landing .section-visuel .left .txt h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1279px) {
  #landing .section-visuel .left .txt h1 {
    width: auto;
    margin: 0 50px;
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 820px) {
  #landing .section-visuel .left .txt h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-visuel .left .txt h1 {
    font-size: 24px;
    margin: 0 30px;
  }
}
#landing .section-visuel .left .logos {
  position: absolute;
  bottom: 20px;
  right: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #landing .section-visuel .left .logos {
    right: 20px;
  }
}
#landing .section-visuel .left .logos img {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #landing .section-visuel .left .logos img {
    margin-left: 10px;
    width: 50px;
    height: auto;
  }
}
#landing .section-visuel .left .logos .re2020 {
  width: 148px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  #landing .section-visuel .left .logos .re2020 {
    width: 98px !important;
    height: auto !important;
  }
}
#landing .section-visuel .left .gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  z-index: 4;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
#landing .section-visuel .right {
  width: 400px;
  height: auto;
  top: 0;
  position: relative;
  z-index: 3;
  background-color: #83BB29;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-x: none;
  overflow-y: auto;
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 1279px) {
  #landing .section-visuel .right {
    display: none;
  }
}
#landing .section-offre {
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #landing .section-offre {
    padding-top: 40px;
  }
}
#landing .section-offre .content {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #landing .section-offre .content {
    width: var(--content-width);
  }
}
#landing .section-offre .titre {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
#landing .section-offre .titre .t1 {
  font-family: 'DINPro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 48px;
  color: #CF172C;
  text-align: center;
  margin: 0 20px;
  text-transform: uppercase;
  line-height: 100%;
  padding-bottom: 10px;
}
@media screen and (max-width: 1479px) {
  #landing .section-offre .titre .t1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1023px) {
  #landing .section-offre .titre .t1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1023px) {
  #landing .section-offre .titre .t1 {
    font-size: 28px;
  }
}
#landing .section-offre .titre .t2 {
  font-family: 'DIN Pro';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 32px;
  color: #66BEA0;
  text-align: center;
  margin: 0 20px;
  text-transform: uppercase;
  line-height: 100%;
}
@media screen and (max-width: 1479px) {
  #landing .section-offre .titre .t2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1023px) {
  #landing .section-offre .titre .t2 {
    font-size: 24px;
  }
}
#landing .section-offre .offres {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  #landing .section-offre .offres {
    flex-direction: column;
  }
}
#landing .section-offre .offres .offre {
  width: 340px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #66BEA0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #landing .section-offre .offres .offre {
    width: 280px;
    height: 100px;
  }
}
#landing .section-offre .offres .offre:last-child {
  background-color: #B9CD00;
}
#landing .section-offre .offres .offre p {
  text-align: center;
  font-size: 24px;
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  #landing .section-offre .offres .offre p {
    font-size: 20px;
  }
}
#landing .section-offre .offres .offre p span {
  font-family: 'DINPro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  #landing .section-offre .offres .offre p span {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-offre .offres .offre p span {
    font-size: 24px;
  }
}
#landing .section-offre .offres .offre p sup {
  line-height: 0;
  vertical-align: 16px;
  font-size: 10px;
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  #landing .section-offre .offres .offre p sup {
    vertical-align: 10px;
  }
}
#landing .section-offre .offres img {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  #landing .section-offre .offres img {
    padding: 20px 0;
  }
}
#landing .section-b1 {
  padding-top: 90px;
  max-width: var(--content-width);
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #landing .section-b1 {
    padding-top: 60px;
  }
}
#landing .section-b1 .content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#landing .section-b1 .slider {
  position: relative;
  width: 100%;
  height: 560px;
  background-color: #eee;
}
@media screen and (max-width: 1279px) {
  #landing .section-b1 .slider {
    height: 460px;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-b1 .slider {
    height: 220px;
  }
}
#landing .section-b1 .slider .chevron {
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  #landing .section-b1 .slider .chevron {
    top: -20px;
    left: -20px;
  }
}
#landing .section-b1 .slider .gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  z-index: 4;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
#landing .section-b1 .textes {
  padding-top: 30px;
}
#landing .section-b1 .textes h3 {
  font-family: 'DIN Pro';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #83BB29;
  font-size: 32px;
  padding-bottom: 30px;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  #landing .section-b1 .textes h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-b1 .textes h3 {
    font-size: 24px;
  }
}
#landing .section-b1 .textes h3 span {
  color: #00A33D;
}
#landing .section-b1 .textes .pf {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #landing .section-b1 .textes .pf {
    flex-direction: column;
  }
}
#landing .section-b1 .textes .pf ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  padding-bottom: 30px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #landing .section-b1 .textes .pf ul {
    width: 100%;
  }
}
#landing .section-b1 .textes .pf ul li {
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 20px;
  color: #000;
  position: relative;
  text-indent: 25px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #landing .section-b1 .textes .pf ul li {
    font-size: 18px;
  }
}
#landing .section-b1 .textes .pf ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #00A33D;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #landing .section-b1 .textes .pf ul li:before {
    top: 5px;
  }
}
#landing .section-b1 .textes .pf ul li:last-child {
  padding-bottom: 0;
}
#landing .section-b1 .textes a {
  margin: 0 auto;
}
#landing .section-b2 {
  padding-top: 90px;
  max-width: var(--content-width);
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #landing .section-b2 {
    padding-top: 60px;
  }
}
#landing .section-b2 .content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (max-width: 1279px) {
  #landing .section-b2 .content {
    flex-direction: column;
  }
}
#landing .section-b2 .chevron {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1279px) {
  #landing .section-b2 .chevron {
    top: -24px;
    right: -24px;
  }
}
@media screen and (max-width: 1023px) {
  #landing .section-b2 .chevron {
    top: -20px;
    right: -20px;
  }
}
@media screen and (max-width: 1279px) {
  #landing .section-b2 .visuel {
    width: 100%;
    height: 460px;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-b2 .visuel {
    height: 220px;
  }
}
#landing .section-b2 .visuel img {
  width: 574px;
  height: auto;
  position: relative;
  left: -140px;
}
@media screen and (max-width: 1439px) {
  #landing .section-b2 .visuel img {
    left: -60px;
  }
}
@media screen and (max-width: 1279px) {
  #landing .section-b2 .visuel img {
    left: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
}
#landing .section-b2 .textes {
  padding-top: 30px;
  margin-left: calc(80px - 140px);
}
@media screen and (max-width: 1439px) {
  #landing .section-b2 .textes {
    margin-left: calc(80px - 60px);
  }
}
@media screen and (max-width: 1279px) {
  #landing .section-b2 .textes {
    margin-left: 0;
  }
}
#landing .section-b2 .textes h3 {
  font-family: 'DIN Pro';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #83BB29;
  font-size: 32px;
  padding-bottom: 30px;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  #landing .section-b2 .textes h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-b2 .textes h3 {
    font-size: 24px;
  }
}
#landing .section-b2 .textes h3 span {
  color: #00A33D;
}
#landing .section-b2 .textes .pf {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #landing .section-b2 .textes .pf {
    flex-direction: column;
  }
}
#landing .section-b2 .textes .pf ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  padding-bottom: 30px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #landing .section-b2 .textes .pf ul {
    width: 100%;
  }
}
#landing .section-b2 .textes .pf ul li {
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 20px;
  color: #000;
  position: relative;
  text-indent: 25px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #landing .section-b2 .textes .pf ul li {
    font-size: 18px;
  }
}
#landing .section-b2 .textes .pf ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #00A33D;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #landing .section-b2 .textes .pf ul li:before {
    top: 5px;
  }
}
#landing .section-b2 .textes .pf ul li:last-child {
  padding-bottom: 0;
}
#landing .section-b2 .textes a {
  margin: 0 auto;
}
#landing .section-b3 {
  padding-top: 90px;
  max-width: var(--content-width);
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #landing .section-b3 {
    padding-top: 60px;
  }
}
#landing .section-b3 .content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1279px) {
  #landing .section-b3 .content {
    flex-direction: column;
  }
}
#landing .section-b3 .chevron {
  position: absolute !important;
  top: -20px !important;
  left: 120px !important;
  width: 68px !important;
  height: auto !important;
}
@media screen and (max-width: 1439px) {
  #landing .section-b3 .chevron {
    left: 40px !important;
  }
}
@media screen and (max-width: 1279px) {
  #landing .section-b3 .chevron {
    left: -20px !important;
  }
}
#landing .section-b3 .visuel {
  position: relative;
}
@media screen and (max-width: 1279px) {
  #landing .section-b3 .visuel {
    width: 100%;
    height: 460px;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-b3 .visuel {
    height: 220px;
  }
}
#landing .section-b3 .visuel p {
  position: absolute;
  right: calc(10px - 140px);
  bottom: 10px;
  font-family: 'DINPro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1439px) {
  #landing .section-b3 .visuel p {
    right: calc(10px - 60px);
  }
}
@media screen and (max-width: 1279px) {
  #landing .section-b3 .visuel p {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-b3 .visuel p {
    right: 5px;
    bottom: 5px;
  }
}
#landing .section-b3 .visuel img {
  width: 574px;
  height: auto;
  position: relative;
  right: -140px;
}
@media screen and (max-width: 1439px) {
  #landing .section-b3 .visuel img {
    right: -60px;
  }
}
@media screen and (max-width: 1279px) {
  #landing .section-b3 .visuel img {
    right: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
}
#landing .section-b3 .textes {
  padding-top: 30px;
}
#landing .section-b3 .textes h3 {
  font-family: 'DIN Pro';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #83BB29;
  font-size: 32px;
  padding-bottom: 30px;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  #landing .section-b3 .textes h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-b3 .textes h3 {
    font-size: 24px;
  }
}
#landing .section-b3 .textes h3 span {
  color: #00A33D;
}
#landing .section-b3 .textes .pf {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#landing .section-b3 .textes .pf ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  padding-bottom: 30px;
}
#landing .section-b3 .textes .pf ul li {
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 20px;
  color: #000;
  position: relative;
  text-indent: 25px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #landing .section-b3 .textes .pf ul li {
    font-size: 18px;
  }
}
#landing .section-b3 .textes .pf ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #00A33D;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #landing .section-b3 .textes .pf ul li:before {
    top: 5px;
  }
}
#landing .section-b3 .textes .pf ul li:last-child {
  padding-bottom: 0;
}
#landing .section-b3 .textes a {
  margin: 0 auto;
}
#landing .section-b4 {
  padding: 60px 0;
  width: 100%;
  margin: 0 auto;
  margin-top: 90px;
  background: rgba(131, 187, 41, 0.15);
}
@media screen and (max-width: 767px) {
  #landing .section-b4 {
    padding: 40px 0;
    margin-top: 60px;
  }
}
#landing .section-b4 .content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#landing .section-b4 h3 {
  font-family: 'DIN Pro';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #83BB29;
  font-size: 32px;
  padding-bottom: 50px;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  #landing .section-b4 h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-b4 h3 {
    font-size: 24px;
    padding-bottom: 30px;
  }
}
#landing .section-b4 h3 span {
  color: #00A33D;
}
#landing .section-b4 .tableau {
  max-width: var(--content-width);
  width: 100%;
}
#landing .section-b4 .tableau .content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#landing .section-b4 .tableau .item {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  height: 60px;
  transition: height 0.4s cubic-bezier(0.9, 0.15, 0.15, 0.9);
  cursor: pointer;
  pointer-events: auto;
}
#landing .section-b4 .tableau .item:hover .item-header {
  filter: brightness(1.05);
}
#landing .section-b4 .tableau .item .item-header {
  width: 100%;
  height: 60px;
  position: relative;
  background-color: #83BB29;
  transition: filter 0.125s ease-in-out;
}
#landing .section-b4 .tableau .item .item-header .labels {
  margin: 0 30px;
  height: 100%;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #landing .section-b4 .tableau .item .item-header .labels {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 30px 0 15px;
  }
}
#landing .section-b4 .tableau .item .item-header .labels p {
  color: #fff;
  font-size: 20px;
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  text-align: center;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  #landing .section-b4 .tableau .item .item-header .labels p {
    font-size: 16px;
  }
}
#landing .section-b4 .tableau .item .item-header .labels p:first-child {
  text-align: left !important;
}
#landing .section-b4 .tableau .item .item-header .labels p:last-child {
  margin-right: 40px !important;
  text-align: right !important;
}
@media screen and (max-width: 1279px) {
  #landing .section-b4 .tableau .item .item-header .labels p:last-child {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-b4 .tableau .item .item-header .labels p.hide-mob {
    display: none;
  }
}
#landing .section-b4 .tableau .item .item-header img {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #landing .section-b4 .tableau .item .item-header img {
    right: 15px;
  }
}
#landing .section-b4 .tableau .item .item-content {
  width: 100%;
}
#landing .section-b4 .tableau .item .item-content .head {
  width: auto;
  height: 40px;
  background-color: #00A33D;
  display: grid;
  align-items: center;
  grid-template-columns: 0.55fr 0.65fr 0.65fr 1.25fr 0.8fr 0.8fr 1.25fr;
  gap: 20px;
  padding: 0 30px;
}
@media screen and (max-width: 1023px) {
  #landing .section-b4 .tableau .item .item-content .head {
    grid-template-columns: 0.65fr 0.65fr 0.55fr 1.25fr 1fr 1fr;
    gap: 20px 5px;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-b4 .tableau .item .item-content .head {
    grid-template-columns: 0.5fr 0.5fr 1fr;
    padding: 0 15px;
  }
}
#landing .section-b4 .tableau .item .item-content .head p {
  color: #fff;
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 13px;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  #landing .section-b4 .tableau .item .item-content .head p.hide-tab {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-b4 .tableau .item .item-content .head p.hide-mob {
    display: none;
  }
}
#landing .section-b4 .tableau .item .item-content .head .a-center {
  text-align: center;
}
#landing .section-b4 .tableau .item .item-content .lot {
  width: auto;
  height: 60px;
  background-color: #fff;
  display: grid;
  align-items: center;
  grid-template-columns: 0.55fr 0.65fr 0.65fr 1.25fr 0.8fr 0.8fr 1.25fr;
  gap: 20px;
  padding: 0 30px;
  margin-bottom: 1px;
}
@media screen and (max-width: 1023px) {
  #landing .section-b4 .tableau .item .item-content .lot {
    grid-template-columns: 0.65fr 0.65fr 0.55fr 1.25fr 1fr 1fr;
    grid-template-rows: auto auto;
    padding: 20px 30px;
    gap: 15px 5px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-b4 .tableau .item .item-content .lot {
    grid-template-columns: 0.5fr 0.5fr 1fr;
    padding: 15px;
  }
}
#landing .section-b4 .tableau .item .item-content .lot:nth-child(odd) {
  background-color: #ffffff90;
}
#landing .section-b4 .tableau .item .item-content .lot p {
  color: #000;
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 16px;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  #landing .section-b4 .tableau .item .item-content .lot p {
    grid-row: 1;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-b4 .tableau .item .item-content .lot p.hide-mob {
    display: none;
  }
}
#landing .section-b4 .tableau .item .item-content .lot .a-center {
  text-align: center;
}
#landing .section-b4 .tableau .item .item-content .lot a {
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #fff;
  transition: opacity 0.125s ease-in-out;
  line-height: 100%;
  background-color: #66BEA0;
  width: fit-content;
  padding: 10px 12px;
  text-decoration: none;
  justify-self: end;
}
@media screen and (max-width: 1023px) {
  #landing .section-b4 .tableau .item .item-content .lot a {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: center;
    justify-self: center;
  }
}
#landing .section-b4 .tableau .item .item-content .lot a:hover {
  opacity: 0.75;
}
#landing .section-b4 .tableau .item .item-content .show-mob {
  display: none;
}
@media screen and (max-width: 1023px) {
  #landing .section-b4 .tableau .item .item-content .show-mob {
    display: flex;
  }
}
#landing .section-b4 .tableau .item.active:hover .item-header {
  filter: brightness(1);
}
#landing .section-b4 .tableau .item.active .item-header {
  filter: brightness(1);
}
#landing .section-b4 .tableau .item.active .item-header img {
  transform: scaleY(-1);
}
#landing .section-b4 .tableau .item.active .item-content {
  opacity: 1;
}
#landing .section-b5 {
  padding-top: 90px;
  max-width: var(--content-width);
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #landing .section-b5 {
    padding-top: 60px;
  }
}
#landing .section-b5 .content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
@media screen and (max-width: 1279px) {
  #landing .section-b5 .content {
    flex-direction: column;
  }
}
#landing .section-b5 .visuel {
  position: relative;
}
#landing .section-b5 .visuel img {
  width: 636px;
  height: auto;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #landing .section-b5 .visuel img {
    width: 568px;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-b5 .visuel img {
    width: 100%;
  }
}
#landing .section-b5 .textes {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding-left: 60px;
}
@media screen and (max-width: 1279px) {
  #landing .section-b5 .textes {
    justify-content: center;
    padding-left: 0;
    padding-top: 30px;
  }
}
#landing .section-b5 .textes h3 {
  font-family: 'DIN Pro';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #000;
  font-size: 32px;
  padding-bottom: 10px;
  line-height: 100%;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  #landing .section-b5 .textes h3 {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  #landing .section-b5 .textes h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-b5 .textes h3 {
    font-size: 24px;
  }
}
#landing .section-b5 .textes h3 span {
  color: #00A33D;
}
#landing .section-b5 .textes p {
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  text-align: left;
  font-size: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1279px) {
  #landing .section-b5 .textes p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-b5 .textes p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1279px) {
  #landing .section-b5 .textes a {
    margin: 0 auto;
  }
}
#landing .section-b6 {
  padding-top: 90px;
  max-width: var(--content-width);
  margin: 0 auto;
  width: 100%;
}
#landing .section-b6 .content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
@media screen and (max-width: 1023px) {
  #landing .section-b6 .content {
    justify-content: center;
  }
}
#landing .section-b6 .frise {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #landing .section-b6 .frise {
    flex-direction: column;
    align-items: center;
    width: 320px;
  }
}
#landing .section-b6 .frise > .logo {
  width: 98px;
  height: 98px;
}
@media screen and (max-width: 1279px) {
  #landing .section-b6 .frise > .logo {
    width: 84px;
    height: 84px;
  }
}
#landing .section-b6 .frise .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  #landing .section-b6 .frise .item {
    padding-top: 50px;
  }
}
#landing .section-b6 .frise .item .ico {
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  #landing .section-b6 .frise .item .ico {
    height: 84px;
  }
}
#landing .section-b6 .frise .item p {
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  line-height: 100%;
  font-size: 15px;
  text-align: center;
  margin: 0 20px;
  min-width: 230px;
}
@media screen and (max-width: 1279px) {
  #landing .section-b6 .frise .item p {
    min-width: 140px;
  }
}
#landing .section-b6 .frise .dot {
  border-top: 2px dotted #023C48;
}
@media screen and (max-width: 1023px) {
  #landing .section-b6 .frise .dot {
    border-top: none;
    border-left: 2px dotted #023C48;
  }
}
#landing .section-b6 .frise .liaison1 {
  position: absolute;
  width: 66px;
  top: 49px;
  left: 120px;
}
@media screen and (max-width: 1279px) {
  #landing .section-b6 .frise .liaison1 {
    width: 34px;
    top: 41px;
    left: 99px;
  }
}
@media screen and (max-width: 1023px) {
  #landing .section-b6 .frise .liaison1 {
    width: 1px;
    height: 38px;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#landing .section-b6 .frise .liaison2 {
  position: absolute;
  width: 186px;
  top: 49px;
  left: 274px;
}
@media screen and (max-width: 1279px) {
  #landing .section-b6 .frise .liaison2 {
    width: 98px;
    top: 41px;
    left: 216px;
  }
}
@media screen and (max-width: 1023px) {
  #landing .section-b6 .frise .liaison2 {
    width: 1px;
    height: 38px;
    top: 280px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#landing .section-b6 .frise .liaison3 {
  position: absolute;
  width: 194px;
  top: 49px;
  left: 543px;
}
@media screen and (max-width: 1279px) {
  #landing .section-b6 .frise .liaison3 {
    width: 138px;
    top: 41px;
    left: 393px;
  }
}
@media screen and (max-width: 1023px) {
  #landing .section-b6 .frise .liaison3 {
    width: 1px;
    height: 38px;
    top: 460px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#landing .section-b6 .frise .liaison4 {
  position: absolute;
  width: 198px;
  top: 49px;
  left: 804px;
}
@media screen and (max-width: 1279px) {
  #landing .section-b6 .frise .liaison4 {
    width: 134px;
    top: 41px;
    left: 593px;
  }
}
@media screen and (max-width: 1023px) {
  #landing .section-b6 .frise .liaison4 {
    width: 1px;
    height: 38px;
    top: 662px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#landing .section-b7 {
  padding: 40px 0;
  margin: 0 auto;
  margin-top: 90px;
  width: 100%;
  background-color: #83BB29;
}
@media screen and (max-width: 1279px) {
  #landing .section-b7 {
    background-color: #023C48;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-b7 {
    margin-top: 60px;
  }
}
#landing .section-b7 .content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
#landing .section-b7 .texte {
  max-width: var(--content-width);
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#landing .section-b7 .texte h3 {
  color: #fff;
  font-size: 32px;
  font-family: 'DINPro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 40px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1279px) {
  #landing .section-b7 .texte h3 {
    text-align: center;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-b7 .texte h3 {
    font-size: 24px;
    margin: 0 auto;
  }
}
#landing .section-b7 .texte .adresse {
  font-size: 24px;
  font-family: 'DINPro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #023C48;
  margin: 0 40px;
  padding-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  #landing .section-b7 .texte .adresse {
    color: #fff;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-b7 .texte .adresse {
    font-size: 18px;
    margin: 0 auto;
  }
}
#landing .section-b7 .texte .adresse::before {
  content: url("../images/ico_position.svg");
  margin-right: 10px;
  transform: translateY(3px);
  display: inline-block;
}
@media screen and (max-width: 1279px) {
  #landing .section-b7 .texte .adresse::before {
    content: url("../images/ico_position_w.svg");
  }
}
#landing .section-b7 .texte .horaires {
  font-size: 20px;
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  margin: 0 40px;
  color: #023C48;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  #landing .section-b7 .texte .horaires {
    color: #fff;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-b7 .texte .horaires {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  #landing .section-form-mobile {
    display: none;
  }
}
#landing .section-footer {
  padding: 40px 0;
  margin: 0 auto;
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  #landing .section-footer {
    width: calc(100% - 40px);
  }
}
#landing .section-footer .content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  #landing .section-footer .content {
    flex-direction: column;
  }
}
#landing .section-footer .tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 243px;
}
@media screen and (max-width: 1023px) {
  #landing .section-footer .tel {
    width: 184px;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-footer .tel {
    padding-bottom: 30px;
  }
}
#landing .section-footer .tel p {
  font-family: 'DINPro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #83BB29;
  font-size: 34px;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  #landing .section-footer .tel p {
    font-size: 26px;
  }
}
#landing .section-footer .tel a {
  text-decoration: none;
  color: #023C48;
  font-family: 'DINPro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 38px;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  #landing .section-footer .tel a {
    font-size: 28px;
  }
}
#landing .section-footer img {
  width: 168px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #landing .section-footer img {
    padding-bottom: 30px;
  }
}
#landing .section-footer .mentions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 243px;
}
@media screen and (max-width: 1023px) {
  #landing .section-footer .mentions {
    width: 184px;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-footer .mentions {
    align-items: center;
  }
}
#landing .section-footer .mentions a {
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: all 0.125s ease-in-out;
  color: #000;
}
@media screen and (max-width: 767px) {
  #landing .section-footer .mentions a {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #landing .section-footer .mentions a:last-child {
    padding-bottom: 0;
  }
}
#landing .section-footer .mentions a:hover {
  opacity: 0.5;
}
#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 15px;
  color: #FFFFFF;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #slider .swiper-button-next,
  #slider .swiper-button-prev {
    margin: 0 5px;
    transform: scale(0.7);
    display: none;
  }
}
.swiper-pagination {
  margin-bottom: 15px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    margin-bottom: 0;
  }
}
.swiper-pagination-bullet {
  background-color: #FFFFFF !important;
}
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;
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}
.eac-item {
  font-size: 16px;
}
form {
  margin-bottom: auto;
}
form .msgEr {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
form .error2 {
  font-size: 14px !important;
  color: #CF172C !important;
  font-family: 'DINPro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  display: none;
  margin-bottom: 8px;
}
form .error2::before {
  content: url("../images/ico_error.svg");
  display: inline-block;
  margin-right: -1px;
  transform: scale(0.55) translateY(14px);
  transform-origin: center;
}
form .row .input {
  position: relative;
  width: 100%;
  padding-bottom: 6px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-right: 10px;
}
@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: #fff;
  border: 1px solid #fff;
  position: relative;
  margin: 0;
  color: #330961;
  font-size: 16px;
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  transition: border 0.125s ease-in-out;
  box-shadow: none !important;
  box-sizing: border-box;
}
form .row .input .input-field::placeholder,
form .row .input .input-textarea::placeholder {
  transition: opacity 0.125s ease-in-out;
}
form .row .input.select {
  position: relative;
}
form .row .input.select:after {
  content: url("../images/ico_arrow.svg");
  position: absolute;
  top: 10px;
  right: 10px;
  transform-origin: center;
  pointer-events: none;
}
form .row .input.select .error {
  right: 27px !important;
}
form .row .input.select select {
  appearance: none !important;
}
form .row .input.select select:hover {
  cursor: pointer;
}
form .row .input .input-label {
  color: #330961;
  font-size: 16px;
  pointer-events: none;
  padding: 5px 0;
  font-family: 'DINPro';
  font-weight: normal;
  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 10px;
}
form .row .input .input-textarea {
  resize: none;
  min-height: 42px;
  height: 150px;
  padding: 15px;
}
form .row .input .input-field:focus::placeholder,
form .row .input .input-textarea:focus::placeholder,
form .row .input .input-field:valid::placeholder,
form .row .input .input-textarea:valid::placeholder,
form .row .input .input-field:not(:placeholder-shown):not(:focus):invalid::placeholder,
form .row .input .input-textarea:not(:placeholder-shown):not(:focus):invalid::placeholder {
  opacity: 0.4;
}
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: #330961;
}
form .row .input .error {
  background-image: url("../images/ico_error.svg");
  background-size: contain;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 14px;
  right: 10px;
  display: none;
}
form .row .input-radio {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  color: #fff;
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
form .row .input-radio div:first-child .label-radio {
  border-radius: 20px 0 0 20px;
  border-right: none;
}
form .row .input-radio div:last-child .label-radio {
  border-radius: 0 20px 20px 0;
}
form .row .input-radio input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  appearance: none;
}
form .row .input-radio input:checked + .label-radio {
  background-color: #fff;
  color: #000;
}
form .row .input-radio .label-radio {
  padding: 7px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  border: 2px solid #fff;
}
form .row .input-radio .label-radio:hover,
form .row .input-radio .label-radio:focus-within {
  background-color: #ffffff40;
}
form .row .input-radio span {
  font-size: 18px;
}
form .row .input-civ {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
form .row .input-civ .label-radio {
  margin-bottom: 0;
  width: 120px;
}
form .row .input-projet {
  width: 100%;
  padding-bottom: 10px;
  padding-top: 5px;
}
form .row .input-projet div:first-child {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
form .row .input-projet p {
  text-transform: uppercase;
  font-family: 'DINPro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #fff;
}
form .row .input-projet .label-radio {
  width: 90px;
}
form .row .input-optin {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
form .row .input-optin input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  background-color: #fff;
  cursor: pointer;
}
form .row .input-optin input[type="checkbox"]:checked {
  font-size: 16px;
}
form .row .input-optin input[type="checkbox"]:checked::before {
  content: "✔";
  color: #000;
}
form .row .input-optin span {
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  text-align: left;
  color: #fff;
  font-size: 12px;
  text-indent: 20px;
}
form .row .optin-txt {
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  text-align: left;
  color: #fff;
  padding-bottom: 5px;
  font-size: 12px;
}
form .row .formButtonValidation {
  background-color: #023C48;
  color: #fff;
  padding: 13px 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.125s ease-in-out;
  font-size: 20px;
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
form .row .formButtonValidation:before {
  content: '';
  position: absolute;
  transform: translateY(100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #023C48;
  filter: brightness(1.25);
  transition: transform 0.125s ease-in-out;
  z-index: 0;
  border-radius: 0;
}
form .row .formButtonValidation span {
  position: relative;
  z-index: 1;
}
form .row .formButtonValidation:hover {
  opacity: 1;
  filter: brightness(1.25);
}
form .row .formButtonValidation:hover:before {
  transform: translateY(0);
}
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: #363636;
}
form .row .mentions {
  display: block;
  padding: 15px 0 30px 0;
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 12px;
  color: #fff;
}
form #website,
form #website2 {
  display: none !important;
  visibility: hidden;
}
#contact,
#contact-mob {
  max-width: 480px;
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
  background-color: #83BB29;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  #contact,
  #contact-mob {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #contact,
  #contact-mob {
    width: 100%;
  }
}
#contact #msgConfirmation,
#contact-mob #msgConfirmation,
#contact #msgConfirmation2,
#contact-mob #msgConfirmation2 {
  display: none;
  text-align: center;
  margin: 20px auto 0 auto;
  padding: 20px 0;
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 16px !important;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  color: #fff;
  width: calc(100% - 80px);
}
#contact .row,
#contact-mob .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #contact .row,
  #contact-mob .row {
    flex-direction: column;
    align-items: center;
  }
}
#contact .bloc1,
#contact-mob .bloc1 {
  padding: 30px 0;
  position: relative;
  font-size: 24px;
}
@media screen and (max-width: 1279px) {
  #contact .bloc1,
  #contact-mob .bloc1 {
    max-width: 640px;
    width: 100%;
  }
}
#contact .bloc1 p,
#contact-mob .bloc1 p {
  margin: 0 40px;
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  color: #fff;
}
@media screen and (max-width: 1279px) {
  #contact .bloc1 p,
  #contact-mob .bloc1 p {
    margin: 0 100px;
  }
}
#contact .bloc1 > .titre,
#contact-mob .bloc1 > .titre {
  font-family: 'DINPro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 20px;
  line-height: 110%;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #contact .bloc1 > .titre,
  #contact-mob .bloc1 > .titre {
    font-size: 18px;
    margin: 0 40px;
  }
}
#contact .bloc1 > .titre span,
#contact-mob .bloc1 > .titre span {
  font-size: 32px;
  display: block;
  padding-bottom: 15px;
}
#contact .bloc1 > .description,
#contact-mob .bloc1 > .description {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #contact .bloc1 > .description,
  #contact-mob .bloc1 > .description {
    margin: 0 40px;
  }
}
#contact .champs,
#contact-mob .champs {
  align-items: center;
  display: flex;
  justify-content: center;
}
#contact .champs .content,
#contact-mob .champs .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  #contact .champs .content,
  #contact-mob .champs .content {
    width: calc(100% - 40px);
  }
}
#contact .bloc2,
#contact-mob .bloc2 {
  background-color: white;
  padding: 30px 0 20px 0;
  font-size: 18px;
  color: #330961;
}
@media screen and (max-width: 1279px) {
  #contact .bloc2,
  #contact-mob .bloc2 {
    max-width: 640px;
    width: 100%;
  }
}
#contact .bloc2 p,
#contact-mob .bloc2 p {
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 22px;
}
#contact .bloc2 hr,
#contact-mob .bloc2 hr {
  height: 4px;
  width: 20%;
  background-color: #70b78b;
  border: none;
  margin: 20px 0;
}
#contact .bloc2 ul li,
#contact-mob .bloc2 ul li {
  text-align: left;
  position: relative;
  list-style: none;
  font-size: 18px;
  padding-bottom: 15px;
  margin-left: 25px;
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
#contact .bloc2 ul li:last-child,
#contact-mob .bloc2 ul li:last-child {
  padding-bottom: 0;
}
#contact .bloc2 ul li:before,
#contact-mob .bloc2 ul li:before {
  content: "+";
  font-size: 24px;
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  position: absolute;
  top: -4px;
  left: -25px;
  width: 14px;
  height: 8px;
}
#contact .bloc3,
#contact-mob .bloc3 {
  background-color: white;
  padding-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  #contact .bloc3,
  #contact-mob .bloc3 {
    max-width: 640px;
    width: 100%;
  }
}
#contact .bloc3 div,
#contact-mob .bloc3 div {
  width: 100%;
  background-color: #70b78b;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .bloc3 div p,
#contact-mob .bloc3 div p {
  font-family: 'DINPro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  margin: 15px 5px;
}
@media screen and (max-width: 1279px) {
  #contact .bloc3 div p,
  #contact-mob .bloc3 div p {
    margin: 15px 90px;
  }
}
@media screen and (max-width: 767px) {
  #contact .bloc3 div p,
  #contact-mob .bloc3 div p {
    margin: 15px 30px;
  }
}
@media screen and (max-width: 1279px) {
  #contact .champs,
  #contact-mob .champs {
    max-width: 640px;
    width: 100%;
  }
}
.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: 32px;
  padding: 60px 40px;
  text-align: center;
  color: #83BB29;
  width: auto;
  font-family: 'DINPro';
  font-weight: bold;
  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 20px;
    font-size: 26px;
  }
}
.popins .popin .popin-header button {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 8px;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  transition: opacity 0.125s ease-in-out;
  height: fit-content;
}
.popins .popin .popin-header button img {
  width: 14px;
  height: 14px;
}
.popins .popin .popin-header button:hover {
  opacity: 0.5;
}
.popins .popin .popin-content {
  color: #363636;
  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 #363636;
  height: auto;
  color: #666;
  font-family: 'DINPro';
  font-weight: normal;
  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: 'DINPro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  padding-bottom: 10px;
  color: #666;
}
.popins .popin .popin-content > div p {
  font-size: 14px;
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  padding-bottom: 20px;
  line-height: 150%;
  color: #666;
}
.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: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  padding-bottom: 20px;
  line-height: 150%;
  color: #666;
}
.popins .popin .popin-content > div li::before {
  content: "●";
  position: relative;
  font-size: 14px;
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  padding-right: 10px;
  color: #666;
}
.popins .popin .popin-content > div .soustitre {
  color: #666;
  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: #666;
  font-size: 14px;
  font-family: 'DINPro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
  text-decoration: underline;
}
.popin-active {
  display: flex !important;
}
.stickyBtn {
  position: fixed;
  z-index: 123456;
  margin: 0;
  padding: 0;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  height: 80px !important;
  border-top: 1px solid #ddd;
  display: none;
}
@media screen and (max-width: 1279px) {
  .stickyBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.stickyBtn button {
  background-color: #00A33D;
  color: #fff;
  padding: 13px 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.125s ease-in-out;
  font-size: 20px;
  font-family: 'DINPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 120%;
}
.stickyBtn button:before {
  content: '';
  position: absolute;
  transform: translateY(100%);
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #023C48;
  transition: transform 0.125s ease-in-out;
  z-index: 0;
  border-radius: 0;
}
.stickyBtn button span {
  position: relative;
  z-index: 1;
}
.stickyBtn button::after {
  content: url("../images/ico_contact.svg");
  padding-left: 7px;
  display: inline-block;
  transform: translateY(3px);
}
.stickyNav {
  height: 120px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1279px) {
  .stickyNav {
    position: relative;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .stickyNav {
    height: 60px;
  }
}
.stickyNav.scroll {
  height: 90px !important;
  border-bottom: 1px solid #ddd;
}
.stickyNav.scroll .logo {
  left: 40px;
  transform: translateY(-30px) scale(0.44);
  height: auto;
}
.stickyNav.scroll .logo2 {
  width: 120px;
  left: 120px;
  top: 22px;
}
.stickyNav > .content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stickyNav .logo {
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 2;
  transform-origin: top left;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1279px) {
  .stickyNav .logo {
    width: 120px;
    height: auto;
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .stickyNav .logo {
    width: 80px;
    left: 20px;
  }
}
.stickyNav .logo2 {
  position: absolute;
  left: 220px;
  top: 88px;
  width: 168px;
  height: auto;
  z-index: 2;
  transform-origin: top left;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1279px) {
  .stickyNav .logo2 {
    left: 180px;
    top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .stickyNav .logo2 {
    left: 110px;
    top: 38px;
    width: 118px;
  }
}
.stickyNav nav {
  position: absolute;
  right: 100px;
}
@media screen and (max-width: 1279px) {
  .stickyNav nav {
    display: none;
  }
}
.stickyNav nav ul {
  display: flex;
  flex-direction: row;
}
.stickyNav nav ul li {
  padding-left: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  .stickyNav nav ul li {
    padding-left: 30px;
  }
}
.stickyNav nav ul li a {
  text-decoration: none;
  font-size: 20px;
  display: flex;
  align-items: center;
  transition: all 0.125s ease-in-out;
  color: #000;
}
.stickyNav nav ul li a:hover {
  opacity: 0.5;
}
.stickyNav nav ul li .btn-contact {
  background-color: #00A33D;
  color: #fff;
  padding: 13px 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.125s ease-in-out;
}
.stickyNav nav ul li .btn-contact:before {
  content: '';
  position: absolute;
  transform: translateY(100%);
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #023C48;
  transition: transform 0.125s ease-in-out;
  z-index: 0;
  border-radius: 0;
}
.stickyNav nav ul li .btn-contact span {
  position: relative;
  z-index: 1;
}
.stickyNav nav ul li .btn-contact:hover {
  opacity: 1;
}
.stickyNav nav ul li .btn-contact:hover:before {
  transform: translateY(0);
}
.stickyNav nav ul li .btn-contact::after {
  content: url("../images/ico_contact.svg");
  padding-left: 7px;
  z-index: 1;
}
