html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Catamaran', sans-serif, Verdana;
	min-height: 100%;
	position: relative;
}

#content {
	min-height: 100%;
	/* Footer height */
	padding-bottom: 140px;
}

#page-wrap {
	margin-bottom: 20px;
	padding-top: 20px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #222222;
	color: white;
	overflow: hidden;
	height: 140px;
	padding-top: 40px;
}

#footer .links a {
	font-size: 16px;
	color: white;
	font-weight: 200;
}
#footer .links a:hover {
	color: #222222;
}

#footer h4 {
	font-size: 24px;
}


#footer #copy {
	padding-left: 30px !important;
	font-size: 12px;
	padding: 0;
	line-height: 60px;
}

#footer #social {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer #social li {
	float: left;
	margin-right: 10px;
}

#header {
	background: #b9d79c;
}

.navbar {
	padding-top: 15px;
}

.navbar #logo {
	text-indent: -99999px;
	display: block;
	background: url('../img/logo.png') no-repeat;
	width: 295px;
	height: 131px;
}

.navbar .sign, .navbar .signout {
	padding-left: 40px;
	text-decoration: underline;
	font-size: 16px;
}
.navbar .sign {
	background: url('../img/pokeball-sign.png') no-repeat left center;
	color: #4989e0;
}
.navbar .signout {
	background: url('../img/pokeball-signout.png') no-repeat left center;
	color: #e24848;
}

.navbar #topbar-menu ul li {
	display: inline-block;
	height: 131px;
	padding: 40px 0;
}

.navbar #topbar-menu ul li a {
	display: inline-block;
	text-transform: uppercase;
	color: black;
	font-size: 18px;
	margin-left: 40px;
}

h2 {
	font-size: 58px !important;
	font-weight: bold !important;
	margin-bottom: 30px;
}

#how-to-twitch #screenshot img {
	width: 100%;
}

#how-to-twitch h3 {
	color: #4b5461;
	font-weight: 200;
	margin: 0;
}

#how-to-twitch h3.how {
	margin: 40px 0 20px;
}

#how-to-twitch p {
	font-size: 21px;
	margin-bottom: 30px;
}

#how-to-twitch .stores a {
	margin-left: 10px;
}

.accroche {
	background: url('../img/sm-pokemon.png') no-repeat center center;
	background-size: contain;
	min-height: 350px;
	text-align: center;
	margin-bottom: 30px;
}

.accroche h2 {
	font-size: 72px;
}

.accroche p {
	font-size: 30px;
}

#question-view h2 {
	margin-bottom: 35px;
}

.zarbi img {
	width: 100%;
}

.question-question {
	font-size: 24px;
	margin-bottom: 50px;
}

.question-reponse input {
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 30px;
}
.question-reponse .input, .question-reponse .submit {
	display: inline-block;
}
.question-reponse .input {
	width: 55%;
}
.question-reponse .submit {
	width: auto;
}

.question-reponse .reponse {
	border: solid 1px black;
	line-height: 40px;
	padding: 0 10px;
	font-size: 22px;
	font-weight: 300;
	width: 100%;
}
.question-reponse .valider {
	border: solid 1px #4989e0;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #4989e0;
	background: none;
	padding: 0 10px;
	font-size: 20px;
	font-weight: 600;
	width: auto;
}
.question-reponse .valider:disabled {
	background: rgb(235, 235, 228);
	color: #8eb0df;
}

#question-countdown {
	margin-top: 30px;
	font-size: 12px;
	padding: 15px;
}

#participer {
	list-style: none;
	padding: 0;
}

#participer li {
	counter-increment: item;
	font-size: 22px;
	font-family: 'Catamaran', sans-serif;
	padding: 10px 0;
	margin-bottom: 5px;
}

#participer li:before {
	font-family: 'Amatic SC', cursive;
	content: counter(item);
	width: 80px;
	min-height: 63px;
	height: inherit;
	display: inline-block;
	float: left;
	margin: auto 15px auto 0;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 46px;
	background: url('../img/puce-participer-ronflex.png') no-repeat center center;
}

#participer .tirage {
	font-size: 22px;
	font-weight: 600;
	margin-top: 15px;
}

#pakidex .pakidex-avatar {
	text-align: center;
	border: 1px solid #4989e0;
	margin-bottom: 15px;
}
#pakidex .pakidex-avatar img {
	max-width: 100%;
	max-height: 90px;
}

#pakidex .pakidex-name {
	font-weight: 600;
}

#pakidex .pakidex-count {
	font-size: 18px;
}
#pakidex .pakidex-count-number {
	color: #4989e0;
}

#pakidex .pakidex-position {
	font-size: 48px;
	text-align: center;
}

#pakidex .pakidex-grade {
	padding-top: 30px;
}
#pakidex .pakidex-grade p {
	font-size: 24px;
}
#pakidex .pakidex-grade .pakidex-progress {
	padding-top: 5px;
}

#classement td {
	vertical-align: middle;
}

#classement td.position {
	font-size: 24px;
	padding-left: 20px;
	vertical-align: top;
}

#classement td.user img {
	float: left;
	max-height: 60px;
}
#classement td.user h3 {
	font-weight: 600;
	font-size: 16px;
	padding-left: 70px;
}
#classement td.user h3.self {
	color: #4989e0;
}

#classement td .progress {
	margin: auto;
}

.dotations-jeux img {
	height: 250px;
	margin: 0 30px;
}

#tirage .gagnant-wrap {
	text-align: center;
}

#tirage .gagnant {
	margin-top: 20px;
}

#tirage .gagnant .id, #tirage .callback-url {
	display: none;
}

#tirage .gagnant .avatar {
	float: left;
	width: 25%;
}
#tirage .gagnant .avatar img {
	display: inline-block;
	width: 100%;
}

#tirage .gagnant .display_name {
	float: left;
	text-align: left;
	width: calc(75% - 10px);
	margin: 6% 0 6% 10px;
	font-size: 20px;
	font-weight: bold;
}

#congrats {
	display: none;
	margin-top: 80px;
}

/* GENERIC CLASSES */
.amatic {
	font-family: 'Amatic SC', cursive;
}
.catamaran {
	font-family: 'Catamaran', sans-serif;
}
.clear {
	clear: both;
}