.center {
  text-align: center;
}

.black {
  color: #000;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-family: "Poppins Bold";
  font-weight: 700;
}

.regular {
  font-family: "Poppins Regular";
  font-weight: 400;
}

.segoe-bold {
  font-family: "Segoe UI bold";
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
}

.white {
  color: white;
}

.underline {
  text-decoration: underline;
}

.brown {
  color: #A68162;
}

.whiteF {
  color: #FFF2E1;
}

.nowrap {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .nowrap {
    white-space: inherit;
  }
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
}

h1, h2, h3 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: inherit;
}

.vce {
  margin-bottom: 0;
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 20px;
  line-height: 1.5;
}

.test-bloc {
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  font-family: "Poppins Bold";
  font-weight: 700;
  font-size: 5vw;
  line-height: 1.24;
  color: #FFF8F0;
}
@media (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  color: #A68162;
  font-family: "Poppins Bold";
  font-weight: 700;
  font-size: 3.3333333333vw;
}
@media (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
}

.full-width .vce.vce-single-image-wrapper {
  width: 100%;
  height: auto;
}
.full-width .vce.vce-single-image-wrapper figure {
  width: 100%;
  height: auto;
}
.full-width .vce.vce-single-image-wrapper figure .vce-single-image-figure-inner {
  width: 100% !important;
  height: auto;
}

.br-59 {
  border-radius: 3.0729166667vw;
}
@media (max-width: 767px) {
  .br-59 {
    border-radius: 25px;
  }
}

