﻿h1 {
	font-size: 20px;
	margin-bottom: 0px;
}

h1:hover {
	cursor: pointer;
	color: #6460ab;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	line-height: 25px;
}

h3 {
	padding: 8px 10px;
	background: #12171b;
	font-size: 12px;
	margin: 0.4em 0px;
}

.numero {
	height: 22px;
	width: 75px;
	background-color: #fff;
	color: #272b2f;
	font-weight: bold;
	float: right;
	text-align: center;
}

.info-film {
	height: 38px;
	width: 100%;
	background-color: #32373a;
}

.tag-film {
	height: 100%;
	width: 2.2rem;
	line-height: 34px;
	font-weight: 600;
	text-align: center;
	margin: 0px;
	border-left: 1px solid #12171b;
	letter-spacing: -0.5px;
}

.tag-film:first-child {
	border-left: 0px;
}

.tag-film.left {
	float: left;
}

	.tag-film.right {
		float: right;
		width: auto;
		color: #fff;
		text-transform: uppercase;
		padding: 0px 3px;
		border-left: 1px solid black;
	}

		.tag-film.right:hover {
			cursor: pointer;
			background-color: #6460ab;
		}

.tag-film.left:last-child {
	border-right: 1px solid #12171b;
}

.tag-film.palmares {
	color: #12171b;
	background-color: #fdb813;
}

.tag-film.programme {
	background-color: #dc3545;
}

.tag-film.stream {
	background-color: #e7630c;
}

.tag-film.euro-market {
	background-color: #e7630c;
}

ul.generique>li {
	padding: 5px 0;
	border-bottom: 1px solid #12171b;
}
