@charset "utf-8";
/* CSS Document */

.loginPage{
	margin-top: 100px;
	text-align: center;
	width: 100%;
}

.loginPage input{
	background-color: rgba(255, 255, 255, 0.6);
	border: none;
	border-radius: 5px;
	box-shadow: none;
    color: #293435;
    font-style: italic;
    font-weight: bold;
	transition: box-shadow 0.5s, background 0.5s;
}

.loginForm{
	background: #a2a9a0;
	background-size: cover;
	border-bottom: 1px solid #222222;
	border-radius: 10px;
	border-top: 1px solid #DDDDDD;
	box-shadow: 0 0px 40px #111;
	height: 335px;
	margin: auto;
	padding: 1px 20px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
	width: 335px;
	position: fixed;
	bottom: 6%;
	left: 50%;
	margin-left: -166.5px;
}

.loginForm label{
	color: #ffffff;
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 20px;
	text-align: center;
}

.loginForm input{
	display: block;
    font-size: 15px;
	padding: 9px;
    text-align: center;
	width: 295px;
}

.loginForm a{
	color: #6c000e;
	float: right;
	font-size: 0.8em;
	margin: 5px;
}

.loginForm input[type=submit]{
	background-color: #a90017;
	color: white;
	cursor: pointer;
	margin-top: 40px;
	text-transform: uppercase;
	width: 295px;
}

.loginForm input[type=button]{
	background-color: #448472;
	color: white;
	cursor: pointer;
	margin-top: 10px;
	text-transform: uppercase;
	width: 295px;
}

.loginForm div{
	color: #FFFFFF;
	font-size: 0.8em;
	margin-top: 10px;
	text-align: center;
}

.choixCampagne{
	background: #EDECE7;
	border-bottom: 1px solid black;
	border-radius: 10px;
	border-top: 1px solid white;
	box-shadow: 0 0px 40px #111;
	display: none;
	height: 90%;
	left: 5%;
	opacity: 0;
	padding: 20px;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
	top: 5%;
	vertical-align: middle;
	width: 80%;
	z-index: 5001;
}

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

.campagne:hover{
	box-shadow: 0px 0px 15px #FFFFFF;
}

.campagne_desc{
	display: none;
	margin-top: 50px;
	text-align: center;
}

.campagne_titre{
	font-family: "alfa";
	font-size: 20px;
	margin-bottom: 5px;
	text-decoration: underline;
}

.campagne_contenu{
	font-style: italic;
	font-weight: bold;
}

.campagne_listeJoueur{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.campagne_joueur{
	color: #598497;
	font-size: 16px;
	font-weight: bolder;
}

.fermerPopupCreerCampagne {
	bottom: 5px;
	left: 5px;
	position: absolute;
}

.validerPopupCreerCampagne {
	bottom: 5px;
	right: 5px;
	position: absolute;
}

.popupCreerCampagne_desc{
	font-family: "alfa";
	font-size: 16px;
	padding: 10px 20px;
	vertical-align: middle;
}

.popupCreerCampagne_descContainer{
	display: table;
	width: 100%;
}