@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fahkwang:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: "Fahkwang", sans-serif;
}

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

h1,
h2 {
  font-weight: 600;
  text-transform: uppercase;
}

h1 {
  color: #6d8782;
  font-size: 53px;
  font-weight: 600;
  text-transform: uppercase;
}

h2 {
  font-size: 41px;
  color: #d08462;
}

.container {
  width: 90%;
  margin: 0 auto;
  overflow-x: hidden;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  font-size: 18px;
  background: #fff;
  display: flex;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  opacity: 0.3;
  background: #ffffff;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  color: #fff;
  opacity: 1;
}

.scroll-up {
  height: 65px;
  width: 60px;
  position: fixed;
  right: 30px;
  bottom: -15px;
  z-index: 250;
}
.scroll-up img {
  width: 100%;
  height: 100%;
}

header {
  width: 100%;
  height: 700px;
  color: #ffffff;
  display: flex;
  z-index: 1;
  position: relative;
}
header .nav-lines {
  width: 18.5%;
  position: absolute;
  z-index: 2;
  top: 175px;
  left: 0px;
  height: 50%;
}
header .nav-lines ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  align-items: center;
}
header .nav-lines ul li {
  height: 70px;
  width: 3px;
  background-color: #ffffff;
}
header .header-bottom-side {
  height: 30%;
  width: 50%;
  position: absolute;
  top: 80%;
  left: 53px;
  display: flex;
  z-index: 2;
}
header .header-bottom-side .scroll-down {
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
header .header-bottom-side .scroll-down .scroll-down-btn {
  height: 111px;
  width: 21px;
  line-height: 21px;
  writing-mode: vertical-lr;
  text-transform: uppercase;
  font-size: 11px;
  color: #ffffff;
  background-color: #6d8782;
  border-radius: 50px;
  text-align: center;
  transform: rotate(180deg);
}
header .header-bottom-side .scroll-down .scroll-down-btn:hover {
  border: 1px #fff solid;
  font-size: 9;
}
header .header-bottom-side .scroll-down .tiret {
  background-color: #ffffff;
  width: 1.5px;
  height: 35px;
}
header .header-bottom-side .more {
  width: 40%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 30px;
}
header .header-bottom-side .more:hover .line {
  transform: rotate(180deg);
  height: 0.8px;
  width: 160px;
  top: 44px;
  left: 40px;
}
header .header-bottom-side .more .line {
  width: 30px;
  height: 1.5px;
  background-color: #ffffff;
  line-height: 80px;
  z-index: 2;
  left: 15px;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
header .header-bottom-side .more .elipse {
  position: absolute;
  left: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #6d8782;
  border: #ffffff 1px solid;
}
header .header-bottom-side .more .more-text {
  text-transform: uppercase;
  font-size: 22px;
  position: absolute;
  left: 74px;
}

.header-slider {
  height: 100%;
  width: 100%;
  display: flex;
}

#header-image {
  width: 50%;
  height: 100%;
  background-image: url(../images/slider-image.png);
  background-size: 100% 100%;
  background-position: top right;
  background-repeat: no-repeat;
}

.contact-menu {
  display: flex;
  position: absolute;
  left: 0px;
  top: -700px;
  z-index: 3;
  width: 100%;
  height: 700px;
  color: #ffffff;
  background-color: #6d8782;
  padding: 0 50px;
  align-items: center;
  transition: top 0.5s ease-in-out;
}
.contact-menu .contact-menu-content {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  height: 50%;
  margin-top: 60px;
}
.contact-menu .contact-menu-content .newsletter {
  width: 45%;
  height: 70%;
  padding: 0 60px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-menu .contact-menu-content .newsletter h1 {
  font-size: 46px;
  font-weight: 700;
  color: #eac6b8;
}
.contact-menu .contact-menu-content .newsletter .newsletter-description {
  text-align: left;
  font-size: 14px;
  width: 90%;
  color: #ffffff;
}
.contact-menu .contact-menu-content .newsletter .btn-newletter {
  background-color: #a4bfba;
  height: 59px;
  width: 100%;
  border: none;
  cursor: pointer;
  margin: 30px 0 10px 0;
  text-align: left;
  color: #ffffff;
  padding-left: 30px;
}
.contact-menu .contact-menu-content .newsletter .envoyer {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 30px;
  align-items: center;
}
.contact-menu .contact-menu-content .newsletter .envoyer:hover .tiret {
  transform: rotate(180deg);
  height: 0.8px;
  width: 110px;
  top: 29px;
  left: 355px;
}
.contact-menu .contact-menu-content .newsletter .envoyer .tiret {
  height: 1px;
  width: 30px;
  background-color: #ffffff;
  position: absolute;
  right: 108px;
  transition: all 0.5s ease-in-out;
}
.contact-menu .contact-menu-content .newsletter .envoyer .elipse {
  margin-right: 10px;
  height: 30px;
  width: 30px;
  border: 1px solid #ffffff;
  border-radius: 50px;
}
.contact-menu .contact-menu-content .newsletter .envoyer a {
  text-transform: uppercase;
}
.contact-menu .right-side {
  width: 55%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 80%;
}
.contact-menu .right-side .verticale-line {
  width: 1.5px;
  height: 38%;
  background-color: #ffffff;
}
.contact-menu .right-side .navigation {
  height: 100%;
  width: 30%;
  display: flex;
  justify-content: flex-start;
  padding-left: 40px;
}
.contact-menu .right-side .navigation ul {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  padding-top: 17px;
}
.contact-menu .right-side .navigation li {
  text-transform: capitalize;
  font-size: 17px;
  margin-bottom: 18px;
}
.contact-menu .right-side .contact {
  text-align: left;
  font-family: "Montserrat", "sans serif";
  font-size: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 50px;
  width: 43%;
}
.contact-menu .right-side .contact h2 {
  font-family: "Fahkwang", sans-serif;
  color: #ffffff;
  font-size: 35px;
  text-transform: uppercase;
}

#header-content {
  width: 50%;
  height: 100%;
  background-color: #a4bfba;
}
#header-content .header-top-side {
  height: 68%;
  width: 50%;
  position: absolute;
  top: 150px;
  left: 190px;
  display: flex;
  justify-content: start;
}
#header-content .header-top-side .header-title {
  font-size: 90px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 95px;
  padding: 8px;
  animation: slideInLeft;
  animation-duration: 1s;
}

