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

.uppercase {
  text-transform: uppercase;
}

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

.blackC {
  color: #062A35;
}

.green {
  color: #B8DB95;
}

.blue {
  color: #034866;
}

.blueC {
  color: #84C8D8;
}

.white {
  color: white;
}

.underline {
  text-decoration: underline;
}

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

h1 {
  font-size: 3.90625vw;
  line-height: 1.2;
  color: white;
  font-family: "Manrope SemiBold";
  font-weight: 600;
}
@media (max-width: 767px) {
  h1 {
    font-size: 33px;
    letter-spacing: -0.42px;
  }
}

h2 {
  font-size: 3.125vw;
  line-height: 1.16;
  color: #034866;
  font-family: "Manrope Bold";
  font-weight: 700;
  letter-spacing: -0.16px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

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

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

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

.br-30 {
  border-radius: 1.5625vw;
}
@media (max-width: 767px) {
  .br-30 {
    border-radius: 20px;
  }
}
.br-30 img {
  border-radius: 1.5625vw;
}
@media (max-width: 767px) {
  .br-30 img {
    border-radius: 20px;
  }
}

.br-40 {
  border-radius: 2.0833333333vw;
}
@media (max-width: 767px) {
  .br-40 {
    border-radius: 20px;
  }
}
.br-40 img {
  border-radius: 2.0833333333vw;
}
@media (max-width: 767px) {
  .br-40 img {
    border-radius: 20px;
  }
}

.blue-btn {
  background-color: #84C8D8;
  color: #062A35;
  border-radius: 1.1458333333vw;
  font-family: "Manrope SemiBold";
  font-weight: 600;
  font-size: 0.8333333333vw;
  display: inline-block;
  padding: 0.625vw 1.5625vw;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 767px) {
  .blue-btn {
    padding: 8px 19px;
    font-size: 11px;
    border-radius: 22px;
  }
}
.blue-btn:hover {
  background-color: #B8DB95;
  color: #062A35 !important;
}

.right {
  float: right;
}

.greenf-btn {
  background-color: #357C35;
  color: #B8DB95;
  border-radius: 1.1458333333vw;
  font-family: "Manrope SemiBold";
  font-weight: 600;
  font-size: 0.8333333333vw;
  display: inline-block;
  padding: 0.625vw 1.1979166667vw;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 767px) {
  .greenf-btn {
    padding: 8px 19px;
    font-size: 11px;
    border-radius: 22px;
  }
}
.greenf-btn:hover {
  background-color: white;
}

.green-btn {
  background-color: #B8DB95;
  color: #062A35;
  border-radius: 1.1458333333vw;
  font-family: "Manrope SemiBold";
  font-weight: 600;
  font-size: 0.8333333333vw;
  display: inline-block;
  padding: 0.625vw 1.1979166667vw;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 767px) {
  .green-btn {
    padding: 8px 19px;
    font-size: 11px;
    border-radius: 22px;
  }
}
.green-btn:hover {
  background-color: #84C8D8;
  color: #062A35 !important;
}

.black-btn {
  background-color: #062A35;
  color: #84C8D8;
  border-radius: 1.1458333333vw;
  font-family: "Manrope SemiBold";
  font-weight: 600;
  font-size: 0.8333333333vw;
  display: inline-block;
  padding: 0.625vw 1.5625vw;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 767px) {
  .black-btn {
    padding: 8px 19px;
    font-size: 11px;
    border-radius: 22px;
  }
}
.black-btn:hover {
  background-color: black;
  color: white !important;
}

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

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

@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: 18px !important;
    letter-spacing: -0.5px;
  }
}

@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: 11px !important;
  }
}

@media (min-width: 1366px) {
  .fs34 h1, .fs34 h2, .fs34 p, .fs34 h3, .fs34 {
    font-size: calc(34vw / 19.2);
  }
}
@media (max-width: 767px) {
  .fs34 h1, .fs34 h2, .fs34 p, .fs34 h3, .fs34 {
    font-size: 18px !important;
    letter-spacing: -0.5px;
  }
}

@media (min-width: 1366px) {
  .fs60 h1, .fs60 h2, .fs60 p, .fs60 h3, .fs60 {
    font-size: calc(60vw / 19.2);
  }
}
@media (max-width: 767px) {
  .fs60 h1, .fs60 h2, .fs60 p, .fs60 h3, .fs60 {
    font-size: 32px !important;
    letter-spacing: -0.16px;
  }
}

@media (min-width: 1366px) {
  .fs80 h1, .fs80 h2, .fs80 p, .fs80 h3, .fs80 {
    font-size: calc(80vw / 19.2);
  }
}
@media (max-width: 767px) {
  .fs80 h1, .fs80 h2, .fs80 p, .fs80 h3, .fs80 {
    font-size: 35px !important;
    letter-spacing: -0.16px;
  }
}

@media (min-width: 1366px) {
  .fs75 h1, .fs75 h2, .fs75 p, .fs75 h3, .fs75 {
    font-size: calc(75vw / 19.2);
  }
}
@media (max-width: 767px) {
  .fs75 h1, .fs75 h2, .fs75 p, .fs75 h3, .fs75 {
    font-size: 35px !important;
    letter-spacing: -0.16px;
  }
}

/************ fonts *************/
.fs32 {
  line-height: 1.25;
}
.fs75 {
  line-height: 1.25;
}
.fs16 {
  line-height: 1.5;
}
.fs60 {
  line-height: 1.16;
  letter-spacing: -0.16px;
}
.fs80 {
  line-height: 1.25;
  letter-spacing: -0.18px;
}
/******lh**********/
.lh-32 {
  line-height: 1.77;
}

/************** pt ***************/
.pt-165 {
  padding-top: 8.59375vw;
}

