@charset "UTF-8";
.center {
  text-align: center;
}

.green {
  color: #A2D4DB;
}

.black {
  color: #000;
}

.black-clair {
  color: #0E2242;
}

.whiteF {
  color: #F4F6F8;
}

.uppercase {
  text-transform: uppercase;
}

.blue {
  color: #0E2242;
}

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

.white {
  color: white;
}

.underline {
  text-decoration: underline;
}

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

.bold {
  font-family: "Arial Bold";
  font-weight: 700;
  line-height: 1.59;
}

p.bold, ul.bold {
  font-family: "Arial Regular";
  font-weight: 400;
}

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

.medium {
  font-family: "BellSlim Medium";
  font-weight: 500;
}

.semibold {
  font-family: "BellSlim SemiBold";
  font-weight: 600;
}

.heavy {
  font-family: "BellSlim Heavy";
  font-weight: 400;
}

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

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

.right {
  text-align: right;
}

h1 {
  font-family: "BellSlim Heavy";
  font-size: 3.3333333333vw;
  line-height: 1.08;
  color: #F4F6F8;
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-family: "BellSlim Heavy";
  font-size: 3.125vw;
  line-height: 1.08;
  font-weight: 400;
  color: #0E2242;
}
@media (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
}

.vce {
  margin-bottom: 0;
}

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

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

.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;
}

.green-btn {
  background-color: #A2D4DB;
  color: #0E2242;
  font-size: 0.8333333333vw;
  text-align: center;
  text-transform: uppercase;
  font-family: "Arial Regular";
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0.96px;
  border-radius: 1.4583333333vw;
  padding: 1.4583333333vw 1.6666666667vw;
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media (max-width: 767px) {
  .green-btn {
    padding: 24px 26px;
    border-radius: 28px;
    font-size: 12px;
  }
}
.green-btn i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 300ms linear 0ms;
  margin-left: 16px;
}
.green-btn .icon-arrow:before {
  background-image: url("/wp-content/themes/vsc-theme/images/Vector.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.0833333333vw;
  height: 0.625vw;
  display: block;
  content: "";
}
@media (max-width: 767px) {
  .green-btn .icon-arrow:before {
    width: 30px;
    height: 12px;
  }
}
.green-btn:hover {
  background-color: #F4F6F8;
}

.blue-btn-cta {
  background-color: #0E2242;
  color: #F4F6F8;
  font-size: 0.8333333333vw;
  text-align: center;
  text-transform: uppercase;
  font-family: "Arial Regular";
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0.96px;
  border-radius: 1.4583333333vw;
  padding: 1.4583333333vw 1.6666666667vw;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .blue-btn-cta {
    padding: 24px 26px;
    border-radius: 28px;
    font-size: 12px;
  }
}
.blue-btn-cta i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 300ms linear 0ms;
  margin-right: 16px;
}
.blue-btn-cta .icon-calendar:before {
  background-image: url("/wp-content/themes/vsc-theme/images/calendar-date.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  content: "";
}
.blue-btn-cta:hover {
  background-color: #A2D4DB;
}

.brt-257 {
  border-top-left-radius: 13.3854166667vw;
  border-top-right-radius: 13.3854166667vw;
}
.brt-257 img {
  border-top-left-radius: 13.3854166667vw;
  border-top-right-radius: 13.3854166667vw;
}

.br-300 {
  border-top-left-radius: 15.625vw;
  border-top-right-radius: 15.625vw;
}
.br-300 img {
  border-top-left-radius: 15.625vw;
  border-top-right-radius: 15.625vw;
}

.read-btn {
  color: #A2D4DB;
  text-transform: uppercase;
  font-size: 0.8333333333vw;
  font-family: "Arial Regular";
  font-weight: 400;
  line-height: 1.02;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
}
@media (max-width: 767px) {
  .read-btn {
    padding: 24px 0;
    font-size: 12px;
  }
}
.read-btn i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 300ms linear 0ms;
  margin-left: 16px;
}
.read-btn .icon:before {
  background-image: url("/wp-content/themes/vsc-theme/images/arrow-green.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  content: "";
}
.read-btn:hover {
  border: 1px solid #A2D4DB;
  padding-left: 10px;
  padding-right: 10px;
}

.lh-102 {
  line-height: 1.02;
}

.lh-160 {
  line-height: 1.6;
}

.blue-btn {
  padding: 0.78125vw 3.75vw;
  color: white;
  background-color: #0E2242;
  display: inline-block;
  font-size: 0.8333333333vw;
  font-family: "Arial Regular";
  text-align: center;
  border: none;
  border-radius: 60px;
}
@media (max-width: 767px) {
  .blue-btn {
    font-size: 16px;
    padding: 15px 30px;
  }
}
.blue-btn:hover {
  background-color: #A2D4DB;
}

.br-35 img {
  border-radius: 35px;
}

.fs64 h1, .fs64 h2, .fs64 p, .fs64 h3, .fs64 {
  font-size: calc(64vw / 13.66);
}
@media (min-width: 1366px) {
  .fs64 h1, .fs64 h2, .fs64 p, .fs64 h3, .fs64 {
    font-size: calc(64vw / 19.2);
  }
}
.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: 30px !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: 24px !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: 26px !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;
  }
}

