@import "reset.css";
@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe/Circe-Bold.eot");
  src: url("../fonts/Circe/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe/Circe-Bold.woff2") format("woff2"), url("../fonts/Circe/Circe-Bold.woff") format("woff"), url("../fonts/Circe/Circe-Bold.ttf") format("truetype"), url("../fonts/Circe/Circe-Bold.svg#Circe-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CircleRegular";
  src: url("../fonts/Circe/CircleRegular.eot");
  src: url("../fonts/Circe/CircleRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe/CircleRegular.woff2") format("woff2"), url("../fonts/Circe/CircleRegular.woff") format("woff"), url("../fonts/Circe/CircleRegular.ttf") format("truetype"), url("../fonts/Circe/CircleRegular.svg#CircleRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MullerBold";
  src: url("../fonts/MullerBold.otf");
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
:root {
  --doc-height: 100%;
  --vh: 1vh;
  --form-width: 510px;
}
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: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  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: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  line-height: 180%;
}
b,
strong {
  font-family: "Circe", sans-serif;
  font-weight: bold;
  font-style: normal;
  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;
  }
}
#landing {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1279px) {
  #landing {
    height: auto;
  }
}
#landing .content {
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  height: auto;
}
#landing .left {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 4;
  background-color: #ffffff;
}
#landing .left .content {
  flex-direction: column;
}
@media screen and (max-width: 1279px) {
  #landing .left {
    width: 100%;
    height: auto;
  }
}
#visuelTop {
  width: 100%;
  position: relative;
  height: 100vh;
  height: 100dvh;
}
@media screen and (max-width: 1279px) {
  #visuelTop {
    height: calc(100vh - 50px);
    height: calc(100dvh - 50px);
    background-position: center;
  }
}
#visuelTop .degBot {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40%;
  width: 100%;
  background: linear-gradient(181.59deg, rgba(0, 0, 0, 0) 14.2%, #000000 63.09%);
  pointer-events: none;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #visuelTop .degBot {
    height: 60%;
  }
}
#visuelTop .degTop {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 60%;
  width: 100%;
  background: linear-gradient(0, rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  transform: rotate(180deg);
  opacity: 0.45;
}
@media screen and (max-width: 767px) {
  #visuelTop .degTop {
    height: 60%;
  }
}
#visuelTop .logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 210px;
  height: auto;
  margin: 0 auto;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #visuelTop .logo {
    width: 100px;
  }
}
#visuelTop .logo img {
  width: 100%;
  height: auto;
}
#visuelTop .coin {
  position: absolute;
  left: 0;
  top: 0;
  width: 450px;
  height: auto;
  margin: 0 auto;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #visuelTop .coin {
    width: 80vw;
    max-width: 450px;
  }
}
#visuelTop .coin img {
  width: 100%;
  height: auto;
}
#visuelTop .accroche {
  position: absolute;
  left: 30px;
  bottom: 40px;
  margin: 0 auto;
  z-index: 6;
  pointer-events: none;
}
@media screen and (max-width: 1279px) {
  #visuelTop .accroche {
    bottom: 50px;
  }
}
@media screen and (max-width: 1023px) {
  #visuelTop .accroche {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #visuelTop .accroche {
    bottom: 50px;
  }
}
#visuelTop .accroche img {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #visuelTop .accroche img {
    max-width: 320px;
    width: calc(100% - 60px);
    height: auto;
    padding-bottom: 20px;
  }
}
#visuelTop .accroche .t1 {
  color: #ffffff;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  font-size: 26px;
  margin-right: 30px;
  line-height: 110%;
  max-width: 690px;
}
@media screen and (max-width: 767px) {
  #visuelTop .accroche .t1 {
    margin-right: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #visuelTop .accroche .t1 .mobHide {
    display: none;
  }
}
#visuelTop .accroche .offre {
  color: #ffffff;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  font-size: 18px;
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #visuelTop .accroche .offre {
    transform-origin: bottom left;
    transform: scale(0.8);
  }
}
#visuelTop .accroche .offre::before {
  position: absolute;
  content: "";
  background-color: #d14296;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#visuelTop .accroche .offre span {
  display: block;
  padding: 10px;
  text-transform: uppercase;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
}
#visuelTop .accroche .offre b {
  text-transform: uppercase;
  font-family: "Circe", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
  font-size: 25px;
}
#visuelTop .deco {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 216px;
  z-index: 4;
}
.bloc-promoteur-mob {
  display: none;
  width: 100%;
  background-color: #45877f;
}
@media screen and (max-width: 1279px) {
  .bloc-promoteur-mob {
    display: flex;
  }
}
.bloc-promoteur-mob .bloc-promoteur-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bloc-promoteur-mob .bloc-promoteur-content .b1 {
  height: 100%;
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 15px;
}
.bloc-promoteur-mob .bloc-promoteur-content .b1 p {
  font-size: 12px;
  color: #fff;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  padding-bottom: 5px;
}
.bloc-promoteur-mob .bloc-promoteur-content .b1 img {
  width: 150px;
  height: auto;
}
#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;
}
#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;
}
.swiper-pagination-bullet {
  background-color: #ffffff !important;
}
.bloc2 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1440px;
}
.bloc2 .bloc2-1 {
  display: grid;
  grid-template-columns: 100px 1fr 50px 395px;
  width: calc(100% - 500px);
  position: relative;
  padding-top: 50px;
}
@media screen and (max-width: 1439px) {
  .bloc2 .bloc2-1 {
    grid-template-columns: 50px 1fr 50px 395px;
  }
}
@media screen and (max-width: 1279px) {
  .bloc2 .bloc2-1 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-1 {
    grid-template-columns: 20px 1fr 20px;
  }
}
.bloc2 .bloc2-1 .txt {
  grid-column: 2;
}
.bloc2 .bloc2-1 .txt .title {
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  color: #000;
  font-size: 24px;
  text-align: left;
}
.bloc2 .bloc2-1 .txt .title b {
  font-family: "Circe", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
  color: #d3846c;
}
.bloc2 .bloc2-1 .txt .list {
  padding: 20px 0;
  color: #555555;
}
.bloc2 .bloc2-1 .txt .list li {
  text-align: left;
  position: relative;
  list-style: none;
  font-size: 16px;
  padding-bottom: 15px;
  margin-left: 25px;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
}
.bloc2 .bloc2-1 .txt .list li:last-child {
  padding-bottom: 0;
}
.bloc2 .bloc2-1 .txt .list li:before {
  content: url(../images/puce.svg);
  position: absolute;
  top: 0;
  left: -25px;
}
.bloc2 .bloc2-1 .bloc1-visuel {
  grid-column: 4;
  max-width: 380px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-1 .bloc1-visuel {
    grid-column: 2;
    width: 100%;
    padding-top: 30px;
    max-width: none;
  }
}
.bloc2 .bloc2-2 {
  display: grid;
  grid-template-columns: 50px 315px 50px 1fr 100px;
  width: calc(100% - 500px);
  position: relative;
  padding-top: 50px;
}
@media screen and (max-width: 1439px) {
  .bloc2 .bloc2-2 {
    grid-template-columns: 15px 315px 50px 1fr 50px;
  }
}
@media screen and (max-width: 1279px) {
  .bloc2 .bloc2-2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-2 {
    grid-template-columns: 20px 1fr 20px;
  }
}
.bloc2 .bloc2-2 .txt {
  grid-column: 4;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-2 .txt {
    grid-column: 2;
  }
}
.bloc2 .bloc2-2 .txt .title {
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  color: #000;
  font-size: 24px;
  text-align: left;
}
.bloc2 .bloc2-2 .txt .title b {
  font-family: "Circe", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
  color: #d3846c;
}
.bloc2 .bloc2-2 .txt .list {
  padding: 20px 0;
  color: #555555;
}
.bloc2 .bloc2-2 .txt .list li {
  text-align: left;
  position: relative;
  list-style: none;
  font-size: 16px;
  padding-bottom: 15px;
  margin-left: 25px;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
}
.bloc2 .bloc2-2 .txt .list li:last-child {
  padding-bottom: 0;
}
.bloc2 .bloc2-2 .txt .list li:before {
  content: url(../images/puce.svg);
  position: absolute;
  top: 0;
  left: -25px;
}
.bloc2 .bloc2-2 .bloc1-visuel {
  grid-column: 2;
  grid-row: 1;
  max-width: 380px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-2 .bloc1-visuel {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    padding-top: 30px;
    max-width: none;
  }
}
.bloc2 .bloc2-3 {
  display: grid;
  grid-template-columns: 100px 1fr 100px;
  padding-top: 50px;
  width: calc(100% - 500px);
  position: relative;
  margin-top: -120px;
}
@media screen and (max-width: 1439px) {
  .bloc2 .bloc2-3 {
    grid-template-columns: 50px 1fr 50px;
  }
}
@media screen and (max-width: 1279px) {
  .bloc2 .bloc2-3 {
    width: 100%;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .bloc2 .bloc2-3 {
    grid-template-columns: 20px 1fr 20px;
    margin-top: 0;
  }
}
.bloc2 .bloc2-3 .tableau {
  grid-column: 2;
  background-color: #fff7f7;
  padding-bottom: 20px;
}
.bloc2 .bloc2-3 .tableau .title {
  text-align: center;
  grid-column: 2;
  padding: 20px 0;
  margin: 0 40px;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  color: #000;
  font-size: 24px;
}
.bloc2 .bloc2-3 .tableau .title b {
  font-family: "Circe", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
  color: #d3846c;
}
.bloc2 .bloc2-form {
  position: absolute;
  top: 0;
  right: 50px;
  width: 100%;
  z-index: 50;
  pointer-events: none;
  height: 100%;
  max-width: 450px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1279px) {
  .bloc2 .bloc2-form {
    position: relative;
    max-width: none;
    right: 0;
  }
}
.bloc2 .bloc2-form .bloc2-form-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 1439px) {
  .bloc2 .bloc2-form .bloc2-form-content {
    max-width: 1280px;
  }
}
.bloc2 .bloc2-form .bloc2-form-content .form-content {
  background-color: #fff7f7;
  pointer-events: all;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  top: 0;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .bloc2 .bloc2-form .bloc2-form-content .form-content {
    width: 100%;
  }
}
.bloc2 .bloc2-form .telephone {
  background-color: #45877f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 0;
  pointer-events: all;
  display: none;
}
.bloc2 .bloc2-form .telephone img {
  width: 210px;
  height: auto;
}
footer {
  display: grid;
  grid-template-columns: 138px 1fr;
  height: 138px;
  padding-top: 100px;
}
@media screen and (max-width: 1279px) {
  footer {
    padding-top: 0;
    grid-template-columns: 1fr;
    height: auto;
  }
}
footer .logo {
  grid-column: 1;
  height: 100%;
  width: 100%;
  background-color: #294f60;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
footer .logo .b1 {
  height: 100%;
  width: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  footer .logo .b1 {
    width: 100%;
    padding: 20px 0;
  }
}
footer .logo .b1 p {
  font-size: 12px;
  color: #fff;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  padding-bottom: 5px;
}
footer .logo .b1 img {
  width: 68px;
  height: auto;
}
footer .mentions2 {
  display: block;
  text-align: center;
  color: #000;
  font-size: 12px;
  grid-column: 2;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  transform: translateX(calc(-205px / 2));
}
@media screen and (max-width: 1279px) {
  footer .mentions2 {
    transform: none;
    grid-column: 1;
  }
}
@media screen and (max-width: 767px) {
  footer .mentions2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
  }
}
footer .mentions2 a {
  color: #000;
  font-size: 12px;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
}
footer .mentions2 button {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  footer .mentions2 button {
    padding: 10px;
  }
}
footer .mentions2 button:after {
  content: "-";
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  footer .mentions2 button:after {
    content: "";
    margin: 0;
  }
}
footer .mentions2 button:last-of-type:after {
  content: "";
  margin-left: 0;
}
#contact {
  top: -108px;
}
@media screen and (max-width: 1279px) {
  #contact {
    top: 0;
  }
}
#contact #etape1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#contact #etape2 {
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
}
#contact #etape2 .req-champs {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
#contact #etape2 .question {
  padding-top: 50px;
}
#contact #etape2 .question p {
  font-family: "Circe", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
  font-size: 22px;
  padding-bottom: 5px;
}
#contact #etape2 .question p span {
  font-size: 14px;
}
#contact #etape2 .question .req-choices {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 0 55px;
  justify-content: center;
}
#contact #etape2 .question .req-choices label {
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(50% - 10px);
  background-color: #cccccc10;
  color: #000;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #00000015;
  transition: border-color 0.2s ease;
  align-items: center;
}
#contact #etape2 .question .req-choices label:has(input[type="radio"]:checked) {
  background-color: #45877f20;
  /* par exemple un violet pâle */
  border: 1px solid #284f60;
}
#contact #etape2 .question .req-choices input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #284f60;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
}
#contact #etape2 .question .req-choices input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #284f60;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}
#contact #etape2 #etapefinale {
  display: none;
  flex-direction: column;
  padding: 90px 0;
}
#contact #etape2 #etapefinale .etapefinale-title {
  text-align: center;
  margin: 0 80px;
  font-family: "Circe", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 20px;
  color: #294f60;
}
#contact #etape2 #etapefinale .etapefinale-desc {
  text-align: center;
  margin: 0 40px;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  font-size: 18px;
}
#contact #etape2 #etapefinale .etapefinale-btn {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin-top: 20px;
  background-color: #294f60;
  border: 1px solid #294f60 !important;
  padding: 5px 15px;
  color: #ffffff;
  text-align: center;
  border: none;
  outline: none;
  font-size: 18px;
  position: relative;
  transition: all 0.25s ease-in-out;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}