.br-20 {
  border-radius: 1.0416666667vw;
}
.br-20 .vce-single-image-wrapper {
  border-radius: 1.0416666667vw;
}
@media (max-width: 767px) {
  .br-20 .vce-single-image-wrapper {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .br-20 {
    border-radius: 15px;
  }
}

.br-53 {
  border-radius: 2.7604166667vw;
}
.br-53 .vce-content-background-container {
  border-radius: 2.7604166667vw;
}
@media (max-width: 767px) {
  .br-53 .vce-content-background-container {
    border-radius: 20px;
  }
}
.br-53 .vce-single-image-wrapper {
  border-radius: 2.7604166667vw;
}
@media (max-width: 767px) {
  .br-53 .vce-single-image-wrapper {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .br-53 {
    border-radius: 20px;
  }
}
.br-53 > .vce-col-inner {
  border-radius: 2.7604166667vw;
}
@media (max-width: 767px) {
  .br-53 > .vce-col-inner {
    border-radius: 20px;
  }
}

.blue-btn {
  background-color: #012A52;
  color: #F8EBDC;
  font-family: "Poppins Regular";
  font-size: 0.8333333333vw;
  padding: 1.0416666667vw 1.6666666667vw;
  border-radius: 1.7708333333vw;
  border: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  width: 11.3020833333vw;
}
@media (max-width: 767px) {
  .blue-btn {
    font-size: 14px;
    padding: 15px;
    width: 200px;
    border-radius: 15px;
  }
}
.blue-btn::before {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-radius: 1.7708333333vw;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: linear-gradient(to right, #012A52, #A68162);
}
@media (max-width: 767px) {
  .blue-btn::before {
    border-radius: 15px;
  }
}

.blue-btn:hover::before {
  width: calc(100% + 1px);
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}

.plus-btn {
  background-color: #F8EBDC;
  color: #A68162;
  font-family: "Poppins Regular";
  font-size: 0.8333333333vw;
  padding: 1.0416666667vw 1.6666666667vw;
  border-radius: 1.7708333333vw;
  border: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  width: 8.3333333333vw;
}
@media (max-width: 767px) {
  .plus-btn {
    font-size: 14px;
    padding: 15px;
    width: 130px;
    border-radius: 15px;
  }
}
.plus-btn:hover {
  background-color: #012A52;
}

.fs20 h1, .fs20 h2, .fs20 p, .fs20 h3, .fs20 {
  font-size: calc(20vw / 13.66);
}
@media (min-width: 1366px) {
  .fs20 h1, .fs20 h2, .fs20 p, .fs20 h3, .fs20 {
    font-size: calc(20vw / 19.2);
  }
}
@media (max-width: 767px) {
  .fs20 h1, .fs20 h2, .fs20 p, .fs20 h3, .fs20 {
    font-size: 18px !important;
  }
}

.fs40 h1, .fs40 h2, .fs40 p, .fs40 h3, .fs40 {
  font-size: calc(40vw / 13.66);
}
@media (min-width: 1366px) {
  .fs40 h1, .fs40 h2, .fs40 p, .fs40 h3, .fs40 {
    font-size: calc(40vw / 19.2);
  }
}
@media (max-width: 767px) {
  .fs40 h1, .fs40 h2, .fs40 p, .fs40 h3, .fs40 {
    font-size: 25px !important;
  }
}

.fs35 h1, .fs35 h2, .fs35 p, .fs35 h3, .fs35 {
  font-size: calc(35vw / 13.66);
}
@media (min-width: 1366px) {
  .fs35 h1, .fs35 h2, .fs35 p, .fs35 h3, .fs35 {
    font-size: calc(35vw / 19.2);
  }
}
@media (max-width: 767px) {
  .fs35 h1, .fs35 h2, .fs35 p, .fs35 h3, .fs35 {
    font-size: 20px !important;
  }
}

.fs48 h1, .fs48 h2, .fs48 p, .fs48 h3, .fs48 {
  font-size: calc(48vw / 13.66);
}
@media (min-width: 1366px) {
  .fs48 h1, .fs48 h2, .fs48 p, .fs48 h3, .fs48 {
    font-size: calc(48vw / 19.2);
  }
}
@media (max-width: 767px) {
  .fs48 h1, .fs48 h2, .fs48 p, .fs48 h3, .fs48 {
    font-size: 25px !important;
  }
}

.fs55 h1, .fs55 h2, .fs55 p, .fs55 h3, .fs55 {
  font-size: calc(55vw / 13.66);
}
@media (min-width: 1366px) {
  .fs55 h1, .fs55 h2, .fs55 p, .fs55 h3, .fs55 {
    font-size: calc(55vw / 19.2);
  }
}
@media (max-width: 767px) {
  .fs55 h1, .fs55 h2, .fs55 p, .fs55 h3, .fs55 {
    font-size: 25px !important;
  }
}

.fs14 h1, .fs14 h2, .fs14 p, .fs14 h3, .fs14 {
  font-size: calc(14vw / 13.66);
}
@media (min-width: 1366px) {
  .fs14 h1, .fs14 h2, .fs14 p, .fs14 h3, .fs14 {
    font-size: calc(14vw / 19.2);
  }
}
@media (max-width: 767px) {
  .fs14 h1, .fs14 h2, .fs14 p, .fs14 h3, .fs14 {
    font-size: 14px !important;
  }
}

.fs16 h1, .fs16 h2, .fs16 p, .fs16 h3, .fs16 {
  font-size: calc(16vw / 13.66);
}
@media (min-width: 1366px) {
  .fs16 h1, .fs16 h2, .fs16 p, .fs16 h3, .fs16 {
    font-size: calc(16vw / 19.2);
  }
}
@media (max-width: 767px) {
  .fs16 h1, .fs16 h2, .fs16 p, .fs16 h3, .fs16 {
    font-size: 16px !important;
  }
}

.fs24 h1, .fs24 h2, .fs24 p, .fs24 h3, .fs24 {
  font-size: calc(24vw / 13.66);
}
@media (min-width: 1366px) {
  .fs24 h1, .fs24 h2, .fs24 p, .fs24 h3, .fs24 {
    font-size: calc(24vw / 19.2);
  }
}
@media (max-width: 767px) {
  .fs24 h1, .fs24 h2, .fs24 p, .fs24 h3, .fs24 {
    font-size: 20px !important;
  }
}

.fs36 h1, .fs36 h2, .fs36 p, .fs36 h3, .fs36 {
  font-size: calc(36vw / 13.66);
}
@media (min-width: 1366px) {
  .fs36 h1, .fs36 h2, .fs36 p, .fs36 h3, .fs36 {
    font-size: calc(36vw / 19.2);
  }
}
@media (max-width: 767px) {
  .fs36 h1, .fs36 h2, .fs36 p, .fs36 h3, .fs36 {
    font-size: 20px !important;
  }
}

.fs32 h1, .fs32 h2, .fs32 p, .fs32 h3, .fs32 {
  font-size: calc(32vw / 13.66);
}
@media (min-width: 1366px) {
  .fs32 h1, .fs32 h2, .fs32 p, .fs32 h3, .fs32 {
    font-size: calc(32vw / 19.2);
  }
}
@media (max-width: 767px) {
  .fs32 h1, .fs32 h2, .fs32 p, .fs32 h3, .fs32 {
    font-size: 20px !important;
  }
}

/************ fonts *************/
/********************lh***********/
.lh-30 {
  line-height: 1.87;
}

.pl-145 {
  padding-left: 7.5520833333vw;
}
@media (max-width: 767px) {
  .pl-145 {
    padding-left: 15px;
  }
}

.pl-67 {
  padding-left: 3.4895833333vw;
}
@media (max-width: 767px) {
  .pl-67 {
    padding-left: 15px;
  }
}

.pl-65 {
  padding-left: 3.3854166667vw;
}
@media (max-width: 767px) {
  .pl-65 {
    padding-left: 15px;
  }
}

.pl-120 {
  padding-left: 6.25vw;
}
@media (max-width: 767px) {
  .pl-120 {
    padding-left: 15px;
  }
}

.pl-30 {
  padding-left: 1.5625vw;
}

.pl-76 {
  padding-left: 3.9583333333vw;
}
@media (max-width: 767px) {
  .pl-76 {
    padding-left: 15px;
  }
}

.pl-70 {
  padding-left: 3.6458333333vw;
}
@media (max-width: 767px) {
  .pl-70 {
    padding-left: 15px;
  }
}

.pl-100 {
  padding-left: 5.2083333333vw;
}
@media (max-width: 767px) {
  .pl-100 {
    padding-left: 15px;
  }
}

.pl-45 {
  padding-left: 2.34375vw;
}
@media (max-width: 767px) {
  .pl-45 {
    padding-left: 15px;
  }
}

.pl-50 {
  padding-left: 2.6041666667vw;
}
@media (max-width: 767px) {
  .pl-50 {
    padding-left: 15px;
  }
}

.pl-94 {
  padding-left: 4.8958333333vw;
}
@media (max-width: 767px) {
  .pl-94 {
    padding-left: 15px;
  }
}

.pl-270 {
  padding-left: 14.0625vw;
}
@media (max-width: 767px) {
  .pl-270 {
    padding-left: 15px;
  }
}

.pl-170 {
  padding-left: 8.8541666667vw;
}
@media (max-width: 767px) {
  .pl-170 {
    padding-left: 15px;
  }
}

.pl-200 {
  padding-left: 10.4166666667vw;
}
@media (max-width: 767px) {
  .pl-200 {
    padding-left: 15px;
  }
}

.pl-429 {
  padding-left: 22.34375vw;
}
@media (max-width: 767px) {
  .pl-429 {
    padding-left: 15px;
  }
}

/************************pr************/
.pr-118 {
  padding-right: 6.1458333333vw;
}
@media (max-width: 767px) {
  .pr-118 {
    padding-right: 15px;
  }
}

.pr-120 {
  padding-right: 6.25vw;
}
@media (max-width: 767px) {
  .pr-120 {
    padding-right: 15px;
  }
}

.pr-200 {
  padding-right: 10.4166666667vw;
}
@media (max-width: 767px) {
  .pr-200 {
    padding-right: 15px;
  }
}

.pr-225 {
  padding-right: 11.71875vw;
}
@media (max-width: 767px) {
  .pr-225 {
    padding-right: 15px;
  }
}

.pr-114 {
  padding-right: 5.9375vw;
}

.pr-260 {
  padding-right: 13.5416666667vw;
}

.pr-275 {
  padding-right: 14.3229166667vw;
}

.pr-90 {
  padding-right: 4.6875vw;
}

.pr-65 {
  padding-right: 3.3854166667vw;
}

.pr-155 {
  padding-right: 8.0729166667vw;
}
@media (max-width: 767px) {
  .pr-155 {
    padding-right: 15px;
  }
}

.pr-150 {
  padding-right: 7.8125vw;
}
@media (max-width: 767px) {
  .pr-150 {
    padding-right: 15px;
  }
}

.pr-165 {
  padding-right: 8.59375vw;
}

.pr-440 {
  padding-right: 22.9166666667vw;
}

.pr-53 {
  padding-right: 2.7604166667vw;
}
@media (max-width: 767px) {
  .pr-53 {
    padding-right: 15px;
  }
}

.pr-50 {
  padding-right: 2.6041666667vw;
}
@media (max-width: 767px) {
  .pr-50 {
    padding-right: 15px;
  }
}

.pr-58 {
  padding-right: 3.0208333333vw;
}
@media (max-width: 767px) {
  .pr-58 {
    padding-right: 15px;
  }
}

.pr-40 {
  padding-right: 2.0833333333vw;
}
@media (max-width: 767px) {
  .pr-40 {
    padding-right: 15px;
  }
}

.pr-140 {
  padding-right: 7.2916666667vw;
}

.pr-100 {
  padding-right: 5.2083333333vw;
}
@media (max-width: 767px) {
  .pr-100 {
    padding-right: 15px;
  }
}

.pr-70 {
  padding-right: 3.6458333333vw;
}

.pr-32 {
  padding-right: 1.6666666667vw;
}
@media (max-width: 767px) {
  .pr-32 {
    padding-right: 15px;
  }
}

.pr-84 {
  padding-right: 4.375vw;
}
@media (max-width: 767px) {
  .pr-84 {
    padding-right: 15px;
  }
}

.pr-795 {
  padding-right: 41.40625vw;
}
@media (max-width: 767px) {
  .pr-795 {
    padding-right: 15px;
  }
}

.pr-187 {
  padding-right: 9.7395833333vw;
}
@media (max-width: 767px) {
  .pr-187 {
    padding-right: 15px;
  }
}

.pr-130 {
  padding-right: 6.7708333333vw;
}
@media (max-width: 767px) {
  .pr-130 {
    padding-right: 15px;
  }
}

.pr-330 {
  padding-right: 17.1875vw;
}
@media (max-width: 767px) {
  .pr-330 {
    padding-right: 15px;
  }
}

.pr-585 {
  padding-right: 30.46875vw;
}
@media (max-width: 767px) {
  .pr-585 {
    padding-right: 15px;
  }
}

/***********************pt***************/
.pt-200 {
  padding-top: 10.4166666667vw;
}
@media (max-width: 767px) {
  .pt-200 {
    padding-top: 75px;
  }
}

.pt-410 {
  padding-top: 21.3541666667vw;
}
@media (max-width: 767px) {
  .pt-410 {
    padding-top: 175px;
  }
}

.pt-135 {
  padding-top: 7.03125vw;
}
@media (max-width: 767px) {
  .pt-135 {
    padding-top: 75px;
  }
}

.pt-225 {
  padding-top: 11.71875vw;
}
@media (max-width: 767px) {
  .pt-225 {
    padding-top: 75px;
  }
}

.pt-140 {
  padding-top: 7.2916666667vw;
}
@media (max-width: 767px) {
  .pt-140 {
    padding-top: 75px;
  }
}

.pt-160 {
  padding-top: 8.3333333333vw;
}
@media (max-width: 767px) {
  .pt-160 {
    padding-top: 75px;
  }
}

.pt-230 {
  padding-top: 11.9791666667vw;
}
@media (max-width: 767px) {
  .pt-230 {
    padding-top: 75px;
  }
}

.pt-240 {
  padding-top: 12.5vw;
}
@media (max-width: 767px) {
  .pt-240 {
    padding-top: 75px;
  }
}

.pt-125 {
  padding-top: 6.5104166667vw;
}
@media (max-width: 767px) {
  .pt-125 {
    padding-top: 50px;
  }
}

.pt-120 {
  padding-top: 6.25vw;
}
@media (max-width: 767px) {
  .pt-120 {
    padding-top: 50px;
  }
}

.pt-137 {
  padding-top: 7.1354166667vw;
}
@media (max-width: 767px) {
  .pt-137 {
    padding-top: 50px;
  }
}

.pt-153 {
  padding-top: 7.96875vw;
}
@media (max-width: 767px) {
  .pt-153 {
    padding-top: 50px;
  }
}

.pt-155 {
  padding-top: 8.0729166667vw;
}
@media (max-width: 767px) {
  .pt-155 {
    padding-top: 50px;
  }
}

.pt-108 {
  padding-top: 5.625vw;
}
@media (max-width: 767px) {
  .pt-108 {
    padding-top: 50px;
  }
}

.pt-60 {
  padding-top: 3.125vw;
}
@media (max-width: 767px) {
  .pt-60 {
    padding-top: 50px;
  }
}

.pt-90 {
  padding-top: 4.6875vw;
}
@media (max-width: 767px) {
  .pt-90 {
    padding-top: 50px;
  }
}

.pt-110 {
  padding-top: 5.7291666667vw;
}
@media (max-width: 767px) {
  .pt-110 {
    padding-top: 50px;
  }
}

.pt-275 {
  padding-top: 14.3229166667vw;
}
@media (max-width: 767px) {
  .pt-275 {
    padding-top: 100px;
  }
}

.pt-170 {
  padding-top: 8.8541666667vw;
}
@media (max-width: 767px) {
  .pt-170 {
    padding-top: 100px;
  }
}

.pt-70 {
  padding-top: 3.6458333333vw;
}
@media (max-width: 767px) {
  .pt-70 {
    padding-top: 50px;
  }
}

.pt-87 {
  padding-top: 4.53125vw;
}
@media (max-width: 767px) {
  .pt-87 {
    padding-top: 50px;
  }
}

.pt-40 {
  padding-top: 2.0833333333vw;
}
@media (max-width: 767px) {
  .pt-40 {
    padding-top: 30px;
  }
}

/**************************pb****************/
.pb-155 {
  padding-bottom: 8.0729166667vw;
}
@media (max-width: 767px) {
  .pb-155 {
    padding-bottom: 50px;
  }
}

.pb-140 {
  padding-bottom: 7.2916666667vw;
}
@media (max-width: 767px) {
  .pb-140 {
    padding-bottom: 50px;
  }
}

.pb-160 {
  padding-bottom: 8.3333333333vw;
}
@media (max-width: 767px) {
  .pb-160 {
    padding-bottom: 110px;
  }
}

.pb-175 {
  padding-bottom: 9.1145833333vw;
}
@media (max-width: 767px) {
  .pb-175 {
    padding-bottom: 110px;
  }
}

.pb-130 {
  padding-bottom: 6.7708333333vw;
}
@media (max-width: 767px) {
  .pb-130 {
    padding-bottom: 50px;
  }
}

.pb-200 {
  padding-bottom: 10.4166666667vw;
}
@media (max-width: 767px) {
  .pb-200 {
    padding-bottom: 50px;
  }
}

.pb-230 {
  padding-bottom: 11.9791666667vw;
}
@media (max-width: 767px) {
  .pb-230 {
    padding-bottom: 50px;
  }
}

.pb-270 {
  padding-bottom: 14.0625vw;
}
@media (max-width: 767px) {
  .pb-270 {
    padding-bottom: 50px;
  }
}

.pb-240 {
  padding-bottom: 12.5vw;
}
@media (max-width: 767px) {
  .pb-240 {
    padding-bottom: 50px;
  }
}

.pb-225 {
  padding-bottom: 11.71875vw;
}
@media (max-width: 767px) {
  .pb-225 {
    padding-bottom: 50px;
  }
}

.pb-220 {
  padding-bottom: 11.4583333333vw;
}
@media (max-width: 767px) {
  .pb-220 {
    padding-bottom: 50px;
  }
}

.pb-15 {
  padding-bottom: 0.78125vw;
}
@media (max-width: 767px) {
  .pb-15 {
    padding-bottom: 15px;
  }
}

.pb-70 {
  padding-bottom: 3.6458333333vw;
}
@media (max-width: 767px) {
  .pb-70 {
    padding-bottom: 30px;
  }
}

.pb-77 {
  padding-bottom: 4.0104166667vw;
}
@media (max-width: 767px) {
  .pb-77 {
    padding-bottom: 30px;
  }
}

.pb-50 {
  padding-bottom: 2.6041666667vw;
}
@media (max-width: 767px) {
  .pb-50 {
    padding-bottom: 30px;
  }
}

.pb-90 {
  padding-bottom: 4.6875vw;
}
@media (max-width: 767px) {
  .pb-90 {
    padding-bottom: 30px;
  }
}

.pb-80 {
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 767px) {
  .pb-80 {
    padding-bottom: 30px;
  }
}

.pb-25 {
  padding-bottom: 1.3020833333vw;
}
@media (max-width: 767px) {
  .pb-25 {
    padding-bottom: 20px;
  }
}

.pb-40 {
  padding-bottom: 2.0833333333vw;
}
@media (max-width: 767px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.pb-45 {
  padding-bottom: 2.34375vw;
}
@media (max-width: 767px) {
  .pb-45 {
    padding-bottom: 20px;
  }
}

.pb-30 {
  padding-bottom: 1.5625vw;
}
@media (max-width: 767px) {
  .pb-30 {
    padding-bottom: 25px;
  }
}

.pb-35 {
  padding-bottom: 1.8229166667vw;
}
@media (max-width: 767px) {
  .pb-35 {
    padding-bottom: 25px;
  }
}

.pb-114 {
  padding-bottom: 5.9375vw;
}
@media (max-width: 767px) {
  .pb-114 {
    padding-bottom: 30px;
  }
}

.pb-445 {
  padding-bottom: 23.1770833333vw;
}
@media (max-width: 767px) {
  .pb-445 {
    padding-bottom: 175px;
  }
}

.pb-117 {
  padding-bottom: 6.09375vw;
}
@media (max-width: 767px) {
  .pb-117 {
    padding-bottom: 30px;
  }
}

.pb-125 {
  padding-bottom: 6.5104166667vw;
}
@media (max-width: 767px) {
  .pb-125 {
    padding-bottom: 30px;
  }
}

.pb-120 {
  padding-bottom: 6.25vw;
}
@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 30px;
  }
}

.pb-62 {
  padding-bottom: 3.2291666667vw;
}
@media (max-width: 767px) {
  .pb-62 {
    padding-bottom: 30px;
  }
}

.pb-60 {
  padding-bottom: 3.125vw;
}
@media (max-width: 767px) {
  .pb-60 {
    padding-bottom: 30px;
  }
}

.pb-85 {
  padding-bottom: 4.4270833333vw;
}
@media (max-width: 767px) {
  .pb-85 {
    padding-bottom: 30px;
  }
}

.pb-93 {
  padding-bottom: 4.84375vw;
}
@media (max-width: 767px) {
  .pb-93 {
    padding-bottom: 30px;
  }
}

.pb-100 {
  padding-bottom: 5.2083333333vw;
}
@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 30px;
  }
}

