@font-face {
    font-family: 'Amarillo';
    src:url('../fonts/Amarillo.ttf.woff') format('woff'),
        url('../fonts/Amarillo.ttf.svg#Amarillo') format('svg'),
        url('../fonts/Amarillo.ttf.eot'),
        url('../fonts/Amarillo.ttf.eot?#iefix') format('embedded-opentype'); 
        font-weight: normal;
        font-style: normal;
}

@font-face {
    font-family: Korolev-Medium;
    src: url('../fonts/Korolev-Medium.woff') format('woff'),
        url('../fonts/Korolev-Medium.svg#Korolev-Medium') format('svg'),
        url('../fonts/Korolev-Medium.eot'),
        url('../fonts/Korolev-Medium.eot?#iefix') format('embedded-opentype'); 
        font-weight: normal;
        font-style: normal;
}

@font-face {
    font-family: Korolev-Light;
    src: url('../fonts/Korolev-Light.woff') format('woff'),
        url('../fonts/Korolev-Light.svg#Korolev-Light') format('svg'),
        url('../fonts/Korolev-Light.eot'),
        url('../fonts/Korolev-Light.eot?#iefix') format('embedded-opentype'); 
        font-weight: normal;
        font-style: normal;
}

body {
	font-family: 'Korolev-Light', sans-serif;
	font-size: 15px;
	color: #414141;
}

.loader {
	position : fixed;
	z-index: 9999;
	background : url('../images/anim_chargement.gif') #000000 50% 50% no-repeat;
	top : 0px;
	left : 0px;
	height : 100%;
	width : 100%;
	cursor : wait;

}

.intro_talents {
	text-align: center;
	font-size: 23px;
	}

#background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: gray;
    background-size: cover;
}

video {
	opacity: 0.75;
}

.logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 158px;
	height: 97px;
	position: absolute;
	top : 30px;
	left : 30px;
	z-index: 98;
}


.home {
	width: 800px;
	margin-top: 15%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	opacity: 0.8;
	-khtml-opacity: 0.8;
	-moz-opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.parenthese_g {
	background-image: url(../images/parathese_g.png);
	width: 101px;
	height: 500px;
	float: left;
}

.parenthese_d {
	background-image: url(../images/parathese_d.png);
	width: 101px;
	height: 500px;
	float: left;
}

.mobile {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px !important;
	display : none;
}

.mobile .close {
	font-size: 32px !important;
	opacity: 0.8 !important;
}

.intro {
	width: 578px;
	background: #FFFFFF;
	margin : 0 10px;
	height: 500px;
	float: left;
	padding: 40px 80px;
	color: #000000;
}

 .intro .hello {
	font-family: 'Amarillo', sans-serif;
	text-align: center;
	display: block;
	font-size: 55px;
	-ms-transform: rotate(-9deg); /* IE 9 */
    -webkit-transform: rotate(-9deg); /* Chrome, Safari, Opera */
    transform: rotate(-9deg);
		font-weight: normal;
}



.intro p {
	font-family: 'Korolev-Light', sans-serif;
	font-size: 16px;
	margin-top: 60px;
	text-align: justify;
	
}

.intro span {
	display: none;
	opacity:0;
}

.intro #decouvrir {
	display: none;
	opacity: 0;
	text-align: center;
	cursor: pointer;
}
.intro span#cacheTexte2 {
	display: inline;
	opacity:1;
}

.ensavoirplus {
	color: #e20026;
	text-align: right;
	margin-top: 50px;
	}

.ensavoirplus:hover {
	cursor: pointer;
	opacity: 0.5;
}


.fondu_supp {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}

.intro p strong {
	font-size: 21px;
	font-family: 'Korolev-Medium', sans-serif;
	line-height: 24px;
}

i {
	font-style: normal;
	color : #e20026;
}

/* Menu */
#conteneur_menu {
	height : 100%;
	width: 0;
	background: white;
	z-index: 99;
	position: fixed;
	top: 0;
	right: 0;
	opacity: 0.9;
	-khtml-opacity: 0.9;
	-moz-opacity:0.9;
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.menu {
	width: 100px;
	height: 100px;
	position: fixed;
	top : 30px;
	right : 30px;
	z-index: 100;
}

.contour_menu {
	width: 100px;
	height: 100px;	
}

#contour_menu {
	background-image: url(../images/contour_menu.png);
}


.menu .glyphicon {
	font-size: 30px;
	position: absolute;
	top : 35px;
	left: 35px;
	cursor: pointer;
	text-shadow: 0 0 5px white;
}

#glyph_remove {
	opacity: 0;
	color: black;
}

#glyph_remove:hover {
	color: #555555;
}

#glyph_burger {
	opacity: 1;
}

#burger:hover {
	color: #555555 !important;
}

#menu {
	font-family: 'Korolev-Light', sans-serif;
	width: 400px;
	font-size : 54px;
	position: fixed;
	top: 130px;
	right: -500px;
	}

#menu:hover {
	color: black;
}


#menu a {
	color: black;
	text-decoration: none;
}

#menu a:hover {
	color: #e20026;
	text-decoration: none;
}

#menu ul {
	margin-bottom: 32px;
	text-align: right;
	list-style: none;
}

#menu li {
	margin-bottom: 8px;
	text-align: right;
	list-style: none;
}

#menu p {
	font-size: 20px;
	text-align: right;
	color: black;
	margin-bottom: 15px;
}

#menu .menu_caritatif a {
	font-size : 24px !important;
	color : #e20026;
}

#menu .menu_caritatif a:hover {
	font-size : 24px !important;
	color : #e20026;
}

#menu p img {
	margin-top: -4px;
}

.menu .logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 158px;
	height: 96px;
	position: fixed;
	top : 30px;
	left : 30px;
	z-index: 999;
	opacity: 0;
}

.petite_parenthese_cache {
	font-family: 'Korolev-Medium', sans-serif;
	font-size: 70px;
	color : #e20026;
	display: none;
}

.img404 {
	text-align: center;
	
	height: auto;
	margin: auto;
	padding: 20px;
	
}

.img404 h1 {
	font-family: 'Amarillo', sans-serif;
	font-size: 90px;
	-ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
    transform: rotate(-5deg);
	padding: -30px 0 16px 0;
	line-height: 175px;
}

.img404 p {
	font-family: 'Korolev-Light', sans-serif;
	font-size: 22px;
	padding: 35px 20px 0 20px;
	text-transform: uppercase;
}

