﻿/**
 *
 *	0°) Global 
 *	1°) Header
 *	2°) Conteneur centrale
 *	2.1°) Social Buttons
 *	2.2°) Candidature Button
 *	2.3°) Candidature Formulaire
 *	2.4°) Candidature Recherche Avatar
 *	3°) Images
 *	5°) Footer
 *	5.5°) Trailer Modal 
 *
 **/
 
  
/**
 *	0°) Global :
 **/
body {background:black;color:white;overflow-y:scroll;margin:0;padding:0;border:0;}
section {margin:0;padding:0;outline:0;border:0;text-align:center;text-align:-webkit-center;max-width:860px;margin:auto;}
div {margin:0;padding:0;outline:0;border:0;}
footer * {font-family:inherit;}

html  {
	overflow:hidden;	
}

div.btn-group.bootstrap-select {
	display:inherit !important;
	width:auto !important;	
}

.input-group label.form-control {
	text-shadow:none !important;
	color:black !important;
	font-weight:unset !important;
	height: auto;
}

input.form-control:focus, 
textarea.form-control:focus {
	border-color: #91BE30;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #BAE956;
}

.espace-haut-plus {
	margin-top:15px;
}
.espace-haut {
	margin-top:5px;
}
.espace-bas {
	margin-bottom:5px;
}

/**
 *	2°) Section :
 **/
section#center {font-family:Century;text-align:left;}
section#center div#titre {
	display: inline;
	position: relative;
	top: 36px;
	left: 20px;
}
section#center div#titre.opacite {
	opacity:0.15;	
}
section#center h2 {
	font-size: 1.6em;
	text-shadow: -3px 2px 3px rgba(0, 0, 0, 0.4);
	color:#97C031;
	font-weight: bold;
}
section#center p#description {
	text-indent:2px;
	font-size:11pt;
	color:white;
	width: 600px;
}

/**
 *	2.1°) Social Buttons :
 **/
#social-button {
	height:20px;
	line-height:20px;	
}
#social-button > * {
	vertical-align:middle;
}

/**
 *	2.2°) Candidature Button : 
 **/
#button_candidature {
	background-color:#91BE30;
	color: white;
	border: 1px solid #78A41C;
	padding: 6px 10px;
	font-size: 11.5pt;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#button_candidature i {
	font-size: 10pt;
	margin-right: 5px;
}

/**
 *	2.3°) Candidature Formulaire : 
 **/
#cadre_candidature {
	display:none;
	left: 150%;
	position: relative;
	top: 50px;
	width: 425px;
	margin: auto;
	background: rgba(1, 1, 1, 0.5);
	border-radius: 3px;
	height: 530px;
	border:1px solid black;
}
@media screen and (max-height: 915px) {
	#cadre_candidature {
		top:-160px;
	}	
}

#cadre_candidature form {
	height:100%;
}

#cadre_candidature form fieldset label,
#cadre_candidature form fieldset legend {
	color: white;
	text-shadow: 0px 1px black;
	text-indent: 5px;
}

#cadre_candidature form input[name^="txt_email_"] {
	text-transform: lowercase;
}

#cadre_candidature form #validation {
	position: absolute;
	bottom: 10px;
}

#cadre_candidature form textarea {
    resize: none;
	max-width:100%;
}

#cadre_candidature label.selection {
	font-weight:normal;
}

#cadre_candidature form fieldset#etape-deux,
#cadre_candidature form fieldset#etape-trois  {
	display:none;	
}

.flip-step-candidature {
	-moz-animation: spinHorizontal180 0.8s linear;
	-o-animation: spinHorizontal180 0.8s linear;    
	-webkit-animation: spinHorizontal180 0.8s linear;
	animation: spinHorizontal180 0.8s linear;
}
.flip-step-candidatureInverse {
	-moz-animation: spinHorizontal180Inverse 0.8s linear;
	-o-animation: spinHorizontal180Inverse 0.8s linear;    
	-webkit-animation: spinHorizontal180Inverse 0.8s linear;
	animation: spinHorizontal180Inverse 0.8s linear;
}