#navigation {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 25px 0 25px 0;
}
#navigation #logo {
  background-image: url(../images/My-Shala-Logo.png);
  background-repeat: no-repeat;
  height: 86px;
  width: 25%;
}
#navigation nav {
  width: 50%;
  margin-left: 5%;
}
#navigation nav ul {
  display: flex;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  justify-content: space-evenly;
}
#navigation nav ul li {
  padding-right: 24px;
}
#navigation nav ul li::after {
  content: "";
  height: 1.5px;
  width: 0%;
  background-color: #ffffff;
  transition: 500ms ease-in-out;
  display: block;
}
#navigation nav ul li:hover::after {
  width: 100%;
}
#navigation .media {
  width: 9%;
  display: flex;
  justify-content: space-between;
  margin-left: 170px;
}
#navigation .media a img {
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  opacity: 0.8;
}
#navigation .media a img:hover {
  opacity: 1;
}
#navigation .hamburger {
  width: 25px;
  cursor: pointer;
  position: relative;
  height: 25px;
  opacity: 0.6s;
  margin-left: 20px;
}
#navigation .hamburger img {
  display: block;
  height: 22px;
  width: 25px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
#navigation .hamburger .open {
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
#navigation .hamburger .close {
  display: none;
}
#navigation .hamburger .close:hover,
#navigation .hamburger .open:hover {
  opacity: 1;
}

.services-container {
  overflow-y: hidden;
  padding-top: 50px;
  height: 1000px;
  width: 100%;
  background-color: #f4f6f6;
  position: relative;
}
.services-container .swiper-pagination-services {
  display: none;
  position: absolute;
}
.services-container h1,
.services-container p,
.services-container h2 {
  text-align: center;
}
.services-container h1 {
  padding-bottom: 15px;
}
.services-container .container > p {
  padding-bottom: 65px;
  color: #d6d6d6;
  width: 85%;
  margin: 0 auto;
  font-size: 21px;
}

.services,
.appointements {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  height: 544px;
}

.service {
  width: 348px;
  background-color: #ffffff;
  height: 514px;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: grab;
}

.service img {
  width: 80%;
  height: 247px;
  margin: 30px auto 20px;
}

.service .appointement {
  width: 35%;
  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 52%;
  left: 53%;
}

.service .appointement .appointement-date,
.appointement-time {
  height: 23px;
  text-transform: uppercase;
  line-height: 23px;
  text-align: center;
}

.service .appointement .appointement-date {
  background-color: #d08462;
  width: 89px;
}

.service .appointement .appointement-time {
  background-color: #eac6b8;
  width: 26px;
}

.service h4 {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #6d8782;
}

.service .service-description {
  font-size: 11px;
  text-align: center;
  color: #a0a0a0;
  width: 65%;
  margin: 10px auto;
}

.service .btn-book {
  opacity: 1;
  outline: 0;
  border: none;
  line-height: 58px;
  width: 80%;
  margin: 20px auto 60px;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: relative;
  display: inline-block;
  opacity: 1;
  outline: 0;
}
.service .btn-book:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.service .btn-book:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
.service .btn-book:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #ffffff;
  display: block;
  transition: 0.7s;
  position: absolute;
  background: #a86040;
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
}
.service .btn-book:before {
  top: 0;
  left: 0;
  opacity: 1;
  color: #ffffff;
  display: block;
  padding: 0 30px;
  line-height: 58px;
  transition: 0.7s;
  position: relative;
  background: #d08462;
  content: attr(data-front);
  transform: translateY(0) rotateX(0);
}

.nav-left,
.nav-right,
.nav-left-appointement,
.nav-right-appointement,
.nav-right-massage,
.nav-left-massage,
.nav-right-avis,
.nav-left-avis {
  cursor: pointer;
  position: absolute;
  z-index: 5;
}
.nav-left img,
.nav-right img,
.nav-left-appointement img,
.nav-right-appointement img,
.nav-right-massage img,
.nav-left-massage img,
.nav-right-avis img,
.nav-left-avis img {
  width: 80%;
}

.nav-left {
  top: 500px;
  left: 42px;
}

.nav-right {
  top: 500px;
  right: 28px;
  opacity: 0.3;
}

/*Start Appointment style*/
.appointement-container {
  overflow-x: hidden;
  height: 832px;
  background-color: #ffffff;
  padding-top: 100px;
  position: relative;
}
.appointement-container .swiper-pagination-appointement {
  display: none;
  position: absolute;
}
.appointement-container h1 {
  font-size: 41px;
  padding: 15px;
  text-align: center;
}
.appointement-container .service {
  background-color: #f4f6f6;
}
.appointement-container .appointement .appointement-date {
  background-color: #3b504c;
  width: 89px;
}
.appointement-container .appointement .appointement-time {
  background-color: #6d8782;
  width: 26px;
}
.appointement-container .btn-book:after {
  background: #406962;
}
.appointement-container .btn-book:before {
  background: #6d8782;
}
.appointement-container .nav-left-appointement {
  top: 380px;
  left: 42px;
}
.appointement-container .nav-right-appointement {
  top: 380px;
  right: 28px;
  opacity: 0.3;
}

