body
{
	background-color: rgb(50,50,50);
	background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
	background-position: center center;
    padding-top: 45px;
}

.central
{
	position: fixed;
	top: 45px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	overflow: auto;
	color: white;
	text-align: center;
    font-size: 0px;
    pointer-events: none;
}

.central * {pointer-events: all;}

.central .aligner
{
	width: 0px;
	height: 100%;
}

.central .aligner,
.central .app
{
	display: inline-block;
	vertical-align: middle;
}

.central .app
{
    width: 100%;
}

.central *
{
	font-family: 'RobotoRegular', trebuchet ms, tahoma, verdana, arial, serif;	
}

.central h1
{
	font-weight: normal;
	font-size: 28px;
	color: white;
	font-family: 'RobotoLight','RobotoRegular',  trebuchet ms, tahoma, verdana, arial, serif;
}

.central p
{
	font-size: 14px;
	max-width: 700px;
	line-height: 30px;
    margin: 20px auto;
}

input[type=submit],input[type=reset],input[type=image],input[type=button],button
{
	border: 2px solid white;
	background: white;
	padding: 8px 25px;
	min-width: 150px;
	margin: 5px;
    text-transform: uppercase;
    border-radius: 50px;
    color: rgb(50,50,50);
}

input[type=submit]:hover,input[type=reset]:hover,input[type=image]:hover,input[type=button]:hover,button:hover
{
	background: transparent;
	color: white;
	border: 2px solid white;
}

/* Ecran d'introduction */
.welcome img
{
    width: 60px;
}

.welcome h1
{
	font-family: 'MontserratRegular','RobotoRegular', segoe ui, trebuchet ms, tahoma, verdana, arial, serif;
    font-size: 28px;
    width: 400px;
    margin: 25px auto;
}

/* Liste des cartes */
.listCards
{
	overflow: hidden;
	overflow-x: hidden;
	font-size: 0px;
	padding: 0 30px;
	display: none;
    text-align: center;
}

.listCards .card
{
	display: inline-block;
	vertical-align: middle;
	height: 300px;
	width: 300px;
	padding: 20px;
	background: rgb(35,35,35);
	border-radius: 5px;
    box-shadow: 10px 10px 0 rgba(0,0,0,.2);
	margin: 15px;
	text-align: left;
	cursor: default;
    color: #fff;
	overflow: hidden;
	position: relative;
	
	transition-property: all;
	transition-duration: .25s;
	
	-webkit-transition-property: all;
	-webkit-transition-duration: .25s;
	
	-moz-transition-property: all;
	-moz-transition-duration: .25s;
	
	-o-transition-property: all;
	-o-transition-duration: .25s;
	
	-ms-transition-property: all;
	-ms-transition-duration: .25s;
}

.listCards .card.expanded
{
	width: 670px;
}

.listCards .card .ctn
{
	height: 300px;
	width: 300px;
}

.finished::before,
.paused::before
{
	content: "Terminé";
	background: rgba(0,0,0,.9);
	text-shadow: 0px 0px 10px black;
	font-family: 'Roboto', trebuchet ms, tahoma, verdana, arial, serif;
	font-size: 20px;
	text-transform: uppercase;
	padding: 20px;
	display: block;
	
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.paused::before
{
	content: "En pause";
}

.listCards .card *
{
	font-size: 18px;
	margin: 0px;
}

.listCards .card center img
{
	margin: 125px 0px;
	max-height: 50px;
	max-width: 50px;
}

.listCards .card h1
{
	font-size: 45px;
	margin-top: -10px;
	font-family: 'RobotoRegular', trebuchet ms, tahoma, verdana, arial, serif;
}

.listCards .convert p
{
	font-size: 18px;
	font-family: 'RobotoRegular', trebuchet ms, tahoma, verdana, arial, serif;
}

.listCards .card h4,
.listCards .card th
{
	font-family: 'RobotoCondensed', trebuchet ms, tahoma, verdana, arial, serif;
	font-weight: normal;
}

.listCards .card table
{
	width: 250px;
	width: 100%;
}

.listCards .timer table
{
	margin-top: 160px;
}

.listCards .card td
{
	font-size: 27px;
	font-family: 'RobotoLight', trebuchet ms, tahoma, verdana, arial, serif;
	margin-top: -5px;
}

.listCards .timer td
{
	width: 50%;
}

.listCards .convert th
{
	width: 33%;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.listCards .convert td
{
	width: 33%;
}

.listCards .convert .lastRow
{
	font-size: 18px;
	padding-top: 10px;
}

.listCards .convert tr:last-child td
{
	font-size: 14px;
	white-space: normal;
	line-height: initial;
	font-family: 'RobotoRegular', trebuchet ms, tahoma, verdana, arial, serif;
}

.listCards .card .listActs
{
	background: white;
	overflow: hidden;
	list-style: none;
	padding: 10px 0px;
	margin: 0px;
	opacity: 0;
	
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	
	position: absolute;
	top: 100%;
	bottom: 0px;
	left: 0px;
	right: 0px;
	
	transition-property: all;
	transition-duration: .5s;
	
	-webkit-transition-property: all;
	-webkit-transition-duration: .5s;
	
	-moz-transition-property: all;
	-moz-transition-duration: .5s;
	
	-o-transition-property: all;
	-o-transition-duration: .5s;
	
	-ms-transition-property: all;
	-ms-transition-duration: .5s;
}

.listCards .card:hover .listActs,
.listCards .card.expanded .listActs
{
	opacity: 1;
	top: 0px;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.listCards .card.expanded .listActs
{
	left: 355px;
    width: 355px;
}

.listCards .card .listActs li
{
	padding: 10px 20px;
	color: black;
	cursor: pointer;
    font-size: 0;
}

.listCards .card .listActs li:hover
{
	background: rgb(50,50,50);
	color: white;
}

.reprise,
.edit
{
	display: none;
}

.listCards .card .listActs li:active,
.listCards .card .listActs li.checked
{
	background: #000;
	color: white;
}

.listCards .card .listActs li *
{
	display: inline-block;
	vertical-align: middle;
}

.listCards .card .listActs li img
{
	width: 16px;
	height: 16px;
	-webkit-filter: invert(100%);
	   -moz-filter: invert(100%);
		-ms-filter: invert(100%);
		 -o-filter: invert(100%);
		    filter: invert(100%);
}

.listCards .card .listActs li:hover img,
.listCards .card .listActs li.checked img
{
	-webkit-filter: invert(0%);
	   -moz-filter: invert(0%);
		-ms-filter: invert(0%);
		 -o-filter: invert(0%);
		    filter: invert(0%);
}

.listCards .card .listActs li p
{
	font-size: 14px;
	margin-left: 10px;
    font-family: 'MontserratRegular','RobotoRegular', segoe ui, trebuchet ms, tahoma, verdana, arial, serif;
}