body {
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-image: url(tahiti.gif);
	background-size: cover;
	background-position: center;
	font-family: 'Baloo 2', cursive;
}

.logo {
	width: 20%;
	display: block;
	margin: auto;
	top: 20px;
	position: relative;
}

.content {
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	color: #fff;
	font-size: 22px;
	text-align: center;
	height: 100%;
}

.content p {
	margin: 40px 0;
}

.btn {
	font-size: 34px;
	padding: 10px 30px;
	border: solid 1px #fff;
	color: #fff;
	text-decoration: none;
	margin: 50px 5px;
	background-color: #111215;
}

.btn:hover {
	background-color: #fff;
	color: #000;
}


/*iframe{ width: 1px; height: 1px;position: fixed; bottom:0px;right:0px; }*/

.head {
	height: 100%;
}

.footer {
	font-size: 16px;
	background-color: #fff;
	bottom: 0px;
	left: 0;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	width: 100%;
}

.footer2 {
	font-size: 16px;
	bottom: 0px;
	left: 0;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	width: 100%;
	height:180px;
	background-color:rgba(0,0,0,0.8);
}


.footer3 {
	font-size: 16px;
	background-color: #000;
	bottom: 0px;
	left: 0;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	width: 100%;
}
.footer3 img{width:20%;margin:0 auto;}
.footer3 a {color:#fff;}
.footer a {
	text-decoration: none;
	color: #fff;

}

.footer a:hover {
	text-decoration: underline;
}
.footer3 span{	cursor:pointer;}

#bgvid {
	display: block;
    width: 300%;
    height: 300%;
    z-index: -1;
    position: fixed;
    bottom: 0;
    left: -100%;
    right: 0;
    top: 0px;
}

video#bgvid {
	display: none;
	position: fixed;
	left: -10%;
	bottom: -20%;
	min-width: 120%;
	min-height: 120%;
	width: auto;
	height: auto;
	z-index: -100;
}

.tv {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(grid.png);
}

.formulaire {
	color: #fff;
	width: 100%;
	text-align: center;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 30px;
	padding: 0;
	position: fixed;
	top: 0;
	height: 100%;
}

.container {
	background-color: #fff;
	width: 80% !important;
	padding: 50px 10%;
	display: table;
	width: 100%;
	/*background-image: url(tache.png);*/
	background-repeat: no-repeat;
	color:#111215;
}

.left {
	width: 38%;
	float: left;
	display: none;
	margin-right: 2%;
}

.right {
	width: 100%;
	display: block;
	float: left;
}

.right p {
	font-family: 'Baloo 2', cursive;
	font-size: 26px;
}
.right p b {color: #ED0EBB;}

.right p a,
.right h1 {
	color: #4291AE;
}

.right h1 {
	margin-bottom: 2px;
}

.right h2 {
color: #ED0EBB;
    margin-top: 2px;
    font-family: 'Baloo 2', cursive;
    font-size: 0.9em;
}
.left img,.right img{width:100%;display:block;    margin: 0 auto 4% auto !important;}
.right img{border:solid 1px #fff;}
.news {
	font-size: 40px;
	color: #111215;
	text-transform: uppercase;
	border-bottom: solid 1px #111215;
}

.nav span {
    background-color: #000;
    color: #fff;
    padding: 3px 10px;
    margin-right: 10px;
    cursor: pointer;
    border: solid 1px #fff;
}

#share-btn {
	background-color: #1C91AE;
	text-decoration: none;
	color: #fff;
	padding: 3px 10px;
	margin-right: 10px;
	cursor: pointer;
}

#gallery img {
	width: 100%;
	display: block;
	cursor: pointer;
}

.menu {
	/*background-color: #212122;*/
	background: rgb(33,33,34);
	background: linear-gradient(180deg, rgba(33,33,34,1) 0%, rgba(17,18,21,1) 100%, rgba(105,105,105,1) 100%);
	line-height: 60px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	font-size: 22px;
	z-index:9998;
	height:60px;
	position:relative;
	border-bottom: solid 1px #000;
}

.menu a {
	text-decoration: none;
	color: #fff;
	transition-property: color;
	transition-duration: 2s;
	transition-delay: 0s;
}

.menu a:hover {
	color: #1C91AE !important;
}



.fixNavigation {
	position: fixed;
	top: 0;
	width: 80%;
}