.pt-90 {
  padding-top: 4.6875vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-104 {
  padding-top: 5.4166666667vw;
}
@media (max-width: 767px) {
  .pt-104 {
    padding-top: 44px;
  }
}

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

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

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

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

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

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

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

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

.pb-80 {
  padding-bottom: 4.1666666667vw;
}

.pb-60 {
  padding-bottom: 3.125vw;
}

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

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

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

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

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

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

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

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

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

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

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

.pb-394 {
  padding-bottom: 20.5208333333vw;
}

/***************** pl ***************/
.pl-150 {
  padding-left: 7.8125vw;
}
@media (max-width: 767px) {
  .pl-150 {
    padding-left: 27px;
  }
}

.pl-80 {
  padding-left: 4.1666666667vw;
}
@media (max-width: 767px) {
  .pl-80 {
    padding-left: 27px;
  }
}

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

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

.pl-157 {
  padding-left: 8.1770833333vw;
}
@media (max-width: 767px) {
  .pl-157 {
    padding-left: 27px;
  }
}

.pl-165 {
  padding-left: 8.59375vw;
}
@media (max-width: 767px) {
  .pl-165 {
    padding-left: 27px;
  }
}

.pl-160 {
  padding-left: 8.3333333333vw;
}
@media (max-width: 767px) {
  .pl-160 {
    padding-left: 27px;
  }
}

.pl-193 {
  padding-left: 10.0520833333vw;
}
@media (max-width: 767px) {
  .pl-193 {
    padding-left: 27px;
  }
}

.pl-196 {
  padding-left: 10.2083333333vw;
}
@media (max-width: 767px) {
  .pl-196 {
    padding-left: 27px;
  }
}

.pl-109 {
  padding-left: 5.6770833333vw;
}
@media (max-width: 767px) {
  .pl-109 {
    padding-left: 27px;
  }
}

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

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

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

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

.pl-218 {
  padding-left: 11.3541666667vw;
}
@media (max-width: 767px) {
  .pl-218 {
    padding-left: 27px;
  }
}

.pl-220 {
  padding-left: 11.4583333333vw;
}
@media (max-width: 767px) {
  .pl-220 {
    padding-left: 27px;
  }
}

.pl-223 {
  padding-left: 11.6145833333vw;
}
@media (max-width: 767px) {
  .pl-223 {
    padding-left: 27px;
  }
}

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

.pl-440 {
  padding-left: 22.9166666667vw;
}
@media (max-width: 767px) {
  .pl-440 {
    padding-left: 27px;
  }
}

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

.pr-190 {
  padding-right: 9.8958333333vw;
}

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

.pr-145 {
  padding-right: 7.5520833333vw;
}

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

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

.pr-57 {
  padding-right: 2.96875vw;
}

.pr-128 {
  padding-right: 6.6666666667vw;
}

.pr-85 {
  padding-right: 4.4270833333vw;
}
@media (max-width: 767px) {
  .pr-85 {
    padding-right: 27px;
  }
}

.pr-300 {
  padding-right: 15.625vw;
}
@media (max-width: 767px) {
  .pr-300 {
    padding-right: 27px;
  }
}

.pr-80 {
  padding-right: 4.1666666667vw;
}

.pr-64 {
  padding-right: 3.3333333333vw;
}

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

.pr-135 {
  padding-right: 7.03125vw;
}

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

.pr-213 {
  padding-right: 11.09375vw;
}
@media (max-width: 767px) {
  .pr-213 {
    padding-right: 27px;
  }
}

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

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

.pr-235 {
  padding-right: 12.2395833333vw;
}
@media (max-width: 767px) {
  .pr-235 {
    padding-right: 27px;
  }
}

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

.pr-240 {
  padding-right: 12.5vw;
}
@media (max-width: 767px) {
  .pr-240 {
    padding-right: 27px;
  }
}

.pr-340 {
  padding-right: 17.7083333333vw;
}
@media (max-width: 767px) {
  .pr-340 {
    padding-right: 27px;
  }
}

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

.pr-258 {
  padding-right: 13.4375vw;
}
@media (max-width: 767px) {
  .pr-258 {
    padding-right: 27px;
  }
}

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

.pr-178 {
  padding-right: 9.2708333333vw;
}
@media (max-width: 767px) {
  .pr-178 {
    padding-right: 27px;
  }
}

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

.pr-270 {
  padding-right: 14.0625vw;
}
@media (max-width: 767px) {
  .pr-270 {
    padding-right: 27px;
  }
}

.pr-275 {
  padding-right: 14.3229166667vw;
}
@media (max-width: 767px) {
  .pr-275 {
    padding-right: 27px;
  }
}

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

.pr-223 {
  padding-right: 11.6145833333vw;
}
@media (max-width: 767px) {
  .pr-223 {
    padding-right: 27px;
  }
}

.pr-220 {
  padding-right: 11.4583333333vw;
}
@media (max-width: 767px) {
  .pr-220 {
    padding-right: 27px;
  }
}

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

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

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

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

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

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

.pr-445 {
  padding-right: 23.1770833333vw;
}
@media (max-width: 767px) {
  .pr-445 {
    padding-right: 27px;
  }
}

.pr-450 {
  padding-right: 23.4375vw;
}
@media (max-width: 767px) {
  .pr-450 {
    padding-right: 27px;
  }
}

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

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

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

.pr-100 {
  padding-right: 5.2083333333vw;
}

.pr-112 {
  padding-right: 5.8333333333vw;
}

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

.pr-108 {
  padding-right: 5.625vw;
}
@media (max-width: 767px) {
  .pr-108 {
    padding-right: 27px;
  }
}

/******************mb-30***************/
.mb-30 {
  margin-bottom: 1.5625vw;
}

.mr-35 {
  margin-right: 1.8229166667vw !important;
}

.mr-20 {
  margin-right: 1.0416666667vw !important;
}

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

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

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

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

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.05);
  }
}
.animated2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 1.5s;
}

.animated3 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.5s;
}

.animated4 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 1.5s;
}

/* Animation battement */
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes floatCat {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(5px, -5px) rotate(-2deg);
  }
  50% {
    transform: translate(0, -10px) rotate(2deg);
  }
  75% {
    transform: translate(-5px, -5px) rotate(-2deg);
  }
}
@keyframes floatDog {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(-5px, -4px) rotate(1deg);
  }
  50% {
    transform: translate(5px, -8px) rotate(-1deg);
  }
  75% {
    transform: translate(0, -4px) rotate(1deg);
  }
}
@keyframes floatBird {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(10px, -15px) rotate(5deg);
  }
  50% {
    transform: translate(0, -20px) rotate(-5deg);
  }
  75% {
    transform: translate(-10px, -15px) rotate(5deg);
  }
}
@keyframes floatReptile {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(5px, 2px) rotate(2deg);
  }
  50% {
    transform: translate(10px, 0px) rotate(-2deg);
  }
  75% {
    transform: translate(5px, -2px) rotate(2deg);
  }
}
@keyframes floatRodent {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(-5px, -6px) rotate(-3deg);
  }
  50% {
    transform: translate(5px, -12px) rotate(3deg);
  }
  75% {
    transform: translate(-3px, -6px) rotate(-2deg);
  }
}
footer {
  float: left;
  width: 100%;
  background-color: #062A35;
}
footer .site-info {
  padding: 7.2916666667vw 7.5520833333vw 2.65625vw 6.40625vw;
  color: white;
  display: inline-block;
}
@media (max-width: 767px) {
  footer .site-info {
    padding: 66px 30px 27px;
    width: calc(100% - 60px);
  }
}
footer .site-info .bloc-sup {
  padding-bottom: 5.5729166667vw;
  padding-left: 1.0416666667vw;
  display: inline-block;
}
@media (max-width: 767px) {
  footer .site-info .bloc-sup {
    padding-bottom: 45px;
    padding-left: 0;
  }
}
footer .site-info .bloc-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.0416666667vw;
}
@media (max-width: 767px) {
  footer .site-info .bloc-btm {
    justify-content: center;
    padding-left: 0;
  }
}
footer .site-info .bloc-btm .list-animal {
  display: flex;
  align-items: center;
}
footer .site-info .bloc-btm .list-animal img {
  padding-right: 1.0416666667vw;
}
footer .site-info .col1 {
  float: left;
  width: 47%;
  padding-right: 17.7083333333vw;
}
@media (max-width: 767px) {
  footer .site-info .col1 {
    width: 100%;
    padding-right: 0;
  }
}
footer .site-info .col1 .title-logo {
  font-size: 4.1666666667vw;
  letter-spacing: -0.18px;
}
@media (max-width: 767px) {
  footer .site-info .col1 .title-logo {
    font-size: 35px;
  }
}
footer .site-info .col1 ul {
  list-style: none;
  padding-inline-start: 0;
}
footer .site-info .col1 ul li {
  float: left;
}
footer .site-info .col1 ul li a {
  padding-right: 2.0833333333vw;
  text-transform: uppercase;
  font-family: "Manrope SemiBold";
}
@media (max-width: 767px) {
  footer .site-info .col1 ul li a {
    font-size: 11px;
    padding-right: 10px;
  }
}
footer .site-info .col1 ul li a:hover {
  color: #B8DB95;
  text-decoration: underline;
}
footer .site-info .col1 ul li:last-child a {
  padding-right: 0;
}
footer .site-info .col2 {
  float: right;
  width: 31%;
  text-align: right;
}
@media (max-width: 767px) {
  footer .site-info .col2 {
    width: 100%;
    float: left;
    text-align: left;
  }
}
footer .site-info .col2 .woo-btn {
  float: right;
}
footer .site-info .col2 .infos {
  padding-top: 6.25vw;
  line-height: 1.77;
}
footer .site-info .col2 .infos a:hover {
  color: #B8DB95;
  text-decoration: underline;
}
footer .site-info .col2 .adress {
  letter-spacing: -0.4px;
}
@media (max-width: 767px) {
  footer .site-info .col2 .adress {
    padding-right: 100px;
  }
}
footer .site-info .col2 .heure-bloc {
  display: inline-block;
}
footer .site-info .col2 .heure-bloc .horaires {
  padding-bottom: 3.6458333333vw;
  display: flex;
  float: right;
  line-height: 1.77;
}
@media (max-width: 767px) {
  footer .site-info .col2 .heure-bloc .horaires {
    display: inline-block;
    float: left;
  }
}
footer .site-info .col2 .heure-bloc .horaires .detailsH {
  padding-left: 0.4166666667vw;
}
footer .site-info .col2 .contactF {
  display: flex;
  align-items: center;
  float: right;
}
footer .site-info .col2 .contactF .sociaux {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  footer .site-info .col2 .contactF {
    float: left;
    width: 100%;
    justify-content: space-between;
  }
}
footer .site-info .col2 .fb .icon-fb::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/FB.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.2395833333vw;
  height: 2.2395833333vw;
  position: relative;
  display: block;
  margin-right: 0.78125vw;
}
@media (max-width: 767px) {
  footer .site-info .col2 .fb .icon-fb::before {
    width: 26px;
    height: 26px;
    padding-right: 10px;
  }
}
footer .site-info .col2 .fb:hover .icon-fb::before {
  background-image: url("/wp-content/themes/vsc-theme/images/fb-green.svg");
}
footer .site-info .col2 .insta .icon-insta::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/Insta.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.2395833333vw;
  height: 2.2395833333vw;
  position: relative;
  display: block;
  margin-right: 0.78125vw;
}
@media (max-width: 767px) {
  footer .site-info .col2 .insta .icon-insta::before {
    width: 26px;
    height: 26px;
    padding-right: 0;
  }
}
footer .site-info .col2 .insta:hover .icon-insta::before {
  background-image: url("/wp-content/themes/vsc-theme/images/insta-green.svg");
}
footer .site-info .col2 .blue-btn {
  border-radius: 1.5625vw;
}
footer .politiq a::hover {
  color: #B8DB95;
  text-decoration: underline;
}
footer .bas-footer {
  background-color: #EFEDE9;
  padding: 0.8333333333vw 7.5520833333vw 1.3541666667vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  footer .bas-footer {
    display: inline-block;
    padding: 25px 70px 30px;
    width: calc(100% - 140px);
  }
}
footer .bas-footer .v-copyright {
  display: contents;
}
footer .bas-footer img {
  max-width: 8.2291666667vw;
  height: auto;
}
@media (max-width: 767px) {
  footer .bas-footer img {
    max-width: 60px;
    padding-top: 5px;
  }
}

