.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 (max-width: 767px) {
  .troisiemebarre {
    position: absolute;
    top: 17px;
    left: 11px;
    display: block;
    height: 0;
    width: 15px;
    padding: 0;
    border-top: 2px solid white;
    content: "";
    border-radius: 15px;
  }
  .button {
    width: 37px;
    height: 36px;
    position: absolute;
    cursor: pointer;
    z-index: 12399994;
    content: "";
    right: 30px;
    top: 40px;
    background-color: #062A35;
    border-radius: 50%;
  }
  .button:after {
    left: 11px;
    position: absolute;
    top: 22px;
    display: block;
    width: 15px;
    border-top: 2px solid white;
    border-radius: 15px;
    content: "";
  }
  .button:before {
    content: "";
    transition: 0.3s;
    position: absolute;
    top: 12px;
    left: 11px;
    display: block;
    border-top: 2px solid white;
    width: 15px;
    border-radius: 15px;
  }
  .button.menu-opened .troisiemebarre {
    display: none;
  }
  .button.menu-opened:after {
    transition: all 0.3s ease;
    top: 17px;
    border-top: 2px solid white;
    width: 15px;
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 17px;
    border-top: 2px solid white;
    width: 15px;
    transform: rotate(-45deg);
  }
  .submenu-button {
    position: absolute;
    z-index: 99;
    right: 5px;
    top: 0;
    display: block;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  .submenu-button.submenu-opened:after {
    background: #B8DB95;
  }
  .submenu-button.submenu-opened:before {
    display: none;
  }
  .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 16px;
    height: 2px;
    display: block;
    background: #B8DB95;
    content: "";
  }
  .submenu-button:before {
    position: absolute;
    top: 15px;
    right: 26px;
    display: block;
    width: 2px;
    height: 16px;
    background: #B8DB95;
    content: "";
  }
  .cssmenu ul {
    border-top: 1px solid #034866;
    padding-top: 2vw;
    background-color: rgb(255, 255, 255);
    width: 100%;
    display: none;
    z-index: 3;
    left: 0;
    position: absolute;
    top: 98%;
  }
  .cssmenu ul li {
    width: 100%;
    padding: 0 20px !important;
    margin-top: -1px;
    display: block;
    box-sizing: border-box;
  }
  .cssmenu ul li a {
    width: 100%;
    border-bottom: 0;
    color: rgba(0, 0, 0, 0.5) !important;
    font-size: 13px !important;
    border-bottom: 1px solid #034866;
    padding: 14px 0 !important;
    text-align: left;
    float: left;
  }
  .cssmenu ul li:last-child a {
    border-bottom: none;
  }
  .cssmenu ul .current-menu-parent > a {
    font-weight: 700;
  }
  .cssmenu ul ul {
    position: relative !important;
    left: 0 !important;
    width: 100%;
    box-shadow: none;
    margin: 0 !important;
    text-align: left;
    padding: 0 !important;
    background: #034866 !important;
    border: none !important;
    top: 0 !important;
    padding-bottom: 5px !important;
  }
  .cssmenu ul ul li {
    height: auto;
    padding: 0 15px !important;
    border-bottom: none !important;
    float: left !important;
  }
  .cssmenu ul ul li a {
    width: calc(100% - 32px);
    border-bottom: none !important;
    padding: 10px 0 !important;
    color: #B8DB95 !important;
    background: none;
    float: left;
    font-size: 13px !important;
  }
  .cssmenu ul ul li a::after {
    display: none !important;
  }
  .cssmenu ul ul li:hover > a {
    font-weight: 700;
  }
  .cssmenu ul ul li.active > a {
    font-weight: 700;
  }
  .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;
  }
  .cssmenu ul ul ul li a {
    border-bottom: none !important;
    font-size: 13px !important;
    line-height: 15px;
    color: #034866 !important;
  }
  .cssmenu ul ul ul li.active a {
    border-left: none;
  }
  .cssmenu ul ul > li.has-sub > a:after {
    display: none;
  }
  .cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  .no-mobile {
    display: none !important;
  }
  .pb-20-mob {
    padding-bottom: 20px;
  }
  .no-pr.pr-112, .no-pr.pr-150, .no-pr.pr-128, .no-pr.pr-108, .no-pr.pr-100, .no-pr.pr-90, .no-pr.pr-85, .no-pr.pr-145, .no-pr.pr-60, .no-pr.pr-70, .no-pr.pr-50, .no-pr.pr-140, .no-pr.pr-64 {
    padding-right: 0 !important;
  }
  .mob.nowrap {
    white-space: nowrap !important;
  }
  .voirplus__btn {
    margin-top: 20px;
    color: white;
    background-color: #034866;
    border-radius: 15px;
    border: none;
    padding: 7px 19px;
    font-size: 11px;
    font-family: "Manrope SemiBold";
  }
  .voirplus {
    display: block;
  }
  .voirplus__texte {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--lignes, 11);
  }
  .voirplus:not(.is-open) .voirplus__texte::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    pointer-events: none;
    background: linear-gradient(transparent, var(--vp-bg, #fff));
  }
  .voirplus.is-open .voirplus__texte {
    display: block;
  }
  .voirplus.is-open .voirplus__texte::after {
    display: none;
  }
  .voirplus__btn {
    display: inline-block;
    margin-top: 20px;
  }
  .mob.pl-145 {
    padding-left: 40px !important;
  }
  .mob.pr-145 {
    padding-right: 40px !important;
  }
  .slider-anim .slick-btn.slick-prev {
    position: absolute;
    top: 85%;
    left: 36%;
  }
  .slider-anim .slick-btn.slick-next {
    position: relative;
    left: 50%;
    top: 15px;
  }
  footer .col-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .col-mob .woo-btn {
    margin-left: 0 !important;
  }
  .site-header.sticky .button {
    top: 17px !important;
  }
  .contactF .sociaux {
    display: flex;
  }
  .bas-footer {
    text-align: center;
  }
  .bas-footer .copyright {
    padding-bottom: 10px !important;
  }
  .bas-footer .v-copyright {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  .mob.pt-185, .mob.pt-250, .mob.pt-228, .mob.pt-133, .mob.pt-222, .mob.pt-230, .mob.pt-240, .mob.pt-210, .mob.pt-165, .mob.pt-265, .mob.pt-275, .mob.pt-185 {
    padding-top: 30px !important;
  }
  .mob.plr-380 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .mob.plr-414 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .mob.pl-145 {
    padding-left: 40px !important;
  }
  .mob.pr-145 {
    padding-right: 40px !important;
  }
  .pr-50-mob {
    padding-right: 50px;
  }
  .poste img {
    width: 49px;
    height: auto;
    margin-bottom: 18px;
  }
  .vce-row--col-gap-20 > .vce-row-content > .vce-col {
    margin-right: 10px !important;
  }
  .no-mr.mr-20 {
    margin-right: 0 !important;
  }
  .no-plr.plr-340, .no-plr.plr-380, .no-plr.plr-305 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mob.pl-165, .mob.pl-200 {
    padding-left: 0 !important;
  }
  .mob.pr-165, .mob.pr-200 {
    padding-right: 0 !important;
  }
  .no-pb.pb-35 {
    padding-bottom: 0 !important;
  }
  .pl-20-mob {
    padding-left: 20px;
  }
  .no-pl.pl-30, .no-pl.pl-50 {
    padding-left: 0 !important;
  }
  .mb-10 {
    margin-bottom: 10px;
  }
  .slide-soins {
    margin-bottom: 40px;
  }
  .service-col,
  .service-col > .vce-col-inner,
  .service-col .vce-flip-box,
  .service-col .vce-flip-box-inner,
  .service-col .vce-flip-box-front,
  .service-col .vce-flip-box-back {
    height: auto;
  }
}
/*# sourceMappingURL=../css/mobile.css.map */