.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: 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;
  }
}

.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;
  }
}

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

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

/************ fonts *************/
@keyframes shakeThatBooty {
  33% {
    -webkit-transform: rotateZ(20deg);
    -khtml-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    -ms-transform: rotateZ(20deg);
    -o-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
  67% {
    -webkit-transform: rotateZ(-20deg);
    -khtml-transform: rotateZ(-20deg);
    -moz-transform: rotateZ(-20deg);
    -ms-transform: rotateZ(-20deg);
    -o-transform: rotateZ(-20deg);
    transform: rotateZ(-20deg);
  }
  100% {
    -webkit-transform: rotateZ(20deg);
    -khtml-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    -ms-transform: rotateZ(20deg);
    -o-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.rotate img {
  animation-name: rotate;
  animation-duration: 20s;
  animation-timing-function: linear;
}

@keyframes icon-bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}
.pl-116 {
  padding-left: 6.0416666667vw;
}
@media (max-width: 767px) {
  .pl-116 {
    padding-left: 30px;
  }
}

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

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

.pl-123 {
  padding-left: 6.40625vw;
}

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

.pl-186 {
  padding-left: 9.6875vw;
}
@media (max-width: 767px) {
  .pl-186 {
    padding-left: 32px;
  }
}

.pl-184 {
  padding-left: 9.5833333333vw;
}
@media (max-width: 767px) {
  .pl-184 {
    padding-left: 32px;
  }
}

.pl-30 {
  padding-left: 1.5625vw;
}
@media (max-width: 767px) {
  .pl-30 {
    padding-left: 30px;
  }
}

.pl-75 {
  padding-left: 3.90625vw;
}
@media (max-width: 767px) {
  .pl-75 {
    padding-left: 30px;
  }
}

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

.pl-214 {
  padding-left: 11.1458333333vw;
}
@media (max-width: 767px) {
  .pl-214 {
    padding-left: 30px;
  }
}

.pl-155 {
  padding-left: 8.0729166667vw;
}
@media (max-width: 767px) {
  .pl-155 {
    padding-left: 30px;
  }
}

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

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

.pr-70 {
  padding-right: 3.6458333333vw;
}
@media (max-width: 767px) {
  .pr-70 {
    padding-right: 25px;
  }
}

.pr-65 {
  padding-right: 3.3854166667vw;
}
@media (max-width: 767px) {
  .pr-65 {
    padding-right: 30px;
  }
}

.pr-124 {
  padding-right: 6.4583333333vw;
}

.pr-30 {
  padding-right: 1.5625vw;
}
@media (max-width: 767px) {
  .pr-30 {
    padding-right: 20px;
  }
}

.pr-115 {
  padding-right: 5.9895833333vw;
}
@media (max-width: 767px) {
  .pr-115 {
    padding-right: 30px;
  }
}

.pr-110 {
  padding-right: 5.7291666667vw;
}
@media (max-width: 767px) {
  .pr-110 {
    padding-right: 30px;
  }
}

.pr-165 {
  padding-right: 8.59375vw;
}
@media (max-width: 767px) {
  .pr-165 {
    padding-right: 30px;
  }
}

.pr-160 {
  padding-right: 8.3333333333vw;
}
@media (max-width: 767px) {
  .pr-160 {
    padding-right: 30px;
  }
}

.pr-145 {
  padding-right: 7.5520833333vw;
}
@media (max-width: 767px) {
  .pr-145 {
    padding-right: 30px;
  }
}

.pr-55 {
  padding-right: 2.8645833333vw;
}
@media (max-width: 767px) {
  .pr-55 {
    padding-right: 30px;
  }
}

.pr-190 {
  padding-right: 9.8958333333vw;
}
@media (max-width: 767px) {
  .pr-190 {
    padding-right: 30px;
  }
}

.pr-133 {
  padding-right: 6.9270833333vw;
}
@media (max-width: 767px) {
  .pr-133 {
    padding-right: 30px;
  }
}

.pr-170 {
  padding-right: 8.8541666667vw;
}
@media (max-width: 767px) {
  .pr-170 {
    padding-right: 30px;
  }
}

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

.pr-180 {
  padding-right: 9.375vw;
}
@media (max-width: 767px) {
  .pr-180 {
    padding-right: 25px;
  }
}

.pr-218 {
  padding-right: 11.3541666667vw;
}
@media (max-width: 767px) {
  .pr-218 {
    padding-right: 30px;
  }
}

.pr-230 {
  padding-right: 11.9791666667vw;
}
@media (max-width: 767px) {
  .pr-230 {
    padding-right: 30px;
  }
}

.pr-262 {
  padding-right: 13.6458333333vw;
}
@media (max-width: 767px) {
  .pr-262 {
    padding-right: 30px;
  }
}

.pr-265 {
  padding-right: 13.8020833333vw;
}
@media (max-width: 767px) {
  .pr-265 {
    padding-right: 30px;
  }
}

.pr-250 {
  padding-right: 13.0208333333vw;
}
@media (max-width: 767px) {
  .pr-250 {
    padding-right: 30px;
  }
}

.pr-1040 {
  padding-right: 54.1666666667vw;
}
@media (max-width: 767px) {
  .pr-1040 {
    padding-right: 30px;
  }
}

.pr-400 {
  padding-right: 20.8333333333vw;
}
@media (max-width: 767px) {
  .pr-400 {
    padding-right: 30px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .pr-400 {
    padding-right: 100px;
  }
}

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

/***********pt***************/
.pt-375 {
  padding-top: 19.53125vw;
}
@media (max-width: 767px) {
  .pt-375 {
    padding-top: 150px;
  }
}

.pt-345 {
  padding-top: 17.96875vw;
}
@media (max-width: 767px) {
  .pt-345 {
    padding-top: 150px;
  }
}

.pt-325 {
  padding-top: 16.9270833333vw;
}
@media (max-width: 767px) {
  .pt-325 {
    padding-top: 150px;
  }
}

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

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

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

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

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

.pt-140 {
  padding-top: 7.2916666667vw;
}

.pt-170 {
  padding-top: 8.8541666667vw;
}

.pt-190 {
  padding-top: 9.8958333333vw;
}

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

.pt-70 {
  padding-top: 3.6458333333vw;
}

.pt-40 {
  padding-top: 2.0833333333vw;
}

.pt-100 {
  padding-top: 5.2083333333vw;
}

.pt-55 {
  padding-top: 2.8645833333vw;
}

.pt-60 {
  padding-top: 3.125vw;
}

.pt-80 {
  padding-top: 4.1666666667vw;
}

.pt-120 {
  padding-top: 6.25vw;
}

.pt-133 {
  padding-top: 6.9270833333vw;
}

.pt-150 {
  padding-top: 7.8125vw;
}

.pt-154 {
  padding-top: 8.0208333333vw;
}

.pt-110 {
  padding-top: 5.7291666667vw;
}

.pt-112 {
  padding-top: 5.8333333333vw;
}

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

.pt-160 {
  padding-top: 8.3333333333vw;
}

.pt-212 {
  padding-top: 11.0416666667vw;
}

.pt-20 {
  padding-top: 1.0416666667vw;
}

/***********pb**********/
.pb-300 {
  padding-bottom: 15.625vw;
}

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

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

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

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

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

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

.pb-55 {
  padding-bottom: 2.8645833333vw;
}

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

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

.pb-185 {
  padding-bottom: 9.6354166667vw;
}
@media (max-width: 767px) {
  .pb-185 {
    padding-bottom: 40px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .pb-185 {
    padding-bottom: 50px;
  }
}

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

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

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

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

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

.pb-95 {
  padding-bottom: 4.9479166667vw;
}

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

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

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

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

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

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

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

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

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

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

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

.pb-250 {
  padding-bottom: 13.0208333333vw;
}
@media (max-width: 767px) {
  .pb-250 {
    padding-bottom: 125px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .pb-250 {
    padding-bottom: 50px;
  }
}

.pb-120 {
  padding-bottom: 6.25vw;
}

.pb-156 {
  padding-bottom: 8.125vw;
}

.pb-150 {
  padding-bottom: 7.8125vw;
}

.pb-160 {
  padding-bottom: 8.3333333333vw;
}

/********************** plr ********************/
.plr-630 {
  padding-left: 32.8125vw;
  padding-right: 32.8125vw;
}
@media (max-width: 767px) {
  .plr-630 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.plr-460 {
  padding-left: 23.9583333333vw;
  padding-right: 23.9583333333vw;
}
@media (max-width: 767px) {
  .plr-460 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.plr-432 {
  padding-left: 22.5vw;
  padding-right: 22.5vw;
}
@media (max-width: 767px) {
  .plr-432 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.plr-330 {
  padding-left: 17.1875vw;
  padding-right: 17.1875vw;
}
@media (max-width: 767px) {
  .plr-330 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

footer .site-info {
  width: 100%;
}
footer .content-f {
  background-color: #0E2242;
  color: #F4F6F8;
  padding: 3.75vw 1.8229166667vw 1.8229166667vw 8.125vw;
  display: flex;
}
@media (max-width: 767px) {
  footer .content-f {
    padding: 33px 30px 60px 44px;
    display: inline-block;
  }
}
footer .content-f .col1 {
  width: 15%;
  float: left;
  padding-right: 12.3958333333vw;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  footer .content-f .col1 {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
footer .content-f .col1 img {
  max-width: 11.875vw;
  height: auto;
}
@media (max-width: 767px) {
  footer .content-f .col1 img {
    max-width: 228px;
    height: auto;
  }
}
footer .content-f .col2 {
  width: 20%;
  float: left;
  padding-right: 5.7291666667vw;
  text-transform: uppercase;
  padding-top: 2.2916666667vw;
}
@media (max-width: 767px) {
  footer .content-f .col2 {
    width: 100%;
    padding-right: 0;
    padding-top: 40px;
    text-align: center;
  }
}
footer .content-f .col2 ul {
  list-style: none;
  padding-inline-start: 0;
}
footer .content-f .col2 ul li {
  padding-bottom: 10px;
}
footer .content-f .col2 ul li a:hover {
  color: #A2D4DB;
  text-decoration: underline;
}
footer .content-f .col3 {
  width: 33%;
  float: left;
  padding-right: 11.71875vw;
  padding-top: 1.5625vw;
}
@media (max-width: 767px) {
  footer .content-f .col3 {
    width: 100%;
    padding-right: 0;
    padding-top: 40px;
    text-align: center;
  }
}
footer .content-f .col3 table {
  line-height: 220%;
  letter-spacing: 0.05em;
  border-spacing: 0;
}
@media (max-width: 767px) {
  footer .content-f .col3 table {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  footer .content-f .col3 table tbody {
    text-align: center;
  }
}
footer .content-f .col4 {
  width: 44%;
  float: right;
  padding-top: 2.2916666667vw;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  footer .content-f .col4 {
    width: 100%;
    padding-top: 40px;
    float: left;
    letter-spacing: 1.8px;
  }
}
footer .content-f .col4 .phone, footer .content-f .col4 .location {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  footer .content-f .col4 .phone, footer .content-f .col4 .location {
    justify-content: center;
  }
}
footer .content-f .col4 .phone a, footer .content-f .col4 .location a {
  text-align: end;
}
@media (max-width: 767px) {
  footer .content-f .col4 .phone a, footer .content-f .col4 .location a {
    text-align: center;
  }
}
footer .content-f .col4 .phone a:hover, footer .content-f .col4 .location a:hover {
  color: #A2D4DB;
}
footer .content-f .col4 .phone-icon::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/phone-call-01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  margin-right: 0.8333333333vw;
  display: flex;
  animation: shakeThatBooty 2s ease infinite;
}
@media (max-width: 767px) {
  footer .content-f .col4 .phone-icon::before {
    margin-right: 16px;
  }
}
footer .content-f .col4 .icon-map::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/MapPin.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 0.8333333333vw;
  display: flex;
  animation: icon-bounce 2s ease infinite;
}
@media (max-width: 767px) {
  footer .content-f .col4 .icon-map::before {
    margin-right: 16px;
  }
}
footer .content-f .col4 .sociaux-icons {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 767px) {
  footer .content-f .col4 .sociaux-icons {
    justify-content: center;
  }
}
footer .content-f .col4 .link-face:hover .icon-face::before {
  background-image: url("/wp-content/themes/vsc-theme/images/facebook-green.svg");
}
footer .content-f .col4 .link-insta:hover .icon-insta::before {
  background-image: url("/wp-content/themes/vsc-theme/images/instagram-green.svg");
}
footer .content-f .col4 .icon-face::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/facebook.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 1.25vw;
  display: flex;
}
@media (max-width: 767px) {
  footer .content-f .col4 .icon-face::before {
    margin-right: 20px;
  }
}
footer .content-f .col4 .icon-insta::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/instagram.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: flex;
}
footer .bas-footer {
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 767px) {
  footer .bas-footer {
    display: inline-block;
  }
}
footer .bas-footer img {
  width: 7.8125vw;
  height: auto;
  margin-left: 1vw;
}
@media (max-width: 767px) {
  footer .bas-footer img {
    width: 150px !important;
    margin-left: 0 !important;
    margin-top: 1vw;
  }
}
footer .bas-footer .right-bl {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  footer .bas-footer .right-bl {
    padding-top: 20px;
  }
}

/**************/
.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;
}

body {
  margin: 0;
  font-size: 0.9375vw;
  font-family: "Arial Regular";
  color: #0E2242;
  font-weight: 400;
  line-height: 1.4;
  background-color: #F4F6F8;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

.white h2 {
  color: white !important;
}

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

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

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

.fil-ariane {
  font-size: 1.25vw;
  display: inline-block;
}
@media (max-width: 767px) {
  .fil-ariane {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.fil-ariane .breadcrumb_last {
  color: #A2D4DB;
}

.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;
}

.absolute-img {
  position: absolute;
  z-index: 2;
  right: 11.5625vw;
}
@media (max-width: 767px) {
  .absolute-img {
    position: relative;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
}
.absolute-img .vce-single-image-figure-inner {
  width: 8.59375vw !important;
  height: auto;
}
@media (max-width: 767px) {
  .absolute-img .vce-single-image-figure-inner {
    width: 165px !important;
  }
}
.absolute-img .vce-single-image-figure-inner img {
  width: 100% !important;
  height: auto;
}

.Right-fixed {
  position: absolute;
  right: -9.8958333333vw;
  bottom: -18.2291666667vw;
}
.Right-fixed .vce-single-image-figure-inner {
  width: 24.21875vw !important;
  height: auto;
}
.Right-fixed .vce-single-image-figure-inner img {
  width: 100% !important;
  height: auto;
}

.service-col .service-photo img {
  border-top-left-radius: 13.0208333333vw;
  border-top-right-radius: 13.0208333333vw;
  border-bottom-left-radius: 1.0416666667vw;
  border-bottom-right-radius: 1.0416666667vw;
}
@media (max-width: 767px) {
  .service-col .service-photo img {
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.service-col .overlay {
  position: absolute;
  bottom: 0;
  width: calc(100% - 4.1666666667vw);
  padding: 1.0416666667vw 1.5625vw 1.5625vw 2.6041666667vw;
  color: white;
}
@media (max-width: 767px) {
  .service-col .overlay {
    padding: 20px 15px 30px 15px;
    width: calc(100% - 30px);
  }
}
.service-col .overlay .zone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.service-col .hover-trigger {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 1.6145833333vw;
  font-family: "Inter Bold";
  transition: transform 0.3s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .service-col .hover-trigger {
    font-size: 22px;
    padding-right: 10px;
  }
}
.service-col .hover-trigger:hover {
  transform: translateY(-4px);
}
.service-col .icon {
  border: 1px solid white;
  border-radius: 50%;
  padding: 8.5px 18px;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .service-col .icon {
    padding: 15.5px 16px;
  }
}
.service-col .icon:hover {
  background: #A2D4DB;
}
.service-col .description {
  margin-top: 12px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease;
}
.service-col .icon.hover-trigger:hover img {
  transform: rotate(45deg);
}
.service-col .overlay:hover {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  border-bottom-left-radius: 0.9895833333vw;
  border-bottom-right-radius: 0.9895833333vw;
}
.service-col .overlay:hover .description {
  opacity: 1;
  max-height: 120px;
}

.bg-bloc {
  background-image: url("/wp-content/uploads/2025/07/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 52px;
  width: 100%;
}

.bg-title {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-right-radius: 9.375vw;
  padding: 2.7604166667vw 3.28125vw 1.8229166667vw 1.8229166667vw;
  margin-bottom: 2.8645833333vw;
  margin-right: 9.8958333333vw;
}
@media (max-width: 767px) {
  .bg-title {
    margin-right: 0;
    margin-bottom: 55px;
    padding: 108px 25px 55px 37px;
    border-top-right-radius: 180px;
  }
}

.equipe-col {
  padding-left: 17.4479166667vw !important;
  padding-right: 17.4479166667vw !important;
  padding-top: 9.1666666667vw !important;
  padding-bottom: 14.8958333333vw !important;
}
@media (max-width: 767px) {
  .equipe-col {
    padding: 132px 20px 230px 20px !important;
  }
}
.equipe-col .top-text {
  padding-left: 14.4270833333vw;
  padding-right: 14.4270833333vw;
}
@media (max-width: 767px) {
  .equipe-col .top-text {
    padding-left: 35px;
    padding-right: 30px;
  }
}
.equipe-col .carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .equipe-col .carousel-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    max-width: calc(100% - 40px);
  }
}
.equipe-col .carousel {
  display: flex;
  width: 100%;
  justify-content: center;
  transition: transform 0.5s ease;
}
@media (max-width: 767px) {
  .equipe-col .carousel {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    min-height: 660px;
    height: auto;
  }
}
.equipe-col .card {
  flex: 0 0 40%;
  text-align: center;
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0.6;
  transform: scale(0.7);
}
@media (max-width: 767px) {
  .equipe-col .card {
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: center;
    padding: 0 20px;
    opacity: 1;
    transform: scale(1);
    transition: transform 0.5s ease;
    display: none;
  }
}
.equipe-col .card img {
  border-radius: 257px 257px 0 0;
  padding-bottom: 2.8645833333vw;
  width: 100%;
}
@media (max-width: 767px) {
  .equipe-col .card img {
    padding-bottom: 50px;
  }
}
.equipe-col .card.active {
  transform: scale(1.1);
  opacity: 1;
}
@media (max-width: 767px) {
  .equipe-col .card.active {
    display: block;
  }
}
.equipe-col .arrow {
  background-color: #0E2242;
  color: #F4F6F8;
  border: none;
  font-size: 24px;
  padding: 14px 16px;
  border-radius: 50%;
  cursor: pointer;
}
.equipe-col .arrow.left {
  position: relative;
  top: 26.5625vw;
  left: 43%;
}
@media (max-width: 767px) {
  .equipe-col .arrow.left {
    top: calc(100% + 50px);
    left: 28%;
    position: absolute;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .equipe-col .arrow.left {
    top: 240px;
    left: 33%;
  }
}
.equipe-col .arrow.right {
  position: relative;
  top: 26.5625vw;
  right: 43%;
}
@media (max-width: 767px) {
  .equipe-col .arrow.right {
    top: calc(100% + 50px);
    right: 36%;
    position: absolute;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .equipe-col .arrow.right {
    top: 240px;
    right: 40%;
  }
}

.fixed-wave {
  position: absolute;
  left: -9.5833333333vw;
  bottom: -5.4166666667vw;
}
.fixed-wave .vce-single-image-figure-inner {
  width: 38.4895833333vw !important;
  height: auto;
}
.fixed-wave .vce-single-image-figure-inner img {
  width: 100% !important;
  height: auto;
}

.header-img img {
  border-bottom-left-radius: 17.7083333333vw;
  border-bottom-right-radius: 17.7083333333vw;
}

.team-list {
  display: flex;
}

.bio-section {
  flex: 3;
  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;
    text-align: center;
  }
}

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

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

.photo-stack {
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .photo-stack {
    flex-direction: column;
    position: relative;
  }
}

.photo-stack .photo {
  position: absolute;
  top: 0;
  width: 32.7083333333vw;
  transition: all 0.5s ease;
  overflow: hidden;
  left: 50%;
  height: auto;
  transform: translateX(-50%) scale(0.7);
  border-top-left-radius: 13.3854166667vw;
  border-top-right-radius: 13.3854166667vw;
}
@media (max-width: 767px) {
  .photo-stack .photo {
    border-top-left-radius: 257px;
    border-top-right-radius: 257px;
  }
}
.photo-stack .photo img {
  border-top-left-radius: 13.3854166667vw;
  border-top-right-radius: 13.3854166667vw;
}
@media (max-width: 767px) {
  .photo-stack .photo img {
    border-top-left-radius: 257px;
    border-top-right-radius: 257px;
  }
}
@media (max-width: 767px) {
  .photo-stack .photo {
    position: static;
    transform: scale(1);
    opacity: 0;
    width: 100%;
    max-width: 300px;
    display: none;
  }
}

.photo-stack .photo.active {
  transform: translateX(-50%) scale(1);
  opacity: 1;
  z-index: 3;
  filter: drop-shadow(-20px 4px 24px rgba(0, 0, 0, 0.25));
}
@media (max-width: 767px) {
  .photo-stack .photo.active {
    transform: scale(1);
    display: block;
  }
}

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

.br-lt-250 .vce-col-inner {
  border-top-left-radius: 13.0208333333vw;
}
.br-lt-250 img {
  border-top-left-radius: 13.0208333333vw;
}

.br-lt-200 .vce-col-inner {
  border-top-left-radius: 13.0208333333vw;
}
.br-lt-200 img {
  border-top-left-radius: 10.4166666667vw;
}

.label-ticket {
  padding: 9px 32px;
  border-radius: 60px;
  border: 1px solid #0E2242;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px;
  color: #0E2242;
}

.label-ticket.white {
  color: white;
  border-color: white;
}

.fixed-title {
  position: relative;
  top: 36.9791666667vw;
  left: 2.8125vw;
  width: calc(100% - 2.8125vw);
}
.fixed-title p {
  line-height: 1.15;
}
@media (max-width: 767px) {
  .fixed-title {
    display: none;
  }
}

.services-list .slick-slide {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.services-list .slick-btn.slick-prev {
  position: absolute;
  left: 45%;
  top: calc(100% + 30px);
}
@media (max-width: 767px) {
  .services-list .slick-btn.slick-prev {
    left: 28%;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .services-list .slick-btn.slick-prev {
    left: 40%;
  }
}
.services-list .slick-btn.slick-next {
  position: absolute;
  right: 45%;
  top: calc(100% + 30px);
}
@media (max-width: 1100px) and (min-width: 768px) {
  .services-list .slick-btn.slick-next {
    right: 40%;
  }
}
@media (max-width: 767px) {
  .services-list .slick-btn.slick-next {
    left: 50%;
  }
}
.services-list .overlay {
  padding: 1.0416666667vw 1.0416666667vw 1.5625vw 2.6041666667vw;
  width: calc(100% - 3.6458333333vw);
}
.services-list .icon {
  padding: 23.5px 24px;
  font-size: inherit;
  font-family: inherit;
}
@media (max-width: 767px) {
  .services-list .icon {
    padding: 18.5px 19px;
  }
}
.services-list .zone > a > span {
  padding-right: 2.0833333333vw;
}
@media (max-width: 767px) {
  .services-list .zone > a > span {
    padding-right: 15px;
  }
}

.text-info {
  padding-right: 4.6875vw;
  padding-left: 45.2083333333vw;
  padding-top: 6.7708333333vw;
}
@media (max-width: 767px) {
  .text-info {
    padding-right: 30px;
    padding-left: 15px;
    padding-top: 100px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .text-info {
    padding-top: 100px;
    padding-left: 300px;
  }
}
.text-info p {
  display: flex;
  align-items: center;
}

.text-info .icon-info::after {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/info.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  display: inline-block;
  width: 55px;
  height: 54px;
}

.text-img {
  position: relative;
  top: 23.4375vw;
  left: 2.8125vw;
  color: white;
  padding-right: 8.0729166667vw;
  width: calc(100% - 10.8854166667vw);
}
@media (max-width: 767px) {
  .text-img {
    color: black !important;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: rgba(255, 255, 255, 0.4);
  }
}

.bloc-title {
  padding: 5.2083333333vw 10.3125vw 2.8125vw 3.125vw;
}
@media (max-width: 767px) {
  .bloc-title {
    padding: 30px 25px;
  }
}
.bloc-title .icon-number {
  border-radius: 50%;
  color: #0E2242;
  border: 1px solid #0E2242;
  padding: 5px 7px;
  margin-bottom: 15px;
  display: inline-block;
}
.bloc-title h2 {
  line-height: 1.5;
}

.bloc-title.t2 {
  padding: 6.7708333333vw 10.3125vw 5.2083333333vw 3.125vw;
}
@media (max-width: 767px) {
  .bloc-title.t2 {
    padding: 30px 25px;
  }
}

.bloc-title.t3 {
  padding: 5vw 14.5833333333vw 7.03125vw 3.125vw;
}
@media (max-width: 767px) {
  .bloc-title.t3 {
    padding: 30px 25px;
  }
}

.blue-text {
  padding: 3.28125vw 18.75vw 3.3854166667vw 3.125vw;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .blue-text {
    padding: 30px 25px;
  }
}

.blue-text.t2 {
  padding: 5.5729166667vw 10.4166666667vw 3.3854166667vw 3.125vw;
}
@media (max-width: 767px) {
  .blue-text.t2 {
    padding: 30px 25px;
  }
}

.blue-text.t3 {
  padding: 3.6458333333vw 18.75vw 3.3854166667vw 3.125vw;
}
@media (max-width: 767px) {
  .blue-text.t3 {
    padding: 30px 25px;
  }
}

.page-id-56 .consultation-frais {
  padding-left: 0;
  padding-right: 0;
}

.consultation-frais {
  padding-left: 4.1666666667vw;
  padding-right: 4.1666666667vw;
}
.consultation-frais input[type=text], .consultation-frais input[type=email] {
  padding-left: 1.0416666667vw;
  padding-bottom: 1.1458333333vw;
  margin-bottom: 1.5625vw;
  font-size: 0.7291666667vw;
  background-color: transparent;
  width: calc(100% - 1.0416666667vw);
  line-height: 2.14;
  color: #0E2242;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  font-family: "Arial Regular";
}
@media (max-width: 767px) {
  .consultation-frais input[type=text], .consultation-frais input[type=email] {
    padding-left: 15px;
    padding-bottom: 16px;
    margin-bottom: 20px;
    font-size: 14px;
    width: calc(100% - 15px);
  }
}
.consultation-frais input[type=text]::placeholder, .consultation-frais input[type=email]::placeholder {
  color: #0E2242;
  font-size: 0.7291666667vw;
  line-height: 2.14;
  font-family: "Arial Regular";
}
@media (max-width: 767px) {
  .consultation-frais input[type=text]::placeholder, .consultation-frais input[type=email]::placeholder {
    font-size: 14px;
  }
}
.consultation-frais textarea::placeholder {
  color: #0E2242;
  font-size: 0.7291666667vw;
  line-height: 2.14;
  font-family: "Arial Regular";
}
@media (max-width: 767px) {
  .consultation-frais textarea::placeholder {
    font-size: 14px;
  }
}
.consultation-frais textarea {
  padding-left: 1.0416666667vw;
  margin-bottom: 2.3958333333vw;
  width: calc(100% - 1.0416666667vw);
  line-height: 2.14;
  color: #0E2242;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  font-family: "Arial Regular";
  max-height: 6.25vw;
}
@media (max-width: 767px) {
  .consultation-frais textarea {
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 30px;
    width: calc(100% - 15px);
    max-height: 80px;
  }
}
.consultation-frais input[type=submit] {
  padding: 0.78125vw 3.75vw;
  display: inline-block;
  color: white;
  background-color: #0E2242;
  border-radius: 60px;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.8333333333vw;
  border: none;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 767px) {
  .consultation-frais input[type=submit] {
    padding: 15px 30px;
    font-size: 16px;
  }
}
.consultation-frais input[type=submit]:hover {
  background-color: #A2D4DB;
}

.candidat {
  padding-left: 4.1666666667vw;
  padding-right: 4.1666666667vw;
}
.candidat input[type=text], .candidat input[type=email], .candidat input[type=tel] {
  padding-left: 1.0416666667vw;
  padding-bottom: 1.1458333333vw;
  margin-bottom: 1.5625vw;
  font-size: 0.7291666667vw;
  background-color: transparent;
  width: calc(100% - 1.0416666667vw);
  line-height: 2.14;
  color: white;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid white;
  font-family: "Arial Regular";
}
@media (max-width: 767px) {
  .candidat input[type=text], .candidat input[type=email], .candidat input[type=tel] {
    padding-left: 15px;
    padding-bottom: 16px;
    margin-bottom: 20px;
    font-size: 14px;
    width: calc(100% - 15px);
  }
}
.candidat input[type=text]::placeholder, .candidat input[type=email]::placeholder, .candidat input[type=tel]::placeholder {
  color: white;
  font-size: 0.7291666667vw;
  line-height: 2.14;
  font-family: "Arial Regular";
}
@media (max-width: 767px) {
  .candidat input[type=text]::placeholder, .candidat input[type=email]::placeholder, .candidat input[type=tel]::placeholder {
    font-size: 14px;
  }
}
.candidat textarea::placeholder {
  color: white;
  font-size: 0.7291666667vw;
  line-height: 2.14;
  font-family: "Arial Regular";
}
@media (max-width: 767px) {
  .candidat textarea::placeholder {
    font-size: 14px;
  }
}
.candidat textarea {
  padding-left: 1.0416666667vw;
  margin-bottom: 2.3958333333vw;
  width: calc(100% - 1.0416666667vw);
  line-height: 2.14;
  color: white;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid white;
  background-color: transparent;
  font-family: "Arial Regular";
  max-height: 6.25vw;
}
@media (max-width: 767px) {
  .candidat textarea {
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 30px;
    width: calc(100% - 15px);
    max-height: 80px;
  }
}
.candidat input[type=submit] {
  padding: 1.3020833333vw 3.75vw;
  display: inline-block;
  color: #0E2242;
  background-color: white;
  border-radius: 60px;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.8333333333vw;
  border: none;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 767px) {
  .candidat input[type=submit] {
    padding: 15px 30px;
    font-size: 16px;
  }
}
.candidat input[type=submit]:hover {
  background-color: #A2D4DB;
}

.col-blue .vce-col-inner {
  border-top-left-radius: 7.03125vw;
}
.col-blue .vce-col-content {
  padding: 5.7291666667vw 3.3854166667vw 5.2083333333vw 4.6875vw !important;
  color: white;
}
@media (max-width: 767px) {
  .col-blue .vce-col-content {
    padding: 40px 25px !important;
  }
}

.col-blue.col-right .vce-col-inner {
  border-top-left-radius: none;
  border-top-right-radius: 7.03125vw;
}

#map1 {
  border-radius: 80px;
}
@media (max-width: 767px) {
  #map1 {
    border-radius: 35px;
  }
}

.faq-list.no-list {
  counter-reset: none;
}
.faq-list.no-list .vce-faq-toggle {
  counter-increment: none;
}
.faq-list.no-list .vce-faq-toggle-title::before {
  display: none;
}
.faq-list.no-list .vce-faq-toggle-title .vce-faq-toggle-title-text {
  padding-left: 0;
}

.faq-list {
  counter-reset: section;
}
.faq-list .vce-faq-toggle {
  counter-increment: section;
}
.faq-list .vce-faq-toggle-text-block {
  padding-left: 10px;
}
.faq-list .vce-faq-toggle-inner {
  padding: 1.8229166667vw 2.96875vw 1.8229166667vw 0;
}
@media (max-width: 767px) {
  .faq-list .vce-faq-toggle-inner {
    padding: 20px 2px;
  }
}
.faq-list .vce-faq-toggle-inner.is-open {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.faq-list .vce-faq-toggle-title::before {
  content: counter(section, decimal-leading-zero);
  color: #0E2242;
  font-weight: 700;
  font-size: 0.8854166667vw;
  width: 2.7083333333vw;
  height: 2.7083333333vw;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid #0E2242;
  top: -0.625vw;
  position: absolute;
}
@media (max-width: 767px) {
  .faq-list .vce-faq-toggle-title::before {
    width: 32px;
    height: 32px;
    font-size: 14px;
    top: -4px;
  }
}
.faq-list .vce-faq-toggle-title {
  font-size: 1.3020833333vw;
  font-family: "BellSlim SemiBold";
  color: #0E2242;
  position: relative;
  padding-left: 0;
}
.faq-list .vce-faq-toggle-title h3 {
  font-size: 1.3020833333vw;
  color: #0E2242;
  font-family: "BellSlim Heavy";
}
@media (max-width: 767px) {
  .faq-list .vce-faq-toggle-title h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq-list .vce-faq-toggle-title {
    font-size: 18px;
  }
}
.faq-list .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) {
  .faq-list .vce-faq-toggle-title .vce-faq-toggle-icon {
    width: 12px;
    height: 23px;
  }
}
.faq-list .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) {
  .faq-list .vce-faq-toggle-title .vce-faq-toggle-icon::before {
    width: 12px;
    height: 23px;
  }
}
.faq-list .vce-faq-toggle-title .vce-faq-toggle-icon::after {
  display: none;
}
.faq-list .vce-faq-toggle-title .vce-faq-toggle-title-text {
  padding-left: 3.90625vw;
  padding-right: 2.0833333333vw;
}
@media (max-width: 767px) {
  .faq-list .vce-faq-toggle-title .vce-faq-toggle-title-text {
    padding-left: 55px;
    padding-right: 25px;
  }
}
.faq-list .vce-faq-toggle-text-block {
  padding-top: 1.0416666667vw;
  font-size: 0.8333333333vw;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .faq-list .vce-faq-toggle-text-block {
    padding-top: 20px;
    font-size: 14px;
  }
}
.faq-list .vce-faq-toggle-title.vce-faq-toggle-state--opened .vce-faq-toggle-icon {
  transform: rotate(-90deg);
  top: 26%;
}

.lien a:hover {
  text-decoration: underline;
  color: #A2D4DB;
}

.no-desktop {
  opacity: 0;
  display: none;
}
@media (max-width: 767px) {
  .no-desktop {
    opacity: 1;
    display: block;
  }
}

.no-desk {
  opacity: 0;
  display: none;
}
@media (max-width: 767px) {
  .no-desk {
    opacity: 1;
    display: block;
  }
}

.candidat {
  /* Bouton personnalisé */
  /* Effet hover */
  /* Style pour le nom du fichier sélectionné */
}
.candidat .posts {
  margin-bottom: 1.5625vw;
}
.candidat .posts .nameL {
  padding-bottom: 1.1458333333vw;
}
.candidat .posts select {
  padding: 0.5729166667vw;
  width: 100%;
}
.candidat .upload-bloc {
  display: flex;
  justify-content: space-around;
  margin-bottom: 2.6041666667vw;
  border-bottom: 1px solid white;
  padding-bottom: 1.5625vw;
}
.candidat .custom-file-input {
  display: none;
}
.candidat .custom-file-label {
  display: inline-block;
  background-color: #fff;
  color: #0E2242;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 400;
}
.candidat .custom-file-label:hover {
  background-color: white;
}
.candidat .file-name {
  margin-left: 10px;
  font-size: 0.7291666667vw;
  color: #0E2242;
}
/*# sourceMappingURL=../css/style.css.map */
