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

.uppercase {
  text-transform: uppercase;
}

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

.white {
  color: white;
}

.green {
  color: #08544C;
}

.yellow {
  color: #F8FFA1;
}

.greenC {
  color: #93DBC6;
}

.bg-green {
  background-color: #93DBC6;
  padding: 1px;
}

.bg-color {
  background-color: #08544C;
  padding: 1px;
}

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

.right {
  float: right;
  text-align: right;
}
@media (max-width: 767px) {
  .right {
    float: left;
    text-align: left;
  }
}

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

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

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

.trirong-boldI {
  font-family: "Trirong BoldItalic";
  font-weight: 700;
  font-style: italic;
}

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

.trirong-mediumI {
  font-family: "Trirong MediumI";
  font-weight: 500;
}

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

b, strong {
  font-family: "Montserrat Bold";
}

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

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

h1, h2 {
  color: #08544C;
  font-size: 2.6041666667vw;
  line-height: 1.1;
}
@media (max-width: 767px) {
  h1, h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}

h3 {
  color: #08544C;
  font-size: 1.5625vw;
  line-height: 1.2;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

.green-btn {
  font-family: "Montserrat Bold";
  font-weight: 700;
  font-size: 0.78125vw;
  color: white;
  background-color: #08544C;
  text-align: center;
  display: inline-block;
  padding: 0.9375vw 1.9791666667vw;
  border-radius: 2.0833333333vw;
}
.green-btn:hover {
  background-color: #93DBC6;
  color: #08544C;
}
.green-btn:hover span {
  color: #08544C;
}
@media (max-width: 767px) {
  .green-btn {
    font-size: 15px;
    padding: 15px 20px;
    border-radius: 25px;
  }
}

.btn-cta {
  font-family: "Montserrat Bold";
  font-weight: 700;
  font-size: 0.7291666667vw;
  color: #08544C;
  background-color: #93DBC6;
  text-align: center;
  display: inline-block;
  padding: 0.5729166667vw 1.1458333333vw;
  border-radius: 1.5625vw;
}
@media (max-width: 767px) {
  .btn-cta {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 20px;
  }
}
.btn-cta:hover {
  background-color: #08544C;
  color: white;
}

.yellow-btn {
  font-family: "Montserrat Bold";
  font-weight: 700;
  font-size: 0.78125vw;
  color: #08544C;
  background-color: #F8FFA1;
  text-align: center;
  display: inline-block;
  padding: 0.9375vw 1.1979166667vw;
  border-radius: 1.5625vw;
}
@media (max-width: 767px) {
  .yellow-btn {
    font-size: 15px;
    padding: 15px 20px;
    border-radius: 30px;
  }
}
.yellow-btn:hover {
  background-color: white;
}

.white-btn {
  font-family: "Montserrat Bold";
  font-weight: 700;
  font-size: 0.7291666667vw;
  color: #07544C;
  background-color: white;
  text-align: center;
  display: inline-block;
  padding: 0.9375vw 1.9270833333vw;
  border-radius: 1.5625vw;
}
@media (max-width: 767px) {
  .white-btn {
    font-size: 12px;
    padding: 15px 20px;
    border-radius: 20px;
  }
}
.white-btn:hover {
  background-color: #08544C;
  color: #93DBC6;
}

.green-btnC {
  font-family: "Montserrat Bold";
  font-weight: 700;
  font-size: 0.78125vw;
  color: #07544C;
  background-color: #93DBC6;
  text-align: center;
  display: inline-block;
  padding: 0.9375vw 1.1979166667vw;
  border-radius: 1.5625vw;
}
@media (max-width: 767px) {
  .green-btnC {
    font-size: 15px;
    padding: 15px 20px;
    border-radius: 20px;
  }
}
.green-btnC:hover {
  background-color: white;
}

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

em {
  font-style: normal;
  white-space: nowrap;
}

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

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

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

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

@media (min-width: 1366px) {
  .fs40 h1, .fs40 h2, .fs40 p, .fs40 h3, .fs40 {
    font-size: calc(40vw / 19.2);
  }
}
@media (min-width: 1366px) {
  .fs50 h1, .fs50 h2, .fs50 p, .fs50 h3, .fs50 {
    font-size: calc(50vw / 19.2);
  }
}
/************ fonts *************/
.pl-108 {
  padding-left: 5.625vw;
}
@media (max-width: 767px) {
  .pl-108 {
    padding-left: 25px;
  }
}

.pl-110 {
  padding-left: 5.7291666667vw;
}

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

.pl-246 {
  padding-left: 12.8125vw;
}
@media (max-width: 767px) {
  .pl-246 {
    padding-left: 25px;
  }
}

.pl-235 {
  padding-left: 12.2395833333vw;
}
@media (max-width: 767px) {
  .pl-235 {
    padding-left: 25px;
  }
}

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

.pl-260 {
  padding-left: 13.5416666667vw;
}
@media (max-width: 767px) {
  .pl-260 {
    padding-left: 25px;
  }
}

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

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

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

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

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

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

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

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

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

.pt-115 {
  padding-top: 5.9895833333vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*******************pr********************/
.pr-95 {
  padding-right: 4.9479166667vw;
}
@media (max-width: 767px) {
  .pr-95 {
    padding-right: 25px;
  }
}

.pr-125 {
  padding-right: 6.5104166667vw;
}

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

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

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

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

.pr-20 {
  padding-right: 1.0416666667vw;
}

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

.pr-110 {
  padding-right: 5.7291666667vw;
}

.pr-116 {
  padding-right: 6.0416666667vw;
}

.pr-188 {
  padding-right: 9.7916666667vw;
}

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

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

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

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

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

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

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

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

.pr-600 {
  padding-right: 31.25vw;
}

/***************mr******************/
.mr-25 {
  margin-right: 1.3020833333vw !important;
}
@media (max-width: 767px) {
  .mr-25 {
    margin-right: 25px !important;
  }
}

.mb-25 {
  margin-bottom: 1.3020833333vw !important;
}
@media (max-width: 767px) {
  .mb-25 {
    margin-bottom: 25px !important;
  }
}

.mr-22 {
  margin-right: 1.1458333333vw !important;
}

.mr-17 {
  margin-right: 0.8854166667vw !important;
}
@media (max-width: 767px) {
  .mr-17 {
    margin-right: 13px !important;
  }
}

/***********plr*************************/
.plr-560 {
  padding-left: 29.1666666667vw;
  padding-right: 29.1666666667vw;
}

.plr-550 {
  padding-left: 28.6458333333vw;
  padding-right: 28.6458333333vw;
}

.plr-515 {
  padding-left: 26.8229166667vw;
  padding-right: 26.8229166667vw;
}

.plr-395 {
  padding-left: 20.5729166667vw;
  padding-right: 20.5729166667vw;
}

footer {
  width: calc(100% - 2.6041666667vw);
  padding-left: 1.3020833333vw;
  padding-right: 1.3020833333vw;
  padding-bottom: 1.1979166667vw;
}
@media (max-width: 767px) {
  footer {
    padding: 0 15px 25px 15px;
    width: calc(100% - 30px);
  }
}
footer .site-info {
  background-color: #93DBC6;
  padding: 5vw 4.6354166667vw 2.34375vw 4.84375vw;
  display: inline-block;
  border-radius: 1.3020833333vw;
}
@media (max-width: 767px) {
  footer .site-info {
    padding: 40px 20px;
    border-radius: 20px;
  }
}
footer .site-info ul {
  list-style: none;
  padding-inline-start: 0;
}
footer .site-info ul li {
  padding-bottom: 6px;
}
footer .site-info ul li a {
  line-height: 1.2;
  font-size: 0.78125vw;
}
@media (max-width: 767px) {
  footer .site-info ul li a {
    font-size: 15px;
  }
}
footer .site-info ul li a:hover {
  text-decoration: underline;
  font-weight: 700;
}
footer .site-info hr {
  border: 2px solid white;
}
@media (max-width: 767px) {
  footer .site-info hr {
    border: 1px solid white;
    margin-block-start: 0;
    margin-block-end: 0;
  }
}
footer .site-info .row-top {
  float: left;
  width: 100%;
  margin-bottom: 5.15625vw;
}
@media (max-width: 767px) {
  footer .site-info .row-top {
    margin-bottom: 30px;
  }
}
footer .site-info .row-top .col-1 {
  width: calc(43% - 26.0416666667vw);
  float: left;
  padding-right: 26.0416666667vw;
}
@media (max-width: 767px) {
  footer .site-info .row-top .col-1 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
footer .site-info .row-top .col-1 img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  footer .site-info .row-top .col-1 img {
    max-width: 89px;
  }
}
footer .site-info .row-top .col-1 .mail-info {
  background-color: #F8FFA1;
}
@media (max-width: 767px) {
  footer .site-info .row-top .col-1 .mail-info {
    padding: 3px 2px;
  }
}
footer .site-info .row-top .col-2 {
  width: calc(25% - 8.6458333333vw);
  float: left;
  padding-right: 8.6458333333vw;
}
@media (max-width: 767px) {
  footer .site-info .row-top .col-2 {
    width: 100%;
    padding-right: 0;
    padding-bottom: 44px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid white;
  }
  footer .site-info .row-top .col-2 p {
    padding-left: 40px;
    padding-right: 40px;
  }
  footer .site-info .row-top .col-2 .bold {
    padding-bottom: 10px;
  }
}
footer .site-info .row-top .col-3 {
  width: calc(15% - 4.9479166667vw);
  float: left;
  padding-right: 4.9479166667vw;
}
@media (max-width: 767px) {
  footer .site-info .row-top .col-3 {
    width: 50%;
    padding-right: 0;
    margin-bottom: 20px;
    font-size: 12px !important;
  }
}
footer .site-info .row-top .col-4 {
  width: 17%;
  float: right;
}
@media (max-width: 767px) {
  footer .site-info .row-top .col-4 {
    width: 50%;
    float: left;
    font-size: 12px !important;
  }
}
footer .site-info .row-top .col-4 ul {
  padding-left: 3.5416666667vw;
  padding-bottom: 2.34375vw;
}
@media (max-width: 767px) {
  footer .site-info .row-top .col-4 ul {
    padding-left: 0;
    padding-bottom: 30px;
  }
}
footer .site-info .row-top .col-4 .contact-infos {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .site-info .row-top .col-4 .contact-infos .yellow-btn {
  padding: 0.5729166667vw 1.4583333333vw;
}
@media (max-width: 767px) {
  footer .site-info .row-top .col-4 .contact-infos .yellow-btn {
    padding: 11px 20px;
  }
}
footer .site-info .row-top .fb-infos::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/Facebook.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.1875vw;
  height: 2.1875vw;
  position: relative;
  display: block;
  margin-right: 6px;
  margin-left: 7px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  footer .site-info .row-top .fb-infos::before {
    width: 40px;
    height: 40px;
  }
}
footer .site-info .row-top .insta-infos::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/Instagram.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.1875vw;
  height: 2.1875vw;
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  footer .site-info .row-top .insta-infos::before {
    width: 40px;
    height: 40px;
  }
}
footer .site-info .row-top a.fb:hover .fb-infos::before {
  background-image: url("/wp-content/themes/vsc-theme/images/Facebook-yellow.svg");
}
footer .site-info .row-top a.insta:hover .insta-infos::before {
  background-image: url("/wp-content/themes/vsc-theme/images/Insta-yellow.svg");
}
footer .site-info .row-top .infos-ctn {
  display: none;
}
footer .site-info .row-bottom {
  width: 100%;
  float: left;
  display: flex;
  margin-top: 1.4583333333vw;
}
@media (max-width: 767px) {
  footer .site-info .row-bottom {
    margin-top: 25px;
    display: inline-block;
  }
}
footer .site-info .row-bottom .copy {
  float: left;
  width: calc(46% - 28.6458333333vw);
  padding-right: 28.6458333333vw;
}
footer .site-info .row-bottom .copy p {
  font-size: 0.6770833333vw;
}
@media (max-width: 767px) {
  footer .site-info .row-bottom .copy p {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  footer .site-info .row-bottom .copy {
    width: 100%;
    padding-right: 0;
    font-size: 10px;
  }
}
footer .site-info .row-bottom .politic {
  float: left;
  width: calc(52% - 28.6458333333vw);
  padding-right: 28.6458333333vw;
  padding-top: 1.5625vw;
  font-size: 0.6770833333vw;
  font-family: "Montserrat Regular";
  font-weight: 400;
}
@media (max-width: 767px) {
  footer .site-info .row-bottom .politic {
    width: 100%;
    padding-right: 0;
    padding-top: 20px;
    font-size: 13px;
    padding-bottom: 20px;
  }
}
footer .site-info .row-bottom .copyright {
  float: right;
  font-family: "Montserrat Bold";
  font-weight: 700;
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/**************/
.fil-ariane {
  font-size: 0.7291666667vw;
  text-transform: uppercase;
}

.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-family: "Montserrat Medium";
  font-size: 0.8333333333vw;
  line-height: 1.37;
  color: #08544C;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

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

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

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

.bg-yellow {
  background-color: #F8FFA1;
}

@media (max-width: 767px) {
  .sous-header {
    margin-right: 20px !important;
  }
}
.sous-header > .vce-col-inner {
  border-bottom-left-radius: 1.0416666667vw;
  border-bottom-right-radius: 1.0416666667vw;
  padding-left: 8.8541666667vw !important;
  padding-right: 3.9583333333vw !important;
}
@media (max-width: 767px) {
  .sous-header > .vce-col-inner {
    border-radius: 15px;
    padding: 20px !important;
  }
}

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

.br-35 img {
  border-radius: 1.8229166667vw;
}
@media (max-width: 767px) {
  .br-35 img {
    border-radius: 25px;
  }
}
.br-35 > .vce-col-inner {
  border-radius: 1.8229166667vw;
}
@media (max-width: 767px) {
  .br-35 > .vce-col-inner {
    border-radius: 25px;
  }
}

.adresse-col {
  padding: 1.3541666667vw 1.8229166667vw 3.5416666667vw 1.3541666667vw !important;
  background-color: #F8FFA1;
  border-radius: 1.8229166667vw;
  width: calc(100% - 3.1770833333vw);
}
@media (max-width: 767px) {
  .adresse-col {
    padding: 25px 15px !important;
    width: calc(100% - 30px);
  }
}
.adresse-col::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/map.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.1875vw;
  height: 2.1875vw;
  position: absolute;
  top: 1.25vw;
  display: block;
  right: 1.25vw;
}
@media (max-width: 767px) {
  .adresse-col::before {
    width: 40px;
    height: 40px;
    top: 6px;
    right: 15px;
  }
}

.adresse-col-ctn > .vce-col-inner {
  padding: 1.3541666667vw 1.3541666667vw 2.8125vw 2.4479166667vw !important;
  background-color: #F8FFA1;
  border-radius: 1.8229166667vw;
}
@media (max-width: 767px) {
  .adresse-col-ctn > .vce-col-inner {
    padding: 25px 15px !important;
    width: calc(100% - 30px);
  }
}
.adresse-col-ctn > .vce-col-inner::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/map.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.1875vw;
  height: 2.1875vw;
  position: absolute;
  top: 1.25vw;
  display: block;
  right: 1.25vw;
}
@media (max-width: 767px) {
  .adresse-col-ctn > .vce-col-inner::before {
    width: 40px;
    height: 40px;
    top: 6px;
    right: 15px;
  }
}
.adresse-col-ctn > .vce-col-inner::after {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/courriel.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.1875vw;
  height: 2.1875vw;
  position: absolute;
  top: 3.9583333333vw;
  display: block;
  right: 1.3541666667vw;
}
@media (max-width: 767px) {
  .adresse-col-ctn > .vce-col-inner::after {
    width: 40px;
    height: 40px;
    top: 6px;
    right: 15px;
  }
}

.horaire-col-ctn > .vce-col-inner {
  padding: 1.3541666667vw 1.3541666667vw 2.8125vw 2.4479166667vw !important;
  background-color: white;
  border-radius: 1.8229166667vw;
}
@media (max-width: 767px) {
  .horaire-col-ctn > .vce-col-inner {
    padding: 25px 12px !important;
    max-width: calc(56% - 24px) !important;
  }
}
.horaire-col-ctn > .vce-col-inner::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/Horaire.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.1875vw;
  height: 2.1875vw;
  position: absolute;
  top: 1.25vw;
  display: block;
  right: 1.25vw;
}
@media (max-width: 767px) {
  .horaire-col-ctn > .vce-col-inner::before {
    width: 40px;
    height: 40px;
    top: 50px;
    right: 15px;
  }
}

