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


.white {
	color:#eee;
	}

.pure_white {
	color:#fff;
	}

.black{
	color:#333;
	}

.pure_black {
	color:#000;
	}
	



nav a {
	border: 0px !important;
}


img, a, *:focus {
	outline: none;
}


a {
	text-decoration: none;
}

a:hover, a:visited, a:link, a:active

{
   text-decoration: none;
}


.c {
	text-align: center;
}

.l {
	text-align: left;
}

.r {
	text-align: right;
}

.j {
	text-align: justify;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}




.fl {
	float: left;
}


.fr {
	float: right;
}

.fc {
	float:none;
	text-align:center;
	left:50%;
	
}

.nofloat {
	clear:left;
}



h1, h2, h3, h4, h5 {
	
	font-family: 'Yantramanav', sans-serif;	font-weight: 100;
	font-weight: 100;
	text-align: left;
	
}



p {
	margin-top:5px;
	margin-bottom:5px;
	
	font-size: 40px;
	
	line-height: 40px;
	height:auto;

	text-shadow:none;
	
	letter-spacing:-2px;


	
}


h1 {
	margin-top:5px;
	margin-bottom:5px;

	font-size: 60px;
	
	line-height:40px;
	height:auto;
	
	text-shadow:none;

	letter-spacing:-5px;
}

h2 {
	margin-top:5px;
	margin-bottom:5px;
	
	font-size: 50px;

	line-height: 40px;
	height:auto;
		
	text-shadow:none;


	letter-spacing:-2px;
}


h3 {
	margin-top:5px;
	margin-bottom:5px;
	
	font-size: 40px;
	
	line-height: 40px;
	height:auto;

	text-shadow:none;
	
	letter-spacing:-2px;


	
}

h4 {
	margin-top:5px;
	margin-bottom:5px;
		
	font-size: 30px;
	
	line-height: 40px;
	height:auto;
		
	text-shadow:none;

	letter-spacing:-2px;
		

}



.clear, form br {
	display: block;
	clear: both;
	float: none;
	line-height: 0px;
	font-size: 0px;
}

.notext {
	line-height: 0px;
	font-size: 0px;
}

.noheight {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}




.hidden {
	display: none;
}

.forcew {
	display: inline-block;
}



body, input, textarea, button, form, div, td, ul, li, p, a {
	font-family: 'Yantramanav', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #222;
	text-align: justify;
	
}


body.normal .page {
	box-shadow: none;	
}


.selector, select, input, textarea, button {
	font-family: 'Yantramanav', sans-serif;
	font-weight: 400;
	border:#CCC;
	border-style:solid;
	border-width:1px;
	font-size:72px;
}

header {
	position:relative;
}

section {

}



#dim {
	min-width: 300px;
	overflow: hidden;
}

#dimfiche {

	overflow: hidden;
}


#dimlisting {
	min-width: 600px;
	overflow: hidden;
}


.message {
	position: relative;
	width: 600px;
	height:auto;
	margin: 20px auto 20px auto;
	padding: 5px;
	text-align:center;

}

.information {
	position: relative;
	width: 900px;
	height:auto;
	margin: 20px auto 20px auto;
	padding: 5px;
	text-align:center;
	
}





.inner {
	position: relative;
	padding: 10px 10px 10px 10px;
	background:#F0F0F0;


}


.inner:hover {
	position: relative;
	padding: 10px 10px 10px 10px;
	background:#E0E0E0;
	transition: 0.6s all;
}



.bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0px 3px 15px -10px #000;
	-moz-box-shadow: 0px 3px 15px -10px #000;
	-webkit-box-shadow: 0px 3px 15px -10px #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}


.bg_draft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background:#96D9E7;
	box-shadow: 0px 3px 15px -10px #000;
	-moz-box-shadow: 0px 3px 15px -10px #000;
	-webkit-box-shadow: 0px 3px 15px -10px #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}


