/* ===========================
   Colors
   =========================== */
/* ===========================
   Media queries
   =========================== */
/* ===========================
   			button
=========================== */
/* ===========================
   		   hover effect
=========================== */
body {
  font-family: "Myriad Pro", "Open Sans";
  color: white; }

h1, h2, h3, h4, p, a, ul, hr {
  margin: 0;
  padding: 0; }

h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold; }
  @media screen and (max-width: 992px) {
    h2 {
      font-size: 40px; } }
  @media screen and (max-width: 480px) {
    h2 {
      font-size: 30px; } }

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

.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.dblock {
  display: block; }

.btn-primary {
  background: none;
  border: 4px solid white;
  border-radius: 0px;
  font-size: 30px;
  text-transform: uppercase;
  padding: 20px 75px;
  margin-top: 50px; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: none;
    border: 4px solid white;
    opacity: 0.5;
    transition: 0.2s; }
  @media screen and (max-width: 768px) {
    .btn-primary {
      padding: 15px 30px;
      font-size: 20px; } }

/* ===========================
    jquery cycle modif
=========================== */
.cycle-pager {
  position: absolute;
  display: block;
  height: 120px;
  width: 100%;
  bottom: 0;
  z-index: 200;
  background: rgba(1, 45, 54, 0.5);
  text-align: center; }
  .cycle-pager span {
    display: inline-block;
    background: none;
    border: 3px solid white;
    border-radius: 50%;
    width: 30px;
    height: 31px;
    margin-left: 15px;
    cursor: pointer; }
    .cycle-pager span p {
      opacity: 0; }
    .cycle-pager span:hover:not(.cycle-pager-active) {
      transition: 0.2s;
      opacity: 0.5; }
  .cycle-pager .cycle-pager-active {
    background: white; }

header {
  transition: 0.5s;
  position: fixed;
  width: 100%;
  padding-top: 30px;
  z-index: 300;
  /* ===========================
  		 navbar
  =========================== */
  /* ===========================
  		hamburger menu
  =========================== */ }
  header .navigation {
    padding: 50px 50px 30px 30px; }
    header .navigation ul {
      float: right;
      list-style: none;
      font-size: 30px; }
    header .navigation li {
      display: inline;
      text-transform: uppercase;
      padding-left: 30px; }
      header .navigation li:hover {
        transition: 0.2s;
        opacity: 0.5; }
    header .navigation .active {
      color: #255c6b; }
  header .logo {
    padding-left: 50px; }
  header #nav-icon {
    float: right;
    margin-top: 45px;
    width: 45px;
    height: 45px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    header #nav-icon:hover, header #nav-icon:focus, header #nav-icon:active {
      transition: 0.2s;
      opacity: 0.5; }
  header #nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  header #nav-icon span:nth-child(1) {
    top: 0px; }
  header #nav-icon span:nth-child(2), header #nav-icon span:nth-child(3) {
    top: 15px; }
  header #nav-icon span:nth-child(4) {
    top: 30px; }
  header #nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  header #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  header #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  header #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }

/* ===========================
		scroll-navbar
=========================== */
.scroll-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 0px;
  transition: 0.5s; }
  .scroll-navbar .logo img {
    width: 150px;
    padding: 30px; }
  .scroll-navbar .navigation {
    padding: 50px 50px 30px 30px; }

