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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #111;
  background-color: #fcfcfc;
  font-family: Josefinsans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #3a5a78;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmserifdisplay, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
  font-family: Josefinsans, sans-serif;
  font-weight: 300;
}

.margin-xhuge {
  margin: 8rem;
}

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

.icon-height-small {
  height: 1rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.heading-style-h4 {
  font-family: Dmserifdisplay, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  font-size: .875rem;
}

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

.fs-styleguide_header {
  color: #fff;
  background-color: #000;
}

.margin-0 {
  margin: 0;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

.padding-0 {
  padding: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.background-color-white {
  background-color: #fff;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
}

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

.text-size-large {
  font-size: 1.5rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-small {
  margin: 1rem;
}

.text-size-regular {
  font-size: 1rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.icon-height-medium {
  height: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-xxhuge {
  margin: 12rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.fs-styleguide_spacer-box {
  width: 100%;
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  position: relative;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.spacer-96 {
  width: 100%;
  padding-top: 6rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

.text-color-white {
  color: #fff;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-small {
  padding: 1rem;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.heading-style-h2 {
  font-family: Dmserifdisplay, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.methode {
  color: #3a5a78;
  text-align: center;
  font-family: Dmserifdisplay, sans-serif;
  font-weight: 400;
}

.heading-style-h2.formation {
  color: #fcfcfc;
  text-align: center;
  font-weight: 400;
}

.heading-style-h2.is-white {
  margin-left: -4rem;
  font-weight: 400;
}

.heading-style-h2.is-water {
  color: #3a7578;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.text-align-center.align-center {
  width: 60%;
  font-weight: 300;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.margin-xsmall {
  margin: .5rem;
}

.heading-style-h3 {
  color: #3a5b79;
  font-family: Dmserifdisplay, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.text-align-center {
  font-weight: 400;
}

.heading-style-h3.is-water {
  color: #3a7578;
  margin-top: 0;
}

.heading-style-h3.is-water.is-mobile {
  display: none;
}

.heading-style-h3.is-water.is-laptop {
  margin-bottom: 2rem;
}

.spacer-large {
  padding-top: 3rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

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

.text-size-medium {
  font-size: 1.25rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.fs-styleguide_version {
  z-index: 5;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.overflow-auto {
  overflow: auto;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-tiny {
  margin: .125rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-large {
  padding: 3rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.text-weight-light {
  font-weight: 300;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  position: relative;
}

.padding-xxhuge {
  padding: 12rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-family: Dmserifdisplay, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-medium {
  padding: 2rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h5 {
  font-family: Dmserifdisplay, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.form_message-success {
  padding: 1.25rem;
}

.padding-huge {
  padding: 6rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #3a5a78;
  border-radius: 20px;
  padding: .6rem 1.5rem;
  font-weight: 600;
}

.button.is-secondary {
  color: #3a5a78;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #3a5a78;
  font-weight: 300;
  transition: all .2s;
  position: static;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 5%;
  overflow: hidden;
}

.button.is-secondary:hover {
  font-weight: 300;
  overflow: visible;
  transform: translate(0, -.5rem);
}

.button.is-secondary._2.special {
  position: absolute;
}

.button.is-secondary.is-green {
  color: #438b79;
  border-color: #428879;
  font-family: Indieflower, sans-serif;
  font-weight: 400;
}

.button.is-text {
  color: #3a5a78;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-white {
  color: #0596de;
  background-color: #fff;
  font-size: 1.3rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.padding-tiny {
  padding: .125rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h1 {
  font-family: Dmserifdisplay, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-family: Dmserifdisplay, sans-serif;
}

.logo-link-middle {
  margin-left: 24px;
  margin-right: 24px;
}

.navigation {
  z-index: 999;
  background-color: rgba(58, 90, 120, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 6.5rem;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.navigation._2 {
  background-image: linear-gradient(46deg, #46937b, #3f8378);
}

.navigation._3 {
  background-color: #3a7578;
  background-image: none;
}

.middle-logo-mobile {
  margin-left: 24px;
  margin-right: 24px;
  display: none;
}

.banner-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-container-middle {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .1rem .6rem;
  display: flex;
}

.banner-basic {
  min-height: 56px;
  color: #160042;
  text-align: center;
  background-color: #f7f9fd;
  justify-content: center;
  align-items: center;
  padding: 16px 5%;
  display: flex;
}

.navigation-full-wrapper {
  justify-content: center;
  display: flex;
}

.navigation-menu {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
  position: static;
}

.navigation-link {
  color: #fff;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 3.5rem;
  font-family: Josefinsans, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  background-color: #263d53;
  border-radius: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.navigation-link.w--current {
  color: #fff;
  background-color: #214563;
  border-radius: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.navigation-link._2:hover {
  background-color: #2d6156;
}

.navigation-link._2.w--current {
  background-color: #2c5c4e;
}

.navigation-link._3:hover {
  background-color: #295355;
}

.navigation-link._3.w--current {
  background-color: #2a5557;
}

.paragraph-regular {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.image {
  width: 13rem;
}

.body {
  background-color: #fcfcfc;
}

.carine-simonet {
  width: 1080px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #3a5a78;
  font-family: Josefinsans, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  text-decoration: none;
}

.nav-link._2 {
  color: #46937b;
}

.nav-link._3 {
  color: #3a7578;
}

.link-block {
  text-decoration: none;
}

.navlink {
  color: #313131;
  text-decoration: none;
}

.header {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-presenation {
  width: 21rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-self: center;
  display: flex;
}

.hero_text-doctolink {
  color: #3a5b79;
  font-family: Josefinsans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.rdv {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  font-family: Josefinsans, sans-serif;
  font-weight: 300;
}

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

.icon-therapies {
  max-width: 85%;
  justify-content: space-around;
  margin: 1rem auto;
  display: flex;
}

.icon-card {
  width: 25%;
  border-right: 1px rgba(0, 0, 0, .2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.icon-card:hover {
  border-right-style: none;
  border-radius: 10px;
  box-shadow: 2px 1px 6px rgba(58, 90, 120, .31);
}

.icon-card.is-last {
  border-right-style: none;
  border-right-width: 0;
}

.icon-card.last {
  border-right-style: none;
}

.icon-card._2 {
  border-left: 1px rgba(0, 0, 0, .2);
  border-right-style: none;
  border-right-color: rgba(0, 0, 0, .2);
}

.icon-card._2:hover {
  border-left-style: none;
  border-right-style: none;
}

.text-block-3 {
  width: 80%;
  text-align: center;
  font-family: Josefinsans, sans-serif;
  font-weight: 300;
}

.section_formation {
  background-color: #3a5a78;
}

.image-2 {
  width: 100%;
  height: auto;
}

.image-3 {
  width: 100%;
}

.footer_map {
  width: 23rem;
  height: 23rem;
  position: absolute;
  top: -11rem;
  right: 35rem;
}

.footer_circle {
  width: 160vw;
  height: 54rem;
  background-color: #3a5a78;
  border-radius: 100%;
  position: absolute;
  left: -30vw;
}

.footer_circle._2 {
  background-color: #46937b;
}

.footer_circle._3 {
  width: 100%;
  color: #000;
  background-color: #3a7578;
  position: static;
  left: auto;
}

.footer {
  height: 45rem;
  padding-top: 15rem;
  position: relative;
  overflow: hidden;
}

.footer._1 {
  height: 45rem;
  padding-top: 15rem;
}

.footer._3 {
  padding-top: 0;
}

.footer_map-shadow {
  width: 25.5rem;
  height: 25.5rem;
  opacity: .05;
  background-color: #0a142f;
  border-radius: 100%;
  position: absolute;
  top: -12.2rem;
  right: 33.7rem;
}

.footer_map-shadow-big {
  width: 28rem;
  height: 28rem;
  opacity: .05;
  background-color: #0a142f;
  border-radius: 100%;
  position: absolute;
  top: -13.7rem;
  right: 32.5rem;
}

.footer_content {
  width: 90vw;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-7 {
  font-family: Dmserifdisplay, sans-serif;
  font-weight: 400;
}

.heading-8 {
  color: #3a5a78;
  font-size: 3rem;
}

.heading-9 {
  line-height: 1.2;
}

.is-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.footer_content_btn-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.image-4 {
  width: 2rem;
  height: 2rem;
}

.footer_content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.footer_text {
  color: #fff;
  align-self: flex-end;
  font-family: Josefinsans, sans-serif;
  font-size: 1.2rem;
}

.footer_text.carine {
  font-size: 1.5rem;
}

.footer_link {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
}

.doctolink {
  height: 1.8rem;
}

.footer_link-text {
  color: #3a5a78;
  align-self: flex-end;
  font-family: Josefinsans, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.footer_link-text._2 {
  color: #46937b;
}

.footer_link-text._2.is-blue {
  color: #3a5a78;
  align-self: flex-end;
}

.image-6 {
  width: 35rem;
}

.hero_link {
  background-color: #0596de;
  border-radius: 20px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: .6rem 1rem;
  text-decoration: none;
  display: flex;
}

.section_outils {
  overflow: hidden;
}

.outils_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto auto;
}

.outils_img-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.outils_img {
  width: 17rem;
}

.outils_img._1 {
  width: 22rem;
}

.outils_img._2 {
  width: 26rem;
}

.outils_img._4 {
  width: 29rem;
}

.image-7, .image-8, .image-9, .image-10 {
  width: 4rem;
}

.rel {
  position: relative;
}

.cc-scroll {
  color: #e0cffe;
  display: inline-block;
}

.scroll-text {
  overflow: hidden;
  transform: rotate(90deg);
}

.resources-block {
  width: 100%;
  color: #fff;
  text-align: left;
  align-self: flex-start;
  margin-top: 220px;
}

.text {
  color: #e0cffe;
  overflow: hidden;
}

.text.margin-5-left {
  margin-left: 5px;
  padding-left: 7px;
  padding-right: 12px;
}

.text.margin-5-right {
  text-align: right;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 7px;
  padding-right: 7px;
}

.text.wrap {
  color: #402e70;
  text-align: center;
  background-color: #e0cffe;
  padding: 8px 16px 8px 24px;
}

.text.margin-right {
  text-align: right;
  margin-right: 20px;
}

.text.margin-right.top {
  width: 55%;
}

.text.margin-right.special {
  display: flex;
}

.text.margin-left {
  margin-left: 20px;
}

.text.margin-left.top {
  width: 65%;
  flex-direction: column;
  order: 0;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  display: block;
}

.text.margin-left.special {
  display: flex;
}

.image-11 {
  width: 5rem;
}

.line-container-copy {
  width: 40%;
  transform-origin: 50% 0;
  justify-content: center;
  display: flex;
}

.line-ver-copy {
  width: 10px;
  height: 200px;
  transform-origin: 50% 0;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
}

.wrapper {
  height: 100vh;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 10px 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-scrolling {
  z-index: 1;
  transform-origin: 50% 0;
  justify-content: center;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sec {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flex {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.flex.center-2 {
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}

.flex.half {
  width: 51.4%;
}

.flex.hor {
  justify-content: center;
}

.flex.hor.space-bwtween {
  justify-content: space-between;
  align-items: center;
}

.flex.hor.space-bwtween.top {
  align-items: flex-start;
}

.flex.hor.left {
  justify-content: space-between;
  align-items: flex-start;
}

.flex.hor.middle {
  justify-content: space-between;
  align-items: stretch;
}

.flex.hor.center {
  justify-content: center;
}

.flex.hor.left {
  justify-content: space-between;
}

.flex.ver {
  flex-direction: column;
  align-items: stretch;
}

.flex.ver.margin-24 {
  margin-right: 24px;
}

.flex.ver.half-right {
  width: 49%;
  align-items: flex-end;
}

.flex.ver.half-right.down {
  width: 50%;
  justify-content: flex-end;
}

.flex.ver.center {
  color: #fcfcfc;
  align-items: flex-end;
}

.flex.ver.center.end {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.flex.ver.quarter {
  align-items: flex-end;
}

.flex.ver.half {
  width: 50%;
}

.flex.ver.left {
  width: 100%;
}

.flex.right {
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-start;
  margin-left: 0%;
}

.flex.right.last {
  justify-content: flex-end;
}

.line-container {
  width: 55%;
}

.scroll {
  height: 100%;
  transform-origin: 50% 0;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.line-ver {
  width: 10px;
  height: 200px;
  transform-origin: 50% 0;
  background-color: #fcfcfc;
  align-self: center;
}

.line-ver.long {
  height: 400px;
}

.line-ver.extra-short {
  height: 40px;
}

.line-ver.margin-top {
  margin-top: -10px;
}

.line-ver.short-bottom {
  height: 140px;
  margin-bottom: -10px;
}

.line-ver.first, .line-ver.first.aniamation {
  height: 100px;
  transform-origin: 50% 0;
}

.line-ver.med {
  height: 250px;
}

.line-ver.short {
  height: 105px;
  margin-top: -10px;
}

.line-ver.short-copy {
  height: 100px;
  margin-top: 0;
  margin-bottom: -10px;
}

.line-ver.origin-botttom {
  transform-origin: 50% 100%;
}

.line-ver.short {
  height: 100px;
  height: 100px;
  height: 110px;
  background-color: #fcfcfc;
  margin-top: -10px;
}

.line-hor {
  width: 100%;
  height: 10px;
  color: #fcfcfc;
  background-color: #fcfcfc;
}

.line-hor.origin-right {
  transform-origin: 100%;
  background-color: #fcfcfc;
}

.line-hor.origin-right.end {
  width: 50%;
}

.line-hor.origin-left {
  transform-origin: 0%;
  background-color: #fcfcfc;
}

.line-hor.quarter-2 {
  width: 51.3%;
}

.line-hor.quarter-2.origin-right {
  width: 50%;
}

.line-hor.quarter {
  width: 51.2%;
}

.line-hor.quarter.origin-right {
  width: 50%;
}

.line-hor.extra-short-2 {
  width: 50px;
}

.line-hor.extra-short-3 {
  width: 30px;
  margin-right: 20px;
}

.line-hor.quarter-2-copy {
  width: 51.4%;
}

.line-hor.quarter-2-copy.origin-right {
  width: 47%;
  width: 57%;
  width: 57%;
  width: 50%;
}

.line-hor.quarter {
  width: 51.2%;
}

.line-hor.quarter.origin-right {
  width: 50%;
}

.line-hor.extra-short-3 {
  width: 30px;
  margin-right: 20px;
}

.line-hor.quarter-2 {
  width: 51.3%;
}

.line-hor.quarter-2.origin-right {
  width: 50%;
}

.line-hor.quarter {
  width: 51.2%;
}

.line-hor.quarter.origin-right {
  width: 50%;
}

.line-hor.extra-short-2 {
  width: 50px;
}

.line-hor.extra-short-3 {
  width: 30px;
  margin-right: 20px;
}

.line-hor.quarter {
  width: 51.2%;
}

.line-hor.quarter.origin-right {
  width: 50%;
}

.line-hor.extra-short-3 {
  width: 30px;
  margin-right: 20px;
}

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

.image-12 {
  width: 5rem;
}

.h3form {
  color: #fff;
  font-family: Dmserifdisplay, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8 {
  color: #cfe9fe;
  margin-top: 4px;
}

.image-13 {
  width: 6rem;
}

.div-block {
  width: 20px;
  height: 20px;
  background-color: #fcfcfc;
  border: 3px solid #fff;
  border-radius: 17px;
  margin-top: -5px;
  margin-right: -2px;
}

.experience {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.photo-titre {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: -1.5rem;
  margin-left: -11.2rem;
  display: flex;
}

.text-experience {
  width: 80%;
  height: auto;
  background-color: #fcfcfc;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.texte-experience {
  width: 90%;
  color: #3a5a78;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.image-14 {
  z-index: 3;
  width: 14rem;
  border: 20px solid #3a5a78;
  border-radius: 500px;
  position: relative;
}

.therapie {
  width: 80%;
  color: #111;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
}

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

.text-span-2 {
  font-weight: 400;
  text-decoration: none;
}

.text-span-3 {
  color: #3597de;
  font-weight: 400;
}

.heading-bd {
  width: 100%;
  color: #46937b;
  font-family: Indieflower, sans-serif;
  font-size: 2rem;
}

.big-para {
  width: 100%;
  color: rgba(0, 0, 0, .7);
  text-align: left;
  margin-top: 1rem;
  font-family: Indieflower, sans-serif;
  font-size: 1.4rem;
}

.three-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  -webkit-background-clip: text;
  background-clip: text;
}

.team-wrapper {
  z-index: 20;
  width: 100vw;
  min-height: 650px;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.max-450 {
  max-width: 450px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 5vw 100px;
  display: flex;
  position: relative;
}

.background-cover {
  width: 50%;
  background-color: #1e2029;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.wrapper-2 {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  position: relative;
}

.wrapper-2.shade-wrapper {
  background-color: #1e2029;
  position: static;
}

.body-display {
  color: #8a94a6;
  font-family: Indieflower, sans-serif;
  line-height: 1.55em;
}

.body-display.large {
  font-size: 18px;
  line-height: 1.6em;
}

.large-heading {
  color: #418878;
  font-family: Indieflower, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.clip {
  overflow: hidden;
}

.background-shade {
  z-index: 5;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.background-shade.third-height {
  height: 40%;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.team-item {
  width: 30%;
  height: 100%;
  min-width: 30vw;
  color: #fff;
  align-self: auto;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.slide-image {
  width: 100%;
  height: 65vh;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-image.team-image {
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.speaker-image {
  width: 101%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.speaker-image.team-images {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  order: 0;
}

.speaker-image.team-images.nouveau {
  display: block;
}

.team-member-info {
  z-index: 100;
  text-align: center;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  position: absolute;
  top: 23.6rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.team-wrapper {
  width: 100vw;
  min-height: 500px;
}

.image-15 {
  display: block;
}

.image-16 {
  border: 2px solid rgba(0, 0, 0, .51);
}

.team-image {
  opacity: .9;
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  transition: all .2s;
  position: relative;
}

.team-image:hover {
  opacity: 1;
}

.div-block-2 {
  z-index: 1000;
  width: 100%;
  height: 30rem;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mes-ouvrages {
  color: #46937b;
  text-align: center;
  font-family: Indieflower, sans-serif;
  font-size: 2.5rem;
}

.section_extraits {
  background-color: #cfe8dd;
}

.cell {
  align-items: flex-start;
}

.image-17, .image-18, .image-19, .image-20 {
  border: 1px solid rgba(0, 0, 0, .3);
}

.extraits-descp {
  width: 100%;
  text-align: center;
  padding-top: .5rem;
  font-family: Indieflower, sans-serif;
  font-size: 1.4rem;
}

.cell-2 {
  text-align: left;
}

.text-span-4 {
  text-decoration: underline;
}

.paragraph-9 {
  opacity: .9;
  margin-bottom: 0;
  padding: 2rem;
  font-family: Indieflower, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}

.div-block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.image-21 {
  width: 20rem;
  height: 20rem;
  align-self: auto;
}

.paragraph-10 {
  opacity: .9;
  align-self: center;
  padding-left: 2rem;
  font-family: Indieflower, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

.paragraph-11 {
  opacity: .9;
  padding: 2rem;
  font-family: Indieflower, sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}

.button-3 {
  display: inline-block;
}

.div-block-4 {
  justify-content: center;
  display: flex;
}

.div-block-5 {
  z-index: 1000;
  width: 6rem;
  height: 2rem;
  opacity: .7;
  background-color: #ff3d3d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-block-4 {
  font-family: Indieflower, sans-serif;
}

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

.icon-2 {
  width: 24px;
  height: 24px;
  color: #160042;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-5 {
  text-decoration: underline;
}

.divider {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  display: flex;
}

.div-block-7 {
  width: 40%;
}

.div-block-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  display: flex;
}

.text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.icon-3 {
  width: 24px;
  height: 24px;
  color: #3a7578;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-5 {
  color: #000;
  align-self: auto;
  font-weight: 300;
}

.icon-4, .icon-5, .icon-6 {
  width: 24px;
  height: 24px;
  color: #160042;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-6 {
  color: #258bca;
  font-weight: 400;
}

.div-block-42 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.text-block-15 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.footer3_credit-text {
  color: #fcfcfc;
  font-size: .875rem;
}

.link {
  width: 100%;
  color: #30302d;
  font-weight: 300;
  text-decoration: none;
}

.link.ilun {
  width: auto;
  color: #f1ffed;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}

.icon-14 {
  width: 1.5rem;
  height: 1.5rem;
  color: #ec5252;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.text-block-14 {
  color: #fcfcfc;
  flex: 0 auto;
  padding-right: .25rem;
  font-weight: 300;
}

.footer3_bottom-wrapper {
  opacity: .8;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span-7 {
  color: #fcfcfc;
}

.transition-image {
  display: block;
}

.transition-image.special {
  display: none;
}

.section_footer {
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.line-divider-2 {
  width: 100%;
  height: 1px;
  opacity: .4;
  background-color: #153c37;
  margin-left: auto;
  margin-right: auto;
}

.text-block-16 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.div-block-43 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-24 {
  width: 2rem;
  height: 2rem;
  margin-left: .15rem;
}

.footer3_bottom-wrapper-2 {
  width: 80%;
  opacity: .8;
  color: #fcfcfc;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-17 {
  flex: 0 auto;
  padding-right: .25rem;
  font-weight: 300;
}

.text-span-8 {
  font-weight: 300;
}

.icon-15 {
  width: 1.5rem;
  height: 1.5rem;
  color: #ec5252;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.link-block-2 {
  color: #383838;
  text-decoration: none;
}

.footer3_credit-text-2 {
  color: #fcfcfc;
  font-size: .875rem;
  font-weight: 300;
}

.image-25 {
  width: 14rem;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 20px;
}

.div-block-45 {
  width: 50%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.img26 {
  display: none;
}

.image-27 {
  position: absolute;
  bottom: 0;
}

.image28 {
  display: none;
}

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

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-large-2 {
  padding: 3rem;
}

.text-block-18 {
  font-weight: 500;
}

.image-28 {
  width: 10rem;
}

.link-2 {
  width: 100%;
  color: #30302d;
  font-weight: 500;
  text-decoration: none;
}

.text-block-19 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.text-span-10 {
  font-weight: 500;
}

.special-bottom-padding {
  padding-left: 3rem;
  padding-right: 3rem;
}

.special-bottom-padding._2 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-size-medium-3 {
  color: #292626;
  font-size: 1.25rem;
  font-weight: 400;
}

.footer1_link {
  color: #363636;
  flex-direction: row;
  padding-top: .5rem;
  padding-bottom: 0;
  font-size: .875rem;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.footer1_link.w--current {
  color: #c49ad6;
}

.div-block-46 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-29 {
  width: 1.75rem;
  height: 1.75rem;
  margin-left: .15rem;
}

.footer3_details-wrapper-2 {
  text-align: right;
}

.text-size-medium-2 {
  color: #292626;
  font-size: 1.25rem;
  font-weight: 400;
}

.footer3_bottom-wrapper-3 {
  opacity: .8;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.text-block-20 {
  color: #fcfcfc;
  flex: 0 auto;
  padding-right: .25rem;
  font-size: .875rem;
  font-weight: 300;
}

.text-span-11 {
  color: #fcfcfc;
  font-size: .875rem;
  font-weight: 300;
}

.footer1_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: space-between;
  align-items: flex-start;
  justify-items: start;
  font-size: 1rem;
  display: flex;
}

.icon-16 {
  width: 1.5rem;
  height: 1.5rem;
  color: #ec5252;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.padding-small-2 {
  padding: 1rem;
}

.padding-small-2.is-thelastone {
  display: none;
}

.section_footer-2 {
  background-color: #75aaad;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-3 {
  color: #383838;
  text-decoration: none;
}

.footer3_credit-text-3 {
  color: #fcfcfc;
  font-size: .875rem;
  font-weight: 300;
}

.image-30 {
  width: 100%;
}

.linkdocto {
  color: #1d2228;
  text-decoration: none;
}

.text-span-12 {
  opacity: 1;
  -webkit-text-stroke-width: 1px;
}

.para-bd {
  font-family: Indieflower, sans-serif;
}

.explication_text-wrapper {
  display: flex;
}

.explication_para-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.presentation_hero-text-wrapper {
  width: 30rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.image-31 {
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: auto;
  bottom: 13%;
  left: auto;
  right: 3%;
}

.image-32 {
  display: none;
}

.body-2 {
  background-image: url('../images/stacked-waves-haikei-4.svg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-47 {
  width: 40%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-22 {
  font-weight: 300;
}

@media screen and (min-width: 1280px) {
  p {
    font-size: 1.2rem;
  }

  .container-large {
    width: 90%;
  }

  .text-align-center.align-center {
    width: 60%;
  }

  .button.is-secondary {
    font-size: 1.4rem;
  }

  .header {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: center;
  }

  .text-presenation {
    width: 24rem;
  }

  .footer_map {
    right: 43rem;
  }

  .footer_circle._3 {
    height: 60rem;
    object-fit: fill;
    overflow: visible;
  }

  .footer._3 {
    height: 17rem;
    align-items: flex-start;
    padding-top: 6rem;
    display: flex;
    position: static;
    top: 112px;
  }

  .footer_map-shadow {
    right: 41.7rem;
  }

  .footer_map-shadow-big {
    right: 40.5rem;
  }

  .footer_content, .footer_content-wrapper {
    width: 1080px;
  }

  .line-ver.short {
    height: 120px;
  }

  .texte-experience {
    margin-bottom: 3rem;
  }

  .team-item {
    width: 30%;
    opacity: .8;
    transition: all .2s;
  }

  .team-item:hover {
    opacity: 1;
  }

  .team-member-info {
    top: 30.5rem;
  }

  .team-wrapper {
    min-height: 600px;
  }

  .team-image {
    background-image: none;
  }

  .paragraph-9, .paragraph-10, .paragraph-11 {
    font-size: 1.5rem;
  }

  .section_coord {
    height: 40rem;
  }

  .link {
    color: #474747;
    text-decoration: none;
  }

  .footer3_bottom-wrapper {
    color: #474747;
  }

  .div-block-43 {
    font-size: 1rem;
  }

  .footer3_bottom-wrapper-2 {
    color: #474747;
  }

  .text-block-17, .text-span-8 {
    color: #fcfcfc;
  }

  .footer3_credit-text-2 {
    font-size: 1rem;
  }

  .image-27 {
    bottom: 0;
  }

  .padding-global-2 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .padding-large-2 {
    line-height: 28px;
  }

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

  .image-28 {
    width: 14rem;
  }

  .div-block-12 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .link-2 {
    color: #474747;
    font-size: 1rem;
    text-decoration: none;
  }

  .special-bottom-padding {
    width: 80%;
  }

  .special-bottom-padding._2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-size-medium-3 {
    font-size: 1.5rem;
  }

  .footer1_link {
    color: #474747;
    font-size: 1rem;
    line-height: 25px;
  }

  .div-block-46 {
    font-size: 1rem;
  }

  .footer3_details-wrapper-2 {
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .text-size-medium-2 {
    font-size: 1.75rem;
  }

  .footer3_bottom-wrapper-3 {
    color: #474747;
  }

  .footer1_link-list {
    font-size: 1.25rem;
  }

  .section_footer-2 {
    flex-direction: column;
    align-items: stretch;
    display: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footer3_credit-text-3 {
    font-size: 1rem;
  }

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

  .image-31 {
    width: 13rem;
    height: 13rem;
    bottom: 5%;
  }

  .body-2 {
    background-image: url('../images/stacked-waves-haikei-4.svg');
    background-position: 0 0;
    background-size: cover;
  }
}

@media screen and (min-width: 1440px) {
  p {
    font-size: 1.3rem;
  }

  .container-large {
    width: 80%;
  }

  .text-align-center.align-center {
    width: 53%;
  }

  .heading-style-h3 {
    font-size: 3rem;
  }

  .heading-style-h3.text-align-center {
    font-size: 2.5rem;
  }

  .navigation-link {
    padding-left: 4.8rem;
    padding-right: 4.5rem;
  }

  .carine-simonet {
    width: 1280px;
  }

  .header {
    width: 100%;
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .text-presenation {
    width: 25rem;
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .hero_text-doctolink {
    font-size: 1.4rem;
  }

  .footer_map {
    right: 50rem;
  }

  .footer_circle._3 {
    width: 80%;
  }

  .footer._3 {
    height: 25rem;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10rem;
  }

  .footer_map-shadow {
    right: 48.7rem;
  }

  .footer_map-shadow-big {
    right: 47.5rem;
  }

  .image-6 {
    width: 41rem;
  }

  .outils_img._1 {
    width: 26rem;
  }

  .outils_img._2 {
    width: 31rem;
  }

  .outils_img._3 {
    width: 20rem;
  }

  .outils_img._4 {
    width: 33rem;
  }

  .team-member-info {
    top: 34rem;
  }

  .team-wrapper {
    min-height: 650px;
  }

  .team-image {
    width: 25rem;
  }

  .div-block-5 {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .section_coord {
    height: 50rem;
    padding-top: 6rem;
  }

  .section_footer {
    z-index: 2;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .image-27 {
    display: block;
    position: absolute;
    bottom: 0;
    overflow: visible;
  }

  .image-28 {
    width: 14rem;
  }

  .div-block-12 {
    flex: 0 auto;
    justify-content: flex-start;
  }

  .special-bottom-padding._2 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-31 {
    width: 15rem;
    height: 15rem;
    bottom: 5%;
  }

  .body-2 {
    height: 100%;
  }

  .div-block-47 {
    margin-bottom: 0;
    bottom: 0%;
  }
}

@media screen and (min-width: 1920px) {
  p {
    font-size: 1.4rem;
  }

  .container-large {
    width: 100%;
  }

  .carine-simonet {
    width: 1280px;
  }

  .header {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .footer_map {
    right: 65rem;
  }

  .footer._3 {
    height: 40rem;
    padding-top: 20rem;
  }

  .footer_map-shadow {
    right: 63.7rem;
  }

  .footer_map-shadow-big {
    right: 62.5rem;
  }

  .image-6 {
    width: 44rem;
  }

  .outils_img._1 {
    width: 28rem;
  }

  .outils_img._2 {
    width: 34rem;
  }

  .outils_img._3 {
    width: 23rem;
  }

  .outils_img._4 {
    width: 38rem;
  }

  .line-ver.short {
    height: 160px;
  }

  .photo-titre {
    font-weight: 400;
  }

  .section {
    padding-bottom: 120px;
  }

  .team-member-info {
    top: 37.3rem;
  }

  .team-wrapper {
    min-height: 700px;
  }

  .section_coord {
    height: 65rem;
  }

  .image-27 {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .special-bottom-padding {
    width: 60%;
  }

  .special-bottom-padding._2 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-31 {
    width: 20rem;
    height: 20rem;
  }
}

@media screen and (max-width: 991px) {
  .margin-xhuge {
    margin: 6rem;
  }

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

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .spacer-xxlarge {
    padding: 4rem;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .spacer-96 {
    padding: 5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-align-center.align-center {
    width: 80%;
  }

  .spacer-large {
    padding: 2.5rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .spacer-xxhuge {
    padding: 8rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-xhuge {
    padding: 6rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .spacer-medium, .padding-medium {
    padding: 1.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-xlarge {
    padding: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .logo-link-middle {
    margin-left: 0;
    display: none;
  }

  .navigation {
    flex: 0 auto;
    position: fixed;
  }

  .middle-logo-mobile {
    margin-left: 0;
    display: flex;
  }

  .navigation-container-middle {
    width: auto;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    display: block;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .menu-button._2 {
    background-color: #2e6352;
  }

  .navigation-menu {
    z-index: 9999;
    width: 100%;
    height: 13rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    color: #393b6a;
    background-color: #3a5a78;
    border-radius: 8px;
    flex-wrap: nowrap;
    flex: 0 auto;
    justify-content: center;
    margin-top: 4rem;
    padding: 12px;
    position: fixed;
    top: auto;
    bottom: auto;
    left: -4rem;
    overflow: visible;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-menu._2 {
    background-color: #45917b;
  }

  .navigation-link {
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1rem;
  }

  .header {
    flex-direction: row;
  }

  .image-2 {
    display: inline-block;
  }

  .image-3 {
    display: block;
  }

  .footer_map {
    right: 20rem;
  }

  .icon {
    color: #fff;
    padding-top: 0;
  }

  .footer_map-shadow {
    right: 18.7rem;
  }

  .footer_map-shadow-big {
    right: 17.5rem;
  }

  .footer_content {
    width: 700px;
    margin-top: 4rem;
  }

  .image-6 {
    width: 20rem;
  }

  .outils_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    overflow: hidden;
  }

  .text.margin-5-right {
    margin-left: auto;
    margin-right: auto;
  }

  .text.margin-left {
    overflow: visible;
  }

  .image-11 {
    width: 5rem;
  }

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

  .line-container {
    width: 55%;
  }

  .line-ver.short-bottom {
    height: 140px;
  }

  .line-ver.short {
    height: 110px;
    height: 110px;
    height: 110px;
    height: 110px;
  }

  .line-hor.quarter-2-copy.origin-right {
    width: 55%;
    width: 55%;
    width: 55%;
    width: 50%;
  }

  .image-12 {
    width: 6rem;
  }

  .h3form {
    z-index: 10;
    position: static;
  }

  .photo-titre {
    margin-left: -1.2rem;
  }

  .image-14 {
    width: 11rem;
  }

  .therapie.last {
    width: 90%;
  }

  .heading-bd {
    font-size: 1.7rem;
  }

  .three-grid-wrapper {
    grid-row-gap: 36px;
    grid-template-columns: 1fr .75fr;
    margin-bottom: 60px;
  }

  .team-wrapper {
    min-height: 500px;
    justify-content: flex-start;
    overflow: auto;
  }

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

  .large-heading {
    font-size: 48px;
  }

  .team-item {
    min-width: 48vw;
  }

  .slide-image {
    height: 50vh;
    min-height: 500px;
  }

  .slide-image.team-image {
    min-height: auto;
  }

  .team-member-info {
    top: 27.2rem;
  }

  .team-wrapper {
    min-height: 600px;
    overflow: scroll;
  }

  .image-21 {
    height: 20rem;
  }

  .div-block-6 {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .icon-2 {
    color: #46937b;
  }

  .div-block-7 {
    width: 50%;
  }

  .footer3_credit-text {
    font-size: .75rem;
  }

  .link.ilun {
    font-size: .9rem;
  }

  .text-block-14 {
    font-size: .75rem;
  }

  .footer3_bottom-wrapper {
    align-items: flex-end;
  }

  .section_footer {
    position: static;
  }

  .footer3_bottom-wrapper-2 {
    align-items: flex-end;
  }

  .text-block-17, .text-span-8 {
    font-size: .75rem;
  }

  .footer3_credit-text-2 {
    font-size: .625rem;
  }

  .div-block-44 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    display: flex;
  }

  .image-26, .image28 {
    display: none;
  }

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

  .padding-large-2 {
    padding: 2.5rem;
  }

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

  .footer1_link {
    text-align: left;
    justify-content: flex-start;
    align-self: auto;
    padding-bottom: .25rem;
  }

  .footer3_details-wrapper-2 {
    text-align: center;
  }

  .footer3_bottom-wrapper-3 {
    align-items: flex-end;
  }

  .text-block-20, .text-span-11 {
    font-size: .75rem;
  }

  .footer1_link-list {
    justify-content: space-between;
    display: none;
  }

  .padding-small-2 {
    display: none;
  }

  .section_footer-2 {
    background-color: #75aaad;
    display: block;
  }

  .footer3_credit-text-3 {
    font-size: .75rem;
  }

  .image-31 {
    right: 2%;
  }

  .body-2 {
    height: 100%;
    background-image: url('../images/stacked-waves-haikei-4.svg');
    background-position: 0 0;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .spacer-xxlarge {
    padding: 3rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .spacer-96 {
    padding: 3.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h3.is-water {
    text-align: center;
  }

  .heading-style-h3.is-water.is-laptop {
    margin-bottom: 3rem;
  }

  .spacer-large {
    padding: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .spacer-xxhuge {
    padding: 4.5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-xhuge {
    padding: 4rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .spacer-medium {
    padding: 1.25rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xlarge {
    padding: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .button.is-secondary._2 {
    top: auto;
    bottom: 5%;
    left: 10%;
    right: 10%;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .banner-wrap {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .banner-basic {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navigation-menu {
    left: -8rem;
  }

  .header {
    flex-direction: column;
  }

  .icon-therapies {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .icon-card {
    width: 40%;
    padding-top: .25rem;
  }

  .icon-card.last {
    width: 40%;
  }

  .image-2 {
    display: inline-block;
  }

  .footer_map {
    width: 20rem;
    height: 20rem;
  }

  .footer_circle {
    height: 50rem;
  }

  .footer_circle._3 {
    height: 30rem;
  }

  .footer, .footer._1 {
    height: 48rem;
  }

  .footer._3 {
    padding-top: 1rem;
  }

  .footer_map-shadow {
    width: 23rem;
    height: 23rem;
  }

  .footer_map-shadow-big {
    width: 25rem;
    height: 25rem;
  }

  .footer_content {
    width: 500px;
    margin-top: 8rem;
  }

  .footer_link-text._2 {
    align-self: flex-end;
    line-height: 1;
  }

  .cc-scroll {
    margin-bottom: 0;
  }

  .scroll-text {
    transform: translate(24px)rotate(90deg);
  }

  .resources-block {
    width: 80%;
    margin-left: 10%;
  }

  .wrapper {
    padding-top: 60px;
  }

  .container-scrolling {
    justify-content: flex-end;
  }

  .sec {
    align-items: flex-end;
  }

  .line-container {
    width: 60%;
  }

  .line-ver.first {
    align-self: flex-end;
  }

  .h3form.second {
    font-size: 3rem;
    display: none;
  }

  .image-14 {
    width: 9rem;
  }

  .heading-bd {
    text-align: center;
    font-size: 1.8rem;
  }

  .big-para {
    width: 80%;
    text-align: center;
  }

  .three-grid-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .team-wrapper {
    min-height: 500px;
  }

  .background-cover {
    width: 100%;
  }

  .large-heading {
    font-size: 42px;
  }

  .team-item {
    min-width: 55vw;
  }

  .slide-image {
    min-height: 400px;
  }

  .slide-image.team-image {
    min-height: 300px;
  }

  .team-wrapper {
    min-height: 600px;
    overflow: scroll;
  }

  .image-21 {
    opacity: .25;
    position: absolute;
    left: 18rem;
  }

  .paragraph-10 {
    width: 70%;
  }

  .divider {
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
  }

  .div-block-7 {
    width: 70%;
    order: 1;
  }

  .div-block-42 {
    flex-direction: row;
  }

  .footer3_credit-text {
    text-align: center;
    margin-top: 2rem;
    display: block;
  }

  .link {
    font-size: .75rem;
  }

  .footer3_bottom-wrapper {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .section_footer {
    bottom: auto;
  }

  .div-block-43 {
    flex-direction: row;
  }

  .footer3_bottom-wrapper-2 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .footer3_credit-text-2 {
    text-align: center;
    margin-top: 0;
    display: block;
  }

  .image-25 {
    order: 1;
    display: none;
  }

  .div-block-45 {
    width: 80%;
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    text-align: center;
  }

  .img26 {
    width: 15rem;
    border-radius: 20px;
    display: block;
  }

  .image-27 {
    display: none;
    overflow: visible;
  }

  .image28 {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-large-2 {
    padding: 1.5rem;
  }

  .link-2 {
    font-size: .75rem;
  }

  .div-block-46 {
    flex-direction: row;
  }

  .footer3_bottom-wrapper-3 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .footer1_link-list {
    justify-content: space-around;
  }

  .section_footer-2 {
    background-color: #75aaad;
    display: block;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footer3_credit-text-3 {
    text-align: center;
    margin-top: 0;
    font-size: .75rem;
    display: block;
  }

  .presentation_hero-text-wrapper {
    width: auto;
    align-items: center;
  }

  .image-31 {
    display: none;
  }

  .image-32 {
    width: 13rem;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .body-2 {
    background-image: url('../images/stacked-waves-haikei-4.svg');
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed !important;
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2.is-white {
    margin-top: -.7rem;
    margin-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-align-center.align-center {
    width: 90%;
  }

  .heading-style-h3.is-water {
    width: 100%;
    text-align: center;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-large {
    display: block;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button.is-secondary._2 {
    bottom: 2%;
    left: 15%;
    right: 15%;
  }

  .banner-wrap {
    text-align: left;
  }

  .menu-button.w--open {
    background-color: #263d54;
  }

  .menu-button._2 {
    background-color: #448f7a;
  }

  .menu-button._2.w--open {
    background-color: #387667;
  }

  .navigation-menu._2 {
    background-color: #458f7b;
  }

  .navigation-menu._3 {
    background-color: #3a7578;
  }

  .nav-link {
    display: none;
  }

  .rdv {
    flex-direction: column;
  }

  .icon-therapies {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .icon-card {
    width: 80%;
    padding-top: .5rem;
    padding-bottom: .25rem;
  }

  .icon-card.last {
    width: 80%;
    padding-top: .5rem;
  }

  .image-2 {
    width: 110%;
    max-width: none;
    margin-left: 0;
    display: inline-block;
  }

  .image-3 {
    width: 110%;
    max-width: none;
    margin-top: 0;
    display: block;
  }

  .footer_map {
    right: 8rem;
  }

  .footer_circle._3 {
    height: 20rem;
  }

  .footer, .footer._1 {
    height: 50rem;
  }

  .footer_map-shadow {
    right: 6.7rem;
  }

  .footer_map-shadow-big {
    right: 5.5rem;
  }

  .footer_content {
    width: 300px;
    margin-top: 10rem;
  }

  .is-white.is-smart-footer {
    font-size: 2.5rem;
  }

  .image-4 {
    min-height: 2rem;
    min-width: 2rem;
  }

  .footer_content-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-end;
    align-self: auto;
  }

  .footer_link-text._2 {
    align-self: center;
    font-size: 1rem;
  }

  .footer_link-text._2.is-blue {
    color: #3a5a78;
    align-self: center;
  }

  .outils_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .outils_img._1 {
    width: 15rem;
  }

  .outils_img._3 {
    width: 14rem;
  }

  .resources-block {
    margin-left: 5%;
  }

  .text.margin-left.top {
    width: 80%;
  }

  .wrapper {
    max-width: 100%;
  }

  .flex.hor.space-bwtween {
    align-items: center;
  }

  .line-container {
    width: 98%;
  }

  .line-ver.short-bottom {
    height: 186px;
    margin-top: -4px;
    margin-bottom: -10px;
  }

  .line-hor.quarter-2-copy.origin-right {
    width: 54%;
    width: 54%;
    width: 54%;
    width: 50%;
  }

  .container-flex {
    margin-bottom: 0;
  }

  .image-12 {
    width: 5rem;
  }

  .h3form.special {
    font-size: 3rem;
  }

  .photo-titre {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .text-experience {
    width: 100%;
  }

  .texte-experience {
    margin-bottom: 3rem;
  }

  .image-14 {
    width: 8rem;
  }

  .heading-bd {
    text-align: center;
    font-size: 2.5rem;
  }

  .big-para {
    width: 90%;
    font-size: 1.5rem;
  }

  .team-wrapper {
    min-height: 475px;
    padding-bottom: 80px;
  }

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

  .large-heading {
    margin-top: 10px;
  }

  .large-heading.confiance {
    font-size: 2rem;
  }

  .large-heading.questions {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 2.75rem;
  }

  .team-item {
    min-width: 90vw;
    overflow: visible;
  }

  .slide-image {
    height: 40vh;
    min-height: 300px;
  }

  .slide-image.team-image {
    height: 100%;
    min-height: auto;
    overflow: visible;
  }

  .speaker-image.team-images {
    overflow: visible;
  }

  .team-member-info {
    overflow: hidden;
  }

  .team-wrapper {
    min-height: 550px;
    overflow: auto;
  }

  .extraits-descp.speration {
    padding-bottom: 1rem;
  }

  .paragraph-9 {
    padding: 0;
  }

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

  .image-21 {
    width: 15rem;
    height: 15rem;
    opacity: .36;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    overflow: visible;
  }

  .paragraph-10 {
    width: 90%;
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .paragraph-11 {
    margin-bottom: 40px;
    padding: 0;
  }

  .image-22, .image-23 {
    display: block;
  }

  .quick-stack, .quick-stack-2 {
    padding: 0;
  }

  .divider {
    align-items: center;
    margin-top: 1rem;
  }

  .div-block-7 {
    width: 100%;
  }

  .footer3_bottom-wrapper {
    flex-direction: column;
  }

  .transition-image {
    width: 100vw;
    flex-direction: column;
    align-items: center;
    display: none;
    overflow: hidden;
  }

  .section_footer {
    bottom: auto;
  }

  .line-divider-2 {
    width: 90%;
  }

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

  .footer3_bottom-wrapper-2 {
    flex-direction: column;
  }

  .div-block-45 {
    width: 100%;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
  }

  .img26 {
    width: 15rem;
    border-radius: 10px;
    display: block;
  }

  .text-span-9 {
    color: #000;
  }

  .image-27 {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .grid-2 {
    z-index: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .padding-global-2 {
    overflow: hidden;
  }

  .padding-large-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-28 {
    z-index: 0;
  }

  .link-2 {
    font-size: .7rem;
  }

  .special-bottom-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_details-wrapper-2 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .footer3_bottom-wrapper-3 {
    flex-direction: column;
  }

  .footer1_link-list {
    grid-row-gap: .6rem;
    justify-content: space-between;
  }

  .padding-small-2 {
    display: none;
  }

  .section_footer-2 {
    background-color: #75aaad;
    display: block;
  }

  .image-30 {
    width: 110%;
    max-width: none;
    margin-left: -10px;
    margin-right: auto;
    display: block;
    overflow: hidden;
  }

  .presentation_hero-text-wrapper {
    align-items: center;
  }

  .body-2 {
    background-image: url('../images/stacked-waves-haikei-4.svg');
    background-size: cover;
    background-attachment: fixed !important;
    overflow: visible;
  }
}

#orientationanalytique.w-node-_539c3836-1143-6e62-396c-dd5f78a6e98f-1dc088b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#ACT.w-node-_885c3816-12ca-e5ef-87ee-427b74cfb026-1dc088b7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a8bd46de-d264-4d9e-cbe2-0970e09f2974-1dc088b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97f6dcda-34c3-68c4-5dc6-897c6c235d74-1dc088b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#TCC.w-node-acf0c6a1-cac4-8bd3-82d0-55db5180b497-1dc088b7, #w-node-a569cb61-b355-c1ec-3a78-efcaa66240a6-1dc088b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#systemique.w-node-_20ddc6c4-780c-40b2-aaa3-37e387900cbd-1dc088b7 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_0bac226a-07e3-df8e-6a6b-83fb5c072b18-1dc088b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d1149ce2-49ef-9300-993b-2aaa76b5412e-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54133-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54138-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b5413d-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54143-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54149-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b5414f-ee5bb45f {
  justify-self: start;
}

#w-node-d1149ce2-49ef-9300-993b-2aaa76b5425c-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54275-ee5bb45f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1149ce2-49ef-9300-993b-2aaa76b54278-ee5bb45f {
  justify-self: start;
}

#w-node-d1149ce2-49ef-9300-993b-2aaa76b5427a-ee5bb45f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1149ce2-49ef-9300-993b-2aaa76b5427d-ee5bb45f {
  justify-self: start;
}

#w-node-d1149ce2-49ef-9300-993b-2aaa76b542e6-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b542f0-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b542f1-ee5bb45f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1149ce2-49ef-9300-993b-2aaa76b5435f-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54364-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54369-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b5436e-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54373-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54378-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54382-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54387-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b5438c-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54391-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54396-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b5439b-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b543a0-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b543a5-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b543aa-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b543af-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b543b4-ee5bb45f {
  justify-self: start;
}

#w-node-d1149ce2-49ef-9300-993b-2aaa76b543b8-ee5bb45f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1149ce2-49ef-9300-993b-2aaa76b543b9-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b543be-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b543c3-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b543c8-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b543dd-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b543e2-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b543e7-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b543ec-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b543f1-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b543f6-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54400-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54405-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b5440a-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b5440f-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54414-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54419-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b5441e-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54423-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54428-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b5442d-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54432-ee5bb45f {
  justify-self: start;
}

#w-node-d1149ce2-49ef-9300-993b-2aaa76b54436-ee5bb45f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1149ce2-49ef-9300-993b-2aaa76b54437-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b5443c-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54441-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54446-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54458-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b5445d-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54462-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54467-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b5446c-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54471-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54476-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b5447b-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54480-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54485-ee5bb45f {
  justify-self: start;
}

#w-node-d1149ce2-49ef-9300-993b-2aaa76b54489-ee5bb45f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1149ce2-49ef-9300-993b-2aaa76b5448a-ee5bb45f {
  justify-self: start;
}

#w-node-d1149ce2-49ef-9300-993b-2aaa76b5448d-ee5bb45f, #w-node-d1149ce2-49ef-9300-993b-2aaa76b54510-ee5bb45f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1149ce2-49ef-9300-993b-2aaa76b5456c-ee5bb45f {
  justify-self: start;
}

#w-node-f2ccf573-4d45-0bf0-f91e-be6197e5ffde-bc12096b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b18069a3-fd48-8dbc-0c15-4c4b424cc0c7-bc12096b {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1.25fr;
}

@media screen and (max-width: 479px) {
  #ACT.w-node-_885c3816-12ca-e5ef-87ee-427b74cfb026-1dc088b7 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-a8bd46de-d264-4d9e-cbe2-0970e09f2974-1dc088b7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #TCC.w-node-acf0c6a1-cac4-8bd3-82d0-55db5180b497-1dc088b7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a569cb61-b355-c1ec-3a78-efcaa66240a6-1dc088b7 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #systemique.w-node-_20ddc6c4-780c-40b2-aaa3-37e387900cbd-1dc088b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f2ccf573-4d45-0bf0-f91e-be6197e5ffde-bc12096b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b18069a3-fd48-8dbc-0c15-4c4b424cc0c7-bc12096b {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr;
  }
}


@font-face {
  font-family: 'Dmserifdisplay';
  src: url('../fonts/DMSerifDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Josefinsans';
  src: url('../fonts/JosefinSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Josefinsans';
  src: url('../fonts/JosefinSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Josefinsans';
  src: url('../fonts/JosefinSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Josefinsans';
  src: url('../fonts/JosefinSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Josefinsans';
  src: url('../fonts/JosefinSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Josefinsans';
  src: url('../fonts/JosefinSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Josefinsans';
  src: url('../fonts/JosefinSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Indieflower';
  src: url('../fonts/IndieFlower-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}