.center {
  text-align: center;
}

.green {
  color: #A2D4DB;
}

.black {
  color: #000;
}

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

.whiteF {
  color: #F4F6F8;
}

.uppercase {
  text-transform: uppercase;
}

.blue {
  color: #0E2242;
}

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

.white {
  color: white;
}

.underline {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

.right {
  text-align: right;
}

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

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

.vce {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

header {
  position: fixed;
  width: 100%;
  z-index: 6;
  transition: bottom 0.8s;
  background: linear-gradient(180deg, rgba(14, 34, 66, 0.9) 0%, rgba(3, 46, 84, 0) 100%);
}
header .inter-contentH {
  padding: 1.3020833333vw 2.1875vw 0.6770833333vw 3.6458333333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  header .inter-contentH {
    padding-left: 18px;
  }
}
header .inter-contentH .site-branding a.custom-logo-link {
  display: inline-block;
}
header .inter-contentH .site-branding img {
  max-width: 15.7291666667vw;
  height: auto;
}
header .main-navigation {
  width: 38%;
  margin-left: 1%;
}
header .main-navigation ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
header .main-navigation ul li {
  float: left;
  position: relative;
  padding-left: 1.0416666667vw;
}
header .main-navigation ul li a {
  font-size: 0.8854166667vw;
  font-family: "Arial Regular";
  line-height: 1.33;
  color: #F4F6F8;
  text-transform: uppercase;
}
header .main-navigation ul li a:hover {
  color: #A2D4DB;
}
header .main-navigation ul li:before {
  display: none;
}
header .main-navigation ul .current_page_item > a, header .main-navigation ul .current-menu-parent > a {
  color: #A2D4DB;
  text-decoration: underline;
  font-weight: 700;
}
header .main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: #F6F6F6;
  border-top: 3px solid #A2D4DB;
}
header .main-navigation ul ul ul {
  left: -999em;
  top: -3px;
}
header .main-navigation ul ul li {
  float: left;
  position: relative;
  padding-top: 0.5vw !important;
  padding-bottom: 0.5vw !important;
  padding-left: 0;
  border-bottom: 2px solid #000;
}
header .main-navigation ul ul li:hover > ul, header .main-navigation ul ul li.focus > ul {
  left: 100%;
}
header .main-navigation ul ul li a {
  font-size: 0.8333333333vw;
  text-transform: none !important;
  padding-left: 0.78125vw;
  padding-right: 0.78125vw;
  line-height: 1.3;
  min-width: 12.5vw;
  display: block;
  padding-bottom: 0 !important;
  color: #000;
}
header .main-navigation ul ul li:first-child {
  padding-top: 0.7291666667vw !important;
}
header .main-navigation ul ul li:last-child {
  border-bottom: none !important;
}
header .main-navigation ul li:hover > ul,
header .main-navigation ul li.focus > ul {
  left: auto;
}
header .main-navigation li.menu-item-has-children > a::after {
  content: "";
  background-image: url("/wp-content/themes/vsc-theme/images/fleche-w.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5208333333vw;
  transition: all 200ms linear 0ms;
}
@media (max-width: 1100px) and (min-width: 768px) {
  header .main-navigation li.menu-item-has-children > a::after {
    width: 10px;
  }
}
header .main-navigation li.menu-item-has-children > a:hover::after {
  background-image: url("/wp-content/themes/vsc-theme/images/fleche-g.svg");
  vertical-align: center;
  transform: rotate(-180deg);
  width: 13px;
  height: 8px;
}
header .main-navigation .menu-item .sub-menu li.menu-item-has-children > a:after {
  transform: translate(0, -50%);
  background-image: url("/wp-content/themes/vsc-theme/images/fleche-b.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  transform: rotate(-90deg);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 40%;
  right: 3px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  header .main-navigation .menu-item .sub-menu li.menu-item-has-children > a:after {
    width: 8px;
  }
}
header .main-navigation .menu-item .sub-menu li.menu-item-has-children > a:hover::after {
  background-image: url("/wp-content/themes/vsc-theme/images/fleche-g.svg");
}
header .phone-btn {
  padding: 0.625vw 1.875vw 0.8333333333vw;
  font-family: "Arial Regular";
  font-size: 1.0416666667vw;
  letter-spacing: 2px;
  color: black;
  display: inline-flex;
  border-radius: 2.6041666667vw;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.91) 52.87%, rgba(255, 255, 255, 0.82) 133.33%);
  text-decoration: underline;
  margin-right: 0.78125vw;
}
header .phone-btn .icon-phone::before {
  background-image: url("/wp-content/uploads/2025/06/Phone.svg");
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  position: relative;
  display: block;
  margin-right: 7px;
  animation: shakeThatBooty 2s ease infinite;
}
@media (max-width: 1100px) and (min-width: 768px) {
  header .phone-btn {
    margin-right: 4px;
  }
}
header .phone-btn:hover {
  color: white;
  background: #1E1E1E;
}
header .contact-btn {
  display: flex;
}
header .RDV-btn {
  font-family: "Arial Regular";
  font-size: 0.8333333333vw;
  letter-spacing: 1.6px;
  padding: 1.1458333333vw 1.6666666667vw;
  display: inline-flex;
  border-radius: 1.7708333333vw;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #0E2242;
  background-color: #A2D4DB;
}
header .RDV-btn .icon-calendar::before {
  background-image: url("/wp-content/uploads/2025/06/calendar-date.svg");
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25vw;
  height: 1.25vw;
  position: relative;
  display: block;
  margin-right: 0.8333333333vw;
}
header .RDV-btn:hover {
  background-color: white;
}
header .top-bar {
  display: none;
}
@media (max-width: 767px) {
  header .selector-lang {
    display: inline-block;
    float: left;
    right: 26%;
    position: relative;
  }
}
header .selector-lang .wpml-ls-item a {
  color: #0E2242 !important;
  padding: 1.3020833333vw;
  background-color: #A2D4DB;
  border-radius: 50%;
}
@media (max-width: 767px) {
  header .selector-lang .wpml-ls-item a {
    padding: 13px;
  }
}
/*# sourceMappingURL=../css/header.css.map */
