@charset "UTF-8";
* {
  font-family: 'Lora', serif;
  font-size: 1.03em;
}

#text-video-container {
  height: 60%;
}

.navbar {
  opacity: 95%;
}

.navbar-brand {
  display: inline;
  margin-right: 0em;
}

body {
  /* à placer sur les div à pb ? */
  line-height: 2.2em;
  overflow-x: hidden;
}

footer {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.brand-name-text-body {
  font-size: 1.5em;
}

.section-container {
  padding: 25px;
}

#logo-image {
  width: 4%;
  display: inline-block;
}

.hand-writing-style {
  font-family: 'Great Vibes', cursive;
  margin-right: 10px;
}

header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 798px) {
  header {
    height: 125vh;
  }
}

header video {
  position: absolute;
  /*   top: 50%;
  left: 50%; */
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: fill;
     object-fit: fill;
  /*   -ms-transform: scale(0.53) translateX(-91%) translateY(-103%);
  -moz-transform: scale(0.53) translateX(-91%) translateY(-103%);
  -webkit-transform: scale(0.53) translateX(-91%) translateY(-103%);
  transform: scale(0.53) translateX(-91%) translateY(-103%); */
}

header .container {
  position: relative;
  z-index: 2;
}

#container-techniques-image {
  background-image: url("/web/20220323043453im_/http://reflex-o-zen.com/ressource/beach-footsteps.jpg");
  background-position: center;
  background-size: cover;
}

.sepia-filtered {
  -webkit-filter: sepia(60%);
          filter: sepia(60%);
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.1;
  z-index: 1;
}

.sticky {
  position: fixed;
  width: 100%;
  z-index: 4;
  -webkit-transition: top 0.8s;
  transition: top 0.8s;
  visibility: hidden;
}

nav .navbar {
  position: absolute;
  top: -75px;
  z-index: 1;
  width: 100%;
  height: 5em;
  -webkit-transition: top 0.8s;
  transition: top 0.8s;
}

#home-picture {
  width: 20em;
}

@media screen and (max-width: 768px) {
  #home-picture {
    width: 100%;
    margin-bottom: 30px;
  }
}

#waiting-room-picture, #waiting-room-landscape {
  width: 20em;
}

@media screen and (max-width: 768px) {
  #waiting-room-picture, #waiting-room-landscape {
    width: 100%;
  }
}

#graduate-picture {
  width: 100%;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  #graduate-picture {
    margin-bottom: 29px;
  }
}

/* wavy thing */
#presentation-wave-start {
  position: absolute;
  top: 0;
  left: 0;
}

#presentation-wave-end {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 15px;
}

#carouselExampleIndicators {
  margin: auto;
}

.before-end-wave-row {
  margin-bottom: 240px;
}

#presentation-container, #pricing-container, #charte-container, #contact-container, #evenementiel-container, #loader-page {
  /* background: rgb(238,230,214);
  background: linear-gradient(63deg, rgba(238,230,214,1) 42%, rgba(212,204,174,1) 71%); */
  background: #eee6d6;
  background: linear-gradient(254deg, #eee6d6 0%, white 50%, #d4ccae 100%);
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .transparent {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.5);
  }
}

#namaste-image {
  width: 70%;
}

@media screen and (max-width: 6768x) {
  #namaste-image {
    margin-top: 20px;
    width: 100%;
  }
}

.scale-image {
  border-radius: 5%;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.14);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}

.scale-image:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#map iframe {
  width: -webkit-fill-available;
  height: 344px;
}

.social-media-container {
  padding: 14px;
  font-size: 2em;
  width: 11px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 10%;
}

.facebook-container {
  background: #3B5998;
}

.twitter-container {
  background: #55ACEE;
}

.linkedin-container {
  background: #007bb5;
}

.youtube-container {
  background: #bb0000;
}

.instagram-container {
  background: #833ab4;
  background: linear-gradient(254deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  color: white;
}

.fa-twitter {
  color: white;
}

.fa-linkedin {
  color: white;
}

.fa-youtube {
  color: white;
}

.fa-instagram {
  color: white;
}

#techniques-logo {
  width: 5em;
}

#outside-office-image, #sign-image {
  width: 100%;
}

.img-card-techniques {
  height: 470px;
}

#diploma-image {
  width: 80%;
}

@media screen and (max-width: 768px) {
  #diploma-image {
    width: 100%;
    margin-top: 20px;
  }
}

#pricing-container {
  background-image: url("/web/20220323043453im_/http://reflex-o-zen.com/ressource/pricing.jpg");
  background-position: center;
  background-size: cover;
}

.contact-info {
  color: black;
}

#seat-picture {
  width: 90%;
  height: auto;
}

@media screen and (max-width: 768px) {
  #seat-picture {
    width: 100%;
  }
}

#pratice-bed-picture {
  width: 70%;
  height: auto;
}

@media screen and (max-width: 768px) {
  #pratice-bed-picture {
    width: 100%;
  }
}

#section05 a {
  padding-top: 70px;
}

