@font-face {
	font-family: "vivaldi";
	src: url('VIVALDII.TTF');
}
@font-face {
	font-family: "lexington";
	src: url('lexington_high_font_by_asianpride7625-d2xph8r.ttf');
}
@font-face {
	font-family: "comfortaa";
	src: url('Comfortaa-Regular.ttf');
}

body{
	margin: 0;
	overflow: hidden;
	font-family: "comfortaa";
}

.fondFixed{
	background: url(../img/fond.jpg);
	background-position: 0 0;
	background-size: 100%;
	box-shadow: 5px 0px 40px 5px #000000;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.menu{
	background-color: #695649;
	box-shadow: 0px 5px 15px 0px #000000;
	color: #F9B649;
	height: 37px;
	left: 0;
	padding: 2px 0px;
	position: fixed;
	text-align: center;
	top: 15px;
	width: 100%;
	z-index: 10;
}

.menu a{
	color: #F9B649;
	text-decoration: none;
}

.menu a:hover{
	text-decoration: underline;
}

.menu_border{
	border-bottom: dashed 2px #D99659;
	border-top: dashed 2px #D99659;
}

.menu_item{
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin: 5px 15px;
}

div>.active{
	background-color: #F9B649;
	margin: 0;
	height: 100%;
	padding: 4px 15px;
}

.active a{
	color: #6a4510 !important;
}

.connexion{
	position: absolute;
	right: 0;
}

.menu_item:hover{
	text-decoration: underline;
}

.lien{
	cursor: pointer;
	height: 40px;
	left: 20px;
	position: fixed;
	width: 40px;
	z-index: 999;
}

.facebook{
	background: url(../img/facebook.png);
	background-position: 0 0;
	background-size: 100% 100%;
	top: 75px;
}

.youtube{
	background: url(../img/youtube.png);
	background-position: 0 0;
	background-size: 100% 100%;
	top: 125px;
}

.zone{
	box-shadow: 5px 0px 40px 5px #7d513c;
    padding-top: 75px;
    text-align: center;
}

.zone_titre{
	font-size: 3em;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	position: absolute;
	top: 75px;
	width: 100%;
	color: #a77445;
}

.zone_sousTitre{
	font-size: 35px;
	text-align: center;
}

.footer{
	background-color: #FFFFFF;
	box-shadow: 5px 0px 15px 0px #000000;
	height: 35px;
	text-align: center;
	width: 100%;
}

.catalogue_item{
	padding: 25px 0;
	text-align: center;
}

.gamme_image{
	border-radius: 10px;
	box-shadow: 0px 0px 15px #000000;
	cursor: pointer;
	margin: 0 10px;
	width: 10%;
}

.gamme_image:hover{
	box-shadow: 0px 0px 20px 10px #FFFFFF;
	opacity: 1;
}

.apresTitre{
	margin-bottom: 10px;
}

.textFormat1{
	font-size: 1.5em;
	padding: 10px 3%;
	text-align: center;
}

.question{
	font-size: 60px;
	font-style: italic;
	padding: 20px 3%;
	text-align: center;
}

.avantage{
	height: 250px;
	padding: 20px 3%;
}

.avantage_text{
	display: table;
	height: 100%;
	width: 80%;
}

.avantage_text2{
	font-size: 2.25em;
	text-align: center;
	vertical-align: middle;
	width: 60%;
	margin: 2% 20%;
}

.gauche1{
	position: absolute;
	top: 15%;
	left: 5%;
	width: 15%;
	transform: rotate(-20deg);
}

.gauche2{
	position: absolute;
	top: 55%;
	left: 5%;
	width: 15%;
	transform: rotate(-20deg);
    z-index: 20;
}

.gauche3{
	position: absolute;
    top: 35%;
    left: 5%;
    width: 15%;
    transform: rotate(20deg);
    z-index: 10;
}

.gauche4{
	position: absolute;
	top: 75%;
	left: 5%;
	width: 15%;
    transform: rotate(20deg);
    z-index: 30;
}

.droite1{
	position: absolute;
	top: 15%;
	right: 5%;
	width: 15%;
	transform: rotate(20deg);
}

.droite2{
	position: absolute;
	top: 55%;
	right: 5%;
	width: 15%;
	transform: rotate(20deg);
    z-index: 20;
}

.droite3{
	position: absolute;
    top: 35%;
    right: 5%;
    width: 15%;
    transform: rotate(-20deg);
    z-index: 10;
}

.droite4{
	position: absolute;
	top: 75%;
	right: 5%;
	width: 15%;
    transform: rotate(-20deg);
    z-index: 30;
}

