@import "reset.css";
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
:root {
  --doc-height: 100%;
  --vh: 1vh;
}
html {
  height: -webkit-fill-available;
}
body {
  height: var(--doc-height);
  min-height: 100vh;
  min-height: 100dvh;
  min-height: calc(var(--vh, 1vh) * 100);
  color: #303030;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  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;
}
div {
  box-sizing: border-box;
}
.mw-1920 {
  max-width: 1920px;
}
a {
  outline: none !important;
}
p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
}
b,
strong {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 100%;
}
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;
  }
}
.break {
  display: block;
}
#landing {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  #landing {
    height: auto;
  }
}
#landing .content {
  flex-direction: row;
  height: auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 1279px) {
  #landing .content {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
}
#landing .left {
  width: calc(100% - 470px);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  padding-bottom: 20px;
}
#landing .left .content {
  flex-direction: column;
}
@media screen and (max-width: 1279px) {
  #landing .left {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
}
#landing .left .banniere {
  height: 700px;
  margin-bottom: 45px;
  position: relative;
  padding: 15px 0 0 15px;
}
@media screen and (max-width: 1279px) {
  #landing .left .banniere {
    height: 550px;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  #landing .left .banniere {
    height: 450px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  #landing .left .banniere {
    height: 350px;
    width: 100%;
  }
}
#landing .left .banniere .svg-logo-cogedim {
  width: 115px;
  height: 115px;
  margin: 15px 30px 0 auto;
  position: relative;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 1279px) {
  #landing .left .banniere .svg-logo-cogedim {
    width: 90px;
    height: 90px;
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  #landing .left .banniere .svg-logo-cogedim {
    width: 59px;
    height: 59px;
    margin: 0;
  }
}
#landing .left .banniere .visuel {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#landing .left .banniere .logo-programme {
  position: absolute;
  top: 74px;
  left: 30px;
  bottom: auto;
  width: 224px;
  height: auto;
}
@media screen and (max-width: 1279px) {
  #landing .left .banniere .logo-programme {
    top: auto;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto auto 0;
    filter: brightness(10);
  }
}
@media screen and (max-width: 767px) {
  #landing .left .banniere .logo-programme {
    width: 154px;
  }
}
#landing .left .banniere .titre {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px 0 0 -15px;
}
@media screen and (max-width: 1023px) {
  #landing .left .banniere .titre {
    margin-left: -30px;
  }
}
#landing .left .banniere .titre .t-ville {
  padding: 3px 5px 3px 30px;
  margin-bottom: 3px;
  font-size: 1.25rem;
  color: #42145f;
  background-color: #e8e0d1;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  #landing .left .banniere .titre .t-ville {
    font-size: 0.75rem;
  }
}
#landing .left .banniere .titre .t-ligne {
  font-size: 2.375rem;
  padding: 2px 10px 2px 30px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #42145f;
  background-color: #e8e0d1;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  #landing .left .banniere .titre .t-ligne {
    font-size: 1.5625rem;
  }
}
#landing .left .banniere .titre .t-ligne.t-hide {
  display: none;
}
@media screen and (max-width: 1023px) {
  #landing .left .banniere .titre .t-ligne.t-hide {
    display: block;
  }
}
#landing .left .banniere .titre .t-ligne sup {
  font-size: 1.5rem;
  bottom: 0;
  text-transform: none;
  line-height: 1;
  vertical-align: super;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #landing .left .banniere .titre .t-ligne sup {
    font-size: 0.875rem;
    bottom: -1px;
  }
}
#landing .left .banniere .titre .t-show {
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  #landing .left .banniere .titre .t-show {
    display: none;
  }
}
#landing .left .banniere .bannerSection__goDown {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 25px);
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: background-color 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  #landing .left .banniere .bannerSection__goDown {
    display: none;
  }
}
#landing .left .banniere .bannerSection__goDown:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#landing .left .banniere .bannerSection__goDown::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin-bottom: 3px;
}
#landing .left .bloc-txt {
  width: 100%;
  max-width: 745px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
