#table_grille { width:100%; padding: 0; border-spacing: 0; }

.tablegrille {
    padding: 0;
}

.thead {
	position: relative;
    top: 0;
    left: 0;
}

#table_grille th {
	color: #fff;
	letter-spacing: -0.04em;
	font-size: 1em;
	font-weight:500;
	line-height: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	text-align:center;
}

#table_grille th { background-color: #333; }
#table_grille th:nth-child(2n+1) { background-color: #444; }
#table_grille th.vide { background-color: #12171b; }

#table_grille td {
	padding: 0.5rem 0.3rem;
	margin: 0;
	text-align:center;
	font-size: 1.1em;
	color: #fff;
	font-weight:600;
	border-bottom: 1px solid #161c1f;
	border-right: 1px solid #e3e3e3;
	 }
#table_grille td:hover {
	-moz-box-shadow: inset 0px 0px 0px 2px #ffffff;
	-webkit-box-shadow: inset 0px 0px 0px 2px #ffffff;
	-o-box-shadow: inset 0px 0px 0px 2px #ffffff;
	box-shadow: inset 0px 0px 0px 2px #ffffff;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#ffffff, Direction=NaN, Strength=0);
	 }
#table_grille td.vide {
	background-color: #fff;
	border-right: 1px solid #fff; }
#table_grille td.vide:hover, #table_grille td.salle:hover, #table_grille td.day:hover, #table_grille td.black:hover {
	cursor:default;
	-moz-box-shadow: inset 0px 0px 0px 0 #ffffff;
	-webkit-box-shadow: inset 0px 0px 0px 0 #ffffff;
	-o-box-shadow: inset 0px 0px 0px 0 #ffffff;
	box-shadow: inset 0px 0px 0px 0 #ffffff;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#ffffff, Direction=NaN, Strength=0); }

#table_grille td .demi {
	display:inline-block;
	float:left;
	width: 25%;
	background-color: #fff;
	height: 18px;
	 }
#table_grille td .quart {
	display:inline-block;
	float:left;
	width: 12.5%;
	background-color: #fff;
	height: 18px;
	 }

#table_grille td.decal {
	padding-left: 12.5%; }

#table_grille td.black {
	background-color: #12171b;
	line-height: none;
	height: 3px;
	border-right: 1px solid #12171b;
	padding: 0;
	 }

#table_grille td.day {
	background-color: #272c30;
	color: #ccc;
	font-size: 1.2em;
	padding: 0.5rem;
    border-right: 0;
    text-align: left;
	letter-spacing: -0.04em;
	 }
 #table_grille td.salle {
	background-color: #444;
	color: #ccc;
	text-align:left;
	padding-left:0.5rem;
	font-size: 1.2em;
	letter-spacing: -0.04em;
	 }

.btn_check {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	position: relative;
	width:100%;
	margin: 5px 0 0;
	padding: 0.3rem;
	letter-spacing: -0.04em;
	line-height: 16px;
	min-height:0;
	font-size: 1em;
	color: inherit;
	font-weight:500;
	border:0;
	background: #FFF;
	text-transform:none;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 2;
	cursor:pointer;
}
.btn_check h3 {
	font-size: 1.2rem;
	flex: 0 85%;
	font-weight: 600;
	color: white;
}
.btn_check h3.black {
    color: #12171b;
}
.check.free {
	flex: 0 16px;
}