.horaire-col {
  padding: 1.3541666667vw 2.4479166667vw 3.5416666667vw 1.3541666667vw !important;
  background-color: white;
  border-radius: 1.8229166667vw;
  max-width: calc(61% - 3.28125vw) !important;
}
@media (max-width: 767px) {
  .horaire-col {
    padding: 25px 12px !important;
    max-width: calc(56% - 24px) !important;
  }
}
.horaire-col::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/Horaire.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.1875vw;
  height: 2.1875vw;
  position: absolute;
  top: 3.9583333333vw;
  display: block;
  right: 1.25vw;
}
@media (max-width: 767px) {
  .horaire-col::before {
    width: 40px;
    height: 40px;
    top: 50px;
    right: 15px;
  }
}

.icons-sociaux {
  display: flex;
  justify-content: left;
  align-items: center;
}
.icons-sociaux a.fb:hover .icon-fb::before {
  background-image: url("/wp-content/themes/vsc-theme/images/Facebook-yellow.svg");
}
.icons-sociaux a.insta:hover .icon-insta::before {
  background-image: url("/wp-content/themes/vsc-theme/images/Insta-yellow.svg");
}
.icons-sociaux .icon-fb::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/Facebook.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.1875vw;
  height: 2.1875vw;
  position: relative;
  display: block;
  margin-right: 6px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .icons-sociaux .icon-fb::before {
    width: 40px;
    height: 40px;
  }
}
.icons-sociaux .icon-insta::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/Instagram.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.1875vw;
  height: 2.1875vw;
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .icons-sociaux .icon-insta::before {
    width: 40px;
    height: 40px;
  }
}