/* ===== Grille ===== */
.vsc-flipgrid__inner {
  margin: 0 auto;
  display: grid;
  gap: 35px;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .vsc-flipgrid__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .vsc-flipgrid__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* ===== Flip commun ===== */
.vsc-flip {
  position: relative;
  border-radius: 16px;
}

.vsc-flip__ratio {
  position: relative;
  min-height: 300px;
  aspect-ratio: 1/1;
}

.vsc-flip__inner {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

.vsc-flip:hover .vsc-flip__inner,
.vsc-flip:focus-within .vsc-flip__inner {
  transform: rotateY(180deg);
}

.vsc-flip__face {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  overflow: hidden;
  backface-visibility: hidden;
}

/* ===== Featured (grande carte) ===== */
@media (min-width: 1024px) {
  .vsc-flip {
    grid-column: auto;
  }
}
.vsc-flip__face--front {
  background: #062A35;
  border: 1.71875vw solid #B8DB95;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  border-radius: 1.5625vw;
}
@media (max-width: 767px) {
  .vsc-flip__face--front {
    border: 20px solid #B8DB95;
    border-radius: 20px;
  }
}

.vsc-flip__face--front::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(15, 41, 37, 0.85), rgba(15, 41, 37, 0.92));
}

.vsc-flip__face--back {
  background: #0F2925;
  border: 4px solid #A7D484;
  transform: rotateY(180deg);
}

.vsc-flip__front-content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 28px;
  height: 100%;
  top: 53%;
}
.vsc-flip__front-content .green-btn {
  font-size: 0.7291666667vw;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .vsc-flip__front-content .green-btn {
    font-size: 13px;
  }
}
.vsc-flip__front-content .arrow-after a::after {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/arrow-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 7.9166666667vw;
  height: 5.8854166667vw;
  left: 27%;
  top: -23%;
  animation: bounce 2s infinite;
}
@media (max-width: 767px) {
  .vsc-flip__front-content .arrow-after a::after {
    width: 100px;
    height: 80px;
    left: 46%;
  }
}

.vsc-flip__back-content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  height: 100%;
}

.vsc-title {
  margin: 0;
  font-weight: 700;
  font-size: 1.5625vw;
  font-family: "Manrope Bold";
  line-height: 1.25;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .vsc-title {
    font-size: 20px;
  }
}

.vsc-title a, .vsc-title--light a {
  color: #fff;
  text-decoration: none;
}

.vsc-title a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vsc-excerpt {
  color: rgba(255, 255, 255, 0.88);
  max-width: 38ch;
}

.vsc-btn {
  cursor: pointer;
  border: 0;
}

.vsc-btn--pill {
  display: inline-block;
  background: #A7D484;
  color: #0F2925;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.vsc-btn--ghost {
  display: inline-block;
  background: #A7D484;
  color: #0F2925;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.75rem;
  text-decoration: none;
}

/* ===== Petites cartes (flip partout) ===== */
.vsc-flip--small {
  perspective: 1000px;
}

.vsc-flip--small .vsc-flip__ratio {
  aspect-ratio: 9/9;
  min-height: 0;
}

