@charset "utf-8";
/* CSS Document */

@viewport
{ 
    width: device-width; 
    zoom: 1; 
}

* 
{
	margin:0px;
	padding:0px;
}

body
{
	position: relative; /* on positionne le conteneur */
	font-family: 'Open Sans', Helvetica;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	background-attachment: scroll;
	background-position: center;
}

/* Le corps */

#corps-index
{
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-color: #FFF;
}

#bloc-1
{
	width: 908px;
	height: 450px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-image: url(index-background-top.jpg);
}

/* dans bloc 1 */

 /* annonce covid-19 */
  #covid-container
{
	float: left;
	width: 420px;
	height: auto;
	font-family: 'Open Sans', Helvetica;
}

.covid-container-titre 
{
	float: left;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #07AF3A;
	-moz-border-radius: 0 0 10px;
	-webkit-border-radius: 0 0 10px;
	;
	border-radius: 0 0 10px;
}

#covid-container ul 
{
	list-style-type:none;
	text-align: left;
	line-height: 11px;
	padding-bottom: 8px;
	}

#covid-container li 
{
	float: left;
	letter-spacing: 1px;
}
 
#covid-container li a 
{
	text-decoration: underline;
}
  
#covid-container li a:hover 
{
	color: #ffffff;
	background-color: #04C63F;
}
  
#covid-container ul li ul {
	display: none;
	width: 340px;
	padding: 8px;
	margin-top: 30px;
	color: #293657;
	font-size: 11px;
	line-height: 12px;
	background-color: #98C9A9;
	/*arrondir les coins en haut droite et en bas gauche*/
	-moz-border-radius: 0px;
	-moz-border-top-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-radius: 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	;
	border-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	opacity: 0.9;
}
 
#covid-container ul li:hover ul  /* fond sous menu*/
{
	display:block;
}

#covid-container li:hover ul li 
{
	float:none;
}

#covid-container li ul 
{
	position: absolute;
}
 /* fin annonce covid-19*/



/* TITRE FR*/
#titre
{
	float: left;
	width: 908px;
	height: auto;
	margin-top: 25px;
	text-align:center;
}

.titre
{
	font-family: 'Open Sans', Helvetica;
	color: #ffffff;
	font-size: 26px;
	line-height: 28px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 3px;
}


#titre ul 
{
	list-style-type:none;
	text-align: left;
	font-family: 'Open Sans', Helvetica;
	font-size: 13px;
	line-height: 14px;
	margin-left: 18px;	
}

#titre li 
{
	float: left;
	letter-spacing: 1px;
}
 
#titre li a 
{
	display: block;
	position: relative;
	color:#ffffff;
	text-decoration:none;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-right: 15px;
	padding-left: 10px;
	white-space: nowrap;
}
  
#titre li a:hover 
{
	color:#ffffff;
	background-color: #5aa0e1;
		/*arrondir les coins en haut droite et en bas gauche*/
-moz-border-radius: 0 10px;
-webkit-border-radius: 0 10px;
	border-radius: 0 10px;
}
  
#titre ul li ul {
	display: none;
	color: #373647;
	background-color: #4f5461;
	font-weight: normal;
	padding-right: 0px;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	/*arrondir les coins en haut droite et en bas gauche*/
-moz-border-radius: 0 10px;
-webkit-border-radius: 0 10px;
	border-radius: 0 10px;
	opacity:0.8;
}

#titre ul li:hover ul  /* fond sous menu*/
{
	display:block;
}

#titre li:hover ul li 
{
	float:none;
}

#titre li ul 
{
	position:absolute;
}
 /* fin du menu 1 FR*/


 /* MENU 2 (votre style)*/
 #menu2
{
	float: right;
	position:relative;
	width: 160px;
	height: auto;
	font-family: 'Montserrat', Helvetica;
	margin-top: 60px;
	padding-right: 12px;
}

.menu2-titre 
{
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 2px;
	line-height: 15px;
}