.col1:hover > .vce-col-inner::before, .col2:hover > .vce-col-inner::before, .col3:hover > .vce-col-inner::before {
  animation: headShake 2s linear infinite;
}

.col1 > .vce-col-inner {
  padding: 10.4166666667vw 4.53125vw 2.6041666667vw 2.96875vw !important;
}
@media (max-width: 767px) {
  .col1 > .vce-col-inner {
    padding: 70px 25px 30px !important;
  }
}
.col1 > .vce-col-inner::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/Rapidité.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.2291666667vw;
  height: 3.2291666667vw;
  position: absolute;
  display: block;
  transition: all 0.3s ease;
  top: 3.0208333333vw;
}
@media (max-width: 767px) {
  .col1 > .vce-col-inner::before {
    width: 42px;
    height: 42px;
  }
}

.col2 > .vce-col-inner {
  padding: 8.6979166667vw 3.5416666667vw 2.4479166667vw 2.6041666667vw !important;
}
@media (max-width: 767px) {
  .col2 > .vce-col-inner {
    padding: 70px 25px 30px !important;
  }
}
.col2 > .vce-col-inner::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/Compétence.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.96875vw;
  height: 3.3854166667vw;
  position: absolute;
  display: block;
  transition: all 0.3s ease;
  top: 2.9166666667vw;
}
@media (max-width: 767px) {
  .col2 > .vce-col-inner::before {
    width: 42px;
    height: 42px;
  }
}