.gauche img{
	transform: rotate(-15deg);
}

.droite img{
	transform: rotate(15deg);
}

.avantage_image img{
	border-radius: 10%;
	height: 100%;
	width: 100%;
}

.prochainement{
	margin-left: -101.15%;
	margin-top: -2%;
	width: 99%;
	position: absolute;
}

.lienLogoSite{
	position: relative;
}

.zellgarm{
	height: 100px;
	margin-bottom: -36px;
	margin-left: 25px;
}

.formulaireContact_input{
	margin: 10px 0;
	width: 300px;
	text-align: center;
    background: rgb(245, 233, 206);
    border: 1px solid #735d46;
    border-radius: 2px;
}

.formulaireContact_textarea{
	width: 600px;
    height: 250px;
    background: rgb(245, 233, 206);
    border: 3px solid #735d46;
    border-radius: 5px;
    outline: none;
}

.boutonContact{
	background: #312a23;
	color: #eae1c4;
	font-weight: bold;
	font-size: 16px;
	border: #bba37f 2px solid;
	cursor: pointer;
}

.contactFail{
	color: #a01919;
	font-weight: bold;
	border: dashed 1px;
	font-size: 18px;
}

.contactSuccess{
	color: #3f6f30;
	font-weight: bold;
	border: dashed 1px;
	font-size: 18px;
}

.soutien_auteur{
	font-size: 25px;
	margin: 10px 0;
}

.soutien_maison{
	display: inline-block;
	margin: 10px;
}

.soutien_maison img{
	max-height: 60px;
	max-width: 300px;
}

.soutien_don{
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	margin: 10px 0;
	color: #695649;
}

.cout{
	font-size: 4em;
	font-weight: bold;
}

.cout_desc{
	font-size: 2.25em;
    margin: 1% 0px;
    padding-left: 2%;
    padding-right: 2%;
}

.remerciement{
	position: absolute;
	width: 100vw;
	height: 50vh;
	margin-top: 35vh;
	text-align: center;
	font-size: 3em;
	font-weight: bold;
}
.remerciement a{
	font-size: 0.75em;
	font-weight: lighter;
}


/** ****** EDEMLORE ****** */

.fondEdemlore{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url('http://www.rolsite.fr/img/fondPaper.jpg');
	background-size: 100% 100%;
}

.personnage{
	position: absolute;
	top: 20%;
	width: 40%;
	opacity: 0.5;
	transition: opacity 0.5s, width 0.5s;
}

.personnageHover{
	opacity: 1;
	width: 50%;
	transition: opacity 0.5s, width 0.5s;
}

.personnage1{
	left: -5%;
	top: 16%;
	transition: top 1s, width 1s;
}

.personnageHover1{
	top: -4%;
	transition: top 0.5s, width 0.5s;
	z-index: 1500;
}

.personnage2{
	left: 15%;
	transition: top 1s, left 1s, width 1s;
}

.personnageHover2{
	top: 0%;
	left: 7.5%;
	transition: top 0.5s, left 0.5s, width 0.5s;
	z-index: 1500;
}

.personnage3{
	left: 38%;
	width: 50%;
	top: 19%;
	transition: top 1s, left 1s, width 1s;
}

.personnageHover3{
	top: -1%;
	left: 35%;
	width: 60%;
	z-index: 1500;
	transition: top 0.5s, left 0.5s, width 0.5s;
}

.personnage4{
	left: 63%;
	width: 50%;
	top: 12%;
	transition: top 1s, left 1s, width 1s;
}

.personnageHover4{
	top: -8%;
	left: 55%;
	transition: top 0.5s, left 0.5s, width 0.5s;
	z-index: 1500;
}

.zoneSaisie{
	position: absolute;
	top: 20%;
	width: 25%;
	z-index: 2000;
	cursor: pointer;
}

.zoneSaisieUnivers{}

.zoneSaisieTitre{
	width: 40%;
	position: absolute;
	top: -4%;
	left: 0;
	height: 30%;
	cursor: pointer;
	z-index: 1499;
}

.zoneSaisieYoutube{
	width: 16%;
	position: absolute;
	top: 2%;
	left: 42%;
	cursor: pointer;
	z-index: 1499;
}

.zoneSaisieErvin{
	width: 25%;
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
	z-index: 2001;
}

.zoneSaisieUnivers{
	width: 40%;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 1499;
}

.zoneSaisieUnivers:hover{
}

.luneEdemlore{
	width: 70%;
	position: absolute;
	bottom: 0%;
	left: 50%;
	cursor: pointer;
	opacity: 0.75;
	top: -40%;
	transition: left 2s, top 2s, opacity 3s !important;
}