#menu2 ul 
{
	position: absolute
	display:none;
	list-style-type: none;
	text-align: right;
	line-height: 11px;
	padding-bottom: 8px;
	padding-top: 8px;
	font-weight: 500;
	right: 50px;
}

#menu2 li 
{
	float: left;
	letter-spacing: 1px;
}
 
#menu2 li a 
{
	display: block;
	position: right;
	color:#ffffff;
	text-decoration:none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
}
  
#menu2 li a:hover 
{
	color: #ffffff;
	background-color: #5aa0e1;
	-moz-border-radius: 0 10px;
	-webkit-border-radius: 0 10px;
	;
	border-radius: 0 10px;
}
  
#menu2 ul li ul {
	display: none;
	font-size: 11px;
	background-color: #4f5461;
	-moz-border-radius: 0 10px;
	-webkit-border-radius: 0 10px;
	;
	border-radius: 0 10px;
	opacity: 0.9;
	border: thin solid #00CCCC;
}
 
#menu2 ul li:hover ul  /* fond sous menu*/
{
	display:block;
}

#menu2 li:hover ul li 
{
	float:none;
}

#menu2 li ul 
{
	position: absolute;
}
 /* fin du menu2 (choississez votre style)*/
 

 /* MENU 2 EN (votre style)*/
 #menu2-en
{
	float: left;
	width: 160px;
	height: auto;
	font-family: 'Open Sans', Helvetica;
	margin-left: 260px;
	margin-top: 40px;
}

.menu2-en-titre
{
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 2px;
	line-height: 15px;
}

#menu2-en ul 
{
	list-style-type:none;
	text-align: left;
	line-height: 11px;
	padding-bottom: 8px;
	padding-top: 4px;
	}

#menu2-en li 
{
	float: left;
	letter-spacing: 1px;
}
 
#menu2-en li a 
{
	display: block;
	position: relative;
	color:#ffffff;
	text-decoration:none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
}
  
#menu2-en li a:hover 
{
	color:#ffffff;
	background-color: #5aa0e1;
-moz-border-radius:0 10px;
-webkit-border-radius:0 10px;;
	border-radius: 0 10px;
}
  
#menu2-en ul li ul {
	display: none;
	font-size: 11px;
	background-color: #4f5461;
		/*arrondir les coins en haut droite et en bas gauche*/
-moz-border-radius:0 10px;
-webkit-border-radius:0 10px;;
	border-radius: 0 10px;
	opacity:0.9;
	border: thin solid #00CCCC;
}
 
#menu2-en ul li:hover ul  /* fond sous menu*/
{
	display:block;
}

#menu2-en li:hover ul li 
{
	float:none;
}

#menu2-en li ul 
{
	position: absolute;
}
 /* fin du menu2 EN (choississez votre style)*/


 /* MENU 3*/
#menu3
{
	float: left;
	width: 515px;
	height: auto;
	font-family: 'Montserrat', Helvetica;
	font-size: 13px;
	text-align: center
	color: #b6d3e4;
	margin-left: 300px;
	margin-top: -15px;
}

#menu3 a
{
	color: #293657;
	text-decoration: none;
	padding-top: 11px;
	padding-right: 16px;
	padding-bottom: 14px;
	padding-left: 16px;
}

#menu3 a:hover 
{
	color: #b6d3e4;
	background-color: rgba(255,255,255,0.2);

}
 /* fin du menu 3*/


 /* bloc milieu de page*/