#contact #etape2 #etapefinale .etapefinale-btn:hover {
  filter: brightness(1.1);
  color: #ffffff;
}
#contact .form-header {
  padding: 20px 0;
  position: relative;
  background-color: #7ebab5;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  #contact .form-header {
    width: 100%;
  }
}
#contact .form-header p {
  margin: 0 30px;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 120%;
  color: #fff;
}
#contact .form-header p span {
  font-family: "Circe", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
  line-height: 100%;
  text-transform: uppercase;
  font-size: 34px;
}
#contact .form-header2 {
  position: relative;
  background-color: #d3846c;
  width: 100%;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  #contact .form-header2 {
    width: 100%;
  }
}
#contact .form-header2 p {
  margin: 0 30px;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
}
#contact .form-header2 p b {
  font-size: 26px;
}
#contact .bloc2,
#contact .bloc3,
#contact .champs,
#contact .footer-desk {
  align-items: center;
  display: flex;
  justify-content: center;
}
#contact .bloc2 .content,
#contact .bloc3 .content,
#contact .champs .content,
#contact .footer-desk .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 132px);
}
@media screen and (max-width: 767px) {
  #contact .bloc2 .content,
  #contact .bloc3 .content,
  #contact .champs .content,
  #contact .footer-desk .content {
    width: calc(100% - 40px);
  }
}
#contact .form-title {
  color: #fff;
  background-color: #d3846c;
  font-size: 24px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: "Circe", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
  height: 42px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1279px) {
  #contact .form-title {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  #contact .form-title {
    margin: 0 20px;
  }
}
#contact .form-subtitle {
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  color: #000;
  font-size: 24px;
  text-align: left;
  width: calc(100% - 120px);
  margin: 0 60px;
  margin-top: 20px;
  max-width: 640px;
  font-style: italic;
}
#contact .form-subtitle b {
  font-family: "Circe", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
  font-style: italic;
  color: #7ebab5;
}
@media screen and (max-width: 767px) {
  #contact .form-subtitle {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}
#contact .benefits-list {
  padding: 20px 0;
  margin: 0 60px;
  max-width: 640px;
  color: #555555;
}
@media screen and (max-width: 767px) {
  #contact .benefits-list {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}
#contact .benefits-list li {
  text-align: left;
  position: relative;
  list-style: none;
  font-size: 16px;
  padding-bottom: 15px;
  margin-left: 15px;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
}
#contact .benefits-list li:last-child {
  padding-bottom: 0;
}
#contact .benefits-list li:before {
  content: url(../images/puce.svg);
  position: absolute;
  top: 1px;
  left: -15px;
}
#contact .form-highlights {
  max-width: 100%;
  background-color: #294f60;
  width: 100%;
  height: 66px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  #contact .form-highlights {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #contact .form-highlights {
    height: auto;
    padding: 20px 0;
  }
}
#contact .form-highlights:hover {
  cursor: pointer;
}
#contact .form-highlights p {
  line-height: 100%;
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin: 0 40px;
}
@media screen and (max-width: 1279px) {
  #contact .form-highlights p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #contact .form-highlights p {
    width: auto;
    margin: 0 20px;
    font-size: 18px;
  }
}
#contact .form-highlights p .mh {
  display: block;
}
@media screen and (max-width: 767px) {
  #contact .form-highlights p .mh {
    display: none;
  }
}
#contact .form-highlights img {
  position: absolute;
  top: -20px;
  left: -21px;
  width: 75px;
  height: auto;
}
#contact .bloc3 {
  padding-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  #contact .bloc3 {
    max-width: 640px;
    width: 100%;
  }
}
#contact .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 {
  font-family: "Circe", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin: 15px 5px;
}
@media screen and (max-width: 1279px) {
  #contact .bloc3 div p {
    margin: 15px 90px;
  }
}
@media screen and (max-width: 767px) {
  #contact .bloc3 div p {
    margin: 15px 30px;
  }
}
#contact .champs {
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 1279px) {
  #contact .champs {
    max-width: 640px;
    width: 100%;
  }
}
#contact .champs .deco {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 160px;
}
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 .msgEr {
  display: flex;
  justify-content: center;
  align-items: center;
}
form .error2 {
  font-size: 14px !important;
  color: #cc0000 !important;
  font-family: "Circe", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
  display: none;
  margin-bottom: 8px;
  margin-top: 10px;
}
form .row .input {
  position: relative;
  width: 100%;
  padding-bottom: 15px;
  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: #f0e3e0;
  border: 1px solid #f0e3e0;
  position: relative;
  margin: 0;
  color: #555555;
  font-size: 16px;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  transition: border 0.125s ease-in-out;
  box-shadow: none !important;
}
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: #555555;
  font-size: 16px;
  pointer-events: none;
  padding: 5px 0;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  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: #555555;
}
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: flex-start;
  align-items: center;
  padding-bottom: 0;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
}
form .row .input-radio p {
  font-size: 16px;
}
form .row .input-radio input {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: none;
  border: 1px solid #f0e3e0;
  box-shadow: inset 0 0 0 4px #f0e3e0;
  background-color: #f0e3e0;
  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: #294f60;
  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 .label-radio:first-child {
  flex-direction: row-reverse;
}
form .row .input-radio span {
  padding: 0 10px;
  font-size: 16px;
}
form .row .input-civ {
  position: relative;
  width: 70%;
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
}
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;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
}
form .row .input-optin .label-radio {
  margin-top: 8px;
  margin-bottom: 0;
}
form .row .input-optin .input-radio {
  justify-content: space-evenly;
}
form .row .input-optin > span {
  width: 100%;
  text-align: center;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  color: #555555;
  font-size: 14px;
  line-height: 140%;
}
form .row .input-optin > span a {
  color: #555555;
  text-decoration: underline !important;
  font-family: "Circe", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
}
form .row .input-optin .rb {
  width: 70%;
}
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: "Circe", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
  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 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin-top: 20px;
  background-color: #294f60;
  border: 1px solid #294f60 !important;
  padding: 0 15px;
  color: #ffffff;
  text-align: center;
  border: none;
  outline: none;
  font-size: 25px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.25s ease-in-out;
  border-radius: 5px;
}
form .row .formButtonValidation span {
  display: block;
}
form .row .formButtonValidation:hover {
  filter: brightness(1.1);
  color: #ffffff;
}
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: #d3846c;
}
form .row .mentions {
  display: block;
  padding: 15px 0 30px 0;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  font-size: 14px;
  color: #330961;
}
form #website,
form #website2 {
  display: none !important;
  visibility: hidden;
}
#contact {
  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 #msgConfirmation,
