@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-BlackItalic.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Circularstd book;
  src: url('../fonts/CircularStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --vert-foncé-2: #53745b;
  --gris: #6b6b6b;
  --vert-pâle: #b7ccbc;
  --vert-foncé: #2c4131;
  --jaune: #fbc261;
  --vert-doux: #6d8a74;
  --black: black;
  --gris-soft: #383838;
  --jaune-en-crisse: #fede2a;
  --white: white;
  --jaune-qui-brule: #92652c;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: tomarik-extrovert, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  color: var(--vert-foncé-2);
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: tomarik-extrovert, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

p {
  margin-bottom: 10px;
  font-family: tomarik-introvert, sans-serif;
  font-size: 22px;
  line-height: 130%;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
}

li {
  font-family: tomarik-introvert, sans-serif;
  font-size: 22px;
  line-height: 120%;
}

strong {
  font-weight: 400;
}

.header-pages {
  color: #fff;
  background-image: linear-gradient(#932b0080, #932b0080);
  justify-content: flex-start;
  align-items: center;
  height: 200px;
  padding-left: 50px;
  display: flex;
}

.section-formulaire {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading {
  font-family: Quicksand, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 90px;
}

.body {
  font-family: Quicksand, sans-serif;
  font-weight: 300;
}

.submit-button {
  background-color: #80c797;
}

.texte-champs {
  text-transform: uppercase;
  font-weight: 300;
}

.entete {
  color: var(--gris);
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 0 30px;
  font-family: Quicksand, sans-serif;
  font-weight: 400;
  display: block;
}

.div-gauche {
  float: none;
  clear: none;
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 90vh;
  max-height: 500px;
  margin: 0 20px 0 0;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
}

.section {
  background-color: #adcfb5;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding: 100px 50px;
  display: flex;
  position: static;
  top: -17px;
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chivo, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 50px;
}

.charlyne-titre {
  color: var(--vert-pâle);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 86px;
}

.div-nom {
  border-left: 0px solid var(--vert-pâle);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  height: auto;
  margin-left: 50px;
  display: flex;
}

.div-block {
  background-color: var(--vert-pâle);
  flex: 0 auto;
  width: 4px;
  height: 97%;
  margin-top: 8px;
  margin-right: 20px;
  padding-left: 0;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 200px;
  height: 300px;
  display: flex;
}

.image {
  width: 130px;
  max-width: none;
}

.div-block-3 {
  border: 0px solid var(--vert-pâle);
  background-color: #0000;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: auto;
  height: 70px;
  margin-left: 25px;
  margin-right: 50px;
  display: flex;
}

.bouton-menu {
  color: var(--vert-foncé);
  text-align: left;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  height: 100%;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .35s, transform .35s;
  display: flex;
}

.bouton-menu:hover {
  border-bottom: 0px solid var(--jaune);
  background-color: #0000;
  background-image: url('../images/ligne_jaune_1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(0, -10px);
}

.bouton-menu.cta {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.bouton-menu.cta:hover {
  background-color: #0000;
  background-image: url('../images/ligne_jaune_rectangle.svg');
  background-position: 50%;
  background-size: contain;
}

.body-2 {
  color: var(--vert-foncé);
  font-family: Chivo, sans-serif;
  font-size: 27px;
}

.text-menu {
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.div-block-4 {
  background-image: url('../images/charlyne_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-5 {
  opacity: 1;
  background-image: url('../images/charlyne.jpg');
  background-position: 82%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 50px;
  display: block;
}

.boite-texte-accueil {
  flex: 1;
}

.div-block-6 {
  z-index: 999;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 0;
  padding-left: 50px;
  padding-right: 75px;
  display: flex;
  position: relative;
  top: auto;
}

.paragraph {
  color: var(--vert-foncé-2);
  font-size: 23px;
  line-height: 28px;
}

.paragraph.fonce {
  color: var(--vert-foncé);
  padding-left: 70px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 130%;
}

.h3 {
  color: var(--jaune);
  text-align: center;
  font-size: 37px;
  font-weight: 400;
  line-height: 40px;
}

.h3.vert {
  color: var(--vert-foncé);
  text-align: left;
}

.text-block {
  color: var(--vert-foncé-2);
  position: static;
  bottom: 31px;
}

.div-block-7 {
  background-color: var(--jaune);
  padding-left: 10px;
  padding-right: 10px;
  line-height: 38px;
  position: relative;
  bottom: 34px;
}

.section-2 {
  background-color: var(--vert-doux);
  height: auto;
  padding: 100px;
}

.titre {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 70px;
  font-family: tomarik-extrovert, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 90%;
}

.titre.post {
  background-color: var(--black);
  margin-bottom: 0;
  padding: 10px 20px 20px;
  font-size: 60px;
  line-height: 110%;
}

.titre.post.blanc {
  color: var(--vert-pâle);
  text-align: left;
  padding-top: 5px;
  padding-left: 50px;
  font-size: 50px;
  line-height: 100%;
}

.titre.gauche {
  text-align: left;
  text-transform: none;
  max-width: 500px;
  margin-bottom: 30px;
  margin-left: 0;
  font-size: 40px;
  line-height: 100%;
}

.titre.gauche.paspadding {
  margin-left: 0;
}

.titre.vert {
  color: var(--vert-pâle);
  text-transform: none;
  margin-top: 19px;
}

.titre._2 {
  text-transform: none;
  font-size: 40px;
}

.titre.pages {
  margin-top: 19px;
  margin-bottom: 40px;
}

.titre._3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 27px;
  line-height: 120%;
}

.h2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Circularstd book, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}

.div-block-8 {
  background-image: url('../images/charlyne_gregoire_naturopathe.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-end;
  width: 50%;
  min-width: 0;
  height: auto;
  min-height: 480px;
  margin-left: 0;
  display: flex;
  position: static;
  top: -25px;
  overflow: visible;
}

.button {
  background-color: var(--jaune);
  color: var(--vert-foncé-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 11px;
  padding: 10px 45px;
  font-size: 16px;
  font-weight: 400;
  transition: box-shadow .35s, transform .35s;
  box-shadow: 1px 1px 20px #53745b00;
}

.button:hover {
  transform: translate(0, -6px);
  box-shadow: 0 4px 20px #53745b80;
}

.link-block {
  width: 55px;
  height: 55px;
  margin-bottom: 75px;
  margin-right: 75px;
  padding: 10px;
  transition: transform .2s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.link-block:hover {
  transform: translate(0, -10px);
}

.section-3 {
  background-color: var(--vert-foncé-2);
  height: 500px;
}

.link {
  background-color: var(--vert-doux);
  color: #fff;
  flex: 0 auto;
  width: auto;
  padding: 25px 25px 10px;
  text-decoration: none;
  position: relative;
  top: auto;
  left: auto;
}

.text-block-2 {
  background-color: var(--vert-doux);
  color: var(--vert-pâle);
  letter-spacing: 3px;
  text-transform: uppercase;
  flex: 1;
  width: 100%;
  padding: 0 15px 25px 25px;
  font-size: 17px;
  display: block;
  position: static;
  top: 9px;
  left: auto;
}

.tag-nom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: relative;
  bottom: 15px;
  left: -15px;
}

.columns {
  margin-top: 50px;
  margin-bottom: 25px;
}

.column {
  padding-left: 0;
  padding-right: 20px;
}

.cercle {
  border: 3px solid var(--vert-foncé-2);
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 8px;
  display: flex;
}

.text-block-3 {
  color: var(--vert-foncé-2);
  background-color: #0000;
  font-size: 34px;
}

.titre-etape {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h4 {
  font-size: 32px;
  font-weight: 400;
}

.heading-5 {
  font-weight: 400;
}

.section-a-propos {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 100px 30px 100px 0;
  display: flex;
  position: relative;
  top: 0;
}

.forme-photo {
  background-image: url('../images/charlyne_gregoire_naturopathe_web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 500px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.forme-photo.apropos {
  z-index: 10;
  align-items: center;
  width: auto;
  margin-top: -100px;
  position: relative;
  top: 60px;
}

.forme-photo.apropos.mentorat {
  background-image: url('../images/mere-enfant_mentorat-sante-naturopathie.jpg');
  height: 300px;
}

.forme-photo.apropos.mentorat.reflexo {
  background-image: url('../images/conscious-design-Xu-4rcRvjX0-unsplash.jpg');
}

.heading-6 {
  color: #000;
  margin-bottom: 0;
  margin-left: 0;
  font-family: tomarik-extrovert, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 110%;
}

.div-block-9 {
  margin-left: 40px;
}

.heading-7 {
  color: #000;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: tomarik-extrovert, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.div-block-10 {
  z-index: 20;
  background-color: #fff;
  border-radius: 5px;
  width: 60%;
  height: auto;
  margin-bottom: 50px;
  margin-right: 100px;
  padding: 35px;
  position: relative;
  inset: auto 0% 0% auto;
}

.paragraph-2 {
  color: #000;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 29px;
  line-height: 140%;
}

.div-block-11 {
  z-index: 0;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  inset: 0 -5px -5px 0;
}

.image-2 {
  z-index: 10;
  border-radius: 0;
  flex: 1;
  position: relative;
}

.link-2 {
  color: #000;
  margin-top: 43px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.link-2:hover {
  color: #fff;
}

.entete-hero {
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  padding-left: 10px;
  display: flex;
}

.hero {
  background-color: #0000;
  background-image: url('../images/fond_vert_haut.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-bottom: 10px;
  display: flex;
}

.logo {
  flex: 0 auto;
  width: 500px;
  height: auto;
}

.logo.footer {
  align-items: center;
  width: auto;
  max-width: 300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.div-block-13 {
  margin-top: -121px;
}

.section-6 {
  z-index: 500;
  background-color: #0000;
  background-image: url('../images/fond_vert_haut.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 0 50px 40px;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.menu {
  justify-content: center;
  align-items: center;
  height: 25px;
  margin-bottom: 70px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

.menu.pages {
  margin-bottom: -20px;
}

.menu-lien {
  color: #000;
  background-color: #0000;
  border-bottom: 0 solid #0000;
  margin-right: 8px;
  padding: 0 10px 10px 7px;
  font-family: Chivo, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: border-color .5s, transform .5s, border-width .5s;
}

.menu-lien:hover, .menu-lien.w--current {
  border-bottom-width: 3px;
  border-bottom-color: #000;
  transform: translate(0, -6px);
}

.menu-lien.w--open {
  z-index: 10;
}

.menu-lien.cta {
  transition: box-shadow .2s, color .2s, background-color .2s, border-color .5s, transform .5s, border-width .5s;
}

.menu-lien.cta:hover {
  box-shadow: 1px 1px 20px 0 var(--vert-doux);
  color: var(--vert-pâle);
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.menu-lien.cta.centre {
  text-align: right;
  justify-content: center;
  width: auto;
  margin-left: 20px;
  margin-right: 0;
  display: flex;
}

.menu-lien.services-mobile {
  display: none;
}

.menu-texte {
  color: #000;
  letter-spacing: 1px;
  text-transform: none;
  white-space: normal;
  font-family: tomarik-introvert, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.menu-texte.padding {
  margin-bottom: 10px;
}

.social {
  background-image: url('../images/facebook_noir.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 28px;
  margin-bottom: 2px;
  transition: transform .5s;
}

.social:hover {
  transform: translate(0, -5px);
}

.social.padding {
  margin-top: 20px;
}

.social.padding-droite {
  margin-right: 11px;
}

.social.padding-droite.messenger {
  background-image: url('../images/Messenger_noir.png');
}

.social.padding-droite.messenger.merci {
  margin-right: 6px;
}

.social.invisible {
  display: none;
}

.services-resume {
  background-color: #e7e6de;
  background-image: url('../images/plantes_fond_vert_pale.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 100px 60px 60px;
  display: flex;
}

.div-a-propos {
  flex: 1;
  margin-top: 0;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}

.div-a-propos.post {
  margin-left: 0;
  margin-right: 0;
}

.div-a-propos.naturopathe {
  display: none;
}

.titre-2 {
  color: var(--gris-soft);
  text-align: left;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: tomarik-extrovert, sans-serif;
  font-size: 36px;
  line-height: 100%;
  overflow: visible;
}

.titre-2.centre {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-left: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: tomarik-introvert, sans-serif;
  font-size: 30px;
}

.paragraph-vedette {
  color: var(--gris-soft);
  text-align: left;
  max-width: 800px;
  font-family: tomarik-introvert, sans-serif;
  font-size: 22px;
  line-height: 130%;
}

.paragraph-vedette.centre {
  text-align: center;
}

.paragraph-vedette.pages {
  margin-top: 20px;
}

.titre-3 {
  color: var(--gris-soft);
  text-align: right;
  margin-bottom: 0;
  font-family: tomarik-introvert, sans-serif;
  font-size: 22px;
  text-decoration: none;
  position: relative;
  top: 49px;
}

.titre-3.gauche {
  text-align: left;
  top: 0;
}

.titre-3.dans-paragraph {
  margin-top: 16px;
  margin-bottom: 10px;
  position: static;
}

.titre-3.dans-paragraph.centre {
  text-align: center;
}

.titre-3.petit {
  font-size: 18px;
}

.petit-texte {
  color: var(--gris-soft);
  text-align: right;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  font-family: tomarik-extrovert, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  top: 54px;
}

.petit-texte.gauche {
  text-align: left;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 400;
  top: 0;
}

.graine {
  z-index: 10;
  background-image: url('../images/pissenlit_graine_1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 50px;
  margin-top: 21px;
  margin-left: 7px;
  display: block;
  position: relative;
  transform: rotate(-20deg);
}

.graine._2 {
  background-image: url('../images/pissenlit_graine_2.svg');
  background-size: contain;
  margin-bottom: 28px;
  margin-left: 20px;
  transform: rotate(-46deg);
}

.graine._3 {
  background-image: url('../images/pissenlit_graine_3.svg');
  background-size: contain;
  width: 80px;
  height: 40px;
  margin-bottom: 47px;
  margin-left: 94px;
  transform: rotate(20deg);
}

.div-block-15 {
  align-items: flex-end;
  margin-left: -71px;
  display: flex;
}

.div-block-16 {
  justify-content: center;
  width: auto;
  max-width: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.bouton-rond {
  background-color: var(--jaune-en-crisse);
  border: 0 solid #000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 25px;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.6, -.28, .735, .045);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.bouton-rond:hover {
  transform: scale(1.1);
}

.bouton-rond.rectangle {
  flex: 0 auto;
  width: 260px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.bouton-rond.rectangle.tarifs {
  margin-top: 30px;
}

.bouton-rond.rectangle.tarifs.w--current {
  margin-top: 0;
  position: relative;
}

.bouton-rond.rectangle.services {
  background-color: var(--vert-pâle);
  justify-content: space-between;
  width: 300px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 19px;
  padding-right: 19px;
}

.bouton-rond.rectangle.services:hover {
  transform: scale(1.05);
}

.plus {
  z-index: 1;
  color: var(--gris-soft);
  text-align: center;
  border-radius: 100%;
  flex: 0 auto;
  font-family: tomarik-extrovert, sans-serif;
  font-size: 49px;
  line-height: 36px;
  transition: box-shadow .2s;
  position: absolute;
  inset: 0%;
}

.plus:hover {
  box-shadow: 0 0 18px 4px #fede2acf;
}

.plus.bouton {
  border-radius: 50%;
  font-size: 20px;
  line-height: 42px;
}

.plus.bouton:hover {
  box-shadow: 0 0 18px 4px var(--jaune-en-crisse);
}

.plus.bouton.vert {
  font-family: tomarik-introvert, sans-serif;
  font-size: 22px;
  font-weight: 400;
  position: relative;
}

.plus.bouton.vert:hover {
  box-shadow: 0 0 18px 4px var(--vert-pâle);
}

.boule-claire {
  z-index: 1;
  background-color: var(--vert-foncé-2);
  border-radius: 100%;
  transition: opacity .2s;
  position: relative;
}

.footer {
  background-color: var(--vert-pâle);
  color: var(--vert-foncé);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding: 50px 80px 60px;
  display: flex;
}

.grid {
  grid-column-gap: 33px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  place-content: center;
  place-items: stretch stretch;
  margin-bottom: 50px;
}

.picto {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/picto_consultation-naturopathe.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 100px;
  height: 100px;
  margin-bottom: 0;
}

.picto.consultation {
  background-image: url('../images/picto_consultation2-naturopathe2.svg');
}

.picto.consultation.petit {
  width: 70px;
  height: 70px;
}

.picto.consultation.mentorat {
  background-image: url('../images/picto_consultation-naturopathe.svg');
}

.picto.bilan {
  background-image: url('../images/picto_bilan-sante-naturopathe.svg');
  width: 100px;
  height: 100px;
}

.picto.bilan.petit {
  width: 70px;
  height: 70px;
}

.picto.bilan.petit.texto {
  background-image: url('../images/picto_consultation_spontanee-naturopathe2.svg');
}

.picto.plan {
  background-image: url('../images/picto_remise-plan-d-action-naturopathe.svg');
}

.picto.plan.petit {
  width: 70px;
  height: 70px;
}

.picto.reflexo {
  background-image: url('../images/picto_reflexologie-naturopathe.svg');
}

.picto.reflexo.petit {
  width: 60px;
  height: 60px;
  margin-right: -7px;
}

.picto.spontannee {
  background-image: url('../images/picto_consultation_spontanee-naturopathe2.svg');
}

.bloc-texte {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.icon {
  font-size: 35px;
  line-height: 110%;
  display: none;
}

.header {
  z-index: 100;
  background-image: url('../images/fond_vert_haut.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 110%;
  background-attachment: scroll;
  justify-content: space-between;
  align-items: center;
  height: 150px;
  padding: 7px 30px 37px;
  display: flex;
  position: relative;
  top: 0;
}

.link-block-2 {
  background-image: url('../images/charlyne_gregoire_naturopahte_horizontal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 100%;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
  margin-bottom: 70px;
}

.bloc-etapes {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: transform .6s;
  display: flex;
}

.bloc-etapes:hover {
  transform: translate(0, -10px);
}

.picto-fleche {
  background-image: url('../images/picto_fleche-droite.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 25px;
  margin-top: 15px;
}

.picto-fleche.mobile {
  display: none;
}

.picto-fleche.vert {
  background-image: url('../images/5d521abf7d6b7b54ace9215d_picto_fleche-droite.svg');
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) 1fr;
  grid-auto-flow: row;
}

.liens-footer {
  font-family: tomarik-extrovert, sans-serif;
}

.menu-footer {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 22px;
  display: flex;
}

.paragraph-footer {
  color: var(--black);
  margin-top: 100px;
  font-family: tomarik-introvert, sans-serif;
  text-decoration: none;
}

.bold-text {
  color: var(--black);
  text-decoration: none;
}

.bold-text:hover {
  text-decoration: underline;
}

.lien-paragraphe {
  color: var(--gris-soft);
  text-decoration: none;
  transition: opacity .2s;
}

.lien-paragraphe:hover {
  color: var(--gris-soft);
  text-decoration: underline;
}

.lien-footer {
  color: var(--black);
  text-decoration: none;
}

.lien-footer:hover {
  text-decoration: underline;
}

.lien-footer.w--current {
  color: var(--black);
  text-decoration: none;
}

.lien-footer.w--current:hover {
  text-decoration: underline;
}

.lien-footer.coordonnes {
  font-size: 16px;
}

.chroniques {
  background-color: var(--white);
  height: auto;
  padding: 100px 0;
  display: flex;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.titre-chroniques-liste {
  color: var(--gris-soft);
  margin-top: 0;
  font-family: tomarik-extrovert, sans-serif;
  font-size: 30px;
  line-height: 110%;
}

.collection-item {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-item.lien-liste {
  padding-right: 60px;
}

.div-image {
  z-index: 10;
  border-bottom: 10px solid var(--vert-foncé-2);
  filter: saturate(70%);
  background-color: #b7ccbc8c;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 300px;
  margin-bottom: 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.div-image:hover {
  filter: saturate();
}

.div-image.photo {
  border-bottom: 10px solid var(--vert-pâle);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  margin-bottom: 0;
}

.date {
  color: var(--vert-doux);
  margin-bottom: 0;
  font-family: tomarik-introvert, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 110%;
}

.bouton-fleche {
  width: 30px;
  margin-bottom: -13px;
  position: static;
  inset: 0% 0% 0% auto;
}

.bouton-suite {
  flex-direction: row;
  justify-content: flex-end;
  margin-right: 0;
  padding-left: 50px;
  text-decoration: none;
  transition: transform .2s ease-in;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bouton-suite:hover {
  transform: translate(20px);
}

.bouton-suite.pages {
  margin-right: 60px;
}

.lien-suite {
  color: var(--gris-soft);
  margin-right: 8px;
  font-family: tomarik-introvert, sans-serif;
  font-size: 22px;
  line-height: 110%;
  text-decoration: none;
}

.lien-suite.blanc {
  color: var(--white);
}

.bouton-large {
  background-color: var(--black);
  border: 0 solid #000;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 60px;
  padding: 6px 20px 15px;
  text-decoration: none;
  transition: transform .2s ease-in;
  display: flex;
  position: relative;
}

.bouton-large:hover {
  transform: translate(20px);
}

.bouton-large.regulier {
  background-color: #0000;
  flex: 1;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 9px;
  padding-right: 30px;
  font-size: 22px;
  transition: none;
}

.bouton-large.regulier:hover {
  transform: none;
}

.bouton-large.petit {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.contenu-pages {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 100px;
  padding-right: 60px;
  display: flex;
}

.contenu-pages.post {
  flex-direction: column;
  align-items: stretch;
  padding: 33px 0 60px;
}

.contenu-pages.full-width {
  padding-left: 60px;
}

.contenu-pages.padding-top {
  align-items: flex-start;
  margin-top: 30px;
}

.banniere-titre {
  background-color: #0000;
  justify-content: flex-end;
  margin-top: -28px;
  padding: 10px 40px 20px;
  display: flex;
}

.text-block-5 {
  color: var(--white);
  font-family: tomarik-extrovert, sans-serif;
  font-size: 32px;
  line-height: 120%;
  text-decoration: none;
}

.photo-pages {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 400px;
  position: sticky;
  top: 30px;
}

.photo-pages.post {
  z-index: 0;
  border-bottom: 10px solid var(--vert-pâle);
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -60px;
  display: flex;
  position: sticky;
  top: -200px;
  bottom: auto;
}

.rich-text-block {
  margin: -10px 60px 60px;
  font-family: tomarik-introvert, sans-serif;
  font-size: 22px;
  line-height: 130%;
}

.date-photo {
  color: var(--vert-pâle);
  margin-bottom: 10px;
  margin-left: 50px;
  font-family: tomarik-extrovert, sans-serif;
  font-size: 19px;
}

.contenant-brut {
  flex: 1;
}

.contenant-brut.pas-padding {
  margin-left: -60px;
}

.div-block-18 {
  background-image: linear-gradient(to top, #000000b3, #0000 59%);
  flex: 1;
  width: 100%;
  height: 100%;
  max-height: 10px;
  position: absolute;
  inset: 0%;
}

.wrapper-contenu {
  flex: 1;
  margin-left: 25px;
  margin-right: 60px;
  position: relative;
}

.wrapper-contenu.pas-padding {
  margin-right: 0;
}

.lien-liste {
  z-index: 10;
  text-decoration: none;
  display: flex;
  position: relative;
}

.paragraphe-crhonique-liste {
  color: var(--gris-soft);
  height: auto;
  max-height: none;
  margin-bottom: 30px;
  overflow: hidden;
}

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

.suite-texte {
  background-color: var(--white);
  color: #38383880;
  width: auto;
  height: 34px;
  padding-left: 9px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.suite-texte:hover {
  color: var(--gris-soft);
}

.text-block-6 {
  color: var(--gris-soft);
  font-family: tomarik-introvert, sans-serif;
  font-size: 22px;
  line-height: 130%;
  transition: color .2s;
}

.text-block-6:hover {
  color: var(--vert-foncé-2);
}

.div-block-20 {
  z-index: 0;
  background-color: var(--vert-foncé-2);
  width: 50%;
  height: 94%;
  margin-left: -10px;
  position: absolute;
  inset: auto 0% 0%;
}

.ombre-vert {
  background-color: var(--vert-foncé-2);
  position: absolute;
  inset: 0% 0% -3%;
}

.logo-lien-top {
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.section-titre {
  color: #0000;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -23px;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.lien-titre {
  text-decoration: none;
}

.contenu-pages-simples {
  padding-bottom: 80px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-etapes {
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.div-etapes._2col {
  flex-direction: row;
  align-items: stretch;
}

.div-titre-etape {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-titre-etape.gauche {
  justify-content: flex-start;
  align-items: center;
}

.paragraph-petit {
  text-align: center;
  max-width: 900px;
  font-family: tomarik-introvert, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.paragraph-petit.lien-jaune {
  color: var(--vert-foncé-2);
  margin-top: 30px;
  margin-left: 10px;
  font-family: tomarik-introvert, sans-serif;
  font-size: 18px;
  line-height: 130%;
  text-decoration: none;
  transition: transform .2s;
  display: inline-block;
}

.paragraph-petit.lien-jaune:hover {
  text-decoration: underline;
}

.paragraph-petit.lien-jaune.padding {
  margin-top: 4px;
}

.paragraph-petit.gauche {
  text-align: left;
  font-size: 19px;
}

.paragraph-petit.gauche.padding {
  margin-left: 13px;
}

.paragraph-petit.mini {
  margin-top: 23px;
  font-size: 16px;
}

.paragraph-petit.petit_caractere {
  margin-top: 20px;
  font-size: 16px;
}

.titre-encadre {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-top: 70px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 10px;
}

.bloc-tarifs {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.div-block-22 {
  background-image: url('../images/plantes_fond_vert_pale.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -60px;
  padding-bottom: 120px;
}

.form-block {
  max-width: 900px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: tomarik-extrovert, sans-serif;
  font-size: 22px;
  line-height: 130%;
}

.text-field {
  border: 1px solid var(--vert-pâle);
  color: var(--gris-soft);
  margin-bottom: 15px;
  font-family: tomarik-introvert, sans-serif;
  font-size: 20px;
  line-height: 130%;
  transition: border-color .2s;
}

.text-field:hover {
  border-color: var(--vert-foncé-2);
}

.text-field.long {
  min-height: 300px;
}

.select-field {
  border: 1px solid var(--vert-pâle);
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  height: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  font-size: 20px;
  line-height: 120%;
}

.select-field:hover {
  background-color: #b7ccbcb0;
}

.field-name {
  font-size: 20px;
  line-height: 120%;
}

.success-message {
  background-color: #0000;
  background-image: url('../images/plantes_fond_gris.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  max-width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-bottom: 75px;
}

.success-message.page {
  background-image: none;
  margin-bottom: 50px;
  padding: 0 20px 30px;
}

.text-block-7 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.text-block-7.bold {
  margin-top: 47px;
  font-family: tomarik-introvert, sans-serif;
  font-weight: 400;
}

.texte-succes {
  text-align: center;
  text-transform: none;
  margin-bottom: 15px;
  font-family: tomarik-extrovert, sans-serif;
  font-size: 22px;
  line-height: 120%;
}

.texte-succes.merci {
  margin-bottom: 7px;
  margin-left: 4px;
  margin-right: 26px;
}

.error-message {
  background-color: #ffe4de;
  padding: 25px;
}

.asterix {
  color: var(--vert-doux);
  font-size: 15px;
  position: relative;
  bottom: 6px;
}

.div-block-23 {
  background-image: linear-gradient(to bottom, var(--white), #fff0);
  height: 50px;
  position: sticky;
  top: 200px;
  bottom: auto;
}

.div-block-24 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  width: 40%;
  display: flex;
  position: relative;
}

.navbar, .fleche-mobile {
  display: none;
}

.numero {
  background-color: var(--vert-pâle);
  color: var(--white);
  text-align: center;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  padding-top: 3px;
  font-family: tomarik-introvert, sans-serif;
  font-size: 19px;
  line-height: 25px;
}

.numero.mini {
  width: 30px;
  height: 30px;
  padding-top: 0;
  font-size: 18px;
}

.paragraph-normal {
  text-align: center;
  max-width: 900px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 120%;
}

.paragraph-normal.gauche {
  text-align: left;
}

.paragraph-normal.merci {
  margin-bottom: -4px;
  margin-left: 0;
  margin-right: 18px;
}

.lien-contact {
  color: var(--black);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.lien-contact:hover {
  text-decoration: underline;
}

.div-block-25 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-25.merci {
  align-items: center;
}

.div-block-25.invisible {
  display: none;
}

.div-coordonnes {
  margin-top: 50px;
}

.link-block-4 {
  background-image: url('../images/picto_fleche-droite.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(90deg);
}

.link-block-5 {
  background-image: url('../images/picto_fleche-bas.svg');
  width: 100vw;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: none;
}

.lien-sous-menua {
  cursor: pointer;
  padding-left: 20px;
  font-family: tomarik-introvert, sans-serif;
  font-size: 17px;
}

.lien-sous-menua:hover {
  background-color: #6d8a7459;
}

.lien-sous-menua.w--current {
  color: var(--black);
  background-color: #6d8a7480;
}

.lien-sous-menua.top {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.dropdown-list-2 {
  background-color: var(--vert-pâle);
}

.dropdown-list-2.w--open {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/fond_vert_haut.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 400%;
  margin-top: -10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-list-2.top {
  text-align: center;
  margin-left: -29px;
  padding-left: 0;
  inset: auto auto 72% 0%;
}

.lien {
  color: var(--black);
  text-decoration: none;
}

.facebook-boutons {
  margin-top: 10px;
}

.facebook-boutons.invisible {
  display: none;
}

.div-block-26 {
  margin-top: 70px;
}

.div-block-27 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-28 {
  background-color: #0000;
  background-image: url('../images/picto_fleche-droite_blanc.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 100%;
  position: absolute;
  inset: 0% 10px 0% auto;
}

.div-liste {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 600px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-9 {
  color: var(--vert-pâle);
  align-self: stretch;
  width: auto;
  height: auto;
  margin-right: 9px;
  font-family: tomarik-introvert, sans-serif;
  font-size: 24px;
}

.div-block-29 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 260px;
  display: block;
}

.link-4 {
  color: var(--gris-soft);
  text-decoration: none;
}

.link-4:hover {
  text-decoration: underline;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.html-embed {
  justify-content: center;
  align-items: center;
  margin-bottom: -30px;
  transition: transform .4s;
  display: flex;
  transform: scale(.5);
}

.html-embed:hover {
  transform: scale(.55);
}

.degrade {
  z-index: -1;
  background-image: linear-gradient(to top, #0009, #0000);
  height: 160px;
  position: absolute;
  inset: auto 0% 0%;
}

.dropdown-3 {
  z-index: 10;
}

.text-block-10 {
  color: var(--black);
  text-align: center;
  font-family: tomarik-introvert, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.empty-state {
  background-color: #b7ccbc52;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-3 {
  width: 30%;
  max-height: 300px;
  margin-top: 182px;
  margin-bottom: 182px;
  margin-left: 96px;
}

.section-7 {
  align-items: center;
  display: flex;
}

.image-4 {
  object-fit: cover;
  margin-left: 0;
  margin-right: 20px;
}

.div-block-32 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-33 {
  background-image: url('../images/mere-enfant_mentorat-sante-naturopathie.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  width: 30%;
  height: 200px;
}

.div-block-34 {
  margin-top: 22px;
}

.heading-8 {
  text-align: center;
  margin-top: 0;
  font-family: tomarik-introvert, sans-serif;
  font-size: 37px;
  font-weight: 400;
}

.div-block-35 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.titre4 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  font-family: tomarik-extrovert, sans-serif;
}

.titre_footer {
  color: var(--black);
  margin-top: 0;
  font-family: tomarik-introvert, sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.bold-text-3 {
  -webkit-text-stroke-width: 1px;
}

.invisible {
  display: none;
}

.picto_courriel {
  opacity: .8;
  mix-blend-mode: multiply;
  width: 20px;
  max-width: none;
  height: 20px;
  margin-left: 8px;
}

@media screen and (max-width: 991px) {
  .div-gauche {
    background-position: 78%;
    min-height: 500px;
    max-height: 300px;
  }

  .heading-2 {
    margin-top: 21px;
    font-size: 26px;
  }

  .charlyne-titre {
    font-size: 75px;
    line-height: 65px;
  }

  .titre.post.blanc {
    padding-bottom: 14px;
    font-size: 30px;
  }

  .section-a-propos {
    padding-right: 50px;
  }

  .forme-photo {
    height: 400px;
  }

  .entete-hero {
    width: 100%;
    height: 100vh;
  }

  .hero {
    background-position: 50% 100%;
    background-size: cover;
    padding-left: 50px;
    padding-right: 50px;
  }

  .logo {
    width: 400px;
    height: auto;
  }

  .logo.footer {
    padding: 0;
  }

  .section-6 {
    padding-bottom: 11px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu {
    margin-bottom: 50px;
  }

  .menu.pages {
    margin-left: 20px;
  }

  .menu-lien {
    white-space: normal;
    margin-right: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-texte {
    letter-spacing: 1px;
    white-space: nowrap;
    font-size: 17px;
  }

  .div-a-propos {
    margin-right: 0;
  }

  .titre-2 {
    font-size: 35px;
    line-height: 100%;
  }

  .titre-2.centre {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .paragraph-vedette {
    font-size: 20px;
    line-height: 120%;
  }

  .titre-3 {
    margin-top: 10px;
    font-size: 20px;
    top: 55px;
  }

  .petit-texte {
    font-size: 17px;
  }

  .bouton-rond {
    margin-top: 15px;
  }

  .header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-2 {
    grid-template-columns: minmax(229px, 1fr);
  }

  .bloc-etapes {
    margin-bottom: 20px;
  }

  .chroniques {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 40px;
  }

  .div-image {
    width: 40%;
    height: 200px;
  }

  .bouton-large {
    margin-right: 0;
  }

  .photo-pages.post {
    margin-top: -55px;
    top: -252px;
  }

  .wrapper-contenu {
    margin-right: 0;
  }

  .fleche-mobile {
    background-image: url('../images/picto_fleche-droite.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 25px;
  }

  .link-block-4 {
    height: 13px;
  }

  .degrade {
    height: 140px;
  }
}

@media screen and (max-width: 767px) {
  .entete {
    flex-direction: column;
  }

  .div-gauche {
    width: 100%;
    margin-left: 20px;
    padding-right: 0;
  }

  .div-nom {
    border-left-width: 0;
    flex-direction: row;
    flex: 0 auto;
    align-items: center;
    height: auto;
    margin-top: 30px;
    padding-left: 0;
  }

  .div-block {
    background-color: var(--vert-pâle);
    width: 3px;
    height: 40px;
    margin-right: 20px;
  }

  .titre.gauche {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .section-a-propos {
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 50px;
    padding-right: 0;
  }

  .forme-photo {
    width: 100%;
    height: 300px;
  }

  .entete-hero {
    justify-content: flex-end;
    height: auto;
    padding-left: 0;
  }

  .hero {
    background-position: 50% 100%;
    background-size: 200% 100vh;
    height: auto;
    padding-top: 40px;
  }

  .logo {
    width: 300px;
    height: auto;
    margin-bottom: 50px;
  }

  .logo.footer {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu {
    flex-direction: row;
    height: 25px;
    display: flex;
  }

  .menu.pages {
    display: none;
  }

  .menu.pages.mobile {
    background-color: #0000;
    background-image: url('../images/fond_vert_haut.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 110%;
    flex-direction: column;
    justify-content: center;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 122px;
    padding-bottom: 70px;
    display: flex;
  }

  .menu-lien {
    border-bottom-width: 3px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    margin-left: 3px;
    margin-right: 3px;
    padding-top: 8px;
    display: flex;
  }

  .menu-lien:hover {
    transform: none;
  }

  .menu-lien.w--open {
    background-color: #53745b42;
  }

  .menu-lien.cta {
    margin-bottom: 10px;
  }

  .menu-lien.cta.centre {
    margin-top: 39px;
  }

  .menu-texte {
    text-align: center;
    letter-spacing: 0;
    font-size: 17px;
  }

  .menu-texte.padding {
    text-align: center;
  }

  .social {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-bottom: 11px;
    margin-left: 6px;
  }

  .services-resume {
    padding: 100px 70px;
  }

  .div-a-propos {
    margin-top: 25px;
    margin-left: 20px;
    position: static;
  }

  .titre-2 {
    color: #000;
  }

  .titre-2.centre {
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 9px;
    font-size: 22px;
  }

  .paragraph-vedette {
    color: #000;
  }

  .titre-3.petit {
    margin-left: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .graine {
    width: 80px;
    height: 40px;
  }

  .div-block-15 {
    justify-content: center;
    align-items: flex-end;
    margin-top: 25px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .grid {
    grid-column-gap: 18px;
  }

  .picto {
    width: 100px;
    height: 100px;
    margin-bottom: 0;
  }

  .icon {
    display: block;
  }

  .header {
    flex-direction: row;
    align-items: flex-end;
    display: flex;
  }

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

  .bloc-etapes {
    max-width: 400px;
    margin-bottom: 20px;
  }

  .picto-fleche {
    margin-top: 5px;
    display: none;
  }

  .picto-fleche.mobile {
    display: block;
  }

  .picto-fleche.desktop {
    display: none;
  }

  .grid-3 {
    grid-template-columns: minmax(200px, 1fr);
    justify-items: stretch;
  }

  .menu-footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .chroniques {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-wrapper {
    margin-top: -20px;
  }

  .collection-item.lien-liste.full {
    padding-right: 0;
  }

  .div-image {
    background-image: none;
    flex: 0 auto;
    width: 100%;
    height: 260px;
    margin-bottom: 25px;
  }

  .div-image.photo {
    width: auto;
    height: 260px;
  }

  .bouton-suite {
    margin-right: 40px;
  }

  .contenu-pages {
    padding-top: 30px;
    padding-right: 40px;
  }

  .contenu-pages.post {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .photo-pages.post {
    margin-top: -50px;
  }

  .rich-text-block {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 20px;
  }

  .contenant-brut.pas-padding {
    margin-left: 0;
  }

  .wrapper-contenu {
    margin-left: 40px;
    margin-right: 40px;
  }

  .wrapper-contenu.pas-padding {
    margin-right: 40px;
  }

  .lien-liste {
    flex-direction: column;
  }

  .paragraphe-crhonique-liste {
    margin-bottom: 40px;
  }

  .ombre-vert {
    background-color: var(--vert-foncé-2);
    position: absolute;
    inset: 0% 0% -3% -3%;
  }

  .logo-lien-top {
    margin-top: 30px;
    margin-bottom: 26px;
  }

  .section-titre {
    margin-top: -4px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contenu-pages-simples {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-etapes {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-titre-etape {
    margin-left: 0;
  }

  .paragraph-petit {
    text-align: center;
    font-size: 20px;
    line-height: 120%;
  }

  .field-name {
    font-size: 20px;
    line-height: 120%;
  }

  .menu-button {
    z-index: 100;
    background-color: #0000;
    background-image: url('../images/burger.svg');
    background-position: 0%;
    background-size: cover;
  }

  .menu-button.w--open {
    z-index: 100;
    background-color: #0000;
    background-image: url('../images/burger.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
  }

  .container {
    background-color: #0000;
  }

  .navbar {
    text-align: center;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .icon-2 {
    color: #0000;
    font-family: tomarik-introvert, sans-serif;
    font-size: 34px;
  }

  .nav-menu {
    z-index: 10;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .fleche-mobile {
    display: block;
  }

  .numero {
    background-color: var(--vert-pâle);
    color: var(--white);
    text-align: center;
    text-indent: 0;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding-top: 3px;
    padding-left: 0;
    font-family: tomarik-introvert, sans-serif;
    font-size: 21px;
  }

  .paragraph-normal {
    font-size: 20px;
    line-height: 120%;
  }

  .icon-3 {
    flex: 0 auto;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 2px;
    font-size: 12px;
    display: block;
    position: static;
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-right: 20px;
  }

  .dropdown {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .link-3 {
    color: var(--black);
    text-decoration: none;
  }

  .lien-mobile-sousmenu {
    text-align: center;
    text-transform: none;
    border-top: 2px solid #000;
    border-bottom: 0 solid #000;
    width: 100%;
    padding-top: 5px;
    font-size: 18px;
    line-height: 32px;
  }

  .lien-mobile-sousmenu.w--current {
    color: var(--black);
    background-color: #6d8a7426;
  }

  .dropdown-list {
    background-color: var(--vert-pâle);
  }

  .dropdown-list.w--open {
    background-color: #0000;
    border-bottom: 2px solid #000;
    margin-top: -15px;
    margin-bottom: 15px;
    font-family: tomarik-introvert, sans-serif;
    font-size: 16px;
    line-height: 120%;
    position: relative;
    top: 0;
  }

  .degrade {
    height: 120px;
  }
}

@media screen and (max-width: 479px) {
  .titre {
    margin-bottom: 43px;
    font-size: 35px;
  }

  .titre.post.blanc {
    padding-left: 20px;
    font-size: 25px;
  }

  .titre.gauche {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .titre._2 {
    font-size: 25px;
  }

  .titre._3 {
    font-size: 25px;
    line-height: 110%;
  }

  .forme-photo.apropos {
    margin-top: -73px;
  }

  .forme-photo.apropos.mentorat.reflexo {
    width: 100%;
    height: 301px;
  }

  .entete-hero {
    height: 88vh;
  }

  .hero {
    background-position: 50% 100%;
    background-size: cover;
    height: 100%;
    margin-bottom: 20px;
  }

  .logo.footer {
    max-width: none;
  }

  .menu {
    flex-direction: column;
    height: auto;
  }

  .menu.pages {
    display: none;
  }

  .menu.pages.mobile {
    background-size: 160%;
  }

  .menu-lien {
    margin-bottom: 0;
  }

  .menu-lien.cta.centre {
    text-align: center;
    white-space: normal;
    margin-left: 0;
  }

  .menu-lien.services-mobile {
    display: block;
  }

  .menu-texte {
    font-size: 22px;
    display: block;
  }

  .social {
    margin-top: 10px;
    margin-left: 0;
  }

  .services-resume {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-a-propos {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-right: 20px;
    display: flex;
  }

  .titre-2.centre {
    text-align: center;
    letter-spacing: 0;
    margin-left: 0;
    font-size: 21px;
  }

  .paragraph-vedette.centre {
    font-size: 18px;
  }

  .titre-3 {
    text-align: left;
    margin-left: 20px;
  }

  .titre-3.gauche {
    margin-left: 0;
  }

  .titre-3.dans-paragraph.centre {
    text-align: left;
    margin-left: 0;
  }

  .titre-3.petit {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 10px;
  }

  .petit-texte {
    text-align: left;
    margin-bottom: 25px;
    margin-left: 20px;
  }

  .petit-texte.gauche {
    margin-left: 0;
  }

  .bouton-rond.rectangle {
    width: 240px;
    height: 41px;
    line-height: 20px;
  }

  .plus.bouton {
    padding-top: 0;
    font-size: 18px;
    line-height: 34px;
  }

  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid {
    text-align: center;
    grid-template-columns: .25fr;
  }

  .picto.consultation, .picto.bilan {
    width: 80px;
    height: 80px;
  }

  .picto.bilan.petit {
    width: 60px;
  }

  .picto.bilan.petit.texto {
    flex: 0 auto;
    position: static;
  }

  .picto.plan, .picto.reflexo {
    width: 80px;
    height: 80px;
  }

  .picto.reflexo.petit {
    flex: 0 auto;
  }

  .picto.spontannee {
    width: 80px;
    height: 80px;
  }

  .bloc-texte {
    flex: 1;
  }

  .bloc-texte.gauche {
    text-align: left;
    align-items: flex-start;
  }

  .header {
    padding-left: 13px;
    padding-right: 0;
  }

  .bloc-etapes {
    margin-bottom: 30px;
  }

  .grid-3 {
    justify-items: stretch;
  }

  .bold-text {
    font-size: 12px;
  }

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

  .collection-list-wrapper {
    margin-top: 0;
  }

  .collection-item.lien-liste.full {
    padding-right: 0;
  }

  .bouton-fleche {
    margin-bottom: -11px;
  }

  .bouton-suite {
    flex-direction: row;
    height: 24px;
    margin-right: 0;
    position: static;
  }

  .bouton-suite.pages {
    align-items: center;
    margin-right: 0;
    position: static;
    inset: auto 0% 0% auto;
  }

  .bouton-large {
    height: 40px;
    margin-right: 30px;
    padding-top: 2px;
    font-size: 20px;
  }

  .contenu-pages {
    flex-direction: column;
    align-items: stretch;
    padding-top: 0;
    padding-right: 0;
  }

  .photo-pages.post {
    z-index: 10;
    margin-top: -45px;
  }

  .rich-text-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .date-photo {
    margin-left: 20px;
  }

  .wrapper-contenu {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .wrapper-contenu.pas-padding {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .bold-text-2 {
    text-align: center;
    font-size: 12px;
    line-height: 19px;
  }

  .section-titre {
    margin-top: -4px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contenu-pages-simples {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-etapes {
    align-items: center;
  }

  .div-titre-etape.gauche {
    text-align: left;
    justify-content: center;
  }

  .paragraph-petit {
    text-align: center;
    font-size: 20px;
  }

  .paragraph-petit.lien-jaune {
    margin-top: -6px;
    margin-left: 0;
    font-size: 14px;
    line-height: 120%;
  }

  .paragraph-petit.lien-jaune.w--current {
    margin-bottom: 8px;
  }

  .paragraph-petit.lien-jaune.padding {
    margin-top: -6px;
    margin-bottom: 15px;
  }

  .paragraph-petit.reduit {
    margin-top: 4px;
    font-size: 18px;
  }

  .paragraph-petit.reduit.pluspadding {
    margin-top: 30px;
  }

  .paragraph-petit.gauche.padding {
    margin-left: 0;
  }

  .titre-encadre {
    margin-left: auto;
    margin-right: auto;
  }

  .bloc-tarifs {
    align-items: center;
  }

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

  .div-block-24 {
    width: 100%;
    overflow: hidden;
  }

  .menu-button {
    margin-left: 15px;
  }

  .fleche-mobile {
    width: 30px;
    height: 20px;
  }

  .numero {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    font-size: 18px;
  }

  .dropdown-list.w--open {
    margin-top: 0;
  }

  .lien-contact {
    white-space: normal;
    font-size: 18px;
  }

  .dropdown-2 {
    display: none;
  }

  .div-block-31 {
    flex: 0 auto;
  }

  .degrade {
    height: 100px;
  }
}

#w-node-f0b99915-51fd-c6ae-345f-a42ff3252ae9-f3252ad7 {
  place-self: center end;
}

#w-node-_8511e2fc-8b28-e888-1346-abe92005ef85-bee03660 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-f0b99915-51fd-c6ae-345f-a42ff3252ae9-f3252ad7 {
    place-self: center;
  }

  #w-node-db7b5f7a-7215-4f9d-9e65-87abc6d179c2-c6d179be {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-BlackItalic.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}