.loader {
	position : fixed;
	z-index: 9999;
	background : url('loader.gif') 50% 50% no-repeat;
	top : 0px;
	left : 0px;
	height : 100%;
	width : 100%;
	cursor : wait;
	background-color:#000;
	background-size:100px;
	}
	
	.header-nav{padding:0 10%;}

    .header-nav img {
        left: 10px;
        position: relative;
        top: 12px;
    }
    .header-nav .logo {
        float: left;
        width:230px;
    }
    .header-nav a:link,
    .header-nav a:visited {
        color:#fff ;
        margin: 0 10px;
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
        text-align: right;
        line-height: 60px;
    }
    .header-nav a:hover,
    .header-nav .link-current,
    .header-nav a.selected {
        color:#CCC;
    }
    .header-nav a.homepage:hover {
        border: none;
    }
    .header-nav ul {
        float: right;
        margin: 0;
        padding: 0;
        display: block;
    }
    .header-nav ul li {
        display: inline;
    }
    .header-nav ul li ul {
        display: none;
        background-color: #222;
        position: relative;
        float: left;
        left: 247px;
        width: 106px;
        padding: 10px;
    }
    .header-nav ul li ul li {
        display: block;
    }
    .header-nav ul li:hover ul {
        display: block;
    }

    
        .contact {margin: 0;
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 0;
    color: #fff;
    text-align: center;
    height: 100%;
    position: fixed;
    right: 0;
    padding: 0 20px;
	width: 30%;
	overflow-y: auto;
    }
    .contact label {
        color: #fff;
    }
    .contact h1 {
        color: #fff;
        text-align: center;
        font-size: 22px;
    }
    .contact .btn {    font-size: 16px;
    padding: 10px 30px;
    border: solid 1px #fff;
    color: #000;
    text-decoration: none;
    margin: 50px 5px;
    text-transform: uppercase;
    background-color: #fff;}
	.contact input,.contact textarea{border-radius : 15px;border:none;padding:10px;}
	
	    
    code{color: #ED721F;}
	blockquote{border-left:solid 1px #fff;padding-left: 10px;font-style: italic;}
	.fb-like{position:fixed !important;top:18px;left:10px;z-index:9999;}
	.gallerie-page{background:none;background-color:#000;}
	.gallerie-page h1,.gallerie-page p,.gallerie-page h2{z-index:0;text-align:center;color:#fff;position:relative;letter-spacing:0;}
	.gallerie-page h1{color:#FFF;}
	.gallerie-page a {color:#ED0EBB;}
	.gallerie-page p {color:#ccc;}

			.header-nav
 {

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.apps {display:block;}

.gallerie-page img{width:60%;border-radius:45px;}
@media(max-width:800px) {
	
.container{height:auto;}
	.tv {
		position: relative;
	}
	iframe {
		  position: fixed !important;
    top: 15% !important;
    right: 0 !important;
    bottom: 15% !important;
    width: 90% !important;
    height: 80% !important;
    margin: auto !important;
    background-color:#fff !important;display:none !important;}
	.footer {
		position: relative;
		display:none;
	}
	.logo {
		width: 80%;
		position: relative;
		margin: 0 10%;
	}
	.btn {
		font-size: 0.8em;
		padding: 10px 10%;
		margin: 0px;
		width: 78%;
		display: block;
	}
	.mobile {
		display: none;
	}
	.left {
		display: none;
	}
	.right {
		width: 100%;
	}
	.layer img{width:60%;display:block;}
	.header-nav ul {position: fixed;
    bottom: 0;
    background-color: #000;
    left: 0;
    border-top: solid 1px #fff;width:100%;z-index:9999;}
    .header-nav ul li {
    display: inline-block;
    width: 49%;
    text-align:center;}
	.right p{font-size:14px;}
	.right h1{font-size:1.3em;}

/*.header-nav ul li:nth-child(2){display:none;}*/
.footer3{margin-bottom: 60px;}
.footer3 img{    display: block;
    width: 60%;
    margin: 0 20%;}
.logo {margin:auto;}
.texte     {margin-bottom: 62px;}
.texte a{width:80%;margin:10px auto;display:block;}
.contact{    padding: 5% 5%;
    width: 90%;overflow-y: auto;
    bottom: 62px;top:60px;height:auto;}
    .contact .btn{width:80%;margin:10px 10%;padding:10px 0;}
    .header-nav .logo{float:none;left:0;}

		.fb_iframe_widget{display:none !important;}


		.container-music iframe{display:block !important;width:100% !important;height:auto !important;margin:50px auto !important;position:relative !important;}
		.visualizer{width:100%;}
.apps {display:block;}
#video3D{width:80% !important;}
#player-vid{width:100%;}
}
