@font-face {
  font-family: "Century gothic";
  src: url(../../font/century-gothic.ttf);
}
@font-face {
  font-family: "Noto serif display";
  src: url(../../font/noto-serif-display.ttf), url(../../font/noto-serif-display_italic.ttf);
}
@font-face {
  font-family: "Dancing script";
  src: url(../../font/dancing-script.ttf);
}
/* DECLARATION DES MAPS */
/* MIXINS FOR MEDIA QUERIES */
body {
  margin: 0px;
}

.visuallyhidden {
  position: absolute;
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.main {
  position: relative;
  max-width: 2560px;
  margin: 0 auto;
  padding-top: 80px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-size: 1em;
  font-weight: normal;
}

p, figure {
  margin: 0px;
}

a {
  color: black;
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Century gothic";
  font-size: 0.9em;
}

h1 {
  font-weight: 600;
}

h2 {
  font-size: 1.8em;
  font-family: "Noto serif display";
  text-transform: uppercase;
  margin: 0 0 50px;
}
@media (min-width: 768px) and (max-width: 990px) {
  h2 {
    font-size: 1.4em;
    text-align: center;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.4em;
    text-align: center;
  }
}

h3 {
  font-size: 1.5em;
  font-family: "Noto serif display";
  text-transform: uppercase;
  margin: 0 0 2vh;
  color: rgba(0, 0, 0, 0.6);
}

.parag_1 {
  font-size: 1.2em;
  font-family: "Century gothic";
  text-align: justify;
  line-height: 1.8em;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) and (max-width: 990px) {
  .parag_1 {
    font-size: 1em;
    line-height: 1.6em;
  }
}
@media (max-width: 767px) {
  .parag_1 {
    font-size: 1em;
    line-height: 1.6em;
  }
}

.banner__content-container > p {
  font-family: "Dancing script";
  font-size: 4em;
  color: white;
  letter-spacing: 0.07em;
  line-height: 1em;
}
@media (min-width: 768px) and (max-width: 990px) {
  .banner__content-container > p {
    font-size: 3em;
  }
}
@media (max-width: 767px) {
  .banner__content-container > p {
    font-size: 2em;
  }
}

.accueil-citation-content-ctn > p {
  font-size: 1em;
  font-family: "Century gothic";
  text-align: justify;
  line-height: 1.6em;
  letter-spacing: 0.02em;
  font-style: italic;
  color: white;
}
@media (min-width: 768px) and (max-width: 990px) {
  .accueil-citation-content-ctn > p {
    font-size: 0.9em;
    line-height: 1.5em;
  }
}

header nav ul {
  font-size: 1em;
}

@media (min-width: 768px) and (max-width: 990px) {
  footer {
    font-size: 0.9em;
  }
  footer .legals > p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer {
    font-size: 0.9em;
  }
  footer .legals > p {
    text-align: center;
  }
}
.btn > a {
  display: block;
  padding: 18px 24px;
  text-align: center;
  text-transform: uppercase;
  border: 3px solid #E5927E;
  color: #E5927E;
  font-weight: 800;
  cursor: pointer;
  transition: all 500ms;
}
.btn > a:hover {
  background: #E5927E;
  color: white;
  transition: all 500ms;
}

.price-list-ctn {
  display: flex;
  justify-content: center;
  table-layout: auto;
  width: 100%;
}
.price-list-ctn table {
  border: 5px solid #00C69E;
  margin: 10px;
  width: 100%;
  max-width: 500px;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .price-list-ctn table {
    margin: 10px auto;
  }
}
.price-list-ctn table tr:nth-child(2), .price-list-ctn table tr:nth-child(4) {
  background-color: rgba(0, 198, 158, 0.15);
}
.price-list-ctn table tr:hover {
  background-color: #00C69E;
}
.price-list-ctn table:nth-child(2) {
  border: 5px solid #00C0C6;
}
.price-list-ctn table:nth-child(2) tr:nth-child(2) {
  background-color: rgba(0, 192, 198, 0.15);
}
.price-list-ctn table:nth-child(2) tr:hover {
  background-color: #00C0C6;
}
.price-list-ctn table .small {
  font-size: 0.8em;
}
.price-list-ctn tr, .price-list-ctn td {
  padding: 30px 20px;
  width: 50%;
}

header {
  display: flex;
  justify-content: center;
  background-color: #FFF1EB;
  position: fixed;
  z-index: 999;
  width: 100%;
}
header .header_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1296px;
}
@media (min-width: 768px) and (max-width: 990px) {
  header .header_content {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  header .header_content {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
header .header_content figure img {
  height: 80px;
}
@media (max-width: 767px) {
  header .header_content figure img {
    margin-left: 40px;
  }
}
header .header_content nav ul {
  display: flex;
}
@media (max-width: 767px) {
  header .header_content nav ul {
    position: absolute;
    top: 80px;
    left: 0;
    flex-direction: column;
    width: 100%;
    height: 110vh;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(7px);
    margin-left: -100%;
    transition: all 500ms ease;
  }
}
header .header_content nav ul li {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  header .header_content nav ul li {
    margin: 20px 0;
    font-size: 1.5em;
    font-weight: bold;
    transform: translateY(-80px);
  }
}
header .header_content nav ul li a:hover {
  border-bottom: 3px solid #E5927E;
}
header .header_content .burger-menu {
  display: none;
}
@media (max-width: 767px) {
  header .header_content .burger-menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 40px;
  }
}

.mobile-nav.mobile-menu {
  margin-left: 0;
}

.banner {
  position: relative;
}
.banner__content-container {
  position: absolute;
  z-index: 2;
  left: 140px;
  bottom: 80px;
  opacity: 0;
  animation: text-appear 800ms ease-in-out forwards 0ms;
}
@keyframes text-appear {
  0% {
    opacity: 0;
    left: 0px;
  }
  100% {
    opacity: 1;
    left: 140px;
  }
}
@media (max-width: 767px) {
  .banner__content-container {
    left: 50px;
    bottom: 30px;
  }
  @keyframes text-appear {
    0% {
      opacity: 0;
      left: 0px;
    }
    100% {
      opacity: 1;
      left: 50px;
    }
  }
}
.banner__image-container {
  position: relative;
  width: 100%;
}
.banner__image-container picture img {
  width: 100%;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .contact {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 150px 0 80px;
}
@media (min-width: 768px) and (max-width: 990px) {
  footer .contact {
    flex-direction: column;
    align-items: center;
    margin: 150px 0 50px;
  }
}
@media (max-width: 767px) {
  footer .contact {
    flex-direction: column;
    align-items: center;
    margin: 150px 0 50px;
  }
}
footer .contact div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}
@media (min-width: 768px) and (max-width: 990px) {
  footer .contact div {
    margin: 30px 0;
  }
  footer .contact div > h2 {
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  footer .contact div {
    margin: 30px 0;
  }
  footer .contact div > h2 {
    margin: 0 0 25px;
  }
}
footer .contact div p {
  text-align: center;
  margin: 5px 0;
  line-height: 1.8em;
}
footer .contact div:nth-child(1) a {
  text-decoration: underline;
}
footer .contact div:nth-child(1) a:hover {
  color: #E5927E;
}
footer .contact div:nth-child(2) ul {
  display: flex;
  justify-content: center;
}
footer .contact div:nth-child(2) ul img {
  width: 30px;
  padding: 0 10px;
}
footer .divider {
  border: 1.5px solid #FFF1EB;
  width: 80%;
  margin-bottom: 5px;
}
footer .legals {
  width: 80%;
  margin: 0 10vw;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 990px) {
  footer .legals {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  footer .legals {
    flex-direction: column;
    align-items: center;
  }
}
footer .legals ul {
  display: flex;
}
footer .legals ul a {
  text-decoration: underline;
  margin: 0 12px;
}
footer .legals p {
  display: flex;
}
footer figure {
  height: 15vh;
  padding: 10vh;
}
footer figure img {
  height: 100%;
}

.accueil-concept-ctn {
  display: flex;
  justify-content: center;
}
.accueil-concept-ctn .accueil-concept {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  width: 90%;
  max-width: 1296px;
  margin: 150px 0;
}
@media (min-width: 768px) and (max-width: 990px) {
  .accueil-concept-ctn .accueil-concept {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .accueil-concept-ctn .accueil-concept {
    align-items: center;
  }
}
.accueil-concept-ctn .accueil-concept__content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .accueil-concept-ctn .accueil-concept__content-container {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .accueil-concept-ctn .accueil-concept__content-container {
    width: 80%;
  }
}
.accueil-concept-ctn .accueil-concept__content-container > p {
  margin-bottom: 20px;
}
.accueil-concept-ctn .accueil-concept__tarif-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}
@media (min-width: 768px) and (max-width: 990px) {
  .accueil-concept-ctn .accueil-concept__tarif-container {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .accueil-concept-ctn .accueil-concept__tarif-container {
    width: 80%;
  }
  .accueil-concept-ctn .accueil-concept__tarif-container .price-list-ctn {
    display: flex;
    flex-direction: column;
  }
}
.accueil-concept-ctn .accueil-concept__image-container {
  position: absolute;
  width: 40%;
  max-height: 100%;
  top: 0;
  right: 0;
}
@media (min-width: 768px) and (max-width: 990px) {
  .accueil-concept-ctn .accueil-concept__image-container {
    position: relative;
    margin-top: 75px;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .accueil-concept-ctn .accueil-concept__image-container {
    position: relative;
    margin-top: 75px;
    display: flex;
    justify-content: center;
  }
}
.accueil-concept-ctn .accueil-concept__image-container > img {
  width: 100%;
}

.accueil-citation-ctn {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 150px auto 0;
  width: fit-content;
  height: fit-content;
}
@media (max-width: 767px) {
  .accueil-citation-ctn {
    flex-direction: column;
  }
}
.accueil-citation-ctn::before {
  content: "";
  display: block;
  background-color: rgba(255, 241, 235, 0.8);
  position: absolute;
  z-index: -1;
  width: 560px;
  height: 300px;
  top: -40px;
  left: -80px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .accueil-citation-ctn::before {
    width: 420px;
    height: 225px;
    top: -30px;
    left: -60px;
  }
}
@media (max-width: 767px) {
  .accueil-citation-ctn::before {
    width: 333px;
    height: 437px;
    top: 217px;
    left: -50px;
  }
}
.accueil-citation-ctn .accueil-citation-image-ctn img {
  object-fit: cover;
  width: 400px;
  height: 400px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .accueil-citation-ctn .accueil-citation-image-ctn img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .accueil-citation-ctn .accueil-citation-image-ctn img {
    width: 300px;
    height: 300px;
  }
}
.accueil-citation-ctn .accueil-citation-content-ctn {
  width: 400px;
  height: 400px;
  background-color: #E5927E;
}
@media (min-width: 768px) and (max-width: 990px) {
  .accueil-citation-ctn .accueil-citation-content-ctn {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .accueil-citation-ctn .accueil-citation-content-ctn {
    width: 300px;
    height: 300px;
  }
}
.accueil-citation-ctn .accueil-citation-content-ctn > p {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 100px 100px 100px 40px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .accueil-citation-ctn .accueil-citation-content-ctn > p {
    margin: 75px 75px 75px 30px;
  }
}
@media (max-width: 767px) {
  .accueil-citation-ctn .accueil-citation-content-ctn > p {
    margin: 75px 75px 75px 30px;
  }
}
.accueil-citation-ctn .accueil-citation-frame {
  position: absolute;
  width: 410px;
  height: 350px;
  border: 5px solid white;
  top: 20px;
  right: 20px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .accueil-citation-ctn .accueil-citation-frame {
    border: 3px solid white;
    width: 310px;
    height: 270px;
    top: 11px;
    right: 11px;
  }
}
@media (max-width: 767px) {
  .accueil-citation-ctn .accueil-citation-frame {
    border: 3px solid white;
    width: 289px;
    height: 270px;
    top: 352px;
    right: 32px;
  }
}

.qui-suis-je {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
}
.qui-suis-je .about-ctn {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1296px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .qui-suis-je .about-ctn {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .qui-suis-je .about-ctn {
    flex-direction: column;
    align-items: center;
  }
}
.qui-suis-je .about-ctn__content-ctn {
  width: 60%;
}
@media (min-width: 768px) and (max-width: 990px) {
  .qui-suis-je .about-ctn__content-ctn {
    width: 80%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .qui-suis-je .about-ctn__content-ctn {
    width: 80%;
    text-align: center;
  }
}
.qui-suis-je .about-ctn__image-ctn {
  width: 25%;
}
@media (min-width: 768px) and (max-width: 990px) {
  .qui-suis-je .about-ctn__image-ctn {
    margin-top: 50px;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .qui-suis-je .about-ctn__image-ctn {
    margin-top: 50px;
    width: 40%;
  }
}
.qui-suis-je .about-ctn__image-ctn picture {
  width: 100%;
}
.qui-suis-je .about-ctn__image-ctn picture img {
  width: 100%;
}
.qui-suis-je .about-image-ctn {
  margin-top: 150px;
  background-color: #FFF1EB;
  padding: 70px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qui-suis-je .about-image-ctn picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1296px;
}
.qui-suis-je .about-image-ctn picture img {
  width: 60%;
}
@media (min-width: 768px) and (max-width: 990px) {
  .qui-suis-je .about-image-ctn picture img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .qui-suis-je .about-image-ctn picture img {
    width: 80%;
  }
}

.reflexologie-content-ctn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.reflexologie-content-ctn > p:nth-child(2) {
  margin-bottom: 50px;
  width: 90%;
  max-width: 1296px;
}
.reflexologie-content-ctn > div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  width: 80%;
  width: 90%;
  max-width: 1296px;
}
@media (min-width: 768px) and (max-width: 990px) {
  .reflexologie-content-ctn > div:nth-child(3) {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .reflexologie-content-ctn > div:nth-child(3) {
    flex-direction: column;
    align-items: center;
  }
}
.reflexologie-content-ctn > div:nth-child(3) div {
  width: 45%;
}
@media (min-width: 768px) and (max-width: 990px) {
  .reflexologie-content-ctn > div:nth-child(3) div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .reflexologie-content-ctn > div:nth-child(3) div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }
}

.reflexologie-image-ctn {
  display: flex;
  justify-content: center;
}
.reflexologie-image-ctn picture {
  width: 90%;
  max-width: 1296px;
  display: flex;
  justify-content: center;
}
.reflexologie-image-ctn picture img {
  max-width: 100%;
}

.seance-content-ctn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.seance-content-ctn > h2 {
  text-align: center;
}
.seance-content-ctn > p {
  width: 90%;
  max-width: 1296px;
  width: 60%;
  text-align-last: center;
}

.seance-image-ctn {
  display: flex;
  justify-content: center;
}
.seance-image-ctn picture {
  width: 90%;
  max-width: 1296px;
  display: flex;
  justify-content: center;
}
.seance-image-ctn picture img {
  max-width: 100%;
}

.warning-content-ctn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 0;
  margin-top: 100px;
  background-color: #FFF1EB;
}
.warning-content-ctn > ul {
  text-align: center;
}
.warning-content-ctn > ul li {
  margin: 10px;
}
.warning-content-ctn > p {
  margin: 50px;
}

.price-list-ctn--page {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}
.price-list-ctn--page > div:nth-child(2) {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  width: 90%;
  max-width: 1296px;
}
@media (max-width: 767px) {
  .price-list-ctn--page > div:nth-child(2) {
    flex-direction: column;
  }
}

.mentions-legales {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  width: 90%;
  max-width: 1296px;
  margin: auto;
}
.mentions-legales p {
  margin: 50px 0;
  text-align-last: center;
}

/*# sourceMappingURL=style.css.map */
