.text-block {
  clear: none;
  font-family: Vollkorn, serif;
  font-size: 45px;
  text-align: center;
}

.heading {
  margin: 0% auto 5px;
  font-family: Prata, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.heading-2 {
  margin: 0px auto 0%;
  font-family: 'Droid Serif', serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.section {
  display: block;
  background-color: #dbd7d7;
}

.button {
  margin-top: 20px;
  margin-right: 30px;
  margin-bottom: 20px;
  float: right;
  text-align: right;
}

.body {
  margin-right: 0px;
}

.menu_desktop {
  height: 80px;
  background-color: #fff;
}

.menu_desktop.header {
  position: fixed;
  z-index: 500;
  display: none;
  width: 100%;
  background-color: hsla(0, 0%, 100%, .9);
}

.button-2 {
  display: inline;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  border: 2px solid #000;
  background-color: transparent;
  opacity: 0.9;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 325ms ease;
  transition: opacity 325ms ease;
  color: #000;
  cursor: pointer;
}

.button-2:hover {
  background-color: #000;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.button-2.mobile {
  display: none;
}

.text-block-2 {
  margin: 0px auto;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 3em;
  line-height: 1.3;
  font-style: italic;
  text-align: center;
}

.section-gris {
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #333;
  color: #fff;
}

.image {
  float: none;
  clear: none;
  text-align: right;
}

.text-block-3 {
  display: none;
  margin-bottom: 10px;
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-4 {
  width: 40%;
  margin-top: 3%;
  margin-left: 5%;
  float: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: justify;
}

.button-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  opacity: 0.5;
  color: #fff;
}

.button-4 {
  position: relative;
  height: 38px;
  margin: 20px 10px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  border-style: solid solid none;
  border-width: 0px 0px 2px;
  border-color: #000;
  background-color: transparent;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity 158ms ease, border 200ms ease;
  transition: opacity 158ms ease, border 200ms ease;
  color: #000;
  cursor: pointer;
}

.button-4:hover {
  border-bottom-style: solid;
}

.button-4.logo {
  margin-right: 0px;
  margin-left: 0px;
  float: none;
}

.button-4.logo:hover {
  border-style: none;
  background-color: rgba(194, 147, 190, .57);
}

.button-4.logo.w--current {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
  float: left;
}

.button-5 {
  margin-top: 20px;
  background-color: transparent;
  color: #000;
}

.section-4 {
  border-color: #333 transparent transparent;
  border-top-style: solid;
  border-top-width: 0px;
  background-color: #fff;
}

.section-5 {
  overflow: hidden;
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #000;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .55), hsla(0, 0%, 100%, .55)), url('../images/33898776_10155849379724263_3668548910038646784_n.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .55), hsla(0, 0%, 100%, .55)), url('../images/33898776_10155849379724263_3668548910038646784_n.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.row {
  position: static;
  display: inline-block;
  width: auto;
  margin: auto 0px;
  text-align: left;
}

.link-block {
  margin-right: 10px;
  float: right;
  clear: none;
}

.link-block.nomargin {
  margin-right: 0px;
}

.image-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  float: none;
}

.image-3 {
  margin-top: 0px;
}

.div-block {
  position: static;
  right: 0px;
  bottom: 0px;
  width: auto;
  margin-top: 0px;
  float: right;
}

.footer {
  position: relative;
  height: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
  border-top: 5px solid #333;
}

a{
  color: #333;
}
.text-block-5 {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 0%;
  margin-top: auto;
  margin-bottom: auto;
  float: right;
  text-align: right;
}

.column {
  position: static;
  padding-right: 1%;
  padding-left: 0%;
  text-align: right;
}

.column-2 {
  position: static;
  height: auto;
  margin-top: 10%;
  margin-bottom: 0%;
  padding-right: 0%;
  padding-left: 10px;
}

.container-3 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.container-4 {
  position: relative;
  padding-right: auto;
  padding-left: 13%;
}

.image-4 {
  float: none;
}

.div-block-2 {
  margin-top: 10px;
  float: right;
  clear: right;
}

.section-consultationprix {
  background-color: rgba(194, 147, 190, .57);
}

.text-block-6 {
  width: 50px;
  margin-top: -10px;
  float: left;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 40px;
}

.text-block-6.top_chiffre {
  width: 50px;
  margin-top: 5px;
}

.text-block-7 {
  margin-bottom: 13%;
  clear: none;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 18px;
  text-align: center;
}

.container-5 {
  margin-bottom: 0%;
  padding-top: 3%;
  padding-bottom: 3%;
}

.row-2 {
  margin-bottom: 3%;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.text-block-8 {
  margin-top: 3%;
  margin-left: 0%;
  float: left;
  font-size: 14px;
}

.text-block-8.text-block-right {
  margin-left: 10%;
  float: left;
}

.text-block-9 {
  width: 10%;
  float: left;
  font-size: 50px;
}

.text-block-9.middle_chiffre {
  margin-top: 5px;
}

.div-block-3 {
  display: block;
  width: 19%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-3.left {
  float: left;
}

.div-block-3.right {
  margin-right: auto;
  float: right;
}

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

.text-block-10 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
}

.heading-3 {
  width: 100%;
  margin-top: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: center;
}

.heading-3.padding-top {
  margin-top: 5%;
}

.container-6 {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 10%;
  padding-left: 10%;
}

.text-block-11 {
  width: 100%;
  clear: none;
  text-align: justify;
}

.heading-4 {
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.image-5 {
  position: static;
  width: 100%;
  background-image: url('../images/eliahu-winter-crossroads-flickr-daniel-ebneter.jpg');
  background-position: 50% 50%;
  background-size: 100%;
}

.container-7 {
  padding-top: 22%;
  padding-bottom: 10%;
}

.div-block-5 {
  position: relative;
  overflow: hidden;
  width: 35%;
  height: 35%;
  float: left;
  border-radius: 50%;
}

.block_consulte {
  width: 94%;
  height: auto;
  margin-right: 2%;
  margin-left: 2%;
  padding: 20px;
  background-color: rgba(194, 147, 190, .25);
}

.block_consulte:hover {
  width: 94%;
  margin-right: 2%;
  margin-left: 2%;
  background-color: rgba(194, 147, 190, .6);
}

.section-6 {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.section-6.bg-gris {
  background-color: #f5f5f5;
}

.map {
  width: 100%;
  padding-right: auto;
  padding-left: auto;
}

.container-8 {
  padding-right: 10%;
  padding-left: 10%;
}

.section-7 {
  padding-bottom: 5%;
}

.container-9 {
  padding-right: 10%;
  padding-left: 10%;
}

.text-block-12 {
  text-align: justify;
}

.text-block-13 {
  text-align: justify;
}

.text-block-14 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

.menu_mobile {
  display: none;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: hsla(0, 0%, 100%, .9);
}

.nav-menu {
  float: right;
}

.image-6 {
  max-height: 100%;
}

@media (max-width: 991px) {
  .menu_desktop.header {
    display: none;
  }
  .button-2 {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
    border-style: none;
    border-width: 0px;
    background-color: rgba(194, 147, 190, .57);
  }
  .button-2.mobile {
    display: block;
  }
  .text-block-2 {
    font-size: 2em;
  }
  .text-block-4 {
    width: 40%;
    margin-top: 0%;
    font-size: 13px;
  }
  .button-4 {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
  }
  .button-4.logo {
    margin-top: 11px;
    margin-bottom: 11px;
    float: left;
  }
  .column-2 {
    margin-top: auto;
  }
  .container-4 {
    padding-left: auto;
  }
  .text-block-6 {
    width: 27%;
  }
  .row-2 {
    margin-bottom: 5%;
  }
  .div-block-3 {
    width: 51%;
  }
  .div-block-3.left {
    width: 52%;
  }
  .column-3 {
    position: static;
  }
  .menu_mobile {
    position: fixed;
    z-index: 500;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 80vh;
  }
  .button-6 {
    float: right;
  }
  .menu_burger {
    position: relative;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-right: 10px;
    float: right;
    background-color: #c293be;
  }
  .menu_top_line {
    position: absolute;
    left: 0px;
    top: 18px;
    right: 0px;
    width: 80%;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }
  .menu_middle_line {
    position: absolute;
    left: 0px;
    top: 28px;
    right: 0px;
    width: 80%;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }
  .menu_bottom_line {
    position: absolute;
    left: 0px;
    top: 38px;
    right: 0px;
    width: 80%;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }
  .button_menu_mobile {
    position: static;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    background-color: rgba(51, 51, 51, .7);
    direction: rtl;
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    text-transform: capitalize;
  }
  .button_menu_mobile.rendezvous {
    background-color: rgba(51, 51, 51, .9);
  }
  .container_button_mobile {
    position: absolute;
    top: 80px;
    right: 10px;
    bottom: 0px;
    z-index: 500;
    display: block;
    width: 34%;
  }
  .menu-button {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(194, 147, 190, .57);
  }
  .menu-button.w--open {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .text-block-2 {
    font-size: 2em;
  }
  .text-block-4 {
    display: block;
    width: 100%;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }
  .button-4.logo {
    margin-left: 10px;
  }
  .image-2 {
    position: static;
    display: block;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block {
    display: block;
    width: 100%;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .footer {
    padding-bottom: 5%;
  }
  .text-block-5 {
    display: block;
    float: none;
    text-align: center;
  }
  .container-4 {
    padding-right: 10%;
    padding-left: 10%;
  }
  .div-block-2 {
    display: block;
    width: 15%;
    margin-top: 2%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }
  .row-2 {
    margin-bottom: 6%;
  }
  .div-block-3 {
    width: 33%;
  }
  .div-block-3.left {
    width: 36%;
    float: none;
  }
  .div-block-3.right {
    width: 32%;
    float: none;
  }
  .container-6 {
    padding-right: 10%;
    padding-left: 10%;
  }
  .div-block-5 {
    display: block;
    width: 44%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .div-block-6 {
    width: 100%;
  }
  .container-9 {
    padding-right: 10%;
    padding-left: 10%;
  }
  .column-4 {
    margin-top: 10%;
  }
  .link-block-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .menu_mobile {
    overflow: auto;
    height: 100vh;
  }
  .button_menu_mobile {
    height: 50px;
    margin-bottom: 5px;
    line-height: 30px;
  }
  .button_menu_mobile.rendezvous {
    line-height: 30px;
  }
  .container_button_mobile {
    display: block;
  }
}

@media (max-width: 479px) {
  .text-block-5 {
    font-size: 13px;
  }
  .div-block-2 {
    width: 25%;
  }
  .text-block-6 {
    width: 51px;
  }
  .div-block-3 {
    width: 63%;
  }
  .div-block-3.left {
    width: 66%;
  }
  .div-block-3.right {
    width: 60%;
  }
  .heading-3 {
    font-size: 28px;
  }
  .heading-3.therapeuthique {
    display: block;
    font-size: 20px;
    line-height: 44px;
  }
  .container-7 {
    padding-bottom: 18%;
  }
  .column-3 {
    margin-bottom: 10px;
  }
  .column-4 {
    margin-bottom: 6%;
  }
  .column-5 {
    margin-bottom: 10px;
  }
  .container_button_mobile {
    display: none;
    width: 70%;
  }
}