.pb-180 {
  padding-bottom: 9.375vw;
}
@media (max-width: 767px) {
  .pb-180 {
    padding-bottom: 30px;
  }
}

.pb-319 {
  padding-bottom: 16.6145833333vw;
}
@media (max-width: 767px) {
  .pb-319 {
    padding-bottom: 100px;
  }
}

.pb-213 {
  padding-bottom: 11.09375vw;
}
@media (max-width: 767px) {
  .pb-213 {
    padding-bottom: 100px;
  }
}

.pb-290 {
  padding-bottom: 15.1041666667vw;
}
@media (max-width: 767px) {
  .pb-290 {
    padding-bottom: 100px;
  }
}

/**************** mr **********************/
.mr-32 {
  margin-right: 1.6666666667vw !important;
}
@media (max-width: 767px) {
  .mr-32 {
    margin-right: 0 !important;
    margin-bottom: 30px !important;
  }
}

.mr-27 {
  margin-right: 1.40625vw !important;
}
@media (max-width: 767px) {
  .mr-27 {
    margin-right: 0 !important;
    margin-bottom: 30px !important;
  }
}

.mr-45 {
  margin-right: 2.34375vw !important;
}
@media (max-width: 767px) {
  .mr-45 {
    margin-right: 0 !important;
    margin-bottom: 30px !important;
  }
}

