html body {
  margin: 0;
  padding: 0;
  background-color: #ECE5D3;
  font-family: "Anuphan";
}
html body .simpleFadeOut {
  opacity: 0;
  transition: 1.5s opacity;
}
html body .simpleFadeIn {
  opacity: 1;
  transition: 1.5s opacity;
}
html body h2 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  display: block;
  text-align: center;
}
html body h2.greenT2 {
  margin-left: 8vw;
  margin-right: 8vw;
  color: #DFFFA4;
  margin-bottom: 8vw;
  font-family: "Archia";
  font-size: 6.6666666667vw;
  line-height: 1.2;
}
@media screen and (min-width: 980px) {
  html body h2.greenT2 {
    margin-left: 13.3333333333vw;
    margin-right: 13.3333333333vw;
    margin-bottom: 3.125vw;
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  html body h2.greenT2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1820px;
    margin-bottom: 60px;
    font-size: 50px;
  }
}
html body .darkGroup {
  background-color: #042E34;
}
html body .darkGroup.landing {
  padding: 16vw 0;
}
@media screen and (min-width: 980px) {
  html body .darkGroup.landing {
    padding: 3.125vw 0;
  }
}
@media screen and (min-width: 1920px) {
  html body .darkGroup.landing {
    padding: 100px 0;
  }
}
html body .box {
  margin-left: 8vw;
  margin-right: 8vw;
}
@media screen and (min-width: 980px) {
  html body .box {
    margin-left: 2.6041666667vw;
    margin-right: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  html body .box {
    margin-left: auto;
    margin-right: auto;
    max-width: 1820px;
  }
}
html body footer .legal {
  color: #fff;
  font-size: 4.8vw;
  line-height: 6.6666666667vw;
  padding: 10.6666666667vw 0 32vw 0;
  text-align: center;
}
@media screen and (min-width: 980px) {
  html body footer .legal {
    font-size: 1.1458333333vw;
    line-height: 1.40625vw;
    padding: 2.0833333333vw 0 6.25vw 0;
  }
}
@media screen and (min-width: 1920px) {
  html body footer .legal {
    font-size: 22px;
    line-height: 27px;
    padding: 40px 0 120px 0;
  }
}

header {
  border-radius: 8vw;
  position: relative;
  margin-left: 2.6666666667vw;
  margin-right: 2.6666666667vw;
  margin-top: 2.6666666667vw;
  background-clip: content-box;
  overflow: hidden;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 980px) {
  header {
    border-radius: 2.6041666667vw;
    margin-left: 2.6041666667vw;
    margin-right: 2.6041666667vw;
    margin-top: 2.6041666667vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1920px) {
  header {
    border-radius: 50px;
    margin-left: auto;
    max-width: 1820px;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
header .topHead {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 8vw;
  position: relative;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(4, 46, 52, 0.2);
  background-image: url("../img/headMob.jpg");
}
@media screen and (min-width: 980px) {
  header .topHead {
    background-image: url("../img/head.jpg");
    border-radius: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  header .topHead {
    border-radius: 50px;
  }
}
header .topHead .containLogo {
  border-radius: 8vw;
  background-color: #042E34;
  padding: 6.4vw 7.2vw;
  box-sizing: border-box;
  width: 54.4vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 980px) {
  header .topHead .containLogo {
    border-radius: 2.6041666667vw;
    padding: 2.65625vw 2.8645833333vw;
    width: 20.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  header .topHead .containLogo {
    border-radius: 50px;
    padding: 51px 55px;
    width: 400px;
  }
}
header .topHead .containLogo img {
  display: block;
  width: 100%;
}
header .botHead {
  border-radius: 8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8.8vw 0;
  position: relative;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(4, 46, 52, 0.2);
  background-image: url("../img/headMob.jpg");
}
@media screen and (min-width: 980px) {
  header .botHead {
    background-image: url("../img/head.jpg");
    border-radius: 2.6041666667vw;
    padding: 3.6458333333vw 0 4.6875vw 0;
    flex-direction: row;
  }
}
@media screen and (min-width: 1920px) {
  header .botHead {
    border-radius: 50px;
    padding: 70px 0 90px 0;
  }
}
header .botHead h1 {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 4.8vw;
  line-height: 6.6666666667vw;
  display: block;
  font-weight: 600;
  margin-bottom: 0.5333333333vw;
}
@media screen and (min-width: 980px) {
  header .botHead h1 {
    margin-bottom: 0;
    font-size: 2.6041666667vw;
    line-height: 3.3854166667vw;
    margin-right: 0.625vw;
  }
}
@media screen and (min-width: 1920px) {
  header .botHead h1 {
    font-size: 50px;
    line-height: 65px;
    margin-right: 12px;
  }
}
header .botHead span {
  display: inline-block;
  color: #DFFFA4;
  background-color: #042E34;
  border-radius: 1.3333333333vw;
  line-height: 5.8666666667vw;
  padding: 0 1.6vw;
  font-size: 4.8vw;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  header .botHead span {
    font-size: 2.6041666667vw;
    line-height: 2.7083333333vw;
    border-radius: 0.2604166667vw;
    padding: 0 0.7291666667vw;
  }
}
@media screen and (min-width: 1920px) {
  header .botHead span {
    font-size: 50px;
    line-height: 52px;
    border-radius: 5px;
    padding: 0 14px;
  }
}

.postHead {
  margin-left: 8vw;
  margin-right: 8vw;
  margin-bottom: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .postHead {
    margin-left: auto;
    margin-right: auto;
    max-width: 51.5625vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1920px) {
  .postHead {
    margin-left: auto;
    max-width: 990px;
    margin-right: auto;
    margin-bottom: 60px;
  }
}
.postHead p {
  font-size: 4.8vw;
  line-height: 6.6666666667vw;
  color: #042E34;
  margin: 0;
}
@media screen and (min-width: 980px) {
  .postHead p {
    font-size: 1.3020833333vw;
    line-height: 1.8229166667vw;
  }
}
@media screen and (min-width: 1920px) {
  .postHead p {
    font-size: 25px;
    line-height: 35px;
  }
}
.postHead p:first-child {
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 980px) {
  .postHead p:first-child {
    margin-bottom: 0.2604166667vw;
  }
}
@media screen and (min-width: 1920px) {
  .postHead p:first-child {
    margin-bottom: 5px;
  }
}
.postHead .cartouche {
  display: inline-block;
  color: #DFFFA4;
  background-color: #042E34;
  border-radius: 1.3333333333vw;
  line-height: 7.7333333333vw;
  padding: 0 3.4666666667vw;
  padding-bottom: 0.8vw;
  font-size: 4.8vw;
  margin-bottom: 7.7333333333vw;
}
.postHead .cartouche sup {
  font-size: 60%;
  vertical-align: text-bottom;
}
@media screen and (min-width: 980px) {
  .postHead .cartouche {
    font-size: 1.3020833333vw;
    line-height: 1.8229166667vw;
    border-radius: 0.2604166667vw;
    padding: 0 0.8854166667vw;
    margin-bottom: 0.8854166667vw;
    padding-bottom: 0.15625vw;
  }
}
@media screen and (min-width: 1920px) {
  .postHead .cartouche {
    font-size: 25px;
    line-height: 35px;
    border-radius: 5px;
    padding: 0 17px;
    margin-bottom: 17px;
    padding-bottom: 3px;
  }
}

.nosOffres {
  padding-bottom: 6.4vw;
}
@media screen and (min-width: 980px) {
  .nosOffres {
    padding-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres {
    padding-bottom: 60px;
  }
}
.nosOffres.specialOffreOut .carouOffres .offre {
  opacity: 0;
  bottom: -50px;
}
.nosOffres.specialOffreIn .carouOffres .offre {
  opacity: 1;
  bottom: 0;
}
.nosOffres .carouOffres {
  margin-bottom: 11.2vw;
}
@media screen and (min-width: 980px) {
  .nosOffres .carouOffres {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .carouOffres {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 980px) {
  .nosOffres .carouOffres .slick-track {
    display: flex;
    width: auto !important;
    max-width: 100%;
    margin-left: 2.34375vw;
    margin-right: 2.34375vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .carouOffres .slick-track {
    margin-left: auto;
    max-width: 1820px;
    margin-right: auto;
  }
}
.nosOffres .carouOffres .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.nosOffres .carouOffres .slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 5.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8vw;
  margin-bottom: 11.2vw;
}
.nosOffres .carouOffres .slick-dots li {
  position: relative;
  display: inline-block;
  height: 5.3333333333vw;
  width: 5.3333333333vw;
  margin: 0 2.1333333333vw;
  padding: 0;
  cursor: pointer;
}
.nosOffres .carouOffres .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 5.3333333333vw;
  width: 5.3333333333vw;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: #042E34;
  cursor: pointer;
}
.nosOffres .carouOffres .slick-dots li button:hover, .nosOffres .carouOffres .slick-dots li button:focus {
  outline: none;
}
.nosOffres .carouOffres .slick-dots li button:hover:before, .nosOffres .carouOffres .slick-dots li button:focus:before {
  opacity: 1;
}
.nosOffres .carouOffres .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-color: #DFFFA4;
  border-radius: 100%;
  left: 1.3333333333vw;
  top: 1.3333333333vw;
  opacity: 0;
  transition: 0.5s opacity;
}
.nosOffres .carouOffres .slick-dots li.slick-active button:before {
  color: #ECE5D3;
  opacity: 1;
}
.nosOffres .carouOffres .offre {
  margin-left: 6.6666666667vw;
  opacity: 0;
  transition: 0.5s opacity, 0.5s bottom;
  transition-timing-function: ease-in-out;
  position: relative;
  bottom: 0;
}
@media screen and (min-width: 980px) {
  .nosOffres .carouOffres .offre {
    margin: 0;
    min-width: 30vw;
    margin-right: 2.5vw;
  }
  .nosOffres .carouOffres .offre:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .carouOffres .offre {
    min-width: 576px;
    margin-right: 48px;
  }
}
.nosOffres .carouOffres .offre.code2 {
  transition-delay: 0.25s;
}
.nosOffres .carouOffres .offre.code3 {
  transition-delay: 0.5s;
}
.nosOffres .carouOffres .offre.code1 .topOffre .logoOffre svg path {
  fill: #D6C4FF;
}
.nosOffres .carouOffres .offre.code1 .botOffre .darkBot .title {
  color: #D6C4FF;
}
.nosOffres .carouOffres .offre.code1 .botOffre .darkBot .statGroup .stat {
  color: #D6C4FF;
}
.nosOffres .carouOffres .offre.code1 .botOffre .lightBot {
  background-color: #D6C4FF;
}
.nosOffres .carouOffres .offre.code2 .topOffre .logoOffre svg path {
  fill: #B0E3FF;
}
.nosOffres .carouOffres .offre.code2 .botOffre .darkBot .title {
  color: #B0E3FF;
}
.nosOffres .carouOffres .offre.code2 .botOffre .darkBot .statGroup .stat {
  color: #B0E3FF;
}
.nosOffres .carouOffres .offre.code2 .botOffre .lightBot {
  background-color: #B0E3FF;
}
.nosOffres .carouOffres .offre.code3 .topOffre .logoOffre svg path {
  fill: #FF9668;
}
.nosOffres .carouOffres .offre.code3 .botOffre .darkBot .title {
  color: #FF9668;
}
.nosOffres .carouOffres .offre.code3 .botOffre .darkBot .statGroup .stat {
  color: #FF9668;
}
.nosOffres .carouOffres .offre.code3 .botOffre .lightBot {
  background-color: #FF9668;
}
.nosOffres .carouOffres .offre .topOffre {
  position: relative;
  width: 85.3333333333vw;
  max-width: 100%;
}
@media screen and (min-width: 980px) {
  .nosOffres .carouOffres .offre .topOffre {
    width: 30vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .carouOffres .offre .topOffre {
    width: 576px;
  }
}
.nosOffres .carouOffres .offre .topOffre .midToptop, .nosOffres .carouOffres .offre .topOffre .midTopbot {
  height: 21.0666666667vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 85.3333333333vw;
  max-width: 100%;
}
@media screen and (min-width: 980px) {
  .nosOffres .carouOffres .offre .topOffre .midToptop, .nosOffres .carouOffres .offre .topOffre .midTopbot {
    width: 30vw;
    height: 7.5vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .carouOffres .offre .topOffre .midToptop, .nosOffres .carouOffres .offre .topOffre .midTopbot {
    width: 576px;
    height: 144px;
  }
}
.nosOffres .carouOffres .offre .topOffre .midToptop {
  border-radius: 0 8vw 0 8vw;
}
@media screen and (min-width: 980px) {
  .nosOffres .carouOffres .offre .topOffre .midToptop {
    border-radius: 0 2.6041666667vw 0 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .carouOffres .offre .topOffre .midToptop {
    border-radius: 0 50px 0 50px;
  }
}
.nosOffres .carouOffres .offre .topOffre .midTopbot {
  border-radius: 8vw 0 8vw 8vw;
  background-position: center bottom;
}
@media screen and (min-width: 980px) {
  .nosOffres .carouOffres .offre .topOffre .midTopbot {
    border-radius: 2.6041666667vw 0 2.6041666667vw 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .carouOffres .offre .topOffre .midTopbot {
    border-radius: 50px 0 50px 50px;
  }
}
.nosOffres .carouOffres .offre .topOffre .logoOffre {
  position: absolute;
  left: -1px;
  top: 0;
  width: 40.5333333333vw;
  height: 31.4666666667vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 980px) {
  .nosOffres .carouOffres .offre .topOffre .logoOffre {
    width: 14.1666666667vw;
    height: 10.9895833333vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .carouOffres .offre .topOffre .logoOffre {
    width: 272px;
    height: 211px;
  }
}
.nosOffres .carouOffres .offre .topOffre .logoOffre img {
  display: block;
  width: 28.2666666667vw;
  padding-top: 6.6666666667vw;
  padding-left: 5.6vw;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 980px) {
  .nosOffres .carouOffres .offre .topOffre .logoOffre img {
    width: 10vw;
    padding-top: 2.3958333333vw;
    padding-left: 2.0833333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .carouOffres .offre .topOffre .logoOffre img {
    width: 192px;
    padding-top: 46px;
    padding-left: 40px;
  }
}
.nosOffres .carouOffres .offre .topOffre .logoOffre svg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.nosOffres .carouOffres .offre .botOffre {
  border-radius: 8vw;
}
@media screen and (min-width: 980px) {
  .nosOffres .carouOffres .offre .botOffre {
    border-radius: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .carouOffres .offre .botOffre {
    border-radius: 50px;
  }
}
.nosOffres .carouOffres .offre .botOffre .darkBot {
  padding: 5.3333333333vw 5.3333333333vw 9.3333333333vw 5.3333333333vw;
  background-color: #042E34;
  border-radius: 8vw 8vw 0 0;
  background-repeat: no-repeat;
  background-position: right 5.8666666667vw top 5.3333333333vw;
  background-size: 16vw auto;
  background-image: url("../img/isr.svg");
  min-height: 103.2vw;
  box-sizing: border-box;
}
@media screen and (min-width: 980px) {
  .nosOffres .carouOffres .offre .botOffre .darkBot {
    padding: 2.0833333333vw 2.0833333333vw 1.5625vw 2.0833333333vw;
    border-radius: 2.6041666667vw 2.6041666667vw 0 0;
    background-position: right 2.0833333333vw top 2.0833333333vw;
    background-size: 5.5729166667vw auto;
    min-height: 24.7916666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .carouOffres .offre .botOffre .darkBot {
    border-radius: 50px 50px 0 0;
    padding: 40px 40px 30px 40px;
    background-position: right 40px top 40px;
    background-size: 107px auto;
    min-height: 476px;
  }
}
.nosOffres .carouOffres .offre .botOffre .darkBot .title {
  font-size: 6.9333333333vw;
  font-family: "Archia";
  line-height: 1.15;
  margin-bottom: 2.4vw;
}
@media screen and (min-width: 980px) {
  .nosOffres .carouOffres .offre .botOffre .darkBot .title {
    font-size: 2.0833333333vw;
    margin-bottom: 0.3125vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .carouOffres .offre .botOffre .darkBot .title {
    font-size: 40px;
    margin-bottom: 6px;
  }
}
.nosOffres .carouOffres .offre .botOffre .darkBot .base {
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 6.1333333333vw;
  color: #fff;
  margin-bottom: 5.3333333333vw;
  min-height: 12.2666666667vw;
}
@media screen and (min-width: 980px) {
  .nosOffres .carouOffres .offre .botOffre .darkBot .base {
    font-size: 1.3020833333vw;
    line-height: 1.8229166667vw;
    margin-bottom: 0.78125vw;
    min-height: 3.6458333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .carouOffres .offre .botOffre .darkBot .base {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
    min-height: 70px;
  }
}
.nosOffres .carouOffres .offre .botOffre .darkBot .base span {
  font-weight: 700;
  font-size: 4.5333333333vw;
  color: #D6C4FF;
}
@media screen and (min-width: 980px) {
  .nosOffres .carouOffres .offre .botOffre .darkBot .base span {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .carouOffres .offre .botOffre .darkBot .base span {
    font-size: 24px;
  }
}
.nosOffres .carouOffres .offre .botOffre .darkBot .statGroup {
  margin-bottom: 2.6666666667vw;
}
.nosOffres .carouOffres .offre .botOffre .darkBot .statGroup:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .nosOffres .carouOffres .offre .botOffre .darkBot .statGroup {
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .carouOffres .offre .botOffre .darkBot .statGroup {
    margin-bottom: 10px;
  }
}
.nosOffres .carouOffres .offre .botOffre .darkBot .statGroup .titleStat {
  font-size: 3.7333333333vw;
  line-height: 7.2vw;
  color: #fff;
}
.nosOffres .carouOffres .offre .botOffre .darkBot .statGroup .titleStat sup {
  vertical-align: text-bottom;
  font-size: 60%;
}
@media screen and (min-width: 980px) {
  .nosOffres .carouOffres .offre .botOffre .darkBot .statGroup .titleStat {
    font-size: 0.9375vw;
    line-height: 1.40625vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .carouOffres .offre .botOffre .darkBot .statGroup .titleStat {
    font-size: 18px;
    line-height: 27px;
  }
}
.nosOffres .carouOffres .offre .botOffre .darkBot .statGroup .stat {
  font-weight: 700;
  font-size: 8vw;
  line-height: 7.7333333333vw;
}
@media screen and (min-width: 980px) {
  .nosOffres .carouOffres .offre .botOffre .darkBot .statGroup .stat {
    font-size: 2.0833333333vw;
    line-height: 2.03125vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .carouOffres .offre .botOffre .darkBot .statGroup .stat {
    font-size: 40px;
    line-height: 39px;
  }
}
.nosOffres .carouOffres .offre .botOffre .lightBot {
  padding: 4.8vw 4.8vw;
  border-radius: 0 0 8vw 8vw;
}
@media screen and (min-width: 980px) {
  .nosOffres .carouOffres .offre .botOffre .lightBot {
    padding: 2.0833333333vw;
    border-radius: 0 0 2.6041666667vw 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .carouOffres .offre .botOffre .lightBot {
    border-radius: 0 0 50px 50px;
    padding: 40px;
  }
}
.nosOffres .carouOffres .offre .botOffre .lightBot .titleEnter {
  color: #042E34;
  font-size: 3.7333333333vw;
  line-height: 4vw;
}
@media screen and (min-width: 980px) {
  .nosOffres .carouOffres .offre .botOffre .lightBot .titleEnter {
    font-size: 0.9375vw;
    line-height: 0.9895833333vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .carouOffres .offre .botOffre .lightBot .titleEnter {
    font-size: 18px;
    line-height: 19px;
  }
}
.nosOffres .carouOffres .offre .botOffre .lightBot .priceEnter {
  color: #042E34;
  font-weight: 700;
  font-size: 8vw;
  line-height: 10.4vw;
}
@media screen and (min-width: 980px) {
  .nosOffres .carouOffres .offre .botOffre .lightBot .priceEnter {
    font-size: 2.0833333333vw;
    line-height: 2.5520833333vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .carouOffres .offre .botOffre .lightBot .priceEnter {
    font-size: 40px;
    line-height: 49px;
  }
}
.nosOffres .carouOffres .offre .botOffre .lightBot .detailEnter {
  color: #042E34;
  font-weight: 700;
  font-size: 4.2666666667vw;
  line-height: 1.1979166667vw;
}
.nosOffres .carouOffres .offre .botOffre .lightBot .detailEnter sup {
  vertical-align: text-bottom;
  font-size: 60%;
  line-height: 6.1333333333vw;
}
@media screen and (min-width: 980px) {
  .nosOffres .carouOffres .offre .botOffre .lightBot .detailEnter sup {
    line-height: 1.8229166667vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .carouOffres .offre .botOffre .lightBot .detailEnter sup {
    line-height: 35px;
  }
}
@media screen and (min-width: 980px) {
  .nosOffres .carouOffres .offre .botOffre .lightBot .detailEnter {
    font-size: 1.3020833333vw;
    line-height: 1.8229166667vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .carouOffres .offre .botOffre .lightBot .detailEnter {
    font-size: 25px;
    line-height: 35px;
  }
}
.nosOffres .endOffres {
  margin-left: 8vw;
  margin-right: 8vw;
}
@media screen and (min-width: 980px) {
  .nosOffres .endOffres {
    margin-left: 1.5625vw;
    margin-right: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .endOffres {
    max-width: 1820px;
    margin-left: auto;
    margin-right: auto;
  }
}
.nosOffres .endOffres .groupCta {
  text-align: center;
  margin-bottom: 2.9333333333vw;
}
@media screen and (min-width: 980px) {
  .nosOffres .endOffres .groupCta {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .endOffres .groupCta {
    margin-bottom: 24px;
  }
}
.nosOffres .endOffres .groupCta a {
  display: inline-block;
  padding: 4vw 8vw;
  border: 0.5333333333vw solid #042E34;
  font-size: 4.2666666667vw;
  line-height: 5.0666666667vw;
  font-weight: 500;
  color: #042E34;
  transition: 0.5s background-color, 0.5s color;
  text-decoration: none;
  border-radius: 18.6666666667vw;
}
@media screen and (min-width: 980px) {
  .nosOffres .endOffres .groupCta a {
    padding: 1.5625vw 2.6041666667vw;
    border: 0.1041666667vw solid #042E34;
    font-size: 1.3020833333vw;
    line-height: 1.5625vw;
    border-radius: 3.6458333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .endOffres .groupCta a {
    padding: 30px 50px;
    border-width: 2px;
    font-size: 25px;
    line-height: 30px;
    border-radius: 70px;
  }
}
.nosOffres .endOffres .groupCta a:hover {
  background-color: #042E34;
  color: #fff;
}
.nosOffres .endOffres .legal {
  text-align: center;
  color: #ECE5D3;
  font-size: 3.7333333333vw;
  line-height: 4.8vw;
  text-align: center;
  color: #042E34;
}
@media screen and (min-width: 980px) {
  .nosOffres .endOffres .legal {
    font-size: 1.1458333333vw;
    line-height: 1.40625vw;
  }
}
@media screen and (min-width: 1920px) {
  .nosOffres .endOffres .legal {
    font-size: 22px;
    line-height: 27px;
  }
}
.reassurance {
  margin-bottom: 16vw;
}
@media screen and (min-width: 980px) {
  .reassurance {
    margin-bottom: 5.5729166667vw;
  }
}
@media screen and (min-width: 1920px) {
  .reassurance {
    margin-bottom: 107px;
  }
}
.reassurance .legal {
  color: #ECE5D3;
  font-size: 3.7333333333vw;
  line-height: 4.8vw;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .reassurance .legal {
    font-size: 1.1458333333vw;
    line-height: 1.40625vw;
  }
}
@media screen and (min-width: 1920px) {
  .reassurance .legal {
    font-size: 22px;
    line-height: 27px;
  }
}
.reassurance .blocsReassu.specialOffreOut .blocReassu {
  opacity: 0;
  bottom: -50px;
}
.reassurance .blocsReassu.specialOffreIn .blocReassu {
  opacity: 1;
  bottom: 0;
}
.reassurance .blocsReassu {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 980px) {
  .reassurance .blocsReassu {
    margin-bottom: 2.0833333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1920px) {
  .reassurance .blocsReassu {
    margin-bottom: 40px;
  }
}
.reassurance .blocsReassu .blocReassu {
  background-color: #ECE5D3;
  border-radius: 8vw;
  padding: 5.3333333333vw 8vw;
  text-align: center;
  margin-bottom: 8vw;
  transition: 0.5s opacity, 0.5s bottom;
  opacity: 0;
  bottom: -50px;
  position: relative;
}
.reassurance .blocsReassu .blocReassu:nth-child(2) {
  transition-delay: 0.25s;
}
.reassurance .blocsReassu .blocReassu:nth-child(3) {
  transition-delay: 0.5s;
}
.reassurance .blocsReassu .blocReassu:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .reassurance .blocsReassu .blocReassu {
    border-radius: 1.5625vw;
    padding: 2.0833333333vw;
    margin-bottom: 0;
    width: 29.84375vw;
    margin-right: 2.6041666667vw;
  }
  .reassurance .blocsReassu .blocReassu:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1920px) {
  .reassurance .blocsReassu .blocReassu {
    border-radius: 50px;
    padding: 40px;
    width: 573px;
    margin-right: 50px;
  }
}
.reassurance .blocsReassu .blocReassu img {
  display: inline-block;
  height: 17.3333333333vw;
}
@media screen and (min-width: 980px) {
  .reassurance .blocsReassu .blocReassu img {
    height: 6.40625vw;
  }
}
@media screen and (min-width: 1920px) {
  .reassurance .blocsReassu .blocReassu img {
    height: 123px;
  }
}
.reassurance .blocsReassu .blocReassu .textReassu .tit {
  color: #042E34;
  font-weight: 700;
  font-size: 8vw;
  line-height: 9.3333333333vw;
}
@media screen and (min-width: 980px) {
  .reassurance .blocsReassu .blocReassu .textReassu .tit {
    font-size: 2.0833333333vw;
    line-height: 2.5vw;
  }
}
@media screen and (min-width: 1920px) {
  .reassurance .blocsReassu .blocReassu .textReassu .tit {
    font-size: 40px;
    line-height: 48px;
  }
}
.reassurance .blocsReassu .blocReassu .textReassu .name {
  color: #042E34;
  font-size: 4.8vw;
  line-height: 6.1333333333vw;
}
@media screen and (min-width: 980px) {
  .reassurance .blocsReassu .blocReassu .textReassu .name {
    font-size: 1.3020833333vw;
    line-height: 1.8229166667vw;
  }
}
@media screen and (min-width: 1920px) {
  .reassurance .blocsReassu .blocReassu .textReassu .name {
    font-size: 25px;
    line-height: 35px;
  }
}

.groupePrix .legal {
  color: #ECE5D3;
  font-size: 3.7333333333vw;
  line-height: 4.8vw;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .groupePrix .legal {
    font-size: 1.1458333333vw;
    line-height: 1.40625vw;
  }
}
@media screen and (min-width: 1920px) {
  .groupePrix .legal {
    font-size: 22px;
    line-height: 27px;
  }
}
@media screen and (min-width: 980px) {
  .groupePrix .legal {
    max-width: 61.4583333333vw;
    margin-left: 18.75vw;
    margin-right: 18.75vw;
  }
}
@media screen and (min-width: 1920px) {
  .groupePrix .legal {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
}

.carouPrix {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 980px) {
  .carouPrix {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .carouPrix {
    margin-bottom: 40px;
  }
}
.carouPrix.specialOffreOut .prix {
  opacity: 0;
  bottom: -50px;
}
.carouPrix.specialOffreIn .prix {
  opacity: 1;
  bottom: 0;
}
.carouPrix .prix {
  margin-left: 6.6666666667vw;
  transition: 0.5s opacity, 0.5s bottom;
  opacity: 0;
  bottom: -50px;
  position: relative;
}
.carouPrix .prix:nth-child(2) {
  transition-delay: 0.25s;
}
.carouPrix .prix:nth-child(3) {
  transition-delay: 0.5s;
}
.carouPrix .prix:nth-child(4) {
  transition-delay: 0.75s;
}
.carouPrix .prix:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .carouPrix .prix {
    margin: 0;
    min-width: 21.71875vw;
    margin-right: 2.6041666667vw;
  }
  .carouPrix .prix:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1920px) {
  .carouPrix .prix {
    min-width: 417px;
    margin-right: 50px;
  }
}
.carouPrix .prix .topPrix {
  border-radius: 8vw;
}
@media screen and (min-width: 980px) {
  .carouPrix .prix .topPrix {
    border-radius: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .carouPrix .prix .topPrix {
    border-radius: 50px;
  }
}
.carouPrix .prix .topPrix img {
  display: block;
  width: 100%;
  border-radius: 8vw;
}
@media screen and (min-width: 980px) {
  .carouPrix .prix .topPrix img {
    border-radius: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .carouPrix .prix .topPrix img {
    border-radius: 50px;
  }
}
.carouPrix .prix .botPrix {
  border-radius: 8vw;
  background-color: #ECE5D3;
  padding: 7.2vw 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .carouPrix .prix .botPrix {
    border-radius: 2.6041666667vw;
    padding: 2.6041666667vw 1.5625vw;
    padding-bottom: 1.9270833333vw;
  }
}
@media screen and (min-width: 1920px) {
  .carouPrix .prix .botPrix {
    border-radius: 50px;
    padding: 50px 30px;
    padding-bottom: 37px;
  }
}
.carouPrix .prix .botPrix .tit {
  font-weight: 700;
  color: #042E34;
  font-size: 6.4vw;
  line-height: 7.2vw;
  min-height: 21.6vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 980px) {
  .carouPrix .prix .botPrix .tit {
    font-size: 1.5625vw;
    line-height: 1.5625vw;
    min-height: 4.6875vw;
    margin-bottom: 1.8229166667vw;
  }
}
@media screen and (min-width: 1920px) {
  .carouPrix .prix .botPrix .tit {
    font-size: 30px;
    line-height: 30px;
    min-height: 90px;
    margin-bottom: 35px;
  }
}
.carouPrix .prix .botPrix .logoOffre {
  width: 50.6666666667vw;
  height: 18.6666666667vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 980px) {
  .carouPrix .prix .botPrix .logoOffre {
    width: 9.8958333333vw;
    height: 3.6458333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .carouPrix .prix .botPrix .logoOffre {
    width: 190px;
    height: 70px;
  }
}
.carouPrix .prix .botPrix .logoOffre img {
  display: block;
  max-width: 100%;
}
.carouPrix .prix .botPrix .logoOffre.ofg img, .carouPrix .prix .botPrix .logoOffre.of1 img {
  width: 41.3333333333vw;
}
@media screen and (min-width: 980px) {
  .carouPrix .prix .botPrix .logoOffre.ofg img, .carouPrix .prix .botPrix .logoOffre.of1 img {
    width: 8.0729166667vw;
  }
}
@media screen and (min-width: 1920px) {
  .carouPrix .prix .botPrix .logoOffre.ofg img, .carouPrix .prix .botPrix .logoOffre.of1 img {
    width: 155px;
  }
}
.carouPrix .prix .botPrix .logoOffre.of2 img {
  width: 49.8666666667vw;
}
@media screen and (min-width: 980px) {
  .carouPrix .prix .botPrix .logoOffre.of2 img {
    width: 9.7395833333vw;
  }
}
@media screen and (min-width: 1920px) {
  .carouPrix .prix .botPrix .logoOffre.of2 img {
    width: 187px;
  }
}
@media screen and (min-width: 980px) {
  .carouPrix .slick-track {
    display: flex;
    width: auto !important;
    max-width: 100%;
    margin-left: 2.34375vw;
    margin-right: 2.34375vw;
  }
}
@media screen and (min-width: 1920px) {
  .carouPrix .slick-track {
    margin-left: auto;
    max-width: 1820px;
    margin-right: auto;
  }
}
.carouPrix .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.carouPrix .slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 5.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8vw;
  margin-bottom: 11.2vw;
}
.carouPrix .slick-dots li {
  position: relative;
  display: inline-block;
  height: 5.3333333333vw;
  width: 5.3333333333vw;
  margin: 0 2.1333333333vw;
  padding: 0;
  cursor: pointer;
}
.carouPrix .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 5.3333333333vw;
  width: 5.3333333333vw;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: #042E34;
  cursor: pointer;
}
.carouPrix .slick-dots li button:hover, .carouPrix .slick-dots li button:focus {
  outline: none;
}
.carouPrix .slick-dots li button:hover:before, .carouPrix .slick-dots li button:focus:before {
  opacity: 1;
}
.carouPrix .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-color: #DFFFA4;
  border-radius: 100%;
  left: 1.3333333333vw;
  top: 1.3333333333vw;
  opacity: 0;
  transition: 0.5s opacity;
}
.carouPrix .slick-dots li.slick-active button:before {
  color: #ECE5D3;
  opacity: 1;
}

.formLanding {
  padding: 16vw 0 8vw;
}
@media screen and (min-width: 980px) {
  .formLanding {
    padding: 5.2083333333vw 0;
  }
}
@media screen and (min-width: 1920px) {
  .formLanding {
    padding: 100px 0;
  }
}
.formLanding h2 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: "Archia";
  font-size: 6.6666666667vw;
  line-height: 8vw;
  text-align: left;
  margin-bottom: 5.3333333333vw;
  color: #042E34;
}
@media screen and (min-width: 980px) {
  .formLanding h2 {
    text-align: center;
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .formLanding h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
.formLanding > .subTit {
  font-size: 4.8vw;
  line-height: 6.6666666667vw;
  text-align: left;
  margin-bottom: 16vw;
  color: #042E34;
}
@media screen and (min-width: 980px) {
  .formLanding > .subTit {
    text-align: center;
    font-size: 1.3020833333vw;
    line-height: 1.8229166667vw;
    margin-bottom: 3.90625vw;
  }
}
@media screen and (min-width: 1920px) {
  .formLanding > .subTit {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.formLanding .formGroup .leftForm {
  margin-bottom: 16vw;
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup .leftForm {
    flex-grow: 1;
    margin-bottom: 0;
  }
}
.formLanding .formGroup .leftForm .titForm {
  color: #042E34;
  font-weight: 700;
  font-size: 5.3333333333vw;
  line-height: 8vw;
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup .leftForm .titForm {
    font-size: 1.5625vw;
    line-height: 1.8229166667vw;
  }
}
@media screen and (min-width: 1920px) {
  .formLanding .formGroup .leftForm .titForm {
    font-size: 30px;
    line-height: 35px;
  }
}
.formLanding .formGroup .leftForm .consigne {
  color: #042E34;
  font-size: 3.7333333333vw;
  line-height: 7.2vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup .leftForm .consigne {
    font-size: 1.1458333333vw;
    line-height: 1.8229166667vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .formLanding .formGroup .leftForm .consigne {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup .leftForm .lineForm {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.formLanding .formGroup .leftForm .lineForm input {
  background-color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 1.3333333333vw;
  font-size: 4.8vw;
  line-height: 7.2vw;
  padding: 4.2666666667vw 5.3333333333vw;
  min-width: 100%;
  box-sizing: border-box;
  margin-bottom: 8vw;
  font-family: "Anuphan";
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup .leftForm .lineForm input {
    border-radius: 0.2604166667vw;
    font-size: 1.1458333333vw;
    line-height: 1.40625vw;
    padding: 1.3020833333vw 1.5625vw;
    margin-bottom: 3.125vw;
    width: calc((100% - 2.6041666667vw) / 2);
    margin-right: 2.6041666667vw;
    min-width: 0;
  }
  .formLanding .formGroup .leftForm .lineForm input:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1920px) {
  .formLanding .formGroup .leftForm .lineForm input {
    border-radius: 5px;
    font-size: 22px;
    line-height: 27px;
    padding: 25px 30px;
    margin-bottom: 60px;
    width: calc((100% - 50px) / 2);
    margin-right: 50px;
  }
  .formLanding .formGroup .leftForm .lineForm input:last-child {
    margin-right: 0;
  }
}
.formLanding .formGroup .leftForm textarea {
  background-color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 1.3333333333vw;
  font-size: 4.8vw;
  line-height: 7.2vw;
  padding: 4.2666666667vw 5.3333333333vw;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 8vw;
  font-family: "Anuphan";
  resize: none;
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup .leftForm textarea {
    border-radius: 0.2604166667vw;
    font-size: 1.1458333333vw;
    line-height: 1.40625vw;
    padding: 1.3020833333vw 1.5625vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1920px) {
  .formLanding .formGroup .leftForm textarea {
    border-radius: 5px;
    font-size: 22px;
    line-height: 27px;
    padding: 25px 30px;
    margin-bottom: 60px;
  }
}
.formLanding .formGroup .leftForm .submitGroup {
  text-align: left;
  position: relative;
}
.formLanding .formGroup .leftForm .submitGroup input {
  background-color: #042E34;
  box-shadow: none;
  border-radius: 18.6666666667vw;
  color: #DFFFA4;
  font-weight: 700;
  font-size: 4.2666666667vw;
  line-height: 8vw;
  border: 0.5333333333vw solid #042E34;
  transition: 0.5s color, 0.5s background-color;
  padding: 4vw 13.3333333333vw 4vw 21.3333333333vw;
  box-sizing: border-box;
  font-family: "Anuphan";
  cursor: pointer;
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup .leftForm .submitGroup input {
    font-size: 1.1458333333vw;
    line-height: 1.5625vw;
    border-width: 0.1041666667vw;
    padding: 1.4583333333vw 2.7083333333vw 1.4583333333vw 5.2083333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .formLanding .formGroup .leftForm .submitGroup input {
    border-width: 2px;
    font-size: 22px;
    line-height: 30px;
    padding: 28px 52px 28px 100px;
  }
}
.formLanding .formGroup .leftForm .submitGroup input:hover {
  color: #042E34;
  background-color: #ECE5D3;
}
.formLanding .formGroup .leftForm .submitGroup input:hover + svg path {
  fill: #042E34;
}
.formLanding .formGroup .leftForm .submitGroup svg {
  position: absolute;
  left: 9.3333333333vw;
  top: 50%;
  transform: translateY(-50%);
  width: 5.8666666667vw;
  height: 5.6vw;
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup .leftForm .submitGroup svg {
    left: 2.7604166667vw;
    width: 1.5104166667vw;
    height: 1.4583333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .formLanding .formGroup .leftForm .submitGroup svg {
    left: 53px;
    width: 29px;
    height: 28px;
  }
}
.formLanding .formGroup .leftForm .submitGroup svg path {
  transition: 0.5s fill;
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup .rightForm {
    width: calc((100% - 5.2083333333vw) / 3);
    margin-left: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .formLanding .formGroup .rightForm {
    width: calc((100% - 100px) / 3);
    margin-left: 50px;
  }
}
.formLanding .formGroup .rightForm .contactBulle {
  background-color: #042E34;
  border-radius: 8vw;
  padding: 8vw 5.3333333333vw;
  margin-bottom: 16vw;
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup .rightForm .contactBulle {
    border-radius: 2.6041666667vw;
    padding: 1.5625vw 2.6041666667vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1920px) {
  .formLanding .formGroup .rightForm .contactBulle {
    border-radius: 50px;
    padding: 30px 50px;
    margin-bottom: 60px;
  }
}
.formLanding .formGroup .rightForm .contactBulle .tit {
  color: #fff;
  font-weight: 700;
  font-size: 5.3333333333vw;
  line-height: 8vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup .rightForm .contactBulle .tit {
    font-size: 1.5625vw;
    line-height: 1.5625vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .formLanding .formGroup .rightForm .contactBulle .tit {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.formLanding .formGroup .rightForm .contactBulle .subTit {
  color: #fff;
  font-size: 4.8vw;
  line-height: 6.6666666667vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup .rightForm .contactBulle .subTit {
    font-size: 1.1458333333vw;
    line-height: 1.40625vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .formLanding .formGroup .rightForm .contactBulle .subTit {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 30px;
  }
}
.formLanding .formGroup .rightForm .contactBulle .telGroup {
  text-align: left;
}
.formLanding .formGroup .rightForm .contactBulle .telGroup a {
  display: inline-block;
  padding: 4vw 18.6666666667vw 4vw 22.6666666667vw;
  background-color: #DFFFA4;
  color: #042E34;
  transition: 0.5s color, 0.5s background-color, 0.5s border-color;
  border: 0.5333333333vw solid #DFFFA4;
  position: relative;
  border-radius: 18.6666666667vw;
  text-decoration: none;
  font-size: 4.2666666667vw;
  line-height: 8vw;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup .rightForm .contactBulle .telGroup a {
    border-radius: 3.6458333333vw;
    padding: 1.5104166667vw 3.125vw 1.5104166667vw 5.2083333333vw;
    font-size: 1.1458333333vw;
    line-height: 1.5625vw;
    border-width: 0.1041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .formLanding .formGroup .rightForm .contactBulle .telGroup a {
    border-radius: 70px;
    padding: 29px 60px 29px 100px;
    font-size: 22px;
    line-height: 30px;
    border-width: 2px;
  }
}
.formLanding .formGroup .rightForm .contactBulle .telGroup a:hover {
  background-color: #042E34;
  color: #DFFFA4;
}
.formLanding .formGroup .rightForm .contactBulle .telGroup a:hover svg path {
  fill: #DFFFA4;
}
.formLanding .formGroup .rightForm .contactBulle .telGroup a svg {
  position: absolute;
  left: 12vw;
  top: 50%;
  transform: translateY(-50%);
  width: 5.6vw;
  height: 5.6vw;
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup .rightForm .contactBulle .telGroup a svg {
    left: 2.8125vw;
    width: 1.4583333333vw;
    height: 1.4583333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .formLanding .formGroup .rightForm .contactBulle .telGroup a svg {
    left: 54px;
    width: 28px;
    height: 28px;
  }
}
.formLanding .formGroup .rightForm .contactBulle .telGroup a svg path {
  transition: 0.5s fill;
}
.formLanding .formGroup .rightForm .endRightForm > img {
  width: 66.1333333333vw;
  margin-bottom: 16.5333333333vw;
  display: block;
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup .rightForm .endRightForm > img {
    width: 12.9166666667vw;
    margin-bottom: 1.4583333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .formLanding .formGroup .rightForm .endRightForm > img {
    width: 248px;
    margin-bottom: 28px;
  }
}
.formLanding .formGroup .rightForm .endRightForm .adresseBloc {
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup .rightForm .endRightForm .adresseBloc {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 1920px) {
  .formLanding .formGroup .rightForm .endRightForm .adresseBloc {
    margin-bottom: 15px;
  }
}
.formLanding .formGroup .rightForm .endRightForm .adresseBloc:nth-child(3) {
  margin-bottom: 16vw;
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup .rightForm .endRightForm .adresseBloc:nth-child(3) {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1920px) {
  .formLanding .formGroup .rightForm .endRightForm .adresseBloc:nth-child(3) {
    margin-bottom: 60px;
  }
}
.formLanding .formGroup .rightForm .endRightForm .adresseBloc .tit {
  color: #042E34;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 6.6666666667vw;
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup .rightForm .endRightForm .adresseBloc .tit {
    font-size: 1.1458333333vw;
    line-height: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .formLanding .formGroup .rightForm .endRightForm .adresseBloc .tit {
    font-size: 22px;
    line-height: 30px;
  }
}
.formLanding .formGroup .rightForm .endRightForm .adresseBloc .adresse {
  color: #042E34;
  font-size: 4.8vw;
  line-height: 6.6666666667vw;
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup .rightForm .endRightForm .adresseBloc .adresse {
    font-size: 1.1458333333vw;
    line-height: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .formLanding .formGroup .rightForm .endRightForm .adresseBloc .adresse {
    font-size: 22px;
    line-height: 30px;
  }
}
.formLanding .formGroup .rightForm .endRightForm .adresseBloc .adresse br {
  display: inline;
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup .rightForm .endRightForm .adresseBloc .adresse br {
    display: none;
  }
}
.formLanding .formGroup .rightForm .endRightForm .adresseBloc .adresse span {
  display: none;
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup .rightForm .endRightForm .adresseBloc .adresse span {
    display: inline;
  }
}
.formLanding .formGroup .rightForm .endRightForm .socialGroup {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.formLanding .formGroup .rightForm .endRightForm .socialGroup a {
  display: block;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  margin-right: 13.3333333333vw;
}
@media screen and (min-width: 980px) {
  .formLanding .formGroup .rightForm .endRightForm .socialGroup a {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    margin-right: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .formLanding .formGroup .rightForm .endRightForm .socialGroup a {
    width: 50px;
    height: 50px;
    margin-right: 50px;
  }
}
.formLanding .formGroup .rightForm .endRightForm .socialGroup a svg {
  height: 100%;
  width: 100%;
}
.formLanding .formGroup .rightForm .endRightForm .socialGroup a svg path {
  transition: 0.5s fill;
}
.formLanding .formGroup .rightForm .endRightForm .socialGroup a:hover svg path {
  fill: #476366;
}

#stickyCta {
  background-color: #DFFFA4;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 2.1333333333vw 0;
  z-index: 999;
}
@media screen and (min-width: 980px) {
  #stickyCta {
    padding: 0.5208333333vw 0;
  }
}
@media screen and (min-width: 1920px) {
  #stickyCta {
    padding: 10px 0;
  }
}
#stickyCta a {
  display: inline-block;
  background-color: #042E34;
  box-shadow: none;
  border-radius: 18.6666666667vw;
  color: #DFFFA4;
  font-weight: 700;
  font-size: 4.2666666667vw;
  line-height: 8vw;
  border: 0.5333333333vw solid #042E34;
  transition: 0.5s color, 0.5s background-color;
  padding: 1.8666666667vw 13.3333333333vw 1.8666666667vw 21.3333333333vw;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 980px) {
  #stickyCta a {
    font-size: 1.1458333333vw;
    line-height: 1.5625vw;
    border-width: 0.1041666667vw;
    padding: 0.8854166667vw 2.7083333333vw 0.8854166667vw 5.2083333333vw;
  }
}
@media screen and (min-width: 1920px) {
  #stickyCta a {
    border-width: 2px;
    font-size: 22px;
    line-height: 30px;
    padding: 17px 52px 17px 100px;
  }
}
#stickyCta a svg {
  position: absolute;
  left: 12vw;
  top: 50%;
  transform: translateY(-50%);
  width: 5.8666666667vw;
  height: 5.6vw;
}
@media screen and (min-width: 980px) {
  #stickyCta a svg {
    left: 2.7604166667vw;
    width: 1.5104166667vw;
    height: 1.4583333333vw;
  }
}
@media screen and (min-width: 1920px) {
  #stickyCta a svg {
    left: 53px;
    width: 29px;
    height: 28px;
  }
}
#stickyCta a svg path {
  transition: 0.5s fill;
}
#stickyCta a:hover {
  color: #042E34;
  background-color: #DFFFA4;
}
#stickyCta a:hover svg path {
  fill: #042E34;
}/*# sourceMappingURL=main.css.map */