.col3 > .vce-col-inner {
  padding: 9.7395833333vw 3.4375vw 2.4479166667vw 2.6041666667vw !important;
}
@media (max-width: 767px) {
  .col3 > .vce-col-inner {
    padding: 70px 25px 30px !important;
  }
}
.col3 > .vce-col-inner::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/Approche.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  position: absolute;
  display: block;
  transition: all 0.3s ease;
  top: 2.9166666667vw;
}
@media (max-width: 767px) {
  .col3 > .vce-col-inner::before {
    width: 42px;
    height: 42px;
  }
}

.faq-col {
  background-color: #F8FFA1;
  border-radius: 1.8229166667vw;
}
.faq-col:hover {
  background-color: #93DBC6;
}

.faq-col.c1 > .vce-col-inner {
  padding: 8.6458333333vw 1.4583333333vw 2.3958333333vw 1.25vw !important;
}
@media (max-width: 767px) {
  .faq-col.c1 > .vce-col-inner {
    padding: 70px 25px 30px !important;
  }
}
.faq-col.c1 > .vce-col-inner::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/Dollar.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.1875vw;
  height: 2.1875vw;
  position: absolute;
  display: block;
  transition: all 0.3s ease;
  top: 1.1458333333vw;
  right: 1.25vw;
}
@media (max-width: 767px) {
  .faq-col.c1 > .vce-col-inner::before {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }
}