/* ===========================
	 	mobile navigation
=========================== */
.mobile-nav {
  padding: 0;
  position: absolute;
  z-index: 300;
  width: 1%;
  display: none;
  height: 100%;
  background: #1d1a1b;
  text-transform: uppercase; }
  .mobile-nav ul {
    list-style: none;
    cursor: pointer;
    display: none; }
  .mobile-nav li {
    padding: 30px;
    font-size: 18px;
    border-bottom: 1px solid #3d3d3d; }
    .mobile-nav li:hover {
      transition: 0.2s;
      opacity: 0.5; }
    .mobile-nav li i {
      float: right; }
  .mobile-nav .mobile-nav-submenu {
    display: none; }
    .mobile-nav .mobile-nav-submenu div {
      border-bottom: 1px solid #3d3d3d; }
      .mobile-nav .mobile-nav-submenu div h2 {
        font-size: 18px;
        display: inline-block;
        padding-left: 30px; }
      .mobile-nav .mobile-nav-submenu div i {
        font-size: 18px;
        padding: 30px;
        border-right: 1px solid #3d3d3d;
        cursor: pointer; }
        .mobile-nav .mobile-nav-submenu div i:hover {
          transition: 0.2s;
          opacity: 0.5; }

.mobile-nav-bg {
  display: none;
  position: absolute;
  z-index: 300;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0.9; }

/* ===========================
	 	media queries
=========================== */
@media screen and (min-width: 1200px) {
  header .navigation li {
    padding-left: 60px; } }
@media screen and (max-width: 1200px) {
  header .navigation ul {
    font-size: 28px; }
  header .navigation li {
    padding-left: 30px; } }
@media screen and (max-width: 992px) {
  header {
    position: absolute;
    padding-top: 0px; }
    header .logo, header .navigation {
      padding: 0px; }
    header .navigation ul {
      display: none; }
    header .logo img {
      width: 70px;
      margin: 20px; }
    header #nav-icon {
      margin: 35px 20px; } }
/* ===========================
   			main
=========================== */
.main {
  height: 100%;
  max-height: 940px;
  background-image: url("../img/header-bg.jpg");
  background-size: cover;
  background-position-x: 70%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  line-height: 940px; }
  .main .vertical-align {
    top: 60%; }
  .main h1 {
    font-size: 90px;
    text-transform: uppercase;
    font-weight: bold; }

/* ===========================
   		main-slider
=========================== */
.main-slider .main-slide {
  height: 950px;
  width: 100%; }
.main-slider .main-slide1 {
  background: url("../img/main-slide1.jpg") no-repeat;
  background-position: -700px -200px; }
.main-slider .main-slide2 {
  background: url("../img/main-slide2.jpg") no-repeat;
  background-position: -700px -500px; }
.main-slider .slide-content {
  height: 100%;
  background: #1d1a1b;
  text-align: center;
  padding: 0px 100px; }
  .main-slider .slide-content h2 {
    padding-bottom: 60px; }
  .main-slider .slide-content p {
    font-size: 18px; }

/* ===========================
   		information
=========================== */
.information {
  background-image: url("../img/information.jpg");
  background-repeat: no-repeat;
  background-color: black;
  background-size: cover;
  background-attachment: fixed;
  height: 570px; }
  .information .information-content {
    text-align: center; }

/* ===========================
    entrance-hour-slider
=========================== */
.entrance-hour-slider .entrance-hour-slide {
  height: 470px;
  width: 100%;
  text-align: center; }
  .entrance-hour-slider .entrance-hour-slide .vertical-align {
    top: 37%; }
.entrance-hour-slider .entrance-slide, .entrance-hour-slider .hour-slide {
  background: #1d1a1b; }
.entrance-hour-slider .entrance-slide h2 {
  border-bottom: 3px solid #70c6e4;
  padding-bottom: 15px;
  max-width: 440px;
  margin: 0px auto 20px auto; }
.entrance-hour-slider .entrance-slide p {
  font-size: 22px; }
.entrance-hour-slider .entrance-slide .btn-primary {
  margin-top: 30px; }
.entrance-hour-slider .hour-slide p {
  font-size: 22px; }
.entrance-hour-slider .slide-content {
  text-align: center; }

/* ===========================
   			price
=========================== */
.price {
  background-image: url("../img/price.jpg");
  background-repeat: no-repeat;
  background-color: black;
  background-size: cover;
  background-attachment: fixed;
  /* background-position-y: 420px; */
  height: 580px;
  text-align: center; }
  .price .price-title {
    margin-bottom: 80px; }
  .price h3 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold; }
  .price span {
    font-size: 30px; }
  .price .price-block {
    border-right: 1px solid white; }
    .price .price-block:last-child {
      border-right: none; }
  .price .last {
    border: none; }

/* ===========================
   			about
=========================== */
.about, .legacy {
  height: 100%;
  min-height: 400px;
  background: #1d1a1b;
  text-align: center; }
  .about h1, .legacy h1 {
    margin-bottom: 50px;
    text-transform: uppercase; }
  .about p, .legacy p {
    max-width: 1170px;
    margin: 0 auto;
    font-size: 15px; }
  .about .dblock, .legacy .dblock {
    padding: 15px 0px; }

.legacy {
  min-height: 900px; }

/* ===========================
	 	media queries
=========================== */
@media screen and (max-width: 1200px) {
  .main h1 {
    font-size: 80px; }

  .main-slider .slide-content {
    padding: 0px 40px; } }
@media screen and (max-width: 992px) {
  .main {
    max-height: 500px; }

  .main h1 {
    font-size: 40px; }

  .main-slider .slide-content {
    opacity: 0.97; }
    .main-slider .slide-content .vertical-align {
      top: 40%; }

  .main-slider .main-slide {
    height: 600px; }
    .main-slider .main-slide p {
      font-size: 16px; }

  .information {
    height: 350px; }

  .price {
    height: 600px;
    background-position-y: 0px; }
    .price .price-block {
      margin: 10px 0px;
      border: none; }
    .price h3 {
      font-size: 30px; } }
@media screen and (max-width: 768px) {
  .main p, .entrance-hour-slider .entrance-slide p, .entrance-hour-slider .hour-slide p {
    font-size: 16px; }

  .entrance-hour-slider .hour-slide h2 {
    margin-bottom: 20px; }
  .entrance-hour-slider .hour-slide span {
    font-size: 22px; }

  .main-slider .slide-content {
    padding: 0px 15px; }

  .legacy h1 {
    font-size: 30px; } }
@media screen and (max-width: 480px) {
  .main h1 {
    font-size: 30px; } }
@media screen and (max-width: 350px) {
  .about {
    min-height: 700px; }

  .legacy {
    min-height: 1000px; } }
/* ===========================
   		slider-page
=========================== */
.slider-page .slide-content {
  height: 100%;
  text-align: center;
  padding: 0px 100px; }
  .slider-page .slide-content h2 {
    padding-bottom: 30px;
    border-bottom: 1px solid white;
    max-width: 640px;
    margin: 0px auto 30px auto; }
  .slider-page .slide-content p {
    font-size: 18px;
    max-width: 640px;
    margin: 0 auto; }
.slider-page .gallery-slide-content {
  height: 100%;
  text-align: center; }
  .slider-page .gallery-slide-content:hover, .slider-page .gallery-slide-content:active, .slider-page .gallery-slide-content:focus {
    filter: saturate(250%);
    -webkit-filter: saturate(250%);
    -moz-filter: saturate(250%);
    -o-filter: saturate(250%);
    -ms-filter: saturate(250%);
    transition: 0.2s;
    cursor: pointer; }
    .slider-page .gallery-slide-content:hover h4, .slider-page .gallery-slide-content:active h4, .slider-page .gallery-slide-content:focus h4 {
      opacity: 1;
      transition: 0.2s; }
.slider-page h4 {
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 40px; }
.slider-page .privacy-slide, .slider-page .health-slide, .slider-page .gallery-slide, .slider-page .entrance-price-hour-slide {
  height: 100%;
  width: 100%; }
.slider-page .privacy-slide1 {
  background: url("../img/privacy-slide1.jpg") no-repeat;
  background-size: cover; }
.slider-page .privacy-slide2 {
  background: url("../img/privacy-slide2.jpg") no-repeat;
  background-size: cover; }
.slider-page .health-slide1 {
  background: url("../img/health-slide1.jpg") no-repeat;
  background-size: cover; }
.slider-page .health-slide2 {
  background: url("../img/health-slide2.jpg") no-repeat;
  background-size: cover; }
.slider-page .bar {
  background: url("../img/gallery-slide-bar.jpg");
  background-size: cover; }
.slider-page .pool {
  background: url("../img/gallery-slide-pool.jpg");
  background-position: -320px 0px;
  background-size: cover; }
.slider-page .sauna {
  background: url("../img/gallery-slide-sauna.jpg");
  background-position: -600px 0px;
  background-size: cover; }
.slider-page .cinema {
  background: url("../img/gallery-slide-cinema.jpg");
  background-position: -800px 0px;
  background-size: cover; }
.slider-page .cabin {
  background: url("../img/gallery-slide-cabin.jpg");
  background-position: -800px 0px;
  background-size: cover; }
.slider-page .lounge {
  background: url("../img/gallery-slide-lounge.jpg");
  background-position: -620px 0px;
  background-size: cover; }
.slider-page .locker {
  background: url("../img/gallery-slide-locker.jpg");
  background-position: -620px 0px;
  background-size: cover; }
.slider-page .hammam {
  background: url("../img/gallery-slide-hammam.jpg");
  background-position: -800px 0px;
  background-size: cover; }
.slider-page .entrance-price-hour-slide {
  background: #1d1a1b; }
  .slider-page .entrance-price-hour-slide h2 {
    border: none;
    padding: 0px; }
.slider-page .hour-slide span {
  font-size: 30px;
  margin-top: 30px; }
.slider-page .price-slide .price-title {
  margin-bottom: 80px; }
.slider-page .price-slide h3 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold; }
.slider-page .price-slide span {
  font-size: 30px; }
.slider-page .price-slide .price-block {
  border-right: 1px solid white; }
  .slider-page .price-slide .price-block:last-child {
    border-right: none; }
.slider-page .price-slide .last {
  border: none; }
.slider-page .price-slide .entries {
  text-transform: uppercase;
  margin-top: 60px; }
.slider-page .entrance-slide .entrance-slide-text {
  padding-left: 15px; }
  .slider-page .entrance-slide .entrance-slide-text h2, .slider-page .entrance-slide .entrance-slide-text p {
    text-align: left; }
  .slider-page .entrance-slide .entrance-slide-text p {
    padding: 10px 0px; }
  .slider-page .entrance-slide .entrance-slide-text img {
    height: 20px;
    padding-right: 10px; }

#map-canvas {
  height: 50%; }