.bg_released {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background:#BBE756;
	box-shadow: 0px 3px 15px -10px #000;
	-moz-box-shadow: 0px 3px 15px -10px #000;
	-webkit-box-shadow: 0px 3px 15px -10px #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}

.bg_secondpage {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background:#F8AFAF;
	box-shadow: 0px 3px 15px -10px #000;
	-moz-box-shadow: 0px 3px 15px -10px #000;
	-webkit-box-shadow: 0px 3px 15px -10px #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}






.menu_bouton {
	
	width:100%;
	position:relative;
	height:100%;
	margin: 10px 10px 10px 10px;
	padding: 5px;
	box-shadow: 0px 0px 0px -5px black;
}


video#bgvid {
    transition: 1s opacity;
}
video#bgvid {
    position: fixed;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    background: url(../video/semalt.jpg) no-repeat;
    background-size: cover;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

user agent stylesheet
video {
    object-fit: contain;
}

#big-video-wrap {
	z-index: 1;
}

footer {
	position:fixed;
	width:100%;
	background-color:#ddd;	
	bottom:0px;	
	
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}


footer:hover {
	
	/* Ajout des transitions */
	transition: all .5s .0s;
}




.newfooter { 
	font-family: 'Yantramanav', sans-serif;
	font-weight: 100;
	font-size: 50px;
	line-height: 50px;
	text-align:center;
	color:#666;
	text-shadow:none;
	letter-spacing:-5px;
}


.texte_footer { 
	font-family: 'Yantramanav', sans-serif;
	font-weight: 100;
	font-size: 30px;
	line-height:30px;
	text-align:center;
	color:#666;
	text-shadow:none;
	letter-spacing:-2px;
}


.texte_footer_vert { 
	font-family: 'Yantramanav', sans-serif;
	font-weight: 100;
	font-size: 30px;
	line-height:30px;
	text-align:center;
	color:#94C058;
	text-shadow:none;
	letter-spacing:-2px;
}


.footerlogo {	
	text-align: center;
}


.footer_titre { 
	font-family: 'Yantramanav', sans-serif;
	font-weight: 100;
	font-size: 50px;
	line-height: 50px;
	text-align:center;
	color:#666;
	text-shadow:none;
	letter-spacing:-5px;
}

.footer_texte { 
	font-family: 'Yantramanav', sans-serif;
	font-weight: 100;
	font-size: 30px;
	line-height:30px;
	text-align:center;
	color:#666;
	text-shadow:none;
	letter-spacing:-2px;
}





.clique {
	font-family: 'Yantramanav', sans-serif;
	font-weight: 400;
	font-size: 40px;
	height:40px;
	text-shadow:none;
	color:#94C058;
}


.clique:hover {
	font-family: 'Yantramanav', sans-serif;
	font-weight: 400;
	font-size: 40px;
	height:40px;
	text-shadow:none;
	color:#ccc;
}




.bonjour {
	font-family: 'Yantramanav', sans-serif;
	font-weight: 200;
	font-size: 50px;
	height:40px;
	text-shadow:none;
	color:#666;
}


.texte {
	font-family: 'Yantramanav', sans-serif;
	font-weight: 100;
	font-size: 28px;
	line-height:26px;
	height:auto;
	text-shadow:none;
	color:#666;

}







gras_header {

font-weight: 400;
color:#888;
font-size: 80px;
height:auto;
line-height: 50px;

}




.linkmove {
	
	
	padding-top:0px;
	padding-bottom:0px;
	transition: 0.6s all;
}

.linkmove:hover { 
	
	color:rgb(96,168,249);
	padding-top:10px;
	padding-bottom:10px;
	transition: 0.6s all;
	
}

.link:hover { 
	
	color:rgb(96,168,249);

	
}


.circular {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;


}

.submit { 	
	font-size:25px;
	width:auto;
	height:40px;
	margin-left:10px;
	text-align:center;
}


.input { 	
	font-size:25px;
	width:80%;
	height:40px;
	margin-left:10px;
	text-align:center;
}

.inputlogin
{
	font-size:40px;
	width:80%;
	height:60px;
	margin-left:10%;
	text-align:left;
	
	
	border-bottom-style:none;
	border-bottom:solid;
	border-bottom-width:2px;
	
	
	
}

	
.input:focus { 
	border-color:#09F;
}
	

.textarea {
	font-size:18px; 
	width:250px;
	height:30px;
	
	}
	
.textarea2 {
	font-size:18px; 
	width:600px;
	height:30px;

}

.textarea:focus { 
	
	border-color:#09F;
}


.active, .active:hover, .active *, .active *:hover {
	cursor: default;
}