.faq-col.c2 > .vce-col-inner {
  padding: 5.3125vw 1.3541666667vw 2.3958333333vw 1.4583333333vw !important;
}
@media (max-width: 767px) {
  .faq-col.c2 > .vce-col-inner {
    padding: 70px 25px 30px !important;
  }
}
.faq-col.c2 > .vce-col-inner::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/service-ramq.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.8125vw;
  height: 2.8125vw;
  position: absolute;
  display: block;
  transition: all 0.3s ease;
  top: 1.1458333333vw;
  right: 1.8229166667vw;
}
@media (max-width: 767px) {
  .faq-col.c2 > .vce-col-inner::before {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }
}

.faq-col.c3 > .vce-col-inner {
  padding: 5.3125vw 1.3020833333vw 2.3958333333vw 1.1979166667vw !important;
}
@media (max-width: 767px) {
  .faq-col.c3 > .vce-col-inner {
    padding: 70px 25px 30px !important;
  }
}
.faq-col.c3 > .vce-col-inner::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/clsc.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.8125vw;
  height: 2.8125vw;
  position: absolute;
  display: block;
  transition: all 0.3s ease;
  top: 1.1458333333vw;
  right: 1.3020833333vw;
}
@media (max-width: 767px) {
  .faq-col.c3 > .vce-col-inner::before {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }
}