@keyframes spinHorizontal180 {
	0% { transform: rotateY(0);}
	100% { transform: rotateY(180deg);}
}

@keyframes spinHorizontal180Inverse {
	0% { transform: rotateY(0); }
	100% { transform: rotateY(-180deg); }
}

#cadre_candidature #formulaire_candidature #etape-trois div.ligne_instruction label {
	padding: 2px;
	border-radius: 2px;
	background-color: rgba(206, 210, 199, 0.33);
	text-align:center;
}
/*
#cadre_candidature #formulaire_candidature #etape-trois > div.ligne_instruction:nth-child(4n+4) label {
	border-left: 5px solid rgba(71, 150, 72, 0.8);
	text-align:right;
}
#cadre_candidature #formulaire_candidature #etape-trois > div.ligne_instruction:nth-child(4n+2) label {
	border-right: 5px solid rgba(71, 150, 72, 0.8);
}
*/
#cadre_candidature #formulaire_candidature #etape-trois hr.pampa {
	background: url("../img/separateur_hr.png") no-repeat;
	height:35px;	
	clear:both;
	border: 0;
	margin: auto;
	width: 35px;
}

#cadre_candidature .glyphicon-search {
	color:#00000080;
}

#cadre_candidature .erreur {
	border-color: #E0497E;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #EA4033;
	cursor:pointer;
}

/**
 *	2.4°) Candidature Recherche Avatar
 **/
#validation-modal-candidature .modal-dialog,
#search-modal-avatar .modal-dialog {
	width:380px;
}
#validation-modal-candidature .modal-header, 
#search-modal-avatar .modal-header,
#confirm-modal-email {
	color:black;
}
#validation-modal-candidature #affichage,
#search-modal-avatar #lodestone_liste_personnage {
	height: auto;
	max-height: 350px;
	color:black;
	overflow:auto;
	margin-bottom: 10px;
	padding:15px;
}

#validation-modal-candidature #affichage.loader,
#search-modal-avatar #lodestone_liste_personnage.loader {
	height:350px;
	padding:0;
	color:black;
	line-height:350px;
}

.loader {
	text-align: center;
}

#search-modal-avatar #lodestone_liste_personnage ul {
	list-style-type: none; 
	color:#BFA34C;
	padding:0;
	font-weight:bold;
}

#search-modal-avatar #lodestone_liste_personnage ul li,
#cadre_candidature #user_selected.userSelected {
	margin-bottom:2px;
	cursor:pointer;
	display:inline-block;
	width:100%;
	padding-left: 15px;
	box-shadow: 0px 2px 0px rgba(0,0,0,.1);
	padding-top: 2px;
	padding-bottom: 2px;
	background:rgba(183, 183, 183, 0.2);
}
#search-modal-avatar #lodestone_liste_personnage ul li:hover {
	background:white;
}
#search-modal-avatar #lodestone_liste_personnage ul li:active {
	background:rgba(206, 225, 200, 0.52);
}
#search-modal-avatar #lodestone_liste_personnage ul li .lodestone_avatar,
#cadre_candidature #user_selected .lodestone_avatar {
	width:50px;
	height:50px;
	border-radius:50px;
}
#search-modal-avatar #lodestone_liste_personnage ul li .lodestone_nom_serveur,
#cadre_candidature #user_selected .lodestone_nom_serveur {
	color:#808080; 
	font-size:8pt
}


/**
 *	3°) Images :
 **/
img#temp_logo_pampa{
	z-index:100;
	position:absolute;width:100px;top:30%;left:45%;cursor:default;
	-moz-animation: spinHorizontal360 1.5s infinite linear;
	-o-animation: spinHorizontal360 1.5s infinite linear;    
	-webkit-animation: spinHorizontal360 1.5s infinite linear;
	animation: spinHorizontal360 1.5s infinite linear;
}
img#logo_pampa {
	float:left;
	z-index:5;
	display:inline;
	width:100%;
	max-width: 100px;
	margin-left:10px;
	margin-top: 10px;
	-moz-animation: spinHorizontal360 1.5s infinite linear;
	-o-animation: spinHorizontal360 1.5s infinite linear;    
	-webkit-animation: spinHorizontal360 1.5s infinite linear;
	animation: spinHorizontal360 1.5s infinite linear;
}	
@keyframes spinHorizontal360 {
	0% { transform: rotateY(0deg); }
	100% { transform: rotateY(360deg); }
}

