.tv_bloc {
	width:300px;
	color:#000000 !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 10px;
	margin: auto;
	border-radius: 20px;
}
.tv_bloc_row {
	width:50%;
	float:left;
}
.tv_bloc_row_full {
	width:100%;
	float:left;
	clear:both;
}
.tv_bloc button {
	display:block;
	width:100%;
}
.tv_align_right {
	text-align:right;
	padding-right:10px;
	clear:both;
}
.tv_align_left {
	text-align:left;
	padding-left:10px;
}
.tv_bloc select {
	background: rgb(85, 217, 221);
	color: #000;
	border: 0;
	padding: 5px;
	border: 2px solid rgb(85, 217, 221);
	BACKGROUND-COLOR: #fff;
	border-radius: 5px;
}
#tv_search {
	position: relative;
	border-radius: 5px;
	background-color: rgb(85, 217, 221);
	color: rgb(255, 255, 255);
	justify-content: center;
	transform: scale(1);
	border:0;
	font-weight:bold;
	cursor:pointer;
}
.tv_link {
	position: relative;
	border-radius: 5px;
	background-color: rgb(85, 217, 221);
	color: rgb(255, 255, 255);
	justify-content: center;
	transform: scale(1);
	border:0;
	cursor:pointer;
	font-weight: bold;
	padding: 0 5px;
}
#tv_results {
	width:100%;
	color:#000000 !important;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color: #eee;
}
.tv_per {
	display:none;
}
@media screen and (max-width: 640px) {
	.tv_bloc {
		width:100%;
	}
	.tv_link {
		display: block;
		width: 100%;
		margin: 2px 0px;
	}
	table.dataTable thead th, table.dataTable thead td {
		padding: 0px;
		font-size: 12px;
	}
	table.dataTable tbody th, table.dataTable tbody td {
		padding: 0px;
		font-size: 14px;
	}
	.tv_personne {
		display:none;
	}
	.tv_per {
		display: inline;
	}
}