:root {
  --light-gray: #f5e8e0;
  --black: #281408;
  --secondary: var(--dark-gray);
  --secondary_1: #c0988de8;
  --primary: #adc7bab5;
  --white: #f5f5f5ad;
  --primary-51\<deleted\|variable-22ba2fd1-e1c9-c606-a5a2-3447eb771393\>: #dbec62;
  --black-2\<deleted\|variable-e99a3d83-d809-4a12-b259-6cad688e1b34\>: #050505;
  --dark-gray-2\<deleted\|variable-73fc28ef-a8b3-b8e3-1597-31094373402a\>: #404040;
  --transparent-2\<deleted\|variable-ab209067-de98-953f-19c4-ce96dc222dd6\>: transparent;
  --border-radius-large: 63px;
  --border-radius: 48px;
  --dark-gray: var(--primary);
  --transparent: transparent;
  --secondary2: var(--transparent);
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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 {
  background-color: var(--light-gray);
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 1vw;
  line-height: 1.4vw;
}

h1 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.55vw;
  font-weight: 300;
  line-height: 6.11vw;
}

h2 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.44vw;
  font-weight: 300;
  line-height: 5vw;
}

h3 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.33vw;
  font-weight: 300;
  line-height: 3.89vw;
}

h4 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.78vw;
  font-weight: 300;
  line-height: 3.33vw;
}

h5 {
  letter-spacing: .14vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .89vw;
  font-weight: 400;
  line-height: 1.44vw;
}

h6 {
  letter-spacing: .14vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .78vw;
  font-weight: 400;
  line-height: 1.33vw;
}

p {
  letter-spacing: .07vw;
  margin-bottom: 0;
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 1.89vw;
}

a {
  color: var(--black);
  letter-spacing: .07vw;
  font-size: 1.1vw;
  line-height: 1.44vw;
  text-decoration: none;
}

ul {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.8vw;
  display: flex;
}

ol {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.78vw;
  display: flex;
}

li {
  letter-spacing: .07vw;
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 1.89vw;
}

img {
  vertical-align: text-bottom;
  object-fit: cover;
  max-width: 100%;
  display: block;
}

sup {
  vertical-align: super;
  font-size: 2.78vw;
  line-height: 2.22vw;
  top: -.33vw;
}

blockquote {
  border-left: 5px solid var(--black);
  margin-bottom: 0;
  padding: .56vw 0 .56vw 1.67vw;
  font-size: 1.11vw;
  line-height: 1.89vw;
}

