:root {
  --light-sea-green: #15a598;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #353535;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
}

a {
  color: #131313;
  text-decoration: underline;
}

.header-logo {
  max-width: 250px;
}

.f-footer-social {
  width: 48px;
  height: 48px;
  color: #160042;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: #642eff;
}

.f-section-regular {
  padding: 72px 5%;
  display: block;
  position: relative;
}

.f-section-regular.show {
  padding-top: 100px;
  display: block;
}

.text-center {
  text-align: center;
}

.search-modal {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 19, 19, .12);
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.hamburger-menu-bar {
  width: 40px;
  height: 2px;
  background-color: #131313;
  margin-top: 12px;
  margin-bottom: 12px;
}

.f-footer-menu {
  grid-column-gap: 32px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.highlights_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-5 {
  width: 250px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #6ad7cd;
  border-radius: 50px;
  justify-content: center;
  padding: 18px 28px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #45c0b3;
  transform: translate3d(0, -3px, .01px);
}

.italic-text {
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.header-wrapper {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px #f0f0f0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.header-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logo-link {
  transform-style: preserve-3d;
  margin-left: -1px;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-logo-link.w--current {
  margin-left: 0;
}

.f-section-large {
  padding: 60px 5% 100px;
  position: relative;
}

.f-section-large.home {
  padding-top: 40px;
}

.f-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.input {
  min-height: 54px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 18px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
}

.input:hover {
  border-color: #131313;
}

.input:focus {
  color: #131313;
  border-color: #131313;
}

.input::-ms-input-placeholder {
  color: #727272;
  font-size: 16px;
  line-height: 16px;
}

.input::placeholder {
  color: #727272;
  font-size: 16px;
  line-height: 16px;
}

.f-paragraph-regular {
  color: #242424;
  text-align: justify;
  letter-spacing: -.02em;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 2.3;
}

.highlight_card {
  border-radius: 32px;
  padding: 24px;
}

.highlight_card.pink {
  color: #070707;
  background-color: #ffc6ff;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
}

.highlight_card.pink:hover {
  transform: scale(1.1);
}

.highlight_card.white {
  background-color: #fdffb6;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
}

.highlight_card.white:hover {
  transform: scale(1.1);
}

.highlight_card.red {
  background-color: #9bf6ff;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
}

.highlight_card.red:hover {
  transform: scale(1.1);
}

.highlight_card.green2 {
  background-color: #caffbf;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
}

.highlight_card.green2:hover {
  transform: scale(1.1);
}

.highlight_card.greenlight {
  background-color: #ffd6a5;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
}

.highlight_card.greenlight:hover {
  transform: scale(1.1);
}

.highlight_card.white-copy {
  background-color: #bdb2ff;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
}

.highlight_card.white-copy:hover {
  transform: scale(1.1);
}

.highlight_card.green {
  color: #070707;
  cursor: pointer;
  background-color: #ffadad;
  text-decoration: none;
  transition: all .3s;
}

.highlight_card.green:hover {
  transform: scale(1.1);
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.header-nav-list-item {
  align-items: center;
  margin-bottom: 0;
  padding-left: 32px;
  display: flex;
}

.header-nav-list-item.middle {
  padding-left: 16px;
  padding-right: 16px;
}

.card {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .06);
}

.card.modal {
  width: 100%;
  max-width: 450px;
  padding: 56px 44px;
  position: relative;
}

.card.form {
  min-height: 580px;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

.f-footer-small {
  background-color: #fff;
  padding: 32px 5%;
  position: relative;
}

.display_large {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.display_large._2 {
  color: #131313;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 2rem;
}

.line-rounded-icon.modal {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 27px;
  display: flex;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.heading-5 {
  color: #6ad7cd;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
}

.heading-5.tile {
  margin-bottom: 10px;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.header {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: repeat(auto-fit, 18px) 18px 18px 18px;
  align-items: center;
  font-size: 2rem;
  line-height: 2rem;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 2.2rem;
}

.section {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section.hero-home {
  padding-top: 0;
  padding-bottom: 0;
}

.section.main-posts {
  padding-top: 60px;
  padding-bottom: 100px;
}

.section.main-posts.home {
  padding-top: 10px;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.header-nav-link {
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 0;
  font-size: .9rem;
  line-height: 1rem;
}

.header-nav-link:hover {
  color: #727272;
}

.header-nav-link.w--current {
  color: #131313;
}

.f-footer-vertical-divider {
  width: 1px;
  height: 16px;
  background-color: #e4e6f1;
}

.f-h1-heading {
  color: #6ad7cd;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.f-grid-two-column {
  grid-column-gap: 4px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon-square {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #f0f0f0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  color: #fff;
  background-color: #131313;
}

.social-icon-square.no-bg {
  width: auto;
  height: auto;
  min-height: 0;
  min-width: 0;
  background-color: #fff;
  font-size: 18px;
}

.social-icon-square.no-bg:hover {
  color: #727272;
}

.social-icon-font {
  color: #6ad7cd;
  font-family: Social Shapes, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.f-footer-link {
  width: auto;
  color: #160042;
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: #6ad7cd;
}

.flex_wrapper {
  display: flex;
}

.flex_wrapper.flex_distribute {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  line-height: 2rem;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  background-color: var(--light-sea-green);
  background-image: linear-gradient(rgba(21, 165, 152, 0), rgba(21, 165, 152, 0)), url('../images/gradient.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, 3750px;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
}

.f-container-regular.home {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

.f-footer-logo {
  flex: none;
}

.modal-close {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  cursor: pointer;
  transition: transform .3s;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.modal-close:hover {
  transform: scale(.92);
}

.f-header-image-wrapper-wide {
  height: auto;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.info-besoins {
  margin-bottom: 20px;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1rem;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.contact {
  flex-direction: column;
  display: flex;
}

.header33 {
  width: 33%;
}

.header33.mid {
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-image-cover {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 40px;
}

.f-footer-horizontal-divider {
  width: 100%;
  height: 1px;
  background-color: #e4e6f1;
  margin-top: 24px;
  margin-bottom: 24px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-header-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 740px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.header-top-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.container-default {
  z-index: 1;
  max-width: 1175px;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  color: #353535;
  text-align: center;
  line-height: 36px;
}

.f-margin-bottom-48 {
  align-items: stretch;
  margin-bottom: 48px;
  display: block;
}

.f-button-neutral {
  width: 100%;
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6ad8cd;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  color: #fff;
  background-color: #45c0b3;
}

.f-button-neutral._3 {
  width: auto;
}

.f-button-neutral.outline {
  background-color: var(--light-sea-green);
  color: #fff;
  border: 3px #000;
}

.f-button-neutral.white {
  color: #6ad8cd;
  letter-spacing: 0;
  background-color: #fff;
  border: 3px #fff;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
  transition-property: all;
}

.f-button-neutral.white:hover {
  font-weight: 500;
  transform: scale(1.05);
}

.f-footer-social-group {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-menu-list.middle {
  justify-content: center;
}

.f-margin-bottom-49 {
  margin-bottom: 8px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.heading {
  color: #353535;
  font-size: 46px;
  font-weight: 400;
  line-height: 46px;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.header-nav-menu-wrapper.middle {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.ms-chat-smaller-text {
  opacity: .75;
  font-size: 90%;
}

.ms-chat-header {
  height: 100%;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 15px 17px 45px;
  font-size: 14px;
  display: block;
}

.ms-chat-channel-wrap {
  margin-top: -25px;
  padding-left: 12px;
  padding-right: 12px;
}

.ms-chat {
  opacity: .75;
  font-size: 13px;
}

.ms-chat-profile {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  margin-left: -1px;
  margin-right: -1px;
  box-shadow: 0 0 0 3px #fff, 0 10px 10px -1px rgba(85, 94, 105, .25);
}

.ms-chat-frame {
  z-index: 1;
  position: relative;
}

.ms-chat-bg {
  height: 190px;
  background-color: #6ad7cd;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.ms-chat-animation {
  height: 190px;
  overflow: hidden;
}

.ms-chat-wrapper {
  z-index: 1001;
  width: 70px;
  height: 70px;
  display: none;
  position: fixed;
  bottom: 55px;
  right: 15px;
}

.ms-chat-icon {
  z-index: 2;
  background-color: #6ad7cd;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 20px 30px -10px rgba(85, 94, 105, .5);
}

.ms-chat-icon:hover {
  background-color: #6ad7cd;
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}

.ms-chat-channel-btn {
  z-index: 1;
  width: 100%;
  color: #181823;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e9e7e7;
  border-radius: 4px;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 15px 20px 25px;
  font-size: 15px;
  text-decoration: none;
  transition: box-shadow .2s, border-color .2s, top .2s;
  display: flex;
  position: relative;
  top: 0;
  box-shadow: 0 7px 15px -4px rgba(85, 94, 105, .2);
}

.ms-chat-channel-btn:hover {
  border-color: #4baeb2;
  top: -4px;
  box-shadow: 0 7px 15px rgba(85, 94, 105, .3);
}

.ms-chat-box {
  z-index: 1;
  width: 100vw;
  height: 630px;
  max-height: 75vh;
  max-width: 350px;
  text-align: center;
  background-color: #f4fbff;
  border: 1px solid #e9e7e7;
  border-radius: 6px;
  padding-bottom: 20px;
  line-height: 1.5em;
  display: block;
  position: absolute;
  top: auto;
  bottom: 25px;
  left: auto;
  right: 0;
  overflow: scroll;
  box-shadow: 0 20px 40px -5px rgba(85, 94, 105, .25);
}

.ms-chat-icon-img {
  transform: rotate(-30deg);
}

.ms-chat-channel-icon {
  width: 50px;
  min-width: 50px;
  margin-right: 20px;
}

.ms-chat-profile-img-wrap {
  width: 100%;
  max-height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ms-chat-bold {
  font-weight: 700;
}

.ms-exit-icon {
  display: none;
}

.ms-chat-wrapper-2 {
  z-index: 1001;
  width: 70px;
  height: 70px;
  display: block;
  position: fixed;
  bottom: 55px;
  right: 15px;
}

.f-paragraph-small-2 {
  color: #131313;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-small-2.f-text-color-gray-600 {
  letter-spacing: 0;
  text-transform: none;
}

.f-paragraph-small-2.f-text-color-gray-400 {
  color: #353535;
  letter-spacing: 0;
  text-transform: none;
}

.f-button-secondary {
  min-height: 48px;
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: rgba(0, 0, 0, 0);
}

.div-2-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.f-pricing-duration {
  color: #b6b9ce;
  font-size: 16px;
  font-weight: 400;
}

.image-2 {
  height: auto;
  border-radius: 15px;
}

.f-pricing-type-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-pricing-card-dark {
  color: #fff;
  background-color: #fff;
  border: 3px solid #6ad7cd;
  border-radius: 16px;
  padding: 40px;
  position: relative;
}

.heading-3 {
  border-left: 2px solid var(--light-sea-green);
  color: var(--light-sea-green);
  padding-left: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.space-bottom {
  margin-bottom: 40px;
}

.space-bottom._2 {
  color: #fff;
  background-color: #6ad7cd;
  border: 2px solid #6ad7cd;
  border-radius: 15px;
  padding: 10px 20px;
}

.heading-4 {
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  line-height: 42px;
}

.circle-yellow {
  z-index: 0;
  width: 150px;
  height: 150px;
  background-color: #fcff96;
  border-radius: 250px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.f-pricing-feature-list {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
}

.heading-6 {
  color: #6ad7cd;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
}

.heading-6.tile {
  margin-bottom: 10px;
}

.div-block-5 {
  margin-bottom: 40px;
}

.paragraph-6 {
  text-align: center;
}

.content_wrapper {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-pricing-line {
  height: 1px;
  background-color: #e4e6f1;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-feature-item {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.divider-img {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.f-pricing-column-basic {
  max-width: 800px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.f-container-small {
  width: 100%;
  max-width: 960px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container {
  z-index: 1;
  position: relative;
}

.f-pricing-card-outline {
  height: 100%;
  border: 1px solid #e4e6f1;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  display: flex;
}

.heading-2 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2rem;
}

.div-classic-text-image-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: center;
  margin-bottom: 40px;
  display: grid;
}

.div-block-4 {
  height: 150px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.image {
  height: 50px;
}

.heading-classic {
  color: #353535;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
  position: relative;
}

.f-heading-detail-small-3 {
  color: #353535;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.f-heading-detail-small-3.f-text-color-white {
  color: #353535;
  font-weight: 600;
}

.paragraph {
  margin-bottom: 40px;
}

.f-h3-heading-2 {
  color: #131313;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.f-h3-heading-2.f-text-color-white {
  color: #131313;
  font-weight: 400;
}

.f-icon-regular-2 {
  width: 24px;
  height: 24px;
  color: #727272;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-section-large-2 {
  padding: 40px 5%;
  position: relative;
}

.f-section-large-2.seance {
  padding-left: 0%;
  padding-right: 0%;
}

.f-margin-bottom-50 {
  margin-bottom: 24px;
}

.tab-grid {
  width: 100%;
  height: 100%;
  grid-template-rows: auto;
}

.animation-block {
  border-radius: 25px;
}

.load-bar-base {
  height: 5px;
  max-width: 220px;
  background-color: #eceff8;
  border-radius: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.circle-emerald {
  z-index: 0;
  width: 150px;
  height: 150px;
  background-color: #8ff5db;
  border-radius: 250px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.paragraph-7 {
  max-width: 650px;
  color: #353535;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}

.load-bar {
  width: 0%;
  height: 5px;
  background-color: #7839f3;
  border-radius: 500px;
}

.content-block {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-7 {
  color: #6ad7cd;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
}

.tabs-menu {
  max-width: 960px;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-content {
  padding-top: 40px;
  overflow: visible;
}

.tab-button {
  width: 280px;
  opacity: .7;
  color: #151c34;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  color: #151c34;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.tabs {
  margin-bottom: 20px;
}

.text-block {
  font-size: 1.1rem;
}

.div-block-10 {
  height: 150px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.heading-classic-2 {
  color: #353535;
  margin-bottom: 0;
  padding-left: 40px;
  font-weight: 400;
  position: relative;
}

.tab-panel {
  min-height: auto;
  background-color: #fff;
  border-radius: 24px;
  padding: 25px;
  box-shadow: 0 60px 100px -50px rgba(21, 28, 52, .31);
}

.illustration-outils {
  max-width: 90%;
  border-radius: 15px;
}

.bold-text-4 {
  color: #353535;
  font-weight: 400;
}

.heading-8 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.heading-8.bienfaits {
  margin-top: 20px;
}

.f-input-outlined-2 {
  min-height: 48px;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined-2:focus {
  border-color: #b6b9ce;
}

.f-input-outlined-2::-ms-input-placeholder {
  color: #b6b9ce;
}

.f-input-outlined-2::placeholder {
  color: #b6b9ce;
}

.list-item {
  color: #353535;
  font-weight: 400;
}

.f-cta-image-wrapper {
  height: 360px;
}

.circle-red {
  z-index: 0;
  width: 150px;
  height: 150px;
  background-color: #ff9d9c;
  border-radius: 250px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.list-2 {
  margin-bottom: 20px;
}

.heading-9 {
  color: var(--light-sea-green);
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
}

.f-cta-grid-a {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  align-items: center;
}

.f-margin-bottom-57 {
  margin-bottom: 8px;
  display: none;
}

.f-section-regular-2 {
  padding: 72px 5%;
  position: relative;
}

.div-dividier {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.f-cta-form-wrapper-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-success-message-2 {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.img-divider {
  height: 50px;
}

.div-block-11 {
  height: 150px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.f-margin-bottom-58 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
  position: relative;
}

.text-span-2 {
  color: var(--light-sea-green);
  font-weight: 600;
}

.heading-classic-3 {
  color: #353535;
  margin-bottom: 0;
  padding-left: 40px;
  font-weight: 400;
  position: relative;
}

.f-image-cover-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 10px;
}

.f-h3-heading-3 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-h3-heading-3.color1 {
  color: #161616;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
}

.f-cta-form-block-2 {
  max-width: 460px;
  margin-bottom: 8px;
}

.heading-bienfaits {
  border-left: 2px solid var(--light-sea-green);
  color: var(--light-sea-green);
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.heading-bienfaits.bienfaits {
  margin-top: 20px;
}

.color-neutral-300 {
  color: #f0f0f0;
}

.divider {
  width: 50%;
  height: 2px;
  background-color: #d5d5d5;
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider._2 {
  width: 30%;
  height: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.div-block-2 {
  display: flex;
}

.paragraph-8 {
  color: #353535;
  font-size: .9rem;
  font-style: italic;
  font-weight: 400;
}

.f-section-large-3 {
  padding: 60px 5% 100px;
  position: relative;
}

.badge-rncp {
  height: 80px;
  margin-left: 10px;
}

.error-message {
  color: #727272;
  text-align: center;
  background-color: #f0f0f0;
  border-radius: 8px;
  margin-top: 20px;
  padding: 20px 24px;
  position: static;
}

.text-area {
  min-height: 140px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
}

.text-area:hover {
  border-color: #131313;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
}

.text-area:focus {
  color: #131313;
  border-color: #131313;
}

.text-area::-ms-input-placeholder {
  color: #727272;
  font-size: 16px;
}

.text-area::placeholder {
  color: #727272;
  font-size: 16px;
}

.success-message {
  color: #fff;
  background-color: #131313;
  border-radius: 8px;
  padding: 28px 28px 32px;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.social-icon-font-2 {
  color: #6ad7cd;
  font-family: Social Shapes, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.inner-container._400px {
  max-width: 400px;
}

.text-200 {
  font-size: 1rem;
  line-height: 1.7rem;
}

.div-block-13 {
  height: 150px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.image-contact {
  width: 25px;
  margin-right: 20px;
}

.heading-classic-4 {
  color: #353535;
  margin-bottom: 0;
  padding-left: 40px;
  font-weight: 400;
  position: relative;
}

.div-block-3 {
  padding-left: 10px;
  padding-right: 0;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.contact {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-columns: .8fr 1fr;
  align-items: start;
}

.grid-2-columns.form {
  flex-direction: column;
  grid-template-rows: auto;
  align-items: stretch;
  display: flex;
}

.card-link-icon {
  color: #727272;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.div-classic-text-image {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-14 {
  height: 150px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.image-6 {
  height: 50px;
}

.div-classic-text-image-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 40px;
  display: grid;
}

.quote-button-wrapper {
  z-index: 30;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
}

.button {
  min-width: 160px;
  color: #fff;
  text-align: center;
  background-color: #ffc527;
  border-radius: 30px;
  justify-content: center;
  padding: 16px 25px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.button:hover, .button.black {
  background-color: #000;
}

.button.black:hover {
  background-color: #424242;
}

.go-top {
  width: 55px;
  height: 55px;
  color: #fff;
  background-color: #6ad8cd;
  background-image: url('../images/icons8-arrow-up-50.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.go-top:hover {
  background-color: #3bada2;
}

.top {
  display: none;
  transform: rotate(-90deg);
}

.back-top {
  height: 0;
  display: none;
}

.list-item-2 {
  color: #353535;
}

.image-7 {
  width: 200px;
  transform-style: preserve-3d;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 52%;
  right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.button-white {
  color: var(--light-sea-green);
  background-color: #f6feff;
  border-radius: 100px;
  padding: 10px 25px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  transition: all .2s;
}

.button-white:hover {
  transform: scale(1.05);
}

.bold-text-5 {
  color: #242424;
}

@media screen and (min-width: 1440px) {
  .f-section-regular {
    display: none;
  }

  .f-section-regular.show {
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
  }

  .f-section-large.home {
    padding-top: 40px;
  }

  .highlight_card.pink {
    background-color: #ffc6ff;
    text-decoration: none;
  }

  .highlight_card.white {
    background-color: #fdffb6;
  }

  .highlight_card.red {
    background-color: #9bf6ff;
    text-decoration: none;
  }

  .highlight_card.green2 {
    background-color: #caffbf;
    text-decoration: none;
  }

  .highlight_card.greenlight {
    background-color: #ffd6a5;
    text-decoration: none;
  }

  .highlight_card.white-copy {
    background-color: #bdb2ff;
  }

  .highlight_card.green {
    background-color: #ffadad;
    text-decoration: none;
  }

  .heading-5 {
    margin-bottom: 40px;
  }

  .heading-5.tile {
    margin-bottom: 10px;
  }

  .text-block-7 {
    color: #353535;
  }

  .f-h1-heading {
    letter-spacing: 0;
    font-weight: 400;
  }

  .f-footer-link {
    color: #353535;
  }

  .grid-1-column.contact {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .f-image-cover {
    margin-bottom: 20px;
  }

  .f-button-neutral {
    width: 100%;
  }

  .f-button-neutral._3 {
    width: auto;
  }

  .f-button-neutral.negative {
    color: #fff;
    background-color: #6ad7cd;
  }

  .header-nav-menu-list.middle {
    margin-bottom: 0;
  }

  .heading {
    color: #353535;
    font-family: Manrope, sans-serif;
    font-weight: 400;
  }

  .header-nav-menu-wrapper.middle {
    background-color: rgba(0, 0, 0, 0);
  }

  .ms-chat-wrapper {
    display: none;
  }

  .ms-chat-wrapper-2 {
    display: block;
  }

  .f-paragraph-small-2 {
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-right: 20px;
    font-size: 16px;
  }

  .f-paragraph-small-2.f-text-color-gray-400 {
    letter-spacing: .08em;
  }

  .f-button-secondary {
    border-color: #6ad7cd;
  }

  .f-pricing-card-dark {
    background-color: #fff;
    border-width: 3px;
    border-color: #6ad7cd;
  }

  .space-bottom._2 {
    color: #fff;
    background-color: #6ad7cd;
    border: 2px solid #6ad7cd;
    border-radius: 15px;
    padding: 10px 20px;
  }

  .circle-yellow {
    z-index: 0;
    width: 150px;
    height: 150px;
    background-color: #fcff96;
    border-radius: 250px;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .heading-6 {
    margin-bottom: 40px;
  }

  .heading-6.tile {
    margin-bottom: 10px;
  }

  .f-pricing-feature-item {
    text-decoration: none;
  }

  .divider-img {
    width: 100%;
    height: auto;
    color: #b1b1b1;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
  }

  .f-container-small {
    margin-bottom: 40px;
  }

  .container {
    z-index: 1;
    position: relative;
  }

  .f-pricing-card-outline {
    border-color: #6ad7cd;
  }

  .div-classic-text-image-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 4.25fr 2.5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-4 {
    position: relative;
  }

  .image {
    height: 50px;
  }

  .heading-classic {
    color: #353535;
    margin-bottom: 0;
    font-family: Manrope, sans-serif;
    font-weight: 400;
    position: relative;
  }

  .paragraph {
    text-align: justify;
    margin-bottom: 0;
  }

  .tab-grid {
    grid-template-columns: 1fr 1.25fr;
  }

  .animation-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .circle-emerald {
    z-index: 0;
    width: 150px;
    height: 150px;
    background-color: #8ff5db;
    border-radius: 250px;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .paragraph-7 {
    color: #353535;
    font-size: 1rem;
    line-height: 2rem;
  }

  .content-block {
    align-items: center;
  }

  .outils {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .heading-7 {
    margin-bottom: 40px;
  }

  .tab-button {
    color: #727272;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1rem;
  }

  .tab-button.w--current {
    color: #131313;
    font-size: 1rem;
  }

  .tabs {
    padding-top: 20px;
  }

  .div-block-10 {
    position: relative;
  }

  .heading-classic-2 {
    color: #353535;
    margin-bottom: 0;
    font-family: Manrope, sans-serif;
    font-weight: 400;
    position: relative;
  }

  .tab-panel {
    min-height: auto;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .illustration-outils {
    border-radius: 15px;
  }

  .html-embed-2 {
    margin-top: 5px;
  }

  .f-input-outlined-2 {
    width: auto;
  }

  .circle-red {
    z-index: 0;
    width: 150px;
    height: 150px;
    background-color: #ff9d9c;
    border-radius: 250px;
    position: absolute;
    top: -54%;
    bottom: auto;
    left: -3%;
    right: auto;
  }

  .circle-red._2 {
    top: -2%;
    left: -1%;
  }

  .heading-9 {
    margin-bottom: 40px;
  }

  .f-margin-bottom-57 {
    display: none;
  }

  .div-block-11 {
    position: relative;
  }

  .f-margin-bottom-58 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .heading-classic-3 {
    color: #353535;
    margin-bottom: 0;
    font-family: Manrope, sans-serif;
    font-weight: 400;
    position: relative;
  }

  .f-cta-form-block-2 {
    max-width: none;
  }

  .divider {
    width: 50%;
    height: 2px;
    color: #b1b1b1;
    background-color: #d5d5d5;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider._2 {
    width: 30%;
    height: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .div-block-2 {
    display: flex;
  }

  .badge-rncp {
    width: auto;
    height: 80px;
  }

  .div-block-13 {
    position: relative;
  }

  .image-contact {
    margin-right: 20px;
  }

  .heading-classic-4 {
    color: #353535;
    margin-bottom: 0;
    font-family: Manrope, sans-serif;
    font-weight: 400;
    position: relative;
  }

  .div-block-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-span {
    font-size: .8rem;
    font-weight: 400;
    line-height: 1rem;
  }

  .bold-text-2 {
    line-height: 1rem;
  }

  .div-classic-text-image {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 4.25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-14 {
    position: relative;
  }

  .image-6 {
    height: 50px;
  }

  .div-classic-text-image-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 4.25fr 2.5fr;
    grid-auto-columns: 1fr;
    align-content: center;
    align-items: center;
    margin-bottom: 60px;
    display: grid;
  }
}

@media screen and (min-width: 1920px) {
  .heading-5 {
    margin-bottom: 20px;
  }

  .f-header-title-wrapper-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header-top-wrapper {
    align-items: center;
  }

  .heading {
    color: #353535;
  }

  .f-paragraph-small-2.f-text-color-gray-600, .f-paragraph-small-2.f-text-color-gray-400 {
    text-transform: none;
  }

  .space-bottom._2 {
    border: 2px solid #6ad7cd;
    border-radius: 15px;
    padding: 10px 20px;
  }

  .circle-yellow {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .heading-6 {
    margin-bottom: 20px;
  }

  .f-container-small {
    margin-bottom: 40px;
  }

  .div-classic-text-image-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-4 {
    margin-bottom: 40px;
  }

  .heading-classic {
    color: #353535;
    margin-bottom: 0;
    font-weight: 400;
  }

  .circle-emerald {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .heading-7 {
    margin-bottom: 20px;
  }

  .text-block {
    font-size: 1.1rem;
  }

  .div-block-10 {
    margin-bottom: 40px;
  }

  .heading-classic-2 {
    color: #353535;
    margin-bottom: 0;
    font-weight: 400;
  }

  .circle-red {
    top: -51%;
    bottom: auto;
    left: -2%;
    right: auto;
  }

  .heading-9 {
    margin-bottom: 20px;
  }

  .div-block-11 {
    margin-bottom: 40px;
  }

  .heading-classic-3 {
    color: #353535;
    margin-bottom: 0;
    font-weight: 400;
  }

  .div-block-13 {
    margin-bottom: 40px;
  }

  .heading-classic-4 {
    color: #353535;
    margin-bottom: 0;
    font-weight: 400;
  }

  .div-classic-text-image {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-14 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .hamburger-menu-bar {
    width: 36px;
    height: 2px;
  }

  .hamburger-menu-bar.top {
    width: 36px;
    height: 2px;
    display: block;
    transform: rotate(0);
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.search {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-wrapper {
    border-bottom-color: #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-content-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .header-logo-link.w--current {
    margin-left: 36px;
  }

  .f-section-large.home {
    padding-top: 40px;
  }

  .f-paragraph-regular {
    line-height: 2;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .header-nav-list-item {
    padding-left: 0;
  }

  .header-nav-list-item.middle {
    padding-left: 11px;
    padding-right: 11px;
  }

  .card.form {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-5 {
    color: #6ad7cd;
    font-weight: 400;
  }

  .section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section.main-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.main-posts.home {
    padding-top: 0;
  }

  .header-nav-link {
    font-size: .9rem;
    line-height: 1rem;
  }

  .f-h1-heading {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .header33 {
    display: none;
  }

  .header33.mid {
    width: 100%;
  }

  .header-top-wrapper {
    justify-content: center;
    margin-bottom: 0;
  }

  .container-default {
    border-bottom: 1px #dbdbdb;
  }

  .container-default.asterix {
    margin-top: 20px;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .f-button-neutral {
    min-height: 0;
    padding: 8px 22px;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .header-nav-menu-list.middle {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .header-nav-menu-wrapper {
    background-color: #fff;
  }

  .ms-chat-channel-wrap {
    padding-bottom: 20px;
  }

  .ms-chat-wrapper {
    display: none;
  }

  .ms-chat-box {
    height: 500px;
  }

  .ms-chat-wrapper-2 {
    display: block;
  }

  .image-2 {
    border-radius: 15px;
  }

  .heading-4 {
    font-size: 46px;
    line-height: 46px;
  }

  .circle-yellow {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .heading-6 {
    color: #6ad7cd;
    font-weight: 400;
  }

  .divider-img {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .f-pricing-column-basic {
    grid-template-columns: 1fr;
  }

  .f-container-small {
    margin-bottom: 40px;
  }

  .div-classic-text-image-copy {
    align-items: center;
  }

  .div-block-4 {
    height: 150px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .heading-classic {
    margin-bottom: 0;
    padding-left: 60px;
    position: relative;
  }

  .tab-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .animation-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .circle-emerald {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .paragraph-7 {
    color: #353535;
    font-size: 1rem;
    line-height: 2rem;
  }

  .content-block {
    padding: 20px 10px;
  }

  .heading-7 {
    color: #6ad7cd;
    font-weight: 400;
  }

  .text-block {
    text-align: center;
  }

  .div-block-10 {
    height: 150px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .heading-classic-2 {
    margin-bottom: 0;
    padding-left: 60px;
    position: relative;
  }

  .illustration-outils {
    width: 300px;
    border-radius: 15px;
  }

  .circle-red {
    top: -3%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .circle-red._2 {
    left: 1%;
  }

  .heading-9 {
    color: #6ad7cd;
    font-weight: 400;
  }

  .f-cta-grid-a {
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    height: 150px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .heading-classic-3 {
    margin-bottom: 0;
    padding-left: 60px;
    position: relative;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .div-block-13 {
    height: 150px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .heading-classic-4 {
    margin-bottom: 0;
    padding-left: 60px;
    position: relative;
  }

  .grid-2-columns.contact {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .div-classic-text-image {
    grid-template-columns: 1fr .5fr;
    align-items: center;
  }

  .div-block-14 {
    height: 150px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .div-classic-text-image-2 {
    flex-direction: column;
    display: flex;
  }

  .back-top {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header-logo {
    width: 250px;
    max-width: none;
  }

  .f-section-regular {
    padding: 72px 0%;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .highlights_grid {
    flex-direction: column;
    display: flex;
  }

  .header-middle.social-media {
    display: none;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .header-wrapper {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .header-content-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .header-logo-link {
    margin-left: 0;
  }

  .f-section-large {
    padding: 60px 0%;
  }

  .f-section-large.home {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .input {
    min-height: 60px;
    border-radius: 6px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .page-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-9 {
    display: none;
  }

  .header-nav-list-item.middle {
    margin-bottom: 0;
    padding: 10px 0;
  }

  .card.form {
    min-height: 540px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .f-footer-small {
    padding-left: 2%;
    padding-right: 2%;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .heading-5 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.hero-home {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .section.main-posts {
    padding-left: 0;
    padding-right: 0;
  }

  .section.main-posts.home {
    padding-top: 0;
  }

  .header-nav-link {
    padding-left: 0;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 2rem;
  }

  .header33.mid {
    width: auto;
  }

  .header-right-side.search {
    display: flex;
  }

  .header-top-wrapper {
    margin-bottom: 0;
  }

  .container-default {
    padding-left: 0%;
    padding-right: 0%;
  }

  .f-footer-bottom {
    flex-direction: column-reverse;
  }

  .header-nav-menu-list.middle {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-nav-menu-wrapper.middle {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 22px 20px 10px;
    display: block;
  }

  .ms-chat-wrapper {
    display: none;
    bottom: 45px;
  }

  .ms-chat-channel-btn {
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .ms-chat-box {
    max-height: 84vh;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 13px;
    bottom: 17px;
    right: -15px;
  }

  .ms-chat-wrapper-2 {
    display: none;
    bottom: 45px;
  }

  .div-2-column {
    flex-direction: column;
    display: flex;
  }

  .image-2 {
    height: 250px;
    border-radius: 15px;
  }

  .circle-yellow {
    width: 125px;
    height: 125px;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .heading-6 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .divider-img {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    line-height: 2.2rem;
  }

  .div-classic-text-image-copy {
    flex-direction: column;
    display: flex;
  }

  .div-block-4 {
    justify-content: center;
    position: relative;
  }

  .heading-classic {
    z-index: 1;
    text-align: center;
    padding-left: 0;
    font-size: 2rem;
    line-height: 2rem;
    position: relative;
  }

  .paragraph {
    font-size: 1rem;
    line-height: 2rem;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .circle-emerald {
    width: 125px;
    height: 125px;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .heading-7 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tab-button {
    justify-content: center;
  }

  .div-block-10 {
    justify-content: center;
    position: relative;
  }

  .heading-classic-2 {
    z-index: 1;
    text-align: center;
    padding-left: 0;
    position: relative;
  }

  .circle-red {
    width: 125px;
    height: 125px;
    top: -74%;
    bottom: auto;
    left: 37%;
    right: auto;
  }

  .circle-red._2 {
    top: 5%;
    left: 38%;
  }

  .heading-9 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .f-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .div-block-11 {
    justify-content: center;
    position: relative;
  }

  .heading-classic-3 {
    z-index: 1;
    text-align: center;
    padding-left: 0;
    position: relative;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .divider {
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .f-section-large-3 {
    padding: 60px 0%;
  }

  .text-area {
    border-radius: 6px;
  }

  .div-block {
    align-items: flex-start;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-13 {
    justify-content: center;
    position: relative;
  }

  .heading-classic-4 {
    z-index: 1;
    text-align: center;
    padding-left: 0;
    position: relative;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact {
    grid-row-gap: 40px;
  }

  .grid-2-columns.form {
    grid-row-gap: 18px;
  }

  .div-classic-text-image {
    flex-direction: column;
    display: flex;
  }

  .div-block-14 {
    justify-content: center;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .header-logo {
    width: 200px;
    max-width: none;
  }

  .f-section-regular {
    padding-left: 3%;
    padding-right: 3%;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .highlights_grid {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-content-wrapper {
    justify-content: space-between;
  }

  .header-logo-link.w--current {
    margin-left: 0;
  }

  .f-section-large {
    padding: 60px 0%;
  }

  .f-section-large.home {
    padding-bottom: 0;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .page-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-paragraph-regular {
    line-height: 1.8;
  }

  .highlight_card {
    border-radius: 24px;
  }

  .header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .header-nav-list-item.middle {
    width: auto;
    text-align: left;
    justify-content: flex-start;
  }

  .card.modal, .card.form {
    padding-left: 24px;
    padding-right: 24px;
  }

  .display_large {
    font-size: 50px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .heading-5 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .social-media-grid-top.header {
    justify-content: center;
    display: flex;
  }

  .f-paragraph-large {
    line-height: 2rem;
  }

  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.hero-home {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.main-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-h1-heading {
    font-weight: 400;
  }

  .social-icon-square {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .f-container-regular {
    padding: 10px;
  }

  .grid-1-column.contact {
    grid-row-gap: 8px;
    margin-top: 16px;
  }

  .header33.mid {
    width: auto;
  }

  .header-top-wrapper {
    justify-content: flex-start;
  }

  .container-default {
    padding-left: 0%;
    padding-right: 0%;
  }

  .f-footer-bottom {
    flex-direction: column-reverse;
  }

  .f-footer-detail {
    text-align: center;
  }

  .container-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .header-nav-menu-list.middle {
    text-align: left;
    align-items: center;
  }

  .heading {
    text-align: center;
    margin-bottom: 40px;
  }

  .heading.reservatiion {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 2rem;
  }

  .ms-chat-wrapper, .ms-chat-box, .ms-chat-wrapper-2 {
    display: none;
  }

  .div-2-column {
    flex-direction: column;
    display: flex;
  }

  .f-pricing-card-dark {
    padding: 32px;
  }

  .heading-3 {
    line-height: 2rem;
  }

  .heading-6 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .divider-img {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .f-pricing-card-outline {
    padding: 32px;
  }

  .image.mobile {
    height: 35px;
  }

  .heading-classic {
    margin-top: 0;
  }

  .f-section-large-2 {
    padding-bottom: 20px;
  }

  .f-section-large-2.seance {
    padding-left: 0%;
    padding-right: 0%;
  }

  .paragraph-7 {
    text-align: justify;
    line-height: 1.7rem;
  }

  .content-block {
    padding-bottom: 10px;
  }

  .heading-7 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .tabs-content {
    padding-top: 20px;
  }

  .tab-panel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-8 {
    line-height: 2rem;
  }

  .circle-red._2 {
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .heading-9 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .f-section-regular-2 {
    padding: 0%;
  }

  .f-cta-form-wrapper-2 {
    flex-direction: column;
  }

  .container-4 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .f-h3-heading-3.color1 {
    font-size: 2rem;
  }

  .f-cta-form-block-2 {
    width: 100%;
  }

  .heading-bienfaits {
    line-height: 2rem;
  }

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .f-section-large-3 {
    padding: 60px 0%;
  }

  .div-block-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-200 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .image-contact {
    display: none;
  }

  .div-block-3 {
    padding-top: 10px;
  }

  .grid-2-columns.contact {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .card-link-icon {
    text-align: center;
  }

  .go-top {
    display: flex;
  }
}

#w-node-_4167668e-df7c-e73d-5990-5a459ed0d44d-2d2d0032 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_4167668e-df7c-e73d-5990-5a459ed0d454-2d2d0032 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4167668e-df7c-e73d-5990-5a459ed0d45c-2d2d0032, #w-node-_4167668e-df7c-e73d-5990-5a459ed0d460-2d2d0032 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4167668e-df7c-e73d-5990-5a459ed0d47b-2d2d0032 {
  justify-self: end;
}

#w-node-_6994861c-f26e-85a0-d8f9-24d6aa44330d-aa443306, #w-node-_6994861c-f26e-85a0-d8f9-24d6aa443331-aa443306, #w-node-b44002d9-b240-50d7-b007-6c852459ce25-d4d26df6, #w-node-b44002d9-b240-50d7-b007-6c852459ce32-d4d26df6, #w-node-b44002d9-b240-50d7-b007-6c852459ce3d-d4d26df6, #w-node-b44002d9-b240-50d7-b007-6c852459ce40-d4d26df6, #w-node-b44002d9-b240-50d7-b007-6c852459ce41-d4d26df6, #w-node-b44002d9-b240-50d7-b007-6c852459ce5b-d4d26df6, #w-node-b44002d9-b240-50d7-b007-6c852459ce63-d4d26df6, #w-node-b44002d9-b240-50d7-b007-6c852459ce67-d4d26df6, #w-node-b44002d9-b240-50d7-b007-6c852459ce6b-d4d26df6, #w-node-b44002d9-b240-50d7-b007-6c852459ce72-d4d26df6, #w-node-b44002d9-b240-50d7-b007-6c852459ce7d-d4d26df6, #w-node-b44002d9-b240-50d7-b007-6c852459ce81-d4d26df6, #w-node-b44002d9-b240-50d7-b007-6c852459ce85-d4d26df6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b44002d9-b240-50d7-b007-6c852459cea9-d4d26df6 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-b44002d9-b240-50d7-b007-6c852459ceb0-d4d26df6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b44002d9-b240-50d7-b007-6c852459ceb8-d4d26df6, #w-node-b44002d9-b240-50d7-b007-6c852459cebc-d4d26df6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5a853642-6e7a-63a5-0e92-3662abc0bc4c-2d35ebcb {
  justify-self: end;
}

#w-node-_88f8cb31-b37e-94e1-e38d-bd8293f99b6e-2d35ebcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7920a803-5f7f-eb4b-de52-d8298c2bf58f-fab2a97f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7920a803-5f7f-eb4b-de52-d8298c2bf593-fab2a97f {
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_4167668e-df7c-e73d-5990-5a459ed0d44d-2d2d0032 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_4167668e-df7c-e73d-5990-5a459ed0d454-2d2d0032 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_4167668e-df7c-e73d-5990-5a459ed0d45c-2d2d0032, #w-node-_4167668e-df7c-e73d-5990-5a459ed0d460-2d2d0032 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b44002d9-b240-50d7-b007-6c852459ce63-d4d26df6, #w-node-b44002d9-b240-50d7-b007-6c852459ce67-d4d26df6, #w-node-b44002d9-b240-50d7-b007-6c852459ce85-d4d26df6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b44002d9-b240-50d7-b007-6c852459cea9-d4d26df6 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-b44002d9-b240-50d7-b007-6c852459ceb0-d4d26df6 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b44002d9-b240-50d7-b007-6c852459ceb8-d4d26df6, #w-node-b44002d9-b240-50d7-b007-6c852459cebc-d4d26df6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7920a803-5f7f-eb4b-de52-d8298c2bf563-fab2a97f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bb7b0c09-1e35-5109-f1a4-254429be44a7-67197fb0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bb7b0c09-1e35-5109-f1a4-254429be44a9-67197fb0, #w-node-bb7b0c09-1e35-5109-f1a4-254429be44b1-67197fb0, #w-node-bb7b0c09-1e35-5109-f1a4-254429be44bc-67197fb0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5a853642-6e7a-63a5-0e92-3662abc0bc4c-2d35ebcb {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7920a803-5f7f-eb4b-de52-d8298c2bf58f-fab2a97f {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Social Shapes';
  src: url('../fonts/Social_Shapes.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}