/* 
Genius Template 
http://www.templatemo.com/tm-402-genius 
*/

/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/
body { 
	font: 16px/23px 'Dosis', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	color: #dddddd;
	background-color: #010101;
	background-image: url(../medias/logo-v1-blanc.png); background-repeat: no-repeat; background-size: contain;
	}

a { -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }

input::-moz-focus-inner { border: 0; }

a:hover, a:active, a:focus { text-decoration: none; outline: none; }

h1, h2, h3, h4, h5, h6 { font-family: 'Dosis', serif; color: white; }

.blue {
	color: #39F;
}

.green {
	color: #0C0;
}

.red {
	color : #4c1111;
}


#video-presentation {
	display : block;
	max-width : 80%;
	margin : 50% auto 0px auto;

}

