/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/

/*# sourceMappingURL=maps/custom.css.map */
.team-roster-table__letter a.active{
	color: #0a0c0d;
}

.game-result__score-result--winner--visitor {
	position: relative;
}
.game-result__score-result--winner--local {
	position: relative;
}

.game-result__score-result--loser--visitor {
	position: relative;
	color: #9a9da2;
}

.game-result__score-result--loser--local {
	position: relative;
	color: #9a9da2;
}
.game-result__team-logo img {
	position: relative;
	height: 100px;
}

@media (max-width: 991px) {
	.game-result__score-result--loser--local {
		position: relative;
		color: #9a9da2;
	}

	.game-result__score-result--loser--visitor {
		color: #9a9da2;
		display: block;
		position: absolute;
		bottom: 4px;
		right: 0;
	}

	.game-result__score-result--winner--local {
		position: relative;
	}

	.game-result__score-result--winner--visitor {
		display: block;
		position: absolute;
		bottom: 4px;
		right: 0;
	}

	.game-result__team {
		overflow: hidden;
		padding-right: 30px;
	}

	.game-result__team-logo img {
		position: relative;
		height: 46px;
	}
}

/* */
.classement-team-th_title{
	text-align: left !important;
	vertical-align: middle !important;
}

/* Pourcentage victoire */
.classement-team-th_pourcentage-victoire{
	border-bottom: none !important;
}
.classement-team-th2_pourcentage-victoire{
	border-top: none !important;
	border-right: 1px solid #e4e7ed;
	text-align: right !important;
}
.classement-team-td_pourcentage-victoire{
	border-right: 1px solid #e4e7ed;
	text-align: right !important;
	vertical-align: middle !important;
}

/* Matches */
.classement-team-th_match{
	padding-bottom: 5px !important;
	border-bottom: none !important;
	text-align: center !important;
}
.classement-team-th2_match-jouer{
	border-top: none !important;
	text-align: center !important;
}
.classement-team-th2_match-victoire{
	border-top: none !important;
	text-align: center !important;
}
.classement-team-th2_match-defaite{
	border-top: none !important;
	border-right: 1px solid #e4e7ed !important;
	text-align: center !important;
}

.classement-team-td_match-jouer{
	text-align: center !important;
	vertical-align: middle !important;
}
.classement-team-td_match-victoire{
	text-align: center !important;
	vertical-align: middle !important;
}
.classement-team-td_match_defaite{
	border-right: 1px solid #e4e7ed;
	text-align: center !important;
	vertical-align: middle !important;
}


/* Domicile */
.classement-team-th_domicile{
	padding-bottom: 5px !important;
	border-bottom: none !important;
	text-align: center !important;
}
.classement-team-th2_domicile-victoire{
	border-top: none !important;
	text-align: center !important;
}
.classement-team-th2_domicile-defaite{
	border-top: none !important;
	border-right: 1px solid #e4e7ed !important;
	text-align: center !important;
}

.classement-team-td_domicile-victoire{
	text-align: center !important;
	vertical-align: middle !important;
}
.classement-team-td_domicile-defaite{
	border-right: 1px solid #e4e7ed;
	text-align: center !important;
	vertical-align: middle !important;
}

/* exterieur */
.classement-team-th_exterieur{
	padding-bottom: 5px !important;
	border-bottom: none !important;
	text-align: center !important;
}
.classement-team-th2_exterieur-victoire{
	border-top: none !important;
	text-align: center !important;
}
.classement-team-th2_exterieur-defaite{
	border-top: none !important;
	border-right: 1px solid #e4e7ed !important;
	text-align: center !important;
}

.classement-team-td_exterieur-victoire{
	text-align: center !important;
	vertical-align: middle !important;
}
.classement-team-td_exterieur-defaite{
	border-right: 1px solid #e4e7ed;
	text-align: center !important;
	vertical-align: middle !important;
}

/* Points */
.classement-team-th_points{
	padding-bottom: 5px !important;
	border-bottom: none !important;
	text-align: center !important;
}
.classement-team-th2_points-plus{
	border-top: none !important;
	text-align: center !important;
}
.classement-team-th2_points-moins{
	border-top: none !important;
	border-right: 1px solid #e4e7ed !important;
	text-align: center !important;
}

.classement-team-td_points-plus{
	text-align: center !important;
	vertical-align: middle !important;
}
.classement-team-td_points-moins{
	border-right: 1px solid #e4e7ed;
	text-align: center !important;
	vertical-align: middle !important;
}

/* Moyenne */
.classement-team-th_moyenne{
	padding-bottom: 5px !important;
	border-bottom: none !important;
	text-align: center !important;
}
.classement-team-th2_moyenne-pr{
	border-top: none !important;
	text-align: center !important;
}
.classement-team-th2_moyenne-ctr{
	border-top: none !important;
	text-align: center !important;
}

.classement-team-td_moyenne-pr{
	text-align: center !important;
	vertical-align: middle !important;
}
.classement-team-td_moyenne-ctr{
	text-align: center !important;
	vertical-align: middle !important;
}

/* Position */
.classement-team-td_position{
	vertical-align: middle !important;
}

/* Team */
.classement-team-td_team{
	vertical-align: middle !important;
}