.faq-col.c4 > .vce-col-inner {
  padding: 4.2708333333vw 1.875vw 2.2395833333vw 1.1458333333vw !important;
}
@media (max-width: 767px) {
  .faq-col.c4 > .vce-col-inner {
    padding: 70px 25px 30px !important;
  }
}
.faq-col.c4 > .vce-col-inner::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/Soins-pour-famille.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.8645833333vw;
  height: 2.8645833333vw;
  position: absolute;
  display: block;
  transition: all 0.3s ease;
  top: 1.1458333333vw;
  right: 1.3020833333vw;
}
@media (max-width: 767px) {
  .faq-col.c4 > .vce-col-inner::before {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }
}

.faq-col.c5 > .vce-col-inner {
  padding: 7.65625vw 1.1979166667vw 2.2395833333vw 1.8229166667vw !important;
}
@media (max-width: 767px) {
  .faq-col.c5 > .vce-col-inner {
    padding: 70px 25px 30px !important;
  }
}
.faq-col.c5 > .vce-col-inner::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/Les-professionnelles.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  position: absolute;
  display: block;
  transition: all 0.3s ease;
  top: 1.1458333333vw;
  right: 1.3020833333vw;
}
@media (max-width: 767px) {
  .faq-col.c5 > .vce-col-inner::before {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }
}

.faq-col.c6 > .vce-col-inner {
  padding: 3.8020833333vw 1.3541666667vw 2.2395833333vw 0.8333333333vw !important;
}
@media (max-width: 767px) {
  .faq-col.c6 > .vce-col-inner {
    padding: 70px 25px 30px !important;
  }
}
.faq-col.c6 > .vce-col-inner::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/Service-domicile.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.8645833333vw;
  height: 2.8645833333vw;
  position: absolute;
  display: block;
  transition: all 0.3s ease;
  top: 1.1458333333vw;
  right: 1.3020833333vw;
}
@media (max-width: 767px) {
  .faq-col.c6 > .vce-col-inner::before {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }
}

