@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Upright&display=swap");
html {
  scroll-padding-top: 115px;
}

body {
  font-family: "Cormorant Upright", Constantia, serif;
  text-align: center;
  color: #545454;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

main {
  display: block;
}

em {
  font-style: normal;
}

dfn {
  font-style: normal;
}

h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 800px) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1330px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  display: inline-block;
  margin: 0 10%;
  font-size: 26px;
  font-weight: bold;
  color: white;
}
@media screen and (min-width: 800px) {
  h3 {
    font-size: 50px;
  }
}

p, .p {
  font-size: 20px;
  color: #545454;
}
@media screen and (min-width: 800px) {
  p, .p {
    font-size: 24px;
  }
}
@media screen and (min-width: 1330px) {
  p, .p {
    font-size: 30px;
  }
}

.p {
  margin: 0;
}

li {
  list-style: none;
}

a {
  color: #292727;
  text-decoration-color: #f5b46e;
}

address {
  font-style: normal;
}

abbr {
  text-decoration: none;
}

.content {
  margin: 100px 30px;
  text-align: left;
}
@media screen and (min-width: 800px) {
  .content {
    padding: 0 6em;
  }
}

ul {
  margin: 0 30px;
  padding: 0;
  list-style-position: outside;
}
ul li {
  display: list-item;
  list-style: disc;
  color: #737475;
  font-size: 18px;
  text-decoration: underline 2px;
  text-underline-offset: 6px;
  padding: 8px 0;
  cursor: pointer;
  transition: color 0.4s;
  white-space: nowrap;
}
@media screen and (min-width: 800px) {
  ul li {
    font-size: 28px;
  }
}
@media screen and (min-width: 800px) {
  ul li {
    font-size: 20px;
  }
}
@media screen and (min-width: 1330px) {
  ul li {
    font-size: 28px;
  }
}
ul li:hover {
  color: #f5b46e;
}
ul li a {
  transition: all 400ms;
  display: block;
  padding-left: 15px;
  text-decoration: underline 2px;
  text-decoration-color: #f5b46e;
  color: #545454;
  line-height: 1.6em;
  white-space: break-spaces;
}
ul li a:hover {
  text-decoration-color: #545454;
  color: #f5b46e;
}