/* ===========================
	 	media queries
=========================== */
@media screen and (max-width: 1200px) {
  .slider-page .slide-content {
    padding: 0px 40px; } }
@media screen and (max-width: 992px) {
  .slider-page .gallery-slide-content {
    height: 25%;
    background-position-x: 0px !important; }

  .gallery-slider-container .first {
    margin-top: 120px; }
  .gallery-slider-container .cycle-pager {
    display: none; }

  .slider-page .price-slide .price-title {
    margin-bottom: 30px; }
  .slider-page .price-slide .price-block {
    margin: 10px 0px;
    border: none; }
  .slider-page .price-slide h3 {
    font-size: 30px; }
  .slider-page .price-slide .entries {
    margin-top: 30px; }
  .slider-page .entrance-slide {
    opacity: 0.9; }

  #map-canvas {
    height: 50%; } }
@media screen and (max-width: 768px) {
  .slider-page h4 {
    font-size: 30px; }

  .slider-page .cycle-pager {
    display: none; }

  .slider-page .price-slide {
    min-height: 500px; }

  #map-canvas {
    height: 100%; }

  .entrance-slide .entrance-slide-text {
    display: none; } }
@media screen and (max-width: 480px) {
  .slider-page .privacy-slide, .slider-page .health-slide, .entrance-price-hour-slide {
    min-height: 300px; }

  .slider-page .first .vertical-align:not(.gallery-slider-container.first) {
    top: 60%; }

  .slider-page .slide-content {
    padding: 0px 25px; }
    .slider-page .slide-content p {
      font-size: 16px; }

  .slider-page .price-slide h3 {
    font-size: 25px; }
  .slider-page .price-slide .entries span {
    font-size: 20px; } }
@media screen and (max-width: 350px) {
  .slider-page .privacy-slide, .slider-page .health-slide, .entrance-price-hour-slide {
    min-height: 500px; }

  .slider-page .entrance-price-hour-slide.price-slide {
    min-height: 600px; }

  .slider-page .gallery-slide-content {
    min-height: 120px; } }
footer {
  height: 160px;
  background: #1d1a1b;
  text-align: center;
  font-size: 22px; }
  footer a {
    padding: 0px 10px; }
    footer a:hover {
      transition: 0.2s;
      opacity: 0.5; }

.modal-content {
  height: 250px;
  border-radius: 0;
  text-align: center;
  background: #1d1a1b;
  font-size: 20px; }
  .modal-content h2 {
    margin-bottom: 25px; }

/* ===========================
	 	media queries
=========================== */
@media screen and (max-width: 768px) {
  footer a {
    padding: 0px 3px;
    font-size: 16px; } }

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

/* Added 2/02/2020 by Christophe */

#instagram {
	margin-top: -4px;
	width: 25px;
}