#contact #msgConfirmation2 {
  display: none;
  text-align: center;
}
#contact #msgConfirmation p,
#contact #msgConfirmation2 p {
  margin: 0 0 30px 0;
  padding: 20px;
  font-family: "Circe", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
  font-size: 16px;
  border-bottom: 2px solid #70b78b;
  border-top: 2px solid #70b78b;
  color: #70b78b;
}
#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;
  }
}
.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: 26px;
  padding: 60px 40px 60px 40px;
  text-align: left;
  color: #294f60;
  width: auto;
  font-family: "Circe", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
  text-transform: uppercase;
}
.popins .popin .popin-header h1::after {
  content: "";
  display: none;
}
@media screen and (max-width: 575px) {
  .popins .popin .popin-header h1 {
    padding: 30px 60px 30px 20px;
    font-size: 20px;
  }
}
.popins .popin .popin-header button {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  text-align: center;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  transition: opacity 0.125s ease-in-out;
  font-size: 28px;
}
.popins .popin .popin-header button:hover {
  opacity: 0.5;
}
.popins .popin .popin-content {
  color: #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: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  font-size: 16px;
}
.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: "Circe", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
  padding-bottom: 10px;
  color: #666;
}
.popins .popin .popin-content > div p {
  font-size: 16px;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  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: 16px;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  padding-bottom: 20px;
  line-height: 150%;
  color: #666;
}
.popins .popin .popin-content > div li::before {
  content: "●";
  position: relative;
  font-size: 16px;
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  padding-right: 10px;
  color: #666;
}
.popins .popin .popin-content > div .soustitre {
  color: #666;
  padding-bottom: 10px;
  font-size: 16px;
  font-style: italic;
}
.popins .popin .popin-content > div .soustitre::before {
  content: "•";
  padding-right: 10px;
}
.popins .popin .popin-content > div a {
  color: #666;
  font-size: 16px;
  font-family: "Circe", sans-serif;
  font-weight: bold;
  font-style: normal;
  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: #294f60;
  height: 50px;
  display: none;
}
@media screen and (max-width: 1279px) {
  .stickyBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.stickyBtn button {
  padding: 0;
  color: #ffffff;
  height: 100%;
  width: 100%;
  background-color: transparent;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  font-size: 20px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  transition: all 0.125s ease-in-out;
}
.stickyBtn button:hover {
  filter: brightness(1.1);
}
.pricing {
  width: calc(100% - 40px);
  margin: auto;
}
/* ===== CATEGORY ===== */
.category {
  margin-bottom: 3px;
  /* ===== CONTENT ===== */
  /* ===== CONTENT (ANIMÉ) ===== */
}
.category:last-of-type {
  margin-bottom: 0;
}
.category.open .arrow {
  transform: rotate(-90deg);
}
.category.open .category-content {
  grid-template-rows: 1fr;
  opacity: 1;
}
.category .category-header {
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  align-items: center;
  padding: 14px 18px;
  background: #284f60;
  color: white;
  cursor: pointer;
  font-size: 14px;
  transition: filter 0.2s ease;
}
.category .category-header:hover {
  filter: brightness(1.05);
}
.category .category-header.alt {
  background: #d3846c;
}
.category .category-header .col {
  font-family: "CircleRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category .category-header .col.typo {
  gap: 12px;
  justify-content: flex-start;
}
.category .category-header .col.surface {
  gap: 5px;
}
.category .category-header .col.prix {
  gap: 5px;
  justify-content: flex-end;
  font-size: 14px;
}
.category .category-header .col.prix b {
  font-size: 16px;
}
.category .category-header .col b {
  font-family: "Circe", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 120%;
}
.category .arrow {
  font-size: 10px;
  transform: rotate(90deg);
}
.category .category-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease, opacity 0.3s ease;
  overflow: hidden;
  opacity: 0;
}
.category .category-content .content-wrapper {
  min-height: 0;
}
/* ===== ROW ===== */
.tabrow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  padding: 12px 18px;
  font-size: 16px;
  color: #294f60;
}
.tabrow:nth-child(odd) {
  background: white;
}
.tabrow:nth-child(even) {
  background: #cef1e8;
}
.tabrow div {
  white-space: nowrap;
}
.tabrow sup {
  font-size: 10px;
  line-height: 0;
  vertical-align: 6px;
}
.tabrow .plan {
  cursor: pointer;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .tabrow .plan {
    justify-content: flex-start;
  }
}
.tabrow .plan a {
  color: #294f60;
  text-decoration: none;
}
.tabrow .plan a::before {
  content: url("../images/download.svg");
  font-size: 12px;
  margin-right: 10px;
}
.tabrow .price {
  text-align: right;
  font-weight: 700;
  color: #d3846c;
  font-size: 20px;
}
/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .category .category-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .tabrow {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }
  .tabrow .price {
    grid-column: span 2;
    text-align: left;
  }
}
