/*
Theme Name: Soluka
Theme URI: http://www.soluka.fr
Version: 0.1
Author: Kevin BRIVOIS & Aymeric AUBERTON
Author URI: http://www.soluka.fr
*/

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}fieldset{border:1px solid silver;margin:0 2px;min-width:0;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}optgroup{font-weight:bold}button{overflow:visible}input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clear {
	clear: both;
}

html {
	background: #eaeaea;
	height: 100%;
}
body {
	padding: 0; margin: 0;
}
header {
	background: #bbe7c7;
	z-index: 100;
	position: relative;
	-webkit-box-shadow: rgba(25, 25, 25, 0.14902) 0px 3px 12px 0px;
	box-shadow: rgba(25, 25, 25, 0.14902) 0px 3px 12px 0px;
	-moz-box-shadow: rgba(25, 25, 25, 0.14902) 0px 3px 12px 0px;
}
header img {
	margin: auto;
	display: block;
	width: 100%;
	max-width: 1126px;
}
#contenu {
	padding: 1px 23px 30px 23px;
	width: 100%;
	max-width: 1080px;
	margin: auto;
	background: white;
	-webkit-box-shadow: rgba(25, 25, 25, 0.14902) 0px 3px 12px 0px;
	box-shadow: rgba(25, 25, 25, 0.14902) 0px 3px 12px 0px;
	-moz-box-shadow: rgba(25, 25, 25, 0.14902) 0px 3px 12px 0px;
}
#langs {
	margin-top: 20px;
	padding: 10px 5px;
	text-align: center;
}
#langs img {
	margin: 0 10px;
	cursor: pointer;
}
.pubs {
	display: table;
	margin: auto;
	text-align: center;
}
.pubs .adsbygoogle {
	margin-right: 15px;
	border: 1px solid #d2d2d2;
}
#pub {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
}
#pub .voile {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	background: black;
	opacity: 0.7;
}
#pub > ins {
	margin-left: auto;
	margin-right: auto;
	display: block !important;
}
#pub .time {
	color: white;
	position: relative;
	margin: 40px auto 0 auto;
	display: table;
	font-size: 45px;
}
#contenu p, #contenu li {    
	color: #424242;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
}
#contenu p a, #contenu p a:link, #contenu p a:visited, #contenu p a:active, #contenu p a:focus {
	text-decoration: none;
	font-weight: bold;
	font-weight: bold;
	color: #73A800;
}
#contenu h1, #contenu h2 {
	font-size: 25px;
	font-weight: 600;
	display: block;
	margin: 26px 0 20px 0;
	color: #73a800;
}
#contenu p#gears {
	color: #868686;
	float: right;
	font-style: italic;
}
#fb-flappy {
    display: table;
    margin: 30px auto auto;
}
#flappyBird {
	float: left;
	position: relative;
	margin-left: -20px;
	margin-right: 10px;
}
#scores {
	height: 100%;
	width: 100%;
	position: absolute;
	display: none;
	background: rgba(226, 226, 226, .9);
	padding: 0 10px 70px 10px;
}
#scores .wrapper {
	overflow-y: auto;
	height: 100%;
}
#scores ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#scores ul li {
	padding: 13px 30px;
	margin: 8px 0;
	background: #FFFFFF;
	border-radius: 4px;
	position: relative;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.35);
	box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.35);
}
#scores ul li .place {
	height: 100%;
	width: 70px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 10px;
	font-size: 22px;
	color: white;
	background: rgb(153, 153, 153);
	border-radius: 4px 0 0 4px;
}
#scores ul li .score {
	display: inline-block;
	margin-left: 55px;
	color: rgb(87, 87, 87);
}
#scores ul li #me {
	width: 59px;
	height: 25px;
	background: url(img/me2.png);
	position: absolute;
	top: 10px;
	right: 10px;
}
#scores .close {
	padding: 12px;
	text-align: center;
	background: rgb(255, 76, 76);
	border-radius: 5px;
	color: white;
	margin-top: 13px;
	cursor: pointer;
}
#scores .close:hover {
	background: rgb(240, 41, 41);
}
#scores #devMaster {
	display: inline;
	margin-left: 17px;
	font-size: 12px;
	padding: 3px 6px;
	background: #4FA7EC;
	color: white;
	border-radius: 4px;
}

.fb-like {
	vertical-align:top;
	display: inline-block;
}
.fb-comments {
	margin: 10px auto;
	display: table !important;
}

#reseauxSociaux {
	float: left;
	width: 62px;
}
#reseauxSociaux > div {
	width: 100%;
	margin-bottom: 13px !important;
}
#reseauxSociaux > iframe {
	vertical-align: top;
}

