﻿body {
	background-image: url(../bg/1.jpg);
	overflow: hidden; 
}

html {
	height: 100%;
}

body {
	margin: 0px;
	background-color: #326696;
	overflow: hidden;
	font-family:Monospace;
	font-size:13px;
	text-align:center;
	font-weight: bold;
	text-align:center;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 100%;
	min-height: 480px;
	cursor: drag;
	cursor: -webkit-grab;

}

.menu {
	width: 248px;
	height: auto;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
}

.menu1 {
	width: 248px;
	height: auto;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	box-shadow: 0px 1px 0px 0px #878e98 inset;
	letter-spacing: -1px;
}
.menu > li > a {
	background-color: #FFFFFFF;
	border-bottom: 1px solid #33373d;
	-webkit-box-shadow: inset 0px 1px 0px 0px #878e98;
	-moz-box-shadow: inset 0px 1px 0px 0px #878e98;
	box-shadow: 0px 1px 0px 0px #878e98 inset;
	width: 100%;
	height: 2.20em;
	line-height: 2.20em;
	text-indent: 0.5em;
	display: block;
	position: relative;
	font-family: "Trajan Pro", Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #910f11;
	background-image: linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
}
.menu ul li a {
	background: #fff;
	border-bottom: 1px solid #efeff0;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 2.75em;
	display: block;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.923em;
	font-weight: 400;
	color: #003366;
}
.menu ul li:last-child a {
	border-bottom: 1px solid #33373d;
}
.menu > li > a:hover, .menu > li > a.active {
	background-color: #bfd2de;
	border-bottom: 1px solid #103c56;
	-webkit-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	-moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	box-shadow: 0px 1px 0px 0px #6ad2ef inset;
	background-image: linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
}
.menu > li > a.active {
	border-bottom: 1px solid #103c56;
}
.menu > li > a span {
	font-size: 0.857em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; 
	background: #48515c;
	line-height: 1em;
	height: 1em;
	padding: .4em .6em;
	margin: -.8em 0 0 0; 
	color: #fff;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: .769em;
	-moz-border-radius: .769em;
	border-radius: .769em;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
	font-weight: 500;
}
.menu > li > a:hover span, .menu > li a.active span {
	background: #103c56;
}
.menu > li > ul li a:before{
	content: '>';
	font-size: 8px;
	color: #bcbcbf;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	left: -2.7em;
}

.menu > li > ul li:hover a,
.menu > li > ul li:hover a span,
.menu > li > ul li:hover a:before {
	color: #32373D;
}


.menu ul > li > a span {
	font-size: 0.857em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; /
	background: #fff;
	border: 1px solid #d0d0d3;
	line-height: 1em;
	height: 1em;
	padding: .4em .7em;
	margin: -.9em 0 0 0; 
	color: #FFFFFFF;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: .769em;
	-moz-border-radius: 769em;
	border-radius: 769em;
	text-shadow: 0px 0px 0px rgba(255,255,255,.01));
}

.pointer {
	cursor: pointer;
}

.bold {
	font-weight: bolder;
}
.pull-right {
	float: right;
}


.no-webgl .preview {
	/*display: none !important;*/
}


.no-webgl-only {
	display: none;
}
.no-webgl .no-webgl-only {
	display: block;
}

.message {
	border-top: 1px dashed;
	color: #000;
	padding: 5px;
	opacity: 0.5;
	background: rgba(0,0,0,0.1);
	position: fixed;
	z-index: 200;
	font-size: 11px;
	left: 0;
	right: 0;
	bottom: 0;
}
.message a {
	color: #000;
	opacity: 0.7;
}

canvas {
	margin-bottom: -5px;
}

a {
	color:#0078ff;
}

.no-cursor {
	cursor: none;
}

.logo {
	background: url(../img/logo.png) no-repeat center 30%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: 35%;
	opacity: 0.8;
	z-index: 999;
	-webkit-transition: 3s opacity;
	-moz-transition: 3s opacity;
	-ms-transition: 3s opacity;
	-o-transition: 3s opacity;
	transition: 3s opacity;

}

.socials, .preview {
	position: fixed;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	opacity: 0;
	z-index: 9999;
}

.preview {
	bottom: auto;
	top: 0;
	opacity: 0.5;
	z-index: 9999;
}
.preview:hover {
	opacity: 1;
}

.preview > * {
	display: inline-block;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
}

.preview .next {
	float: right;
}
.preview .prev {
	float: left;
}

.socials {
	opacity: 0.6;
}
.socials:hover {
	opacity: 1;
}

.no-webgl .socials, .onbottom .socials {
	opacity: 1;
}

.onbottom:not(.no-webgl) .logo {
	opacity: 0.4;
}

.social {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 10px;
	display: inline-block;
	background: #fff;
	box-shadow: inset 0 0 15px #ccc;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #777;
}


.social:hover {
	box-shadow: inset 0 0 15px #999;
	color: #444;
}

.transit {
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.transit-long {
	-webkit-transition: 2.5s all ease;
	-moz-transition: 2.5s all ease;
	-ms-transition: 2.5s all ease;
	-o-transition: 2.5s all ease;
	transition: 2.5s all ease;
}

/* CSS pour la boîte de dialogue de mot de passe */
#password-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#password-container {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    z-index: 10000; /* Assure que le conteneur de la boîte de dialogue est au-dessus du fond */
}

#password-container input, #password-container button {
    display: block;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999;
}