.mr-40 {
  margin-right: 2.0833333333vw !important;
}
@media (max-width: 767px) {
  .mr-40 {
    margin-right: 0 !important;
    margin-bottom: 30px !important;
  }
}

.mt-25 {
  margin-top: 1.3020833333vw;
}
@media (max-width: 767px) {
  .mt-25 {
    margin-top: 25px;
  }
}

/*************************plr*********************/
.plr-565 {
  padding-left: 29.4270833333vw;
  padding-right: 29.4270833333vw;
}
@media (max-width: 767px) {
  .plr-565 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.plr-435 {
  padding-left: 22.65625vw;
  padding-right: 22.65625vw;
}
@media (max-width: 767px) {
  .plr-435 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.plr-370 {
  padding-left: 19.2708333333vw;
  padding-right: 19.2708333333vw;
}
@media (max-width: 767px) {
  .plr-370 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.plr-260 {
  padding-left: 13.5416666667vw;
  padding-right: 13.5416666667vw;
}
@media (max-width: 767px) {
  .plr-260 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.plr-480 {
  padding-left: 25vw;
  padding-right: 25vw;
}
@media (max-width: 767px) {
  .plr-480 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.plr-300 {
  padding-left: 15.625vw;
  padding-right: 15.625vw;
}
@media (max-width: 767px) {
  .plr-300 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@keyframes cxl_bottom_top_small {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.anim-btm-top-small {
  animation: cxl_bottom_top_small 3s ease-out infinite;
  -webkit-animation: cxl_bottom_top_small 3s ease-out infinite;
}

@keyframes cxl_spin2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.anim-rotate {
  animation: cxl_spin2 60s linear infinite;
  -webkit-animation: cxl_spin2 60s linear infinite;
}
.anim-rotate img {
  animation: cxl_spin2 60s linear infinite;
  -webkit-animation: cxl_spin2 60s linear infinite;
}

@keyframes smoothScroll {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
footer {
  font-family: "Segoe UI regular";
  position: relative;
  top: 7.8125vw;
}
@media (max-width: 767px) {
  footer {
    top: 100px;
  }
}
footer .site-info {
  width: 100%;
}
footer .site-info .inter-footer {
  display: flex;
  align-items: flex-start;
  padding: 6.1979166667vw 3.6458333333vw 2.8645833333vw 5.5729166667vw;
  background-color: #012A52;
  color: #FFF2E1;
}
@media (max-width: 1200px) and (min-width: 768px) {
  footer .site-info .inter-footer {
    padding-left: 5.2083333333vw;
    padding-right: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  footer .site-info .inter-footer {
    display: inline-block;
    padding: 50px 30px;
    width: calc(100% - 60px);
  }
}
footer .site-info .inter-footer .logo-F {
  width: 34%;
  padding-right: 9.8958333333vw;
}
@media (max-width: 767px) {
  footer .site-info .inter-footer .logo-F {
    width: 225px;
    height: auto;
    padding-right: 0;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
footer .site-info .inter-footer .logo-F img {
  width: 100%;
  height: auto;
}
footer .site-info .inter-footer .col2 {
  width: 17%;
  padding-right: 13.8020833333vw;
}
@media (max-width: 1200px) and (min-width: 768px) {
  footer .site-info .inter-footer .col2 {
    width: 17%;
    padding-right: 7.8125vw;
  }
}
@media (max-width: 767px) {
  footer .site-info .inter-footer .col2 {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
footer .site-info .inter-footer .col3 {
  width: 21%;
  padding-right: 6.6145833333vw;
}
@media (max-width: 767px) {
  footer .site-info .inter-footer .col3 {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
footer .site-info .inter-footer .col4 {
  width: 42%;
}
@media (max-width: 1200px) and (min-width: 768px) {
  footer .site-info .inter-footer .col4 {
    width: 62%;
  }
}
@media (max-width: 767px) {
  footer .site-info .inter-footer .col4 {
    width: 100%;
  }
}
footer .site-info .inter-footer .col4 table {
  width: 100%;
}

.bas-footer {
  background-color: #FFF8F0;
  color: black;
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .bas-footer {
    display: inline-block;
  }
}
.bas-footer .left-bl {
  padding-bottom: 15px;
}
.bas-footer img {
  width: 7.8125vw;
  height: auto;
  margin-left: 1vw;
}
@media (max-width: 767px) {
  .bas-footer img {
    width: 120px !important;
    margin-left: 0 !important;
    margin-top: 1vw;
    padding-left: 10px;
  }
}
.bas-footer .right-bl {
  display: flex;
  align-items: center;
}

/**************/
.wpcf7-not-valid-tip {
  display: none !important;
}

body input[type=text].wpcf7-not-valid, body input[type=email].wpcf7-not-valid, body input[type=tel].wpcf7-not-valid, body textarea.wpcf7-not-valid {
  border: 1px solid #ec3c06;
}

body div.wpcf7-validation-errors {
  background: #ffe2e2;
  border: 1px solid #ff8a8a;
  color: #ec3c06;
}

body div.wpcf7-response-output {
  margin: 10px 0;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
}

body .wpcf7-mail-sent-ng {
  background: #fff2e2;
  border: 1px solid #ffbc8a;
  color: #e17731;
}

body .wpcf7-mail-sent-ok {
  background: #e8ffe2;
  border: 1px solid #6fdf51;
  color: #1ea524;
}

html {
  scroll-behavior: smooth;
}

.no-desktop {
  display: none;
}
@media (max-width: 767px) {
  .no-desktop {
    display: inline;
  }
}

body {
  margin: 0;
  font-size: 0.9375vw;
  font-family: "Poppins Regular";
  color: black;
  font-weight: 400;
  line-height: 1.33;
  background-color: #FFF8F0;
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
}

body::-webkit-scrollbar {
  width: 5px !important;
}

body::-webkit-scrollbar-track {
  background: #A68162; /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #FFF2E1; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 5px solid #A68162; /* creates padding around scroll thumb */
}

.fil-ariane {
  padding-bottom: 1.25vw;
  display: inline-block;
  color: #FFF8F0;
}
.fil-ariane .breadcrumb_last {
  color: #F8EBDC;
}
@media (max-width: 767px) {
  .fil-ariane {
    padding-bottom: 15px;
  }
}

.fil-ariane span:nth-child(1) > a:nth-child(1)::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/house.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 14px;
  position: relative;
  display: inline-block;
  padding-right: 15px;
}

/***************/
.site-content {
  top: 7.8125vw;
  position: relative;
}

.head-bg {
  margin-left: 0.9375vw;
  margin-right: 1.1979166667vw;
}
@media (max-width: 767px) {
  .head-bg {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.bg-pink {
  background-color: #F8EBDC;
}

.bg-brown {
  background-color: #A68162;
}

.bg-brown.service-blc .number {
  color: #FFF2E1;
}
.bg-brown.service-blc .btn-icon::before {
  background-image: url("/wp-content/themes/vsc-theme/images/Arrow-white.svg");
}

.service-blc {
  border-radius: 1.8229166667vw;
  padding: 1.25vw;
}
@media (max-width: 767px) {
  .service-blc {
    border-radius: 15px;
    padding: 15px;
  }
}
.service-blc .number {
  color: rgba(0, 0, 0, 0.6);
}
.service-blc .btn-icon::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/Arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
}
.service-blc .wp-buttons {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.service-blc .wp-buttons .btn-showmore {
  background-color: #012A52;
  color: #F8EBDC;
  font-family: "Poppins Regular";
  font-size: 0.8333333333vw;
  padding: 1.0416666667vw 1.6666666667vw;
  border-radius: 1.7708333333vw;
  border: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  transform: translateX(-100%);
  opacity: 0;
  transition: all 220ms linear 0ms;
}
@media (max-width: 767px) {
  .service-blc .wp-buttons .btn-showmore {
    font-size: 14px;
    padding: 15px;
    border-radius: 15px;
  }
}

.service-blc:hover .btn-showmore {
  transform: translateX(0);
  opacity: 1;
}
.service-blc:hover .btn-icon {
  left: auto;
  right: -100%;
  -webkit-transform: translateX(100%) scale(0);
  -khtml-transform: translateX(100%) scale(0);
  -moz-transform: translateX(100%) scale(0);
  -ms-transform: translateX(100%) scale(0);
  -o-transform: translateX(100%) scale(0);
  transform: translateX(100%) scale(0);
}

.service-blc.implant:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/wp-content/uploads/2025/05/Implants-dentaires.jpg") no-repeat center/cover;
}

.service-blc.chirurgie:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/wp-content/uploads/2025/06/Chirurgie-dentaire.jpg") no-repeat center/cover;
}

.service-blc.extraction:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/2025/05/extraction-des-dents.jpg") no-repeat center/cover;
  color: #FFF2E1;
}

.service-blc.G-gencive:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/2025/05/Pourquoi-procede-t-on-a-une-greffe-de-gencive.jpg") no-repeat center/cover;
  color: #FFF2E1;
}

.service-blc.G-osseuse {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/wp-content/uploads/2025/05/greffe-osseuse.jpg") no-repeat center/cover;
  color: #FFF2E1;
}

.service-blc.G-osseuse .text-desc {
  padding-right: 19.4270833333vw;
}
@media (max-width: 767px) {
  .service-blc.G-osseuse .text-desc {
    padding-right: 20px;
  }
}

.arrow-after::after {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/Arrow-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9375vw;
  height: 0.9375vw;
  left: 1.9791666667vw;
}

.fixed-img {
  position: absolute;
  top: -2.9166666667vw;
  left: -3.125vw;
}
.fixed-img .vce-single-image-figure-inner {
  width: 12.9166666667vw !important;
  height: auto;
}
.fixed-img .vce-single-image-figure-inner img {
  width: 100% !important;
  height: auto;
}

.contact-b h2 {
  padding-right: 45.8333333333vw;
}
@media (max-width: 767px) {
  .contact-b h2 {
    padding-right: 15px;
  }
}
.contact-b .appoint-b {
  background-image: url("/wp-content/uploads/2025/05/contact-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 27.4479166667vw;
  border-radius: 2.7604166667vw;
}
@media (max-width: 767px) {
  .contact-b .appoint-b {
    padding-top: 0;
    border-radius: 20px;
  }
}
.contact-b .details-C {
  background-color: #F8EBDC;
  padding: 6.7708333333vw 14.7916666667vw 4.375vw 9.7916666667vw;
  border-radius: 2.7604166667vw;
  display: inline-flex;
}
@media (max-width: 767px) {
  .contact-b .details-C {
    display: inline-block;
    padding: 45px 30px;
    width: calc(100% - 60px);
  }
}
.contact-b .infos-C {
  padding-right: 6.09375vw;
  float: left;
  width: 45%;
  margin-top: 1.5625vw;
}
@media (max-width: 767px) {
  .contact-b .infos-C {
    padding-right: 0;
    width: 100%;
    margin-top: 0;
  }
}
.contact-b .contactForm {
  float: right;
  width: 60%;
}
@media (max-width: 767px) {
  .contact-b .contactForm {
    float: left;
    width: 100%;
    margin-top: 30px;
  }
}
.contact-b .contactForm .leftB {
  float: left;
  width: 49%;
}
@media (max-width: 767px) {
  .contact-b .contactForm .leftB {
    width: 100%;
  }
}
.contact-b .contactForm .rightB {
  float: right;
  width: 49%;
}
@media (max-width: 767px) {
  .contact-b .contactForm .rightB {
    width: 100%;
    float: left;
  }
}
.contact-b .contactForm input[type=text], .contact-b .contactForm input[type=email], .contact-b .contactForm input[type=tel] {
  padding-left: 0.8854166667vw;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
  color: black;
  background-color: transparent;
  border-radius: 20px;
  margin-bottom: 0.8854166667vw;
  width: calc(100% - 0.8854166667vw);
  border: 2px solid black;
}
@media (max-width: 767px) {
  .contact-b .contactForm input[type=text], .contact-b .contactForm input[type=email], .contact-b .contactForm input[type=tel] {
    padding-left: 17px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 17px;
    width: calc(100% - 17px);
  }
}
.contact-b .contactForm textarea {
  padding-left: 0.8854166667vw;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
  width: calc(100% - 0.8854166667vw);
  height: 5.9375vw;
  color: black;
  background-color: transparent;
  border: 2px solid black;
  border-radius: 20px;
  margin-bottom: 0.8854166667vw;
}
@media (max-width: 767px) {
  .contact-b .contactForm textarea {
    padding-left: 17px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 17px;
    width: calc(100% - 17px);
    height: 50px;
  }
}
.contact-b .contactForm input[type=text]::placeholder, .contact-b .contactForm input[type=email]::placeholder, .contact-b .contactForm input[type=tel]::placeholder, .contact-b .contactForm textarea::placeholder {
  color: black;
  font-size: 0.9375vw;
  font-family: "Segoe UI regular";
}
@media (max-width: 767px) {
  .contact-b .contactForm input[type=text]::placeholder, .contact-b .contactForm input[type=email]::placeholder, .contact-b .contactForm input[type=tel]::placeholder, .contact-b .contactForm textarea::placeholder {
    font-size: 18px;
  }
}
.contact-b .contactForm input[type=submit] {
  border: none;
  width: 18.2291666667vw;
  padding: 1.1458333333vw 2.8645833333vw;
  text-transform: uppercase;
  font-size: 0.8333333333vw;
  border-radius: 1.0416666667vw;
  background-color: #012A52;
  color: #FFF2E1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact-b .contactForm input[type=submit] {
    width: 100%;
    padding: 15px 25px;
    font-size: 14px;
  }
}
.contact-b .contactForm input[type=submit]::before {
  width: 25px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: url("/wp-content/themes/vsc-theme/images/Arrow.svg");
  text-indent: 5px;
  border-radius: 0 50% 50% 0;
  background-color: rgba(223, 183, 148, 0.73);
  transform: translate(-20%, 0) scale(0, 1);
  transform-origin: left center;
  transition: all 0.25s;
  z-index: 1;
}
.contact-b .contactForm input[type=submit]:hover::before {
  transform: translate(-20%, 0) scale(1, 1);
}

.bio-section {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bio {
  display: none;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.5s ease;
}

.bio.active {
  display: block;
  opacity: 1;
  transform: translateX(0);
}

.nav-buttons {
  margin-top: 2.2395833333vw;
}
@media (max-width: 767px) {
  .nav-buttons {
    margin-top: 20px;
  }
}

.nav-buttons button {
  background-color: #0E2242;
  color: #FFF2E1;
  border: none;
  padding: 18px;
  margin-right: 10px;
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
}

.nav-buttons button:hover {
  background-color: #A68162;
}

.photo-stack {
  flex: 1;
  position: relative;
  width: 100%;
  height: auto;
}

.photo-stack .photo {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.3;
  transform: scale(0.85);
  transition: all 0.5s ease;
  border-radius: 25px;
  overflow: hidden;
  left: -10.78125vw;
}

.photo-stack .photo:nth-child(1) {
  z-index: 2;
}

.photo-stack .photo:nth-child(2) {
  z-index: 3;
}

.photo-stack .photo.active {
  opacity: 1;
  transform: scale(1);
  z-index: 4 !important;
  left: 0 !important;
}

.photo img {
  width: 100%;
  height: auto;
  display: block;
}

.bloc-type {
  padding: 14.4791666667vw 2.8645833333vw 1.6145833333vw 2.6041666667vw;
}
@media (max-width: 767px) {
  .bloc-type {
    padding: 30px;
  }
}

.bloc-type2 {
  padding: 11.9791666667vw 4.6875vw 5.8854166667vw 2.6041666667vw;
  margin-top: 2.5vw;
}
@media (max-width: 767px) {
  .bloc-type2 {
    padding: 30px;
    margin-top: 0;
  }
}

.bloc-type3 {
  padding: 14.4791666667vw 4.6875vw 3.125vw 2.6041666667vw;
}
@media (max-width: 767px) {
  .bloc-type3 {
    padding: 30px;
  }
}

.page-id-52 .bloc-type {
  padding: 2.6041666667vw 3.4895833333vw 5.7291666667vw 2.6041666667vw;
}
@media (max-width: 767px) {
  .page-id-52 .bloc-type {
    padding: 30px;
  }
}
.page-id-52 .bloc-type2 {
  padding: 2.0833333333vw 2.34375vw 14.0625vw 2.6041666667vw;
  margin-top: 3.125vw;
}
@media (max-width: 767px) {
  .page-id-52 .bloc-type2 {
    padding: 30px;
    margin-top: 0;
  }
}
.page-id-52 .bloc-type3 {
  padding: 2.34375vw 2.96875vw 13.8541666667vw 2.6041666667vw;
}
@media (max-width: 767px) {
  .page-id-52 .bloc-type3 {
    padding: 30px;
  }
}

.conseils-bl .vce-faq-toggle-title {
  background-color: #A68162;
  padding: 1.1979166667vw 1.5625vw 1.1979166667vw 0.9375vw;
  border-radius: 9px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .conseils-bl .vce-faq-toggle-title {
    padding: 20px 15px;
  }
}
.conseils-bl .vce-faq-toggle-title h2 {
  font-size: 1.6666666667vw;
  font-family: "Poppins Bold";
  font-weight: 700;
  color: #FFF8F0;
}
@media (max-width: 767px) {
  .conseils-bl .vce-faq-toggle-title h2 {
    font-size: 20px;
  }
}
.conseils-bl .vce-faq-toggle-title h2 .vce-faq-toggle-icon::before {
  content: "";
  width: 19px;
  height: 38px;
  color: #FFFFFF;
  background-color: transparent;
  background-image: url("/wp-content/themes/vsc-theme/images/arrow-faq.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
}
.conseils-bl .vce-faq-toggle-title h2 .vce-faq-toggle-icon::after {
  display: none;
}
.conseils-bl .vce-faq-toggle-title .vce-faq-toggle-icon {
  right: 0;
  left: inherit;
  width: 19px;
  border-radius: 0;
  height: 38px;
}
.conseils-bl .vce-faq-toggle-title.vce-faq-toggle-state--opened .vce-faq-toggle-icon::before {
  transform: rotate(90deg);
  top: 10%;
  left: -18%;
}
.conseils-bl .vce-faq-toggle-text-block {
  padding: 1.1979166667vw 1.0416666667vw;
  border-radius: 9px;
  background-color: #F8EBDC;
  font-size: 0.8333333333vw;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .conseils-bl .vce-faq-toggle-text-block {
    padding: 20px 15px;
    font-size: 16px;
  }
}

#appointment {
  scroll-margin-top: 25vh;
  position: relative;
}
@media (max-width: 767px) {
  #appointment {
    margin-top: 40px;
  }
}
#appointment label {
  font-size: 0.9895833333vw;
  font-family: "Poppins Regular";
  color: black;
}
@media (max-width: 767px) {
  #appointment label {
    font-size: 18px;
  }
}
#appointment input {
  margin-top: 1.0416666667vw;
  margin-bottom: 1.9270833333vw;
  background-color: #F8EBDC;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-radius: 1.3020833333vw;
  border: none;
  color: black;
  width: calc(100% - 15px);
}
@media (max-width: 767px) {
  #appointment input {
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
  }
}
#appointment textarea {
  margin-top: 1.0416666667vw;
  background-color: #F8EBDC;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-radius: 1.3020833333vw;
  border: none;
  color: black;
  height: 9.8958333333vw;
  width: calc(100% - 15px);
}
@media (max-width: 767px) {
  #appointment textarea {
    margin-top: 15px;
    border-radius: 15px;
    height: 70px;
  }
}
#appointment input[type=submit] {
  border-radius: 1.3020833333vw;
  text-align: center;
  background-color: black;
  font-family: "Poppins Bold";
  font-size: 1.3020833333vw;
  color: white;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
}
@media (max-width: 767px) {
  #appointment input[type=submit] {
    font-size: 20px;
    border-radius: 15px;
  }
}

.contact-infos #table-horaire .day {
  width: 40%;
}

.brown-btn {
  background-color: #A68162;
  color: white;
  font-size: 0.8333333333vw;
  font-family: "Poppins Regular";
  display: inline-flex;
  justify-content: center;
  text-align: center;
  padding: 0.78125vw 1.9270833333vw;
  border-radius: 3.125vw;
  align-items: center;
}
.brown-btn img {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .brown-btn {
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 25px;
  }
}

.bl-visite {
  padding: 6.25vw 10.5729166667vw 4.1666666667vw !important;
  border-top-right-radius: 1.0416666667vw;
  border-bottom-right-radius: 1.0416666667vw;
}
@media (max-width: 767px) {
  .bl-visite {
    padding: 50px 15px !important;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

.bl-visite .title-V::before {
  background-image: url("/wp-content/themes/vsc-theme/images/Isolation.svg");
  width: 6.6145833333vw;
  height: 6.09375vw;
  content: "";
  background-size: 6.6145833333vw 6.09375vw;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 12%;
  top: 23%;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .bl-visite .title-V::before {
    left: 8%;
  }
}
@media (max-width: 767px) {
  .bl-visite .title-V::before {
    display: none;
  }
}

.objects-faq {
  counter-reset: section;
}
.objects-faq .vce-faq-toggle {
  counter-increment: section;
}
.objects-faq .vce-faq-toggle-inner {
  padding: 1.3541666667vw 2.96875vw 1.8229166667vw 1.8229166667vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .objects-faq .vce-faq-toggle-inner {
    padding: 30px 15px;
  }
}
.objects-faq .vce-faq-toggle-inner.is-open {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.objects-faq .vce-faq-toggle-title::before {
  content: counter(section, decimal-leading-zero);
  color: #A68162;
  font-size: 0.8854166667vw;
  padding: 0.78125vw 0.8854166667vw;
  background-color: #F8EBDC;
  border-radius: 50%;
  top: -0.625vw;
  position: absolute;
}
@media (max-width: 767px) {
  .objects-faq .vce-faq-toggle-title::before {
    font-size: 14px;
    padding: 13px 14px;
    top: -10px;
  }
}
.objects-faq .vce-faq-toggle-title {
  font-size: 1.3020833333vw;
  color: white;
  position: relative;
  padding-left: 0;
}
.objects-faq .vce-faq-toggle-title h3 {
  font-size: 1.3020833333vw;
  color: white;
}
@media (max-width: 767px) {
  .objects-faq .vce-faq-toggle-title h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .objects-faq .vce-faq-toggle-title {
    font-size: 18px;
  }
}
.objects-faq .vce-faq-toggle-title .vce-faq-toggle-icon {
  left: inherit;
  right: 0;
  background-color: transparent;
  border-radius: 0;
  width: 0.625vw;
  height: 1.1979166667vw;
}
@media (max-width: 767px) {
  .objects-faq .vce-faq-toggle-title .vce-faq-toggle-icon {
    width: 12px;
    height: 23px;
  }
}
.objects-faq .vce-faq-toggle-title .vce-faq-toggle-icon::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/arrow-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.625vw;
  height: 1.1979166667vw;
  background-color: transparent;
}
@media (max-width: 767px) {
  .objects-faq .vce-faq-toggle-title .vce-faq-toggle-icon::before {
    width: 12px;
    height: 23px;
  }
}
.objects-faq .vce-faq-toggle-title .vce-faq-toggle-icon::after {
  display: none;
}
.objects-faq .vce-faq-toggle-title .vce-faq-toggle-title-text {
  padding-left: 3.90625vw;
  padding-right: 2.0833333333vw;
}
@media (max-width: 767px) {
  .objects-faq .vce-faq-toggle-title .vce-faq-toggle-title-text {
    padding-left: 55px;
    padding-right: 25px;
  }
}
.objects-faq .vce-faq-toggle-text-block {
  padding-left: 4.1145833333vw;
  padding-top: 1.0416666667vw;
  font-size: 0.8333333333vw;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .objects-faq .vce-faq-toggle-text-block {
    padding-left: 20px;
    padding-top: 20px;
    font-size: 14px;
  }
}
.objects-faq .vce-faq-toggle-title.vce-faq-toggle-state--opened .vce-faq-toggle-icon {
  transform: rotate(-90deg);
  top: 26%;
}

.servicebl {
  margin-left: 18px;
  margin-right: 18px;
}
.servicebl img {
  border-radius: 10px;
}
.servicebl .read-more {
  color: #7B5F43;
  background-color: white;
  font-size: 0.8333333333vw;
  display: inline-block;
  border-radius: 3.125vw;
  border: none;
  text-align: center;
  padding: 0.78125vw 1.25vw;
}
@media (max-width: 767px) {
  .servicebl .read-more {
    padding: 15px;
    font-size: 14px;
    border-radius: 35px;
  }
}
.servicebl .read-more:hover {
  background-color: #7B5F43;
  color: white;
}
.servicebl .item {
  position: absolute;
  bottom: 0;
  transform: scaleY(0);
  background-color: rgba(0, 0, 0, 0.4);
  height: calc(100% - 1.5625vw);
  width: 100%;
  -webkit-transform-origin: bottom center;
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  border-radius: 10px;
  z-index: 0;
}
@media (max-width: 767px) {
  .servicebl .item {
    height: auto;
    position: relative;
    background-color: transparent;
    margin-top: 30px;
    z-index: 3;
    display: inline;
  }
}
.servicebl .item .content-item {
  left: 30px;
  position: absolute;
}
@media (max-width: 767px) {
  .servicebl .item .content-item {
    position: relative;
  }
}
@media (max-width: 767px) {
  .servicebl .item .content-item .fs32 {
    color: #A68162 !important;
  }
}

.servicebl:hover .item {
  transform: scaleY(1);
  -webkit-transition-delay: 0.22s;
  -moz-transition-delay: 0.22s;
  transition-delay: 0.22s;
  bottom: 30px;
}
@media (max-width: 767px) {
  .servicebl:hover .item {
    bottom: 25px;
  }
}
.servicebl:hover .item .content-item {
  bottom: 100px;
}
.servicebl:hover .titleS {
  display: none;
}
@media (max-width: 767px) {
  .servicebl:hover {
    display: none;
  }
}

.center-slider-full .slick-btn.slick-next {
  position: absolute;
  right: 5.2083333333vw;
  top: -14%;
}
@media (max-width: 767px) {
  .center-slider-full .slick-btn.slick-next {
    top: 40%;
    z-index: 4;
    right: 5px;
  }
}
.center-slider-full .slick-btn.slick-prev {
  position: absolute;
  left: 91%;
  top: -14%;
}
@media (max-width: 767px) {
  .center-slider-full .slick-btn.slick-prev {
    top: 40%;
    z-index: 4;
    left: 5px;
  }
}

.top-fixed {
  z-index: 44;
  position: absolute;
  top: -5.2083333333vw;
  right: -2.6041666667vw;
}
.top-fixed .vce-single-image-figure-inner {
  width: 12.9166666667vw !important;
  height: auto;
}
.top-fixed .vce-single-image-figure-inner img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=../css/style.css.map */