#landing .left .bloc-txt .bloc-txt-titre {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 18px;
  text-transform: uppercase;
  color: #42145f;
  line-height: 120%;
}
@media screen and (max-width: 1279px) {
  #landing .left .bloc-txt .bloc-txt-titre {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1023px) {
  #landing .left .bloc-txt .bloc-txt-titre {
    font-size: 1.25rem;
  }
}
#landing .left .bloc-txt .bloc-txt-desc {
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 20px;
}
@media screen and (max-width: 1279px) {
  #landing .left .bloc-txt .bloc-txt-desc {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 1023px) {
  #landing .left .bloc-txt .bloc-txt-desc {
    font-size: 0.875rem;
  }
}
#landing .left .bloc-txt2 {
  font-size: 1.5rem;
  text-align: center;
  color: #42145f;
  font-weight: 600;
  padding: 0 20px 15px;
  line-height: 120%;
}
@media screen and (max-width: 1279px) {
  #landing .left .bloc-txt2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  #landing .left .bloc-txt2 {
    font-size: 1rem;
  }
}
#landing .left .bloc-offres {
  padding: 25px 15px;
  margin: 25px 0 40px;
  display: flex;
  background-color: #f6f3ed;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
#landing .left .bloc-offres .bloc-offres-titre {
  font-size: 1.25rem;
  padding-bottom: 25px;
  padding: 0 15px 20px;
  font-weight: 600;
  text-align: center;
  color: #42145f;
  line-height: 120%;
}
@media screen and (max-width: 1279px) {
  #landing .left .bloc-offres .bloc-offres-titre {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1023px) {
  #landing .left .bloc-offres .bloc-offres-titre {
    font-size: 1rem;
  }
}
#landing .left .bloc-offres .bloc-offres-liste2 {
  display: flex;
  max-width: 624px;
  flex-wrap: wrap;
  justify-content: center;
}
#landing .left .bloc-offres .bloc-offres-liste2 .item {
  height: 90px;
  padding: 0 8px;
  margin: 0 10px 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #42145f;
  width: 230px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  #landing .left .bloc-offres .bloc-offres-liste2 .item {
    width: 100%;
    max-width: 320px;
  }
}
#landing .left .bloc-offres .bloc-offres-liste2 .item .i-t1 {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 0;
}
#landing .left .bloc-offres .bloc-offres-liste2 .item .i-t2 .block-lg {
  font-size: 0.625rem;
  text-align: center;
  display: inline-block;
}
#landing .left .bloc-offres .bloc-offres-liste2 .item .i-t2 .price {
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 5px;
  display: inline-block;
}
#landing .left .bloc-offres .bloc-offres-liste2 .item .i-t2 .price .smText {
  font-size: 0.875rem;
  display: inline-block;
  transform: translateY(-5px);
}
#landing .left .bloc-offres .bloc-offres-liste2 .item .i-t2 .price sup {
  font-weight: 400;
  font-size: 0.6875rem;
  position: relative;
  bottom: 1px;
  line-height: 1;
  vertical-align: super;
}
#landing .left .bloc-offres .bloc-offres-liste2 .item .i-t2 .inlineBlock {
  display: block;
  font-weight: 600;
  text-align: center;
  font-size: 0.625rem;
}
#landing .left .bloc-offres .bloc-offres-liste2 .item .i-t2 .inlineBlock sup {
  font-weight: 400;
  font-size: 0.4375rem;
  position: relative;
  bottom: 1px;
  line-height: 1;
  vertical-align: super;
}
#landing .left .bloc-offres .bloc-offres-liste2 .item2 {
  height: 64px;
}
@media screen and (max-width: 767px) {
  #landing .left .bloc-offres .bloc-offres-liste2 .item2 {
    width: 185px;
    height: 90px;
  }
}
#landing .left .bloc-offres .bloc-offres-liste2 .item2 .i2-t1 {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 0;
}
#landing .left .bloc-offres .bloc-offres-liste2 .item2 .i2-t1 sup {
  font-weight: 400;
  font-size: 0.4375rem;
  position: relative;
  bottom: 1px;
  line-height: 1;
  vertical-align: super;
}
#landing .left .bloc-offres .bloc-offres-liste2 .item2 .i2-t2 {
  font-size: 0.7rem;
  text-align: center;
  display: inline-block;
}
#landing .left .bloc-offres .bloc-offres-liste2 .item2 .i2-t2 sup {
  font-weight: 400;
  font-size: 0.4375rem;
  position: relative;
  bottom: 1px;
  line-height: 1;
  vertical-align: super;
}
#landing .left .bloc-offres .bloc-offres-liste2 .w1 {
  width: 188px;
}
@media screen and (max-width: 767px) {
  #landing .left .bloc-offres .bloc-offres-liste2 .w1 {
    width: 185px;
    height: 90px;
  }
}
@media screen and (max-width: 575px) {
  #landing .left .bloc-offres .bloc-offres-liste2 .w1 {
    width: 100%;
  }
}
#landing .left .bloc-offres .bloc-offres-liste2 .w2 {
  width: 171px;
}
@media screen and (max-width: 767px) {
  #landing .left .bloc-offres .bloc-offres-liste2 .w2 {
    width: 185px;
    height: 90px;
  }
}
@media screen and (max-width: 575px) {
  #landing .left .bloc-offres .bloc-offres-liste2 .w2 {
    width: 100%;
  }
}
#landing .left .bloc-offres .bloc-offres-liste2 .w3 {
  width: 205px;
}
@media screen and (max-width: 767px) {
  #landing .left .bloc-offres .bloc-offres-liste2 .w3 {
    width: 185px;
    height: 90px;
  }
}
@media screen and (max-width: 575px) {
  #landing .left .bloc-offres .bloc-offres-liste2 .w3 {
    width: 100%;
  }
}
#landing .left .bloc-offres .bloc-offres-liste2 .item-grey {
  width: 194px;
  background-color: #e8e0d1 !important;
}
@media screen and (max-width: 767px) {
  #landing .left .bloc-offres .bloc-offres-liste2 .item-grey {
    width: 185px;
    height: 90px;
  }
}
@media screen and (max-width: 575px) {
  #landing .left .bloc-offres .bloc-offres-liste2 .item-grey {
    width: 100%;
  }
}
#landing .left .bloc-offres .bloc-offres-liste2 .item-grey svg {
  width: 150px;
  height: 40px;
  display: block;
}
#landing .left .bloc-offres .bloc-offres-liste3 {
  display: flex;
  max-width: 900px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  #landing .left .bloc-offres .bloc-offres-liste3 {
    max-width: 624px;
  }
}
#landing .left .bloc-offres .bloc-offres-liste3 .item {
  height: 90px;
  padding: 0 8px;
  margin: 0 4px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #42145f;
  width: 230px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  #landing .left .bloc-offres .bloc-offres-liste3 .item {
    max-width: 320px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #landing .left .bloc-offres .bloc-offres-liste3 .item {
    width: 100%;
  }
}
#landing .left .bloc-offres .bloc-offres-liste3 .item .i-t1 {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 0;
  text-align: center;
}
#landing .left .bloc-offres .bloc-offres-liste3 .item .i-t2 {
  text-align: center;
}
#landing .left .bloc-offres .bloc-offres-liste3 .item .i-t2 .block-lg {
  font-size: 0.625rem;
  text-align: center;
  display: inline-block;
}
#landing .left .bloc-offres .bloc-offres-liste3 .item .i-t2 .price {
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 5px;
  display: inline-block;
}
#landing .left .bloc-offres .bloc-offres-liste3 .item .i-t2 .price .smText {
  font-size: 0.875rem;
  display: inline-block;
  transform: translateY(-5px);
}
#landing .left .bloc-offres .bloc-offres-liste3 .item .i-t2 .price sup {
  font-weight: 400;
  font-size: 0.6875rem;
  position: relative;
  bottom: 1px;
  line-height: 1;
  vertical-align: super;
}
#landing .left .bloc-offres .bloc-offres-liste3 .item .i-t2 .inlineBlock {
  display: block;
  font-weight: 600;
  text-align: center;
  font-size: 0.625rem;
}
#landing .left .bloc-offres .bloc-offres-liste3 .item .i-t2 .inlineBlock sup {
  font-weight: 400;
  font-size: 0.4375rem;
  position: relative;
  bottom: 1px;
  line-height: 1;
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  #landing .left .bloc-offres .bloc-offres-liste3 .item2 {
    width: 100% !important;
    max-width: 320px;
  }
}
#landing .left .bloc-offres .bloc-offres-liste3 .item2 .i2-t1 {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 0;
  text-align: center;
}
#landing .left .bloc-offres .bloc-offres-liste3 .item2 .i2-t1 sup {
  font-weight: 400;
  font-size: 0.4375rem;
  position: relative;
  bottom: 1px;
  line-height: 1;
  vertical-align: super;
}
#landing .left .bloc-offres .bloc-offres-liste3 .item2 .i2-t2 {
  font-size: 0.7rem;
  display: inline-block;
  text-align: center;
}
#landing .left .bloc-offres .bloc-offres-liste3 .item2 .i2-t2 sup {
  font-weight: 400;
  font-size: 0.4375rem;
  position: relative;
  bottom: 1px;
  line-height: 1;
  vertical-align: super;
}
#landing .left .bloc-offres .bloc-offres-liste3 .w1 {
  width: 164px;
}
@media screen and (max-width: 1439px) {
  #landing .left .bloc-offres .bloc-offres-liste3 .w1 {
    width: 114px;
  }
}
@media screen and (max-width: 767px) {
  #landing .left .bloc-offres .bloc-offres-liste3 .w1 {
    width: 185px;
    height: 90px;
  }
}
@media screen and (max-width: 575px) {
  #landing .left .bloc-offres .bloc-offres-liste3 .w1 {
    width: 100%;
  }
}
#landing .left .bloc-offres .bloc-offres-liste3 .w2 {
  width: 144px;
}
@media screen and (max-width: 1439px) {
  #landing .left .bloc-offres .bloc-offres-liste3 .w2 {
    width: 114px;
  }
}
@media screen and (max-width: 767px) {
  #landing .left .bloc-offres .bloc-offres-liste3 .w2 {
    width: 185px;
    height: 90px;
  }
}
@media screen and (max-width: 575px) {
  #landing .left .bloc-offres .bloc-offres-liste3 .w2 {
    width: 100%;
  }
}
#landing .left .bloc-offres .bloc-offres-liste3 .w3 {
  width: 184px;
}
@media screen and (max-width: 1439px) {
  #landing .left .bloc-offres .bloc-offres-liste3 .w3 {
    width: 114px;
  }
}
@media screen and (max-width: 767px) {
  #landing .left .bloc-offres .bloc-offres-liste3 .w3 {
    width: 185px;
    height: 90px;
  }
}
@media screen and (max-width: 575px) {
  #landing .left .bloc-offres .bloc-offres-liste3 .w3 {
    width: 100%;
  }
}
#landing .left .bloc-offres .bloc-offres-liste3 .symb {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 100%;
  font-weight: 800;
  font-size: 1.5rem;
  color: #42145f;
}
@media screen and (max-width: 767px) {
  #landing .left .bloc-offres .bloc-offres-liste3 .symb {
    width: 100%;
  }
}
#landing .left .bloc-offres .bloc-offres-liste3 .item-grey {
  width: 164px;
  background-color: #e8e0d1 !important;
}
@media screen and (max-width: 767px) {
  #landing .left .bloc-offres .bloc-offres-liste3 .item-grey {
    width: 100% !important;
  }
}
@media screen and (max-width: 575px) {
  #landing .left .bloc-offres .bloc-offres-liste3 .item-grey {
    width: 100%;
  }
}
#landing .left .bloc-offres .bloc-offres-liste3 .item-grey svg {
  width: 150px;
  height: 40px;
  display: block;
}
#landing .right {
  width: 470px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 3;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-x: none;
  overflow-y: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1279px) {
  #landing .right {
    width: 100%;
    max-width: 460px;
    overflow: hidden;
    position: relative;
    box-shadow: none;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #landing .right {
    width: calc(100% - 40px);
  }
}
#landing .right .r-title1 {
  padding: 30px 0 25px 0;
  color: #42145f;
  font-weight: 700;
  text-align: center;
  font-size: 1.25rem;
  line-height: 120%;
  width: 100%;
}
#landing .right .r-title2 {
  padding-bottom: 24px;
  color: #303030;
  font-weight: 700;
  text-align: center;
  font-size: 0.875rem;
}
#landing .right .champs,
#landing .right .footer-desk {
  align-items: center;
  display: flex;
  justify-content: center;
}
#landing .right .champs .content,
#landing .right .footer-desk .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#landing .right .champs {
  width: 340px;
}
@media screen and (max-width: 1279px) {
  #landing .right .champs {
    max-width: 340px;
    width: 100%;
  }
}
#landing footer {
  width: calc(100% - 470px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}