.header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0px;
  background-color: white;
}
@media screen and (min-width: 800px) {
  .header {
    position: absolute;
    flex-direction: column-reverse;
    background-color: transparent;
    color: white;
  }
}
.header {
  z-index: 2;
  width: 100%;
}
.header .header-heah {
  display: flex;
  flex-direction: column;
  width: 80%;
  font-size: 24px;
  padding: 20px 0 10px 0;
}
@media screen and (max-height: 830px) {
  .header .header-heah {
    font-size: 36px !important;
  }
  .header .header-heah .name {
    font-size: 45px !important;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-height: 635px) {
  .header .header-heah {
    font-size: 32px !important;
  }
  .header .header-heah .name {
    font-size: 40px !important;
  }
}
@media screen and (max-height: 550px) {
  .header .header-heah {
    margin-top: 0;
    font-size: 28px !important;
  }
  .header .header-heah .name {
    font-size: 36px !important;
  }
}
@media screen and (min-width: 1395px) {
  .header .header-heah {
    font-size: 40px;
    transition: padding 600ms;
    padding-top: 10px;
    letter-spacing: 0.1em;
  }
  .header .header-heah strong {
    margin-top: 10px;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 28px;
  }
  .header .header-heah .hide-on-mobile {
    display: inline;
  }
  .header .header-heah .name {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1395px) {
  .header .header-heah {
    font-size: 36px;
  }
  .header .header-heah .name {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 950px) {
  .header .header-heah {
    margin-top: 0;
    font-size: 28px !important;
  }
  .header .header-heah .name {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 800px) {
  .header .header-heah {
    font-size: 24px !important;
  }
  .header .header-heah .name {
    margin-bottom: 0 !important;
    font-size: 24px !important;
  }
}
.header .header-heah .hide-on-mobile {
  display: none;
}
.header .menu-burger {
  display: block;
  position: absolute;
  left: 25px;
  top: 27px;
}
@media screen and (min-width: 800px) {
  .header .menu-burger {
    display: none;
  }
}
.header .menu-burger-icon span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #f5b46e;
  opacity: 0.8;
  margin: 6px 0;
}
.header nav {
  background-color: #f5f5f5;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100%;
  width: 250px;
}
@media screen and (min-width: 800px) {
  .header nav {
    position: initial;
    width: auto;
    height: auto;
    background-color: transparent;
  }
}
.header nav {
  transition: left 0.5s ease;
}
.header nav.active {
  left: 0;
  z-index: 2;
}
.header nav .close-menu {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 50px;
}
@media screen and (min-width: 800px) {
  .header nav .close-menu {
    display: none;
  }
}
.header .close-menu {
  text-decoration: none;
}
.header ul {
  margin: 30px 0;
  padding: 0;
}
@media screen and (max-height: 830px) {
  .header ul {
    margin-bottom: 0;
  }
}
@media screen and (max-height: 550px) {
  .header ul {
    margin-top: 15px !important;
  }
}
@media screen and (min-width: 800px) {
  .header ul {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 950px) {
  .header ul {
    margin-top: 15px !important;
  }
}
.header ul li {
  list-style: none;
  font-size: 18px;
  margin: 50px 0;
  padding: 10px 10px;
}
@media screen and (max-height: 830px) {
  .header ul li {
    font-size: 25px !important;
  }
}
@media screen and (min-width: 1395px) {
  .header ul li {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1395px) {
  .header ul li {
    font-size: 22px !important;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 950px) {
  .header ul li {
    font-size: 18px !important;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.header ul li a {
  transition: all 400ms;
  padding: 0 5px;
}
@media screen and (min-width: 800px) {
  .header ul li a {
    color: white;
    text-decoration-color: white;
  }
}
.header ul li a:hover {
  text-decoration-color: #f5b46e;
  font-weight: bold;
}
.header ul li a.active {
  text-decoration-color: #f5b46e;
  font-weight: bold;
}

.sticky {
  transition: all 600ms;
  position: fixed;
  top: 0;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 0;
  background-color: rgba(255, 254, 254, 0.8);
  color: #545454;
}
.sticky .header-heah {
  padding: 0;
  width: auto;
  display: flex;
  flex-direction: row;
  letter-spacing: 0em;
  font-size: 28px;
}
@media screen and (max-height: 830px) {
  .sticky .header-heah {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 1460px) {
  .sticky .header-heah {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 1145px) {
  .sticky .header-heah {
    font-size: 20px !important;
  }
}
.sticky .header-heah .hide-on-stick, .sticky .header-heah strong {
  display: none;
}
.sticky .header-heah p {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.sticky nav ul {
  flex-wrap: wrap;
  margin: 0;
}
.sticky nav ul li {
  margin: 0;
  font-size: 22px;
}
@media screen and (max-width: 1460px) {
  .sticky nav ul li {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1145px) {
  .sticky nav ul li {
    padding: 0;
  }
}
.sticky nav ul li a {
  color: #545454;
  text-decoration-color: #545454;
}
@media screen and (max-width: 1145px) {
  .sticky nav ul li a {
    padding: 5px;
  }
}

.carousel {
  width: 100%;
  height: 80vh;
  color: white;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  .carousel {
    height: 100vh;
  }
}
@media screen and (max-height: 500px) {
  .carousel {
    height: 115vh;
  }
}
@media screen and (max-height: 390px) {
  .carousel {
    height: 130vh;
  }
}
.carousel .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
}
.carousel .container .carousel-image {
  width: 100vw;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-position: center;
  box-shadow: inset 1px 1px 200px 250px rgba(0, 0, 0, 0.4);
  position: relative;
}
@media screen and (min-width: 800px) {
  .carousel .container .carousel-image {
    box-shadow: inset 1px 1px 400px 450px rgba(0, 0, 0, 0.3);
  }
}
.carousel .container .carousel-image-text {
  position: absolute;
  display: block;
  font-size: 24px;
  text-decoration: none;
  color: white;
  width: auto;
  top: 25%;
}
.carousel .container .carousel-image-text .on-line {
  white-space: pre;
}
@media screen and (max-height: 830px) {
  .carousel .container .carousel-image-text {
    font-size: 30px !important;
  }
}
@media screen and (max-height: 830px) and (max-width: 800px) {
  .carousel .container .carousel-image-text {
    top: 40% !important;
  }
}
@media screen and (max-height: 715px) and (max-width: 800px) {
  .carousel .container .carousel-image-text {
    top: 25% !important;
  }
}
@media screen and (max-height: 635px) and (min-width: 800px) {
  .carousel .container .carousel-image-text {
    font-size: 26px !important;
    top: 45% !important;
  }
}
@media screen and (max-height: 550px) {
  .carousel .container .carousel-image-text {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1395px) {
  .carousel .container .carousel-image-text {
    font-size: 35px;
    padding: 1.5em 10em;
    top: 40%;
  }
}
@media screen and (max-width: 1395px) {
  .carousel .container .carousel-image-text {
    font-size: 30px;
    padding: 1.5em 5em;
    top: 40%;
  }
}
@media screen and (max-width: 950px) {
  .carousel .container .carousel-image-text {
    font-size: 20px !important;
  }
}
.carousel .container .carousel-image-text {
  font-weight: bold;
  letter-spacing: 3px;
  padding: 1.5em;
}
.carousel .container .carousel-image-text::before {
  content: "Découvrir ";
  display: block;
  font-size: 36px;
  margin-bottom: 1.5em;
}
@media screen and (max-height: 830px) {
  .carousel .container .carousel-image-text::before {
    font-size: 36px !important;
    margin-bottom: 0.3em !important;
  }
}
@media screen and (max-height: 635px) {
  .carousel .container .carousel-image-text::before {
    font-size: 32px !important;
    margin-bottom: 0.3em !important;
  }
}
@media screen and (max-height: 550px) {
  .carousel .container .carousel-image-text::before {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 1395px) {
  .carousel .container .carousel-image-text::before {
    font-size: 38px;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 1395px) {
  .carousel .container .carousel-image-text::before {
    font-size: 34px;
    margin-bottom: 0.4em;
  }
}
@media screen and (max-width: 950px) {
  .carousel .container .carousel-image-text::before {
    font-size: 24px !important;
  }
}
.carousel .carousel-indicator-container {
  position: absolute;
  width: 90%;
  height: 5%;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
}
.carousel .carousel-indicator-container .carousel-indicator {
  margin: 0 10px;
  display: inline-block;
  border-radius: 50%;
  padding: 6px;
  border: 3px solid white;
  opacity: 0.5;
  position: relative;
  transition: all 200ms;
}
@media screen and (max-height: 830px) {
  .carousel .carousel-indicator-container .carousel-indicator {
    border: 2px solid white;
    margin: 0 6px;
  }
}
@media screen and (max-height: 550px) {
  .carousel .carousel-indicator-container .carousel-indicator {
    border: 1px solid white;
    margin: 0 5px;
    opacity: 0.7;
  }
}
.carousel .carousel-indicator-container .carousel-indicator:hover {
  border-color: #f5b46e;
  opacity: 1;
  cursor: pointer;
}
.carousel .carousel-indicator-container .carousel-indicator::before {
  content: "";
  border: 3px solid white;
  border-radius: 50%;
  position: absolute;
  top: 25%;
  left: 25%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: white;
  display: inline-block;
}
.carousel .carousel-indicator-container .carousel-indicator.active::before {
  transform: scale(1);
}
.carousel address {
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-height: 830px) {
  .carousel address {
    bottom: 110px;
  }
}
.carousel address a {
  border: 2px solid white;
  border-radius: 60px;
  padding: 10px 20px;
  text-decoration: none;
  color: white;
  line-height: 0;
  transition: all 200ms;
  font-size: 32px;
  font-family: "serif";
}
@media screen and (max-height: 830px) {
  .carousel address a {
    font-size: 26px;
  }
}
@media screen and (max-height: 550px) {
  .carousel address a {
    font-size: 18px;
  }
}
.carousel address a:hover {
  color: #f5b46e;
  border-color: #f5b46e;
  cursor: pointer;
}

.arrow {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 45%;
  margin: -20px 0 0 -20px;
  border-left: none;
  border-top: none;
  border-right: 6px #fff solid;
  border-bottom: 6px #fff solid;
  opacity: 0.6;
  transition: all 0.3s;
}
@media screen and (min-width: 800px) {
  .arrow {
    top: 50%;
  }
}
.arrow:hover {
  border-color: #f5b46e;
  cursor: pointer;
  width: 35px;
  height: 35px;
}

.arrow-left {
  -webkit-transform: rotate(135deg);
  left: 10%;
}

.arrow-right {
  -webkit-transform: rotate(-45deg);
  right: 5%;
}

.h2-deroulement-seance {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
  background-image: url("../images/seance.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  word-wrap: break-word;
  box-shadow: inset 1px 1px 500px 600px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 800px) {
  .h2-deroulement-seance {
    height: 100vh;
  }
}
.h2-deroulement-seance h2 {
  display: inline-block;
  color: #dedede;
  text-align: center;
  margin: 0;
  letter-spacing: 0.15em;
  width: 80%;
}
@media screen and (min-width: 800px) {
  .h2-deroulement-seance h2 {
    font-size: 45px;
  }
}

@media screen and (min-width: 800px) {
  .seance-container .p-container {
    text-align: center;
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
  }
  .seance-container .p-container p {
    width: 30%;
  }
  .seance-container .technique-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .seance-container .technique-container p {
    width: 100%;
    margin-bottom: 0;
  }
  .seance-container .technique-container ul {
    margin-top: 40px;
    text-align: center;
  }
  .seance-container .technique-container ul li {
    list-style: none;
  }
}
.seance-container .strong {
  text-align: center;
  line-height: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
}
.seance-container .strong p {
  margin: 0;
  width: 90%;
}
@media screen and (min-width: 800px) {
  .seance-container .strong p {
    width: 50%;
  }
}
.seance-container .strong .duree {
  display: inline-block;
  margin-top: 20px;
  border: 1px solid #f5b46e;
  border-radius: 15px;
  padding: 15px 20px;
  font-size: 1.1em;
}

@media screen and (min-width: 800px) {
  .etc, .etc h2 {
    text-align: center;
  }
  .etc .p-container {
    display: flex;
    justify-content: space-around;
  }
  .etc .p-container p {
    width: 40%;
    line-height: 1.6em;
  }
  .etc .p-titre-list {
    margin-bottom: 40px;
  }
  .etc .list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
  }
  .etc ul {
    text-align: center;
  }
  .etc ul li {
    list-style: none;
  }
  .etc dfn {
    color: black;
    font-weight: 600;
  }
  .etc p em {
    font-weight: bold;
  }
}

@media screen and (min-width: 800px) {
  .background-presta {
    height: 100vh;
    background: url("../images/prestation.jpg") fixed no-repeat center;
    background-size: cover;
  }
}

.header-prestation {
  height: 30vh;
  background-color: rgba(252, 237, 210, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 800px) {
  .header-prestation {
    height: 50vh;
  }
}
.header-prestation h2 {
  margin: 0;
  display: inline-block;
}
@media screen and (min-width: 800px) {
  .header-prestation h2 {
    font-size: 40px;
  }
}

.acu-moxi-container header {
  background: url("../images/points-energie.jpg") fixed no-repeat center;
  background-size: cover;
  box-shadow: inset 1px 1px 400px 450px rgba(0, 0, 0, 0.3);
  height: 50vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.acu-moxi-container header h3 {
  margin: 0 10%;
}
@media screen and (min-width: 800px) {
  .acu-moxi-container header {
    height: 100vh;
  }
}
@media screen and (min-width: 800px) {
  .acu-moxi-container .content {
    text-align: center;
  }
}

.osteo-container header {
  background: url("../images/medecine-manuelle.jpg") fixed no-repeat center;
  background-size: cover;
  height: 50vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 800px) {
  .osteo-container header {
    height: 100vh;
  }
}
.osteo-container .content {
  margin: 15vh 40px;
}
@media screen and (min-width: 800px) {
  .osteo-container .content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .osteo-container .content p {
    width: 50%;
  }
}

.tuina-container header {
  background: url("../images/tuina.jpg") fixed no-repeat center;
  background-size: cover;
  height: 50vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 800px) {
  .tuina-container header {
    height: 100vh;
  }
}
@media screen and (min-width: 800px) {
  .tuina-container .content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .tuina-container .content p {
    width: 50%;
  }
}

.diet-container header {
  background: url("../images/dietetique.jpg") fixed no-repeat center;
  background-size: cover;
  height: 50vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 1px 1px 500px 500px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 800px) {
  .diet-container header {
    height: 100vh;
  }
}
@media screen and (min-width: 800px) {
  .diet-container .content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .diet-container .content p {
    width: 65%;
  }
}

.tarif-container {
  background-color: rgba(252, 237, 210, 0.5);
  padding: 50px 0;
}
.tarif-container .strong {
  text-align: center;
}
.tarif-container .strong strong {
  text-align: center;
  font-size: 1.1em;
  border: 1px solid #f5b46e;
  border-radius: 15px;
  padding: 15px 20px;
  display: inline-block;
}
.tarif-container .strong {
  display: block;
  margin-bottom: 40px;
}
.tarif-container abbr {
  text-decoration: none;
}
.tarif-container .content {
  margin-top: 40px;
}
@media screen and (min-width: 800px) {
  .tarif-container .content .mention-legal p {
    font-size: 26px;
  }
}
.tarif-container .content .mention-legal p {
  font-size: 20px;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 800px) {
  .tarif-container .content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 30px 0;
  }
  .tarif-container .content p {
    line-height: 1.6em;
    width: 50%;
  }
}
.tarif-container p strong {
  font-size: 20px;
}
@media screen and (min-width: 800px) {
  .tarif-container p strong {
    font-size: 37px;
  }
}

.qui-container {
  padding: 50px 0;
}
.qui-container .content {
  margin-top: 0;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1400px) {
  .qui-container .content {
    padding: 0 6em;
  }
}
@media screen and (min-width: 800px) {
  .qui-container .content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 3em;
  }
}
.qui-container .content img {
  width: 50%;
  max-width: 400px;
  margin-right: 20px;
}
.qui-container .content .qui {
  width: auto;
}
@media screen and (min-width: 800px) {
  .qui-container .content .qui {
    width: 50%;
  }
}
.qui-container .content .qui p {
  line-height: 1.6em;
}

footer {
  background-color: rgba(252, 237, 210, 0.5);
}
footer address {
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.5em;
}
@media screen and (min-width: 800px) {
  footer address {
    font-size: 30px;
    line-height: 1.7em;
  }
}
footer iframe {
  border: 1px solid #f5b46e;
  margin-bottom: 20px;
}
footer p {
  margin: 0 10%;
}
footer .btn {
  display: inline-block;
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 22px;
  padding: 10px 20px;
  color: white;
  background-color: #f5b46e;
  border-radius: 10px;
}

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