*{
  outline:0 !important;
}

.gold{
  background-color :#dac58f;
}

body{
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  overflow-x: hidden;

}
h1{
  font-size:4.4vw;
  text-transform:uppercase;
  font-weight:bold;
}
h2{
  font-size:4vw;
  text-transform:uppercase;
}
h3{
  padding-top:50px;
}
h4{
  color: #dac58f;
}

hr:not(.devider-footer){
border-color:#dac58f;
border-width: 0.20rem;
width: 150px;
}
 
.btn:not(.btn-send){
border-radius: 0;
font-size: 12px;
height: 50px;
width:170px;
line-height: 50px;
padding: 0 20px;
text-transform: uppercase;
font-weight:bold;
margin:0 30px;
}

.btn-gold{
background-color :#dac58f;
border: 2px solid transparent;
color:#ffffff;
box-shadow: 0px 0px 25px -12px rgba(0, 0, 0, 0.65);
}

.btn-gold:hover {
  border: 2px solid #dac58f;
  background: transparent;
  color:#dac58f;
  
}

.navbar {
  padding:0;
}

nav a{
  margin: 0px 10px;
  letter-spacing: 2px;
  font-size: 0.9rem;
  color:black;     
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link
#navbar i{
  color:#dac58f;
}


header{
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#language a,
#topbar i{
color: rgba(0,0,0,.5);
}

#topbar a i{
-moz-transition: all 0.5s ease-in-out 0s;
-ms-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
}

#topbar a:hover i{
color:#dac58f;
-moz-transition: all 0.5s ease-in-out 0s;
-ms-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
}
#topbar a{
text-decoration: none;
}


.nav-link:focus, .nav-link:hover {
color:#dac58f !important;
}

/*===============================
					  CAROUSEL
===============================*/
#showcase .carousel-item {
	height: 100vh;
}
#showcase .carousel-indicators > li{
	border-radius:50%;
	width:12px;
	height:12px;
	background-color:#d0d0d0;
}
#showcase .carousel-image-1 {
    background:url('../img/slider1b.jpg');
	background-size: cover;
}
#showcase .carousel-image-2 {
	background:url('../img/slider2b.jpg');
	background-size: cover;
}
#showcase .carousel-image-3 {
	background:url('../img/slider3b.jpg');
	background-size: cover;
}
#showcase .carousel-caption img{
    width:80px;
}

.carousel-caption h1, 
.carousel-caption h2,
.carousel-caption p{

    color:#000000;
}


.carousel-caption .btn {
    
    box-shadow: 0px 0px 25px -12px rgba(0, 0, 0, 0.65);
  }

#showcase .carousel-control-prev-icon,
#showcase .carousel-control-next-icon {
  width:30px;
  height:30px;
}

  div .carousel-caption .btn-gold{
    background-color :#dac58f;
    border: 2px solid transparent;
  }



  div .carousel-caption .btn-gold:hover {
      border: 2px solid #dac58f;
      background: transparent;
      color:#dac58f;
  }

  div .carousel-caption .btn-transparant{
    background-color :transparent;
    border:2px solid #dac58f;
    color:  #dac58f;
  }

  div .carousel-caption .btn-transparant:hover{
    border: 2px solid transparent;
    background: #dac58f;
    color: #ffffff;
  }
  #showcase hr{
    width: 65%;
    margin: 0 auto;
  }
  


 /*===============================
					Services
===============================*/ 
  #services-icon img,
  #inclus img,
  #non-inclus img {
    width:150px;
}

 /*===============================
					Spa
===============================*/ 

#Spa{
  background-color: #fafafa;
}
#Spa a.reglement{
  color: #dac58f;
}
#Spa p.horaire1{
  border-width:1px 1px 0 1px;
  border-style: solid;
  border-color: #dac58f;
}
#Spa p.horaire2{
  border:1px solid #dac58f ;

}

/*===============================
					CAROUSEL
===============================*/
#carousel{
  color: #000000;
  background-color: #f5f1ea;
}
#carousel .carousel-item{
  height:200px; 

}
small{
font-weight: bold; 
font-style:italic
}
#carousel .carousel-control-prev-icon,
#carousel .carousel-control-next-icon{
  color:#000000 !important;
  width: 30px;
  height:30px;
  
}

 /*===============================
					Video
===============================*/ 

#video-play{
  width:100%;
	min-height: 350px;
	background: url('../img/img-video.jpg');
	background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  text-align:center; 
}
#video-play i{
  color:rgba(255,255,255,.7); 
  margin-top:110px;
}


 /*===============================
					Massages
===============================*/ 
#massage{
  background-color: #fafafa;
}
.card{
  border:0;
  border-radius: 0;
}
.card-bg1{
  background-color: #ffffff;
}
.card:hover{
  box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
}


p{
  line-height: 1.8;
  font-size: 16px;
}
/*===============================
        Cours
===============================*/
#Cours{
  width:100%;
	min-height: 350px;
	background: url('../img/cours.jpg');
	background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
	text-align:center;
	
}
#Cours i{
  color:rgb(255,255,255,.7); 
}

#Cours p{
  font-size:1.3em;
}

/*===============================
        Tarifs
===============================*/
#Tarifs,
#Tarifs-massages{
  background-color:#fafafa;
}
.table thead th{
  border-bottom: 2px solid #dac58f;
}


