





.navbar-default{
	background:transparent;
	transition: all 250ms;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.35) 50%, transparent);
  
}

.navbar-color{
	background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);


}



.nav > li > a,
.slide-content span,
.slide-content p{
	text-shadow: 0px 0px 8px black; 
	
}


.navbar-color.navbar-default .navbar-nav > li > a, 
.navbar-color.navbar-default .navbar-nav > li > a:focus, 
.navbar-color.navbar-default .navbar-nav > li > a:active, 
.navbar-color.navbar-default .navbar-nav > li > a:visited{
	text-shadow:none;
	color:black;
}




.slider-home{
	height:100vh;
	position:relative;
}




.slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s;
  background-size: cover;
  background-position: center;
  z-index:1;
}

.slide.active {
  opacity: 1;
  z-index:10;
}

.slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 80%;
  max-width: 700px;
  padding: 30px;
}


.slide-content .btn{
	margin-top:0px;
}


.slide-content span,
.slide-content p {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color:white;
}


.slide-content span {
  margin-top: 0;
  font-size:2.5em;
  display:block;
  width:100%;
}

.slide-content p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align:center;
}



.slide-content button {
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  font-size: 18px;
  cursor: pointer;
}



.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 178, 204,0.5);
  z-index: 9999;
  cursor: pointer;
  transition:all 0.5s;
  border-radius:50%;
}

.slider-btn:hover{
	 background-color: rgba(0, 178, 204,1);
}

.slider-btn i {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-btn.prev {
  left: 20px;
}

.slider-btn.next {
  right: 20px;
}




video{
	width:100%;
	height:100%;
	object-fit: cover;
}

video source{
	width:100%;
	object-fit:cover;
	object-position: center;
	height:100%;
}


























.section-home{
	background:white;	
	position:relative;
	font-family: "deraga";
	overflow:hidden;  
}

.section-lang{
	padding:50px 40px 20px 40px;
	text-align:center;
}




#conteneur-lang ul li:first-child a{
	background:#00b2cc;
	color:white;
	padding:8px 10px;
}





h1{
	color:#00b2cc;
	font-size:4em;
	width:100%;
	font-family: "semplicitapro";
	padding: 65px 40px;
	margin:0;
}

h1 span{
	color:#eb008c;
	font-weight:900;
	font-size:1.2em;
}
 
 h2 span{
	 color:#00b2cc;
	 font-weight:900;
	 font-size:1.2em;
 }
 
 .section-blanc .texte h2{
	 text-align:left;
 }
 
 
 h2 span{
	 display:block;
 }
 
h2{
	font-size:3em;
	font-family: "semplicitapro";
}



.section-bleu{
	background:#00b2cc;
	padding:100px 40px;
	position:relative;
	text-align:left;
}


.section-bleu .texte strong{
	margin:0 0 20px 0;
	font-size:1.2em;
	display:block;
}

.section-bleu h2,
.section-bleu p{
	color:white;  
}


.section-beige{
	position:relative;
	background:#f9f7f2;
	padding:100px 40px;
	text-align:center;  
}

.section-beige p{
	max-width:880px;
	margin:0 auto;
}

.info{
	border:none;
}

.section-beige p, .promotion p, .info p, .section-beige a, .promotion a, .info a{
	text-align:center;
	position:relative;
	z-index:10;
}

.center{
	text-align:center;
	margin: 0 auto;
}

 .texte{
	width:35%;
	z-index:100;
}





.section-bleu .image,
.section-blanc .image{
	
	width:600px; 
	height:auto;	
	position:relative;
	margin:0 40px;
	z-index:100;
	border-radius:40px;
}

.section-bleu .image img,
.section-blanc .image img{
	border-radius:40px;
}

.section-bleu .tel-container a,
.section-bleu .tel-container a:active,
.section-bleu .tel-container a:focus,
.section-bleu .tel-container a:visited{
	color:#eb008c;
	font-weight:600;
	font-size:1.4em;
}

.section-bleu .tel-container a:hover{
	background:transparent;
}

.section-bleu .image img{
	position:absolute;
	top:0px;
}


.section-bleumarine{
	background:#eb008c;
	position:relative;
	padding:100px 30px;
	text-align:center;
	align-items: center;
}

.section-bleumarine p,
.section-bleumarine h2,
.section-bleumarine h3{
	color:white;
	text-align:center;
}

.section-bleumarine strong{
	color:white;
}

.section-blanc{
	background:white;
	position:relative;
	padding:100px 40px;
	align-items: center;
}

.section-blanc.info p{
max-width:880px;
margin:0 auto;
}

.tong{
	position:absolute;
	right:40px;
	bottom:10px;
	z-index:100;
}

.atout-container .vague{
	z-index:0;
}



.atout{
	width:250px;
	text-align:center;  
	margin:20px;
	z-index:10;
}

.atout img{
	width:250px;
	height:250px;
	padding:10px 0;
	border-radius:50%;
	object-fit:cover;
}


.atout a,
.atout a:active,
.atout a:focus,
.atout a:visited{
	color:white;
	font-weight:600;
	text-transform:uppercase;
	font-size:1em;
	transition:all 250ms;
	font-family:"semplicitapro";
}

.atout a:hover{
	text-decoration:none;
	color:#ffe500;
	background:transparent;
}

.atout a img{
	transition: all 250ms;
}

.atout a:hover img{
	opacity:0.8;
}

.atout span{
	color:#ffe500;
	color:white;
	font-weight:600;
	text-transform:uppercase;
	font-size:1em;
	transition:all 250ms;
	font-family:"semplicitapro";
}




.avis p {
	font-size:2.5em;
}




.picto-vague{
	position:absolute;
	top:200px;
	left:10%;
	z-index:10;
}




.picto-poisson{
	position:absolute;
	top:140px;
	right:2%;
	z-index:10;
}


.container-imgsit{
	width:500px;
	height:400px;
	position:relative;
	margin:0 40px;
}

.container-imgsit img{
	object-fit:cover;
	width:100%;
	height:100%;
	object-fit: cover;
	border-radius:40px;
}

.container-imgsit .carte{
	position:absolute;
	width:150px;
	height:150px;
	bottom:-75px;
	left:-75px;
} 


.container-spa{
	width:100%;
}

.container-spa img{
	width:50%;
	object-fit:cover;
	min-height:350px;
}

.picto-spa{
	position:absolute;
	bottom:50px;
	right:5%;
	z-index:1;
}

.picto-oiseau{
	position:absolute;
	top:150px;
	left:5%;
	z-index:1;
}

.padding-vague{
	padding-bottom:220px !important;
}

#slider-hebergement{
	z-index:100;
} 

.waves {
  position:absolute;
  width: 100%;
  height:10vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
  bottom:0;
  display:block;
  z-index:10;
}



/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}


@media (max-width: 1400px) { 
.texte{
	width:50%;
	margin:40px;
}

}


@media (max-width: 968px) { 
.texte{
	width:100%;
}

.container-spa img{
	width:100%;
}

}



/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  
  .padding-vague{
	  padding-bottom:100px !important;
  }
  
  .tong{
	  bottom:0px;
  }
  .picto-spa, .picto-vague, .picto-oiseau{
	  display:none;
  }
 
}