/*End Appointment style*/
/*Start massage-description*/
.massage-description {
  height: 500px;
  background-color: #a4bfba;
  position: relative;
}
.massage-description .massage-description-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 500px;
  align-items: center;
  color: #f4f6f6;
}
.massage-description .massage-description-content .massage-video {
  padding: 20px;
  width: 47%;
}
.massage-description .massage-description-content .massage-video img {
  width: 100%;
}
.massage-description .massage-description-content .massage-video-description {
  width: 50%;
}
.massage-description .massage-description-content .massage-video-description h3 {
  font-size: 64px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.massage-description .massage-description-content .massage-video-description p {
  font-size: 15px;
  text-align: left;
}
.massage-description .massage-background {
  font-size: 193px;
  line-height: 216px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
  opacity: 3%;
  width: 100%;
  top: 50px;
  position: absolute;
  left: 0px;
  width: 100%;
}
.massage-description .massage-background .first {
  text-align: left;
}
.massage-description .massage-background .second {
  text-align: right;
  padding-left: 380px;
}

/*End massage-description*/
/*Start nos-massage style*/
.nos-massage {
  overflow-x: hidden;
  position: relative;
  height: 812px;
  width: 100%;
  background-color: #a4bfba;
}
.nos-massage .swiper-pagination-massage {
  display: none;
  position: absolute;
}
.nos-massage h1,
.nos-massage p {
  text-align: center;
  color: #ffffff;
}
.nos-massage .container > p {
  width: 85%;
  margin: 0 auto;
  font-size: 21px;
}
.nos-massage .service {
  background-color: #6d8782;
}
.nos-massage .service h4 {
  color: #f4f6f6;
}
.nos-massage .service .service-description {
  color: #ffffff;
}
.nos-massage .service .btn-book {
  background-color: #6d8782;
}
.nos-massage .service .btn-book:after {
  background: #a86040;
}
.nos-massage .service .btn-book:before {
  background: #d08462;
}
.nos-massage .nav-left-massage {
  top: 380px;
  left: 38px;
}
.nos-massage .nav-right-massage {
  top: 380px;
  right: 24px;
  opacity: 0.3;
}

/*End nos-massage style*/
/*Start nos-massage style*/
.nos-therapeutes {
  overflow: hidden;
  height: 860px;
  width: 100%;
  background-color: #f4f6f6;
  padding: 80px 0;
}
.nos-therapeutes .nos-theapeutes-header h1 {
  text-align: center;
}
.nos-therapeutes .nos-theapeutes-header .therapeutes-description {
  color: #d6d6d6;
  width: 76%;
  text-align: center;
  margin: 20px auto;
  font-size: 21px;
}
.nos-therapeutes .therapeutes-body {
  margin: 30px 0 40px 0;
  width: 100%;
  height: 414px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nos-therapeutes .therapeutes-body .therapeute-section {
  width: 710px;
  height: 100%;
  cursor: grab;
}
.nos-therapeutes .therapeutes-body .therapeute-section .one-therapeute {
  background-color: #ffffff;
  height: 410px;
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: space-between;
}
.nos-therapeutes .therapeutes-body .therapeute-section .one-therapeute .one-therapeute-image {
  width: 35%;
}
.nos-therapeutes .therapeutes-body .therapeute-section .one-therapeute .one-therapeute-image img {
  height: 100%;
  width: 100%;
}
.nos-therapeutes .therapeutes-body .therapeute-section .one-therapeute .one-therapeute-desc {
  height: 100%;
  width: 58%;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.nos-therapeutes .therapeutes-body .therapeute-section .one-therapeute .one-therapeute-desc .one-therapeute-desc-header h1 {
  font-size: 21px;
  font-weight: 600;
}
.nos-therapeutes .therapeutes-body .therapeute-section .one-therapeute .one-therapeute-desc .one-therapeute-desc-header p {
  font-size: 9px;
  background-color: #a4bfba;
  color: #ffffff;
  width: 175px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
}
.nos-therapeutes .therapeutes-body .therapeute-section .one-therapeute .one-therapeute-desc .one-therapeute-desc-body {
  color: #d6d6d6;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  line-height: 19px;
  padding: 15px 10px 15px 0;
}
.nos-therapeutes .therapeute-navigation {
  margin-top: 10px;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nos-therapeutes .therapeute-navigation button {
  width: 274px;
  height: 58px;
  background-color: #d08462;
  color: #ffffff;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  opacity: 1;
  outline: 0;
}
.nos-therapeutes .therapeute-navigation button:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.nos-therapeutes .therapeute-navigation button:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
.nos-therapeutes .therapeute-navigation button:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #ffffff;
  display: block;
  transition: 0.7s;
  position: absolute;
  line-height: 58px;
  background: #a86040;
  content: "Découvrez-en plus";
  transform: translateY(-50%) rotateX(90deg);
}
.nos-therapeutes .therapeute-navigation button:before {
  top: 0;
  left: 0;
  opacity: 1;
  color: #ffffff;
  display: block;
  padding: 0 30px;
  line-height: 58px;
  transition: 0.7s;
  position: relative;
  background: #d08462;
  content: "Découvrez-en plus";
  transform: translateY(0) rotateX(0);
}
.nos-therapeutes .therapeute-navigation .navigation {
  width: 88%;
}
.nos-therapeutes .therapeute-navigation .navigation .navigation-content {
  margin: 0 auto;
  justify-content: space-evenly;
  display: flex;
  align-items: center;
  width: 60%;
}
.nos-therapeutes .therapeute-navigation .navigation .navigation-content .nav-left-therapeute,
.nos-therapeutes .therapeute-navigation .navigation .navigation-content .nav-right-therapeute {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nos-therapeutes .therapeute-navigation .navigation .navigation-content .nav-left-therapeute img,
.nos-therapeutes .therapeute-navigation .navigation .navigation-content .nav-right-therapeute img {
  width: 80%;
}
.nos-therapeutes .therapeute-navigation .navigation .navigation-content ul {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
}
.nos-therapeutes .therapeute-navigation .navigation .navigation-content ul li {
  height: 2px;
  width: 40px;
  background-color: #3b504c;
  cursor: pointer;
}
.nos-therapeutes .therapeute-navigation .navigation .navigation-content .nav-right-therapeute {
  opacity: 0.3;
}

/*End nos-massage style*/
/*Start avis style*/
.avis {
  overflow-x: hidden;
  height: 970px;
  background-color: #a4bfba;
  padding: 100px 60px;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.avis .swiper-pagination-avis {
  position: absolute;
  bottom: 150px;
}
.avis h1 {
  color: #f4f6f6;
  font-size: 53px;
  font-weight: 600;
  margin-bottom: 20px;
}
.avis p {
  font-family: "Montserrat", "sans serif";
  width: 85%;
  margin: 0 auto;
  font-size: 21px;
  margin-bottom: 60px;
}
.avis .avis-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: "Montserrat", "sans serif";
}
.avis .avis-container .single-avis {
  background-color: #6d8782;
  width: 314px;
  height: 464px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 25px 25px;
  transition: all 0.3s ease-in-out;
  cursor: grab;
}
.avis .avis-container .single-avis img {
  width: 175px;
  height: 175px;
}
.avis .avis-container .single-avis .name {
  font-size: 17px;
}
.avis .avis-container .single-avis .ville,
.avis .avis-container .single-avis .avis-description {
  font-size: 11px;
  font-weight: 300;
  padding-bottom: 0;
  margin-bottom: 0;
}
.avis .avis-container .single-avis:hover .rate {
  background-image: url("../images/stars-primary.svg");
}
.avis .avis-container .single-avis:hover {
  background-color: #c47957;
}
.avis .avis-container .rate {
  display: flex;
  justify-content: center;
  background-image: url("../images/stars-secondary.svg");
  height: 18px;
  width: 105px;
  background-repeat: no-repeat;
}
.avis .nav-left-avis {
  top: 450px;
  left: 38px;
}
.avis .nav-right-avis {
  top: 450px;
  right: 38px;
  opacity: 0.3;
}

/*End avis style*/
/*Start valeurs style*/
.valeurs {
  overflow: hidden;
  height: 802px;
  background-color: #f4f6f6;
}
.valeurs .valeurs-content {
  padding: 9% 6%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  width: 100%;
}
.valeurs .valeurs-content .logo {
  width: 237px;
  height: 455px;
  background-image: url(../images/valeurs-symbole.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.valeurs .valeurs-content .valeurs-description {
  width: 60%;
}
.valeurs .valeurs-content .valeurs-description h1 {
  margin-bottom: 20px;
}
.valeurs .valeurs-content .valeurs-description div {
  width: 650px;
  color: #d6d6d6;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  line-height: 25px;
}

/*End valeurs style*/
/*Start valeurs style*/
.contact-us {
  padding: 300px 50px;
  position: relative;
  height: 942px;
  background-color: #d08462;
}
.contact-us .founder-word {
  height: 326px;
  width: 982px;
  background-color: #ffffff;
  border-radius: 35px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
}
.contact-us .founder-word .up-semicolon,
.contact-us .founder-word .down-semicolon {
  position: absolute;
}
.contact-us .founder-word .up-semicolon img,
.contact-us .founder-word .down-semicolon img {
  width: 160px;
  height: 160px;
}
.contact-us .founder-word .up-semicolon {
  top: 0px;
  left: -25px;
}
.contact-us .founder-word .down-semicolon {
  bottom: 0px;
  right: -25px;
}
.contact-us .founder-word .picture {
  width: 30%;
  height: 100%;
}
.contact-us .founder-word .picture img {
  width: 100%;
  height: 100%;
}
.contact-us .founder-word .word-content {
  color: #6d8782;
  width: 65%;
  height: 100%;
  padding: 30px 90px 20px 0px;
}
.contact-us .founder-word .word-content .word-content-herder {
  margin-bottom: 15px;
}
.contact-us .founder-word .word-content .word-content-herder h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600px;
}
.contact-us .founder-word .word-content .word-content-herder p {
  font-size: 9px;
  width: 175px;
  height: 21px;
  color: #f8f8f8;
  background-color: #d08462;
  text-align: center;
  line-height: 21px;
  text-transform: uppercase;
}
.contact-us .founder-word .word-content .word-content-description {
  font-size: 19px;
  font-weight: 300;
  line-height: 21px;
  text-align: justify;
}
.contact-us h1 {
  color: #ffffff;
  text-align: center;
  width: 100%;
  font-size: 45px;
}
.contact-us .massage-description-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 500px;
  align-items: center;
  color: #f4f6f6;
}
.contact-us .massage-description-content .massage-video {
  padding: 20px;
  width: 47%;
}
.contact-us .massage-description-content .massage-video img {
  width: 100%;
}
.contact-us .massage-description-content .massage-video-description {
  width: 50%;
}
.contact-us .massage-description-content .massage-video-description h3 {
  font-size: 64px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.contact-us .massage-description-content .massage-video-description p {
  font-size: 15px;
  text-align: left;
}
.contact-us .massage-description-content {
  height: 100%;
  margin-top: 30px;
}
.contact-us .massage-background {
  font-size: 193px;
  line-height: 216px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  opacity: 0.07;
  position: absolute;
  top: 200px;
  left: -30px;
}
.contact-us .massage-background p:last-child {
  position: relative;
  left: 530px;
  width: 100%;
}
.contact-us .massage-video {
  width: 48%;
  padding: 0;
}
.contact-us .contact-us-form {
  height: 360px;
  width: 50%;
  z-index: 100;
}
.contact-us input,
.contact-us textarea {
  width: 100%;
  height: 44px;
  background-color: #c47957;
  border: none;
  opacity: 1;
  padding-left: 30px;
  margin-bottom: 8px;
}
.contact-us input::placeholder,
.contact-us textarea::placeholder {
  color: #f4f6f6;
  font-family: "Montserrat", sans-serif;
}
.contact-us textarea {
  height: 200px;
  margin-bottom: 4px;
  padding-top: 20px;
}
.contact-us button {
  width: 100%;
  height: 38px;
  background-color: #6d8782;
  color: #ffffff;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

/*End valeurs style*/
/*Start footer style*/
footer {
  background-color: #f8f8f8;
  display: flex;
  padding: 50px;
  justify-content: space-between;
  align-items: center;
  color: #6d8782;
  height: 482px;
}
footer .right-side {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80%;
}
footer .right-side .verticale-line {
  width: 2px;
  height: 38%;
  background-color: #a4bfba;
}
footer .right-side .navigation {
  height: 100%;
  padding-top: 15px;
  width: 28%;
}
footer .right-side .navigation ul {
  display: flex;
  flex-direction: column;
  height: 40%;
  justify-content: space-between;
}
footer .right-side .navigation li {
  text-transform: capitalize;
  font-size: 17px;
}
footer .right-side .navigation #logo {
  background-image: url(../images/My-shala-logo-green.png);
  height: 73px;
  width: 153px;
  margin-top: 20px;
}
footer .right-side .contact {
  text-align: left;
  font-family: "Montserrat", "sans serif";
  font-size: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 50px;
  width: 43%;
}
footer .right-side .contact h2 {
  font-family: "Fahkwang", sans-serif;
  color: #6d8782;
  font-size: 35px;
  text-transform: uppercase;
}
footer .newsletter {
  width: 50%;
  height: 80%;
  padding: 0 60px 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
footer .newsletter h1 {
  font-size: 51px;
  font-weight: 700;
}
footer .newsletter .newsletter-description {
  text-align: left;
  font-size: 15px;
  color: #d6d6d6;
}
footer .newsletter .btn-newletter {
  background-color: #a4bfba;
  height: 59px;
  width: 100%;
  border: none;
  cursor: pointer;
  margin: 30px 0;
  text-align: left;
  color: #ffffff;
  padding-left: 30px;
}
footer .newsletter .newsletter-bottom-side {
  display: flex;
  justify-content: space-between;
}
footer .newsletter .newsletter-bottom-side .left-side {
  width: 45%;
}
footer .newsletter .newsletter-bottom-side .left-side .insta {
  text-align: left;
  color: #3b504c;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 500;
}
footer .newsletter .newsletter-bottom-side .left-side .media {
  display: flex;
  width: 50%;
  justify-content: space-between;
}
footer .newsletter .newsletter-bottom-side .left-side .media a {
  opacity: 0.8;
}
footer .newsletter .newsletter-bottom-side .left-side .media a:hover {
  opacity: 1;
}
footer .newsletter .newsletter-bottom-side .right-side {
  width: 45%;
  height: 40px;
}
footer .newsletter .newsletter-bottom-side .right-side .more {
  width: 40%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 30px;
}
footer .newsletter .newsletter-bottom-side .right-side .more:hover .line {
  transform: rotate(180deg);
  height: 0.8px;
  width: 145px;
  top: 34px;
  left: 42px;
}
footer .newsletter .newsletter-bottom-side .right-side .more .line {
  width: 30px;
  height: 1.5px;
  background-color: #6d8782;
  line-height: 80px;
  z-index: 2;
  left: 15px;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
footer .newsletter .newsletter-bottom-side .right-side .more .elipse {
  position: absolute;
  left: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: #6d8782 1px solid;
}
footer .newsletter .newsletter-bottom-side .right-side .more .more-text {
  text-transform: uppercase;
  font-size: 22px;
  position: absolute;
  left: 74px;
}

/*End footer style*/
/*Start media queries*/
@media screen and (max-width: 480px) {
  .service {
    width: 240px;
  }

  .contact-menu {
    top: -896px;
    height: 896px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact-menu .contact-menu-content {
    flex-direction: column;
    height: 100%;
    margin-top: 300px;
    justify-content: flex-start;
  }
  .contact-menu .contact-menu-content .right-side {
    width: 100%;
    height: 48%;
    padding-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
  }
  .contact-menu .contact-menu-content .right-side .verticale-line {
    display: none;
  }
  .contact-menu .contact-menu-content .right-side .navigation {
    width: 100%;
    padding-left: 0px;
    height: 30%;
  }
  .contact-menu .contact-menu-content .right-side .navigation li {
    margin-bottom: 8px;
  }
  .contact-menu .contact-menu-content .right-side .contact {
    height: 300px;
    width: 100%;
    justify-content: space-between;
  }
  .contact-menu .contact-menu-content .right-side .contact h2 {
    margin-top: 25px;
    font-size: 38px;
  }
  .contact-menu .contact-menu-content .newsletter {
    width: 100%;
    height: 30%;
    padding-right: 0;
  }
  .contact-menu .contact-menu-content .newsletter h1 {
    font-size: 37px;
  }
  .contact-menu .contact-menu-content .newsletter .newsletter-description {
    text-align: left;
    font-size: 14px;
    width: 100%;
    color: #ffffff;
  }
  .contact-menu .contact-menu-content .newsletter .btn-newletter {
    height: 5p0x;
    width: 100%;
  }

  header {
    height: 896px;
  }
  header .nav-lines {
    width: 100%;
    top: 430px;
    left: 0px;
    height: 40px;
  }
  header .nav-lines ul {
    flex-direction: row;
    justify-content: space-evenly;
  }
  header .nav-lines ul li {
    height: 3px;
    width: 70px;
  }
  header .header-bottom-side .scroll-down {
    position: relative;
    bottom: -50px;
    left: -40px;
  }
  header .header-bottom-side .scroll-down .tiret {
    height: 20px;
  }
  header .header-bottom-side .more {
    width: 100%;
    top: -360px;
  }
  header .header-bottom-side .more:hover .line {
    transform: rotate(180deg);
    height: 0.8px;
    width: 140px;
    top: 44px;
    left: -20px;
  }
  header .header-bottom-side .more .line {
    position: absolute;
    left: -50px;
  }
  header .header-bottom-side .more .elipse {
    left: -35px;
  }
  header .header-bottom-side .more .more-text {
    width: 100%;
    font-size: 19px;
    padding-left: 0px;
    position: absolute;
    left: 10px;
  }

  .header-slider {
    flex-direction: column;
  }
  .header-slider #header-content,
.header-slider #header-image {
    width: 100%;
    height: 430px;
  }
  .header-slider #header-content {
    height: 430px;
    width: 100%;
  }
  .header-slider #header-content .header-top-side {
    top: 120px;
    left: 30px;
    width: 90%;
  }
  .header-slider #header-content .header-top-side .header-title {
    font-weight: 600;
    font-size: 46px;
    line-height: 55px;
  }
  .header-slider #header-image {
    height: 466px;
  }

  #navigation #logo {
    background-size: 100% 85%;
    width: 45%;
  }
  #navigation nav {
    display: none;
  }
  #navigation .media {
    width: 28%;
    margin-left: 40px;
  }
  #navigation .hamburger {
    width: 8%;
    margin-left: 20px;
  }

  .services-container {
    overflow-y: hidden;
    padding-top: 50px;
    height: 860px;
  }
  .services-container .swiper-pagination-services {
    display: flex;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    justify-content: space-evenly;
    bottom: 25px;
  }
  .services-container .swiper-pagination-services li {
    height: 2px;
    width: 40px;
    background-color: #d08462;
    cursor: pointer;
  }
  .services-container h1,