.luneEdemloreHover{
	top: 10% !important;
	left: 0;
	opacity: 1;
	transition: left 2s, top 2s, opacity 3s !important;
}

.luneEdemloreFocus{
	top: 20% !important;
	left: 3% !important;
	opacity: 1 !important;
	z-index: 2750;
	width: 40%;
	transition: width 2s, left 2s, top 2s, opacity 3s !important;
}

.zoneSaisiePerso1{
	left: 0;
}

.zoneSaisiePerso2{
	left: 25%;
}

.zoneSaisiePerso3{
	left: 50%;
}

.zoneSaisiePerso4{
	left: 75%;
}

.focus{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.9;
	z-index: 2500;
}

.persoFocus1{
	opacity: 1 !important;
	width: 50% !important;
	top: -4% !important;
	transition: top 0.5s, width 0.5s !important;
	z-index: 2750 !important;
}

.persoFocus2{
	opacity: 1 !important;
	width: 50% !important;
	top: 0% !important;
	left: -10% !important;
	transition: top 0.5s, left 1s, width 0.5s !important;
	z-index: 2750 !important;
}

.persoFocus3{
	opacity: 1 !important;
	top: -1% !important;
	left: 55% !important;
	width: 60% !important;
	transition: top 0.5s, left 0.5s, width 0.5s !important;
	z-index: 2750 !important;
}

.persoFocus4{
	opacity: 1 !important;
	width: 50% !important;
	top: -8% !important;
	left: 55% !important;
	transition: top 0.5s, left 0.5s, width 0.5s !important;
	z-index: 2750 !important;
}

.texteGauche{
	display: none;
	overflow-y: auto;
	position: absolute;
	top: 10%;
	left: 15%;
	width: 40%;
	height: 75%;
	color: #FFFFFF;
	z-index: 2500;
	font-size: 50px;
	text-align: left;
	font-family: "vivaldi";
}

.texteDroite{
	display: none;
	overflow-y: auto;
	position: absolute;
	top: 10%;
	left: 45%;
	width: 40%;
	height: 75%;
	color: #FFFFFF;
	z-index: 2500;
	font-size: 50px;
	text-align: left;
	font-family: "vivaldi";
}

.zone_boutonFicheDroite{
	position: absolute;
	height: 50px;
	top: 85%;
	left: 45%;
	width: 40%;
	z-index: 2500;
	text-align: center;
}

.zone_boutonFicheGauche{
	position: absolute;
	height: 50px;
	top: 85%;
	left: 15%;
	width: 40%;
	z-index: 2500;
	text-align: center;
}

.boutonFiche{
	display: none;
	background: #218bbf;
	width: 250px;
	height: 100%;
	border-radius: 10px;
	margin-left: -100px;
	margin-top: 30px;
	opacity: 0;
	color: #FFFFFF;
	font-size: 28px;
	font-family: "vivaldi";
	outline: none;
	box-shadow: 1px 1px 20px 3px #000, inset 2px 2px 6px 0px #FFFFFF;
	border: none;
	cursor: pointer;
	transition: background 0.25s, box-shadow 0.25s;
}

.boutonFiche:hover{
	transition: background 0.25s, box-shadow 0.25s;
	background: #063a54;
	color: #a7a7a7;
	box-shadow: 0px 0px 5px 0px #000, inset 5px 5px 16px 3px #000000;
}

.boutonRetourDroite{
	display: none;
	position: absolute;
	width: 85px;
	height: 100px;
	background: #1b678c;
	right: -100px;
	top: 50%;
	margin-top: -50px;
	z-index: 3000;
	border-radius: 50% 0 0 50%;
	border: 2px solid #FFFFFF;
	box-shadow: 0px 0px 0px 4px #1b678c, 0px 0px 0px 6px #FFFFFF;
	color: #FFFFFF;
	line-height: 100px;
	font-size: 80px;
	font-weight: 900;
	font-family: "vivaldi";
	padding-left: 15px;
	cursor: pointer;
	opacity: 0;
	transition: box-shadow 0.5s;
}

.boutonRetourDroite:hover{
	box-shadow: 0px 0px 0px 4px #1b678c, 0px 0px 0px 6px #FFFFFF, 0px 0px 40px 6px #FFFFFF;
	transition: box-shadow 0.5s;
}