#section05 a span {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -12px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.carousel-item img {
  margin: auto;
  width: 900px;
  height: 500px;
  border-radius: 2%;
}

@media screen and (max-width: 768px) {
  .carousel-item img {
    margin: auto;
    width: 80%;
    height: 70x;
    border-radius: 2%;
  }
}

.nav-link {
  position: relative;
}

.nav-link:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: black;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.nav-link:hover:after {
  width: 100%;
  left: 0;
}

#ehpad-img {
  width: 70%;
  height: auto;
  margin-top: 1.8em;
  margin-bottom: 1.8em;
}

@media screen and (max-width: 768px) {
  #ehpad-img {
    width: 100%;
  }
}

#salon-stand-img, #salon-stand-practice-img, #salon-stand-practice-2-img {
  width: 80%;
  height: auto;
  margin-top: 1.8em;
}

@media screen and (max-width: 798px) {
  #salon-stand-img, #salon-stand-practice-img, #salon-stand-practice-2-img {
    width: 100%;
  }
}

#loader-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: lightblue;
}

#loader-page h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

#yin-yang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40vmin;
  width: 40vmin;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, black), color-stop(0, white));
  background: linear-gradient(black 50%, white 0);
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

#yin-yang:before, #yin-yang:after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  --i: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: solid 6.66667vmin hsl(0, 0%, calc((1 - var(--i))*100%));
  background: hsl(0, 0%, calc(var(--i)*100%));
  border-radius: 50%;
  height: 6.66667vmin;
  -webkit-transform-origin: calc(var(--i)*100%) 50%;
          transform-origin: calc(var(--i)*100%) 50%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-animation: s 1s ease-in-out calc(var(--i)*-1s) infinite alternate;
          animation: s 1s ease-in-out calc(var(--i)*-1s) infinite alternate;
  content: '';
}

#yin-yang:after {
  --i: 1;
}

@-webkit-keyframes s {
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes s {
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.animated-border-quote {
  z-index: 2;
  display: inline-block;
  margin: 1em;
  overflow: hidden;
}

.animated-border-quote blockquote {
  z-index: 2;
  background-color: #EAE6D7;
  border: solid 2px #757575;
  display: inline-block;
  margin: 0;
  padding: 1em;
  position: relative;
}

.animated-border-quote blockquote:before {
  -webkit-animation: clockwise 30s infinite linear;
          animation: clockwise 30s infinite linear;
  background-color: #EAE6D7;
  bottom: 10%;
  content: "";
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 10%;
}

.animated-border-quote blockquote:after {
  -webkit-animation: counter 30s infinite linear;
          animation: counter 30s infinite linear;
  background-color: #EAE6D7;
  bottom: 10%;
  content: "";
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 10%;
}

.animated-border-quote blockquote cite {
  display: block;
  font-style: italic;
  text-align: right;
}

.animated-border-quote blockquote cite:before {
  content: "- ";
}

.animated-border-quote blockquote > * {
  position: relative;
  z-index: 1;
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes counter {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes counter {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.otro-blockquote {
  font-size: 1.1em;
  width: 100%;
  margin: 50px auto;
  font-family: Open Sans;
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #D4CCAE;
  line-height: 1.6;
  position: relative;
  background: #EDEDED;
}

.otro-blockquote::before {
  font-family: Arial;
  content: "\201C";
  color: #D4CCAE;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

.otro-blockquote::after {
  content: '';
}

.otro-blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

#closing-slogan {
  z-index: 2;
  display: inline-block;
}

footer {
  background: white;
  position: relative;
  height: 100%;
  background: linear-gradient(151deg, white 50%, rgba(0, 0, 0, 0.8) 50%);
}

footer .row {
  position: absolute;
  top: 250px;
  left: 15px;
}

#last-quote {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 5%;
  left: 0;
  right: 0;
  text-align: center;
}

#footer-svg {
  /*  position: absolute;
  top: 0;
  left: 0; */
}

#footer-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#social-footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
}

#social-footer-container ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#social-footer-container ul li {
  width: 3em;
}

.event-title {
  position: relative;
  margin-top: 70px;
  cursor: pointer;
}

.event-title:after {
  content: "\f078";
  color: #333;
  top: -2px;
  left: 475px;
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .event-title:after {
    left: 400px;
  }
}

.event-title[aria-expanded="true"]:after {
  content: "\f077";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

#carte-cadeau-img {
  width: 50%;
  min-width: 345px;
  margin-top: 30px;
}

#rgpd-container {
  color: white;
  font-size: 0.7em;
}

#list-social-container {
  margin-right: 0;
  margin-left: auto;
}

#footer-infos-container {
  margin-left: 10px;
}

#rgpd-container {
  margin-right: -3px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #footer-text-container {
    margin-top: 120px;
  }
  #social-footer-container {
    margin-top: 205px;
  }
}

#navbar-button {
  float: right;
}

#home-image-container {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  body {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  h1, h2 {
    position: relative;
  }
  .event-title:after {
    left: 410px;
  }
}
/*# sourceMappingURL=main.css.map */
/*