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

@media (max-width: 767px) {
  header .top-bar {
    display: flex !important;
    background-color: #EEE;
    padding: 8px 12px;
    justify-content: space-between;
  }
  header .top-bar .btn {
    padding: 10px 20px;
    background-color: #5FB5C8;
    font-weight: 700;
    font-family: "Inter Bold";
    overflow-wrap: break-word;
    font-size: 12px;
    color: white;
    border-radius: 20px;
  }
  header .inter-contentH {
    padding: 16px 12px;
  }
  header .inter-contentH .contact-btn {
    display: none !important;
  }
  header .site-branding img {
    width: 165px !important;
    max-width: 165px !important;
    height: auto;
  }
  header .troisiemebarre {
    position: absolute;
    top: 19px;
    left: 0;
    display: block;
    height: 0;
    width: 35px;
    padding: 0;
    border-top: 1.5px solid white;
    content: "";
    border-radius: 25px;
  }
  header .button {
    width: 35px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 12399994;
    content: "";
    right: 30px;
    top: 50%;
  }
  header .button:after {
    left: 0;
    position: absolute;
    top: 30px;
    display: block;
    width: 35px;
    border-top: 1.5px solid white;
    content: "";
  }
  header .button:before {
    content: "";
    transition: 0.3s;
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    border-top: 1.5px solid white;
    width: 35px;
  }
  header .button.menu-opened .troisiemebarre {
    display: none;
  }
  header .button.menu-opened:after {
    transition: all 0.3s ease;
    top: 20px;
    border-top: 1.5px solid white;
    width: 35px;
    transform: rotate(45deg);
  }
  header .button.menu-opened:before {
    top: 20px;
    border-top: 1.5px solid white;
    width: 35px;
    transform: rotate(-45deg);
  }
  header .submenu-button {
    position: absolute;
    z-index: 99;
    right: 5px;
    top: 0;
    display: block;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  header .submenu-button.submenu-opened:after {
    background: #A2D4DB;
  }
  header .submenu-button.submenu-opened:before {
    display: none;
  }
  header .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 16px;
    height: 2px;
    display: block;
    background: #A2D4DB;
    content: "";
  }
  header .submenu-button:before {
    position: absolute;
    top: 15px;
    right: 26px;
    display: block;
    width: 2px;
    height: 16px;
    background: #A2D4DB;
    content: "";
  }
  header .cssmenu ul {
    border-top: 1px solid #0E2242;
    padding-top: 2vw;
    background-color: rgb(255, 255, 255);
    width: 100%;
    display: none;
    z-index: 3;
    left: 0;
    position: absolute;
    top: 98%;
  }
  header .cssmenu ul li {
    width: 100%;
    padding: 0 20px !important;
    margin-top: -1px;
    display: block;
    box-sizing: border-box;
  }
  header .cssmenu ul li a {
    width: 100%;
    border-bottom: 0;
    color: rgba(0, 0, 0, 0.5) !important;
    font-size: 16px !important;
    border-bottom: 1px solid #0E2242;
    padding: 14px 0 !important;
    text-align: left;
    float: left;
  }
  header .cssmenu ul li:last-child a {
    border-bottom: none;
  }
  header .cssmenu ul .current-menu-parent > a {
    font-weight: 700;
  }
  header .cssmenu ul ul {
    position: relative !important;
    left: 0 !important;
    width: 100%;
    box-shadow: none;
    margin: 0 !important;
    text-align: left;
    padding: 0 !important;
    background: #0E2242 !important;
    border: none !important;
    top: 0 !important;
    padding-bottom: 5px !important;
  }
  header .cssmenu ul ul li {
    height: auto;
    padding: 0 15px !important;
    border-bottom: none !important;
    float: left !important;
  }
  header .cssmenu ul ul li a {
    width: 100%;
    border-bottom: none !important;
    padding: 10px 0 !important;
    color: #A2D4DB !important;
    background: none;
    float: left;
    font-size: 14px !important;
  }
  header .cssmenu ul ul li a::after {
    display: none !important;
  }
  header .cssmenu ul ul li:hover > a {
    font-weight: 700;
  }
  header .cssmenu ul ul li.active > a {
    font-weight: 700;
  }
  header .cssmenu ul ul ul {
    position: relative !important;
    left: 0 !important;
    width: 100%;
    margin: 0;
    text-align: left;
    border-top: none;
    background-color: white !important;
    top: 6px !important;
    padding-bottom: 5px !important;
  }
  header .cssmenu ul ul ul li a {
    border-bottom: none !important;
    font-size: 14px !important;
    line-height: 15px;
    color: #0E2242 !important;
  }
  header .cssmenu ul ul ul li.active a {
    border-left: none;
  }
  header .cssmenu ul ul .submenu-button {
    height: 40px;
    width: 40px;
    color: #A2D4DB;
  }
  header .cssmenu ul ul .submenu-button:after {
    top: 19px;
    right: 9px;
  }
  header .cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  header .cssmenu ul ul > li.has-sub > a:after {
    display: none;
  }
  header .cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  .site-header.sticky {
    background-color: rgb(14, 34, 66);
  }
  .pb-70-mob {
    padding-bottom: 70px;
  }
  .no-pr.pr-100, .no-pr.pr-55, .no-pr.pr-400, .no-pr.pr-110, .no-pr.pr-115, .no-pr.pr-90, .no-pr.pr-160, .no-pr.pr-124, .no-pr.pr-30, .no-pr.pr-145, .no-pr.pr-230 {
    padding-right: 0 !important;
  }
  .no-plr.plr-460 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .no-mobile {
    display: none !important;
  }
  .pr-25-mob {
    padding-right: 25px;
  }
  .pb-30-mob {
    padding-bottom: 30px;
  }
  .pt-100-mob {
    padding-top: 100px !important;
  }
  .br-150-mob img {
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
  }
  .service .slick-arrow {
    position: absolute;
    top: 216px;
  }
  .service .slick-next {
    left: 102%;
  }
  .service .slick-prev {
    right: 102%;
    z-index: 4;
  }
  .no-bg-img .vce-asset-background-simple-item {
    background-image: none !important;
    background-color: #DBEFFA;
  }
  .no-bg .vce-asset-background-simple-container {
    display: none !important;
  }
  .center-mob {
    text-align: center !important;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .nowrapM {
    white-space: nowrap;
  }
}
/*# sourceMappingURL=../css/mobile.css.map */