.table tbody td,
.table tbody th{
  border-top:1px solid #dac58f;
}

.table thead td,
.table thead th{
  border-top:0;
}

tr{
  height:70px;
}
td,
thead th{
  text-align: center;
}
.table td,
.table th{
vertical-align:middle !important;
}
.box{
  border: 2px solid #dac58f;
  box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
}
.table{
  width:65%;
}
#Tarifs p,
#Tarifs-massages p{
  font-size:0.7rem;
}
/*===============================
        Inclus
===============================*/
#inclus{
  background-color:#f5f1ea;
}

/*===============================
        Formules
===============================*/
/* ---- .item ---- */

#Formules{
  background-color: #fafafa;
}
.isotope .item {
  position:relative;
  overflow:hidden;
  margin-bottom: 10.5%;
  

}
/*.item img*/
.isotope .item img{
  width:100%;
  height:100%;
}

/*.isotope-overlay*/
.isotope-overlay{
  position:absolute;
  height:100%;
  width:100%;
  background: rgba(218, 197, 143, 0.8); 
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:row;
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -ms-transform:scale(0);
  -o-transform:scale(0);
  transform:scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 0.7rem;
}
.isotope-overlay h4{
  font-size: 1rem;
  font-weight:bold;
  color:#006175;
  text-transform: uppercase;
}
.isotope-overlay p{
  font-size: 1em;
  line-height: 0;
  padding-top:10px;
}

.isotope-overlay strong{
  font-size: 1.1rem;
}

.isotope .item:hover .isotope-overlay{
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
  top:0;
}
/*.isotope-overlay*/
/*===============================
					PORTFOLIO
===============================*/
section #portfolio {
  background-color: #e9e9e9;
}
#Galerie .container-fluid {
  max-width: 1920px;
}

#Galerie .container-fluid .galerie-box {
  position: relative;
  display: block;
}

#Galerie .container-fluid .galerie-box .galerie-box-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  color: #ffffff;
  background:rgba(218, 197, 143, 0.7); 
  transition: opacity 0.25s ease;
  text-align: center;
}

#Galerie
  .container-fluid
  .galerie-box
  .galerie-box-caption
  .galerie-category {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

#Galerie
  .container-fluid
  .galerie-box
  .galerie-box-caption
  .galerie-name {
  font-size: 0.8rem;
  margin: 0 5%;
}

#Galerie .container-fluid .galerie-box:hover .galerie-box-caption {
  opacity: 1;
}

/*===============================
					  CONTACT
===============================*/
#ContactEtReservation a{
  color:black;
}
.contact-contact h3{
  padding:0;
}
#ContactEtReservation a:hover{
  color:#dac58f;
  text-decoration: none;
}
#contact {
    height: auto;
    width: 100%;
  }
  
  .contact-details {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .contact-details li {
    padding-bottom: 10px;
  }
  
  #form input,
  #form textarea {
    width: 100%;
  }
  
  #form input.btn {
    background:#dac58f;
    border-radius: 0;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight:bold;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    text-transform: uppercase;
  }
  #form input.btn:hover,
  .btn:focus {
    background-color:#cab684;
  }
  #form input.form-control,
  #form textarea.form-control {
    background-color: transparent;
    border: 1px solid #999;
    border-radius: 0;
    color: #999999;
    font-size: 12px;
    font-weight: 500;
    height: 50px;
    letter-spacing: 0.1em;
    padding-left: 10px;
    margin: 0 0 25px 0;
    line-height: 14px;
    text-transform: uppercase;
  }

  #ContactEtReservation i{
      color:#dac58f;
  }

  input:not([type="submit"]):valid {
    box-shadow: 0 0 0.5px 0.5px rgb(1, 167, 1);
  }
  
  input:focus:invalid {
    outline: none;
  }
/*===============================
					  Footer
===============================*/
ul{
  
  list-style-type: none;
  padding:0;
}
#footer {
    background: #fafafa;
    padding-top: 50px;
    padding-bottom: 50px;
    
  }
  
  #footer .socials-media {
    width: 100%;
  }
  
  #footer .socials-media ul {
    display: inline-block;
    float: none;
    margin: 0 0 20px 0;
  }
  
  #footer .socials-media ul li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  #footer .socials-media ul li a {
    font-size: 24px;
    color: #999;
    letter-spacing: 0.1em;
    font-weight: 500;
    background: transparent;
    text-transform: uppercase;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
  
  #footer .socials-media ul li a:hover {
    color:#dac58f;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
  
  #footer p {
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-top: 0;
    text-transform: uppercase;
  }

  
  .mentions a,
  .credits a {
    color :#dac58f;
  }

  .info a{
   color: #6c757d;
  }
  .info a:hover{
    color :#dac58f;
    text-decoration: none;
  }

/*===============================
   				SCROLL TOP
===============================*/
#button {
    display: inline-block;
    background-color :#dac58f;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color:#cab684;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  /*===============================
   	MENTIONS LEGALES/REGLEMENT
===============================*/
#Reglement li,
#Mentions-legales li {
  padding-bottom: 10px;
  font-size:1rem;
}

#Reglement.h4,
#Mentions-legales a{
  color:#dac58f;
}
#coming-soon{
  height:100vh;
  padding: 30vh;
}



@media(max-width:767px) {
  .h1 {
    font-size: 0.5rem;
    
  }
}