/**
 *	4°) Connexion :
 **/
div#connexion {
	width:40%;
	margin: auto;
	margin-top: 50px;
}
div#connexion legend {
	color:white;
	text-shadow: -3px 2px 3px rgba(122, 182, 46, 0.51);
}
div#connexion fieldset input {
	color:	rgba(0, 104, 16, 0.5);
}
div#connexion fieldset input:not([value]) {
	font-weight:bold;
}
div#connexion fieldset input:focus {
	font-weight:bold;
	border: rgba(122, 182, 46, 0.51);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(122, 182, 46, 0.51);
}

div#connexion fieldset input:first-of-type  {
	margin-bottom:5px;
}

/**
 *	5°) Footer
 **/
footer {
	height: auto;
	z-index:1;
	bottom:0;
	color:#999999;
	padding-top:15px;
	width:100%;
	position:fixed;
	background:black;
	-webkit-box-shadow: -2px 2px 3px 1px rgba(255,255,255,0.67);
	-moz-box-shadow: -2px 2px 3px 1px rgba(255,255,255,0.67);
	box-shadow: -2px 2px 3px 1px rgba(255,255,255,0.67);
}
footer hr {margin-top:10px;margin-bottom:10px;}
footer a {color:#61723a;text-decoration:none;}
footer a:hover {color:#508929;text-decoration:none;}
footer section	{font-family:inherit;max-width:inherit;}

footer section#footer-social p#descriptionCL {font-family:Century;}
footer section#footer-social a.lien_social {width: 140px;color: #68ABF9;text-shadow: -3px 2px 3px rgba(255, 255, 255, 0.4);}
footer section#footer-social a.lien_social:nth-child(n+2) {	margin-left:10px;}
footer section#footer-social a.lien_social:hover {	text-shadow: -3px 2px 3px rgba(122, 182, 46, 0.51);}

footer section#footer-final{text-align:center;}
footer section#footer-final a.mail {font-weight:bold;}
footer section#footer-final p {font-size:10pt;font-weight:bold;}

/** 
 *	5.5°) Trailer Modale : 
 **/
#youtube-modal-trailer .modal-dialog .modal-content {
	border-radius:0;
	border:0;
	padding-top:30px;
	padding-bottom:30px;
	background-color:black;
}


/**
 *	6°) Spécifiques :
 **/
#stormblood_movie{position:fixed;top:0;width:100%;height:100%} 
#player-black {
	position: absolute;
	z-index: auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	background: #000;
	opacity: 1;
}

#fleche_right {
	display: block;
	position: fixed;
	height: 55px;
	width: 50px;
	border-radius: 36px;
	background-color: black;
	opacity: 0.4;
	right: -25px;
	top: 450px;
	cursor: pointer;
	z-index: 6;
	border: none;
	color: white;
	padding-right: 27px;
	font-weight: bold;
}

#player-over{position:fixed;top:0;width:100%;height:100%;
	/* background:url("../img/bg.png") no-repeat top center;background-size:100% 1024px */
}
#blocker{
	filter:alpha(opacity=0);
	-ms-filter:"alpha(opacity=0)";
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	zoom:1;
	display:block;
	position:relative;
	z-index:20;
	width:100%;
	margin:0 auto;
	min-height:1024px;
	vertical-align:top;
	overflow:hidden;
	top:0;
}
hr#separateur_interne {
	margin:0 0 10px 0;
	clear:both;
	box-sizing:unset;
	border:0;
	border-top-color: rgb(128, 128, 128);
	border-top-style: inset;
	border-top-width: 1px;

}