.contact-form {
  padding: 4.5833333333vw 12.1875vw 5.3645833333vw;
}
@media (max-width: 767px) {
  .contact-form {
    padding: 50px 25px;
  }
}
.contact-form .row-left {
  float: left;
  width: 67.5%;
}
@media (max-width: 767px) {
  .contact-form .row-left {
    width: 100%;
    padding-bottom: 20px;
  }
}
.contact-form .row-left .col-left {
  float: left;
  width: calc(50% - 1.1458333333vw);
  margin-right: 1.1458333333vw;
}
@media (max-width: 767px) {
  .contact-form .row-left .col-left {
    width: 100%;
    margin-right: 0;
  }
}
.contact-form .row-left .col-right {
  float: right;
  width: calc(50% - 1.1458333333vw);
  margin-right: 1.1458333333vw;
}
@media (max-width: 767px) {
  .contact-form .row-left .col-right {
    width: 100%;
    margin-right: 0;
  }
}
.contact-form .bt-bloc {
  float: left;
  width: 100%;
}
.contact-form .bt-bloc .leftB {
  float: left;
  width: 38%;
  margin-right: 1.3541666667vw;
}
@media (max-width: 767px) {
  .contact-form .bt-bloc .leftB {
    width: 100%;
    margin-right: 0;
  }
}
.contact-form .bt-bloc .leftB .appoint-input {
  position: relative;
  background-color: white;
  border-radius: 1.3020833333vw;
}
@media (max-width: 767px) {
  .contact-form .bt-bloc .leftB .appoint-input {
    border-radius: 20px;
  }
}
.contact-form .bt-bloc .leftB .appoint-input::before {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/Calendar.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.1875vw;
  height: 2.1875vw;
  position: absolute;
  top: 6px;
  display: block;
  z-index: 3;
  right: 1.6666666667vw;
}
@media (max-width: 767px) {
  .contact-form .bt-bloc .leftB .appoint-input::before {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
.contact-form .bt-bloc .leftB input.wpcf7-date {
  border-radius: none;
  margin-bottom: 0;
}
.contact-form .bt-bloc .leftB .flatpickr-calendar.inline {
  width: calc(100% - 10px);
  box-shadow: none;
  top: 0;
  border: none;
  border-radius: 1.3020833333vw;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
}
.contact-form .bt-bloc .rightB {
  float: right;
  width: 60%;
}
@media (max-width: 767px) {
  .contact-form .bt-bloc .rightB {
    width: 100%;
    float: left;
  }
}
.contact-form .row-right {
  float: right;
  width: calc(32.5% - 9.8958333333vw);
  background-color: white;
  padding: 1.3020833333vw 4.9479166667vw;
  border-radius: 1.3020833333vw;
  /* Label actif (quand radio sélectionné) */
  /* Appliquer fond différent au label quand sélectionné */
}
@media (max-width: 767px) {
  .contact-form .row-right {
    width: calc(100% - 100px);
    padding: 25px 50px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
}
.contact-form .row-right .wpcf7-list-item {
  margin: 0;
}
.contact-form .row-right .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  background-color: #93DBC6;
  color: #08544C;
  padding: 0.8333333333vw 2.34375vw 0.8333333333vw 0.9375vw;
  border-radius: 2.0833333333vw;
}
@media (max-width: 767px) {
  .contact-form .row-right .wpcf7-list-item label {
    padding: 16px;
  }
}
.contact-form .row-right .wpcf7-list-item label .wpcf7-list-item-label {
  padding-left: 1.0416666667vw;
}
.contact-form .row-right .wpcf7-list-item.first {
  margin-right: 0.3125vw;
}
.contact-form .row-right input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 0.9375vw;
  height: 0.9375vw;
  border: 2px solid #08544C;
  border-radius: 50%;
  background-color: transparent;
  display: inline-block;
  position: relative;
  margin: 0;
}
.contact-form .row-right input[type=radio]:checked::before {
  content: "";
  width: 0.9375vw;
  height: 0.9375vw;
  background: #93DBC6;
  border-radius: 50%;
  position: absolute;
  border: none;
  top: -2px;
  left: -2px;
}
.contact-form .row-right input[type=radio]:checked + span {
  color: #ffffff;
}
.contact-form .row-right label:has(input[type=radio]:checked) {
  background-color: #08544C;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel] {
  background-color: white;
  padding-left: 2.34375vw;
  padding-top: 0.9635416667vw;
  padding-bottom: 0.9635416667vw;
  margin-bottom: 1.40625vw;
  width: calc(100% - 2.34375vw);
  color: #08544C;
  font-family: "Montserrat Medium";
  font-size: 0.7291666667vw;
  border: none;
  border-radius: 2.0833333333vw;
}
@media (max-width: 767px) {
  .contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel] {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: calc(100% - 20px);
    font-size: 14px;
    border-radius: 25px;
    margin-bottom: 20px;
  }
}
.contact-form input[type=text]::placeholder, .contact-form input[type=email]::placeholder, .contact-form input[type=tel]::placeholder, .contact-form textarea::placeholder {
  color: #08544C;
  font-family: "Montserrat Medium";
  font-size: 0.7291666667vw;
}
@media (max-width: 767px) {
  .contact-form input[type=text]::placeholder, .contact-form input[type=email]::placeholder, .contact-form input[type=tel]::placeholder, .contact-form textarea::placeholder {
    font-size: 14px;
  }
}
.contact-form textarea {
  padding-left: 2.34375vw;
  padding-top: 0.9635416667vw;
  background-color: rgba(255, 255, 255, 0.5);
  height: 17.7083333333vw;
  width: calc(100% - 2.34375vw);
  color: #08544C;
  font-family: "Montserrat Medium";
  font-size: 0.7291666667vw;
  border: none;
  border-radius: 1.3020833333vw;
}
@media (max-width: 767px) {
  .contact-form textarea {
    padding-left: 20px;
    padding-top: 15px;
    width: calc(100% - 20px);
    font-size: 14px;
    border-radius: 20px;
    height: 150px;
    margin-top: 20px;
  }
}
.contact-form .actionB {
  width: 100%;
  float: right;
  text-align: right;
  margin-top: 2.6041666667vw;
}
.contact-form .actionB .green-btn {
  border: none;
  color: #93DBC6;
}
.contact-form .actionB .green-btn:hover {
  color: #08544C;
  background-color: white;
}

.contact-form .row-right.subject-col {
  padding: 0 !important;
  background-color: transparent !important;
  width: 32.5% !important;
}
.contact-form .row-right.subject-col input {
  height: 5.2083333333vw;
}

#contact input[type=submit] {
  background-color: #F8FFA1;
  color: #08544C;
}

.flatpickr-calendar {
  background: #ffffff;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  width: max-content;
}

.flatpickr-rContainer {
  width: 100%;
}

.flatpickr-months .flatpickr-month {
  color: inherit;
  height: auto;
  line-height: normal;
}