@media screen and (max-width: 1279px) {
  #landing footer {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  #landing footer {
    flex-direction: column;
  }
}
#landing footer svg {
  width: 238px;
  height: 34px;
  display: block;
}
@media screen and (max-width: 575px) {
  #landing footer svg {
    width: 185px;
    height: 27px;
  }
}
#landing footer .footer__links {
  padding: 0 20px 0 0;
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 575px) {
  #landing footer .footer__links {
    flex-direction: column;
    padding: 20px 0;
  }
}
#landing footer .footer__links .footer__links__item {
  transition: color 0.5s;
  font-size: 0.75rem;
  color: #8d8d8d;
  padding: 3px 0;
  font-weight: 500;
}
#landing footer .footer__links .footer__links__item:hover {
  color: #42145f;
}
#landing footer .footer__links span {
  display: block;
  padding: 0 10px;
  font-size: 0.75rem;
  color: #8d8d8d;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  #landing footer .footer__links span {
    display: none;
  }
}
.footer {
  display: none;
}
.footer-desk {
  padding: 15px 0;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .footer-desk {
    padding: 30px 0;
  }
}
.footer-desk .mentions1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  font-size: 0.625rem;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  max-width: 422px;
}
@media screen and (max-width: 767px) {
  .footer-desk .mentions1 {
    max-width: 458px;
    line-height: 120%;
  }
}
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;
}
.input-error {
  border: 1px solid #ff5050 !important;
}
.input-error::placeholder {
  color: #ff5050 !important;
}
form {
  margin-bottom: auto;
}
form .msgEr {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
form .error2 {
  font-size: 0.75rem !important;
  color: #ff5050 !important;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  display: none;
  margin: 6px 0;
  text-align: left;
}
form .row .input {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
  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: #FFFFFF;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  position: relative;
  margin: 0;
  color: #303030;
  font-size: 0.875rem;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  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 .input-label {
  color: #303030;
  font-size: 16px;
  pointer-events: none;
  padding: 5px 0;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  position: absolute;
  left: 15px;
  top: 7px;
  z-index: 2;
  transition: opacity 0.125s ease-in-out;
}
form .row .input .input-field {
  height: 45px;
  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: #303030;
}
form .row .input-radio {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
}
form .row .input-radio p {
  font-size: 0.875rem;
  margin-right: 10px;
}
form .row .input-radio input {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: none;
  border: 1px solid #f0f0f0;
  box-shadow: inset 0 0 0 4px #FFFFFF;
  background-color: #FFFFFF;
  appearance: none;
  padding: 0;
  margin: 0;
  pointer-events: none;
  position: relative;
}
form .row .input-radio input::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #42145f;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: center;
  transform: scale(0);
  transition: transform 0.125s ease-in-out;
  border-radius: 10px;
}
form .row .input-radio input:focus {
  outline: none;
}
form .row .input-radio input:checked::before {
  opacity: 1;
  transform: scale(0.6);
}
form .row .input-radio .label-radio {
  padding: 0 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 span {
  padding-left: 5px;
  font-size: 0.875rem;
}
form .row .input-civ {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
form .row .input-civ .label-radio {
  margin-bottom: 0;
}
form .row .input-civ .input-radio {
  justify-content: space-evenly !important;
}
form .row .input-optin {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
form .row .input-optin input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
form .row .input-optin label {
  position: relative;
  padding: 2px 0 0 25px;
  margin: 0 10px 0 0;
  cursor: pointer;
  font-size: 0.875rem;
  display: inline-block;
  text-align: left;
}
form .row .input-optin label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  width: 19px;
  height: 19px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
}
form .row .input-optin label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 11px;
  height: 11px;
  background-color: #42145f;
  border-radius: 999px;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  top: 4px;
  border-radius: 3px;
  transform: scale(0);
  opacity: 0;
}
form .row .input-projet {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
form .row .input-projet .input-label {
  text-align: left;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
form .row .input-projet .input-radio {
  justify-content: space-around;
  width: 100%;
}
form .row .formButtonValidation,
form .row #formloader,
form .row #formloader2 {
  height: 40px;
}
form .row .formButtonValidation {
  background-color: #42145f;
  border-radius: 50px;
  width: 100%;
  max-width: 200px;
  padding: 13px 24px;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
  border: none;
  outline: none;
  font-size: 0.875rem;
  position: relative;
  transition: background-color 0.7s;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 100%;
  font-family: sans-serif;
}
form .row .formButtonValidation:hover {
  background-color: #00a28c;
}
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: #303030;
}
form .row .mentions {
  display: block;
  padding: 15px 0 30px 0;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  font-size: 14px;
  color: #330961;
}
form #website,
form #website2 {
  display: none !important;
  visibility: hidden;
}
#contact {
  max-width: 480px;
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1279px) {
  #contact {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #contact {
    width: 100%;
  }
}
#contact .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #contact .row {
    flex-direction: column;
    align-items: center;
  }
}
#msgConfirmation {
  display: none;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: -webkit-fill-available;
}
#msgConfirmation p {
  padding: 20px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 100%;
  font-size: 16px;
  color: #42145f;
  font-weight: 800;
}
.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: 24px;
  padding: 60px 40px 60px 40px;
  text-align: center;
  color: #303030;
  line-height: 120%;
  width: auto;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 100%;
  font-weight: 800;
  color: #42145f;
}
.popins .popin .popin-header h1::after {
  content: "";
  display: none;
}
@media screen and (max-width: 575px) {
  .popins .popin .popin-header h1 {
    padding: 80px 20px 30px 20px;
    font-size: 20px;
  }
}
.popins .popin .popin-header button {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  text-align: center;
  background-color: #42145f;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  transition: opacity 0.125s ease-in-out;
  font-size: 28px;
}
.popins .popin .popin-header button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popins .popin .popin-header button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 575px) {
  .popins .popin .popin-header button {
    right: 0;
    left: 0;
    top: 30px;
    margin: auto;
  }
}
.popins .popin .popin-content {
  color: #303030;
  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 #303030;
  height: auto;
  color: #666;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  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: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 100%;
  padding-bottom: 10px;
  color: #666;
}
.popins .popin .popin-content > div p {
  font-size: 14px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  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: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  padding-bottom: 20px;
  line-height: 150%;
  color: #666;
}
.popins .popin .popin-content > div li::before {
  content: "●";
  position: relative;
  font-size: 14px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
  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: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 100%;
  text-decoration: underline;
}
.popin-active {
  display: flex !important;
}
.stickyBtn {
  position: fixed;
  z-index: 123456;
  margin: 0;
  padding: 0;
  width: 100%;
  bottom: 0;
  background-color: #42145f;
  height: 52px;
  display: none;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 575px) {
  .stickyBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.stickyBtn button {
  color: #FFFFFF;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 10px 30px;
  border: none;
  outline: none;
  font-size: 0.875rem;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 100%;
  font-weight: 700;
  transition: all 0.125s ease-in-out;
}
.stickyBtn button:hover {
  filter: brightness(1.1);
}