.vsc-flip--small .vsc-flip__face {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.vsc-flip--small .vsc-flip__face--front {
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
}

.vsc-flip--small .vsc-flip__face--front::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

.vsc-flip--small .vsc-flip__face--back {
  transform: rotateY(180deg);
  background: #fff;
}

.vsc-flip__front-content--small {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 18px;
}

.vsc-flip__front-content--small h3 a {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
}

.vsc-flip__back-content--small {
  position: relative;
  z-index: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.vsc-flip__back-content--small h3 a {
  color: #034866;
  text-decoration: none;
}

.vsc-flip__back-content--small h3 a:hover {
  text-decoration: underline;
}

.vsc-flip__back-content--small .vsc-excerpt {
  color: #062A35;
  margin: 0.4rem 0 1rem;
}

/* Accessibilité */
@media (prefers-reduced-motion: reduce) {
  .vsc-flip__inner {
    transition: none;
  }
  .vsc-flip:hover .vsc-flip__inner, .vsc-flip:focus-within .vsc-flip__inner {
    transform: none;
  }
  .vsc-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* --- Normalisation typographique dans le composant --- */
.vsc-flipgrid .vsc-title,
.vsc-flipgrid p {
  margin: 0;
}

.vsc-flipgrid .vsc-title + .vsc-excerpt {
  margin-top: 8px;
}

.vsc-flipgrid .vsc-excerpt + .vsc-btn,
.vsc-flipgrid .vsc-excerpt + .vsc-read {
  margin-top: 12px;
}

/* --- Cartes : éviter l'espace vertical forcé --- */
.vsc-flip__back-content {
  justify-content: flex-start;
} /* au lieu de space-between */
.vsc-flip__front-content--small {
  padding: 16px;
} /* + compact */
.vsc-flip__front-content, .vsc-flip__back-content {
  gap: 10px;
}
.vsc-flip__front-content img, .vsc-flip__back-content img {
  border-radius: 20px;
}

/* --- Titre + bouton (face avant de la petite carte) --- */
.vsc-flip__front-content--small h3 a {
  line-height: 1.2;
  display: inline-block;
} /* 24px → 16px */
/* --- Écrase les marges par défaut injectées par certains thèmes --- */
.vsc-flipgrid :where(h1, h2, h3, h4, h5, h6, p) {
  margin-block: 0;
}

/* --- Optionnel : si le titre semble trop bas car contenu aligné en bas --- */
.vsc-flip__front-content--small {
  align-items: flex-start;
} /* place le titre plus haut */
/* L’overlay ne bloque jamais les clics */
.vsc-flip__face--front::after {
  pointer-events: none;
}

/* Par défaut on coupe tout, on réactive selon l’état (évite les surprises) */
.vsc-flip__face,
.vsc-flip__face * {
  pointer-events: none;
}

/* Quand la carte est retournée (hover/focus OU classe .is-flipped):
   - on donne les clics au dos
   - on retire les clics de la face avant */
.vsc-flip:hover .vsc-flip__face--back,
.vsc-flip:focus-within .vsc-flip__face--back,
.vsc-flip.is-flipped .vsc-flip__face--back,
.vsc-flip:hover .vsc-flip__face--back *,
.vsc-flip:focus-within .vsc-flip__face--back *,
.vsc-flip.is-flipped .vsc-flip__face--back * {
  pointer-events: auto;
}

.vsc-flip:hover .vsc-flip__face--front,
.vsc-flip:focus-within .vsc-flip__face--front,
.vsc-flip.is-flipped .vsc-flip__face--front,
.vsc-flip:hover .vsc-flip__face--front *,
.vsc-flip:focus-within .vsc-flip__face--front *,
.vsc-flip.is-flipped .vsc-flip__face--front * {
  pointer-events: none;
}

/* WebKit : s’assurer que le dos passe devant et que les liens sont “au-dessus” */
.vsc-flip__face--back {
  transform: rotateY(180deg) translateZ(1px);
  -webkit-transform: rotateY(180deg) translateZ(1px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.vsc-flip__back-content a,
.vsc-flip__back-content button,
.vsc-flip__back-content input {
  position: relative;
  z-index: 2;
  -webkit-transform: translateZ(1px);
}

/* Si tu as gardé un lien invisible pleine carte, neutralise-le */
.vsc-flip__focus {
  pointer-events: none;
}

/* 🔧 Remplace ce bloc */
/* tablette */
@media (min-width: 768px) and (max-width: 1100px) {
  .vsc-flip--small .vsc-flip__ratio {
    aspect-ratio: 2.5/3;
    min-height: clamp(200px, 32vw, 260px);
  }
  .vsc-flipgrid__inner {
    gap: 18px;
  }
}
/* iOS/Safari fallback (certains WebKit en grid ignorent aspect-ratio) */
@supports not (aspect-ratio: 1/1) {
  .vsc-flip--small .vsc-flip__ratio {
    position: relative;
  }
  .vsc-flip--small .vsc-flip__ratio::before {
    content: "";
    display: block;
    /* même ratios qu’au-dessus : 4/3 mobile, 16/10 tablette, 16/9 desktop */
    padding-top: 75%; /* 4/3 */
  }
  @media (min-width: 640px) {
    .vsc-flip--small .vsc-flip__ratio::before {
      padding-top: 62.5%;
    }
  } /* 16/10 */
  @media (min-width: 1024px) {
    .vsc-flip--small .vsc-flip__ratio::before {
      padding-top: 56.25%;
    }
  } /* 16/9 */
  .vsc-flip--small .vsc-flip__inner {
    position: absolute;
    inset: 0;
  }
}
/**************/
.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;
}

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

.wpcf7-spinner {
  display: none;
}

/***************/
.woo-btn {
  padding: 0.703125vw 1.25vw;
  color: #062A35;
  font-size: 0.8333333333vw;
  font-family: "Manrope SemiBold";
  font-weight: 600;
  text-align: center;
  display: block;
  background-color: #B8DB95;
  border-radius: 5.2083333333vw;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .woo-btn {
    padding: 7px 18px;
    font-size: 11px;
    border-radius: 15px;
    margin-left: 54px;
  }
}
.woo-btn:hover {
  background-color: #fff;
}
.woo-btn i::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/panier.svg");
  width: 0.8854166667vw;
  height: 0.8333333333vw;
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .woo-btn i::before {
    width: 14px;
    height: 13px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 0.9375vw;
  line-height: 1.33;
  font-family: "Manrope Regular";
  font-weight: 400;
  color: #062A35;
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

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

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

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

.page-id-14 .icons {
  top: 75%;
  right: 100%;
}

.page-id-38 .icons {
  top: 90%;
  right: 11%;
}

.page-id-18 .icons {
  top: 79%;
  left: 3%;
}

.page-id-30 .icons {
  top: 85%;
  left: -6%;
}

.page-id-20 .icons, .page-id-22 .icons {
  top: 80%;
  left: -7%;
}

.page-id-26 .icons, .page-id-34 .icons, .page-id-555 .icons, .page-id-36 .icons, .page-id-40 .icons, .page-id-58 .icons, .single-post .icons {
  top: 77%;
  left: -7%;
}

.page-id-44 .icons {
  top: 77%;
  left: -1%;
}

.page-id-46 .icons {
  top: 75%;
  left: 10%;
}

.page-id-50 .icons {
  top: 100%;
  right: 7.2916666667vw;
}

.page-id-48 .icons {
  top: 77%;
  left: 7%;
}

.page-id-42 .icons {
  top: 78%;
  left: -10%;
}

.page-id-16 .icons {
  top: 77%;
  right: 8.3854166667vw;
}

.page-id-62 .icons, .page-id-24 .icons, .page-id-28 .icons, .page-id-32 .icons, .page-id-52 .icons {
  top: 78%;
}

.page-id-54 .icons {
  top: 75%;
  right: -3.4895833333vw;
}

.page-id-60 .icons, .page-id-64 .icons {
  top: 86%;
  right: -3.4895833333vw;
}

.page-id-56 .icons {
  top: 82%;
  left: -8%;
}

.icons {
  position: absolute;
  top: 57%;
}
.icons .icons-sociaux {
  display: block;
}
.icons .icons-sociaux .fb .icon-fb::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/FB.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.2395833333vw;
  height: 2.2395833333vw;
  position: relative;
  display: block;
  margin-bottom: 0.78125vw;
}
.icons .icons-sociaux .fb:hover .icon-fb::before {
  background-image: url("/wp-content/themes/vsc-theme/images/fb-green.svg");
}
.icons .icons-sociaux .insta .icon-insta::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/Insta.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.2395833333vw;
  height: 2.2395833333vw;
  position: relative;
  display: block;
}
.icons .icons-sociaux .insta:hover .icon-insta::before {
  background-image: url("/wp-content/themes/vsc-theme/images/insta-green.svg");
}

.contact-infos {
  padding-left: 11.1979166667vw !important;
  padding-right: 11.1979166667vw !important;
  position: absolute;
  bottom: 7.2916666667vw;
  width: calc(100% - 22.3958333333vw);
}
@media (max-width: 767px) {
  .contact-infos {
    padding-left: 40px !important;
    padding-right: 40px !important;
    width: calc(100% - 80px);
    bottom: 50px;
  }
}
.contact-infos a:hover {
  color: #B8DB95;
  text-decoration: underline;
}
.contact-infos > .vce-row-content {
  background-color: white;
  border-top-left-radius: 2.2916666667vw;
  border-bottom-left-radius: 2.2916666667vw;
  border-top-right-radius: 2.0833333333vw;
  border-bottom-right-radius: 2.0833333333vw;
}
@media (max-width: 767px) {
  .contact-infos > .vce-row-content {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.contact-infos .ctn-details .vce-col-inner {
  border-bottom-left-radius: 2.0833333333vw;
  border-top-right-radius: 2.0833333333vw;
  border-top-left-radius: 2.0833333333vw;
  padding: 3.8020833333vw 5.5729166667vw 5.2604166667vw 5.4166666667vw !important;
}
@media (max-width: 767px) {
  .contact-infos .ctn-details .vce-col-inner {
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 30px 33px 36px 24px !important;
    letter-spacing: -0.7px;
  }
}
.contact-infos .col2 .vce-col-inner {
  padding: 4.84375vw 7.2916666667vw 4.5833333333vw 8.0729166667vw !important;
}
@media (max-width: 767px) {
  .contact-infos .col2 .vce-col-inner {
    padding: 31px 23px 26px 19px !important;
  }
}
.contact-infos .col2 .vce-col-inner .horaires {
  padding-bottom: 2.2395833333vw;
  display: flex;
}
@media (max-width: 767px) {
  .contact-infos .col2 .vce-col-inner .horaires {
    padding-bottom: 25px;
    display: inline-block;
  }
}
.contact-infos .col2 .vce-col-inner .horaires .detailsH {
  padding-left: 0.4166666667vw;
}
.contact-infos .col2 .vce-col-inner .citation {
  padding-top: 2.1875vw;
  font-size: 1.0416666667vw;
  line-height: 1.5;
  font-family: "Manrope SemiBold";
  font-weight: 600;
  color: #062A35;
  position: relative;
}
@media (max-width: 767px) {
  .contact-infos .col2 .vce-col-inner .citation {
    padding-top: 15px;
    font-size: 13px;
    margin-left: 20px;
  }
}
.contact-infos .col2 .vce-col-inner .citation::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/cita.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.8229166667vw;
  height: 1.8229166667vw;
  position: absolute;
  left: -2.8645833333vw;
  top: 35%;
  display: flex;
  z-index: 3;
}
@media (max-width: 767px) {
  .contact-infos .col2 .vce-col-inner .citation::before {
    width: 19px;
    height: 19px;
    left: -30px;
  }
}
.contact-infos .col2 .vce-col-inner .citation::after {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/bas-cita.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.8229166667vw;
  height: 1.8229166667vw;
  position: absolute;
  right: 46%;
  top: 80%;
  display: flex;
  z-index: 3;
}
@media (max-width: 767px) {
  .contact-infos .col2 .vce-col-inner .citation::after {
    width: 19px;
    height: 19px;
    right: 0;
  }
}

.service-col {
  display: flex; /* permet l’étirement */
  height: 100%;
}
@media (max-width: 767px) {
  .service-col {
    margin-bottom: 15px;
  }
}
.service-col > .vce-col-inner {
  padding: 1.7708333333vw 1.8229166667vw 1.8229166667vw !important;
  background-color: white;
  border-radius: 1.5625vw;
  width: calc(100% - 3.6458333333vw);
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .service-col > .vce-col-inner {
    padding: 20px !important;
    border-radius: 20px;
    width: calc(100% - 40px);
  }
}
.service-col .vce-flip-box-front {
  border-radius: 1.0416666667vw;
  background-color: #B8DB95;
}
@media (max-width: 767px) {
  .service-col .vce-flip-box-front {
    border-radius: 10px;
  }
}
.service-col .vce-flip-box p {
  font-size: 0.9375vw;
  font-family: "Manrope Regular";
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  .service-col .vce-flip-box p {
    font-size: 13px;
  }
}
.service-col .vce-flip-box-front::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(6, 42, 53, 0.65);
  border-radius: 1.0416666667vw;
}
@media (max-width: 767px) {
  .service-col .vce-flip-box-front::before {
    border-radius: 10px;
  }
}
.service-col .vce-flip-box-front-inner {
  padding: 0;
}
.service-col .vce-flip-box-front-inner .service-title {
  display: inline-block;
  position: absolute;
  left: 1.875vw;
  bottom: 8.4375vw;
  padding-right: 1.5625vw;
}
@media (max-width: 767px) {
  .service-col .vce-flip-box-front-inner .service-title {
    left: 20px;
    padding-right: 30px;
    bottom: 50px;
  }
}
.service-col .vce-flip-box-front-inner .service-title .green-btn {
  color: #062A35 !important;
  background-color: #B8DB95 !important;
  font-size: 0.7291666667vw;
  font-family: "Manrope SemiBold";
  font-weight: 600;
  padding: 0.625vw 1.09375vw;
  display: inline-block;
  border-radius: 1.1458333333vw;
  text-align: center;
  float: left;
}
@media (max-width: 767px) {
  .service-col .vce-flip-box-front-inner .service-title .green-btn {
    font-size: 10px;
    padding: 8px 13px;
    border-radius: 22px;
  }
}
.service-col .vce-flip-box-front-inner .title-card {
  font-size: 1.5625vw;
  font-family: "Manrope Bold";
  color: white;
  line-height: 1.16;
  padding-bottom: 0.9375vw;
  text-align: left;
}
@media (max-width: 767px) {
  .service-col .vce-flip-box-front-inner .title-card {
    font-size: 18px;
    padding-bottom: 11px;
  }
}
.service-col .vce-flip-box-front-inner .service-title .green-btn::after {
  content: "";
  position: absolute;
  top: -22%; /* distance fixe */
  left: 18px; /* 0 = alignée au bord gauche ; 50% pour centrer */
  transform: translateX(0); /* -50% si tu centres */
  width: 8.3333333333vw;
  height: 6.7708333333vw;
  background: url("/wp-content/themes/vsc-theme/images/fleche.svg") no-repeat center/contain;
}
@media (max-width: 767px) {
  .service-col .vce-flip-box-front-inner .service-title .green-btn::after {
    width: 81px;
    height: 81px;
    left: 45px;
  }
}
@media (max-width: 767px) {
  .service-col .vce-flip-box-front {
    min-height: 100%;
  }
}
.service-col .vce-flip-box-back-inner {
  padding: 0 !important;
}
.service-col .vce-flip-box-back {
  border-radius: 1.0416666667vw;
  background-color: #fff;
  display: inline-block;
}
@media (max-width: 767px) {
  .service-col .vce-flip-box-back {
    border-radius: 10px;
    min-height: 100%;
  }
}
.service-col .vce-flip-box-back .vce-flip-box-back-description img {
  border-radius: 1.0416666667vw;
  padding-bottom: 1.3020833333vw;
  width: 100%;
}
@media (max-width: 767px) {
  .service-col .vce-flip-box-back .vce-flip-box-back-description img {
    border-radius: 10px;
    padding-bottom: 15px;
  }
}
.service-col .vce-flip-box-back .vce-flip-box-back-description h3 {
  font-size: 1.6666666667vw;
  font-family: "Manrope Bold";
  font-weight: 700;
  color: #034866;
  line-height: 1.25;
  text-align: left;
  padding-bottom: 0.78125vw;
  padding: 0 5px 15px;
}
@media (max-width: 767px) {
  .service-col .vce-flip-box-back .vce-flip-box-back-description h3 {
    font-size: 18px;
    padding-bottom: 11px;
  }
}
.service-col .vce-flip-box-back .vce-flip-box-back-description .desc {
  text-align: left;
  font-family: "Manrope Regular";
  padding: 0 5px;
}
.service-col .vce-flip-box-back .vce-button--style-basic-container a {
  color: #062A35 !important;
  background-color: #B8DB95 !important;
  font-size: 0.7291666667vw;
  font-family: "Manrope SemiBold";
  font-weight: 600;
  padding: 0.625vw 1.09375vw;
  display: inline-block;
  border-radius: 1.1458333333vw;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .service-col .vce-flip-box-back .vce-button--style-basic-container a {
    font-size: 10px;
    padding: 8px 13px;
    border-radius: 22px;
  }
}

.service-col .vce-flip-box,
.service-col .vce-flip-box-inner {
  display: flex;
  flex: 1 1 auto;
}

.service-col .vce-flip-box-front,
.service-col .vce-flip-box-back {
  /* IMPORTANT : pas de min-height ici */
  min-height: 0;
  height: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.service-col .vce-flip-box-front-inner,
.service-col .vce-flip-box-back-inner {
  display: flex !important;
  flex-direction: column;
  flex: 1 1 auto;
}

/* 5) Le contenu textuel peut grandir, le bouton descend */
.service-col .vce-flip-box-back-description {
  flex: 1 1 auto; /* le texte occupe l’espace disponible */
}

.service-col .vce-button--style-basic-container {
  margin-top: auto; /* pousse le CTA en bas */
}

/* 6) Si tu as un overlay/pseudo-élément sur le front, 
      garde-le en position abs mais laisse la face en height:100% */
.service-col .vce-flip-box-front::before {
  inset: 0;
  border-radius: inherit;
}

img.coeur {
  vertical-align: middle;
  animation: heartbeat 1.5s infinite;
}

.type-anim {
  padding: 6.25vw 14.7916666667vw 7.2916666667vw !important;
  border-radius: 1.5625vw;
}
@media (max-width: 767px) {
  .type-anim {
    padding: 52px 23px 60px !important;
    border-radius: 20px;
  }
}

.animal {
  display: inline-block;
  transition: transform 0.3s ease;
  position: relative;
}
.animal img {
  text-align: center;
  margin-top: 1.1979166667vw;
  max-width: 8.0208333333vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .animal img {
    width: 51px;
    height: auto;
    margin-top: 10px;
  }
}
.animal .blue-btn {
  text-transform: uppercase;
  padding: 0.46875vw 2.2395833333vw;
  width: 5.0520833333vw;
}
@media (max-width: 767px) {
  .animal .blue-btn {
    padding: 8px 2px;
    width: 72px;
    font-size: 10px !important;
    border-radius: 22px !important;
  }
}
.animal .green-btn {
  background-color: #B8DB95;
  color: #062A35;
  font-family: "Manrope SemiBold";
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding: 0.46875vw 2.65625vw;
  width: 4.21875vw;
  display: block;
  position: relative;
  border-radius: 1.5625vw;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 767px) {
  .animal .green-btn {
    padding: 8px 2px;
    width: 72px;
    font-size: 10px !important;
    border-radius: 22px;
  }
}
.animal .green-btn:hover {
  background-color: #84C8D8;
}

.cat img {
  animation: floatCat 5s ease-in-out infinite;
}
@media (max-width: 767px) {
  .cat img {
    animation: none;
  }
}

.dog img {
  animation: floatDog 6s ease-in-out infinite;
}
@media (max-width: 767px) {
  .dog img {
    animation: none;
  }
}

.bird img {
  animation: floatBird 4s ease-in-out infinite;
}
@media (max-width: 767px) {
  .bird img {
    animation: none;
  }
}

.reptile img {
  animation: floatReptile 7s ease-in-out infinite;
}
@media (max-width: 767px) {
  .reptile img {
    animation: none;
  }
}

.rodent img {
  animation: floatRodent 5s ease-in-out infinite;
}
@media (max-width: 767px) {
  .rodent img {
    animation: none;
  }
}

.arrow-after a::after {
  content: "";
  background-image: url("/wp-content/uploads/2025/08/arrow-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 8.4895833333vw;
  height: 7.96875vw;
  left: 71%;
  top: -65%;
  animation: bounce 2s infinite;
}
@media (max-width: 767px) {
  .arrow-after a::after {
    width: 80px;
    height: 90px;
  }
}

.arrow-before p {
  position: relative;
}
.arrow-before p::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/arrow-before.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 7.8125vw;
  height: 5.78125vw;
  left: -2.0833333333vw;
  top: 0;
  animation: bounce 2s infinite;
}
@media (max-width: 767px) {
  .arrow-before p::before {
    width: 80px;
    height: 90px;
  }
}

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

.fil-ariane .breadcrumb_last {
  color: #B8DB95;
  font-family: "Manrope SemiBold";
}

/* Carte */
.vet-card {
  width: calc(100% - 3.4895833333vw);
  padding: 1.8229166667vw 1.8229166667vw 1.8229166667vw 1.6666666667vw;
  border-radius: 1.5625vw;
  cursor: pointer;
  background: #fff;
  transition: transform 0.2s;
}
@media (max-width: 767px) {
  .vet-card {
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 15px;
    width: calc(100% - 40px);
  }
}
.vet-card img {
  width: 100%;
  border-radius: 1.0416666667vw;
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 767px) {
  .vet-card img {
    border-radius: 20px;
    margin-bottom: 15px;
  }
}
.vet-card h3 {
  font-size: 1.6666666667vw;
  font-family: "Manrope Bold";
}
@media (max-width: 767px) {
  .vet-card h3 {
    font-size: 18px;
  }
}

.vet-card:hover {
  transform: scale(1.05);
  background-color: #B8DB95;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  max-height: 100%;
}

.modal-content {
  background: #fff;
  margin: 5% auto;
  padding: 1.6666666667vw 1.8229166667vw;
  width: 600px;
  border-radius: 1.5625vw;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  animation: slideIn 0.4s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .modal-content {
    width: 85%;
    padding: 15px;
  }
}

.close {
  float: right;
  font-size: 40px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  background-color: #B8DB95;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .close {
    font-size: 35px;
    width: 30px;
    height: 30px;
  }
}

/* Profil */
.profile-header {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .profile-header {
    display: inline-block;
    margin-top: 53px;
  }
}

.profile-photo {
  border-radius: 1.0416666667vw;
  object-fit: cover;
  margin-bottom: 1.3020833333vw;
  width: 13.0208333333vw;
  height: 13.0208333333vw;
}
@media (max-width: 767px) {
  .profile-photo {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 20px;
  }
}

.profile-info h2 {
  margin: 0;
  font-size: 1.6666666667vw;
  font-weight: bold;
  font-family: "Manrope Bold";
}
@media (max-width: 767px) {
  .profile-info h2 {
    font-size: 18px;
  }
}

.profile-bio, .profile-extra {
  margin-top: 20px;
}

/* Animation */
@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.form-prescription {
  padding: 4.6875vw 5.3645833333vw 6.7708333333vw;
}
@media (max-width: 767px) {
  .form-prescription {
    padding: 43px 32px 62px;
  }
}
.form-prescription .paragh {
  padding: 0 8.6458333333vw;
}
@media (max-width: 767px) {
  .form-prescription .paragh {
    padding: 0 12px;
  }
}
.form-prescription input[type=text], .form-prescription input[type=tel], .form-prescription input[type=email], .form-prescription select, .form-prescription textarea {
  background-color: #EFEDE9;
  border-radius: 1.1458333333vw;
  padding-left: 2.2395833333vw;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
  font-size: 0.7291666667vw;
  margin-bottom: 0.78125vw;
  width: calc(100% - 2.2395833333vw);
  border: none;
  color: #062A35;
}
@media (max-width: 767px) {
  .form-prescription input[type=text], .form-prescription input[type=tel], .form-prescription input[type=email], .form-prescription select, .form-prescription textarea {
    border-radius: 22px;
    padding-left: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    width: calc(100% - 22px);
    font-size: 11px;
  }
}
.form-prescription select {
  width: 100%;
}
.form-prescription textarea {
  height: 5vh;
}
.form-prescription input[type=text]::placeholder, .form-prescription input[type=tel]::placeholder, .form-prescription input[type=email]::placeholder, .form-prescription textarea {
  font-family: "Manrope Regular";
  font-size: 0.6770833333vw;
  color: #062A35;
}
@media (max-width: 767px) {
  .form-prescription input[type=text]::placeholder, .form-prescription input[type=tel]::placeholder, .form-prescription input[type=email]::placeholder, .form-prescription textarea {
    font-size: 11px;
  }
}
.form-prescription .field-name {
  width: 32%;
}
@media (max-width: 767px) {
  .form-prescription .field-name {
    width: 100%;
  }
}
.form-prescription .champ-text {
  width: 49%;
}
@media (max-width: 767px) {
  .form-prescription .champ-text {
    width: 100%;
  }
}
.form-prescription .triple-field, .form-prescription .btm-bloc {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .form-prescription .triple-field, .form-prescription .btm-bloc {
    display: inline-block;
  }
}
.form-prescription .action-btn {
  text-align: center;
  display: flex;
  justify-content: center;
}
.form-prescription input[type=submit] {
  background-color: #B8DB95;
  font-size: 0.8333333333vw;
  font-family: "Manrope SemiBold";
  font-weight: 600;
  color: #062A35;
  padding: 0.5729166667vw 3.59375vw;
  border-radius: 1.1458333333vw;
  border: none;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form-prescription input[type=submit] {
    padding: 8px 31px;
    border-radius: 22px;
    font-size: 11px;
  }
}
.form-prescription input[type=submit]:hover {
  background-color: #034866;
  color: white;
}

.form-contact {
  padding: 3.125vw 5.3645833333vw 4.6875vw;
}
@media (max-width: 767px) {
  .form-contact {
    padding: 43px 35px 60px;
  }
}
.form-contact .paragh {
  padding: 0 8.6458333333vw;
}
@media (max-width: 767px) {
  .form-contact .paragh {
    padding: 0;
  }
}
.form-contact input[type=text], .form-contact input[type=tel], .form-contact input[type=email] {
  background-color: #EFEDE9;
  border-radius: 1.1458333333vw;
  padding-left: 1.6666666667vw;
  padding-top: 0.5729166667vw;
  padding-bottom: 0.5208333333vw;
  font-size: 0.8333333333vw;
  margin-bottom: 0.78125vw;
  width: calc(100% - 1.6666666667vw);
  border: none;
  color: #062A35;
}
@media (max-width: 767px) {
  .form-contact input[type=text], .form-contact input[type=tel], .form-contact input[type=email] {
    border-radius: 22px;
    padding-left: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    width: calc(100% - 22px);
    font-size: 11px;
  }
}
.form-contact input[type=text]::placeholder, .form-contact input[type=tel]::placeholder, .form-contact input[type=email]::placeholder, .form-contact textarea::placeholder {
  font-family: "Manrope Regular";
  font-size: 0.8333333333vw;
  color: #062A35;
}
@media (max-width: 767px) {
  .form-contact input[type=text]::placeholder, .form-contact input[type=tel]::placeholder, .form-contact input[type=email]::placeholder, .form-contact textarea::placeholder {
    font-size: 11px;
  }
}
.form-contact textarea {
  background-color: #EFEDE9;
  border-radius: 1.1458333333vw;
  padding-left: 1.6666666667vw;
  padding-top: 1.0416666667vw;
  height: 5.7291666667vw;
  width: calc(100% - 1.6666666667vw);
  border: none;
  color: #062A35;
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 767px) {
  .form-contact textarea {
    border-radius: 22px;
    padding-left: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    height: 74px;
    width: calc(100% - 22px);
    font-size: 11px;
  }
}
.form-contact .field-name {
  width: 32%;
}
@media (max-width: 767px) {
  .form-contact .field-name {
    width: 100%;
  }
}
.form-contact .triple-field {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .form-contact .triple-field {
    display: inline-block;
  }
}
.form-contact .action-btn {
  text-align: center;
  display: flex;
  justify-content: center;
}
.form-contact input[type=submit] {
  background-color: #B8DB95;
  font-size: 0.8333333333vw;
  font-family: "Manrope SemiBold";
  font-weight: 600;
  color: #062A35;
  padding: 0.5729166667vw 3.59375vw;
  border-radius: 1.1458333333vw;
  border: none;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form-contact input[type=submit] {
    padding: 8px 31px;
    border-radius: 22px;
    font-size: 11px;
  }
}
.form-contact input[type=submit]:hover {
  background-color: #034866;
  color: white;
}

.candidat {
  /* Effet hover */
  /* Style pour le nom du fichier sélectionné */
}
.candidat .action-btn {
  text-align: center;
  margin-top: 1.3020833333vw;
}
.candidat input[type=submit] {
  background-color: #B8DB95;
  font-size: 0.8333333333vw;
  font-family: "Manrope SemiBold";
  font-weight: 600;
  color: #062A35;
  padding: 0.5729166667vw 3.59375vw;
  border-radius: 1.1458333333vw;
  border: none;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .candidat input[type=submit] {
    padding: 8px 31px;
    border-radius: 22px;
    font-size: 11px;
  }
}
.candidat input[type=submit]:hover {
  background-color: #034866;
  color: white;
}
.candidat .row1, .candidat .row2 {
  display: flex;
}
@media (max-width: 767px) {
  .candidat .row1, .candidat .row2 {
    display: block;
  }
}
.candidat .row1 .col1, .candidat .row2 .col1 {
  width: 48%;
  margin-right: 1.3020833333vw;
}
@media (max-width: 767px) {
  .candidat .row1 .col1, .candidat .row2 .col1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.candidat .row1 .col2, .candidat .row2 .col2 {
  float: right;
  width: 48%;
}
@media (max-width: 767px) {
  .candidat .row1 .col2, .candidat .row2 .col2 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
}
.candidat input[type=text], .candidat input[type=tel], .candidat select {
  background-color: #EFEDE9;
  border-radius: 1.1458333333vw;
  padding-left: 1.6666666667vw;
  padding-top: 0.5729166667vw;
  padding-bottom: 0.5208333333vw;
  font-size: 0.8333333333vw;
  margin-bottom: 0.78125vw;
  width: calc(100% - 1.6666666667vw);
  border: none;
  color: #062A35;
}
@media (max-width: 767px) {
  .candidat input[type=text], .candidat input[type=tel], .candidat select {
    border-radius: 22px;
    padding-left: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    width: calc(100% - 22px);
    font-size: 11px;
  }
}
.candidat select {
  width: 100%;
  appearance: none; /* supprime la flèche par défaut */
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  background-image: url("/wp-content/themes/vsc-theme/images/select-btn.svg");
  background-repeat: no-repeat;
  background-position: right 0.8333333333vw center;
  background-size: 1.6145833333vw;
  padding-top: 0.8333333333vw;
}
@media (max-width: 767px) {
  .candidat select {
    background-position: right 16px center;
    padding-top: 15px;
    padding-bottom: 15px;
    background-size: 31px;
  }
}
.candidat input[type=text]::placeholder, .candidat input[type=tel]::placeholder, .candidat select {
  font-family: "Manrope Regular";
  font-size: 0.8333333333vw;
  color: #062A35;
}
@media (max-width: 767px) {
  .candidat input[type=text]::placeholder, .candidat input[type=tel]::placeholder, .candidat select {
    font-size: 11px;
  }
}
.candidat .custom-file-input {
  display: none;
}
.candidat .custom-file-label {
  display: inline-block;
  background-color: #062A35;
  color: white;
  padding: 2.2395833333vw 2.2395833333vw 1.875vw 2.2395833333vw;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 400;
  width: calc(100% - 4.4791666667vw);
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .candidat .custom-file-label {
    padding: 20px;
    width: calc(100% - 40px);
  }
}
.candidat .custom-file-label::before {
  content: ""; /* tu peux remplacer par un SVG */
  background-image: url("/wp-content/themes/vsc-theme/images/upload.svg");
  background-position: center;
  background-size: contain;
  width: 41px;
  height: 24px;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  left: 45%;
}
.candidat .custom-file-label:hover {
  background-color: #84C8D8;
}
.candidat .file-name {
  margin-left: 10px;
  font-size: 0.8333333333vw;
  color: white;
}
@media (max-width: 767px) {
  .candidat .file-name {
    font-size: 11px;
  }
}

.infos-details {
  background-color: #062A35;
  padding: 4.84375vw 19.8958333333vw 4.84375vw 5.4166666667vw;
  color: white;
  border-radius: 2.0833333333vw;
  border-bottom-right-radius: 0;
}
@media (max-width: 767px) {
  .infos-details {
    padding: 45px 35px 35px 24px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.infos-details .phone-D {
  display: flex;
  align-items: center;
}
.infos-details .phone-D p {
  padding-right: 10px;
}
.infos-details a:hover {
  color: #84C8D8;
  text-decoration: underline;
}

.horaire-D {
  padding: 4.84375vw 12.9166666667vw 4.84375vw 3.9583333333vw;
}
@media (max-width: 767px) {
  .horaire-D {
    padding: 29px 82px 35px 23px;
  }
}

.arrow {
  animation: bounce 2s infinite;
  left: 49%;
  position: relative;
}
@media (max-width: 767px) {
  .arrow {
    display: none;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
#map1 {
  border-radius: 1.5625vw;
}
@media (max-width: 767px) {
  #map1 {
    border-radius: 20px;
    height: 435px !important;
  }
}

.poste .role__pill {
  display: flex; /* permet de centrer verticalement */
  align-items: center; /* alignement vertical */
  justify-content: center; /* alignement horizontal */
  min-height: 3.8541666667vw; /* hauteur minimale identique */
  padding: 0 2.4479166667vw; /* marge intérieure horizontale */
  border-radius: 2.2395833333vw; /* pastille arrondie */
  font-size: 0.8333333333vw;
  font-weight: 600;
  font-family: "Manrope SemiBold";
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 767px) {
  .poste .role__pill {
    min-height: 45px;
    padding: 0 11px;
    border-radius: 22px;
    font-size: 11px;
    margin-bottom: 15px;
  }
}
.poste .blue-color {
  background-color: #84C8D8;
}
.poste .green-color {
  background-color: #B8DB95;
}

.slide-soins .service-col {
  margin-left: 17px;
  margin-right: 17px;
}
.slide-soins .service-col .vce-flip-box-front, .slide-soins .service-col .vce-flip-box-back {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .slide-soins .service-col .vce-flip-box-front, .slide-soins .service-col .vce-flip-box-back {
    min-height: 240px;
  }
}
@media (max-width: 767px) {
  .slide-soins .service-col .vce-flip-box-front, .slide-soins .service-col .vce-flip-box-back {
    min-height: 97%;
  }
}
.slide-soins .service-col .vce-flip-box-back .vce-flip-box-back-description h3 {
  padding-bottom: 15px;
  min-height: auto;
}
.slide-soins .service-col > .vce-col-inner {
  padding-bottom: 1.8229166667vw !important;
}
@media (max-width: 767px) {
  .slide-soins .service-col > .vce-col-inner {
    padding-bottom: 20px !important;
  }
}
.slide-soins .service-col .vce-flip-box-front-inner .service-title {
  bottom: 4.53125vw;
  padding-right: 1.875vw;
}
@media (max-width: 767px) {
  .slide-soins .service-col .vce-flip-box-front-inner .service-title {
    bottom: 50px;
  }
}
.slide-soins .slick-prev {
  position: absolute;
  top: 105%;
  left: 46%;
  width: 2.2916666667vw;
  height: auto;
}
@media (max-width: 767px) {
  .slide-soins .slick-prev {
    width: 30px;
    top: 102%;
    left: 34%;
  }
}
.slide-soins .slick-next {
  position: absolute;
  left: 50%;
  top: 105%;
  width: 2.2916666667vw;
  height: auto;
}
@media (max-width: 767px) {
  .slide-soins .slick-next {
    width: 30px;
    left: 54%;
    top: 102%;
  }
}

.slide-soins.chirurgie .service-col > .vce-col-inner {
  background-color: #84C8D8;
}
.slide-soins.chirurgie .service-col .vce-flip-box-front, .slide-soins.chirurgie .service-col .vce-flip-box-back {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .slide-soins.chirurgie .service-col .vce-flip-box-front, .slide-soins.chirurgie .service-col .vce-flip-box-back {
    min-height: 240px;
  }
}
@media (max-width: 767px) {
  .slide-soins.chirurgie .service-col .vce-flip-box-front, .slide-soins.chirurgie .service-col .vce-flip-box-back {
    min-height: 97%;
  }
}
.slide-soins.chirurgie .service-col:hover > .vce-col-inner {
  background-color: white;
}
.slide-soins.chirurgie .service-col .green-btn {
  background-color: #84C8D8 !important;
}

.page-id-16 .animal-1 {
  max-width: 11.7708333333vw;
  height: auto;
}
.page-id-16 .animal-2 {
  max-width: 15.4166666667vw;
  height: auto;
}
.page-id-16 .animal-3 {
  max-width: 11.5625vw;
  height: auto;
}
.page-id-16 .animal-4 {
  max-width: 18.8020833333vw;
  height: auto;
}

/* Rat (flottement vertical) */
.animal-1 {
  animation: float 5s ease-in-out infinite;
}

/* Perroquet (rotation légère) */
.animal-2 {
  animation: sway 6s ease-in-out infinite;
  position: absolute;
  left: 5.3645833333vw;
  top: 32%;
}

/* Grenouille (zoom respirant) */
.animal-3 {
  animation: pulse 4s ease-in-out infinite;
}

/* Chauve-souris (combinaison flottement + zoom léger) */
.animal-4 {
  animation: floatPulse 7s ease-in-out infinite;
  position: absolute;
  left: -5%;
  top: 55%;
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes sway {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(4deg);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}
@keyframes floatPulse {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-12px) scale(1.05);
  }
}
.imagerie .service-col > .vce-col-inner, .nutrition .service-col > .vce-col-inner {
  background-color: #84C8D8;
}
.imagerie .service-col:hover > .vce-col-inner, .nutrition .service-col:hover > .vce-col-inner {
  background-color: #EFEDE9;
}

.complement .service-col > .vce-col-inner {
  background-color: #062A35;
}
.complement .service-col:hover > .vce-col-inner {
  background-color: white;
}

.white-bloc > .vce-col-inner, .bloc-blue > .vce-col-inner {
  text-align: center;
}
.white-bloc > .vce-col-inner .vce-col-content, .bloc-blue > .vce-col-inner .vce-col-content {
  display: flex;
  flex-direction: column; /* empile le contenu verticalement */
  justify-content: center; /* centre verticalement */
  align-items: center; /* centre horizontalement */
  text-align: center; /* centre le texte à l'intérieur */
  height: 11.3020833333vw;
  padding-left: 1.4583333333vw !important;
  padding-right: 1.4583333333vw !important;
  /* occupe toute la hauteur du bloc */
}
@media (max-width: 767px) {
  .white-bloc > .vce-col-inner .vce-col-content, .bloc-blue > .vce-col-inner .vce-col-content {
    height: 150px;
  }
}
.white-bloc > .vce-col-inner .vce-col-content ul, .bloc-blue > .vce-col-inner .vce-col-content ul {
  margin: 0; /* supprime les marges par défaut */
  padding: 0;
  list-style-position: inside;
}
@media (max-width: 767px) {
  .white-bloc > .vce-col-inner, .bloc-blue > .vce-col-inner {
    margin-bottom: 10px;
  }
}

.page-id-22 .list-ul ul li {
  font-family: "Manrope Regular";
}

.page-id-26 .list-ul ul li, .page-id-24 .list-ul ul li, .page-id-555 .list-ul ul li, .page-id-28 .list-ul ul li, .page-id-30 .list-ul ul li, .page-id-32 .list-ul ul li, .page-id-34 .list-ul ul li, .page-id-36 .list-ul ul li, .page-id-38 .list-ul ul li, .page-id-40 .list-ul ul li, .page-id-42 .list-ul ul li, .page-id-44 .list-ul ul li, .page-id-46 .list-ul ul li, .page-id-48 .list-ul ul li, .page-id-52 .list-ul ul li, .page-id-52 .list-ul ul li {
  font-family: "Manrope Regular";
}
.page-id-26 .list-ul ul li strong, .page-id-24 .list-ul ul li strong, .page-id-555 .list-ul ul li strong, .page-id-28 .list-ul ul li strong, .page-id-30 .list-ul ul li strong, .page-id-32 .list-ul ul li strong, .page-id-34 .list-ul ul li strong, .page-id-36 .list-ul ul li strong, .page-id-38 .list-ul ul li strong, .page-id-40 .list-ul ul li strong, .page-id-42 .list-ul ul li strong, .page-id-44 .list-ul ul li strong, .page-id-46 .list-ul ul li strong, .page-id-48 .list-ul ul li strong, .page-id-52 .list-ul ul li strong, .page-id-52 .list-ul ul li strong {
  font-family: "Manrope Bold";
}

.page-id-32 .list-ul {
  font-size: 0.8333333333vw;
}
@media (max-width: 767px) {
  .page-id-32 .list-ul {
    font-size: 13px;
  }
}

.page-id-42 .list-ul2 ul li {
  font-family: "Manrope Regular";
}
.page-id-42 .list-ul2 ul li strong {
  font-family: "Manrope Bold";
}
.page-id-42 .list-ul2 ul.white li::before {
  color: white;
}

.list-ul ul, .list-ul2 ul {
  margin: 0;
  list-style: none;
}
.list-ul ul li, .list-ul2 ul li {
  margin: 0 0 20px 0;
  font-family: "Manrope Bold";
}
.list-ul ul li:last-child, .list-ul2 ul li:last-child {
  margin: 0;
}
.list-ul ul li::before, .list-ul2 ul li::before {
  content: "•";
  font-size: 0.9375vw;
  color: #062A35;
  font-family: "Manrope Bold";
}
@media (max-width: 767px) {
  .list-ul ul li::before, .list-ul2 ul li::before {
    font-size: 13px;
  }
}
.list-ul p, .list-ul2 p {
  padding-top: 15px;
}

.list-white ul {
  margin: 0;
  list-style: none;
}
.list-white ul li {
  margin: 0 0 20px 0;
  font-family: "Manrope Regular";
}
.list-white ul li::before {
  content: "•";
  font-size: 0.9375vw;
  color: #062A35;
  font-family: "Manrope Regular";
}
@media (max-width: 767px) {
  .list-white ul li::before {
    font-size: 13px;
  }
}

#procede {
  /* Effet hover */
  /* Style pour le nom du fichier sélectionné */
}
#procede .bloc1, #procede .bloc2, #procede .bloc3, #procede .bloc4, #procede .bloc5, #procede .bloc6 {
  border: 2px solid #034866;
  padding: 25px 20px 0 20px;
  border-radius: 8px;
  display: inline-block;
  width: calc(100% - 40px);
  position: relative;
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 767px) {
  #procede .bloc1, #procede .bloc2, #procede .bloc3, #procede .bloc4, #procede .bloc5, #procede .bloc6 {
    margin-bottom: 40px;
  }
}
#procede .bloc1 h3, #procede .bloc2 h3, #procede .bloc3 h3, #procede .bloc4 h3, #procede .bloc5 h3, #procede .bloc6 h3 {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  padding: 0 10px;
  color: #034866;
  font-family: "Manrope SemiBold";
  font-size: 0.8333333333vw;
}
@media (max-width: 767px) {
  #procede .bloc1 h3, #procede .bloc2 h3, #procede .bloc3 h3, #procede .bloc4 h3, #procede .bloc5 h3, #procede .bloc6 h3 {
    font-size: 13px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
#procede .row1, #procede .row2 {
  display: inline-block;
  width: 100%;
}
#procede .row1 .col1, #procede .row1 .col2, #procede .row1 .col3, #procede .row2 .col1, #procede .row2 .col2, #procede .row2 .col3 {
  width: 32%;
  float: left;
}
@media (max-width: 767px) {
  #procede .row1 .col1, #procede .row1 .col2, #procede .row1 .col3, #procede .row2 .col1, #procede .row2 .col2, #procede .row2 .col3 {
    width: 100%;
    margin-bottom: 10px;
  }
}
#procede .row1 .col1, #procede .row1 .col2, #procede .row2 .col1, #procede .row2 .col2 {
  margin-right: 1.1458333333vw;
}
@media (max-width: 767px) {
  #procede .row1 .col1, #procede .row1 .col2, #procede .row2 .col1, #procede .row2 .col2 {
    margin-right: 0;
  }
}
#procede #file-list, #procede #doc-list {
  margin-top: 10px;
  padding-left: 15px;
  list-style: disc;
  color: #333;
  font-size: 0.95rem;
}
#procede ul {
  padding-top: 10px;
  list-style: auto;
}
#procede ul li {
  padding-bottom: 10px;
}
#procede .custom-file-input {
  display: none;
}
#procede .custom-file-label {
  display: inline-block;
  background-color: #062A35;
  color: white;
  padding: 2.2395833333vw 2.2395833333vw 1.875vw 2.2395833333vw;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 400;
  width: calc(100% - 4.4791666667vw);
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  #procede .custom-file-label {
    padding: 20px;
    width: calc(100% - 40px);
  }
}
#procede .custom-file-label::before {
  content: ""; /* tu peux remplacer par un SVG */
  background-image: url("/wp-content/themes/vsc-theme/images/upload.svg");
  background-position: center;
  background-size: contain;
  width: 41px;
  height: 24px;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  left: 45%;
}
#procede .custom-file-label:hover {
  background-color: #84C8D8;
}
#procede .upload-field {
  margin: 12px 0;
}
#procede #preview-container, #procede #preview-radio, #procede #preview-doc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
#procede .preview-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
#procede .preview-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 1px solid #ccc;
  border-radius: 6px;
}
#procede .file-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
#procede .file-remove {
  cursor: pointer;
  border: none;
  background: transparent;
  font-size: 0.9rem;
  text-decoration: underline;
  color: #b00020;
}
#procede .upload-help {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #555;
}

.slide-soins .vce-row-content.slick-initialized {
  display: block !important;
}

.slick-track {
  display: block;
}
/*# sourceMappingURL=../css/style.css.map */