.services-container h2 {
    font-size: 18px;
    font-weight: 600;
  }
  .services-container .container > p {
    padding-bottom: 40px;
    width: 98%;
    font-size: 15px;
    line-height: 22px;
  }
  .services-container .nav-left {
    display: none;
  }
  .services-container .nav-right {
    display: none;
  }

  .appointement-container {
    height: 740px;
    padding-top: 30px;
  }
  .appointement-container .swiper-pagination-appointement {
    display: flex;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    justify-content: space-evenly;
    bottom: 35px;
  }
  .appointement-container .swiper-pagination-appointement li {
    height: 2px;
    width: 40px;
    background-color: #3b504c;
    cursor: pointer;
  }
  .appointement-container h1 {
    font-size: 18px;
    font-weight: 600;
  }
  .appointement-container .nav-left-appointement {
    display: none;
  }
  .appointement-container .nav-right-appointement {
    display: none;
  }

  .massage-description {
    height: 560px;
  }
  .massage-description .massage-description-content {
    flex-direction: column-reverse;
    height: 100%;
  }
  .massage-description .massage-description-content .massage-video {
    padding: 0;
    width: 100%;
  }
  .massage-description .massage-description-content .massage-video-description {
    padding: 30px 0 30px 0;
    width: 100%;
  }
  .massage-description .massage-description-content .massage-video-description h3 {
    font-size: 39px;
    font-weight: 46;
    font-weight: 600;
  }
  .massage-description .massage-description-content .massage-video-description p {
    line-height: 19px;
    font-size: 15px;
    text-align: justify;
  }
  .massage-description .massage-background {
    font-size: 55px;
    font-weight: 900px;
    line-height: 80px;
    opacity: 4%;
    top: 50px;
    left: -40px;
  }
  .massage-description .massage-background .second {
    text-align: right;
    padding-left: 80px;
  }

  .nos-massage {
    height: 800px;
  }
  .nos-massage .swiper-pagination-massage {
    display: flex;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    justify-content: space-evenly;
    bottom: 30px;
  }
  .nos-massage h1 {
    line-height: 45px;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0;
  }
  .nos-massage .container > p {
    width: 98%;
    font-size: 15px;
    line-height: 22px;
  }
  .nos-massage .nav-left-massage {
    display: none;
  }
  .nos-massage .nav-right-massage {
    display: none;
  }

  .nos-therapeutes {
    height: 1160px;
    padding-top: 40px;
  }
  .nos-therapeutes .container {
    width: 95%;
  }
  .nos-therapeutes .nos-theapeutes-header h1 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
  }
  .nos-therapeutes .nos-theapeutes-header .therapeutes-description {
    width: 98%;
    font-size: 15px;
  }
  .nos-therapeutes .therapeutes-body {
    height: 777px;
    margin-bottom: 20px;
  }
  .nos-therapeutes .therapeutes-body .therapeute-section {
    width: 100%;
    cursor: grab;
  }
  .nos-therapeutes .therapeutes-body .therapeute-section .one-therapeute {
    height: 100%;
    padding: 25px;
    flex-direction: column;
  }
  .nos-therapeutes .therapeutes-body .therapeute-section .one-therapeute .one-therapeute-image {
    width: 100%;
    height: 300px;
  }
  .nos-therapeutes .therapeutes-body .therapeute-section .one-therapeute .one-therapeute-image img {
    height: 100%;
    width: 100%;
  }
  .nos-therapeutes .therapeutes-body .therapeute-section .one-therapeute .one-therapeute-desc {
    width: 100%;
    flex-direction: column;
  }
  .nos-therapeutes .therapeutes-body .therapeute-section .one-therapeute .one-therapeute-desc .one-therapeute-desc-header {
    margin-bottom: 14px;
  }
  .nos-therapeutes .therapeutes-body .therapeute-section .one-therapeute .one-therapeute-desc .one-therapeute-desc-header h1 {
    font-size: 18px;
  }
  .nos-therapeutes .therapeute-navigation {
    margin-top: 0px;
    height: 120px;
    flex-direction: column-reverse;
  }
  .nos-therapeutes .therapeute-navigation button {
    width: 196px;
    height: 42px;
    font-size: 13px;
    font-weight: 600;
    font-family: "Fahkwang", sans-serif;
    padding: 0;
  }
  .nos-therapeutes .therapeute-navigation button:after {
    line-height: 42px;
    width: 100%;
    padding: 0;
  }
  .nos-therapeutes .therapeute-navigation button:before {
    width: 100%;
    padding: 0;
    line-height: 42px;
  }
  .nos-therapeutes .therapeute-navigation .navigation {
    width: 100%;
  }
  .nos-therapeutes .therapeute-navigation .navigation .navigation-content {
    margin: 0px auto;
    justify-content: space-between;
    width: 100%;
  }
  .nos-therapeutes .therapeute-navigation .navigation .navigation-content .nav-left-therapeute,