.flatpickr-current-month {
  font-size: 14px;
  font-weight: 500;
  width: auto;
  padding: 0;
  height: auto;
}

.flatpickr-day.today {
  background: #76c4b1;
  color: #08544C;
  border-radius: 50%;
}

.flatpickr-day.selected {
  background: #003c3c;
  color: white;
  border-radius: 50%;
}

.flatpickr-weekday {
  font-weight: bold;
  color: #003c3c;
}

/* Conteneur principal */
.flatpickr-calendar {
  background: white;
  font-weight: 500;
  border-radius: 14px;
  overflow: hidden;
  font-family: "Montserrat Medium";
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  font-weight: 500;
  border-radius: 14px;
  font-family: "Montserrat Medium";
  text-transform: capitalize;
}

span.flatpickr-weekday {
  font-size: 14px;
  font-family: "Montserrat Medium";
  padding-left: 2.0833333333vw;
}

/* Header du mois */
.flatpickr-months {
  background-color: #F8FFA1;
  color: #08544C;
  justify-content: center;
  border-radius: 2.0833333333vw;
  margin-bottom: 1.0416666667vw;
  align-items: center;
  padding: 0.625vw 1.40625vw;
}
@media (max-width: 767px) {
  .flatpickr-months {
    padding: 12px;
    margin-bottom: 15px;
  }
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: #1b3d3f;
  font-size: 18px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .flatpickr-months .flatpickr-prev-month,
  .flatpickr-months .flatpickr-next-month {
    font-size: 14px;
  }
}

/* Jours de la semaine */
.flatpickr-weekdays {
  background: white;
  text-transform: uppercase;
  font-size: 14px;
  color: #1b3d3f;
}

/* Jours du mois */
.flatpickr-day {
  color: #1b3d3f;
  border-radius: 50%;
  transition: background 0.2s;
}

span.flatpickr-weekday {
  font-size: 14px;
  font-family: "Montserrat Medium";
  text-align: center;
  width: 14.2857143%;
  display: inline-block;
}
@media (max-width: 767px) {
  span.flatpickr-weekday {
    font-size: 12px !important;
    padding-left: 0;
  }
}

.flatpickr-days .dayContainer {
  display: grid;
  grid-template-columns: repeat(7, 1fr); /* 7 colonnes égales */
  column-gap: 2.0833333333vw; /* Espace horizontal entre les colonnes */
  row-gap: 3px; /* Facultatif : espace vertical entre lignes */
  justify-content: center;
  padding: 0 0 0 2.0833333333vw;
}

.flatpickr-day {
  height: 18px;
  line-height: 18px;
  border-radius: 150px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  color: #08544C;
  cursor: pointer;
  padding: 5px;
}

.flatpickr-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  column-gap: 2.0833333333vw;
  justify-content: center;
  margin-bottom: 0.8854166667vw;
}

.flatpickr-weekday {
  text-align: center;
  font-size: 14px;
  font-family: "Montserrat Medium";
}

/* Jour sélectionné */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: #1b3d3f;
  color: white;
  position: relative;
}

.flatpickr-day.selected::after {
  content: "✓";
  position: absolute;
  top: 3px;
  right: 5px;
  font-size: 12px;
}

/* Input et champs autour (facultatif) */
input[type=text].flatpickr-input {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #1b3d3f;
}

.icons-ctn {
  display: flex;
  justify-content: start;
}
.icons-ctn .white-btn {
  margin-right: 0.8854166667vw;
}

.yellow-col > .vce-col-inner {
  padding: 1.25vw 1.4583333333vw 2.34375vw 1.71875vw !important;
}

.white-col > .vce-col-inner {
  padding: 3.90625vw 2.9166666667vw 2.34375vw 2.2916666667vw !important;
}

.col-val > .vce-col-inner {
  padding: 1.40625vw 1.3541666667vw 1.8229166667vw 1.25vw !important;
}
.col-val img {
  width: 52px;
  height: auto;
  border-radius: 0;
}

.val-col > .vce-col-inner {
  padding: 2.6041666667vw 3.125vw 4.1666666667vw 2.8645833333vw !important;
}

.faq-card > .vce-col-inner {
  min-height: 23.75vw;
  padding: 1.8229166667vw 1.3020833333vw 1.8229166667vw 1.8229166667vw !important;
  background-color: #F8FFA1;
  border-radius: 1.8229166667vw;
}
.faq-card > .vce-col-inner:hover {
  background-color: #93DBC6;
}
/*# sourceMappingURL=../css/style.css.map */