/*** LOADER ***/
#loader {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(img/loading.png);
	background-size: 100%;
	z-index: 100;
}
#loader > div {
	position: absolute;
	width: 100%;
	height: 100%;
}
ul#spinner {
	font-size: 100px;
	width: 100px;
	height: 100px;
	padding: 0;
	position: relative;
	margin: 0 auto;
	border-radius: 50%;
	border: .01em solid rgba(150,150,150,0.1);
	list-style: none;
}
ul#spinner li {
	position: absolute;
	width: .2em;
	height: .2em;
	border-radius: 50%;
}
ul#spinner li:nth-child(1) {
	left: 50%;
	top: 0;
	margin: 0 0 0 -.1em;
	background: #00C176;
	-webkit-transform-origin: 50% 250%;
	-moz-transform-origin: 50% 250%;
	-ms-transform-origin: 50% 250%;
	-o-transform-origin: 50% 250%;
	transform-origin: 50% 250%;
	-webkit-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
	-moz-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
	-ms-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
	-o-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
	animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
}
ul#spinner li:nth-child(2) {
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -.1em;
	background: #FABE28;
	-webkit-transform-origin: 50% -150%;
	-moz-transform-origin: 50% -150%;
	-ms-transform-origin: 50% -150%;
	-o-transform-origin: 50% -150%;
	transform-origin: 50% -150%;
	-webkit-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
	-moz-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
	-ms-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
	-o-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
	animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
}
ul#spinner li:nth-child(3) {
	top: 50%;
	right: 0;
	margin: -.1em 0 0 0;
	background: #FF003C;
	-webkit-transform-origin: -150% 50%;
	-moz-transform-origin: -150% 50%;
	-ms-transform-origin: -150% 50%;
	-o-transform-origin: -150% 50%;
	transform-origin: -150% 50%;
	-webkit-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
	-moz-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
	-ms-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
	-o-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
	animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
}
ul#spinner li:nth-child(4) {
	top: 50%;
	margin: -.1em 0 0 0;
	background: #88C100;
	-webkit-transform-origin: 250% 50%;
	-moz-transform-origin: 250% 50%;
	-ms-transform-origin: 250% 50%;
	-o-transform-origin: 250% 50%;
	transform-origin: 250% 50%;
	-webkit-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
	-moz-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
	-ms-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
	-o-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
	animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
}
@-webkit-keyframes rota {
    to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes rota {
    to { -moz-transform: rotate(360deg); }
}

@-ms-keyframes rota {
    to { -ms-transform: rotate(360deg); }
}

@-o-keyframes rota {
    to { -o-transform: rotate(360deg); }
}

@keyframes rota {
    to { transform: rotate(360deg); }
}
/******************** SPRITES ********************/
.sprite {
	background-color: transparent;
    background-image: url(img/sprite.png);
    background-repeat: no-repeat;
    display: block;
}
.sprite-logo-nb {
    width: 150px;
    height: 113px;
    background-position: 0 -111px;
}

/******************** FOOTER ********************/
footer {
	width: 100%;
	height: 245px;
	border-top: 1px solid #cdcdcd;
	background-image: url(img/fond-footer.bmp);
	background-repeat: repeat;
	clear: both;
}
footer .contenu {
	display: table;
	padding: 0 35px;
	margin: auto;
}
footer .contenu .logo {
	float: left;
	margin-top: 68px;
}
footer .contenu .infos {
	list-style: none;
	color: #959595;
	font-weight: 300;
	float: left;
	line-height: 26px;
	margin: 48px 0 0 25px;
}
footer .contenu .infos .societe {
	font-weight: 600;
}

footer .contenu #reseaux {
	list-style: none;
	color: #959595;
	font-weight: 400;
	float: left;
	margin: 100px 0 0 69px;
	padding: 0;
}
footer .contenu #reseaux li {
	width: 59px;
	height: 59px;
	position: relative;
	float: left;
	margin-right: 13px;
	display: table;
}
footer .contenu #reseaux li a {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
footer .contenu #reseaux li a img {
	position: relative;
	display: block;
	z-index: 3;
	margin: 0 0 0 -1px;
}
footer .contenu #reseaux li#twitter div.nb {
	background: #848484;
}
footer .contenu #reseaux li#github div.nb {
	background: #9b9b9b;
}
footer .contenu #reseaux li#facebook div.nb {
	background: #a5a5a5;
}
footer .contenu #reseaux li:hover div.nb {
	opacity: 0;
}
footer .contenu #reseaux div.couleur {
	opacity: 0;
}
footer .contenu #reseaux li#twitter div.couleur {
	background: #598dca;
}
footer .contenu #reseaux li#github div.couleur {
	background: #42c0fb;
}
footer .contenu #reseaux li#facebook div.couleur {
	background: #3a589b;
}
footer .contenu #reseaux li:hover div.couleur {
	opacity: 1;
}
footer .contenu #reseaux li div {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	display: none;
	width: 59px;
	height: 59px;
	border-radius: 50%;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	display: block;
}

/********* MEDIA QUERIES *********/
@media screen and (max-width: 1080px) {
	footer .contenu #reseaux {
		margin-top: 34px;
	}
	footer .contenu #reseaux li {
		float: none;
		margin: 0 0 4px 0;
	}
	footer .contenu #reseaux li img {
		margin: 0;
	}
}
@media screen and (max-width: 950px) {
	footer .contenu .logo {
		display: none;
	}
	footer .contenu .infos {
		margin-left: 0;
		padding-left: 0;
	}
}
@media screen and (max-width: 650px) {
	footer .contenu .menu-menu-footer-container {
		display: none;
	}
}
@media screen and (max-width: 840px) {
	#fb-flappy {
		text-align: center;
	}
	#fb-flappy ul {
		text-align: left;
	}
	#flappyBird {
		float: none;
	}
	#reseauxSociaux {
		width: 100%;
		margin-top: 20px;
	}
	#reseauxSociaux > div {
		width: auto;
		margin-right: 14px !important;
	}
	canvas {
		margin-right: 0;
	}
}
@media screen and (max-width: 450px) {
	footer {
		height: auto;
	}
	footer .contenu {
		text-align: center;
		padding: 0 5px;
	}
	footer .contenu .infos {
		width: 100%;
		height: auto;
		text-align: center;
	}
	footer .contenu #reseaux li {
		float: left;
		margin: 0 5px;
	}
	footer .contenu #reseaux {
		margin: 33px 0;
		float: none;
		display: inline-block;
	}
}