.utilities-wrapper-colors {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utilities-wrapper-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.background-secondary {
  background-color: var(--secondary);
}

.background-secondary.fill {
  background-color: var(--secondary_1);
}

.space-page-top {
  min-height: 11.11vw;
  margin-top: -40px;
  margin-bottom: 100px;
}

.color-wrapper {
  border-radius: 6.25rem;
  min-width: 100%;
  max-width: 16rem;
  min-height: 8rem;
  max-height: 8rem;
  position: relative;
  overflow: hidden;
}

.color-wrapper.border {
  border: .0625rem solid var(--black);
}

.utilities-title-flex {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container.overflow {
  overflow: visible;
}

.container.padding-4-5rem {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.container.padding-9rem {
  padding-left: 9rem;
  padding-right: 9rem;
}

.container.padding-13-5rem {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.container.rounded-corners-bottom {
  border-bottom-right-radius: 6.67vw;
  border-bottom-left-radius: 6.67vw;
}

.container.background-primary.rounded-corners-bottom {
  background-color: var(--primary);
}

.space-2rem {
  min-height: 2.2vw;
}

.rich-text {
  flex-direction: column;
  display: flex;
}

.background-black, .background-black.fill {
  background-color: var(--black);
}

.utilities-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.section-particuliers {
  background-color: #0000;
}

.utilities-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.background-white {
  background-color: var(--white);
}

.utilities-wrapper-paragraph {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.utilities-grid-thirds {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.background-primary {
  background-color: var(--primary);
}

.background-light-gray, .background-light-gray.fill {
  background-color: var(--light-gray);
}

.utilities-wrapper-rich-text-and-buttons {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.utilities-line {
  background-color: var(--black);
  min-width: 2.2vw;
  min-height: .3vw;
}

.utilities-title {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.utilities-line-spacer {
  background-color: var(--black);
  width: 100%;
  min-height: .1vw;
}

.utilities-flex-headings-and-paragraph {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.line-spacer {
  width: 100%;
}

.space-4rem {
  min-height: 4.4vw;
}

.fill {
  position: absolute;
  inset: -1rem;
}

.caps {
  text-transform: uppercase;
}

.show-on-tab {
  display: none;
}

.font-black {
  color: var(--black);
}

.no-wrap {
  white-space: nowrap;
}

.space-1rem {
  min-height: 1.1vw;
}

.space-0-5rem {
  min-height: .56vw;
}

.space-7rem-ggzzz {
  min-height: 7.8vw;
  margin-bottom: 100px;
  padding-bottom: 0;
}

.max-width-38rem {
  max-width: 42.22vw;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.invert {
  filter: invert();
}

.button-text {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 600;
  line-height: 1.89vw;
}

.button-text.move-down.hide-on-tab.intro-button-7, .button-text.intro-button-6 {
  align-self: auto;
}

.arrow {
  min-width: .9vw;
  max-width: .9vw;
  min-height: .9vw;
  max-height: .9vw;
}

.button-with-circle-icon {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5f5f580;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  padding: .14vw 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-circle-icon:where(.w-variant-832c4d77-a6c7-9591-b671-c0febfff2072) {
  min-width: 18%;
  margin-left: 115px;
  margin-right: 100%;
}

.button-with-circle-icon:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787) {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.button-with-circle-icon.button-light {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
}

.button-with-circle-icon.intro-button {
  display: none;
}

.button-with-circle-icon.intro-button-5 {
  clear: none;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 12.22vh;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
  inset: auto;
  overflow: hidden;
}

.footer-link-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-logo-link-wrapper {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: relative;
  left: -62px;
}

.footer-right-flex {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  font-family: Lato, sans-serif;
  font-size: 1vw;
  line-height: 1.78vw;
}

.footer-link.w--current {
  font-family: Lato, sans-serif;
}

.footer-link.move-down {
  position: absolute;
  top: 100%;
}

.footer-wrapper {
  grid-column-gap: 1.67vw;
  grid-row-gap: 1.67vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 2.2vw;
  padding-bottom: 2.2vw;
  display: flex;
}

.footer-flex {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 2.22vw;
  max-height: 2.22vw;
}

.footer-flex-bottom {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-text {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-line {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  background-color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .07vw;
  display: flex;
}

.footer-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.4vw;
  padding-bottom: 4.4vw;
  display: flex;
}

.footer-block {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  flex-flow: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.socials-wrapper {
  z-index: 1;
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 12px;
  left: -60px;
}

.social-icon {
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--primary-51\<deleted\|variable-22ba2fd1-e1c9-c606-a5a2-3447eb771393\>) 80%, var(--black-2\<deleted\|variable-e99a3d83-d809-4a12-b259-6cad688e1b34\>) 90%);
  object-fit: cover;
  border-radius: 100%;
  min-width: 2.2vw;
  max-width: 2.2vw;
  min-height: 2.2vw;
  max-height: 2.2vw;
}

.social-icon.smaller {
  background-image: none;
  min-width: 3vw;
  min-height: 3vw;
}

.max-width-17vw {
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 100%;
  line-height: 140%;
  position: relative;
  left: -53px;
}

.utilities-side-bar {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  border-right: .07vw solid var(--dark-gray-2\<deleted\|variable-73fc28ef-a8b3-b8e3-1597-31094373402a\>);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 22.2vw;
  max-width: 22.2vw;
  height: 100vh;
  padding-left: 2.2vw;
  padding-right: 2.2vw;
  display: flex;
  position: sticky;
  top: 2.2vw;
}

.utilities-flex-title {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.utilities-icon {
  filter: invert();
  min-width: 2.8vw;
  height: 2.8vw;
}

.navbar {
  background-color: var(--transparent-2\<deleted\|variable-ab209067-de98-953f-19c4-ce96dc222dd6\>);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 7.8vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.logo-link-wrapper.w--current {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  margin-top: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.nav-link {
  color: var(--black);
  text-transform: uppercase;
  padding: 0 1.4vw;
  font-family: Lato, sans-serif;
  font-weight: 400;
  transition: color .25s;
}

.nav-link.w--current {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.nav-link.move-down {
  position: absolute;
  top: 100%;
}

.nav-menu {
  aspect-ratio: auto;
  display: flex;
}

.logo {
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 2.78vw;
  max-height: 2.22vw;
}

.nav-link-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-container {
  justify-content: flex-end;
  align-items: center;
  min-width: 80%;
  margin-right: 8rem;
  display: flex;
}

.icon-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-width: 2.8vw;
  max-width: 2.8vw;
  min-height: 2.8vw;
  max-height: 2.8%;
  display: flex;
  overflow: hidden;
}

.subheading-flex {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.small-icon {
  min-width: 1.44vw;
  max-width: 1.44vw;
}

.italics {
  font-family: Exo, sans-serif;
  font-size: 4vw;
  font-style: italic;
  font-weight: 200;
}

.card-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 132px;
  display: flex;
}

.card-flex.reverse-on-tab {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: row;
}

.icon {
  clear: none;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 50%;
  min-width: 3vw;
  max-width: 5%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
  left: auto;
}

.icon.icon-valeur {
  order: 0;
  align-self: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.card-text-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card-text-block.slide-from-right-animation {
  text-align: left;
}

.large-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 24px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 41.4vw;
  max-width: 41.4vw;
  padding: 4.4vw 0;
  display: block;
}

.large-icon {
  min-width: 3.3vw;
  max-width: 3.3vw;
  min-height: 3.3vw;
  max-height: 3.3vw;
}

.features-image-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 21.7vw;
  max-width: 21.7vw;
  min-height: 28.8vw;
  max-height: 28.8vw;
  display: flex;
  position: relative;
}

.features-image-wrapper.flip-from-left-animation {
  flex-flow: column;
  flex: 0 5 auto;
  justify-content: space-between;
  align-items: flex-end;
  min-width: 30vw;
  max-width: 30vw;
  min-height: 30vw;
}

.features-image-wrapper.flip-from-left-animation.icerns {
  border-radius: 0;
  height: 250px;
}

.features-image {
  border-radius: var(--border-radius-large);
  object-fit: cover;
  object-position: 30% 100%;
  align-self: flex-start;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.features-image.img {
  margin-left: 153px;
}

.features-image.img.pro {
  margin-left: auto;
}

.features-image.img.tablet {
  border-radius: var(--border-radius);
  object-position: 0% 50%;
  margin-left: auto;
  left: 0%;
}

.features-image.logo6 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.features-image.icerns2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: var(--border-radius-large);
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 200%;
  display: block;
  top: 11%;
  left: 0%;
}

.features-image.tablette {
  border-radius: var(--border-radius);
  align-self: flex-start;
  margin-top: 0;
  padding-top: 0;
}

.features-image.tablette-copy {
  align-self: flex-start;
  margin-top: 9px;
  padding-top: 0;
}

.features-image.img-cttopy {
  margin-left: 153px;
}

.features-image.img-cttopy.pro {
  margin-left: auto;
}

.features-image.img-cttopy.tablet {
  border-radius: var(--border-radius);
  object-position: 0% 50%;
  margin-left: 0;
  margin-right: auto;
  left: 0%;
}

.features-image.img-cttopy-copy {
  margin-left: 153px;
}

.features-image.img-cttopy-copy.pro {
  margin-left: auto;
}

.features-image.img-cttopy-copy.tablet {
  border-radius: var(--border-radius);
  object-position: 0% 50%;
  margin-left: 0;
  margin-right: auto;
  left: 0%;
}

.features-image.img-copy {
  margin-left: 153px;
}

.features-image.img-copy.pro {
  margin-left: auto;
}

.features-image.img-copy.tablet {
  border-radius: var(--border-radius);
  object-position: 0% 50%;
  margin-left: auto;
  left: 0%;
}

.metrics-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  display: flex;
  position: static;
}

.metrics-wrapper.dz {
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  outline: 3px #281408;
  justify-content: space-around;
  height: 143.038%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 80px;
}

.metrics-wrapper.dz-copy {
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  outline: 3px #281408;
  justify-content: space-around;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 57px;
}

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

.metrics-text {
  direction: ltr;
  color: var(--black);
  text-transform: capitalize;
  font-family: Exo, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 7.22vw;
  position: static;
}

.metrics-text.empatje {
  color: var(--light-gray);
  text-overflow: clip;
  word-break: normal;
  overflow-wrap: normal;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 2.3vw;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}

.metrics-text.empatje.tablette {
  color: var(--light-gray);
}

.metrics-text.empatje-copy {
  color: var(--light-gray);
  text-overflow: clip;
  word-break: normal;
  overflow-wrap: normal;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 2.3vw;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}

.metrics-text.empatje-copy.tablette {
  color: var(--light-gray);
}

.posts-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.posts-card {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 37.6vw;
  max-width: 37.6vw;
  display: flex;
  position: relative;
}

.avatar-line {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  min-width: 2.2vw;
  max-width: 2.2vw;
  min-height: .07vw;
  max-height: .07vw;
  display: flex;
}

.posts-avatar-flex {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  border-radius: 40px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.avatar-text-block {
  grid-column-gap: .28vw;
  grid-row-gap: .28vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.horizontal-line {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: .07vw;
  max-height: .07vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.posts-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.avatar-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 3.3vw;
  max-width: 3.3vw;
  min-height: 3.3vw;
  max-height: 3.3vw;
  display: flex;
  overflow: hidden;
}

.latest-posts-details-flex {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1.1vw;
  padding-bottom: .44vw;
  display: flex;
}

.posts-arrow-wrapper {
  background-color: var(--light-gray);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 2.8vw;
  max-width: 2.8vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  padding-bottom: .1vw;
  padding-left: .1vw;
  display: flex;
  position: absolute;
  inset: auto 2.22vw 2.22vw auto;
  overflow: hidden;
}

.posts-title-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 77vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-absolute {
  object-position: 50% 50%;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  position: absolute;
  inset: auto 0%;
}

.posts-category-date-flex {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.badge-post {
  background-color: var(--white);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: .6vw .9vw .6vw 1vw;
  display: flex;
}

.latest-image-wrapper {
  border-radius: 20px;
  min-width: 37.6vw;
  max-width: 37.6vw;
  min-height: 33.3vw;
  max-height: 33.3vw;
  position: relative;
  overflow: hidden;
}

.success-message-sign-up-form {
  color: #f5f5f5;
  mix-blend-mode: hard-light;
  background-color: #050505;
  border-radius: 10px;
  margin-top: 10px;
  position: static;
}

.sign-up-form-container {
  background-color: var(--black);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: .6vw 1.1vw .6vw 2.2vw;
  display: flex;
}

.red-font {
  color: #f77;
}

.sign-up-text-field {
  color: var(--white);
  background-color: #0000;
  border: 0 solid #000;
  align-self: center;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  line-height: 36px;
}

.sign-up-text-field:hover {
  border-bottom-color: #ffd81c80;
}

.sign-up-text-field:focus {
  border-bottom-color: #ffd81c;
}

.sign-up-text-field::placeholder {
  color: var(--dark-gray);
}

.sign-up-form {
  width: 32vw;
  margin-bottom: 0;
  box-shadow: 0 10px 20px -10px #0003;
}

.error-message {
  background-color: #050505;
  border-radius: 24px;
  margin-top: 40px;
}

.cta-title {
  color: #050505;
  text-align: center;
  white-space: normal;
}

.cta-container {
  background-color: var(--primary);
  width: 100%;
  max-width: 100vw;
  max-height: 19.45vw;
  padding-left: 10vw;
  padding-right: 10vw;
}

.cta-card {
  z-index: 1;
  border-radius: var(--border-radius);
  text-align: center;
  background-image: url('../images/Hero_1Hero.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 62.2vw;
  max-width: 62.2vw;
  min-height: 38.9vw;
  max-height: 38.9vw;
  margin-left: auto;
  margin-right: auto;
  padding: 4.44vw 2.22vw;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1.11vw 2.22vw #0000001a;
}

.cta-card.slide-down-animation {
  background-image: url('../images/E4BEBDBA-EA22-4CF9-8AE3-9DD491BB1491.PNG');
}

.button-subscribe {
  background-color: var(--primary);
  color: #050505;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .9vw 2.2vw;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  box-shadow: 0 10px 20px -10px #0003;
}

.button-subscribe:hover {
  color: #050505;
  background-color: #e7e7e9;
}

.cta-wrapper {
  z-index: 999;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -19.45vw;
}

.font-white {
  color: var(--white);
  text-transform: none;
}

.max-width-30rem {
  text-align: left;
  letter-spacing: .07vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
}

.title-block {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.a-propos {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.hero-title {
  text-transform: uppercase;
  font-size: 5.55vw;
  font-weight: 300;
  line-height: 6.11vw;
}

.hero-title.flip-from-bottom-animation {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.max-width-20rem {
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  max-width: 50%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.89vw;
}

.metrics-grid-quarter {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.metrics-card {
  background-color: var(--white);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 21.65vw;
  max-width: 21.65vw;
  min-height: 22.2vw;
  max-height: 22.2vw;
  padding: 3.3vw 2.2vw;
  display: flex;
}

.metrics-card.background-primary {
  background-color: var(--primary);
}

.metrics-card.background-secondary {
  background-color: var(--secondary);
  margin-left: 2px;
}

.background-dark-gray {
  background-color: var(--dark-gray);
}

.text-block {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block.slide-from-left-animation {
  margin-top: -20px;
}

.centered-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-wrapper {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.blog-block {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar-large-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 4.4vw;
  max-width: 4.4vw;
  min-height: 4.4vw;
  max-height: 4.4vw;
  display: flex;
  overflow: hidden;
}

.blog-image-wrapper {
  border-radius: var(--border-radius);
  min-width: 66.7vw;
  max-width: 66.7vw;
  min-height: 41.7vw;
  max-height: 41.7vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.blog-post {
  flex-flow: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-wrapper {
  max-width: 40.3vw;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  height: 3.3vw;
  padding-left: 1.1vw;
  padding-right: 1.1vw;
  font-size: .97vw;
}

.text-field:focus {
  border-color: #171f33;
}

.text-field::placeholder {
  color: #707070;
}

.message-area {
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  min-height: 7.8vw;
  margin-bottom: 8px;
  padding: 1.1vw;
  font-size: .97vw;
}

.message-area:focus {
  border-color: #171f33;
}

.message-area::placeholder {
  color: #707070;
}

.button {
  background-color: var(--primary);
  color: var(--black);
  border-radius: 10px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  transition: background-color .25s;
}

.button:hover {
  background-color: var(--black);
  color: #f5f5f5;
}

.contact-success-message {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  margin-top: 60px;
  padding: 1.7vw 2.2vw;
}

.contact-success-message::placeholder {
  color: #aaa;
}

.contact-error-message {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  margin-top: 32px;
  padding: 1.7vw 2.2vw;
}

.contact-error-message::placeholder {
  color: #aaa;
}

.field-label {
  font-size: .97vw;
  font-weight: 300;
}

.utilities-gallery-image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utitlities-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utitlities-title-wrapper.fade-in-animation {
  margin-top: 40px;
}

.utilities-rtb-wrapper {
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-page-wrap {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/742C9077-965D-4002-9DA6-04C2F9039984.PNG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 18.06vw;
  display: flex;
}

.move-down {
  position: absolute;
  top: 100%;
}

.faq-question {
  text-align: left;
  letter-spacing: 0;
  white-space: normal;
  font-size: 1.67vw;
  font-weight: 400;
  line-height: 1.67vw;
}

.faq-icon {
  min-width: 1.8vw;
  max-width: 1.8vw;
  min-height: 1.8vw;
  max-height: 1.8vw;
}

.faq-flex {
  grid-column-gap: 2.1vw;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-dropdown {
  min-width: 100%;
}

.dropdown-toggle {
  border-radius: var(--border-radius);
  background-color: var(--white);
  cursor: pointer;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.7vw 3.3vw .6vw;
  transition: background-color .25s;
  position: relative;
}

.dropdown-toggle:hover {
  background-color: #c7c7c733;
}

.dropdown-answer {
  text-align: left;
  width: 80%;
}

.faq-wrapper {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: center;
  flex-direction: column;
  min-width: 50vw;
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utilities-image {
  border-radius: 100%;
  min-width: 11.11vw;
  max-width: 11.11vw;
  min-height: 11.11vw;
  max-height: 11.11vw;
}

.hero-wrapper {
  border-radius: var(--border-radius);
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  min-height: 50.6vw;
  max-height: 50.6vw;
  margin-top: -100px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-blur {
  z-index: 10;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-color: #ffffff4d;
  position: relative;
}

.hero-image {
  border-radius: var(--border-radius-large);
  background-image: url('../images/742C9077-965D-4002-9DA6-04C2F9039984.PNG');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
  max-width: 100%;
  min-height: 50vw;
  max-height: 50vw;
  position: absolute;
  inset: 0%;
}

.hero-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  border-radius: var(--border-radius);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2.2vw 4.4vw;
  display: flex;
}

.hero-block.background-blur {
  align-self: auto;
  margin-top: -20px;
  margin-right: 0;
  top: 40px;
  left: 30px;
}

.pop-up-card {
  border-radius: var(--border-radius);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.2vw;
  display: flex;
  position: absolute;
  box-shadow: -1rem 1rem 2rem #00000014;
}

.pop-up-card.top-right {
  top: 2rem;
  right: -4rem;
}

.pop-up-card.top-left {
  top: 2rem;
  left: -4rem;
}

.wave {
  background-color: var(--light-gray);
  background-image: url('../images/697c18cf1b5f500835164e03_6977c00195d601d993e4f39d_Wave-Cut-Out.png'), linear-gradient(to bottom, var(--primary), var(--primary));
  background-position: 50% 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  min-height: 7.8vw;
}

.wave.wave-a-porpos {
  background-image: url('../images/wave_3.png'), linear-gradient(to bottom, var(--secondary_1), var(--secondary_1));
  background-position: 50% 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
}

.about-description {
  letter-spacing: .07vw;
  width: 100%;
  max-width: 150%;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
}

.about-tab-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  display: flex;
  position: relative;
}

.about-tab-flex {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-title {
  text-align: left;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.particuliers-tabs {
  grid-column-gap: 4.44vw;
  grid-row-gap: 4.44vw;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: flex-end stretch;
  width: auto;
  height: auto;
  margin-top: -60px;
  padding-top: 0;
  display: flex;
}

.flex-grid {
  letter-spacing: .07vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  font-size: 1.11vw;
  line-height: 1.89vw;
  display: grid;
  bottom: -40px;
}

.feature-image-wrapper {
  z-index: 1;
  object-position: 50% 50%;
  align-self: flex-start;
  min-width: 30vw;
  max-width: 43.9vw;
  min-height: 35vw;
  max-height: 43.9vw;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.about-wrapper {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  opacity: .5;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 5vw;
  padding: 1.11vw 0;
  display: flex;
}

.about-wrapper:hover {
  opacity: .75;
}

.about-wrapper.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

.feature-paragraph {
  max-width: 40vw;
  overflow: hidden;
}

.about-tab-block {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-image-wrapper {
  border-radius: var(--border-radius);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  margin-bottom: auto;
  display: flex;
  top: auto;
}

.about-text-wrapper {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 45%;
  margin-bottom: 0;
  margin-left: 45px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  inset: auto;
}

.reviews-right-arrow {
  min-width: 1.875rem;
  max-width: 1.875rem;
  min-height: 1.875rem;
  max-height: 1.875rem;
  margin: 0;
  transition: color .4s ease-in-out;
  display: block;
  inset: -5% 14% auto auto;
}

.reviews-right-arrow:hover {
  color: #eee;
}

.reviews-left-arrow {
  min-width: 1.875rem;
  max-width: 1.875rem;
  min-height: 1.875rem;
  max-height: 1.875rem;
  margin-right: 5px;
  transition: color .4s ease-in-out;
  display: block;
  inset: -5% 16% auto auto;
}

.reviews-left-arrow:hover {
  color: #e67e22;
}

.reviews-listing-wrapper {
  grid-column-gap: 2.2vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reviews-slider {
  background-color: #0000;
  height: auto;
}

.reviews-block {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.reviews-icon {
  color: var(--black);
  font-size: 1.5625rem;
  font-weight: 900;
}

.reviews-card {
  border-radius: var(--border-radius);
  background-color: var(--white);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 21.7vw;
  max-width: 21.7vw;
  padding: 4.4vw 3.3vw;
  display: flex;
  position: relative;
}

.reviews-card.background-primary {
  background-color: var(--secondary_1);
}

.reviews-card.background-secondary {
  background-color: var(--secondary);
}

.slide-nav-reviews {
  max-height: .8125rem;
  margin-top: 1.875rem;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  inset: auto 0% 0%;
}

.reviews-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.reviews-mask {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.reviews-container {
  max-width: 100%;
}

.reviews-image-circle {
  border-radius: 100%;
  width: 6.7vw;
  height: 6.7vw;
  position: absolute;
  inset: -3.35vw auto auto;
}

.reviews-slide {
  width: 100%;
}

.faqs-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.gallery-image-wrapper {
  border-radius: var(--border-radius);
  justify-content: center;
  align-items: center;
  min-width: 43.9vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-image-wrapper.aspect-ratio-sqaure {
  aspect-ratio: 1;
}

.gallery-image-wrapper.aspect-ratio-wide {
  aspect-ratio: 16 / 9;
}

.lightbox-link {
  width: 100%;
  display: inline-block;
}

.gallery-block {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-right {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: row;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-self: auto;
  place-items: center stretch;
  display: grid;
}

.services-block {
  z-index: 2;
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  border-radius: 48px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding: 2.2vw;
  display: flex;
}

.services-block.background-blur {
  grid-column-gap: 12vw;
  grid-row-gap: 12vw;
  background-color: var(--white);
  opacity: 1;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  flex-flow: column-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 12rem;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 80%;
  min-width: 2%;
  margin: auto;
  display: block;
  top: auto;
  left: 89px;
}

.services-block.background-blur.m-thode-e10 {
  background-color: var(--light-gray);
}

.services-block.background-blur.m-thode-e10.tablette {
  width: 100%;
}

.services-block.background-blur.pro1 {
  width: 80%;
  min-width: 75%;
  margin: auto;
  left: 150px;
}

.services-block.background-blur.pro2 {
  width: 80%;
  margin: auto;
  left: 150px;
}

.services-block.background-blur.parti-1, .services-block.background-blur.parti-2 {
  width: 80%;
  min-width: 75%;
  margin: auto;
  left: 150px;
}

.particuliers-flex {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.services-left {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 4rem;
}

.services-left.parti4 {
  margin-left: auto;
  margin-right: auto;
}

.teams-image {
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  min-width: 100%;
  max-width: 100%;
}

.teams-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 70px;
  margin-left: 63px;
  display: flex;
}

.teams-slider {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 19.4vw;
  max-width: 19.4vw;
  display: flex;
  position: relative;
}

.teams-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.left-arrow {
  display: none;
}

.teams-slider-wrapper {
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 40vw;
  max-height: 40vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.teams-slider-wrapper.slide-from-right-animation {
  margin-left: -15px;
  padding-left: 0;
}

.slide-nav-team {
  margin-bottom: 95px;
  margin-left: 40px;
  padding-top: 0;
}

.right-arrow {
  display: none;
}

.teams-wrapper {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2.2vw;
  padding-left: 2.2vw;
  padding-right: 2.2vw;
  display: flex;
}

.teams-text-block {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.teams-slides {
  margin-right: 3.33vw;
}

.teams-mask {
  max-width: 19.4vw;
  overflow: visible;
}

.aboutlarge-image {
  border-radius: var(--border-radius);
  min-height: 37.77vw;
  max-height: 37.77vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-parallax {
  min-width: 100%;
}

.trigger {
  min-height: 112px;
  position: absolute;
  inset: auto 0% 0%;
}

.reviews-name-block {
  flex-flow: column;
  display: flex;
}

.max-width-58rem {
  letter-spacing: .07vw;
  border-radius: 0;
  width: auto;
  max-width: 100%;
  margin: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  position: relative;
  left: auto;
}

.circle-absolute {
  z-index: -1;
  background-color: var(--primary);
  mix-blend-mode: soft-light;
  border-radius: 100px;
  min-width: 6.944vw;
  max-width: 6.944vw;
  min-height: 6.944vw;
  max-height: 6.944vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 3.33vw;
}

.circle-absolute.intro-button-8 {
  align-self: auto;
}

.circle-absolute.special-8 {
  min-width: 12vw;
  max-width: 12vw;
}

.image {
  width: 68%;
  min-width: 6.5%;
  position: static;
  left: auto;
}

.heading {
  text-transform: none;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.heading-2 {
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.heading-3 {
  text-transform: none;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  font-family: Exo, sans-serif;
  font-size: 250%;
  font-weight: 500;
}

.heading-4 {
  text-transform: none;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  font-family: Varela, sans-serif;
  font-size: 250%;
  font-weight: 400;
}

.heading-5 {
  text-transform: none;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  font-family: Exo, sans-serif;
  font-size: 250%;
  font-weight: 500;
}

.bold-text {
  font-weight: 400;
}

.italic-text {
  font-family: Exo, sans-serif;
  font-weight: 200;
}

.heading-6 {
  text-transform: none;
  font-family: Exo, sans-serif;
  font-size: 4.44vw;
  font-weight: 400;
  line-height: 5vw;
}

.paragraph {
  letter-spacing: .11vw;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 1.7vw;
}

.paragraph-2, .paragraph-3 {
  letter-spacing: .14vw;
}

.paragraph-4 {
  letter-spacing: .07vw;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 1.89vw;
}

.paragraph-5, .paragraph-6 {
  letter-spacing: .14vw;
}

.paragraph-7 {
  letter-spacing: .07vw;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 1.89vw;
}

.wave-particuliers {
  background-color: var(--light-gray);
  background-image: url('../images/6977c00195d601d993e4f39d_Wave-Cut-Out.png'), linear-gradient(to bottom, var(--secondary), var(--secondary));
  background-position: 50% 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  min-height: 7.8vw;
}

.about-image-wrapper-copy {
  border-radius: var(--border-radius);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-wrapper-copy {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  opacity: .5;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 5vw;
  padding: 1.11vw 0;
  display: flex;
}

.about-wrapper-copy:hover {
  opacity: .75;
}

.about-wrapper-copy.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

.about-text-wrapper-copy {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 45%;
  margin-left: 4.44vw;
  display: flex;
  position: absolute;
  inset: 0% auto auto 4.5rem;
}

.heading-copy {
  text-transform: none;
}

.about-description-copy {
  max-width: 80%;
}

.heading-7 {
  align-self: auto;
  padding-left: 0;
}

.paragraph-8 {
  letter-spacing: .07vw;
  margin: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: normal;
  font-weight: 300;
  line-height: 1.89vw;
}

.image-2 {
  box-sizing: border-box;
  border-radius: 20px;
  width: 108%;
  min-width: 300px;
  max-width: 150%;
  margin-left: -23px;
  position: relative;
}

.image-2.pro3 {
  width: auto;
  min-width: auto;
  max-width: 130%;
  margin: 0 auto;
  left: auto;
}

.image-2.parti-3 {
  width: 100%;
  min-width: 100px;
  max-width: 100%;
  margin: 0 auto;
  left: 60px;
}

.text-span {
  font-weight: 100;
}

.text-span-2, .text-span-3, .text-span-4 {
  font-size: 80%;
  font-style: italic;
}

.services-right-copy {
  grid-column-gap: 2.1vw;
  grid-row-gap: 2.1vw;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 230%;
  margin: auto;
  display: flex;
  position: relative;
  left: -60px;
}

.services-right-copy.pro-7 {
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: relative;
  left: -60px;
}

.heading-8 {
  text-transform: capitalize;
}

.text-span-5 {
  text-transform: none;
  font-size: 100%;
  font-weight: 400;
  line-height: 3.33vw;
}

.text-span-6 {
  font-size: 80%;
  font-weight: 700;
}

.bold-text-2 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  font-size: 100%;
  font-style: italic;
  font-weight: 600;
  display: block;
}

.heading-9 {
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-size: 220%;
  font-weight: 500;
}

.text-span-7 {
  letter-spacing: .11vw;
  margin: auto;
  font-size: 80%;
  font-style: italic;
  font-weight: 700;
  display: block;
}

.text-span-8 {
  letter-spacing: .07vw;
  max-width: 78ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.11vw;
  font-style: normal;
  line-height: 1.89vw;
}

.paragraph-9 {
  letter-spacing: .07vw;
  margin: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 1.89vw;
}

.space-7rem-copy {
  min-height: 7.8vw;
  margin-bottom: 110px;
}

.max-width-20rem-copy {
  text-align: center;
  letter-spacing: .14vw;
  text-transform: none;
  max-width: 50%;
  margin-top: 1.7rem;
  display: block;
  position: static;
}

.button-with-circle-icon-copy {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5f5f580;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  padding: .14vw 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-circle-icon-copy:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787) {
  display: none;
}

.button-with-circle-icon-copy.button-light, .button-with-circle-icon-copy.button-light-copy {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
}

.button-with-circle-icon-copy-copy {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5f5f580;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  padding: .14vw 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-circle-icon-copy-copy:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787) {
  display: none;
}

.button-with-circle-icon-copy-copy.button-light, .button-with-circle-icon-copy-copy.button-light-copy, .button-with-circle-icon-copy-copy.button-light-copy-copy {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
}

.button-with-circle-icon-copy-copy.button-light-copy-copy.particulier {
  display: none;
}

.hero-block-copy {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  border-radius: var(--border-radius);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2.2vw 4.4vw;
  display: flex;
}

.hero-block-copy.background-blur {
  align-self: auto;
  margin-top: -58px;
  margin-right: 60px;
  top: 40px;
  left: 30px;
}

.link-block {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.link-block-2 {
  position: static;
  left: -266px;
}

.italic-text-2 {
  text-align: left;
  font-size: 80%;
  line-height: 80%;
}

.image-3 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-left: 8px;
  position: static;
  left: auto;
}

.hero-title-copy {
  text-transform: uppercase;
  font-size: 5.55vw;
  font-weight: 300;
  line-height: 6.11vw;
}

.hero-title-copy.flip-from-bottom-animation {
  font-weight: 300;
}

.max-width-20rem-copy {
  text-align: center;
  letter-spacing: .14vw;
  text-transform: none;
  max-width: 50%;
  margin-top: 1rem;
}

.max-width-20rem-copy-copy {
  text-align: center;
  letter-spacing: .14vw;
  text-transform: none;
  max-width: 50%;
  margin-top: 1rem;
  font-style: normal;
}

.italic-text-3 {
  font-style: normal;
}

.max-width-20rem-copy-copy {
  text-align: center;
  letter-spacing: .14vw;
  text-transform: none;
  max-width: 70%;
  margin-top: 1.7rem;
  margin-bottom: 3.6rem;
  display: block;
  position: static;
}

.max-width-30rem-copy {
  text-align: center;
  letter-spacing: .11vw;
  align-self: flex-start;
  max-width: 33.33vw;
  margin-left: -22px;
  font-size: 100%;
  font-weight: 300;
}

.button-with-circle-icon-copy {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5f5f580;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  margin-left: -9px;
  padding: .14vw 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-circle-icon-copy:where(.w-variant-832c4d77-a6c7-9591-b671-c0febfff2072) {
  min-width: 18%;
  margin-left: 115px;
  margin-right: 100%;
}

.button-with-circle-icon-copy:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787) {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.button-with-circle-icon-copy.button-light {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
}

.button-with-circle-icon-copy.intro-button {
  display: none;
}

.button-with-circle-icon-copy.intro-button-5 {
  clear: none;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 13%;
  min-width: auto;
  margin-top: 70px;
  margin-left: 0;
  display: flex;
  position: static;
  inset: auto;
  overflow: hidden;
}

.button-with-circle-icon-copy.special {
  min-width: 15%;
  margin: -50px auto -80px 293px;
}

.button-with-circle-icon-copy.special-5 {
  min-width: 16.4%;
  margin: -130px auto -35px 280px;
}

.button-with-circle-icon-copy.intro-button-9, .button-with-circle-icon-copy.intro-button-9-copy {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.heading-10 {
  width: 200px;
  min-width: 0;
  font-weight: 600;
}

.heading-11 {
  width: 200px;
  font-weight: 600;
}

.heading-12 {
  width: 230px;
  font-weight: 600;
}

.heading-13 {
  font-weight: 600;
}

.container-copy.padding-9rem-copy {
  margin-top: -189px;
  margin-bottom: 0;
  padding-left: 9rem;
  padding-right: 9rem;
}

.heading-14 {
  margin-left: 1px;
}

.heading-15 {
  margin-left: 4px;
}

.image-4, .image-5 {
  margin-left: 540px;
}

.particuliers-flex-copy {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-6, .image-7, .image-8 {
  width: 150px;
  margin-left: 25px;
}

.text-span-10 {
  font-style: normal;
}

.teams-block-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 70px;
  margin-left: 63px;
  display: flex;
}

.heading-6-copy {
  text-transform: none;
  margin-left: 25px;
  font-size: 300%;
  font-weight: 400;
}

.heading-16 {
  margin-bottom: .8rem;
  margin-left: 31px;
}

.max-width-58rem-copy {
  text-align: center;
  letter-spacing: .11vw;
  border-radius: 0;
  width: 60%;
  max-width: 78%;
  margin-top: -74px;
  margin-left: 217px;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.89vw;
}

.text-span-11 {
  text-align: center;
  font-weight: 600;
}

.text-span-12 {
  vertical-align: baseline;
  font-family: Exo, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 3vw;
  display: inline;
}

.text-span-13 {
  font-family: Exo, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 3vw;
}

.heading-17 {
  text-transform: none;
  margin-bottom: 1rem;
  font-family: Exo, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.max-width-30rem-copy {
  text-align: center;
  letter-spacing: .11vw;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 88%;
  max-width: 100%;
  margin: 10px auto .8rem;
  padding-top: 0;
  padding-left: 0;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5vw;
  display: flex;
}

.paragraph-10, .paragraph-11, .paragraph-12 {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-span-14 {
  letter-spacing: .07vw;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 1.89vw;
}

.text-span-17, .text-span-18, .text-span-19 {
  letter-spacing: .07vw;
}

.text-span-20 {
  letter-spacing: .07vw;
  margin-left: auto;
  margin-right: auto;
}

.italic-text-4 {
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 1vw;
}

.text-span-22 {
  letter-spacing: .07vw;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
}

.text-span-23 {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.intro-a-propos2 {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  color: var(--black);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin: 1.7rem auto 3.6rem;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1.89vw;
  display: block;
  position: relative;
  left: auto;
}

.button-with-circle-icon-copy-copy-copy {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5f5f580;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  padding: .14vw 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-circle-icon-copy-copy-copy:where(.w-variant-832c4d77-a6c7-9591-b671-c0febfff2072) {
  min-width: 18%;
  margin-left: 115px;
  margin-right: 100%;
}

.button-with-circle-icon-copy-copy-copy:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787) {
  display: none;
}

.button-with-circle-icon-copy-copy-copy.button-light, .button-with-circle-icon-copy-copy-copy.button-light-copy, .button-with-circle-icon-copy-copy-copy.button-light-copy-copy {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
}

.button-with-circle-icon-copy-copy-copy.button-light-copy-copy-copy {
  z-index: auto;
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
  border-radius: 8.9vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}

.accomp-buttons {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5f5f580;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  margin-top: 30px;
  margin-left: -9px;
  padding: .14vw 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accomp-buttons:where(.w-variant-832c4d77-a6c7-9591-b671-c0febfff2072) {
  min-width: 18%;
  margin-left: 115px;
  margin-right: 100%;
}

.accomp-buttons:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787) {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.accomp-buttons.button-light {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
}

.accomp-buttons.intro-button {
  display: none;
}

.accomp-buttons.intro-button-5 {
  clear: none;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 13%;
  min-width: auto;
  margin-top: 70px;
  margin-left: 0;
  display: flex;
  position: static;
  inset: auto;
  overflow: hidden;
}

.accomp-buttons.special {
  min-width: 15%;
  margin: -30px 100% 30px 210px;
}

.accomp-buttons.special-5 {
  min-width: 16.3%;
  margin: -30px 100% 30px 115px;
}

.accomp-buttons.intro-button-9 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.accomp-buttons-2 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5f5f580;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  margin-top: 30px;
  margin-left: -9px;
  padding: .14vw 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accomp-buttons-2:where(.w-variant-832c4d77-a6c7-9591-b671-c0febfff2072) {
  min-width: 18%;
  margin-left: 115px;
  margin-right: 100%;
}

.accomp-buttons-2:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787) {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.accomp-buttons-2.button-light {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
}

.accomp-buttons-2.intro-button {
  display: none;
}

.accomp-buttons-2.intro-button-5 {
  clear: none;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 13%;
  min-width: auto;
  margin-top: 70px;
  margin-left: 0;
  display: flex;
  position: static;
  inset: auto;
  overflow: hidden;
}

.accomp-buttons-2.special {
  min-width: 15%;
  margin: -30px 100% 30px 210px;
}

.accomp-buttons-2.special-5 {
  min-width: 16.3%;
  margin: -30px 100% 30px 115px;
}

.accomp-buttons-2.intro-button-9 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.button-with-circle-icon-copy-copy.intro-button-9, .button-with-circle-icon-copy-copy.intro-button-9-copy {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.max-width-30rem-copy {
  letter-spacing: .11vw;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.44vw;
  display: flex;
}

.particuliers-block-copy {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.max-width-30rem-copy-copy {
  text-align: center;
  letter-spacing: .07vw;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 90%;
  max-width: 100%;
  margin: 10px auto .8rem;
  padding-top: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: flex;
}

.container-copy {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.croquette-au-chevre {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-copy-copy {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.max-width-20rem-copy-copy-copy {
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  max-width: 50%;
  margin-top: 1.7rem;
  margin-bottom: 3.6rem;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.89vw;
  display: block;
  position: static;
}

.text-span-25 {
  font-style: normal;
}

.text-span-25-copy {
  letter-spacing: .07vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.11vw;
  font-style: normal;
  line-height: 1.89vw;
}

.paragraph-9-copy {
  letter-spacing: .07vw;
  max-width: 78ch;
  margin: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  line-height: 1.89vw;
  position: static;
}

.italic-text-6 {
  font-size: 80%;
}

.heading-6-copy-copy {
  text-transform: none;
  margin-left: 25px;
  font-size: 300%;
  font-weight: 400;
}

.heading-16-copy {
  margin-bottom: .8rem;
  margin-left: 31px;
}

.container-copy-copy-copy {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-copy-copy-copy.overflow {
  overflow: visible;
}

.container-copy-copy-copy.padding-4-5rem {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.container-copy-copy-copy.padding-9rem {
  padding-left: 9rem;
  padding-right: 9rem;
}

.container-copy-copy-copy.padding-13-5rem {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.container-copy-copy-copy.rounded-corners-bottom {
  border-bottom-right-radius: 6.67vw;
  border-bottom-left-radius: 6.67vw;
}

.particuliers-flex-copy-copy {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  display: flex;
  position: relative;
}

.container-methode {
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-methode.overflow {
  overflow: visible;
}

.container-methode.padding-4-5rem {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.container-methode.padding-9rem {
  padding-left: 9rem;
  padding-right: 9rem;
}

.container-methode.padding-13-5rem {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.container-methode.rounded-corners-bottom {
  border-bottom-right-radius: 6.67vw;
  border-bottom-left-radius: 6.67vw;
}

.container-methode.background-primary.rounded-corners-bottom {
  background-color: var(--primary);
}

.wave-particuliers-copy {
  background-color: var(--light-gray);
  background-image: url('../images/6977c00195d601d993e4f39d_Wave-Cut-Out.png'), linear-gradient(to bottom, var(--secondary), var(--secondary));
  background-position: 50% 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  min-height: 7.8vw;
}

.flex-grid-copy {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-bottom: 13vw;
  padding-top: 0;
  display: grid;
  bottom: -20px;
}

.about-tab-wrapper-copy.slide-up-animation {
  margin-bottom: -100px;
}

.about-tab-wrapper-copy.slide-up-animation-copy, .about-tab-wrapper-copy.slide-up-animation-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--secondary_1);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 120%;
  height: 300px;
  margin: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-9 {
  width: 300%;
  max-width: 400%;
  height: 400px;
}

.image-10 {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 478px;
  display: block;
  position: relative;
  inset: -15% 0% 0% -33%;
}

.heading-18 {
  text-overflow: clip;
  align-self: auto;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.about-tab-wrapper-methode {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  display: flex;
  position: relative;
}

.about-tab-wrapper-methode.slide-up-animation, .about-tab-wrapper-methode.slide-up-animation-copy, .about-tab-wrapper-methode.slide-up-animation-m-thode {
  margin-bottom: -100px;
}

.button-with-circle-icon-copy-copy.intro-button-9, .button-with-circle-icon-copy-copy.intro-button-9-copy {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.button-with-circle-icon-copy-copy.special-5-copy {
  min-width: 16.4%;
  margin: 20px 100% 28px 115px;
}

.image-absolute-copy {
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  max-height: 100%;
  margin-top: -1px;
  margin-bottom: 0;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.container-copy.padding-9rem-copy {
  padding-left: 9rem;
  padding-right: 9rem;
}

.services-left-copy {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  display: flex;
  position: sticky;
  top: 4rem;
}

.services-right-copy {
  grid-column-gap: 2.1vw;
  grid-row-gap: 2.1vw;
  flex-flow: wrap;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-self: auto;
  place-items: center stretch;
  margin-top: auto;
  display: flex;
}

.services-right-copy.methode-h {
  margin: auto;
  position: relative;
  top: 119px;
}

.container-methode-copy {
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-methode-copy.overflow {
  overflow: visible;
}

.container-methode-copy.padding-4-5rem {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.container-methode-copy.padding-9rem {
  padding-left: 9rem;
  padding-right: 9rem;
}

.container-methode-copy.padding-13-5rem {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.container-methode-copy.rounded-corners-bottom {
  border-bottom-right-radius: 6.67vw;
  border-bottom-left-radius: 6.67vw;
}

.container-methode-copy.background-primary.rounded-corners-bottom {
  background-color: var(--primary);
}

.container-methode-copy.padding-4-5rem-copy {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.services-left-copy {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  position: sticky;
  top: 4rem;
}

.container-copy.padding-4-5rem-copy {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.card-flex-copy {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: left;
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 132px;
  display: flex;
}

.card-text-block-copy.slide-from-right-animation-copy {
  text-align: left;
  display: none;
}

.accomp-buttons-copy {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5f5f580;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  margin-left: -9px;
  padding: .14vw 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accomp-buttons-copy:where(.w-variant-832c4d77-a6c7-9591-b671-c0febfff2072) {
  min-width: 18%;
  margin-left: 115px;
  margin-right: 100%;
}

.accomp-buttons-copy:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787) {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.accomp-buttons-copy.button-light {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
}

.accomp-buttons-copy.intro-button {
  display: none;
}

.accomp-buttons-copy.intro-button-5 {
  clear: none;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 13%;
  min-width: auto;
  margin-top: 70px;
  margin-left: 0;
  display: flex;
  position: static;
  inset: auto;
  overflow: hidden;
}

.accomp-buttons-copy.special {
  min-width: 15%;
  margin: -30px 100% 30px 210px;
}

.accomp-buttons-copy.special-5 {
  min-width: 16.3%;
  margin: -30px 100% 30px 115px;
}

.accomp-buttons-copy.intro-button-9 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.accomp-buttons-copy-copy {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5f5f580;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  margin-left: -9px;
  padding: .14vw 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accomp-buttons-copy-copy:where(.w-variant-832c4d77-a6c7-9591-b671-c0febfff2072) {
  min-width: 18%;
  margin-left: 115px;
  margin-right: 100%;
}

.accomp-buttons-copy-copy:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787) {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.accomp-buttons-copy-copy.button-light {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
}

.accomp-buttons-copy-copy.intro-button {
  display: none;
}

.accomp-buttons-copy-copy.intro-button-5 {
  clear: none;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 13%;
  min-width: auto;
  margin-top: 70px;
  margin-left: 0;
  display: flex;
  position: static;
  inset: auto;
  overflow: hidden;
}

.accomp-buttons-copy-copy.special {
  min-width: 15%;
  margin: -30px 100% 30px 210px;
}

.accomp-buttons-copy-copy.special-5 {
  min-width: 16.3%;
  margin: -30px 100% 30px 115px;
}

.accomp-buttons-copy-copy.intro-button-9 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.max-width-20rem-copy {
  color: var(--light-gray);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 50%;
  margin: auto auto auto 428px;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.89vw;
  display: flex;
  position: relative;
}

.card-text-block-copy {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card-text-block-copy.slide-from-right-animation {
  text-align: left;
}

.card-text-block-copy.slide-from-left-animation-copy {
  display: flex;
}

.heading-19 {
  text-transform: none;
  margin-bottom: 1rem;
  line-height: 4vw;
}

.accomp-buttons-2-copy {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5f5f580;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  margin-left: -9px;
  padding: .14vw 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accomp-buttons-2-copy:where(.w-variant-832c4d77-a6c7-9591-b671-c0febfff2072) {
  min-width: 18%;
  margin-left: 115px;
  margin-right: 100%;
}

.accomp-buttons-2-copy:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787) {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.accomp-buttons-2-copy.button-light {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
}

.accomp-buttons-2-copy.intro-button {
  display: none;
}

.accomp-buttons-2-copy.intro-button-5 {
  clear: none;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 13%;
  min-width: auto;
  margin-top: 70px;
  margin-left: 0;
  display: flex;
  position: static;
  inset: auto;
  overflow: hidden;
}

.accomp-buttons-2-copy.special {
  min-width: 15%;
  margin: -30px 100% 30px 210px;
}

.accomp-buttons-2-copy.special-5 {
  min-width: 16.3%;
  margin: -30px 100% 30px 115px;
}

.accomp-buttons-2-copy.intro-button-9 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.image-11 {
  clear: none;
  aspect-ratio: 2 / 3;
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  border: 1px #000;
  border-radius: 48px;
  order: 0;
  align-self: auto;
  width: 25%;
  height: 15%;
  margin: 49px auto 117px;
  display: block;
  position: static;
  left: 60px;
}

.heading-7-copy {
  padding-left: 2px;
}

.icon-copy {
  clear: none;
  clear: none;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 50%;
  min-width: 3vw;
  max-width: 3vw;
  display: block;
  position: relative;
  left: auto;
}

.paragraph-13 {
  flex: none;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: flex;
}

.paragraph-14, .paragraph-15 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.bold-text-3 {
  font-family: Lato, sans-serif;
}

.paragraph-16 {
  width: 120%;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.heading-20 {
  font-family: Lato, sans-serif;
}

.paragraph-17, .paragraph-18 {
  width: 120%;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.heading-21, .heading-22 {
  font-family: Lato, sans-serif;
}

.paragraph-19 {
  width: 120%;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.heading-23 {
  font-family: Lato, sans-serif;
}

.paragraph-20, .paragraph-21 {
  width: 120%;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.heading-24, .heading-25 {
  font-family: Lato, sans-serif;
}

.bold-text-4, .bold-text-5, .bold-text-6 {
  font-family: Exo, sans-serif;
}

.particuliers-tabs-copy {
  grid-column-gap: 4.44vw;
  grid-row-gap: 4.44vw;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: flex-end stretch;
  width: 100%;
  height: 90vh;
  display: flex;
}

.space-page-top-copy {
  min-height: 11.11vw;
  margin-top: 0;
  margin-bottom: 100px;
}

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

.heading-27 {
  align-self: auto;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.button-accueil-prese {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5f5f580;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  margin-left: -9px;
  padding: .14vw 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-accueil-prese:where(.w-variant-832c4d77-a6c7-9591-b671-c0febfff2072) {
  min-width: 18%;
  margin-left: 115px;
  margin-right: 100%;
}

.button-accueil-prese:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787) {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.button-accueil-prese.button-light {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
}

.button-accueil-prese.intro-button {
  display: none;
}

.button-accueil-prese.intro-button-5 {
  clear: none;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 13%;
  min-width: auto;
  margin-top: 70px;
  margin-left: 0;
  display: flex;
  position: static;
  inset: auto;
  overflow: hidden;
}

.button-accueil-prese.special {
  min-width: 15%;
  margin: -50px auto -80px 202px;
}

.button-accueil-prese.special-5 {
  min-width: 16.4%;
  margin: -130px auto -35px 280px;
}

.button-accueil-prese.intro-button-9, .button-accueil-prese.intro-button-9-copy {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.button-with-circle-icon-copy-copy {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5f5f580;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  margin-left: -9px;
  padding: .14vw 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-circle-icon-copy-copy:where(.w-variant-832c4d77-a6c7-9591-b671-c0febfff2072) {
  min-width: 18%;
  margin-left: 115px;
  margin-right: 100%;
}

.button-with-circle-icon-copy-copy:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787) {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.button-with-circle-icon-copy-copy.button-light {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
}

.button-with-circle-icon-copy-copy.intro-button {
  display: none;
}

.button-with-circle-icon-copy-copy.intro-button-5 {
  clear: none;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 13%;
  min-width: auto;
  margin-top: 70px;
  margin-left: 0;
  display: flex;
  position: static;
  inset: auto;
  overflow: hidden;
}

.button-with-circle-icon-copy-copy.special {
  min-width: 15%;
  margin: -50px auto -80px 293px;
}

.button-with-circle-icon-copy-copy.special-5 {
  min-width: 16.4%;
  margin: -101px auto auto 167px;
}

.button-with-circle-icon-copy-copy.intro-button-9, .button-with-circle-icon-copy-copy.intro-button-9-copy {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.button-entrerpise {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5f5f580;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  margin-left: -9px;
  padding: .14vw 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-entrerpise:where(.w-variant-832c4d77-a6c7-9591-b671-c0febfff2072) {
  min-width: 18%;
  margin-left: 115px;
  margin-right: 100%;
}

.button-entrerpise:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787) {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.button-entrerpise.button-light {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
}

.button-entrerpise.intro-button {
  display: none;
}

.button-entrerpise.intro-button-5 {
  clear: none;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 13%;
  min-width: auto;
  margin-top: 70px;
  margin-left: 0;
  display: flex;
  position: static;
  inset: auto;
  overflow: hidden;
}

.button-entrerpise.special {
  min-width: 15%;
  margin: -50px auto -80px 293px;
}

.button-entrerpise.special-5 {
  min-width: 16.4%;
  margin: -130px auto -35px 280px;
}

.button-entrerpise.intro-button-9, .button-entrerpise.intro-button-9-copy {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.button-entrerpise.special-5-copy {
  min-width: 15%;
  margin: 20px auto -130px 202px;
}

.tab-pane-tab-1 {
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
}

.space-page-top-copy {
  min-height: 11.11vw;
  margin-top: -40px;
}

.features-image-wrapper-copy.flip-from-left-animation, .features-image-wrapper-copy.flip-from-left-animation-copy {
  min-width: 30vw;
  max-width: 30vw;
  min-height: 27vw;
}

.text-span-20-copy {
  text-align: left;
  letter-spacing: .07vw;
}

.max-width-30rem-copy {
  text-align: left;
  letter-spacing: .07vw;
  justify-content: flex-start;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
}

.italic-text-4-copy {
  text-align: center;
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  line-height: 1.4vw;
}

.a-propos-copy {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 33px;
  display: flex;
}

.div-block {
  background-color: var(--transparent);
  width: 100%;
  height: 320px;
  margin-bottom: -4px;
}

.heading-28 {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--light-gray);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 1.9rem;
  font-family: Exo, sans-serif;
  font-weight: 400;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.paragraph-22 {
  color: var(--light-gray);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: -7px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  font-weight: 300;
  display: block;
  position: absolute;
  inset: 35% auto auto 15%;
}

.image-12 {
  background-image: url('../images/742C9077-965D-4002-9DA6-04C2F9039984.PNG');
  background-position: 0 0;
  background-size: auto;
  align-self: center;
  width: 130%;
  max-width: 120%;
  height: 250px;
}

.image-13 {
  order: 1;
  align-self: flex-start;
  position: relative;
}

.text-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  display: flex;
  position: relative;
}

.text-block-2-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--light-gray);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  margin-left: -181px;
  font-family: Exo, sans-serif;
  font-size: 3vw;
  display: flex;
  position: relative;
}

.intro-a-propos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--light-gray);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 50%;
  margin: -124px auto auto;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.89vw;
  display: block;
  position: relative;
}

.tirtre-into-a-propos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--light-gray);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 50%;
  margin: auto;
  padding-top: 30px;
  font-family: Lato, sans-serif;
  font-size: 3.5vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.89vw;
  display: block;
  position: static;
}

.tirtre-into-a-propos.zefz {
  font-size: 2.1vw;
  font-weight: 300;
}

.section-a-propos {
  background-color: var(--secondary_1);
  width: 100%;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-propos-2 {
  background-color: var(--secondary_1);
  width: 100%;
  height: 22%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 1px;
  display: block;
}

.section-propos-2.valurs7 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: 2%;
  padding-top: 0;
}

.v {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--light-gray);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 50%;
  margin: auto;
  padding-top: 56px;
  padding-left: 70px;
  padding-right: 50px;
  font-family: Exo, sans-serif;
  font-size: 3.5vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.89vw;
  text-decoration: none;
  display: block;
  position: static;
}

.v.tablet {
  color: var(--light-gray);
  padding-top: 45px;
}

.v.tablet-copy {
  color: var(--black);
}

.intro-a-propos-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--light-gray);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 50%;
  margin: auto;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.89vw;
  display: block;
  position: relative;
}

.image-14 {
  align-self: auto;
  width: 15%;
  display: block;
}

.image-15, .image-16 {
  width: 15%;
}

.v-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--light-gray);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 50%;
  margin: auto;
  padding-top: 31px;
  font-family: Lato, sans-serif;
  font-size: 3vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.89vw;
  display: block;
  position: static;
}

.v-copy.szae {
  display: flex;
}

.text-block-3 {
  background-color: var(--secondary_1);
  text-align: left;
  justify-content: flex-start;
  text-decoration: none;
  display: block;
}

.text-block-4 {
  margin-top: 70px;
  margin-left: -11px;
  font-size: 1.6vw;
}

.text-block-5, .text-block-6 {
  margin-top: 60px;
  font-size: 1.6vw;
}

.about-tab-wrapper-copy-copy.slide-up-animation {
  margin-bottom: -100px;
}

.about-tab-wrapper-copy-copy.slide-up-animation-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--secondary_1);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 120%;
  height: 300px;
  margin: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.about-tab-wrapper-copy-copy.slide-up-animation-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--transparent);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 120%;
  height: 300px;
  margin: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.about-image-wrapper-copy {
  border-radius: var(--border-radius);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  margin-bottom: auto;
  display: flex;
  top: auto;
  left: -124px;
}

.about-tab-wrapper-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  display: flex;
  position: relative;
}

.intro-a-propos2-copy {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  color: var(--black);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin: 1.7rem auto 3.6rem;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1.89vw;
  display: block;
  position: relative;
  left: auto;
}

.intro-a-propos-2 {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  color: var(--light-gray);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin: 4rem auto auto;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.89vw;
  display: block;
  position: relative;
  top: -35px;
  left: auto;
}

.intro-methode-tablette {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  color: var(--black);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin: 1.7rem auto 3.6rem;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1.89vw;
  display: none;
  position: relative;
  left: auto;
}

.image-17 {
  width: 100%;
  position: relative;
  top: -170px;
}

.image-17.arbre {
  margin: auto;
  top: -114px;
  left: 96px;
}

.image-17.arbre.tablet {
  left: auto;
}

.application-m-thode-ordi {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  width: 100%;
  display: flex;
  position: relative;
}

.a-propos-copy-copy {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 33px;
  display: flex;
}

.text-block-7 {
  width: auto;
  display: block;
  position: relative;
  inset: 0%;
}

.image-18 {
  flex: 0 auto;
  align-self: auto;
  width: 20%;
  padding-top: 0;
  display: block;
}

.italic-text-7 {
  font-weight: 300;
}

.adz {
  width: 6%;
  padding-top: 37px;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -94px;
  left: 743px;
}

.heading-29, .heading-30 {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.heading-31 {
  position: relative;
}

.heading-31.domaine-d-appli {
  left: 9px;
}

.div-block-3 {
  border-radius: 100vw;
}

.section-a-propos-copy {
  background-color: var(--secondary_1);
  width: 100%;
  height: 100px;
  padding-top: 20px;
}

.section-a-propos-copy.pricing {
  background-color: var(--transparent);
}

.section-propos-2-copy {
  background-color: var(--secondary_1);
  width: 100%;
  height: 380px;
  padding-top: 60px;
}

.section-propos-2-copy.valurs7 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: 240px;
  padding-top: 0;
}

.container-copy-copy.background-primary.rounded-corners-bottom, .container-copy-copy.background-primary-copy.rounded-corners-bottom {
  background-color: var(--secondary2);
}

.card-text-block-copy-copy.slide-from-right-animation, .card-text-block-copy-copy.slide-from-right-animation-copy {
  text-align: left;
}

.card-text-block-copy-copy.slide-from-right-animation-copy-copy {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  position: static;
}

.container-copy-copy {
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-copy-copy.overflow {
  overflow: visible;
}

.container-copy-copy.padding-4-5rem {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.container-copy-copy.padding-9rem {
  padding-left: 9rem;
  padding-right: 9rem;
}

.container-copy-copy.padding-13-5rem {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.container-copy-copy.rounded-corners-bottom {
  border-bottom-right-radius: 6.67vw;
  border-bottom-left-radius: 6.67vw;
}

.container-copy-copy.background-primary.rounded-corners-bottom {
  background-color: var(--primary);
}

.container-copy-copy.padding-4-5rem-copy, .container-copy-copy.padding-4-5rem-copy-copy {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.features-image-wrapper-copy.flip-from-left-animation-copy {
  flex-flow: column;
  flex: 0 5 auto;
  justify-content: space-between;
  align-items: flex-end;
  min-width: 30vw;
  max-width: 30vw;
  min-height: 30vw;
}

.features-image-wrapper-copy.flip-from-left-animation-copy.icerns {
  border-radius: 0;
  height: 250px;
}

.features-image-wrapper-copy.flip-from-left-animation-copy.tbalette-copy {
  width: 200px;
  height: 100px;
}

.about-tab-wrapper-copy-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  display: flex;
  position: relative;
}

.about-tab-wrapper-copy-copy.slide-up-animation {
  background-color: #0000;
}

.max-width-58rem-copy {
  text-align: left;
  letter-spacing: .07vw;
  border-radius: 0;
  width: auto;
  max-width: 100%;
  margin: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  position: relative;
  left: auto;
}

.container-copy {
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-copy.overflow {
  overflow: visible;
}

.container-copy.padding-4-5rem {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.container-copy.padding-9rem {
  padding-left: 9rem;
  padding-right: 9rem;
}

.container-copy.padding-13-5rem {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.container-copy.rounded-corners-bottom {
  border-bottom-right-radius: 6.67vw;
  border-bottom-left-radius: 6.67vw;
}

.container-copy.background-primary.rounded-corners-bottom {
  background-color: var(--primary);
}

.intro-a-propos2-copy-copy-copy {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  color: var(--black);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin: 1.7rem auto 3.6rem;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1.89vw;
  display: block;
  position: relative;
  left: auto;
}

.intro-a-propos2-copy-copy-copy.tablette {
  display: block;
}

.intro-particulier-ordi {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  color: var(--black);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin: 1.7rem auto 3.6rem;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1.89vw;
  display: block;
  position: relative;
  left: auto;
}

.intro-particulier-ordi.tablette {
  display: block;
}

.intro-part-tablette {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  color: var(--black);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin: 1.7rem auto 3.6rem;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1.89vw;
  display: block;
  position: relative;
  left: auto;
}

.intro-part-tablette.tablette {
  display: none;
}

.intro-methode-ordi-copy {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  color: var(--black);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin: 1.7rem auto 3.6rem;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1.89vw;
  display: block;
  position: relative;
  left: auto;
}

.application-m-thode-tablette {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  width: 100%;
  display: flex;
  position: relative;
}

.application-m-thode-tablette.m-thode-8 {
  display: none;
}

.intro-entreprise-ordi {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  color: var(--black);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin: 1.7rem auto 3.6rem;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1.89vw;
  display: block;
  position: relative;
  left: auto;
}

.intro-entreprise-tablette, .intro-entreprise-tablette-copy {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  color: var(--black);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin: 1.7rem auto 3.6rem;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1.89vw;
  display: none;
  position: relative;
  left: auto;
}

.section-propos-tablette {
  background-color: var(--secondary_1);
  width: 100%;
  height: 380px;
  padding-top: 60px;
  display: none;
}

.section-propos-tablette.valurs7 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: 240px;
  padding-top: 0;
}

.tableyyye {
  background-color: var(--secondary_1);
  width: 100%;
  height: 380px;
  padding-top: 60px;
  display: block;
}

.tableyyye.valurs7 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: 240px;
  padding-top: 0;
  display: none;
}

.reconv-tab {
  text-transform: none;
  margin-bottom: 1rem;
  line-height: 4vw;
}

.tel-icone-intro {
  clear: none;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  width: 50%;
  min-width: 3vw;
  max-width: 3vw;
  display: block;
  position: relative;
  left: auto;
}

.tel-icone-intro.tel {
  display: none;
}

.icone {
  clear: none;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  width: 50%;
  min-width: 3vw;
  max-width: 3vw;
  display: block;
  position: relative;
  left: auto;
}

.icone.tel {
  flex-flow: row;
  width: 5%;
  display: inline-flex;
}

.tel {
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.tel.overflow {
  overflow: visible;
}

.tel.padding-4-5rem {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.tel.padding-9rem {
  padding-left: 9rem;
  padding-right: 9rem;
}

.tel.padding-9rem.overflow {
  display: none;
}

.tel.padding-13-5rem {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.tel.rounded-corners-bottom {
  border-bottom-right-radius: 6.67vw;
  border-bottom-left-radius: 6.67vw;
}

.tel.background-primary.rounded-corners-bottom {
  background-color: var(--primary);
}

.ordi {
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.ordi.overflow {
  overflow: visible;
}

.ordi.padding-4-5rem {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.ordi.padding-9rem {
  padding-left: 9rem;
  padding-right: 9rem;
}

.ordi.padding-13-5rem {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.ordi.rounded-corners-bottom {
  border-bottom-right-radius: 6.67vw;
  border-bottom-left-radius: 6.67vw;
}

.ordi.background-primary.rounded-corners-bottom {
  background-color: var(--primary);
}

.icone-copy {
  clear: none;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  width: 50%;
  min-width: 3vw;
  max-width: 3vw;
  display: block;
  position: relative;
  left: auto;
}

.icone-copy.tel {
  flex-flow: row;
  width: 5%;
  margin-bottom: -2px;
  display: inline-flex;
}

.space-7rem-zzz-copy {
  min-height: 7.8vw;
  margin-bottom: 100px;
}

.max-width-58rem-copy {
  letter-spacing: .07vw;
  border-radius: 0;
  width: auto;
  max-width: 100%;
  margin: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  position: relative;
  left: auto;
}

.max-width-58rem-copy-copy {
  text-align: left;
  letter-spacing: .07vw;
  border-radius: 0;
  width: auto;
  max-width: 100%;
  margin: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  position: relative;
  left: auto;
}

.intro-tablette {
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  max-width: 50%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.methode-tablette-accueil {
  text-align: left;
  letter-spacing: .07vw;
  border-radius: 0;
  width: auto;
  max-width: 100%;
  margin: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
  position: relative;
  left: auto;
}

.pro-accueil-tablette {
  text-align: left;
  letter-spacing: .07vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.max-width-30rem-copy {
  text-align: left;
  letter-spacing: .07vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
}

.accueil-tablette-parti {
  text-align: left;
  letter-spacing: .07vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.about-description-tablette {
  letter-spacing: .07vw;
  width: 100%;
  max-width: 150%;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.tablette-excercie, .approche-tablette, .mission, .tab-rhm, .tab-tar, .tab-mod, .tab-sea {
  text-align: left;
  letter-spacing: .07vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.about-description-pro-tab {
  letter-spacing: .07vw;
  width: 100%;
  max-width: 150%;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.approche-pro-tab, .cadre-pro-tel, .modalit-pro-tab, .tarifs-pro-tab, .dimension-analys-tab, .cadre-m-thode-tab, .comprendre-tab {
  text-align: left;
  letter-spacing: .07vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.space-7rem-ggzzz-copy {
  min-height: 7.8vw;
  margin-bottom: 100px;
}

.mo-n-parcours-tab {
  text-align: left;
  letter-spacing: .07vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.mon-parcours-titre-tab {
  text-transform: none;
  margin-bottom: 1rem;
  font-family: Exo, sans-serif;
  font-style: normal;
  font-weight: 300;
  display: none;
}

.tablette-reconversion {
  text-align: left;
  letter-spacing: .07vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.tablette-edns {
  text-transform: none;
  margin-bottom: 1rem;
  font-family: Exo, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.tablette-edns.tablet {
  display: none;
}

.tablette-intro-ends, .tablette-vision-pro {
  text-align: left;
  letter-spacing: .07vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.titre-tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--light-gray);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 50%;
  margin: auto;
  padding-top: 30px;
  font-family: Lato, sans-serif;
  font-size: 3.5vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
  position: static;
}

.titre-tab.zefz {
  font-size: 2.1vw;
  font-weight: 300;
}

.tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--light-gray);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 50%;
  margin: auto;
  padding-top: 30px;
  font-family: Lato, sans-serif;
  font-size: 3.5vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.89vw;
  display: block;
  position: static;
}

.tab.zefz {
  font-size: 2.1vw;
  font-weight: 300;
  display: none;
}

.intro-a-propos-2-tab {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  color: var(--light-gray);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin: 4rem auto 3.6rem;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.89vw;
  display: block;
  position: relative;
  left: auto;
}

.section-a-propos-copy {
  background-color: var(--secondary_1);
  width: 100%;
  height: 5%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.intro-methode-accueil {
  text-align: left;
  letter-spacing: .07vw;
  border-radius: 0;
  width: auto;
  max-width: 100%;
  margin: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
  position: relative;
  left: auto;
}

.tel-sea-copy, .tel-mod-copy, .tel-rhm-copy, .tel-tar-vert {
  text-align: left;
  letter-spacing: .07vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.intro-part-tel {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  color: var(--black);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin: 1.7rem auto 3.6rem;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1.89vw;
  display: block;
  position: relative;
  left: auto;
}

.intro-part-tel.tablette {
  display: none;
}

.intro-part-tel-copy {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  color: var(--black);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin: 1.7rem auto 3.6rem;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1.89vw;
  display: block;
  position: relative;
  left: auto;
}

.intro-part-tel-copy.tablette {
  display: none;
}

.intro-methode-tel {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  color: var(--black);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin: 1.7rem auto 3.6rem;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1.89vw;
  display: none;
  position: relative;
  left: auto;
}

.dimension-analys-tel-copy, .cadre-m-thode-tel, .comprendre-tel-copy {
  text-align: left;
  letter-spacing: .07vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.methode-appli-tel {
  letter-spacing: .07vw;
  border-radius: 0;
  width: auto;
  max-width: 100%;
  margin: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  position: relative;
  left: auto;
}

.approche-pro-tel, .cadre-pro-tel-copy, .modalit-pro-tel, .tarifs-pro-tel, .mo-n-parcours-tel, .telintro-ends-copy, .tel-vision-pro-copy {
  text-align: left;
  letter-spacing: .07vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.text-span-20-copy {
  letter-spacing: .07vw;
  margin-left: auto;
  margin-right: auto;
}

.tel-image-wrapper-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 21.7vw;
  max-width: 21.7vw;
  min-height: 28.8vw;
  max-height: 28.8vw;
  display: flex;
  position: relative;
}

.tel-image-wrapper-copy.flip-from-left-animation {
  flex-flow: column;
  flex: 0 5 auto;
  justify-content: space-between;
  align-items: flex-end;
  min-width: 30vw;
  max-width: 30vw;
  min-height: 30vw;
}

.tel-image-wrapper-copy.flip-from-left-animation.icerns {
  border-radius: 0;
  height: 250px;
  display: none;
}

.tel-verticla-methode-accueil {
  text-align: left;
  letter-spacing: .07vw;
  border-radius: 0;
  width: auto;
  max-width: 100%;
  margin: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  position: relative;
  left: auto;
}

.intro-tel-accueil, .intro-tel-vertical-accueil {
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  max-width: 50%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.pro-accueil-tel-vertical {
  text-align: left;
  letter-spacing: .07vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.about-description-tel-vertcial {
  letter-spacing: .07vw;
  width: 100%;
  max-width: 150%;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.tel-excercie-copy, .approche-tel-vert, .mission-tel-vert {
  text-align: left;
  letter-spacing: .07vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.intro-part-tel-cert {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  color: var(--black);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin: 1.7rem auto 3.6rem;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1.89vw;
  display: block;
  position: relative;
  left: auto;
}

.intro-part-tel-cert.tablette {
  display: none;
}

.recon-tel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 24px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 41.4vw;
  max-width: 41.4vw;
  padding: 4.4vw 0;
  display: none;
}

.reconverstion-tel-horizontal {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.reconverstion-tel-horizontal.slide-from-right-animation {
  text-align: left;
}

.reconverstion-tel-horizontal.slide-from-left-animation-copy {
  display: none;
}

.vision-pro-tel-hori {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.vision-pro-tel-hori.slide-from-right-animation {
  text-align: left;
}

.vision-pro-tel-hori.slide-from-left-animation-copy {
  display: none;
}

.tel_hori {
  letter-spacing: .07vw;
  width: 100%;
  max-width: 150%;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.text-block-8 {
  letter-spacing: .07vw;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  font-style: italic;
  line-height: 1.4vw;
  display: none;
}

.tel-sea-vert, .tel-mod-vert, .tel-rhm-vert, .tel-tar-vert-copy {
  text-align: left;
  letter-spacing: .07vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.intro-methode-telvert {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  color: var(--black);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin: 1.7rem auto 3.6rem;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1.89vw;
  display: none;
  position: relative;
  left: auto;
}

.dimension-analys-telvert, .cadre-m-thode-vert-tel-copy, .comprendre-tel-copy-copy {
  text-align: left;
  letter-spacing: .07vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.methode-appli-tel-vert {
  letter-spacing: .07vw;
  border-radius: 0;
  width: auto;
  max-width: 100%;
  margin: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  position: relative;
  left: auto;
}

.paragraph-9-copy-copy, .benefecice-anlayse {
  letter-spacing: .07vw;
  max-width: 78ch;
  margin: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  line-height: 1.89vw;
  position: static;
}

.tab-rewiew, .tel-hor-review, .tel-vert-review {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.features-image-wrapper-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 21.7vw;
  max-width: 21.7vw;
  min-height: 28.8vw;
  max-height: 28.8vw;
  display: flex;
  position: relative;
}

.features-image-wrapper-copy.flip-from-left-animation {
  flex-flow: column;
  flex: 0 5 auto;
  justify-content: space-between;
  align-items: flex-end;
  min-width: 30vw;
  max-width: 30vw;
  min-height: 30vw;
}

.features-image-wrapper-copy.flip-from-left-animation.icerns {
  border-radius: 0;
  height: 250px;
}

.features-image-wrapper-copy-copy.flip-from-left-animation.icerns {
  border-radius: 0;
  height: 250px;
}

.features-image-wrapper-copy-copy.flip-from-left-animation.tablette {
  display: none;
}

.intro-entreprise-tel-vert {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  color: var(--black);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin: 1.7rem auto 3.6rem;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: italic;
  font-weight: 500;
  line-height: 1.89vw;
  display: none;
  position: relative;
  left: auto;
}

.approche-pro-tel-vert, .cadre-pro-tel-vert, .modalit-pro-tel-vert, .tarifs-pro-tel-vert {
  text-align: left;
  letter-spacing: .07vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.section-propos-tel {
  background-color: var(--secondary_1);
  width: 100%;
  height: 380px;
  padding-top: 60px;
  display: none;
}

.section-propos-tel.valurs7 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: 240px;
  padding-top: 0;
}

.reconverstion-tel-vert {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.reconverstion-tel-vert.slide-from-right-animation {
  text-align: left;
}

.reconverstion-tel-vert.slide-from-left-animation-copy {
  display: none;
}

.telk-vert {
  background-color: var(--secondary_1);
  width: 100%;
  height: 380px;
  padding-top: 60px;
  display: block;
}

.telk-vert.valurs7 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: 240px;
  padding-top: 0;
  display: none;
}

.telintro-ends-vert {
  text-align: left;
  letter-spacing: .07vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.vision-pro-tel-vert {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.vision-pro-tel-vert.slide-from-right-animation {
  text-align: left;
}

.vision-pro-tel-vert.slide-from-left-animation-copy {
  display: none;
}

.utilities-rtb-wrapper-tel-vert {
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utilities-rtb-wrapper-tel-vert.fade-in-animation {
  display: none;
}

.titre-tel-vert {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--light-gray);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 50%;
  margin: auto;
  padding-top: 30px;
  font-family: Lato, sans-serif;
  font-size: 3.5vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
  position: static;
}

.titre-tel-vert.zefz {
  font-size: 2.1vw;
  font-weight: 300;
}

.tel-vert-sous-titre {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--light-gray);
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 50%;
  margin: auto;
  padding-top: 30px;
  font-family: Lato, sans-serif;
  font-size: 3.5vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.89vw;
  display: block;
  position: static;
}

.tel-vert-sous-titre.zefz {
  font-size: 2.1vw;
  font-weight: 300;
  display: none;
}

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

.mon-parcours-tel-vertical {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mon-parcours-tel-vertical.slide-from-right-animation {
  text-align: left;
}

.mon-parcours-tel-vertical.slide-from-left-animation-copy {
  display: none;
}

.tel-a-enlever {
  text-align: left;
  letter-spacing: .07vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.mon-parcours-tel-vertical-2 {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mon-parcours-tel-vertical-2.slide-from-right-animation {
  text-align: left;
}

.mon-parcours-tel-vertical-2.slide-from-left-animation-copy {
  display: none;
}

.mon-parcours-titre-tab-copy {
  text-transform: none;
  margin-bottom: 1rem;
  font-family: Exo, sans-serif;
  font-style: normal;
  font-weight: 300;
  display: none;
}

.tel-horizontal-mon-parcours {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tel-horizontal-mon-parcours.slide-from-right-animation {
  text-align: left;
}

.tel-horizontal-mon-parcours.slide-from-right-animation-copy {
  text-align: left;
  display: none;
}

.large-card-tropcopy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 24px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 41.4vw;
  max-width: 41.4vw;
  padding: 4.4vw 0;
  display: none;
}

.card-flex-ordi, .tel-horiztontal-mon-parcours-copy {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 132px;
  display: flex;
}

.card-flex-ordi-1 {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.card-flex-ordi-ordi-2, .card-flex-ordi-2 {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 132px;
  display: flex;
}

.card-text-block-copy-copy {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card-text-block-copy-copy.slide-from-right-animation {
  text-align: left;
}

.card-text-block-copy-copy.slide-from-right-animation-copy {
  text-align: left;
  display: flex;
}

.card-text-block-tab {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card-text-block-tab.slide-from-right-animation {
  text-align: left;
}

.card-text-block-tab.slide-from-right-animation-copy {
  text-align: left;
  display: none;
}

.card-text-block-horitel {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card-text-block-horitel.slide-from-right-animation {
  text-align: left;
}

.card-text-block-horitel.slide-from-right-animation-copy {
  text-align: left;
  display: none;
}

.card-text-block-vertitel {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card-text-block-vertitel.slide-from-right-animation {
  text-align: left;
}

.card-text-block-vertitel.slide-from-right-animation-copy {
  text-align: left;
  display: none;
}

.card-text-block-tab2 {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card-text-block-tab2.slide-from-right-animation {
  text-align: left;
}

.card-text-block-tab2.slide-from-left-animation-copy {
  display: none;
}

.card-text-block-ordi2 {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card-text-block-ordi2.slide-from-right-animation {
  text-align: left;
}

.card-text-block-ordi2.slide-from-left-animation-copy {
  display: flex;
}

.card-text-block-horitel2 {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card-text-block-horitel2.slide-from-right-animation {
  text-align: left;
}

.card-text-block-horitel2.slide-from-left-animation-copy {
  display: none;
}

.card-text-block-vertitel2 {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card-text-block-vertitel2.slide-from-right-animation {
  text-align: left;
}

.card-text-block-vertitel2.slide-from-left-animation-copy {
  display: none;
}

.tablette-intro-particulier {
  letter-spacing: .07vw;
  width: 100%;
  max-width: 150%;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.titre-a-propos {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.titre-a-propos.slide-from-left-animation {
  margin-top: -20px;
}

.titre-contact {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.titre-contact.slide-from-left-animation {
  margin-top: -20px;
}

.intro-contact-vertical {
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  max-width: 50%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.89vw;
  display: none;
}

.rien {
  text-align: center;
  letter-spacing: .07vw;
  text-transform: none;
  max-width: 50%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 1.11vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.89vw;
}

.features-image-wrapper-ta-mere-la-chiennecopy {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 21.7vw;
  max-width: 21.7vw;
  min-height: 28.8vw;
  max-height: 28.8vw;
  display: flex;
  position: relative;
}

.features-image-wrapper-ta-mere-la-chiennecopy.flip-from-left-animation {
  flex-flow: column;
  flex: 0 5 auto;
  justify-content: space-between;
  align-items: flex-end;
  min-width: 30vw;
  max-width: 30vw;
  min-height: 30vw;
}

.features-image-wrapper-ta-mere-la-chiennecopy.flip-from-left-animation.icerns {
  border-radius: 0;
  height: 250px;
}

.features-image-wrappefgthyfthertsert-yr-copy-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 21.7vw;
  max-width: 21.7vw;
  min-height: 28.8vw;
  max-height: 28.8vw;
  display: flex;
  position: relative;
}

.features-image-wrappefgthyfthertsert-yr-copy-copy.flip-from-left-animation {
  flex-flow: column;
  flex: 0 5 auto;
  justify-content: space-between;
  align-items: flex-end;
  min-width: 30vw;
  max-width: 30vw;
  min-height: 30vw;
}

.features-image-wrapper-copy-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 21.7vw;
  max-width: 21.7vw;
  min-height: 28.8vw;
  max-height: 28.8vw;
  display: flex;
  position: relative;
}

.features-image-wrapper-copy-copy.flip-from-left-animation {
  flex-flow: column;
  flex: 0 5 auto;
  justify-content: space-between;
  align-items: flex-end;
  min-width: 30vw;
  max-width: 30vw;
  min-height: 30vw;
}

.features-image-wrapper-copy-copy.flip-from-left-animation.tablet {
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .88rem;
    line-height: 1.25rem;
  }

  h1 {
    letter-spacing: -.0625rem;
    font-size: 4rem;
    line-height: 4.5rem;
  }

  h2 {
    letter-spacing: -.06rem;
    font-size: 3.5rem;
    line-height: 4rem;
  }

  h3 {
    letter-spacing: -.0625rem;
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h4 {
    letter-spacing: -.0625rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h5 {
    letter-spacing: .13rem;
    font-size: .8rem;
    line-height: 1.3rem;
  }

  h6 {
    letter-spacing: .125rem;
    font-size: .7rem;
    line-height: 1.2rem;
  }

  p, a {
    letter-spacing: .06rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  ul, ol {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 2.5rem;
  }

  li {
    letter-spacing: .06rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  sup {
    font-size: 2.5rem;
    line-height: 2rem;
    top: -.3rem;
  }

  blockquote {
    padding: .5rem 0 .5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .space-page-top {
    min-height: 10rem;
  }

  .utilities-title-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .container {
    margin-bottom: 0;
  }

  .container.padding-4-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container.padding-9rem {
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
  }

  .container.padding-9rem.overflow {
    overflow: visible;
  }

  .container.padding-13-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container.rounded-corners-bottom {
    border-bottom-right-radius: 6rem;
    border-bottom-left-radius: 6rem;
  }

  .space-2rem {
    min-height: 2rem;
  }

  .utilities-wrapper {
    width: 100%;
  }

  .utilities-line {
    min-width: 2rem;
    min-height: .25rem;
  }

  .utilities-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .utilities-line-spacer {
    min-height: .06rem;
  }

  .space-4rem {
    min-height: 4rem;
  }

  .hide-on-mobile, .show-on-tab {
    display: block;
  }

  .space-1rem {
    min-height: 1rem;
  }

  .space-0-5rem {
    min-height: .5rem;
  }

  .space-7rem-ggzzz {
    min-height: 7rem;
    display: block;
  }

  .hide-on-tab {
    display: none;
  }

  .max-width-38rem {
    max-width: 38rem;
  }

  .invert {
    filter: invert();
  }

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

  .arrow {
    min-width: .8rem;
    max-width: .8rem;
    min-height: .8rem;
    max-height: .8rem;
  }

  .button-with-circle-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: .125rem 2rem;
    display: none;
  }

  .button-with-circle-icon:where(.w-variant-832c4d77-a6c7-9591-b671-c0febfff2072) {
    margin-left: 0;
    margin-right: 0%;
  }

  .button-with-circle-icon:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787), .button-with-circle-icon.intro-button {
    display: flex;
  }

  .button-with-circle-icon.intro-button-5 {
    width: 30%;
    display: flex;
  }

  .button-with-circle-icon.intro-button-5.w--current {
    width: 18%;
  }

  .footer-logo-link-wrapper {
    z-index: 1000000;
    margin-right: auto;
  }

  .footer-right-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-link {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .footer-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-logo {
    min-height: 2rem;
    max-height: 2rem;
  }

  .footer-line {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: .06rem;
  }

  .footer-top {
    max-width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .socials-wrapper {
    margin-left: auto;
    position: relative;
    top: 19px;
    left: -66px;
  }

  .social-icon {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .social-icon.smaller {
    min-width: 2rem;
    max-width: 1rem;
    min-height: 2rem;
    max-height: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .max-width-17vw {
    max-width: 70%;
  }

  .utilities-side-bar {
    border-right-width: .06rem;
    min-width: 20rem;
    max-width: 20rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
    top: 2rem;
  }

  .utilities-flex-title {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .utilities-icon {
    min-width: 2.5rem;
    height: 2.5rem;
  }

  .navbar {
    height: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .logo-link-wrapper {
    z-index: 999;
    min-height: auto;
  }

  .nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 6rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-family: Exo, sans-serif;
    font-size: 4rem;
    line-height: 6rem;
    display: flex;
  }

  .nav-menu {
    background-color: #adc7ba;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8rem;
    position: fixed;
    inset: 0%;
  }

  .logo {
    min-height: 2rem;
    max-height: 2rem;
  }

  .nav-container {
    justify-content: flex-start;
    min-width: auto;
    margin-left: auto;
    margin-right: 0;
  }

  .menu-button {
    z-index: 999;
    background-color: #0000;
    padding: 1rem 0 1rem 1rem;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .burger-icon {
    color: var(--black-2\<deleted\|variable-e99a3d83-d809-4a12-b259-6cad688e1b34\>);
    font-size: 1.875rem;
  }

  .icon-wrapper {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    top: 2.75rem;
    left: 2.75rem;
  }

  .subheading-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .small-icon {
    min-width: 1.3rem;
    max-width: 1.3rem;
  }

  .card-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .card-flex.reverse-on-tab {
    flex-flow: column-reverse wrap-reverse;
  }

  .icon {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .card-text-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .large-card {
    justify-content: center;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    padding: 4rem;
  }

  .large-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .features-image-wrapper {
    min-width: 19.5rem;
    max-width: 19.5rem;
    min-height: 25.96rem;
    max-height: 25.96rem;
  }

  .features-image-wrapper.flip-from-left-animation.logo4 {
    margin-left: auto;
    margin-right: auto;
  }

  .features-image-wrapper.flip-from-left-animation.icerns {
    width: 40%;
    min-width: auto;
    max-width: none;
    margin-bottom: -50px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .features-image-wrapper.flip-from-left-animation.tablette {
    width: 100%;
    max-width: 50px;
  }

  .features-image {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 160%;
    max-height: 120%;
    position: absolute;
    left: 0%;
    overflow: clip;
  }

  .features-image.img {
    left: -43%;
  }

  .features-image.img.pro {
    border-radius: var(--border-radius);
    width: 100%;
    height: 150%;
    max-height: 120%;
    margin-left: 0;
    top: auto;
    bottom: auto;
    left: 0%;
  }

  .features-image.img.tablet {
    width: 100%;
    height: 170%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .features-image.logo6 {
    width: 110%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 18px;
    padding-left: 0;
    left: -10px;
    right: auto;
  }

  .features-image.icerns2 {
    left: auto;
    right: auto;
  }

  .features-image.img-cttopy {
    left: -43%;
  }

  .features-image.img-cttopy.pro {
    border-radius: var(--border-radius);
    width: 100%;
    height: 150%;
    max-height: 120%;
    margin-left: 0;
    top: auto;
    bottom: auto;
    left: 0%;
  }

  .features-image.img-cttopy.tablet {
    width: 100%;
    height: 170%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .features-image.img-cttopy-copy {
    left: -43%;
  }

  .features-image.img-cttopy-copy.pro {
    border-radius: var(--border-radius);
    width: 100%;
    height: 150%;
    max-height: 120%;
    margin-left: 0;
    top: auto;
    bottom: auto;
    left: 0%;
  }

  .features-image.img-cttopy-copy.tablet {
    width: 100%;
    height: 170%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .features-image.img-copy {
    left: -43%;
  }

  .features-image.img-copy.pro {
    border-radius: var(--border-radius);
    width: 100%;
    height: 150%;
    max-height: 120%;
    margin-left: 0;
    top: auto;
    bottom: auto;
    left: 0%;
  }

  .features-image.img-copy.tablet {
    width: 100%;
    height: 170%;
    margin-left: auto;
    margin-right: auto;
    display: none;
    left: auto;
    right: auto;
  }

  .metrics-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .metrics-wrapper.dz {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .metrics-block {
    flex-flow: column;
    display: flex;
  }

  .metrics-text {
    font-size: 6rem;
    line-height: 6.5rem;
    position: relative;
  }

  .metrics-text.empatje {
    font-size: 4vw;
  }

  .metrics-text.empatje.tablette {
    padding-top: 0;
    padding-bottom: 0;
    top: -137px;
  }

  .metrics-text.empatje-copy {
    font-size: 3vw;
  }

  .metrics-text.empatje-copy.tablette {
    padding-top: 0;
    padding-bottom: 0;
    top: -137px;
  }

  .posts-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .posts-card {
    min-width: 33.8rem;
    max-width: 33.8rem;
  }

  .avatar-line {
    min-width: 2rem;
    max-width: 2rem;
    min-height: .0625rem;
    max-height: .0625rem;
  }

  .posts-avatar-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .avatar-text-block {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .horizontal-line {
    min-height: .0625rem;
    max-height: .0625rem;
  }

  .avatar-wrapper {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .latest-posts-details-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 1rem;
    padding-bottom: .4rem;
  }

  .posts-arrow-wrapper {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding-bottom: .1rem;
    padding-left: .1rem;
    bottom: 2rem;
    right: 2rem;
  }

  .posts-title-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 80%;
  }

  .image-absolute {
    object-position: 50% 50%;
  }

  .posts-category-date-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .badge-post {
    padding: .5rem .8rem .5rem .9rem;
  }

  .latest-image-wrapper {
    min-width: 33.8rem;
    max-width: 33.8rem;
    min-height: 30rem;
    max-height: 30rem;
  }

  .sign-up-form-container {
    margin-top: 60px;
    padding: .5rem 1rem .5rem 2rem;
  }

  .sign-up-form {
    width: 28.8rem;
  }

  .cta-container {
    max-width: 100%;
    max-height: 22rem;
    padding-left: 10%;
    padding-right: 10%;
  }

  .cta-card {
    background-position: 40% 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 44rem;
    max-height: 44rem;
    padding: 4rem;
    box-shadow: 0 1rem 2rem #0003;
  }

  .button-subscribe {
    padding: .8rem 2rem;
  }

  .cta-wrapper {
    grid-template-columns: 1fr;
    top: -22rem;
  }

  .font-white {
    color: var(--white);
  }

  .max-width-30rem {
    max-width: 30rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: none;
  }

  .title-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .a-propos {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .hero-title {
    font-size: 5.5rem;
    line-height: 5.5rem;
  }

  .max-width-20rem {
    max-width: 30rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .metrics-grid-quarter {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .metrics-card {
    border-width: 1px;
    min-width: 18rem;
    max-width: 18rem;
    min-height: 20rem;
    max-height: 20rem;
    padding: 2rem;
  }

  .text-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .blog-wrapper, .blog-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .avatar-large-wrapper {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .blog-image-wrapper {
    min-width: 37.25rem;
    max-width: 37.25rem;
    min-height: 23.28rem;
    max-height: 23.28rem;
  }

  .blog-post {
    width: 90%;
  }

  .form-wrapper {
    max-width: 36.3rem;
  }

  .text-field {
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .88rem;
  }

  .message-area {
    min-height: 7rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .88rem;
  }

  .contact-success-message {
    margin-top: 0;
    padding: 1.5rem 2rem;
  }

  .contact-error-message {
    padding: 1.5rem 2rem;
  }

  .field-label {
    font-size: .88rem;
  }

  .utitlities-title-wrapper {
    grid-row-gap: 16px;
    text-align: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .utility-page-wrap {
    background-image: linear-gradient(#0b0b0bb5, #0b0b0bb5), url('../images/742C9077-965D-4002-9DA6-04C2F9039984.PNG');
  }

  .utility-page-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 16.25rem;
  }

  .faq-question {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .faq-icon {
    min-width: 1.6rem;
    max-width: 1.6rem;
    min-height: 1.6rem;
    max-height: 1.6rem;
  }

  .faq-flex {
    grid-column-gap: 1.9rem;
  }

  .dropdown-toggle {
    padding: 1.5rem 3rem .5rem;
  }

  .dropdown-answer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-width: 90%;
    max-width: 90%;
  }

  .utilities-image {
    min-width: 10rem;
    max-width: 10rem;
    min-height: 10rem;
    max-height: 10rem;
  }

  .utilities-image.invert {
    filter: invert();
  }

  .hero-wrapper {
    min-height: auto;
    max-height: none;
    margin-top: 0;
    padding-left: 4rem;
  }

  .hero-image {
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
  }

  .hero-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem 4rem;
  }

  .hero-block.background-blur {
    margin-top: 0;
    margin-right: 0;
    top: auto;
    left: auto;
  }

  .pop-up-card {
    padding: 2rem;
  }

  .wave {
    min-height: 5rem;
  }

  .about-description {
    max-width: 30rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: none;
  }

  .about-tab-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 10%;
    padding-right: 10%;
  }

  .about-tab-wrapper.slide-up-animation {
    margin-bottom: auto;
  }

  .about-tab-flex {
    grid-column-gap: 1.11vw;
    grid-row-gap: 1.11vw;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .particuliers-tabs {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .flex-grid {
    place-items: center;
    width: 70%;
    margin-bottom: 0;
  }

  .feature-image-wrapper {
    min-width: 39.5rem;
    max-width: 39.5rem;
    min-height: 39.5rem;
    max-height: 39.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .about-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .feature-paragraph {
    max-width: none;
  }

  .about-tab-block {
    grid-row-gap: .5rem;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .about-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 114px;
    position: static;
  }

  .reviews-left-arrow {
    margin-right: 15px;
  }

  .reviews-listing-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
  }

  .reviews-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .reviews-icon {
    padding-left: 0;
    padding-right: 0;
  }

  .reviews-card {
    min-width: 19.5rem;
    max-width: 19.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 3rem;
  }

  .slide-nav-reviews, .reviews-wrapper {
    display: none;
  }

  .reviews-image-circle {
    width: 6rem;
    height: 6rem;
    top: -3rem;
  }

  .faqs-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
  }

  .gallery-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .gallery-image-wrapper {
    min-width: 20rem;
  }

  .gallery-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .services-right {
    grid-row-gap: 2rem;
  }

  .services-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .0625rem;
    grid-template-columns: 1fr 10rem 1fr;
    padding: 2rem;
  }

  .services-block.background-blur {
    margin-right: auto;
  }

  .services-block.background-blur.m-thode-e10.tablette {
    width: 100%;
    left: auto;
  }

  .services-block.background-blur.pro1 {
    left: -10px;
  }

  .services-block.background-blur.pro2 {
    left: auto;
  }

  .particuliers-flex.professionnel {
    display: flex;
  }

  .services-left {
    z-index: auto;
    grid-row-gap: 1rem;
    overflow: visible;
  }

  .teams-image {
    min-height: 20rem;
    max-height: 20rem;
  }

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

  .teams-slider {
    min-width: 17.5rem;
    max-width: 17.5rem;
  }

  .teams-title-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .teams-slider-wrapper {
    min-height: 38rem;
    max-height: 38rem;
  }

  .teams-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .teams-text-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .teams-slides {
    margin-right: 3rem;
  }

  .teams-mask {
    max-width: 17.5rem;
  }

  .aboutlarge-image {
    min-height: auto;
    max-height: none;
  }

  .max-width-58rem {
    text-align: left;
    letter-spacing: .07rem;
    width: 150%;
    max-width: 46rem;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
  }

  .max-width-58rem.methode {
    width: 130%;
  }

  .circle-absolute {
    min-width: 6.25rem;
    max-width: 6.25rem;
    min-height: 6.25rem;
    max-height: 6.25rem;
    display: none;
    inset: auto 0% -238% 18%;
  }

  .image {
    width: 13%;
    min-width: 11%;
  }

  .heading-6 {
    font-family: Inter, sans-serif;
  }

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

  .paragraph-4, .paragraph-7 {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .container-copy.padding-4-5rem, .container-copy.padding-9rem, .container-copy.padding-13-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .wave-particuliers {
    min-height: 5rem;
  }

  .about-wrapper-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .about-text-wrapper-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .about-description-copy {
    max-width: 30rem;
  }

  .paragraph-8 {
    font-size: 1.5vw;
    line-height: 2.7vw;
  }

  .image-2 {
    margin-left: 0;
  }

  .image-2.pro3 {
    width: 100%;
    min-width: 100%;
    left: 60px;
  }

  .text-span-2, .text-span-3, .text-span-4 {
    font-size: .8rem;
  }

  .services-right-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .services-right-copy.pro-7 {
    width: 230%;
    padding-left: 60px;
    display: flex;
    position: relative;
    left: auto;
  }

  .bold-text-2 {
    font-size: 1.3vw;
  }

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

  .text-span-7 {
    font-size: .8rem;
  }

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

  .paragraph-9 {
    font-size: 1.5vw;
    line-height: 2.7vw;
  }

  .space-7rem-copy {
    min-height: 7rem;
  }

  .button-with-circle-icon-copy-copy:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787), .button-with-circle-icon-copy-copy.button-light-copy-copy {
    display: flex;
  }

  .button-with-circle-icon-copy-copy.button-light-copy-copy.particulier {
    display: none;
  }

  .error-message-2 {
    margin-top: 10px;
  }

  .hero-block-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem 4rem;
  }

  .hero-block-copy.background-blur {
    margin-top: 0;
    margin-right: 0;
    top: auto;
    left: auto;
  }

  .link-block-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    left: 0;
  }

  .italic-text-2 {
    min-width: 70%;
  }

  .text-span-9 {
    font-weight: 500;
  }

  .hero-title-copy {
    font-size: 5.5rem;
    line-height: 5.5rem;
  }

  .max-width-20rem-copy, .max-width-20rem-copy-copy, .max-width-20rem-copy-copy {
    max-width: 20rem;
  }

  .max-width-30rem-copy {
    max-width: 30rem;
  }

  .button-with-circle-icon-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: .125rem 2rem;
    display: none;
  }

  .button-with-circle-icon-copy:where(.w-variant-832c4d77-a6c7-9591-b671-c0febfff2072) {
    margin-left: 0;
    margin-right: 0%;
  }

  .button-with-circle-icon-copy:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787), .button-with-circle-icon-copy.intro-button, .button-with-circle-icon-copy.intro-button-5 {
    display: flex;
  }

  .button-with-circle-icon-copy.special {
    align-self: center;
    width: 30%;
    min-width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
    display: flex;
  }

  .button-with-circle-icon-copy.special-5 {
    align-self: center;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
    display: flex;
  }

  .button-with-circle-icon-copy.intro-button-9 {
    display: none;
  }

  .button-with-circle-icon-copy.intro-button-9-copy {
    display: flex;
  }

  .teams-block-copy {
    justify-content: center;
    align-items: center;
  }

  .max-width-58rem-copy {
    text-align: center;
    letter-spacing: .2vw;
    max-width: 44rem;
    font-weight: 400;
    line-height: 2.5vw;
  }

  .text-span-13, .text-span-13.tablet {
    padding-left: 0;
  }

  .heading-17 {
    line-height: 2rem;
    display: none;
  }

  .heading-17.tablet {
    padding-left: 35px;
    line-height: 2rem;
    display: none;
  }

  .max-width-30rem-copy {
    align-self: center;
    width: 90%;
    max-width: 30rem;
    margin-left: auto;
    padding-left: 0;
    font-size: 1.5vw;
    line-height: 2.7vw;
  }

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

  .text-span-15 {
    font-weight: 400;
  }

  .text-span-16 {
    font-weight: 500;
  }

  .text-span-17, .text-span-18 {
    font-weight: 400;
  }

  .text-span-19 {
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
  }

  .text-span-20, .text-span-21 {
    font-weight: 500;
  }

  .italic-text-4 {
    font-size: 1.5vw;
    font-weight: 400;
  }

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

  .intro-a-propos2 {
    max-width: 20rem;
    font-size: 1.5vw;
    line-height: 2.7vw;
  }

  .button-with-circle-icon-copy-copy-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: .125rem 2rem;
    display: none;
  }

  .button-with-circle-icon-copy-copy-copy:where(.w-variant-832c4d77-a6c7-9591-b671-c0febfff2072) {
    margin-left: 0;
    margin-right: 0%;
  }

  .button-with-circle-icon-copy-copy-copy:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787), .button-with-circle-icon-copy-copy-copy.button-light-copy-copy, .button-with-circle-icon-copy-copy-copy.button-light-copy-copy-copy {
    display: flex;
  }

  .text-span-21-copy, .text-span-21-copy-copy {
    font-weight: 500;
  }

  .accomp-buttons {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: .125rem 2rem;
    display: flex;
  }

  .accomp-buttons:where(.w-variant-832c4d77-a6c7-9591-b671-c0febfff2072) {
    margin-left: 0;
    margin-right: 0%;
  }

  .accomp-buttons:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787), .accomp-buttons.intro-button, .accomp-buttons.intro-button-5 {
    display: flex;
  }

  .accomp-buttons.special {
    align-self: center;
    width: 30%;
    min-width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
    display: flex;
  }

  .accomp-buttons.special-5 {
    min-width: 10%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
  }

  .accomp-buttons.intro-button-9 {
    display: flex;
  }

  .accomp-buttons.tablette {
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }

  .accomp-buttons-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: .125rem 2rem;
    display: flex;
  }

  .accomp-buttons-2:where(.w-variant-832c4d77-a6c7-9591-b671-c0febfff2072) {
    margin-left: 0;
    margin-right: 0%;
  }

  .accomp-buttons-2:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787), .accomp-buttons-2.intro-button, .accomp-buttons-2.intro-button-5 {
    display: flex;
  }

  .accomp-buttons-2.special {
    align-self: center;
    width: 30%;
    min-width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
    display: flex;
  }

  .accomp-buttons-2.special-5 {
    min-width: 10%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
  }

  .accomp-buttons-2.intro-button-9 {
    display: flex;
  }

  .accomp-buttons-2.tablette {
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }

  .button-with-circle-icon-copy-copy:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787), .button-with-circle-icon-copy-copy.intro-button, .button-with-circle-icon-copy-copy.intro-button-5 {
    display: flex;
  }

  .button-with-circle-icon-copy-copy.special-5 {
    min-width: 10%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
  }

  .button-with-circle-icon-copy-copy.intro-button-9, .button-with-circle-icon-copy-copy.intro-button-9-copy {
    display: flex;
  }

  .max-width-30rem-copy {
    width: auto;
    max-width: 30rem;
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 2.7vw;
    display: flex;
  }

  .particuliers-block-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .container-copy-copy.padding-4-5rem, .container-copy-copy.padding-9rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-copy-copy.padding-9rem.overflow {
    max-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .max-width-30rem-copy-copy {
    align-self: center;
    width: 90%;
    max-width: 30rem;
    margin-left: auto;
    padding-left: 0;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .croquette-au-chevre {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .container-copy-copy-copy.padding-9rem {
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
  }

  .container-copy-copy-copy.padding-9rem.overflow {
    overflow: visible;
  }

  .container-copy-copy-copy.padding-13-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-copy-copy-copy.background-primary.rounded-corners-bottom {
    padding-bottom: 0;
  }

  .max-width-20rem-copy-copy-copy {
    max-width: 20rem;
    font-size: 1.5vw;
    line-height: 2.7vw;
  }

  .paragraph-9-copy {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .container-copy-copy-copy.padding-4-5rem, .container-copy-copy-copy.padding-9rem, .container-copy-copy-copy.padding-13-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-copy-copy-copy.rounded-corners-bottom {
    border-bottom-right-radius: 6rem;
    border-bottom-left-radius: 6rem;
  }

  .container-methode {
    margin-bottom: 0;
  }

  .container-methode.padding-4-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-methode.padding-9rem {
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
  }

  .container-methode.padding-9rem.overflow {
    overflow: visible;
  }

  .container-methode.padding-13-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-methode.rounded-corners-bottom {
    border-bottom-right-radius: 6rem;
    border-bottom-left-radius: 6rem;
  }

  .container-methode.background-primary.rounded-corners-bottom {
    padding-bottom: 0;
  }

  .wave-particuliers-copy {
    min-height: 5rem;
  }

  .flex-grid-copy {
    place-items: center;
    width: 70%;
    margin-bottom: 0;
  }

  .about-tab-wrapper-copy.slide-up-animation, .about-tab-wrapper-copy.slide-up-animation-copy, .about-tab-wrapper-copy.slide-up-animation-copy-copy {
    margin-bottom: -200px;
  }

  .about-tab-wrapper-methode {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 10%;
    padding-right: 10%;
  }

  .about-tab-wrapper-methode.slide-up-animation, .about-tab-wrapper-methode.slide-up-animation-copy, .about-tab-wrapper-methode.slide-up-animation-m-thode {
    margin-bottom: -200px;
  }

  .button-with-circle-icon-copy-copy:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787), .button-with-circle-icon-copy-copy.intro-button, .button-with-circle-icon-copy-copy.intro-button-5 {
    display: flex;
  }

  .button-with-circle-icon-copy-copy.special-5-copy {
    align-self: center;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
    display: flex;
  }

  .container-copy.padding-9rem-copy {
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
  }

  .container-copy.padding-9rem-copy.overflow, .container-copy.padding-9rem-copy.overflow-copy {
    overflow: visible;
  }

  .services-right-copy {
    grid-row-gap: 2rem;
  }

  .services-right-copy.methode-h.methide {
    width: 195%;
    padding-left: 0;
    left: auto;
  }

  .container-methode-copy {
    margin-bottom: 0;
  }

  .container-methode-copy.padding-4-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-methode-copy.padding-9rem {
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
  }

  .container-methode-copy.padding-9rem.overflow {
    overflow: visible;
  }

  .container-methode-copy.padding-13-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-methode-copy.rounded-corners-bottom {
    border-bottom-right-radius: 6rem;
    border-bottom-left-radius: 6rem;
  }

  .container-methode-copy.background-primary.rounded-corners-bottom {
    padding-bottom: 0;
  }

  .container-methode-copy.padding-4-5rem-copy {
    padding-left: 10%;
    padding-right: 10%;
  }

  .services-left-copy {
    z-index: auto;
    grid-row-gap: 1rem;
    overflow: visible;
  }

  .services-left-copy.pro10 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-copy.padding-4-5rem-copy {
    padding-left: 10%;
    padding-right: 10%;
  }

  .card-flex-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .card-flex-copy.reverse-on-tab, .card-flex-copy.reverse-on-tab-copy {
    flex-flow: column-reverse wrap-reverse;
  }

  .card-text-block-copy.slide-from-right-animation-copy {
    display: none;
  }

  .accomp-buttons-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: .125rem 2rem;
    display: flex;
  }

  .accomp-buttons-copy:where(.w-variant-832c4d77-a6c7-9591-b671-c0febfff2072) {
    margin-left: 0;
    margin-right: 0%;
  }

  .accomp-buttons-copy:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787), .accomp-buttons-copy.intro-button, .accomp-buttons-copy.intro-button-5 {
    display: flex;
  }

  .accomp-buttons-copy.special {
    align-self: center;
    width: 30%;
    min-width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
    display: flex;
  }

  .accomp-buttons-copy.special-5 {
    min-width: 10%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
  }

  .accomp-buttons-copy.intro-button-9 {
    display: flex;
  }

  .accomp-buttons-copy-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: .125rem 2rem;
    display: flex;
  }

  .accomp-buttons-copy-copy:where(.w-variant-832c4d77-a6c7-9591-b671-c0febfff2072) {
    margin-left: 0;
    margin-right: 0%;
  }

  .accomp-buttons-copy-copy:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787), .accomp-buttons-copy-copy.intro-button, .accomp-buttons-copy-copy.intro-button-5 {
    display: flex;
  }

  .accomp-buttons-copy-copy.special {
    align-self: center;
    width: 30%;
    min-width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
    display: flex;
  }

  .accomp-buttons-copy-copy.special-5 {
    min-width: 10%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
  }

  .accomp-buttons-copy-copy.intro-button-9 {
    display: flex;
  }

  .max-width-20rem-copy {
    max-width: 30rem;
    font-size: 1.5vw;
    line-height: 2.7vw;
  }

  .card-text-block-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-text-block-copy.slide-from-left-animation-copy {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-19 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .accomp-buttons-2-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: .125rem 2rem;
    display: flex;
  }

  .accomp-buttons-2-copy:where(.w-variant-832c4d77-a6c7-9591-b671-c0febfff2072) {
    margin-left: 0;
    margin-right: 0%;
  }

  .accomp-buttons-2-copy:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787), .accomp-buttons-2-copy.intro-button, .accomp-buttons-2-copy.intro-button-5 {
    display: flex;
  }

  .accomp-buttons-2-copy.special {
    align-self: center;
    width: 30%;
    min-width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
    display: flex;
  }

  .accomp-buttons-2-copy.special-5 {
    min-width: 10%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
  }

  .accomp-buttons-2-copy.intro-button-9 {
    display: flex;
  }

  .icon-copy {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .particuliers-tabs-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .button-accueil-prese {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: .125rem 2rem;
    display: none;
  }

  .button-accueil-prese:where(.w-variant-832c4d77-a6c7-9591-b671-c0febfff2072) {
    margin-left: 0;
    margin-right: 0%;
  }

  .button-accueil-prese:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787), .button-accueil-prese.intro-button, .button-accueil-prese.intro-button-5 {
    display: flex;
  }

  .button-accueil-prese.special {
    align-self: center;
    width: 30%;
    min-width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
    display: flex;
  }

  .button-accueil-prese.special-5 {
    align-self: center;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
    display: flex;
  }

  .button-accueil-prese.intro-button-9 {
    display: none;
  }

  .button-accueil-prese.intro-button-9-copy {
    display: flex;
  }

  .button-with-circle-icon-copy-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: .125rem 2rem;
    display: none;
  }

  .button-with-circle-icon-copy-copy:where(.w-variant-832c4d77-a6c7-9591-b671-c0febfff2072) {
    margin-left: 0;
    margin-right: 0%;
  }

  .button-with-circle-icon-copy-copy:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787), .button-with-circle-icon-copy-copy.intro-button, .button-with-circle-icon-copy-copy.intro-button-5 {
    display: flex;
  }

  .button-with-circle-icon-copy-copy.special {
    align-self: center;
    width: 30%;
    min-width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
    display: flex;
  }

  .button-with-circle-icon-copy-copy.special-5 {
    align-self: center;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
    display: flex;
  }

  .button-with-circle-icon-copy-copy.intro-button-9 {
    display: none;
  }

  .button-with-circle-icon-copy-copy.intro-button-9-copy {
    display: flex;
  }

  .button-entrerpise {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: .125rem 2rem;
    display: none;
  }

  .button-entrerpise:where(.w-variant-832c4d77-a6c7-9591-b671-c0febfff2072) {
    margin-left: 0;
    margin-right: 0%;
  }

  .button-entrerpise:where(.w-variant-45ccf558-9b1c-7fcb-70aa-5572cee1d787), .button-entrerpise.intro-button, .button-entrerpise.intro-button-5 {
    display: flex;
  }

  .button-entrerpise.special {
    align-self: center;
    width: 30%;
    min-width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
    display: flex;
  }

  .button-entrerpise.special-5 {
    align-self: center;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
    display: flex;
  }

  .button-entrerpise.intro-button-9 {
    display: none;
  }

  .button-entrerpise.intro-button-9-copy {
    display: flex;
  }

  .button-entrerpise.special-5-copy {
    align-self: center;
    min-width: auto;
    max-width: none;
    margin: 0 0% -140px 0;
    display: flex;
  }

  .space-page-top-copy {
    min-height: 10rem;
  }

  .text-span-20-copy {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
  }

  .max-width-30rem-copy {
    max-width: 30rem;
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 2.7vw;
  }

  .italic-text-4-copy {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3rem;
  }

  .a-propos-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .intro-a-propos {
    max-width: 30rem;
    font-size: 1.5vw;
    line-height: 2.7vw;
  }

  .tirtre-into-a-propos {
    max-width: 30rem;
    font-size: 4vw;
    line-height: 2.7vw;
    display: none;
  }

  .tirtre-into-a-propos.zefz {
    padding-top: 14px;
    font-size: 3vw;
    display: none;
  }

  .section-propos-2, .section-propos-2.valurs7 {
    display: none;
  }

  .section-propos-2.tablet {
    height: 220px;
  }

  .features-image-wrapper-copy.flip-from-left-animation.tablet {
    margin-left: auto;
    margin-right: auto;
  }

  .v {
    max-width: 30rem;
    padding-left: 48px;
    font-size: 1.5vw;
    line-height: 2.7vw;
  }

  .v.tablet {
    font-size: 5vw;
  }

  .v.tablet-copy {
    font-size: 4vw;
  }

  .intro-a-propos-copy, .v-copy {
    max-width: 30rem;
    font-size: 1.5vw;
    line-height: 2.7vw;
  }

  .about-tab-wrapper-copy-copy.slide-up-animation, .about-tab-wrapper-copy-copy.slide-up-animation-copy, .about-tab-wrapper-copy-copy.slide-up-animation-copy-copy {
    margin-bottom: -200px;
  }

  .about-tab-wrapper-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 10%;
    padding-right: 10%;
  }

  .about-tab-wrapper-copy.slide-up-animation {
    margin-bottom: -200px;
  }

  .intro-a-propos2-copy {
    max-width: 20rem;
    font-size: 1.5vw;
    line-height: 2.7vw;
  }

  .intro-a-propos-2 {
    width: 80%;
    max-width: 90%;
    font-size: 1.7vw;
    line-height: 2.7vw;
    display: none;
  }

  .intro-a-propos-2.tablet {
    width: 100%;
    max-width: 200%;
    margin-top: 3.9rem;
    padding-bottom: 0;
    bottom: 67px;
  }

  .intro-methode-tablette {
    max-width: 30rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .image-17.arbre.tablet {
    width: 130%;
    max-width: 150%;
    left: auto;
  }

  .application-m-thode-ordi.m-thode-8 {
    display: none;
  }

  .a-propos-copy-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .text-span-26 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    display: block;
  }

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

  .italic-text-9 {
    font-size: .8rem;
    line-height: 1.7rem;
  }

  .section-propos-2-copy.tablet {
    height: 220px;
  }

  .container-copy-copy.background-primary.rounded-corners-bottom, .container-copy-copy.background-primary-copy.rounded-corners-bottom {
    padding-bottom: 0;
  }

  .card-text-block-copy-copy.slide-from-right-animation-copy-copy {
    padding-left: 0;
  }

  .container-copy-copy {
    margin-bottom: 0;
  }

  .container-copy-copy.padding-4-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-copy-copy.padding-9rem {
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
  }

  .container-copy-copy.padding-9rem.overflow {
    overflow: visible;
  }

  .container-copy-copy.padding-13-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-copy-copy.rounded-corners-bottom {
    border-bottom-right-radius: 6rem;
    border-bottom-left-radius: 6rem;
  }

  .container-copy-copy.background-primary.rounded-corners-bottom {
    padding-bottom: 0;
  }

  .container-copy-copy.padding-4-5rem-copy, .container-copy-copy.padding-4-5rem-copy-copy {
    padding-left: 10%;
    padding-right: 10%;
  }

  .features-image-wrapper-copy.flip-from-left-animation.tablette, .features-image-wrapper-copy.flip-from-left-animation-copy.tablette {
    width: 100%;
    max-width: 50px;
  }

  .about-tab-wrapper-copy-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 10%;
    padding-right: 10%;
  }

  .about-tab-wrapper-copy-copy.slide-up-animation {
    margin-bottom: -200px;
  }

  .max-width-58rem-copy.methode {
    width: 130%;
  }

  .container-copy {
    margin-bottom: 0;
  }

  .container-copy.padding-4-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-copy.padding-9rem {
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
  }

  .container-copy.padding-9rem.overflow {
    overflow: visible;
  }

  .container-copy.padding-13-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-copy.rounded-corners-bottom {
    border-bottom-right-radius: 6rem;
    border-bottom-left-radius: 6rem;
  }

  .container-copy.background-primary.rounded-corners-bottom {
    padding-bottom: 0;
  }

  .italic-text-8-copy {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .intro-a-propos2-copy-copy-copy {
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .intro-a-propos2-copy-copy-copy.tablette {
    display: none;
  }

  .intro-particulier-ordi {
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .intro-particulier-ordi.tablette {
    display: none;
  }

  .intro-part-tablette {
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .intro-part-tablette.tablette {
    max-width: 30rem;
    display: block;
  }

  .intro-methode-ordi-copy {
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: none;
  }

  .application-m-thode-tablette.m-thode-8 {
    display: flex;
  }

  .intro-entreprise-ordi {
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: none;
  }

  .intro-entreprise-tablette {
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .intro-entreprise-tablette-copy {
    max-width: 30rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .section-propos-tablette {
    height: 240px;
    padding-top: 7px;
    display: block;
  }

  .section-propos-tablette.tablet {
    height: 220px;
  }

  .tableyyye {
    display: block;
  }

  .tableyyye.valurs7 {
    height: 200px;
    display: block;
  }

  .tableyyye.tablet {
    height: 220px;
  }

  .reconv-tab {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .tel-icone-intro, .icone {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .tel {
    margin-bottom: 0;
  }

  .tel.padding-4-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .tel.padding-9rem {
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
  }

  .tel.padding-9rem.overflow {
    overflow: visible;
  }

  .tel.padding-13-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .tel.rounded-corners-bottom {
    border-bottom-right-radius: 6rem;
    border-bottom-left-radius: 6rem;
  }

  .tel.background-primary.rounded-corners-bottom {
    padding-bottom: 0;
  }

  .ordi {
    margin-bottom: 0;
  }

  .ordi.padding-4-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .ordi.padding-9rem {
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
  }

  .ordi.padding-9rem.overflow {
    overflow: visible;
  }

  .ordi.padding-13-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .ordi.rounded-corners-bottom {
    border-bottom-right-radius: 6rem;
    border-bottom-left-radius: 6rem;
  }

  .ordi.background-primary.rounded-corners-bottom {
    padding-bottom: 0;
  }

  .icone-copy {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .max-width-58rem-copy-copy {
    text-align: left;
    letter-spacing: .07rem;
    width: 150%;
    max-width: 46rem;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
  }

  .heading-32-copy {
    text-align: left;
    align-self: center;
  }

  .space-7rem-zzz-copy {
    min-height: 7rem;
    margin-bottom: 140px;
  }

  .max-width-58rem-copy {
    text-align: left;
    letter-spacing: .07rem;
    width: 150%;
    max-width: 46rem;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
  }

  .max-width-58rem-copy.methode {
    width: 110%;
    max-width: none;
  }

  .max-width-58rem-copy.methode.tel {
    display: none;
  }

  .max-width-58rem-copy-copy {
    text-align: left;
    letter-spacing: .07rem;
    width: 150%;
    max-width: 46rem;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    display: none;
  }

  .max-width-58rem-copy-copy.methode {
    width: 130%;
  }

  .intro-tablette {
    color: var(--black);
    max-width: 30rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .methode-tablette-accueil {
    text-align: left;
    letter-spacing: .07rem;
    width: 150%;
    max-width: 46rem;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    display: block;
  }

  .methode-tablette-accueil.methode {
    width: 130%;
  }

  .pro-accueil-tablette {
    text-align: center;
    max-width: 30rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: block;
  }

  .max-width-30rem-copy {
    max-width: 30rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: none;
  }

  .accueil-tablette-parti {
    text-align: center;
    max-width: 30rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: block;
  }

  .about-description-tablette {
    max-width: 30rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .tablette-excercie, .approche-tablette, .mission, .tab-rhm, .tab-tar, .tab-mod, .tab-sea {
    text-align: center;
    max-width: 30rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: block;
  }

  .about-description-pro-tab {
    max-width: 30rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .approche-pro-tab, .cadre-pro-tel, .modalit-pro-tab, .tarifs-pro-tab, .dimension-analys-tab, .cadre-m-thode-tab, .comprendre-tab {
    text-align: center;
    max-width: 30rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: block;
  }

  .space-7rem-ggzzz-copy {
    min-height: 7rem;
    margin-bottom: 0;
    display: block;
  }

  .mo-n-parcours-tab {
    text-align: center;
    width: 90%;
    max-width: 130%;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: block;
  }

  .mon-parcours-titre-tab {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    line-height: 2rem;
    display: block;
  }

  .mon-parcours-titre-tab.tablet {
    padding-left: 35px;
    line-height: 2rem;
  }

  .tablette-reconversion {
    text-align: center;
    width: 90%;
    max-width: 30rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: block;
  }

  .tablette-edns {
    line-height: 2rem;
    display: none;
  }

  .tablette-edns.tablet {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    line-height: 2rem;
    display: block;
  }

  .tablette-intro-ends, .tablette-vision-pro {
    text-align: center;
    max-width: 30rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: block;
  }

  .titre-tab {
    max-width: 30rem;
    font-size: 5vw;
    line-height: 2.7vw;
    display: block;
  }

  .titre-tab.zefz {
    padding-top: 14px;
    font-size: 3vw;
  }

  .tab {
    max-width: 30rem;
    font-size: 4vw;
    line-height: 2.7vw;
  }

  .tab.zefz {
    padding-top: 14px;
    font-size: 4vw;
    display: block;
  }

  .intro-a-propos-2-tab {
    width: 80%;
    max-width: 90%;
    font-size: 1rem;
    line-height: 1.7rem;
    top: -40px;
  }

  .intro-a-propos-2-tab.tablet {
    width: 100%;
    max-width: 200%;
    margin-top: 3.9rem;
    padding-bottom: 0;
    bottom: 67px;
  }

  .intro-methode-accueil {
    text-align: left;
    letter-spacing: .07rem;
    width: 150%;
    max-width: 46rem;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    display: none;
  }

  .intro-methode-accueil.methode {
    width: 130%;
  }

  .tel-sea-copy, .tel-mod-copy, .tel-rhm-copy, .tel-tar-vert {
    max-width: 30rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: none;
  }

  .intro-part-tel {
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .intro-part-tel.tablette {
    display: block;
  }

  .intro-part-tel-copy {
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .intro-part-tel-copy.tablette {
    display: none;
  }

  .intro-methode-tel {
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: none;
  }

  .dimension-analys-tel-copy, .cadre-m-thode-tel, .comprendre-tel-copy {
    max-width: 30rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: none;
  }

  .methode-appli-tel {
    text-align: left;
    letter-spacing: .07rem;
    width: 150%;
    max-width: 46rem;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
  }

  .methode-appli-tel.methode {
    width: 110%;
    max-width: none;
  }

  .methode-appli-tel.methode.tel {
    display: none;
  }

  .approche-pro-tel, .cadre-pro-tel-copy, .modalit-pro-tel, .tarifs-pro-tel {
    max-width: 30rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: none;
  }

  .mo-n-parcours-tel {
    text-align: center;
    width: 90%;
    max-width: 130%;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: none;
  }

  .telintro-ends-copy, .tel-vision-pro-copy {
    text-align: center;
    max-width: 30rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: none;
  }

  .text-span-20-copy {
    font-weight: 500;
  }

  .tel-image-wrapper-copy {
    min-width: 19.5rem;
    max-width: 19.5rem;
    min-height: 25.96rem;
    max-height: 25.96rem;
  }

  .tel-image-wrapper-copy.flip-from-left-animation.logo4 {
    margin-left: auto;
    margin-right: auto;
  }

  .tel-image-wrapper-copy.flip-from-left-animation.icerns {
    width: 40%;
    min-width: auto;
    max-width: none;
    margin-bottom: -50px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: none;
  }

  .tel-image-wrapper-copy.flip-from-left-animation.tablette {
    width: 100%;
    max-width: 50px;
  }

  .tel-verticla-methode-accueil {
    text-align: left;
    letter-spacing: .07rem;
    width: 150%;
    max-width: 46rem;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
  }

  .tel-verticla-methode-accueil.methode {
    width: 130%;
  }

  .intro-tel-accueil, .intro-tel-vertical-accueil {
    color: var(--black);
    max-width: 30rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: none;
  }

  .pro-accueil-tel-vertical {
    max-width: 30rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: none;
  }

  .about-description-tel-vertcial {
    max-width: 30rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: none;
  }

  .tel-excercie-copy, .approche-tel-vert, .mission-tel-vert {
    max-width: 30rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: none;
  }

  .intro-part-tel-cert {
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .intro-part-tel-cert.tablette {
    display: none;
  }

  .recon-tel {
    justify-content: center;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    padding: 4rem;
  }

  .card-text-block-copy-copy.slide-from-left-animation-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .reconverstion-tel-horizontal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .reconverstion-tel-horizontal.slide-from-left-animation-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .vision-pro-tel-hori {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .vision-pro-tel-hori.slide-from-left-animation-copy {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .tel_hori {
    max-width: 30rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: none;
  }

  .text-block-8 {
    font-size: 1.5vw;
    line-height: 2.3vw;
    display: block;
  }

  .tel-sea-vert, .tel-mod-vert, .tel-rhm-vert, .tel-tar-vert-copy {
    max-width: 30rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: none;
  }

  .intro-methode-telvert {
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: none;
  }

  .dimension-analys-telvert, .cadre-m-thode-vert-tel-copy, .comprendre-tel-copy-copy {
    max-width: 30rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: none;
  }

  .methode-appli-tel-vert {
    text-align: left;
    letter-spacing: .07rem;
    width: 150%;
    max-width: 46rem;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
  }

  .methode-appli-tel-vert.methode {
    width: 110%;
    max-width: none;
  }

  .methode-appli-tel-vert.methode.tel {
    display: none;
  }

  .paragraph-9-copy-copy, .benefecice-anlayse {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .tab-rewiew {
    display: block;
  }

  .tel-hor-review, .tel-vert-review {
    display: none;
  }

  .features-image-wrapper-copy.flip-from-left-animation.tablette {
    width: 100%;
    max-width: 50px;
    display: none;
  }

  .features-image-wrapper-copy {
    min-width: 19.5rem;
    max-width: 19.5rem;
    min-height: 25.96rem;
    max-height: 25.96rem;
  }

  .features-image-wrapper-copy.flip-from-left-animation.logo4 {
    margin-left: auto;
    margin-right: auto;
  }

  .features-image-wrapper-copy.flip-from-left-animation.icerns {
    width: 40%;
    min-width: auto;
    max-width: none;
    margin-bottom: -50px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .features-image-wrapper-copy.flip-from-left-animation.tablette {
    width: 100%;
    max-width: 50px;
  }

  .features-image-wrapper-copy-copy.flip-from-left-animation.logo4 {
    margin-left: auto;
    margin-right: auto;
  }

  .features-image-wrapper-copy-copy.flip-from-left-animation.icerns {
    width: 40%;
    min-width: auto;
    max-width: none;
    margin-bottom: -50px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .features-image-wrapper-copy-copy.flip-from-left-animation.tablette {
    width: 100%;
    max-width: 50px;
    display: flex;
  }

  .intro-entreprise-tel-vert {
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: none;
  }

  .approche-pro-tel-vert, .cadre-pro-tel-vert, .modalit-pro-tel-vert, .tarifs-pro-tel-vert {
    max-width: 30rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: none;
  }

  .section-propos-tel {
    height: 240px;
    padding-top: 7px;
    display: none;
  }

  .section-propos-tel.tablet {
    height: 220px;
  }

  .reconverstion-tel-vert {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .reconverstion-tel-vert.slide-from-left-animation-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .telk-vert {
    display: block;
  }

  .telk-vert.valurs7 {
    height: 200px;
    display: none;
  }

  .telk-vert.tablet {
    height: 220px;
  }

  .telintro-ends-vert {
    text-align: center;
    max-width: 30rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: none;
  }

  .vision-pro-tel-vert {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .vision-pro-tel-vert.slide-from-left-animation-copy {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .titre-tel-vert {
    max-width: 30rem;
    font-size: 5vw;
    line-height: 2.7vw;
    display: none;
  }

  .titre-tel-vert.zefz {
    padding-top: 14px;
    font-size: 3vw;
  }

  .tel-vert-sous-titre {
    max-width: 30rem;
    font-size: 4vw;
    line-height: 2.7vw;
  }

  .tel-vert-sous-titre.zefz {
    padding-top: 14px;
    font-size: 4vw;
    display: none;
  }

  .mon-parcours-tel-vertical {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .mon-parcours-tel-vertical.slide-from-left-animation-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .tel-a-enlever {
    text-align: center;
    width: 90%;
    max-width: 130%;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7rem;
    display: none;
  }

  .mon-parcours-tel-vertical-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .mon-parcours-tel-vertical-2.slide-from-left-animation-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .mon-parcours-titre-tab-copy {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    line-height: 2rem;
    display: block;
  }

  .mon-parcours-titre-tab-copy.tablet {
    padding-left: 35px;
    line-height: 2rem;
  }

  .tel-horizontal-mon-parcours {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .large-card-tropcopy {
    justify-content: center;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    padding: 4rem;
  }

  .card-flex-ordi {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .card-flex-ordi.reverse-on-tab, .card-flex-ordi.reverse-on-tab-copy {
    flex-flow: column-reverse wrap-reverse;
  }

  .tel-horiztontal-mon-parcours-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .tel-horiztontal-mon-parcours-copy.reverse-on-tab, .tel-horiztontal-mon-parcours-copy.reverse-on-tab-copy {
    flex-flow: column-reverse wrap-reverse;
  }

  .card-flex-ordi-1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .card-flex-ordi-1.reverse-on-tab {
    flex-flow: column-reverse wrap-reverse;
  }

  .card-flex-ordi-ordi-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .card-flex-ordi-ordi-2.reverse-on-tab, .card-flex-ordi-ordi-2.reverse-on-tab-copy {
    flex-flow: column-reverse wrap-reverse;
  }

  .card-flex-ordi-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .card-flex-ordi-2.reverse-on-tab, .card-flex-ordi-2.reverse-on-tab-copy {
    flex-flow: column-reverse wrap-reverse;
  }

  .card-text-block-copy-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-text-block-copy-copy.slide-from-right-animation-copy {
    display: none;
  }

  .card-text-block-tab {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-text-block-tab.slide-from-right-animation-copy {
    display: flex;
  }

  .card-text-block-horitel {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-text-block-horitel.slide-from-right-animation-copy {
    display: none;
  }

  .card-text-block-vertitel {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-text-block-vertitel.slide-from-right-animation-copy {
    display: none;
  }

  .card-text-block-tab2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-text-block-tab2.slide-from-left-animation-copy {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .card-text-block-ordi2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-text-block-ordi2.slide-from-left-animation-copy {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .card-text-block-horitel2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-text-block-horitel2.slide-from-left-animation-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .card-text-block-vertitel2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-text-block-vertitel2.slide-from-left-animation-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .tablette-intro-particulier {
    max-width: 30rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .titre-a-propos, .titre-contact {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .intro-contact-vertical, .rien {
    max-width: 30rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: none;
  }

  .features-image-wrapper-ta-mere-la-chiennecopy {
    min-width: 19.5rem;
    max-width: 19.5rem;
    min-height: 25.96rem;
    max-height: 25.96rem;
  }

  .features-image-wrapper-ta-mere-la-chiennecopy.flip-from-left-animation.logo4 {
    margin-left: auto;
    margin-right: auto;
  }

  .features-image-wrapper-ta-mere-la-chiennecopy.flip-from-left-animation.icerns {
    width: 40%;
    min-width: auto;
    max-width: none;
    margin-bottom: -50px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .features-image-wrapper-ta-mere-la-chiennecopy.flip-from-left-animation.tablette {
    width: 100%;
    max-width: 50px;
  }

  .features-image-wrappefgthyfthertsert-yr-copy-copy {
    min-width: 19.5rem;
    max-width: 19.5rem;
    min-height: 25.96rem;
    max-height: 25.96rem;
  }

  .features-image-wrappefgthyfthertsert-yr-copy-copy.flip-from-left-animation.tablet {
    margin-left: auto;
    margin-right: auto;
  }

  .features-image-wrapper-copy-copy {
    min-width: 19.5rem;
    max-width: 19.5rem;
    min-height: 25.96rem;
    max-height: 25.96rem;
  }

  .features-image-wrapper-copy-copy.flip-from-left-animation.tablet {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h4 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .utilities-wrapper-title {
    width: 100%;
  }

  .container.padding-4-5rem {
    margin-top: -40px;
    padding-bottom: 20px;
  }

  .container.padding-9rem.overflow {
    margin-top: auto;
  }

  .rich-text, .utilities-wrapper-paragraph {
    width: 100%;
  }

  .utilities-wrapper-rich-text-and-buttons {
    max-width: 100%;
  }

  .utilities-flex-headings-and-paragraph {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .hide-on-mobile {
    display: none;
  }

  .show-on-tab {
    display: block;
  }

  .max-width-38rem {
    max-width: 28rem;
  }

  .button-with-circle-icon.intro-button-5 {
    width: 40%;
  }

  .button-with-circle-icon.intro-button-5.w--current {
    width: 30%;
    max-width: none;
  }

  .footer-logo-link-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    position: static;
  }

  .footer-right-flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-top {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: center;
  }

  .footer-block {
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-bottom: 60px;
  }

  .socials-wrapper {
    margin-left: auto;
    position: relative;
    top: 5px;
    left: 1px;
  }

  .social-icon.smaller {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    margin-right: 10px;
  }

  .max-width-17vw {
    margin-left: auto;
    position: static;
  }

  .logo-link-wrapper {
    padding-left: 0;
  }

  .nav-menu {
    max-width: none;
    max-height: 100vh;
    overflow: auto;
  }

  .menu-button {
    max-width: 100vh;
    overflow: auto;
  }

  .subheading-flex {
    align-self: center;
  }

  .icon {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .large-card {
    padding: 0 2rem;
  }

  .large-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .features-image-wrapper {
    min-width: 19.5rem;
    max-width: 19.5rem;
    min-height: 25.96rem;
    max-height: 25.96rem;
  }

  .features-image-wrapper.flip-from-left-animation.logo4 {
    width: auto;
    max-width: none;
  }

  .features-image-wrapper.flip-from-left-animation.icerns {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    display: block;
  }

  .features-image {
    border-radius: var(--border-radius);
    inset: -20% auto auto;
  }

  .features-image.img.pro {
    align-self: flex-start;
    top: -20%;
    left: auto;
    right: auto;
  }

  .features-image.img.tablet {
    object-position: 50% 50%;
    width: 100%;
    height: 160%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: auto;
  }

  .features-image.logo6 {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 200%;
    top: 0;
    left: auto;
  }

  .features-image.icerns2 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    top: 10px;
    left: auto;
  }

  .features-image.tablette {
    border-radius: var(--border-radius);
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .features-image.tablette-copy {
    border-radius: var(--border-radius);
    margin-top: 18px;
    margin-left: 9px;
  }

  .features-image.img-cttopy.pro {
    align-self: flex-start;
    top: -20%;
    left: auto;
    right: auto;
  }

  .features-image.img-cttopy.tablet {
    object-position: 50% 50%;
    width: 100%;
    height: 160%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }

  .features-image.img-cttopy-copy.pro {
    align-self: flex-start;
    top: -20%;
    left: auto;
    right: auto;
  }

  .features-image.img-cttopy-copy.tablet {
    object-position: 50% 50%;
    width: 100%;
    height: 160%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }

  .features-image.img-copy.pro {
    align-self: flex-start;
    top: -20%;
    left: auto;
    right: auto;
  }

  .features-image.img-copy.tablet {
    object-position: 50% 50%;
    width: 100%;
    height: 160%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
    left: auto;
  }

  .metrics-text {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .posts-card {
    text-align: center;
    align-items: center;
    min-width: 27rem;
    max-width: 27rem;
  }

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

  .latest-posts-details-flex {
    flex-direction: row;
    justify-content: center;
    padding-bottom: 1rem;
  }

  .posts-title-flex {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .posts-category-date-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .latest-image-wrapper {
    min-width: 27rem;
    max-width: 27rem;
  }

  .sign-up-text-field {
    text-align: left;
  }

  .sign-up-form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 360px;
  }

  .cta-container {
    max-height: 23.5rem;
  }

  .cta-card {
    background-position: 37% 0;
    min-height: 47rem;
    max-height: 47rem;
  }

  .cta-card.slide-down-animation {
    background-size: cover;
    overflow: hidden;
  }

  .cta-wrapper {
    top: -23.5rem;
  }

  .max-width-30rem {
    text-align: center;
    max-width: 21rem;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    display: none;
  }

  .hero-title {
    font-size: 4rem;
    line-height: 4rem;
  }

  .max-width-20rem {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .metrics-card {
    min-width: 20rem;
    max-width: 20rem;
  }

  .text-block.slide-from-left-animation.slide-left {
    margin-top: 50px;
  }

  .avatar-large-wrapper {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .blog-image-wrapper {
    min-width: 26.25rem;
    max-width: 26.25rem;
    min-height: 17.59rem;
    max-height: 17.59rem;
  }

  .form-wrapper {
    max-width: 24.38rem;
  }

  .dropdown-answer {
    width: 90%;
  }

  .hero-wrapper {
    margin-top: -50px;
    margin-bottom: -229px;
  }

  .hero-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .wave {
    min-height: 3.5rem;
  }

  .about-description {
    font-size: 1rem;
    line-height: 1.7rem;
    display: none;
  }

  .about-tab-wrapper {
    width: 100%;
  }

  .particuliers-tabs {
    grid-template-columns: 1fr;
  }

  .flex-grid {
    place-items: start stretch;
  }

  .feature-image-wrapper {
    min-width: 27.6rem;
    max-width: 27.6rem;
    min-height: 27.6rem;
    max-height: 27.6rem;
    margin-left: 0;
    margin-right: 0;
  }

  .reviews-listing-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 5.625rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .reviews-slider {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .reviews-card {
    min-width: 19.5rem;
    max-width: 19.5rem;
  }

  .slide-nav-reviews {
    padding-top: 4%;
    bottom: -8%;
  }

  .gallery-image-wrapper {
    min-width: 15rem;
  }

  .services-right {
    clear: none;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-auto-flow: row dense;
    place-content: center;
    align-self: flex-start;
    place-items: center stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .services-block {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    padding: 1.5rem;
  }

  .services-block.background-blur {
    align-self: auto;
    left: auto;
  }

  .services-block.background-blur.m-thode-e10.tablette {
    min-width: 0%;
    max-width: 70%;
    padding: 0;
  }

  .services-block.background-blur.pro1, .services-block.background-blur.pro2 {
    left: auto;
  }

  .particuliers-flex {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .services-left {
    z-index: 1;
    max-width: 100%;
    padding-right: 0;
    position: static;
  }

  .teams-image {
    object-fit: cover;
  }

  .teams-slider {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .teams-wrapper {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .max-width-58rem {
    text-align: center;
    letter-spacing: .07vw;
    margin-top: 0;
    padding-left: 0;
    padding-right: 215px;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .max-width-58rem.methode {
    padding-right: 126px;
  }

  .image {
    width: 16%;
    min-width: 13%;
  }

  .heading-6 {
    text-align: center;
    align-self: center;
    max-width: 30rem;
    font-size: 7vw;
    line-height: 3.2rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .paragraph-4, .paragraph-7 {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .wave-particuliers {
    min-height: 3.5rem;
  }

  .paragraph-8 {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .image-2 {
    align-self: flex-end;
  }

  .image-2.pro3 {
    left: 8px;
  }

  .text-span-2, .text-span-3, .text-span-4 {
    font-size: .7rem;
  }

  .services-right-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-self: auto;
    align-items: center;
    margin-left: 0;
  }

  .services-right-copy.pro-7 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 90%;
    max-width: 199%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    left: 5px;
    right: 181px;
  }

  .bold-text-2, .text-span-7 {
    font-size: .8rem;
  }

  .text-span-8 {
    text-align: right;
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .space-7rem-copy {
    margin-bottom: 103px;
  }

  .button-with-circle-icon-copy-copy.button-light-copy-copy {
    align-self: center;
  }

  .button-with-circle-icon-copy-copy.button-light-copy-copy.particulier {
    max-width: 20%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero-block-copy {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .image-3 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: auto;
  }

  .hero-title-copy {
    font-size: 4rem;
    line-height: 4rem;
  }

  .max-width-30rem-copy {
    max-width: 21rem;
  }

  .button-with-circle-icon-copy.special {
    width: 50%;
  }

  .button-with-circle-icon-copy.intro-button-9, .button-with-circle-icon-copy.intro-button-9-copy {
    display: flex;
  }

  .particuliers-flex-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .heading-6-copy {
    align-self: center;
  }

  .max-width-58rem-copy {
    letter-spacing: .2vw;
    line-height: 3.5vw;
  }

  .text-span-12 {
    text-align: center;
    font-size: 5vw;
    line-height: 5vw;
    text-decoration: none;
  }

  .text-span-13 {
    vertical-align: super;
    padding-left: 0;
    padding-right: 0;
    font-size: 5vw;
    line-height: 5vw;
    display: block;
  }

  .text-span-13.tablet, .heading-17 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .max-width-30rem-copy {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: 90%;
    max-width: 21rem;
    margin-left: auto;
    padding-left: 0;
    font-size: 1rem;
    line-height: 1.7rem;
    display: flex;
  }

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

  .text-span-17, .text-span-18, .text-span-19 {
    line-height: 3.5vw;
  }

  .text-span-20 {
    font-weight: 400;
    line-height: 1.7vw;
  }

  .italic-text-4 {
    align-self: auto;
    width: auto;
    font-size: .7rem;
    font-weight: 400;
  }

  .text-span-22 {
    font-size: 1rem;
  }

  .intro-a-propos2 {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .button-with-circle-icon-copy-copy-copy.button-light-copy-copy {
    align-self: center;
  }

  .button-with-circle-icon-copy-copy-copy.button-light-copy-copy-copy {
    align-self: center;
    display: none;
  }

  .max-width-30rem-copy {
    max-width: 21rem;
    font-size: 1rem;
    line-height: 1rem;
  }

  .accomp-buttons.special {
    width: 50%;
  }

  .accomp-buttons.tablette {
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }

  .accomp-buttons-2.special {
    width: 50%;
  }

  .accomp-buttons-2.tablette {
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    left: auto;
  }

  .button-with-circle-icon-copy-copy.intro-button-9-copy {
    display: none;
  }

  .max-width-30rem-copy {
    width: auto;
    max-width: 21rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 3vw;
  }

  .particuliers-block-copy {
    margin-bottom: 200px;
  }

  .container-copy-copy.padding-9rem.overflow {
    max-width: 100%;
    margin-bottom: -150px;
  }

  .max-width-30rem-copy-copy {
    flex-flow: row;
    order: 0;
    align-self: auto;
    width: 90%;
    max-width: 21rem;
    margin-left: auto;
    padding-left: 0;
    font-size: 1rem;
    line-height: 1.7rem;
    display: flex;
  }

  .container-copy-copy-copy {
    margin-top: -100px;
  }

  .container-copy-copy-copy.padding-4-5rem {
    margin-top: -80px;
  }

  .container-copy-copy-copy.padding-9rem.overflow {
    margin-top: -190px;
  }

  .max-width-20rem-copy-copy-copy {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .paragraph-9-copy {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .heading-6-copy-copy {
    align-self: center;
  }

  .container-copy-copy-copy.padding-9rem.overflow {
    margin-bottom: -150px;
  }

  .particuliers-flex-copy-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .container-methode.padding-4-5rem {
    margin-top: -80px;
  }

  .container-methode.padding-9rem.overflow {
    margin-top: -190px;
  }

  .wave-particuliers-copy {
    min-height: 3.5rem;
  }

  .flex-grid-copy {
    place-items: start stretch;
  }

  .about-tab-wrapper-copy {
    width: 100%;
  }

  .about-tab-wrapper-methode {
    width: 100%;
  }

  .button-with-circle-icon-copy-copy.intro-button-9, .button-with-circle-icon-copy-copy.intro-button-9-copy {
    display: flex;
  }

  .container-copy.padding-9rem.overflow, .container-copy.padding-9rem-copy.overflow, .container-copy.padding-9rem-copy.overflow-copy {
    margin-top: -190px;
  }

  .services-left-copy.m-thode1 {
    max-width: 30rem;
    padding-right: 0;
  }

  .services-right-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-items: center;
  }

  .services-right-copy.methode-h.methide {
    width: 100%;
    max-width: 100%;
    left: auto;
  }

  .container-methode-copy.padding-4-5rem {
    margin-top: -80px;
  }

  .container-methode-copy.padding-9rem.overflow {
    margin-top: -190px;
  }

  .container-methode-copy.padding-4-5rem-copy {
    margin-top: -80px;
  }

  .services-left-copy {
    z-index: 1;
    max-width: 100%;
    padding-right: 0;
    position: static;
  }

  .services-left-copy.pro10 {
    width: 50%;
  }

  .container-copy.padding-4-5rem-copy {
    margin-top: -80px;
  }

  .card-flex-copy {
    margin-top: auto;
    margin-bottom: auto;
  }

  .card-flex-copy.reverse-on-tab-copy {
    margin-top: 150px;
  }

  .card-text-block-copy.slide-from-right-animation-copy {
    display: none;
  }

  .accomp-buttons-copy.special, .accomp-buttons-copy-copy.special {
    width: 50%;
  }

  .max-width-20rem-copy {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .card-text-block-copy.slide-from-left-animation-copy {
    display: none;
  }

  .heading-19 {
    text-align: center;
    padding-left: 0;
  }

  .accomp-buttons-2-copy.special {
    width: 50%;
  }

  .image-11 {
    width: 45%;
  }

  .icon-copy.tel {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-end;
    display: block;
  }

  .heading-7-copy {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .icon-copy {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .particuliers-tabs-copy {
    grid-template-columns: 1fr;
  }

  .button-accueil-prese.special {
    width: 50%;
  }

  .button-accueil-prese.intro-button-9, .button-accueil-prese.intro-button-9-copy {
    display: flex;
  }

  .button-with-circle-icon-copy-copy.special {
    width: 50%;
  }

  .button-with-circle-icon-copy-copy.intro-button-9, .button-with-circle-icon-copy-copy.intro-button-9-copy {
    display: flex;
  }

  .button-entrerpise.special {
    width: 50%;
  }

  .button-entrerpise.intro-button-9, .button-entrerpise.intro-button-9-copy {
    display: flex;
  }

  .text-span-20-copy {
    text-align: center;
    font-weight: 400;
  }

  .max-width-30rem-copy {
    max-width: 21rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 3vw;
  }

  .italic-text-4-copy {
    align-self: auto;
    width: auto;
    font-size: .7rem;
    font-weight: 400;
    line-height: 1.1rem;
  }

  .intro-a-propos {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .tirtre-into-a-propos {
    font-size: 3rem;
    line-height: 1.7rem;
  }

  .tirtre-into-a-propos.zefz {
    font-size: 2rem;
  }

  .section-propos-2.tablet {
    height: 350px;
  }

  .features-image-wrapper-copy.flip-from-left-animation.tablet {
    margin-left: auto;
    margin-right: auto;
  }

  .v, .intro-a-propos-copy, .v-copy {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .about-tab-wrapper-copy-copy, .about-tab-wrapper-copy {
    width: 100%;
  }

  .intro-a-propos2-copy {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .intro-a-propos-2 {
    margin-top: 7.8rem;
    font-size: 1rem;
    line-height: 1.7rem;
    bottom: 71px;
  }

  .intro-methode-tablette {
    font-size: 1rem;
    line-height: 1.7rem;
    display: none;
  }

  .image-17.arbre.tablet {
    width: 120%;
    max-width: 120%;
    left: -33px;
  }

  .application-m-thode-ordi {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .heading-31.domaine-d-appli {
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }

  .section-propos-2-copy.tablet {
    height: 350px;
  }

  .heading-32 {
    clear: none;
    padding-left: 39px;
    display: block;
  }

  .container-copy-copy.padding-4-5rem {
    margin-top: -80px;
  }

  .container-copy-copy.padding-9rem.overflow {
    margin-top: -190px;
  }

  .container-copy-copy.padding-4-5rem-copy, .container-copy-copy.padding-4-5rem-copy-copy {
    margin-top: -80px;
  }

  .about-tab-wrapper-copy-copy {
    width: 100%;
  }

  .max-width-58rem-copy {
    text-align: center;
    letter-spacing: .07vw;
    max-width: 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .max-width-58rem-copy.methode {
    padding-right: 126px;
  }

  .container-copy.padding-4-5rem {
    margin-top: -80px;
  }

  .container-copy.padding-9rem.overflow {
    margin-top: auto;
  }

  .intro-a-propos2-copy-copy-copy, .intro-particulier-ordi, .intro-part-tablette {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .intro-part-tablette.tablette {
    display: none;
  }

  .intro-methode-ordi-copy {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .application-m-thode-tablette {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .intro-entreprise-ordi, .intro-entreprise-tablette {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .intro-entreprise-tablette-copy {
    max-width: 30rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .section-propos-tablette {
    height: 320px;
  }

  .section-propos-tablette.tablet, .tableyyye.tablet {
    height: 350px;
  }

  .reconv-tab {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    line-height: 5vw;
  }

  .tel-icone-intro {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .tel-icone-intro.tel {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-end;
    display: block;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .icone {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .icone.tel {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-end;
    display: none;
  }

  .tel.padding-4-5rem {
    margin-top: -80px;
  }

  .tel.padding-9rem.overflow {
    margin-top: auto;
  }

  .ordi.padding-4-5rem {
    margin-top: -80px;
  }

  .ordi.padding-9rem.overflow {
    margin-top: auto;
  }

  .icone-copy {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .icone-copy.tel {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-end;
    display: none;
  }

  .body {
    overflow: visible;
  }

  .max-width-58rem-copy-copy {
    text-align: center;
    letter-spacing: .07vw;
    margin-top: 0;
    padding-left: 0;
    padding-right: 215px;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .heading-32-copy {
    clear: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    line-height: 1.7rem;
    display: block;
  }

  .space-7rem-zzz-copy {
    display: none;
  }

  .max-width-58rem-copy {
    text-align: center;
    letter-spacing: .07vw;
    margin-top: 0;
    padding-left: 0;
    padding-right: 215px;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .max-width-58rem-copy.methode {
    padding-right: 126px;
    display: none;
  }

  .max-width-58rem-copy.methode.tel {
    padding-right: 0;
    display: none;
  }

  .max-width-58rem-copy-copy {
    text-align: center;
    letter-spacing: .07vw;
    max-width: 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.7rem;
    display: none;
  }

  .max-width-58rem-copy-copy.methode {
    padding-right: 126px;
  }

  .intro-tablette {
    font-size: 1rem;
    line-height: 1.7rem;
    display: none;
  }

  .methode-tablette-accueil {
    text-align: center;
    letter-spacing: .07vw;
    max-width: 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.7rem;
    display: none;
  }

  .methode-tablette-accueil.methode {
    padding-right: 126px;
  }

  .pro-accueil-tablette {
    text-align: center;
    width: auto;
    max-width: 30rem;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
  }

  .max-width-30rem-copy {
    text-align: center;
    max-width: 30rem;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
  }

  .accueil-tablette-parti {
    text-align: center;
    max-width: 21rem;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    display: none;
  }

  .about-description-tablette {
    font-size: 1rem;
    line-height: 1.7rem;
    display: none;
  }

  .tablette-excercie, .approche-tablette, .mission {
    text-align: center;
    max-width: 21rem;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
  }

  .tab-rhm, .tab-tar, .tab-mod, .tab-sea {
    text-align: center;
    max-width: 21rem;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    display: none;
  }

  .about-description-pro-tab {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .approche-pro-tab, .cadre-pro-tel, .modalit-pro-tab, .tarifs-pro-tab, .dimension-analys-tab, .cadre-m-thode-tab, .comprendre-tab, .mo-n-parcours-tab {
    text-align: center;
    max-width: 21rem;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    display: none;
  }

  .mon-parcours-titre-tab {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .tablette-reconversion {
    text-align: center;
    width: auto;
    max-width: 30rem;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
  }

  .tablette-edns {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .tablette-intro-ends, .tablette-vision-pro {
    text-align: center;
    max-width: 21rem;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    display: none;
  }

  .titre-tab {
    font-size: 3rem;
    line-height: 1.7rem;
  }

  .titre-tab.zefz {
    font-size: 2rem;
  }

  .tab {
    font-size: 3rem;
    line-height: 1.7rem;
  }

  .tab.zefz {
    font-size: 2rem;
  }

  .intro-a-propos-2-tab {
    margin-top: 7.8rem;
    font-size: 1rem;
    line-height: 1.7rem;
    top: -100px;
    bottom: auto;
  }

  .intro-methode-accueil {
    text-align: center;
    letter-spacing: .07vw;
    width: auto;
    max-width: 30rem;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .intro-methode-accueil.methode {
    padding-right: 126px;
  }

  .tel-sea-copy, .tel-mod-copy, .tel-rhm-copy, .tel-tar-vert {
    text-align: center;
    max-width: 21rem;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    display: block;
  }

  .intro-part-tel, .intro-part-tel-copy {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .intro-part-tel-copy.tablette {
    max-width: 30rem;
    display: block;
  }

  .intro-methode-tel {
    max-width: 30rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .dimension-analys-tel-copy, .cadre-m-thode-tel, .comprendre-tel-copy {
    text-align: center;
    max-width: 21rem;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    display: block;
  }

  .methode-appli-tel {
    text-align: center;
    letter-spacing: .07vw;
    margin-top: 0;
    padding-left: 0;
    padding-right: 215px;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .methode-appli-tel.methode {
    padding-right: 126px;
    display: none;
  }

  .methode-appli-tel.methode.tel {
    width: auto;
    max-width: 30rem;
    padding-right: 0;
    display: block;
  }

  .approche-pro-tel, .cadre-pro-tel-copy, .modalit-pro-tel, .tarifs-pro-tel {
    text-align: center;
    max-width: 21rem;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    display: block;
  }

  .mo-n-parcours-tel {
    text-align: center;
    width: auto;
    max-width: 30rem;
    margin-top: -5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    display: block;
  }

  .telintro-ends-copy, .tel-vision-pro-copy {
    text-align: center;
    width: auto;
    max-width: 30rem;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    display: block;
  }

  .text-span-20-copy {
    font-weight: 400;
    line-height: 1.7vw;
  }

  .tel-image-wrapper-copy {
    min-width: 19.5rem;
    max-width: 19.5rem;
    min-height: 25.96rem;
    max-height: 25.96rem;
  }

  .tel-verticla-methode-accueil {
    text-align: center;
    letter-spacing: .07vw;
    margin-top: 0;
    padding-left: 0;
    padding-right: 215px;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .tel-verticla-methode-accueil.methode {
    padding-right: 126px;
  }

  .intro-tel-accueil {
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .intro-tel-vertical-accueil {
    font-size: 1rem;
    line-height: 1.7rem;
    display: none;
  }

  .pro-accueil-tel-vertical {
    text-align: center;
    max-width: 21rem;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    display: none;
  }

  .about-description-tel-vertcial {
    font-size: 1rem;
    line-height: 1.7rem;
    display: none;
  }

  .tel-excercie-copy, .approche-tel-vert, .mission-tel-vert {
    text-align: center;
    max-width: 21rem;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    display: none;
  }

  .intro-part-tel-cert {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .intro-part-tel-cert.tablette {
    display: none;
  }

  .recon-tel {
    padding: 0 2rem;
    display: flex;
  }

  .reconverstion-tel-horizontal.slide-from-left-animation-copy, .vision-pro-tel-hori.slide-from-left-animation-copy {
    display: block;
  }

  .tel_hori {
    width: auto;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .text-block-8 {
    display: none;
  }

  .tel-sea-vert, .tel-mod-vert, .tel-rhm-vert, .tel-tar-vert-copy {
    text-align: center;
    max-width: 21rem;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    display: none;
  }

  .intro-methode-telvert {
    max-width: 30rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: none;
  }

  .dimension-analys-telvert, .cadre-m-thode-vert-tel-copy, .comprendre-tel-copy-copy {
    text-align: center;
    max-width: 21rem;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    display: none;
  }

  .methode-appli-tel-vert {
    text-align: center;
    letter-spacing: .07vw;
    margin-top: 0;
    padding-left: 0;
    padding-right: 215px;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .methode-appli-tel-vert.methode {
    padding-right: 126px;
    display: none;
  }

  .methode-appli-tel-vert.methode.tel {
    width: auto;
    max-width: 30rem;
    padding-right: 0;
    display: none;
  }

  .paragraph-9-copy-copy, .benefecice-anlayse {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .tab-rewiew {
    display: none;
  }

  .tel-hor-review {
    display: block;
  }

  .features-image-wrapper-copy {
    min-width: 19.5rem;
    max-width: 19.5rem;
    min-height: 25.96rem;
    max-height: 25.96rem;
  }

  .features-image-wrapper-copy.flip-from-left-animation.icerns {
    display: block;
  }

  .features-image-wrapper-copy-copy.flip-from-left-animation.icerns {
    display: block;
  }

  .intro-entreprise-tel-vert {
    max-width: 30rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .approche-pro-tel-vert, .cadre-pro-tel-vert, .modalit-pro-tel-vert, .tarifs-pro-tel-vert {
    text-align: center;
    max-width: 21rem;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    display: none;
  }

  .section-propos-tel {
    height: 320px;
  }

  .section-propos-tel.tablet {
    height: 350px;
  }

  .reconverstion-tel-vert.slide-from-left-animation-copy, .telk-vert.valurs7 {
    display: none;
  }

  .telk-vert.tablet {
    height: 350px;
  }

  .telintro-ends-vert {
    text-align: center;
    width: auto;
    max-width: 30rem;
    margin-top: -5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    display: none;
  }

  .titre-tel-vert {
    font-size: 3rem;
    line-height: 1.7rem;
    display: none;
  }

  .titre-tel-vert.zefz {
    font-size: 2rem;
  }

  .tel-vert-sous-titre {
    font-size: 3rem;
    line-height: 1.7rem;
  }

  .tel-vert-sous-titre.zefz {
    font-size: 2rem;
    display: none;
  }

  .mon-parcours-tel-vertical.slide-from-left-animation-copy {
    display: none;
  }

  .tel-a-enlever {
    text-align: center;
    width: auto;
    max-width: 30rem;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    display: block;
  }

  .mon-parcours-tel-vertical-2.slide-from-left-animation-copy {
    display: none;
  }

  .mon-parcours-titre-tab-copy {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .tel-horizontal-mon-parcours.slide-from-right-animation-copy {
    display: block;
  }

  .large-card-tropcopy {
    padding: 0 2rem;
  }

  .card-flex-ordi.reverse-on-tab-copy, .tel-horiztontal-mon-parcours-copy.reverse-on-tab-copy {
    margin-top: 150px;
  }

  .card-flex-ordi-1 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .card-flex-ordi-ordi-2.reverse-on-tab-copy, .card-flex-ordi-2.reverse-on-tab-copy {
    margin-top: 150px;
  }

  .card-text-block-copy-copy.slide-from-right-animation-copy, .card-text-block-tab.slide-from-right-animation-copy {
    display: none;
  }

  .card-text-block-horitel.slide-from-right-animation-copy {
    display: flex;
  }

  .card-text-block-vertitel.slide-from-right-animation-copy, .card-text-block-tab2.slide-from-left-animation-copy, .card-text-block-ordi2.slide-from-left-animation-copy {
    display: none;
  }

  .card-text-block-horitel2.slide-from-left-animation-copy {
    display: flex;
  }

  .card-text-block-vertitel2.slide-from-left-animation-copy {
    display: none;
  }

  .tablette-intro-particulier {
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .titre-a-propos.slide-from-left-animation.slide-left, .titre-contact.slide-from-left-animation.slide-left {
    margin-top: 50px;
  }

  .intro-contact-vertical {
    font-size: 1rem;
    line-height: 1.7rem;
    display: none;
  }

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

  .features-image-wrapper-ta-mere-la-chiennecopy {
    min-width: 19.5rem;
    max-width: 19.5rem;
    min-height: 25.96rem;
    max-height: 25.96rem;
  }

  .features-image-wrapper-ta-mere-la-chiennecopy.flip-from-left-animation.logo4 {
    width: auto;
    max-width: none;
  }

  .features-image-wrapper-ta-mere-la-chiennecopy.flip-from-left-animation.icerns {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    display: block;
  }

  .features-image-wrappefgthyfthertsert-yr-copy-copy {
    min-width: 19.5rem;
    max-width: 19.5rem;
    min-height: 25.96rem;
    max-height: 25.96rem;
  }

  .features-image-wrappefgthyfthertsert-yr-copy-copy.flip-from-left-animation.tablet {
    margin-left: auto;
    margin-right: auto;
  }

  .features-image-wrapper-copy-copy {
    min-width: 19.5rem;
    max-width: 19.5rem;
    min-height: 25.96rem;
    max-height: 25.96rem;
  }

  .features-image-wrapper-copy-copy.flip-from-left-animation.tablet {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h4 {
    overflow-wrap: anywhere;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .container {
    margin-top: -80px;
  }

  .container.padding-4-5rem {
    max-width: 100%;
    margin-top: 70px;
    margin-bottom: -150px;
  }

  .container.rounded-corners-bottom {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .section-particuliers {
    max-width: 100%;
    margin-top: -100px;
    margin-bottom: 100px;
    padding-top: 0;
    overflow: visible;
  }

  .section-particuliers.background-primary {
    padding-top: 0;
  }

  .utilities-grid-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .space-7rem-ggzzz {
    margin-bottom: 146px;
    display: flex;
  }

  .max-width-38rem {
    max-width: 100%;
  }

  .button-with-circle-icon.intro-button-5 {
    width: 60%;
  }

  .button-with-circle-icon.intro-button-5.w--current {
    width: auto;
    min-width: auto;
  }

  .footer-flex {
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .footer-logo {
    z-index: 999;
    max-width: none;
    min-height: 2.25rem;
    max-height: 2.25rem;
    position: relative;
  }

  .socials-wrapper {
    top: 65%;
    bottom: -8.513px;
  }

  .navbar {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-link {
    min-height: 4rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .nav-menu {
    z-index: 998;
    min-width: auto;
  }

  .logo {
    z-index: 999;
    max-width: none;
    position: relative;
  }

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

  .menu-button {
    padding-left: .5rem;
    padding-right: 0;
  }

  .burger-icon {
    z-index: 999;
    position: relative;
  }

  .icon-wrapper {
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    align-self: auto;
  }

  .subheading-flex {
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    align-self: auto;
  }

  .italics {
    text-align: center;
    font-size: 5vw;
  }

  .card-flex {
    justify-content: center;
    align-items: center;
  }

  .icon {
    order: 0;
    align-self: auto;
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .card-text-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .card-text-block.slide-from-right-animation {
    margin-bottom: 0;
  }

  .large-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .large-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .features-image-wrapper {
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: 19.97rem;
    max-height: 19.97rem;
  }

  .features-image-wrapper.flip-from-left-animation {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
  }

  .features-image-wrapper.flip-from-left-animation.logo4 {
    width: 60%;
  }

  .features-image-wrapper.flip-from-left-animation.icerns {
    width: 60%;
    margin-bottom: auto;
  }

  .features-image-wrapper.flip-from-left-animation.tablette {
    width: 100%;
    max-width: none;
  }

  .features-image {
    object-position: 0% 0%;
    width: 60%;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
    left: auto;
  }

  .features-image.img.pro {
    width: 60%;
    max-width: none;
    height: auto;
    max-height: none;
    margin: auto;
    padding-left: 0;
    position: relative;
    inset: auto;
  }

  .features-image.img.tablet {
    width: 60%;
    height: auto;
  }

  .features-image.logo6 {
    width: 100%;
    margin-top: 100px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    top: 0;
    left: auto;
  }

  .features-image.icerns2 {
    border-radius: var(--border-radius);
    width: 200%;
    margin-top: 60px;
  }

  .features-image.img-cttopy.pro {
    width: 60%;
    max-width: none;
    height: auto;
    max-height: none;
    margin: auto;
    padding-left: 0;
    position: relative;
    inset: auto;
  }

  .features-image.img-cttopy.tablet {
    width: 60%;
    height: auto;
  }

  .features-image.img-cttopy-copy.pro {
    width: 60%;
    max-width: none;
    height: auto;
    max-height: none;
    margin: auto;
    padding-left: 0;
    position: relative;
    inset: auto;
  }

  .features-image.img-cttopy-copy.tablet {
    width: 60%;
    height: auto;
  }

  .features-image.img-copy.pro {
    width: 60%;
    max-width: none;
    height: auto;
    max-height: none;
    margin: auto;
    padding-left: 0;
    position: relative;
    inset: auto;
  }

  .features-image.img-copy.tablet {
    width: 60%;
    height: auto;
    display: block;
  }

  .metrics-wrapper {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: -210px;
    margin-bottom: -170px;
  }

  .metrics-wrapper.dz {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 90px;
  }

  .metrics-block {
    position: static;
  }

  .metrics-text.empatje {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    letter-spacing: -.04rem;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    width: 120%;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  .posts-card {
    min-width: 100%;
    max-width: 100%;
  }

  .horizontal-line {
    display: none;
  }

  .latest-posts-details-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
  }

  .latest-image-wrapper {
    min-width: 100%;
    max-width: 100%;
    min-height: 20rem;
    max-height: 20rem;
  }

  .success-message-sign-up-form {
    margin-top: 2px;
  }

  .sign-up-form-container {
    grid-row-gap: 16px;
    text-align: center;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    margin-top: -45px;
    padding-left: 16px;
  }

  .sign-up-text-field {
    text-align: center;
  }

  .sign-up-form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .cta-container {
    max-height: 19rem;
  }

  .cta-card {
    text-align: center;
    background-position: 80% 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 38rem;
    max-height: 38rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta-wrapper {
    grid-template-columns: 1fr;
    top: -19rem;
  }

  .max-width-30rem {
    text-align: center;
    max-width: 20rem;
    padding-left: 3px;
    font-size: 4vw;
    line-height: 6vw;
  }

  .title-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .a-propos {
    align-items: center;
    margin-top: 50px;
  }

  .hero-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .max-width-20rem {
    width: 70vw;
    max-width: 100%;
    font-size: 4vw;
    line-height: 6vw;
    display: none;
  }

  .metrics-card {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: 15rem;
    max-height: 15rem;
  }

  .text-block.slide-from-left-animation {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .text-block.slide-from-left-animation.slide-left {
    margin-top: 50px;
  }

  .avatar-large-wrapper {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .blog-image-wrapper {
    min-width: 100%;
    max-width: 100%;
    min-height: 11.25rem;
    max-height: 11.25rem;
  }

  .blog-post {
    width: 100%;
  }

  .form-wrapper {
    max-width: 16.25rem;
  }

  .utitlities-title-wrapper.fade-in-animation {
    margin-top: 115px;
  }

  .utilities-rtb-wrapper.fade-in-animation {
    display: block;
  }

  .faq-question {
    text-align: left;
    overflow-wrap: normal;
  }

  .dropdown-toggle {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .dropdown-answer {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-wrapper {
    max-width: 90%;
  }

  .hero-image {
    min-width: 100%;
    max-width: 100%;
  }

  .hero-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pop-up-card.top-right {
    top: 2rem;
    right: auto;
  }

  .pop-up-card.top-left {
    top: 2rem;
    left: auto;
  }

  .wave {
    min-height: 2rem;
    margin-bottom: 100px;
  }

  .about-description {
    max-width: 100%;
    line-height: 1.7rem;
    display: none;
  }

  .about-tab-wrapper.slide-up-animation {
    margin-top: 79px;
  }

  .about-tab-flex {
    align-self: auto;
  }

  .feature-title {
    text-align: center;
    align-self: auto;
  }

  .particuliers-tabs {
    grid-template-columns: 1fr;
    align-self: auto;
  }

  .feature-image-wrapper {
    min-width: 15rem;
    max-width: 15rem;
    min-height: 15rem;
    max-height: 15rem;
    margin-left: auto;
    margin-right: auto;
  }

  .about-wrapper.w--current {
    max-width: 100%;
  }

  .feature-paragraph {
    width: 130%;
  }

  .about-tab-block {
    text-align: left;
    align-self: auto;
    width: 120%;
  }

  .about-text-wrapper {
    align-items: center;
  }

  .reviews-right-arrow, .reviews-left-arrow {
    display: none;
  }

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

  .reviews-card {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    min-width: 100%;
    max-width: 100%;
  }

  .slide-nav-reviews {
    padding-top: 8%;
    bottom: -6%;
  }

  .reviews-wrapper {
    margin-top: -100px;
  }

  .reviews-mask {
    width: 75vw;
    margin-bottom: -150px;
  }

  .reviews-image-circle {
    top: -3rem;
    left: auto;
  }

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

  .gallery-flex {
    flex-flow: column;
  }

  .gallery-image-wrapper {
    min-width: 15rem;
  }

  .gallery-image-wrapper.aspect-ratio-wide {
    aspect-ratio: 1;
  }

  .services-right {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    justify-content: center;
    justify-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: auto;
  }

  .services-block {
    text-align: center;
    grid-template-columns: 3rem 1fr;
    align-items: center;
  }

  .services-block.background-blur {
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 12rem;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    max-width: 100%;
    margin-left: auto;
    display: inline;
    position: relative;
    left: auto;
  }

  .services-block.background-blur.m-thode-e10.tablette {
    width: 150%;
    max-width: 180%;
  }

  .services-block.background-blur.pro1, .services-block.background-blur.pro2 {
    width: 140%;
    left: auto;
  }

  .services-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .teams-image {
    object-fit: cover;
    min-height: 100%;
    max-height: 100%;
  }

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

  .teams-slider {
    flex-direction: column;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .teams-title-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .teams-slider-wrapper {
    justify-content: center;
    align-items: flex-start;
    min-height: 36rem;
    max-height: 36rem;
  }

  .teams-mask {
    max-width: 100%;
  }

  .max-width-58rem {
    text-align: center;
    letter-spacing: .3vw;
    padding-left: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 5.5vw;
    left: 27px;
  }

  .max-width-58rem.methode {
    line-height: 6vw;
  }

  .image {
    width: 23%;
    min-width: 23%;
  }

  .intro {
    max-width: 100%;
  }

  .heading-3, .heading-4, .heading-5 {
    font-size: 8vw;
    line-height: 2rem;
  }

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

  .paragraph {
    font-size: 4vw;
    line-height: 6vw;
  }

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

  .paragraph-7 {
    text-align: center;
    width: auto;
    max-width: 30rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .wave-particuliers {
    min-height: 2rem;
  }

  .particuliers-tabs-copy {
    grid-template-columns: 1fr;
  }

  .about-text-wrapper-copy {
    align-items: center;
  }

  .about-description-copy {
    max-width: 100%;
  }

  .heading-7 {
    padding-left: 0;
  }

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

  .image-2 {
    align-self: auto;
    margin-left: 0;
  }

  .image-2.pro3 {
    align-self: auto;
    width: 100%;
    min-width: 100%;
    height: auto;
    left: auto;
  }

  .text-span-2 {
    text-align: center;
    font-size: 80%;
  }

  .text-span-3 {
    font-size: 80%;
  }

  .services-right-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-left: 0;
  }

  .services-right-copy.pro-7 {
    width: 90%;
    max-width: 240%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    left: auto;
    right: auto;
  }

  .heading-9 {
    width: 16rem;
  }

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

  .button-with-circle-icon-copy-copy.button-light-copy-copy.particulier {
    margin-left: auto;
    left: auto;
  }

  .error-message-2 {
    margin-top: 10px;
  }

  .hero-block-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-block-copy.background-blur {
    margin-top: -20px;
    padding-bottom: 0;
    top: -20px;
  }

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

  .image-3 {
    left: -8px;
  }

  .hero-title-copy {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .max-width-20rem-copy, .max-width-20rem-copy-copy, .max-width-20rem-copy-copy {
    max-width: 16rem;
  }

  .max-width-30rem-copy {
    max-width: 12rem;
  }

  .button-with-circle-icon-copy.special {
    width: 70%;
  }

  .container-copy.padding-9rem-copy {
    margin-top: 200px;
  }

  .teams-block-copy {
    justify-content: center;
    align-items: center;
  }

  .max-width-58rem-copy {
    letter-spacing: .3vw;
    font-weight: 400;
    line-height: 5.5vw;
  }

  .text-span-12 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5rem;
    line-height: .6rem;
  }

  .text-span-13 {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .heading-17 {
    clear: none;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    line-height: 1rem;
  }

  .max-width-30rem-copy {
    max-width: 12rem;
    line-height: 5.5vw;
  }

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

  .text-span-17 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .text-span-18 {
    text-align: center;
    line-height: 6vw;
  }

  .text-span-19 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .text-span-20 {
    font-weight: 400;
  }

  .text-span-21 {
    line-height: 1.7rem;
  }

  .italic-text-4 {
    font-weight: 400;
  }

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

  .intro-a-propos2 {
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .text-span-21-copy, .text-span-21-copy-copy {
    line-height: 1.7rem;
  }

  .accomp-buttons.special {
    width: 70%;
  }

  .accomp-buttons.tablette {
    align-self: center;
    margin-bottom: 203px;
    margin-left: auto;
  }

  .accomp-buttons-2.special {
    width: 70%;
  }

  .accomp-buttons-2.tablette {
    align-self: center;
    margin-left: auto;
    left: 5px;
  }

  .max-width-30rem-copy {
    text-align: center;
    width: auto;
    max-width: 12rem;
    line-height: 1rem;
  }

  .particuliers-block-copy {
    align-items: center;
    margin-bottom: 200px;
  }

  .container-copy-copy.padding-9rem.overflow {
    margin-top: -120px;
    margin-bottom: -170px;
  }

  .max-width-30rem-copy-copy {
    max-width: 12rem;
    line-height: 5.5vw;
  }

  .container-copy {
    margin-top: -80px;
    margin-bottom: -120px;
  }

  .croquette-au-chevre {
    align-items: center;
    margin-top: 50px;
  }

  .container-copy-copy {
    margin-top: -80px;
    margin-bottom: -120px;
  }

  .container-copy-copy-copy {
    margin-top: -80px;
    margin-bottom: -120px;
  }

  .container-copy-copy-copy.padding-4-5rem {
    margin-bottom: -150px;
  }

  .container-copy-copy-copy.background-primary.rounded-corners-bottom {
    margin-top: 0;
  }

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

  .text-span-24 {
    text-align: left;
  }

  .max-width-20rem-copy-copy-copy {
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .paragraph-9-copy {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .container-copy-copy-copy.padding-9rem.overflow {
    margin-top: -120px;
    margin-bottom: -170px;
  }

  .container-copy-copy-copy.rounded-corners-bottom {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .container-methode {
    margin-top: -80px;
  }

  .container-methode.padding-4-5rem {
    margin-bottom: -150px;
  }

  .container-methode.rounded-corners-bottom {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .container-methode.background-primary.rounded-corners-bottom {
    margin-top: 0;
  }

  .wave-particuliers-copy {
    min-height: 2rem;
  }

  .button-with-circle-icon-copy-copy.special {
    width: 70%;
  }

  .services-right-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .container-methode-copy {
    margin-top: -80px;
  }

  .container-methode-copy.padding-4-5rem {
    margin-bottom: -150px;
  }

  .container-methode-copy.rounded-corners-bottom {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .container-methode-copy.background-primary.rounded-corners-bottom {
    margin-top: 0;
  }

  .container-methode-copy.padding-4-5rem-copy {
    margin-bottom: -150px;
  }

  .services-left-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .container-copy.padding-4-5rem-copy {
    margin-bottom: -150px;
  }

  .card-flex-copy {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .card-flex-copy.reverse-on-tab-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 0;
    padding-top: 215px;
  }

  .card-text-block-copy.slide-from-right-animation-copy {
    margin-bottom: -150px;
    display: flex;
  }

  .accomp-buttons-copy.special, .accomp-buttons-copy-copy.special {
    width: 70%;
  }

  .max-width-20rem-copy {
    max-width: 22rem;
    line-height: 1.7rem;
  }

  .card-text-block-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .card-text-block-copy.slide-from-right-animation {
    margin-bottom: -150px;
  }

  .card-text-block-copy.slide-from-left-animation-copy {
    display: none;
  }

  .accomp-buttons-2-copy.special {
    width: 70%;
  }

  .icon-copy.tel {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    display: block;
  }

  .heading-7-copy {
    padding-left: 0;
  }

  .icon-copy {
    order: 0;
    align-self: auto;
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .paragraph-16, .paragraph-17, .paragraph-18 {
    width: 120%;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .paragraph-19 {
    width: 120%;
  }

  .paragraph-20, .paragraph-21 {
    width: 120%;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .particuliers-tabs-copy {
    grid-template-columns: 1fr;
    align-self: auto;
  }

  .button-accueil-prese.special, .button-with-circle-icon-copy-copy.special, .button-entrerpise.special {
    width: 70%;
  }

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

  .max-width-30rem-copy {
    text-align: center;
    max-width: 20rem;
    line-height: 1.7rem;
  }

  .italic-text-4-copy {
    font-weight: 400;
    line-height: 1rem;
  }

  .a-propos-copy {
    align-items: center;
    margin-top: 310px;
  }

  .intro-a-propos, .tirtre-into-a-propos {
    max-width: 22rem;
    line-height: 1.7rem;
  }

  .features-image-wrapper-copy.flip-from-left-animation.tablet {
    top: auto;
  }

  .v {
    max-width: 22rem;
    line-height: 1.7rem;
  }

  .v.tablet {
    font-size: 2rem;
  }

  .intro-a-propos-copy, .v-copy {
    max-width: 22rem;
    line-height: 1.7rem;
  }

  .intro-a-propos2-copy, .intro-a-propos-2, .intro-methode-tablette {
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .image-17.arbre.tablet {
    width: 100%;
    max-width: 150%;
    left: auto;
    right: auto;
  }

  .a-propos-copy-copy {
    align-items: center;
    margin-top: 310px;
  }

  .heading-31.domaine-d-appli {
    align-self: auto;
    padding-right: 0;
  }

  .container-copy-copy.background-primary.rounded-corners-bottom, .container-copy-copy.background-primary-copy.rounded-corners-bottom {
    margin-top: 0;
  }

  .card-text-block-copy-copy.slide-from-right-animation, .card-text-block-copy-copy.slide-from-right-animation-copy, .card-text-block-copy-copy.slide-from-right-animation-copy-copy {
    margin-bottom: -150px;
  }

  .heading-32 {
    margin-top: 0;
    padding-left: 0;
    line-height: 1rem;
  }

  .container-copy-copy {
    margin-top: -80px;
  }

  .container-copy-copy.padding-4-5rem {
    margin-bottom: -150px;
  }

  .container-copy-copy.rounded-corners-bottom {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .container-copy-copy.background-primary.rounded-corners-bottom {
    margin-top: 0;
  }

  .container-copy-copy.padding-4-5rem-copy, .container-copy-copy.padding-4-5rem-copy-copy {
    margin-bottom: -150px;
  }

  .max-width-58rem-copy {
    text-align: center;
    letter-spacing: .3vw;
    width: 90%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 233px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 5.5vw;
    left: 27px;
  }

  .container-copy {
    margin-top: -80px;
  }

  .container-copy.padding-4-5rem {
    margin-bottom: -150px;
  }

  .container-copy.rounded-corners-bottom {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .container-copy.background-primary.rounded-corners-bottom {
    margin-top: 400px;
  }

  .intro-a-propos2-copy-copy-copy, .intro-particulier-ordi, .intro-part-tablette, .intro-methode-ordi-copy, .intro-entreprise-ordi, .intro-entreprise-tablette {
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .intro-entreprise-tablette-copy {
    width: 80%;
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: none;
  }

  .section-propos-tablette, .tableyyye.valurs7 {
    display: none;
  }

  .reconv-tab {
    margin-bottom: 0;
  }

  .tel-icone-intro {
    order: 0;
    align-self: auto;
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .tel-icone-intro.tel {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    display: block;
    left: 4px;
  }

  .icone {
    order: 0;
    align-self: auto;
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .icone.tel {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    display: none;
  }

  .tel {
    margin-top: -80px;
  }

  .tel.padding-4-5rem {
    margin-bottom: -150px;
  }

  .tel.padding-9rem.overflow {
    max-width: 100%;
    margin-bottom: -200px;
    display: block;
    overflow: visible;
  }

  .tel.rounded-corners-bottom {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .tel.background-primary.rounded-corners-bottom {
    margin-top: 400px;
  }

  .ordi {
    margin-top: -80px;
  }

  .ordi.padding-4-5rem {
    margin-bottom: -150px;
  }

  .ordi.padding-9rem.overflow {
    display: none;
  }

  .ordi.rounded-corners-bottom {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .ordi.background-primary.rounded-corners-bottom {
    margin-top: 400px;
  }

  .icone-copy {
    order: 0;
    align-self: auto;
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .icone-copy.tel {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    display: none;
  }

  .body {
    max-width: 100%;
    overflow: visible;
  }

  .max-width-58rem-copy-copy {
    text-align: left;
    letter-spacing: .3vw;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 5.5vw;
    display: flex;
    position: static;
    left: auto;
  }

  .text-span-27 {
    text-align: center;
    letter-spacing: .07vw;
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.7rem;
    display: flex;
  }

  .heading-33, .heading-34 {
    line-height: 1rem;
  }

  .heading-32-copy {
    margin-top: 0;
    padding-left: 0;
    line-height: 1rem;
  }

  .space-7rem-zzz-copy {
    display: flex;
  }

  .max-width-58rem-copy {
    text-align: center;
    letter-spacing: .3vw;
    padding-left: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 5.5vw;
    left: 27px;
  }

  .max-width-58rem-copy.methode {
    line-height: 6vw;
  }

  .max-width-58rem-copy-copy {
    text-align: center;
    letter-spacing: .3vw;
    width: 90%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 233px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 5.5vw;
    left: 27px;
  }

  .max-width-58rem-copy-copy.methode {
    line-height: 6vw;
  }

  .intro-tablette {
    width: 70vw;
    max-width: 100%;
    font-size: 4vw;
    line-height: 6vw;
    display: none;
  }

  .methode-tablette-accueil {
    text-align: center;
    letter-spacing: .3vw;
    width: 90%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 233px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 5.5vw;
    left: 27px;
  }

  .methode-tablette-accueil.methode {
    line-height: 6vw;
  }

  .pro-accueil-tablette {
    text-align: center;
    max-width: 20rem;
    padding-left: 3px;
    font-size: 4vw;
    line-height: 6vw;
    display: none;
  }

  .max-width-30rem-copy, .accueil-tablette-parti {
    text-align: center;
    max-width: 20rem;
    padding-left: 3px;
    font-size: 4vw;
    line-height: 6vw;
  }

  .about-description-tablette {
    max-width: 100%;
    line-height: 1.7rem;
    display: none;
  }

  .tablette-excercie, .approche-tablette, .mission {
    text-align: center;
    max-width: 20rem;
    padding-left: 3px;
    font-size: 4vw;
    line-height: 6vw;
    display: none;
  }

  .tab-rhm, .tab-tar, .tab-mod, .tab-sea {
    text-align: center;
    max-width: 20rem;
    padding-left: 3px;
    font-size: 4vw;
    line-height: 6vw;
  }

  .about-description-pro-tab {
    max-width: 100%;
    line-height: 1.7rem;
    display: block;
  }

  .approche-pro-tab, .cadre-pro-tel, .modalit-pro-tab, .tarifs-pro-tab, .dimension-analys-tab, .cadre-m-thode-tab, .comprendre-tab {
    text-align: center;
    max-width: 20rem;
    padding-left: 3px;
    font-size: 4vw;
    line-height: 6vw;
  }

  .space-7rem-ggzzz-copy {
    display: flex;
  }

  .mo-n-parcours-tab {
    text-align: center;
    max-width: 20rem;
    padding-left: 3px;
    font-size: 4vw;
    line-height: 6vw;
  }

  .mon-parcours-titre-tab {
    clear: none;
    text-align: center;
    width: 100%;
    max-width: 30rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 2rem;
    line-height: 1rem;
  }

  .tablette-reconversion {
    text-align: center;
    max-width: 20rem;
    margin-top: 0;
    padding-left: 0;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .tablette-edns {
    clear: none;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    line-height: 1rem;
  }

  .tablette-edns.tablet {
    line-height: 1.7rem;
  }

  .tablette-intro-ends {
    text-align: center;
    max-width: 20rem;
    padding-left: 3px;
    font-size: 4vw;
    line-height: 6vw;
    display: none;
  }

  .tablette-vision-pro {
    text-align: center;
    max-width: 20rem;
    padding-left: 3px;
    font-size: 4vw;
    line-height: 6vw;
  }

  .titre-tab {
    max-width: 22rem;
    line-height: 1.7rem;
    display: none;
  }

  .tab {
    max-width: 22rem;
    line-height: 1.7rem;
  }

  .tab.zefz {
    display: none;
  }

  .intro-a-propos-2-tab {
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .intro-methode-accueil {
    text-align: center;
    letter-spacing: .3vw;
    width: 90%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 233px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 5.5vw;
    left: 27px;
  }

  .intro-methode-accueil.methode {
    line-height: 6vw;
  }

  .tel-sea-copy, .tel-mod-copy, .tel-rhm-copy, .tel-tar-vert {
    text-align: center;
    max-width: 20rem;
    padding-left: 3px;
    font-size: 4vw;
    line-height: 6vw;
    display: none;
  }

  .intro-part-tel, .intro-part-tel-copy {
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .intro-part-tel-copy.tablette {
    display: none;
  }

  .intro-methode-tel {
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: none;
  }

  .dimension-analys-tel-copy, .cadre-m-thode-tel, .comprendre-tel-copy {
    text-align: center;
    max-width: 20rem;
    padding-left: 3px;
    font-size: 4vw;
    line-height: 6vw;
    display: none;
  }

  .methode-appli-tel {
    text-align: center;
    letter-spacing: .3vw;
    padding-left: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 5.5vw;
    left: 27px;
  }

  .methode-appli-tel.methode {
    line-height: 6vw;
  }

  .methode-appli-tel.methode.tel {
    display: none;
  }

  .approche-pro-tel, .cadre-pro-tel-copy, .modalit-pro-tel, .tarifs-pro-tel {
    text-align: center;
    max-width: 20rem;
    padding-left: 3px;
    font-size: 4vw;
    line-height: 6vw;
    display: none;
  }

  .mo-n-parcours-tel {
    text-align: center;
    max-width: 20rem;
    padding-left: 3px;
    font-size: 4vw;
    line-height: 6vw;
  }

  .telintro-ends-copy {
    text-align: center;
    max-width: 20rem;
    padding-left: 0;
    font-size: 4vw;
    line-height: 6vw;
    display: none;
  }

  .tel-vision-pro-copy {
    text-align: center;
    width: 80%;
    max-width: 20rem;
    padding-left: 0;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .text-span-20-copy {
    font-weight: 400;
  }

  .tel-image-wrapper-copy {
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: 19.97rem;
    max-height: 19.97rem;
  }

  .tel-verticla-methode-accueil {
    text-align: left;
    letter-spacing: .3vw;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    display: flex;
    position: static;
    left: auto;
  }

  .tel-verticla-methode-accueil.methode {
    line-height: 6vw;
  }

  .intro-tel-accueil {
    width: 70vw;
    max-width: 100%;
    font-size: 4vw;
    line-height: 6vw;
    display: none;
  }

  .intro-tel-vertical-accueil {
    width: 80vw;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .pro-accueil-tel-vertical {
    text-align: center;
    max-width: 20rem;
    padding-left: 0;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .about-description-tel-vertcial {
    text-align: center;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .tel-excercie-copy {
    text-align: center;
    max-width: 20rem;
    padding-left: 3px;
    font-size: 4vw;
    line-height: 6vw;
    display: block;
  }

  .approche-tel-vert {
    text-align: center;
    max-width: 20rem;
    padding-left: 3px;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .mission-tel-vert {
    text-align: center;
    max-width: 20rem;
    padding-left: 3px;
    font-size: 4vw;
    line-height: 6vw;
    display: block;
  }

  .intro-part-tel-cert {
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .intro-part-tel-cert.tablette {
    letter-spacing: .07rem;
    width: 80%;
    margin-top: 40px;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .recon-tel {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .reconverstion-tel-horizontal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .reconverstion-tel-horizontal.slide-from-right-animation {
    margin-bottom: -150px;
  }

  .reconverstion-tel-horizontal.slide-from-left-animation-copy {
    display: none;
  }

  .vision-pro-tel-hori {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .vision-pro-tel-hori.slide-from-right-animation {
    margin-bottom: -150px;
  }

  .vision-pro-tel-hori.slide-from-left-animation-copy {
    display: none;
  }

  .tel_hori {
    max-width: 100%;
    line-height: 1.7rem;
    display: none;
  }

  .tel-sea-vert, .tel-mod-vert, .tel-rhm-vert, .tel-tar-vert-copy {
    text-align: center;
    max-width: 20rem;
    padding-left: 3px;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .intro-methode-telvert {
    width: 80%;
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .dimension-analys-telvert, .cadre-m-thode-vert-tel-copy {
    text-align: center;
    max-width: 20rem;
    padding-left: 3px;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .comprendre-tel-copy-copy {
    text-align: center;
    width: 100%;
    max-width: none;
    padding-left: 0;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .methode-appli-tel-vert {
    text-align: center;
    letter-spacing: .3vw;
    padding-left: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 5.5vw;
    left: 27px;
  }

  .methode-appli-tel-vert.methode {
    line-height: 6vw;
  }

  .methode-appli-tel-vert.methode.tel {
    max-width: 20rem;
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
    left: auto;
  }

  .paragraph-9-copy-copy {
    font-size: 4vw;
    line-height: 6vw;
  }

  .benefecice-anlayse {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .tab-rewiew {
    margin-top: -100px;
  }

  .tel-hor-review {
    margin-top: -100px;
    display: none;
  }

  .tel-vert-review {
    margin-top: -100px;
    display: block;
  }

  .italic-text-10 {
    width: auto;
  }

  .features-image-wrapper-copy {
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: 19.97rem;
    max-height: 19.97rem;
  }

  .features-image-wrapper-copy.flip-from-left-animation {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
  }

  .features-image-wrapper-copy.flip-from-left-animation.tablette {
    width: 100%;
    max-width: none;
  }

  .features-image-wrapper-copy-copy.flip-from-left-animation {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
  }

  .features-image-wrapper-copy-copy.flip-from-left-animation.tablette {
    width: 100%;
    max-width: none;
  }

  .intro-entreprise-tel-vert {
    width: 80%;
    max-width: 20rem;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .approche-pro-tel-vert, .cadre-pro-tel-vert {
    text-align: center;
    max-width: 20rem;
    padding-left: 0;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .modalit-pro-tel-vert {
    text-align: center;
    max-width: 20rem;
    padding-left: 3px;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .tarifs-pro-tel-vert {
    text-align: center;
    max-width: 20rem;
    padding-left: 0;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .section-propos-tel {
    height: 440px;
    display: block;
  }

  .reconverstion-tel-vert {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .reconverstion-tel-vert.slide-from-right-animation {
    margin-bottom: -150px;
  }

  .reconverstion-tel-vert.slide-from-left-animation-copy {
    display: block;
  }

  .telk-vert.valurs7 {
    height: 160px;
    display: block;
  }

  .telintro-ends-vert {
    text-align: center;
    width: 80%;
    max-width: 20rem;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    font-size: 4vw;
    line-height: 6vw;
    display: flex;
  }

  .vision-pro-tel-vert {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .vision-pro-tel-vert.slide-from-right-animation {
    margin-bottom: -150px;
  }

  .vision-pro-tel-vert.slide-from-left-animation-copy {
    display: block;
  }

  .container-2 {
    margin-top: -209px;
    padding-top: 0;
  }

  .utilities-rtb-wrapper-tel-vert.fade-in-animation {
    max-width: 30rem;
  }

  .titre-tel-vert {
    max-width: 22rem;
    font-size: 2rem;
    line-height: 1.7rem;
    display: block;
  }

  .tel-vert-sous-titre {
    max-width: 22rem;
    line-height: 1.7rem;
  }

  .tel-vert-sous-titre.zefz {
    font-size: 1.7rem;
    display: block;
  }

  .heading-35, .heading-36 {
    font-size: 3rem;
  }

  .mon-parcours-tel-vertical {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .mon-parcours-tel-vertical.slide-from-right-animation {
    margin-bottom: -150px;
  }

  .mon-parcours-tel-vertical.slide-from-left-animation-copy {
    display: block;
  }

  .tel-a-enlever {
    text-align: center;
    max-width: 20rem;
    padding-left: 0;
    font-size: 4vw;
    line-height: 6vw;
    display: flex;
  }

  .mon-parcours-tel-vertical-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .mon-parcours-tel-vertical-2.slide-from-right-animation {
    margin-bottom: -150px;
  }

  .mon-parcours-tel-vertical-2.slide-from-left-animation-copy {
    display: block;
  }

  .mon-parcours-titre-tab-copy {
    clear: none;
    text-align: center;
    width: 100%;
    max-width: 30rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 2rem;
    line-height: 1rem;
    display: flex;
  }

  .tel-horizontal-mon-parcours {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .tel-horizontal-mon-parcours.slide-from-right-animation, .tel-horizontal-mon-parcours.slide-from-right-animation-copy {
    margin-bottom: -150px;
  }

  .large-card-tropcopy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-flex-ordi {
    justify-content: center;
    align-items: center;
  }

  .card-flex-ordi.reverse-on-tab-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 0;
    padding-top: 150px;
  }

  .tel-horiztontal-mon-parcours-copy {
    justify-content: center;
    align-items: center;
  }

  .tel-horiztontal-mon-parcours-copy.reverse-on-tab-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 0;
    padding-top: 150px;
  }

  .card-flex-ordi-1 {
    justify-content: center;
    align-items: center;
    margin-top: -100px;
  }

  .card-flex-ordi-ordi-2 {
    justify-content: center;
    align-items: center;
  }

  .card-flex-ordi-ordi-2.reverse-on-tab-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 0;
    padding-top: 150px;
  }

  .card-flex-ordi-2 {
    justify-content: center;
    align-items: center;
  }

  .card-flex-ordi-2.reverse-on-tab-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 0;
    padding-top: 60px;
  }

  .card-text-block-copy-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .card-text-block-copy-copy.slide-from-right-animation, .card-text-block-copy-copy.slide-from-right-animation-copy {
    margin-bottom: -150px;
  }

  .card-text-block-tab {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .card-text-block-tab.slide-from-right-animation, .card-text-block-tab.slide-from-right-animation-copy {
    margin-bottom: -150px;
  }

  .card-text-block-horitel {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .card-text-block-horitel.slide-from-right-animation {
    margin-bottom: -150px;
  }

  .card-text-block-horitel.slide-from-right-animation-copy {
    margin-bottom: -150px;
    display: none;
  }

  .card-text-block-vertitel {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .card-text-block-vertitel.slide-from-right-animation {
    margin-bottom: -150px;
  }

  .card-text-block-vertitel.slide-from-right-animation-copy {
    margin-bottom: -150px;
    display: flex;
  }

  .card-text-block-tab2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .card-text-block-tab2.slide-from-right-animation {
    margin-bottom: -150px;
  }

  .card-text-block-ordi2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .card-text-block-ordi2.slide-from-right-animation {
    margin-bottom: -150px;
  }

  .card-text-block-horitel2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .card-text-block-horitel2.slide-from-right-animation {
    margin-bottom: -150px;
  }

  .card-text-block-horitel2.slide-from-left-animation-copy {
    display: none;
  }

  .card-text-block-vertitel2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .card-text-block-vertitel2.slide-from-right-animation {
    margin-bottom: -150px;
  }

  .card-text-block-vertitel2.slide-from-left-animation-copy {
    display: flex;
  }

  .tablette-intro-particulier {
    max-width: 100%;
    line-height: 1.7rem;
    display: block;
  }

  .titre-a-propos.slide-from-left-animation {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .titre-a-propos.slide-from-left-animation.slide-left {
    margin-top: 50px;
  }

  .titre-contact.slide-from-left-animation {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .titre-contact.slide-from-left-animation.slide-left {
    margin-top: 50px;
  }

  .intro-contact-vertical {
    width: 70vw;
    max-width: 100%;
    padding-bottom: 0;
    font-size: 4vw;
    line-height: 6vw;
    display: block;
    position: relative;
    top: 53px;
  }

  .rien {
    width: 70vw;
    max-width: 100%;
    font-size: 4vw;
    line-height: 6vw;
    display: none;
  }

  .features-image-wrapper-ta-mere-la-chiennecopy {
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: 19.97rem;
    max-height: 19.97rem;
  }

  .features-image-wrapper-ta-mere-la-chiennecopy.flip-from-left-animation {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
  }

  .features-image-wrapper-ta-mere-la-chiennecopy.flip-from-left-animation.logo4 {
    width: 60%;
  }

  .features-image-wrapper-ta-mere-la-chiennecopy.flip-from-left-animation.icerns {
    width: 60%;
    margin-bottom: auto;
  }

  .features-image-wrapper-ta-mere-la-chiennecopy.flip-from-left-animation.tablette {
    width: 100%;
    max-width: none;
  }

  .features-image-wrappefgthyfthertsert-yr-copy-copy {
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: 19.97rem;
    max-height: 19.97rem;
  }

  .features-image-wrappefgthyfthertsert-yr-copy-copy.flip-from-left-animation.tablet {
    display: none;
    top: auto;
  }

  .features-image-wrapper-copy-copy {
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: 19.97rem;
    max-height: 19.97rem;
  }

  .features-image-wrapper-copy-copy.flip-from-left-animation.tablet {
    display: flex;
    top: auto;
  }
}

#w-node-_3a66f97c-7683-bc33-ac08-03f6d0a9003a-93e4f2b1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3a66f97c-7683-bc33-ac08-03f6d0a9003b-93e4f2b1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_181c752f-8249-f0cc-5c85-dfcaa4bd8e56-93e4f2b8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_181c752f-8249-f0cc-5c85-dfcaa4bd8e57-93e4f2b8, #w-node-ee4c602c-b7eb-8586-13c3-9ac0f15280c5-93e4f2b8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5a5f70d9-0701-3f4a-65e6-f56c012caf14-f15c4f56 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5a5f70d9-0701-3f4a-65e6-f56c012caf15-f15c4f56, #w-node-cdc1e790-9ced-9c3b-5f8a-fe43a6baae6d-f15c4f56 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b98e89cb-e8f4-616d-7001-411e9b8d224b-0d2cfda4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b98e89cb-e8f4-616d-7001-411e9b8d224c-0d2cfda4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5a5f70d9-0701-3f4a-65e6-f56c012caf14-0d2cfda4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5a5f70d9-0701-3f4a-65e6-f56c012caf15-0d2cfda4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b0ba7367-8285-be0a-215f-011a29334bc8-29334bc8 {
    grid-column-end: 3;
  }

  #w-node-b0ba7367-8285-be0a-215f-011a29334bd6-29334bc8, #w-node-_34efe916-c7be-d650-7959-a33829afd648-93e4f2b9, #w-node-_3b417a50-c580-6f97-63ae-d06150e2be8f-93e4f2b9, #w-node-_25052c10-474c-2e4e-e4f4-4cb7dbdd9e77-93e4f2b9 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b0ba7367-8285-be0a-215f-011a29334bd1-29334bc8 {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-b0ba7367-8285-be0a-215f-011a29334bd6-29334bc8 {
    grid-area: 2 / 1 / 2 / 3;
    place-self: auto;
  }

  #w-node-_34efe916-c7be-d650-7959-a33829afd643-93e4f2b9 {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-_34efe916-c7be-d650-7959-a33829afd648-93e4f2b9 {
    grid-area: 2 / 1 / 2 / 3;
    place-self: auto;
  }

  #w-node-_3b417a50-c580-6f97-63ae-d06150e2be87-93e4f2b9 {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-_3b417a50-c580-6f97-63ae-d06150e2be8f-93e4f2b9 {
    grid-area: 2 / 1 / 2 / 3;
    place-self: auto;
  }

  #w-node-_25052c10-474c-2e4e-e4f4-4cb7dbdd9e6f-93e4f2b9 {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-_25052c10-474c-2e4e-e4f4-4cb7dbdd9e77-93e4f2b9 {
    grid-area: 2 / 1 / 2 / 3;
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4816b161-be7c-2fbb-3622-1a585cd95cc2-93e4f2b1 {
    place-self: auto;
  }

  #w-node-b0ba7367-8285-be0a-215f-011a29334bc8-29334bc8 {
    grid-column: span 2 / span 2;
  }

  #w-node-b0ba7367-8285-be0a-215f-011a29334bcc-29334bc8, #w-node-b0ba7367-8285-be0a-215f-011a29334bd1-29334bc8, #w-node-b0ba7367-8285-be0a-215f-011a29334bd6-29334bc8, #w-node-_34efe916-c7be-d650-7959-a33829afd63e-93e4f2b9, #w-node-_34efe916-c7be-d650-7959-a33829afd643-93e4f2b9, #w-node-_34efe916-c7be-d650-7959-a33829afd648-93e4f2b9, #w-node-_3b417a50-c580-6f97-63ae-d06150e2be7f-93e4f2b9, #w-node-a0188e3f-bf9f-164c-fee6-cc00d4e765e2-93e4f2b9, #w-node-_3b417a50-c580-6f97-63ae-d06150e2be87-93e4f2b9, #w-node-_3b417a50-c580-6f97-63ae-d06150e2be8f-93e4f2b9, #w-node-_25052c10-474c-2e4e-e4f4-4cb7dbdd9e5f-93e4f2b9, #w-node-_25052c10-474c-2e4e-e4f4-4cb7dbdd9e67-93e4f2b9, #w-node-_25052c10-474c-2e4e-e4f4-4cb7dbdd9e6f-93e4f2b9, #w-node-_25052c10-474c-2e4e-e4f4-4cb7dbdd9e77-93e4f2b9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


