@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");
html, body, h1, p {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
}

.header {
  width: 100%;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  text-align: center;
}

.header__title {
  font-size: 46px;
  color: #81c17f;
}

.header__logo {
  width: 80px;
  display: inline;
}

.header__subtitle {
  font-weight: 100;
  font-size: 36px;
  font-family: sans-serif;
}

.navbar {
  width: 100%;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px 0px;
}

@media (max-width: 650px) {
  .navbar {
    display: none;
  }
}

.navbar__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-family: sans-serif;
  color: #555555;
}

.navbar__section:active, .navbar__section:hover {
  color: white;
  background: #81c17f;
}

.mobileSections {
  text-align: center;
  background: #81c17f;
}

.mobileSections a {
  padding: 10px;
  font-size: 22px;
  display: block;
  text-decoration: none;
  color: white;
}

.navbarMobile {
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  background: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px 0px;
}

@media (min-width: 650px) {
  .navbarMobile {
    display: none;
  }
}

.navbarMobile__logo {
  width: 35px;
}

.navbarMobile__container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbarMobile__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-family: sans-serif;
  color: #555555;
}

.navbarMobile__section:active, .navbarMobile__section:hover {
  color: white;
  background: #81c17f;
}

.navbarMobile__hamburger {
  background: #81c17f;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}

.rdv {
  height: 450px;
  background: url(https://files.sbcdnsb.com/images/2awg71yvi48u/content/1546435077/20617/1200/proxy-og20160226-667625-7hike9.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rdv__bubble {
  max-width: 541px;
  background: rgba(253, 253, 253, 0.719);
  border-radius: 10px;
}

.rdv__icon {
  font-size: 32px;
  text-align: center;
  display: block;
  padding: 10px 0;
}

.rdv__title {
  font-size: 30px;
  padding: 10px 20px;
  text-align: center;
  font-family: sans-serif;
}

.rdv__subtitle {
  font-size: 20px;
  padding: 10px 20px;
  text-align: center;
  font-family: sans-serif;
}

.bienvenue {
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.bienvenue__heading {
  padding-top: 10px;
  font-size: 32px;
  font-family: sans-serif;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  line-height: 0.1em;
  margin: 20px 0 20px;
}

.bienvenue__heading span {
  background: white;
  padding: 0 10px;
  color: #2f2f2f;
}

.bienvenue__bubble {
  margin: 40px 0;
  padding-left: 50px;
  padding-right: 50px;
  background: white;
  max-width: 800px;
  text-align: center;
  border-radius: 7px;
}

@media (max-width: 850px) {
  .bienvenue__bubble {
    padding: 0 20px;
  }
}

.bienvenue__title {
  color: #81c17f;
  padding: 10px;
  font-size: 32px;
  font-style: italic;
}

.bienvenue__text {
  font-size: 19px;
  margin: 30px 0;
  line-height: 1.5;
}

.whoami {
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.whoami__flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 850px) {
  .whoami__flex {
    display: block;
  }
}

.whoami__photo {
  margin-top: 10px;
  width: 100%;
}

.whoami__photo img {
  width: 100%;
  border-radius: 5px;
}

.whoami__heading {
  padding-top: 10px;
  font-size: 32px;
  font-family: sans-serif;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  line-height: 0.1em;
  margin: 20px 0 20px;
}

.whoami__heading span {
  background: white;
  padding: 0 10px;
  color: #2f2f2f;
}

.whoami__bubble {
  margin: 40px 0;
  padding-left: 50px;
  padding-right: 50px;
  background: white;
  max-width: 800px;
  text-align: center;
}

@media (max-width: 850px) {
  .whoami__bubble {
    padding: 0 20px;
  }
}

.whoami__title {
  color: #81c17f;
  padding: 10px;
  font-size: 32px;
  font-style: italic;
}

.whoami__text {
  font-size: 19px;
  margin: 30px 0;
  line-height: 1.5;
}

@media (max-width: 850px) {
  .whoami__text {
    margin: auto;
    width: 100%;
  }
}

.whoami__text ul {
  text-align: left;
}

.tarif {
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.tarif__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tarif__reflexologie, .tarif__jacquier {
  margin: 0 20px;
}

.tarif__heading {
  padding-top: 10px;
  font-size: 32px;
  font-family: sans-serif;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  line-height: 0.1em;
  margin: 20px 0 20px;
}

.tarif__heading span {
  background: white;
  padding: 0 10px;
  color: #2f2f2f;
}

.tarif__bubble {
  margin: 40px 0;
  padding-left: 50px;
  padding-right: 50px;
  background: white;
  max-width: 800px;
  text-align: center;
}

@media (max-width: 850px) {
  .tarif__bubble {
    padding: 0 20px;
  }
}

.tarif__title {
  color: #81c17f;
  padding: 10px;
  font-size: 32px;
  font-style: italic;
}

.tarif__text {
  font-size: 19px;
  margin: 30px 0;
}

.contact {
  background: #274b3a;
  font-family: sans-serif;
  font-weight: 100;
}

.contact__info {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1200px;
  line-height: 2;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  color: white;
  padding: 20px;
  grid-gap: 10px;
  font-size: 21px;
}

@media (max-width: 850px) {
  .contact__info {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
}

.contact__title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact__section {
  padding: 20px;
}

.contact__map {
  width: 100%;
}

.contact iframe {
  width: 100%;
  height: 350px;
  margin-bottom: -10px;
}

.seances {
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.seances__detail {
  font-size: 22px;
  margin: 14px 0;
}

.seances__heading {
  padding-top: 10px;
  font-size: 32px;
  font-family: sans-serif;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  line-height: 0.1em;
  margin: 20px 0 20px;
}

.seances__heading span {
  background: white;
  padding: 0 10px;
  color: #2f2f2f;
}

.seances__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}

@media (max-width: 850px) {
  .seances__grid {
    display: block;
  }
}

.seances__img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

@media (max-width: 850px) {
  .seances__img {
    height: 300px;
  }
}

.seances__bubble {
  margin: 40px 0;
  padding-left: 50px;
  padding-right: 50px;
  background: white;
  max-width: 800px;
  text-align: center;
  padding-bottom: 30px;
}

@media (max-width: 850px) {
  .seances__bubble {
    padding: 0 20px;
  }
}

.seances__title {
  color: #81c17f;
  padding: 10px;
  font-size: 32px;
  font-style: italic;
}

.seances__text {
  font-size: 19px;
  margin: 30px 0;
}

.footer {
  background: #2f2f2f;
  color: white;
  text-align: center;
  padding: 20px 0;
}

.reflexologie {
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.reflexologie__ps {
  font-size: 80%;
  margin-bottom: 20px;
}

.reflexologie ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  text-align: left;
}

.reflexologie__heading {
  padding-top: 10px;
  font-size: 32px;
  font-family: sans-serif;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  line-height: 0.1em;
  margin: 20px 0 20px;
}

.reflexologie__heading span {
  background: white;
  padding: 0 10px;
  color: #2f2f2f;
}

.reflexologie__bubble {
  margin: 40px 0;
  padding-left: 50px;
  padding-right: 50px;
  background: white;
  max-width: 800px;
  text-align: center;
}

@media (max-width: 850px) {
  .reflexologie__bubble {
    padding: 0 20px;
  }
}

.reflexologie__title {
  color: #81c17f;
  padding: 10px;
  font-size: 32px;
  font-style: italic;
}

.reflexologie__text {
  font-size: 19px;
  margin: 30px 0;
  line-height: 1.5;
}

.reflexologie__text img {
  width: 100%;
  border-radius: 15px;
  margin: 20px 0;
}

.jacquier {
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.jacquier__buttonList {
  margin: 20px 0;
}

.jacquier__button {
  background: #0a6e17;
  border-radius: 30px;
  padding: 10px 17px;
  color: white;
  display: inline-block;
  margin: 5px 0;
  text-decoration: none;
}

.jacquier__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 850px) {
  .jacquier__flex {
    display: block;
  }
}

.jacquier__cas {
  text-align: left;
  font-size: 19px;
}

.jacquier__photo {
  width: 40%;
}

@media (max-width: 850px) {
  .jacquier__photo {
    width: 60%;
    margin: auto;
  }
}

.jacquier__photo img {
  width: 100%;
  border-radius: 10px;
}

.jacquier__heading {
  padding-top: 10px;
  font-size: 32px;
  font-family: sans-serif;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  line-height: 0.1em;
  margin: 20px 0 20px;
}

.jacquier__heading span {
  background: white;
  padding: 0 10px;
  color: #2f2f2f;
}

.jacquier__bubble {
  margin: 40px 0;
  padding-left: 50px;
  padding-right: 50px;
  background: white;
  max-width: 800px;
  text-align: center;
}

@media (max-width: 850px) {
  .jacquier__bubble {
    padding: 0 20px;
  }
}

.jacquier__title {
  color: #81c17f;
  padding: 10px;
  font-size: 32px;
  font-style: italic;
}

.jacquier__text {
  font-size: 19px;
  margin: 30px 0;
  line-height: 1.5;
  width: 60%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 850px) {
  .jacquier__text {
    width: 100%;
    margin: auto;
    text-align: left;
  }
}

.jacquier__text ul {
  text-align: left;
}
/*# sourceMappingURL=styles.css.map */