#bloc-2
{
	float: left;
	width: 907px;
	height: auto;
	margin-top: -6px;
	background-image: url(index-background-milieu.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

#bloc-2 a
{
	color: #384f75;
}



 /* presentation des bateaux*/
#bloc-900
{
	float: left;
	width: 900px;
	height: auto;
	margin-left: 5px;
	margin-top: 8px;
}

#bloc-290
{
	float: left;
	width: 290px;
	height: auto;
	margin: 0px;
}

#vignette-lagoon420
{
	float: left;
	width: 290px;
	height: 290px;
	background-image: url(index-vignette-lagoon420.jpg);
	background-repeat: no-repeat;
}


#vignette-lagoon46
{
	float: left;
	width: 290px;
	height: 290px;
	background-image: url(index-vignette-lagoon46.jpg);
	background-repeat: no-repeat;
}

#vignette-lagoon52
{
	float: left;
	width: 290px;
	height: 290px;
	background-image: url(index-vignette-lagoon52.jpg);
	background-repeat: no-repeat;
}

#vignette-punch
{
	float: left;
	width: 290px;
	height: 290px;
	background-image: url(index-vignette-punch.jpg);
	background-repeat: no-repeat;
}

#vignette-cabine
{
	float: left;
	width: 290px;
	height: 290px;
	background-image: url(index-vignette-cabine.jpg);
	background-repeat: no-repeat;
	margin-top: -10px;
}

#vignette-mini-croisiere
{
	float: left;
	width: 290px;
	height: 290px;
	background-image: url(index-vignette-mini-croisiere.jpg);
	background-repeat: no-repeat;
	margin-top: -10px;
}


#vignette-texte
{
	float: left;
	width: 200px;
	height: 85px;
	color: #384f75;
	text-align: left;
	margin: 3px;
	padding-top: 3px;
	padding-left: 4px;
	background-color: #DFF2F7;
	border-radius: 4px;
	opacity: 0.8;
}


#bloc-gauche
{
	float: left;
	width: auto;
	height: auto;
}

#container-corps
{
	position: relative;
	width: 900px;
	height: auto;
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}


#container-corps img
{
border: 0;
}

#container-corps a
{
	text-decoration: none;
	color: #333333;
}

#container-corps a:hover
{
	text-decoration: none;
	color: #003399;
}

#container-intro
{
	float: left;
	width: 900px; /*Center container on page*/
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -5px;
	margin-top: 0px;
}
	
#container-intro-wrapper
{
	float: left;
	width: 100%;
}

/* fin presentation des bateaux*/


#descriptif-1-fr
{
	float: left;
	font-family: 'Montserrat', Helvetica;
	font-size: 13px;
	width: 345px;
	height: 110px;
	color: #293657;
	margin-top: 90px;
	margin-left: 13px;
	line-height: 16px;
}

#descriptif-1-en
{
	position: absolute;
	font-family: 'Montserrat', Helvetica;
	font-size: 13px;
	width: 375px;
	height: 110px;
	color: #293657;
	margin-top: 233px;
	margin-left: 11px;
	line-height: 15px;
}

#descriptif-1-en a
{
	text-decoration: none;
	color: #293657;
}

#descriptif-2
{
	font-family: 'Open Sans', Helvetica;
	height: auto;
	width: 858px;
	height: auto;
	position: relative;
	color: #6c748f;
	font-size: 12px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
}

h1
{
	font-family: 'Cinzel', serif;
	color: #ffffff;
	font-size: 38px;
	padding-top: 10px;
	letter-spacing: 2px;
}

h2
{
	font-family: 'Montserrat', Helvetica;
	font-size: 20px;
	padding-top: 12px;
	font-weight: lighter;
}

h3
{
	font-family: 'Montserrat', Helvetica;
	font-size: 14px;
	color: #384f75;
	font-weight: bolder;
}

h4
{
	font-family: 'Open Sans', Helvetica;
	font-size: 13px;
	color: #FFFFFF;
	margin-bottom: 5px;
}


.font-10
{
	font-size: 10px;
}

.bold
{
	font-weight: bold;
}

.bold-18
{
	font-weight: bold;
	font-size: 18px;
}

.bold-600
{
	font-weight: 600;
}

.gris-clair
{
	color: #a8acb4;
}

.bleu-12-bold
{
	font-size: 12px;
	color:#66FFFF;
	font-weight: 600;
}


.orange-38-bold
{
	font-family: 'Open Sans', Helvetica;
	font-size: 38px;
	line-height: 38px;
	color:#ef6c03;
	font-weight: 900;
}

.orange-38-bold a
{
	text-decoration: none;
}



.espace-3 
{
line-height: 3px;
}
.espace-5 
{
line-height: 5px;
}
.espace-7 
{
line-height: 7px;
}
.espace-8 
{
line-height: 8px;
}
.espace-10 
{
line-height: 10px;
}
.espace-15 
{
line-height: 15px;
}
.espace-20 
{
line-height: 20px;
}
.espace-25 
{
line-height: 25px;
}
.espace-30 
{
line-height: 30px;
}
.espace-40 
{
line-height: 40px;
}
.espace-50 
{
line-height: 50px;
}
.espace-60 
{
line-height: 60px;
}
.espace-80 
{
line-height: 80px;
}
.espace-100 
{
line-height: 80px;
}





/* PIED DE PAGE */
#pied-de-page
{
	width: 908px;
	height: 365px;
	clear: both;
	text-align: left;
	background-image: url(index-pied-de-page.jpg);
	background-repeat: no-repeat;
}


#pied-de-page-wrapper
{
	float: left;
	width: 100%;
}

#pied-de-page-colonne1
{
	width: 175px;
	margin-right: 350px;
	padding-left: 10px;
	margin-left: 20px;
	line-height: 15px;
	margin-top: 12px;
}

#pied-de-page-colonne2
{
	float: left;
	width: 200px;
	margin-left: -660px;
	margin-top: 12px;
}

#pied-de-page-colonne3
{
float: left;
width: 200px; 
margin-left: -426px; 
margin-top: 12px;
}

#pied-de-page-colonne4
{
	float: left;
	width: 168px;
	margin-left: -203px;
	margin-top: 12px;
}

.style-colonnes-pied-de-page
{
	font-family: 'Open Sans', Helvetica;
	font-size: 12px;
	text-align: left;
	color: #CCCCCC;
}

.style-colonnes-pied-de-page a
{
	color: #CCCCCC;
	text-decoration: none;
}

 /* diaporama*/
.css-slideshow {
	position: relative;
	max-width: 908px;
	height: 269px;
	font-family: 'Open Sans', Helvetica;
	font-weight: 100;
	letter-spacing: 1px;
	word-spacing: 1px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
}

.css-slideshow figure 
{
margin: 0;
max-width: 450px;
height: 269px;
background: #fff;
position: absolute;
}


.css-slideshow figcaption 
{
	position: absolute;
	width: 250px;
	top: 8px;
	color: #fff;
	background: rgba(0,0,0, .3);
	font-size: 0.8em;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
-webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
-o-transition: opacity .5s;
-ms-transition: opacity .5s;
transition: opacity .5s;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.css-slideshow:hover figure figcaption 
{
-webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
-o-transition: opacity .5s;
-ms-transition: opacity .5s;
transition: opacity .5s;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}

.css-slideshow-attr 
{
max-width: 530px;
text-align: right;
font-size: .7em;
font-style: italic;
}

.css-slideshow-attr a 
{
color: #666;
}

.css-slideshow figure:nth-child(1),.css-slideshow figure:nth-child(2),.css-slideshow figure:nth-child(3),.css-slideshow figure:nth-child(4),.css-slideshow figure:nth-child(5),.css-slideshow figure:nth-child(6),.css-slideshow figure:nth-child(7) {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
}
.css-slideshow figure:nth-child(1) {
-webkit-animation: xfade 48s 42s infinite;
-moz-animation: xfade 48s 42s infinite;
-ms-animation: xfade 48s 42s infinite;
-o-animation: xfade 48s 42s infinite;
animation: xfade 48s 42s infinite;
}
.css-slideshow figure:nth-child(2) {
-webkit-animation: xfade 48s 36s infinite;
-moz-animation: xfade 48s 36s infinite;
-ms-animation: xfade 48s 36s infinite;
-o-animation: xfade 48s 36s infinite;
animation: xfade 48s 36s infinite;
}
.css-slideshow figure:nth-child(3) {
-webkit-animation: xfade 48s 30s infinite;
-moz-animation: xfade 48s 30s infinite;
-ms-animation: xfade 48s 3s infinite;
-o-animation: xfade 48s 30s infinite;
animation: xfade 48s 30s infinite;
}
.css-slideshow figure:nth-child(4) {
-webkit-animation: xfade 48s 24s infinite;
-moz-animation: xfade 48s 24s infinite;
-ms-animation: xfade 48s 24s infinite;
-o-animation: xfade 48s 24s infinite;
animation: xfade 48s 24s infinite;
}
.css-slideshow figure:nth-child(5) {
-webkit-animation: xfade 48s 18s infinite;
-moz-animation: xfade 48s 18s infinite;
-ms-animation: xfade 48s 18s infinite;
-o-animation: xfade 48s 18s infinite;
animation: xfade 48s 18s infinite;
}
.css-slideshow figure:nth-child(6) {
-webkit-animation: xfade 48s 12s infinite;
-moz-animation: xfade 48s 12s infinite;
-ms-animation: xfade 48s 12s infinite;
-o-animation: xfade 48s 12s infinite;
animation: xfade 48s 12s infinite;
}
.css-slideshow figure:nth-child(7) {
-webkit-animation: xfade 48s 6s infinite;
-moz-animation: xfade 48s 6s infinite;
-ms-animation: xfade 48s 6s infinite;
-o-animation: xfade 48s 6s infinite;
animation: xfade 48s 6s infinite;
}
.css-slideshow figure:nth-child(8) {
-webkit-animation: xfade 48s 0s infinite;
-moz-animation: xfade 48s 0s infinite;
-ms-animation: xfade 48s 0s infinite;
-o-animation: xfade 48s 0s infinite;
animation: xfade 48s 0s infinite;
}
@keyframes "xfade" {
 0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   	filter: alpha(opacity=100);
   	opacity: 1;
 }
14.67% {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
16.67% {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
 98% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   	filter: alpha(opacity=0);
   	opacity: 0;
 }
 100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   	filter: alpha(opacity=100);
   	opacity: 1;
 }
}
@-moz-keyframes xfade {
 0% {
   filter: alpha(opacity=100);
   opacity: 1;
 }
14.67% {
	filter: alpha(opacity=100);
	opacity: 1;
}
16.67% {
	filter: alpha(opacity=0);
	opacity: 0;
}
 98% {
   filter: alpha(opacity=0);
   opacity: 0;
 }
 100% {
   filter: alpha(opacity=100);
   opacity: 1;
 }
}
@-webkit-keyframes "xfade" {
 0% {
   filter: alpha(opacity=100);
   opacity: 1;
 }
14.67% {
	filter: alpha(opacity=100);
	opacity: 1;
}
16.67% {
	filter: alpha(opacity=0);
	opacity: 0;
}
 98% {
   filter: alpha(opacity=0);
   opacity: 0;
 }
 100% {
   filter: alpha(opacity=100);
   opacity: 1;
 }
}
@-ms-keyframes "xfade" {
 0% {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
 }
14.67% {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
16.67% {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
 98% {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
 }
 100% {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
 }
}
@-o-keyframes "xfade" {
 0% {
   filter: alpha(opacity=100);
   opacity: 1;
 }
14.67% {
	filter: alpha(opacity=100);
	opacity: 1;
}
16.67% {
	filter: alpha(opacity=0);
	opacity: 0;
}
 98% {
   filter: alpha(opacity=0);
   opacity: 0;
 }
 100% {
   filter: alpha(opacity=100);
   opacity: 1;
 }
#vignette-texte a h3 {
}