.boutonRetourGauche{
	display: none;
	position: absolute;
	width: 85px;
	height: 100px;
	background: #1b678c;
	left: -100px;
	top: 50%;
	margin-top: -50px;
	z-index: 3000;
	border-radius: 0 50% 50% 0;
	border: 2px solid #FFFFFF;
	box-shadow: 0px 0px 0px 4px #1b678c, 0px 0px 0px 6px #FFFFFF;
	color: #FFFFFF;
	line-height: 100px;
	font-size: 80px;
	font-weight: 900;
	font-family: "vivaldi";
	padding-right: 15px;
	text-align: right;
	cursor: pointer;
	transition: box-shadow 0.5s;
	opacity: 0;
}

.boutonRetourGauche:hover{
	box-shadow: 0px 0px 0px 4px #1b678c, 0px 0px 0px 6px #FFFFFF, 0px 0px 40px 6px #FFFFFF;
	transition: box-shadow 0.5s;
}

.texteDroite_titre{
	font-size: 80px;
	text-align: center;
}
.texteDroite_age{
	font-size: 40px;
	text-align: center;
}
.texteDroite_race{
	font-size: 40px;
	text-align: center;
}
.texteDroite_metier{
	font-size: 40px;
	text-align: center;
}
.texteDroite_origine{
	font-size: 40px;
	text-align: center;
}
.texteDroite_histoire{
	display: none;
	opacity: 0;
	font-size: 30px;
	line-height: 30px;
	margin-top: 125px;
	padding-right: 10px;
	transition: margin-top 0.5s, opacity 0.5s;
}
.texteDroite_histoireHover{
	margin-top: 25px;
	opacity: 1;
	transition: margin-top 0.5s, opacity 0.5s;
}

::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(99, 99, 99, 0.3);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(224, 194, 148, 0.8);
	-webkit-box-shadow: inset 0 0 6px rgba(84, 18, 18, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(224, 194, 148, 0.4);
}

.audio{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -150px;
	z-index: 9999;
	font-family: "vivaldi";
	text-align: center;
	font-style: italic;
	box-shadow: 0px 0px 10px 6px #FFFFFF;
}

.persoExit1{
	width: 30% !important;
	top: 100% !important;
	left: -5% !important;
	opacity: 0;
	transition: top 2s, left 2s, width 2s, opacity 3s !important;
}

.persoExit2{
	width: 30% !important;
	top: 100% !important;
	left: 20% !important;
	opacity: 0;
	transition: top 2s, left 2s, width 2s, opacity 3s !important;
}

.persoExit3{
	top: 100% !important;
	width: 40% !important;
	left: 48% !important;
	opacity: 0;
	transition: top 2s, left 2s, width 2s, opacity 3s !important;
}

.persoExit4{
	width: 30% !important;
	top: 100% !important;
	left: 80% !important;
	opacity: 0;
	transition: top 2s, left 2s, width 2s, opacity 3s !important;
}

.persoExit1Perma{
	width: 30% !important;
	top: 100% !important;
	left: -5% !important;
	opacity: 0 !important;
}

.persoExit2Perma{
	width: 30% !important;
	top: 100% !important;
	left: 20% !important;
	opacity: 0 !important;
}

.persoExit3Perma{
	top: 100% !important;
	width: 40% !important;
	left: 48% !important;
	opacity: 0 !important;
}

.persoExit4Perma{
	width: 30% !important;
	top: 100% !important;
	left: 80% !important;
	opacity: 0 !important;
}

.zoneFeldrin{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	opacity: 0;
}

.zoneFeldrin_focus{
	top: -65% !important;
	opacity: 0.65;
	transition: top 2s, opacity 3s !important;
}

.zoneMap{
	position: absolute;
	left: 0;
	top: 25%;
	width: 100%;
	height: 80%;
	overflow: hidden;
	box-shadow: 0px 0px 20px 20px rgba(158, 149, 133, 0.71);
	display: none;
}

.presEdemlore_zone{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 275px;
	overflow: hidden;
    transition: width 0.4s;
}

.presEdemlore_zone_Hover{
	width: 575px;
    transition: width 0.75s;
}

.presEdemlore{
	margin-bottom: -4px;
}

.presEdemlore_corner{
	cursor: pointer;
	position: absolute;
    bottom: -32px;
    left: -20px;
    z-index: 20;
    transform: rotate(15deg);
    width: 500px;
    transition: bottom 0.5s, left 0.5s, transform 0.5s, width 0.5s;
}

.presEdemlore_corner:hover{
	bottom: 3px;
	left: -10px;
	transform: rotate(1.5deg);
	width: 566px;
	transition: bottom 0.7s, left 0.5s, transform 0.5s, width 0.5s;
}

.nomDieu{
	font-size: 50px;
}