.nos-therapeutes .therapeute-navigation .navigation .navigation-content .nav-right-therapeute {
    cursor: pointer;
  }

  .avis {
    height: 760px;
    background-color: #a4bfba;
    padding: 30px 0;
  }
  .avis .swiper-pagination-avis {
    bottom: 60px;
  }
  .avis h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .avis p {
    font-family: "Montserrat", "sans serif";
    width: 96%;
    margin: 0 auto;
    font-size: 15px;
    margin-bottom: 40px;
  }
  .avis .nav-left-avis,
.avis .nav-right-avis {
    display: none;
  }

  .valeurs {
    overflow: hidden;
    height: 1280px;
  }
  .valeurs .valeurs-content {
    flex-direction: column-reverse;
    height: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .valeurs .valeurs-content .logo {
    width: 60%;
    height: 435px;
  }
  .valeurs .valeurs-content .valeurs-description {
    width: 100%;
    height: 35%;
    margin-bottom: 50px;
  }
  .valeurs .valeurs-content .valeurs-description h1 {
    margin: 10px 0 30px 0;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
  }
  .valeurs .valeurs-content .valeurs-description div {
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 19px;
  }

  .contact-us {
    padding: 30px 0px;
    height: 1140px;
  }
  .contact-us .founder-word {
    height: 741px;
    width: 341px;
    background-color: #ffffff;
    border-radius: 35px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 30px;
  }
  .contact-us .founder-word .up-semicolon,
.contact-us .founder-word .down-semicolon {
    position: absolute;
  }
  .contact-us .founder-word .up-semicolon img,
.contact-us .founder-word .down-semicolon img {
    width: 160px;
    height: 160px;
  }
  .contact-us .founder-word .up-semicolon {
    top: 0px;
    left: -25px;
  }
  .contact-us .founder-word .down-semicolon {
    bottom: 0px;
    right: -25px;
  }
  .contact-us .founder-word .picture {
    width: 224px;
    height: 224px;
    margin: 0px auto;
  }
  .contact-us .founder-word .picture img {
    width: 224px;
    height: 224px;
  }
  .contact-us .founder-word .word-content {
    color: #6d8782;
    width: 100%;
    height: 100%;
    padding: 30px 0;
  }
  .contact-us .founder-word .word-content .word-content-herder {
    margin-bottom: 60px;
  }
  .contact-us .founder-word .word-content .word-content-herder h3 {
    text-align: center;
    font-size: 19px;
  }
  .contact-us .founder-word .word-content .word-content-herder p {
    font-size: 9px;
    width: 175px;
    height: 21px;
    color: #f8f8f8;
    background-color: #d08462;
    text-align: center;
    line-height: 21px;
    text-transform: uppercase;
    margin: 0 auto;
  }
  .contact-us .founder-word .word-content .word-content-description {
    font-size: 19px;
    font-weight: 300;
    line-height: 23px;
    text-align: center;
    padding: 0 15px;
  }
  .contact-us h1 {
    padding-top: 380px;
    font-size: 28px;
    height: 25%;
    line-height: 40px;
  }
  .contact-us .massage-description-content {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    height: 75%;
  }
  .contact-us .massage-description-content .massage-video {
    width: 100%;
    margin-bottom: 15px;
    height: 40%;
  }
  .contact-us .massage-description-content .contact-us-form {
    height: 60%;
    width: 100%;
  }
  .contact-us .massage-background {
    font-size: 70px;
    font-weight: 800;
    top: -80px;
    left: 20px;
  }
  .contact-us .massage-background p:last-child {
    position: relative;
    left: 0px;
  }
  .contact-us input,
.contact-us textarea {
    height: 30px;
  }
  .contact-us textarea {
    height: 150px;
  }
  .contact-us button {
    height: 30px;
  }

  footer {
    flex-direction: column-reverse;
    height: 940px;
    padding: 15px;
  }
  footer .newsletter {
    width: 100%;
    height: 50%;
    padding: 10px;
  }
  footer .newsletter h1 {
    font-size: 35px;
  }
  footer .newsletter .newsletter-description {
    font-size: 13px;
  }
  footer .newsletter .btn-newletter {
    margin: 0;
    padding-left: 30px;
  }
  footer .newsletter .newsletter-bottom-side {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 120px;
    width: 100%;
  }
  footer .newsletter .newsletter-bottom-side .left-side {
    width: 45%;
  }
  footer .newsletter .newsletter-bottom-side .left-side .insta {
    text-align: left;
    color: #3b504c;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
  }
  footer .newsletter .newsletter-bottom-side .left-side .media {
    display: flex;
    width: 60%;
    justify-content: space-between;
  }
  footer .newsletter .newsletter-bottom-side .left-side .media a {
    opacity: 0.8;
  }
  footer .newsletter .newsletter-bottom-side .left-side .media a:hover {
    opacity: 1;
  }
  footer .newsletter .newsletter-bottom-side .right-side {
    width: 100%;
    height: 80px;
    margin-bottom: 30px;
    padding-left: 40%;
  }
  footer .newsletter .newsletter-bottom-side .right-side .more {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
  }
  footer .newsletter .newsletter-bottom-side .right-side .more:hover .line {
    transform: rotate(180deg);
    height: 0.8px;
    width: 145px;
    top: 34px;
    left: 43px;
  }
  footer .newsletter .newsletter-bottom-side .right-side .more .line {
    width: 30px;
    height: 1.5px;
    background-color: #6d8782;
    line-height: 80px;
    z-index: 2;
    left: 15px;
    position: absolute;
    transition: all 0.5s ease-in-out;
  }
  footer .newsletter .newsletter-bottom-side .right-side .more .elipse {
    position: absolute;
    left: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: #6d8782 1px solid;
  }
  footer .newsletter .newsletter-bottom-side .right-side .more .more-text {
    text-transform: uppercase;
    font-size: 22px;
    position: absolute;
    left: 74px;
  }
  footer .right-side {
    width: 100%;
    height: 50%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px;
  }
  footer .right-side .verticale-line {
    display: none;
  }
  footer .right-side .navigation {
    height: 40%;
    width: 100%;
  }
  footer .right-side .navigation ul {
    height: 80%;
  }
  footer .right-side .navigation li {
    font-size: 21px;
  }
  footer .right-side .navigation #logo {
    display: none;
  }
  footer .right-side .contact {
    text-align: left;
    font-family: "Montserrat", "sans serif";
    font-size: 15px;
    height: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 50px;
    width: 100%;
  }
  footer .right-side .contact h2 {
    font-weight: 600;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  header {
    height: 1112px;
  }
  header .nav-lines {
    width: 100%;
    top: 590px;
    left: 0px;
    height: 40px;
  }
  header .nav-lines ul {
    flex-direction: row;
    justify-content: space-evenly;
  }
  header .nav-lines ul li {
    height: 3px;
    width: 100px;
  }
  header .header-bottom-side .scroll-down {
    position: relative;
    bottom: -90px;
    left: -20px;
  }
  header .header-bottom-side .more {
    width: 100%;
    top: -395px;
  }
  header .header-bottom-side .more .line {
    position: absolute;
    left: 5px;
    width: 50px;
  }
  header .header-bottom-side .more .elipse {
    left: 30px;
    width: 50px;
    height: 50px;
  }
  header .header-bottom-side .more .more-text {
    width: 100%;
    font-size: 28px;
    padding-left: 0px;
    position: absolute;
    left: 100px;
  }

  .header-slider {
    flex-direction: column;
  }
  .header-slider #header-image {
    width: 100%;
    height: 527px;
  }
  .header-slider #header-content {
    height: 585px;
    width: 100%;
  }
  .header-slider #header-content .header-top-side {
    top: 170px;
    left: 140px;
    width: 68%;
  }
  .header-slider #header-content .header-top-side .header-title {
    font-weight: 600;
    font-size: 76px;
    line-height: 72px;
  }
  .header-slider #header-image {
    height: 527px;
  }

  #navigation #logo {
    background-size: 100% 100%;
    width: 28%;
  }
  #navigation nav {
    display: none;
  }
  #navigation .media {
    width: 14%;
    margin-left: 320px;
  }
  #navigation .hamburger {
    width: 8%;
  }

  .services-container {
    padding-top: 50px;
    height: 900px;
    width: 100%;
  }
  .services-container h1 {
    padding-bottom: 15px;
    font-size: 33px;
    line-height: 45px;
  }
  .services-container h2 {
    font-size: 33px;
    line-height: 45px;
  }
  .services-container .container > p {
    padding-bottom: 50px;
    width: 85%;
    font-size: 18px;
    line-height: 22px;
  }

  .appointement-container {
    height: 832px;
    padding-top: 60px;
  }
  .appointement-container h1 {
    font-size: 33px;
    line-height: 45px;
    padding: 15px;
  }

  .massage-description {
    height: 790px;
  }
  .massage-description .massage-description-content {
    flex-direction: column-reverse;
    height: 100%;
  }
  .massage-description .massage-description-content .massage-video {
    width: 70%;
    padding: 60px 0;
  }
  .massage-description .massage-description-content .massage-video-description {
    padding: 80px 0 30px 0;
    width: 70%;
  }
  .massage-description .massage-description-content .massage-video-description h3 {
    font-size: 64px;
    font-weight: 600;
  }
  .massage-description .massage-description-content .massage-video-description p {
    line-height: 19px;
    text-align: justify;
  }
  .massage-description .massage-background {
    font-weight: 900;
    font-size: 140px;
    top: 100px;
    left: 40px;
  }

  .nos-massage {
    height: 880px;
    position: relative;
  }
  .nos-massage h1 {
    font-size: 33px;
    line-height: 45px;
    padding: 40px 0 20px 0;
  }
  .nos-massage .container > p {
    width: 90%;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 20px;
  }
  .nos-massage .nav-left-massage {
    top: 380px;
    left: 38px;
  }
  .nos-massage .nav-right-massage {
    top: 380px;
    right: 24px;
  }

  .avis {
    height: 850px;
    padding: 50px;
  }
  .avis .swiper-pagination-avis {
    position: absolute;
    bottom: 100px;
  }
  .avis h1 {
    font-size: 33px;
    line-height: 45px;
  }
  .avis p {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 70px;
  }
  .avis .avis-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: "Montserrat", "sans serif";
  }
  .avis .avis-container .single-avis {
    background-color: #6d8782;
    width: 314px;
    height: 464px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 25px 25px;
    transition: all 0.3s ease-in-out;
    cursor: grab;
  }
  .avis .avis-container .single-avis img {
    width: 175px;
    height: 175px;
  }
  .avis .avis-container .single-avis .name {
    font-size: 17px;
  }
  .avis .avis-container .single-avis .ville,
