#couchearrplan {
	position:fixed;
	z-index:-2;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 164, 255, 0.8);
	background-blend-mode: multiply;
	mix-blend-mode:hue;
}

#arrplan {
	position: fixed;
	z-index: -3;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

#logo {
	margin:auto;
	z-index:2;
	top:130px;
	position:relative;
	height:4%;
}

#logodefiances {
	width:20%;
	min-width:300px;
	max-width:400px;
	max-height:52px;
}

#barredefi {
	height:1px;
	width:8%;
	min-width:200px;
	background-color:#8BFE0D;
	margin:auto;
	top:21px;
	z-index:1;
	position:relative;
}

.error{
	background-color:rgba(40,0,0,0.85);
	border-top:none;
	border-bottom:none;
	border-right:1px solid red;
	border-left:1px solid red;
	color:red;
	padding:10px;
	margin:auto;
	width:30%;
	min-width:280px;
	max-width:90%;
}

#messageerreur {
	position:relative;
	top:70%;
	width:300px;
	max-width:90%;
	margin:auto;
}

html {
	height:100%;
	width:100%;
	background-color:#070707;
	text-align:center;
}

#video {
	position:fixed;
	z-index:-2;
	top:0;
	left:0;
}

@media (min-aspect-ratio:16/9) {
	#video {
		width:100%;
		height:auto;
	}
}

@media (max-aspect-ratio:16/9) {
	#video {
		width:auto;
		height:100%;
	}
}

#connexion {
		position:relative;
		height:20%;
		min-height:450px;
		max-height:40%;
		border-bottom:1px solid #FFF;
		border-top:1px solid #FFF;
		padding-top:5%;
		padding-bottom:5%;
		margin-top:25%;
}

.buttonsContent {
	margin:40px auto 0px auto;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	font-size:15px;
	background-color:rgba(0,0,0,0.50);
	border:1px solid #8BFE0D;
	padding:10px 30px 10px 30px;
	color:#FFF;
	max-width:80%;
	margin:auto;
	text-transform:uppercase;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	font-size:15px;
	background-color:rgba(139,254,13,0.50);
	border:1px solid #8BFE0D;
	padding:10px 30px 10px 30px;
	color:#FFF;
	max-width:80%;
	margin:auto;
	text-transform:uppercase;
}

.choixdeslangues {
	position: relative;
	top: -50px;
	width: 100%;
	height: 0px;
}

body{
	font-family:Verdana, Sans-serif;
	font-size:16px;
	color:#FFF;
	margin:20px auto 20px auto;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	width:100%;
	height:100%;
	min-height:600px;
	background:url('monde.webm');
	background-size:cover;
}
form{
	margin:auto;
	padding:auto;
}

.clear{
	clear:both;
}

.login, .password{
	background-color:rgba(0,0,0,0.2);
	color:#8BFE0D;
	border-bottom:1px solid #FFF;
}

.login:active, .password:active, .login:hover, .password:hover, .login:focus, .password:focus, .field:focus, .field:active, .field:hover{
	background-color:rgba(0,0,0,0.75);
	color:#8BFE0D;
	border-bottom:1px solid #8BFE0D;
}

.login, .password, .login:active, .password:active, .login:hover, .password:hover, .login:focus, .password:focus, .field:focus, .field:active, .field:hover{
	height:30px;
	width:15%;
	min-width:250px;
	max-width:80%;
	padding:10px;
	border-top-style:none;
	border-right-style:none;
	border-left-style:none;
	box-shadow:none;
	outline:none;
	text-align:center;
	letter-spacing:3px;
	font-weight:bold;
	text-transform:uppercase;
}

::placeholder {
	text-transform:uppercase;
	color:#C3DFFF;
	text-align:center;
	font-size:18px;
	letter-spacing:15px;
	opacity:1;
}

a img, a, a:link {
	border:none !important;
	border-top-style:none;
	border-right-style:none;
	border-left-style:none;
	box-shadow:none;
	outline:none;
}

#drapeaux {
	border-radius:30px;
	height:20px;
	width:20px;
	margin:90px 15px 0px 15px;
}

#cadre.gradient {
	margin:auto;
	max-width:90%;
}

#bandeaudefi1 {
	width:100%;
	height:34%;
	position:relative;
	margin-top:-4%;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.75);
	z-index:-1;
}

#bandeaudefi2 {
	width:100%;
	height:30%;
	position:relative;
	bottom:0;
	left:0;
	background-color:rgba(0,0,0,0.75);
	z-index:-1;
}

/* MODIFICATIONS DE LA PAGE DE BASE */

.header-fixed #body-wrapper {
padding:0 !important;
}

section.section {
padding:0 !important; 
}

#body-wrapper .container {
padding:0 !important;
}

.container.grid-lg { 
max-width:100% !important;
}


/* ELEMENTS SUPPRIMES*/

.header-fixed #header, #footer {
display:none !important;
}

