.black {
  color: #0F171F;
}

.blue-fonce {
  color: #153A56;
}

.red {
  color: #DF372D;
}

.blue {
  color: #67A7D4;
}

.beige {
  color: #C2BCB0;
}

.white {
  color: white;
}

.vce {
  margin-bottom: 0;
}

.center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.no-uppercase {
  text-transform: initial;
}

.no-underline {
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

.right {
  text-align: right;
}

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

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

strong, b {
  font-family: "Poppins Bold";
  font-weight: 700;
}

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

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

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

.extrabold {
  font-family: "Poppins ExtraBold";
  font-weight: 800;
}

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

h1 {
  color: #67A7D4;
  font-size: 2.34375vw;
  font-family: "Poppins ExtraBold";
  line-height: 1.22;
  font-weight: 800;
}
@media (max-width: 767px) {
  h1 {
    font-size: 25px;
  }
}

.blue-btn-gras {
  padding: 0.9895833333vw 3.0208333333vw;
  background-color: #153A56;
  color: white !important;
  text-transform: uppercase;
  font-size: 0.8333333333vw;
  font-family: "Poppins SemiBold";
  border-radius: 23px;
  display: inline-block;
  text-align: center;
}
.blue-btn-gras:hover {
  background-color: #67A7D4;
}
@media (max-width: 767px) {
  .blue-btn-gras {
    font-size: 14px;
    padding: 15px 25px;
  }
}

.blue-btn {
  padding: 1.0416666667vw 1.6145833333vw;
  background-color: #67A7D4;
  color: white;
  text-transform: uppercase;
  font-size: 0.8333333333vw;
  font-family: "Poppins SemiBold";
  border-radius: 23px;
  display: inline-block;
  text-align: center;
}
.blue-btn:hover {
  background-color: white;
  color: #67A7D4 !important;
}
@media (max-width: 767px) {
  .blue-btn {
    font-size: 14px;
    padding: 15px 25px;
  }
}

h2 {
  font-size: 1.5625vw;
  line-height: 1.5;
  font-family: "Poppins ExtraBold";
  font-weight: 800;
  color: #67A7D4;
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

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

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

.fs21 h1, .fs21 h2, .fs21 p, .fs21 h3, .fs21 {
  font-size: calc(21vw / 13.66);
}
@media (min-width: 1366px) {
  .fs21 h1, .fs21 h2, .fs21 p, .fs21 h3, .fs21 {
    font-size: calc(21vw / 19.2);
  }
}
@media (max-width: 767px) {
  .fs21 h1, .fs21 h2, .fs21 p, .fs21 h3, .fs21 {
    font-size: 18px !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: 18px !important;
  }
}

.fs30 h1, .fs30 h2, .fs30 p, .fs30 h3, .fs30 {
  font-size: calc(30vw / 13.66);
}
@media (min-width: 1366px) {
  .fs30 h1, .fs30 h2, .fs30 p, .fs30 h3, .fs30 {
    font-size: calc(30vw / 19.2);
  }
}
@media (max-width: 767px) {
  .fs30 h1, .fs30 h2, .fs30 p, .fs30 h3, .fs30 {
    font-size: 22px !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: 22px !important;
  }
}

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

/************ fonts *************/
/************** line-height **************/
.lh-27 {
  line-height: 1.5;
}

.lh-55 {
  line-height: 1.22;
}

.lh-40 {
  line-height: 1.333;
}

.lh-35 {
  line-height: 1.45;
}

.lh-60 {
  line-height: 1.71;
}

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

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

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

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

.pt-35 {
  padding-top: 1.8229166667vw;
}
@media (max-width: 767px) {
  .pt-35 {
    padding-top: 20px;
  }
}

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

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

.pl-190 {
  padding-left: 9.8958333333vw;
}
@media (max-width: 767px) {
  .pl-190 {
    padding-left: 35px;
  }
}

.pr-1115 {
  padding-right: 58.0729166667vw;
}
@media (max-width: 767px) {
  .pr-1115 {
    padding-right: 35px;
  }
}

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

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

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

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

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

.pt-25 {
  padding-top: 1.3020833333vw;
}

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

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

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

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

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

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

.pr-247 {
  padding-right: 12.8645833333vw;
}
@media (max-width: 767px) {
  .pr-247 {
    padding-right: 35px;
  }
}

.pr-224 {
  padding-right: 11.6666666667vw;
}
@media (max-width: 767px) {
  .pr-224 {
    padding-right: 35px;
  }
}

.pr-286 {
  padding-right: 14.8958333333vw;
}
@media (max-width: 767px) {
  .pr-286 {
    padding-right: 35px;
  }
}

.pr-268 {
  padding-right: 13.9583333333vw;
}
@media (max-width: 767px) {
  .pr-268 {
    padding-right: 35px;
  }
}

.pr-217 {
  padding-right: 11.3020833333vw;
}
@media (max-width: 767px) {
  .pr-217 {
    padding-right: 35px;
  }
}

.pr-113 {
  padding-right: 5.8854166667vw;
}
@media (max-width: 767px) {
  .pr-113 {
    padding-right: 35px;
  }
}

.pr-215 {
  padding-right: 11.1979166667vw;
}
@media (max-width: 767px) {
  .pr-215 {
    padding-right: 35px;
  }
}

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

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

.pl-57 {
  padding-left: 2.96875vw;
}
@media (max-width: 767px) {
  .pl-57 {
    padding-left: 35px;
  }
}

.pr-538 {
  padding-right: 28.0208333333vw;
}
@media (max-width: 767px) {
  .pr-538 {
    padding-right: 35px;
  }
}

.pr-156 {
  padding-right: 8.125vw;
}
@media (max-width: 767px) {
  .pr-156 {
    padding-right: 35px;
  }
}

.pr-150 {
  padding-right: 7.8125vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-278 {
  padding-left: 14.4791666667vw;
}
@media (max-width: 767px) {
  .pl-278 {
    padding-left: 35px;
  }
}

.pl-406 {
  padding-left: 21.1458333333vw;
}
@media (max-width: 767px) {
  .pl-406 {
    padding-left: 35px;
  }
}

.pl-166 {
  padding-left: 8.6458333333vw;
}

.pr-278 {
  padding-right: 14.4791666667vw;
}
@media (max-width: 767px) {
  .pr-278 {
    padding-right: 35px;
  }
}

.pr-75 {
  padding-right: 3.90625vw;
}
@media (max-width: 767px) {
  .pr-75 {
    padding-right: 35px;
  }
}

.pr-232 {
  padding-right: 12.0833333333vw;
}
@media (max-width: 767px) {
  .pr-232 {
    padding-right: 35px;
  }
}

.pr-416 {
  padding-right: 21.6666666667vw;
}
@media (max-width: 767px) {
  .pr-416 {
    padding-right: 35px;
  }
}

.pl-416 {
  padding-left: 21.6666666667vw;
}
@media (max-width: 767px) {
  .pl-416 {
    padding-left: 35px;
  }
}

.pr-426 {
  padding-right: 22.1875vw;
}
@media (max-width: 767px) {
  .pr-426 {
    padding-right: 35px;
  }
}

.pr-45 {
  padding-right: 2.34375vw;
}
@media (max-width: 767px) {
  .pr-45 {
    padding-right: 35px;
  }
}

.pr-626 {
  padding-right: 32.6041666667vw;
}
@media (max-width: 767px) {
  .pr-626 {
    padding-right: 35px;
  }
}

.pl-626 {
  padding-left: 32.6041666667vw;
}
@media (max-width: 767px) {
  .pl-626 {
    padding-left: 35px;
  }
}

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

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

.pr-140 {
  padding-right: 7.2916666667vw;
}
@media (max-width: 767px) {
  .pr-140 {
    padding-right: 35px;
  }
}

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

.pr-983 {
  padding-right: 51.1979166667vw;
}
@media (max-width: 767px) {
  .pr-983 {
    padding-right: 35px;
  }
}

.pr-195 {
  padding-right: 10.15625vw;
}
@media (max-width: 767px) {
  .pr-195 {
    padding-right: 35px;
  }
}

.pr-192 {
  padding-right: 10vw;
}
@media (max-width: 767px) {
  .pr-192 {
    padding-right: 35px;
  }
}

.pr-120 {
  padding-right: 6.25vw;
}

.pr-386 {
  padding-right: 20.1041666667vw;
}
@media (max-width: 767px) {
  .pr-386 {
    padding-right: 35px;
  }
}

.pr-318 {
  padding-right: 16.5625vw;
}
@media (max-width: 767px) {
  .pr-318 {
    padding-right: 35px;
  }
}

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

.pr-138 {
  padding-right: 7.1875vw;
}
@media (max-width: 767px) {
  .pr-138 {
    padding-right: 35px;
  }
}

.pr-328 {
  padding-right: 17.0833333333vw;
}
@media (max-width: 767px) {
  .pr-328 {
    padding-right: 35px;
  }
}

.pr-184 {
  padding-right: 9.5833333333vw;
}
@media (max-width: 767px) {
  .pr-184 {
    padding-right: 35px;
  }
}

.pr-310 {
  padding-right: 16.1458333333vw;
}
@media (max-width: 767px) {
  .pr-310 {
    padding-right: 35px;
  }
}

.pr-180 {
  padding-right: 9.375vw;
}

.pr-35 {
  padding-right: 1.8229166667vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-60 {
  padding-right: 3.125vw;
}

.pr-67 {
  padding-right: 3.4895833333vw;
}
@media (max-width: 767px) {
  .pr-67 {
    padding-right: 35px;
  }
}

.pr-80 {
  padding-right: 4.1666666667vw;
}
@media (max-width: 767px) {
  .pr-80 {
    padding-right: 35px;
  }
}

.pr-50 {
  padding-right: 2.6041666667vw;
}

.pr-56 {
  padding-right: 2.9166666667vw;
}

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

.pr-96 {
  padding-right: 5vw;
}
@media (max-width: 767px) {
  .pr-96 {
    padding-right: 35px;
  }
}

.pr-104 {
  padding-right: 5.4166666667vw;
}

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

.pr-900 {
  padding-right: 46.875vw;
}

.pr-130 {
  padding-right: 6.7708333333vw;
}

.pr-655 {
  padding-right: 34.1145833333vw;
}

.plr-50 {
  padding-left: 2.6041666667vw;
  padding-right: 2.6041666667vw;
}

.plr-190 {
  padding-left: 9.8958333333vw;
  padding-right: 9.8958333333vw;
}

.bloc-blog {
  padding: 4.0104166667vw 12.34375vw 5.9895833333vw 12.34375vw;
  display: inline-block;
  background-color: rgba(194, 188, 176, 0.3);
}
@media (max-width: 767px) {
  .bloc-blog {
    padding: 40px 35px;
  }
}
.bloc-blog .desc {
  padding-left: 18.2291666667vw;
  padding-right: 18.2291666667vw;
}
@media (max-width: 767px) {
  .bloc-blog .desc {
    padding-left: 0;
    padding-right: 0;
  }
}

.vsc-recent-posts .grid-element, .total-blog .grid-element {
  width: 33.33%;
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  .vsc-recent-posts .grid-element, .total-blog .grid-element {
    width: 100%;
    margin-bottom: 50px;
  }
}
.vsc-recent-posts .grid-element .grid-content, .total-blog .grid-element .grid-content {
  padding: 0 2.1354166667vw;
}
@media (max-width: 767px) {
  .vsc-recent-posts .grid-element .grid-content, .total-blog .grid-element .grid-content {
    padding: 0;
  }
}
.vsc-recent-posts .grid-element .grid-thumb, .total-blog .grid-element .grid-thumb {
  width: 100%;
  height: 13.0208333333vw;
  min-height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  margin-bottom: 1.4583333333vw;
}
@media (max-width: 900px) and (min-width: 768px) {
  .vsc-recent-posts .grid-element .grid-thumb, .total-blog .grid-element .grid-thumb {
    min-height: 165px;
  }
}
@media (max-width: 767px) {
  .vsc-recent-posts .grid-element .grid-thumb, .total-blog .grid-element .grid-thumb {
    margin-bottom: 25px;
  }
}
.vsc-recent-posts .grid-element .grid-title, .total-blog .grid-element .grid-title {
  font-weight: inherit;
  text-transform: uppercase;
  margin-block-start: 0;
  margin-block-end: 0;
  min-height: 2.0833333333vw;
}
@media (max-width: 767px) {
  .vsc-recent-posts .grid-element .grid-title, .total-blog .grid-element .grid-title {
    min-height: inherit;
    padding-bottom: 25px;
  }
}
.vsc-recent-posts .grid-element .grid-excerpt, .total-blog .grid-element .grid-excerpt {
  height: 7.8125vw;
  padding-bottom: 1vw;
}
@media (max-width: 767px) {
  .vsc-recent-posts .grid-element .grid-excerpt, .total-blog .grid-element .grid-excerpt {
    height: inherit;
    padding-bottom: 25px;
  }
}
.vsc-recent-posts .grid-element .more-link .read-more, .total-blog .grid-element .more-link .read-more {
  text-decoration: underline;
  font-weight: 700;
}
.vsc-recent-posts .grid-element .more-link a:hover, .total-blog .grid-element .more-link a:hover {
  color: #67A7D4;
}

.total-blog .paginationBlog {
  float: left;
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
.total-blog .paginationBlog .page-numbers {
  border-radius: 3px;
  color: white;
  background-color: #153A56;
  padding: 5px 10px;
  margin-right: 5px;
}

.single.single-post .site-main {
  width: 65%;
  float: left;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .single.single-post .site-main {
    width: 100%;
    margin-right: 0;
  }
}
.single.single-post .site-main .img-post img {
  width: 100%;
  height: auto;
}
.single.single-post .site-main h2 {
  padding-bottom: 2.0833333333vw;
}
@media (max-width: 768px) {
  .single.single-post .site-main h2 {
    padding-bottom: 30px;
  }
}
.single.single-post .site-main p {
  padding-bottom: 0.78125vw;
}
@media (max-width: 768px) {
  .single.single-post .site-main p {
    padding-bottom: 15px;
  }
}
.single.single-post .widget-area {
  float: right;
  width: 32%;
}
@media (max-width: 767px) {
  .single.single-post .widget-area {
    display: none;
  }
}
.single.single-post .widget-area .widget-title {
  padding-bottom: 1.5625vw;
  font-size: 1.8229166667vw;
  font-family: "Poppins Bold";
  color: #153A56;
  padding-top: 1.5625vw;
}
.single.single-post .widget-area .list-recents-posts {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0px;
}
.single.single-post .widget-area .list-recents-posts li {
  display: flex;
  padding-bottom: 1.3541666667vw;
}
.single.single-post .widget-area .list-recents-posts li img {
  vertical-align: middle;
  width: 7.8125vw;
  height: 7.8125vw;
}
.single.single-post .widget-area .list-recents-posts li a {
  text-decoration: none;
  color: #010101;
  padding-left: 0.9895833333vw;
  display: table-cell;
  vertical-align: middle;
  font-family: "Poppins Bold";
}
.single.single-post .widget-area .wp-block-search__inside-wrapper {
  margin-top: 20px;
}
.single.single-post .widget-area .wp-block-search__button {
  padding: 0 15px;
  background-color: #153A56;
  color: white;
  text-transform: uppercase;
  font-size: 0.8333333333vw;
  font-family: "Poppins SemiBold";
  border-radius: 23px;
  display: inline-block;
  text-align: center;
  border: none;
}
.single.single-post .widget-area .wp-block-search__button:hover {
  background-color: #67A7D4;
}
@media (max-width: 767px) {
  .single.single-post .widget-area .wp-block-search__button {
    font-size: 14px;
  }
}
.single.single-post .widget-area input[type=search] {
  padding: 0.78125vw;
  font-size: 0.7291666667vw;
  color: #0F171F;
  background-color: white;
  border: 1px solid #0F171F;
  border-radius: 10px;
  width: calc(100% - 0.78125vw);
  font-family: "Poppins Regular";
}

footer {
  float: left;
  width: 100%;
  color: white;
}
footer .site-info {
  background-color: #153A56;
  padding: 4.4270833333vw 18.59375vw 6.0416666667vw 15.2604166667vw;
  display: block;
  float: left;
}
@media (max-width: 900px) and (min-width: 768px) {
  footer .site-info {
    padding: 4.4270833333vw 15.625vw 6.0416666667vw 15.2604166667vw;
  }
}
@media (max-width: 767px) {
  footer .site-info {
    padding: 50px 35px;
  }
}
footer .logo-footer {
  width: 25%;
  float: left;
  margin-right: 5.78125vw;
  padding-top: 0.6770833333vw;
}
@media (max-width: 767px) {
  footer .logo-footer {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }
}
footer .logo-footer img {
  width: 100%;
  height: auto;
  padding-bottom: 2.2916666667vw;
}
@media (max-width: 767px) {
  footer .logo-footer img {
    padding-bottom: 30px;
  }
}
footer .menu-footer {
  width: 14%;
  float: left;
  margin-right: 3.4895833333vw;
}
@media (max-width: 767px) {
  footer .menu-footer {
    width: 100%;
    margin-right: 0;
    padding-bottom: 30px;
  }
}
footer .menu-footer ul {
  list-style: none;
}
footer .menu-footer ul .current-menu-item {
  font-weight: 700;
  text-decoration: underline;
}
footer .horaire {
  float: left;
  width: 27.5%;
  margin-right: 2.8645833333vw;
}
@media (max-width: 767px) {
  footer .horaire {
    width: 100%;
    margin-right: 0;
    padding-bottom: 30px;
  }
}
footer .last-col {
  float: right;
  width: 14.5%;
}
@media (max-width: 767px) {
  footer .last-col {
    width: 100%;
    float: left;
  }
}
footer .sociaux-icon {
  display: flex;
}
footer .sociaux-icon .fb {
  margin-right: 13px;
  background-image: url("/wp-content/themes/vsc-theme/img/facebook-icon.svg");
  width: 2.5vw;
  height: 2.5vw;
  background-size: 2.5vw 2.5vw;
}
@media (max-width: 767px) {
  footer .sociaux-icon .fb {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
}
footer .sociaux-icon .insta {
  background-image: url("/wp-content/themes/vsc-theme/img/insta-icon.svg");
  width: 2.5vw;
  height: 2.5vw;
  background-size: 2.5vw 2.5vw;
}
@media (max-width: 767px) {
  footer .sociaux-icon .insta {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
}
footer .btm-bar {
  background-color: #67A7D4;
  padding: 1.7708333333vw;
  float: left;
  width: calc(100% - 3.5416666667vw);
}
@media (max-width: 767px) {
  footer .btm-bar {
    padding: 35px;
    width: calc(100% - 70px);
  }
}
footer .btm-bar a {
  text-decoration: underline;
}

/**************/
.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: "Poppins Regular";
  line-height: 1.5;
  color: #0F171F;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body a:hover {
  color: #C2BCB0;
}

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

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

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

.site-content, footer {
  float: left;
  width: 100%;
}

.absolute-col {
  position: absolute;
  width: 56.4% !important;
  right: 0;
  bottom: 0;
}
.absolute-col .vce-col-inner {
  border-top-left-radius: 65px;
}
@media (max-width: 767px) {
  .absolute-col {
    position: relative;
    width: 100% !important;
  }
}

.img-service .vce-single-image-figure-inner {
  width: 7.8645833333vw !important;
  height: auto;
}
@media (max-width: 767px) {
  .img-service .vce-single-image-figure-inner {
    width: 100px !important;
  }
}
.img-service img {
  background-color: white;
  border-radius: 100%;
}
.img-service img:hover {
  background-color: #67A7D4;
}

.bloc-contact {
  padding-top: 5.3645833333vw;
  padding-left: 8.8541666667vw;
  padding-right: 15.625vw;
}
.bloc-contact .formulaire .question {
  color: white;
  font-size: 0.7291666667vw;
  padding-bottom: 0.8854166667vw;
}
.bloc-contact .formulaire .question p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bloc-contact .formulaire .question .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.bloc-contact .formulaire .question input[type=radio] {
  height: 2.0833333333vw;
  width: 2.0833333333vw;
  margin: 0;
  border: none;
  margin-right: 10px;
}
.bloc-contact .formulaire .question .wpcf7-list-item {
  margin: 0 1.0416666667vw 0 0.5208333333vw;
}
.bloc-contact input[type=text], .bloc-contact input[type=email], .bloc-contact input[type=tel] {
  padding-top: 0.78125vw;
  padding-bottom: 0.78125vw;
  padding-left: 0.8333333333vw;
  margin-bottom: 0.8333333333vw;
  font-size: 0.7291666667vw;
  color: #0F171F;
  background-color: white;
  border: none;
  border-radius: 10px;
  width: calc(100% - 0.8333333333vw);
  font-family: "Poppins Regular";
}
.bloc-contact textarea {
  padding-top: 0.78125vw;
  padding-left: 0.8333333333vw;
  font-size: 0.7291666667vw;
  color: #0F171F;
  background-color: white;
  border: none;
  border-radius: 10px;
  height: 4.375vw;
  margin-bottom: 0.9895833333vw;
  width: calc(100% - 0.8333333333vw);
  font-family: "Poppins Regular";
}
.bloc-contact input[type=text]::placeholder, .bloc-contact input[type=email]::placeholder, .bloc-contact input[type=tel]::placeholder, .bloc-contact textarea::placeholder {
  font-size: 0.7291666667vw;
  color: #0F171F;
  font-family: "Poppins Regular";
}
.bloc-contact .first-field {
  float: left;
  width: 100%;
}
.bloc-contact .middle-field .col1 {
  float: left;
  width: 49%;
  margin-right: 0.5729166667vw;
}
.bloc-contact .middle-field .col2 {
  float: right;
  width: 49%;
}
.bloc-contact input[type=submit] {
  padding: 1.0416666667vw 4.7395833333vw;
  background-color: #67A7D4;
  color: white;
  text-transform: uppercase;
  border-radius: 23px;
  border: none;
  font-size: 0.8333333333vw;
  font-family: "Poppins SemiBold";
  display: inline-block;
  text-align: center;
}

.no-desktop {
  display: none;
}

.w-55 .vce-single-image-figure-inner {
  width: 2.8645833333vw !important;
  height: auto;
}
@media (max-width: 767px) {
  .w-55 .vce-single-image-figure-inner {
    width: 40px !important;
  }
}

.w-151 .vce-single-image-figure-inner {
  width: 7.8645833333vw !important;
  height: auto;
}
@media (max-width: 767px) {
  .w-151 .vce-single-image-figure-inner {
    width: 70px !important;
  }
}

.w-692 .vce-single-image-figure-inner {
  width: 36.0416666667vw !important;
  height: auto;
}
@media (max-width: 767px) {
  .w-692 .vce-single-image-figure-inner {
    width: 250px !important;
  }
}

.bar-header-blue {
  background-color: #153A56;
  border-top-left-radius: 75px;
  border-top-right-radius: 75px;
  padding: 3.3854166667vw 9.53125vw 3.3854166667vw 9.8958333333vw;
}

.breadcrumb_last {
  color: #153A56;
  font-weight: 700;
}

.col-member {
  padding: 2.0833333333vw 4.2708333333vw 2.0833333333vw 3.1770833333vw !important;
  margin-bottom: 1.8229166667vw;
}
@media (max-width: 767px) {
  .col-member {
    padding: 20px 30px !important;
    margin-bottom: 30px;
  }
}

ol {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  counter-reset: my-awesome-counter;
  padding-inline-start: 28px;
}
ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  margin-bottom: 1.3020833333vw;
}
ol li:before {
  content: counter(my-awesome-counter) ". ";
  color: black;
  font-weight: 700;
  font-family: "Poppins Bold";
  position: absolute;
  left: -25px;
}
@media (max-width: 767px) {
  ol li {
    margin-bottom: 15px;
  }
}

.error-404.not-found {
  max-width: 35%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9%;
  margin-bottom: 10%;
}

.widget_search {
  margin-bottom: 1.5625vw;
}
/*# sourceMappingURL=../css/style.css.map */