.avis .avis-container .single-avis .avis-description {
    font-size: 11px;
    line-height: 12px;
    font-weight: 300;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .avis .avis-container .single-avis:hover {
    background-color: #c47957;
  }
  .avis .avis-container .nav-left-avis,
.avis .avis-container .nav-right-avis {
    position: absolute;
    top: 150px;
  }
  .avis .avis-container .rate {
    display: flex;
    justify-content: center;
  }
  .avis .avis-container .rate img {
    height: 17px;
    width: 17px;
  }

  .valeurs {
    overflow: hidden;
    height: 1130px;
  }
  .valeurs .valeurs-content {
    flex-direction: column-reverse;
    height: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .valeurs .valeurs-content .logo {
    width: 293px;
    height: 563px;
  }
  .valeurs .valeurs-content .valeurs-description {
    width: 100%;
    height: 35%;
    margin-bottom: 50px;
  }
  .valeurs .valeurs-content .valeurs-description h1 {
    margin: 10px 0 30px 0;
    font-size: 53px;
    font-weight: 600;
    text-align: center;
  }
  .valeurs .valeurs-content .valeurs-description div {
    width: 100%;
    text-align: center;
    font-size: 21px;
    line-height: 25px;
  }

  .contact-us {
    padding: 100px 10px;
    height: 1200px;
  }
  .contact-us h1 {
    font-size: 33px;
    height: 25%;
    line-height: 46px;
    font-weight: 600;
    width: 100%;
  }
  .contact-us .massage-description-content {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    height: 75%;
  }
  .contact-us .massage-description-content .massage-video {
    width: 100%;
    margin-bottom: 15px;
    height: 40%;
    padding: 0 30px;
  }
  .contact-us .massage-description-content .contact-us-form {
    height: 60%;
    width: 100%;
    padding: 10px 30px;
  }
  .contact-us .massage-background {
    font-size: 140px;
    font-weight: 800;
    top: -140px;
    left: 20px;
  }
  .contact-us .massage-background p:last-child {
    position: relative;
    left: 220px;
  }
  .contact-us input,
.contact-us textarea {
    height: 50px;
  }
  .contact-us textarea {
    height: 200px;
  }
  .contact-us button {
    height: 50px;
  }

  footer {
    padding: 70px 50px;
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: 918px;
  }
  footer .right-side {
    width: 100%;
    height: 40%;
    margin-bottom: 60px;
  }
  footer .right-side .verticale-line:first-child {
    display: none;
  }
  footer .right-side .navigation {
    height: 100%;
    padding-top: 15px;
    width: 28%;
  }
  footer .right-side .navigation ul {
    display: flex;
    flex-direction: column;
    height: 40%;
    justify-content: space-between;
  }
  footer .right-side .navigation li {
    text-transform: capitalize;
    font-size: 21px;
    line-height: 36px;
  }
  footer .right-side .navigation #logo {
    display: none;
  }
  footer .right-side .contact {
    font-size: 15px;
    line-height: 19px;
    padding-bottom: 50px;
    width: 55%;
  }
  footer .right-side .contact h2 {
    font-size: 46px;
    line-height: 59px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  footer .newsletter {
    width: 100%;
    height: 50%;
    padding: 0 60px 0 0px;
    flex-direction: column;
  }
  footer .newsletter h1 {
    font-size: 67px;
    line-height: 88px;
  }
  footer .newsletter .newsletter-description {
    font-size: 19px;
    line-height: 23px;
  }
  footer .newsletter .btn-newletter {
    height: 80px;
    font-size: 17px;
    margin: 30px 0 40px 0;
  }
  footer .newsletter .insta {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  footer .newsletter .media {
    display: flex;
    width: 12%;
    justify-content: space-between;
  }
}
/*End media queries*/