/* MATCH > entete equipe */
.team-header {
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin-bottom: 15px;
}
	.team-header.away {
		margin-top: 45px;
	}
	.team-header .logo {
		text-align: center;
		margin: 0 auto 10px;
	}
	.team-header .logo img {
		height: 55px;
		width: auto;
	}
	.team-header .name {
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		color: #000;
		text-transform: uppercase;
	}

/* MATCH > avant match > confrontations */
.confrontations-wrapper {
	width: 800px;
	margin: -30px auto 0;
}
	.confrontations-header {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		margin-bottom: 7px;
	}
	.confrontations-row {
		width: 100%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		height: 60px;
		line-height: 59px;
		border-radius: 30px;
		background: #fff;
		border: 1px solid #40c0da;
		margin-bottom: 20px;
	}
		.confrontations-header .col-label,
		.confrontations-row .col-label {
			height: 60px;
			width: 400px;
			text-align: center;
			font-weight: 500;
			font-size: 18px;
			color: #2a4b9a;
			line-height: 58px;
		}
		.confrontations-header .col-stat,
		.confrontations-row .col-stat {
			height: 58px;
			width: 75px;
			margin: 0 22px;
			background: #40c0da;
			text-align: center;
			font-weight: 900;
			font-size: 24px;
			letter-spacing: 0.02em;
			color: #fff;
			line-height: 58px;
		}
			.confrontations-row .col-stat.draw {
				background: #fabb19;
			}
			.confrontations-row .col-stat.top {
			}
			.confrontations-row .col-stat.none {
				background: #fff;
			}
		.confrontations-row .col-graph {
			height: 58px;
			width: calc(50% - 330px);
			display: flex;
			flex-flow: row wrap;
			justify-content: flex-start;
		}
			.confrontations-row .col-graph.home {
				justify-content: flex-end;		
			}
			.confrontations-row .col-graph .graph-bg {
				height: 58px;
				background: #2a4b9a;
				position: relative;
			}
				.confrontations-row .col-graph .graph-bg .graph-label {
					font-weight: bold;
					font-size: 18px;
					line-height: 58px;
					text-align: right;
					color: #fff;
					padding-right: 14px;
				}
				.confrontations-row .col-graph.home .graph-bg .graph-label {
					text-align: left;
					padding-left: 14px;
					padding-right: 0;
				}
			.confrontations-row .col-serie {
				height: 58px;
				width: calc((100% / 2) - 200px);
				margin: 0 22px;
				display: flex;
				flex-flow: row wrap;
				justify-content: flex-start;
			}
			.confrontations-row .col-serie.home {
				justify-content: flex-end;		
			}
			.confrontations-row .col-serie .bloc-serie {
				display: block;
				text-align: center;
				font-weight: 900;
				font-size: 24px;
				letter-spacing: 0.02em;
				line-height: 58px;
				margin: 0 5px;
				width: 24px;
				text-align: center;
			}
			.confrontations-row .col-serie .bloc-serie.win { color: #648A29;}
			.confrontations-row .col-serie .bloc-serie.draw { color: #F24405;}
			.confrontations-row .col-serie .bloc-serie.loss { color: #B30909;}
		
		.confrontations-header .col-label,
		.confrontations-header .col-stat {
			height: auto;
			line-height: 1.1;
			background: #FFF;
			text-align: center;
			font-weight: 500;
			font-size: 16px;
			color: #2a4b9a;
		}
			.confrontations-header .col-stat img {
				height: 50px;
				width: 50px;
				margin-bottom: 5px;
			}
			.confrontations-header .col-stat .img {
				height: 44px;
				width: 50px;
			}
	.confrontations-wrapper .legend p {
		padding: 0 5px;
		font-size: 13px;
		font-weight: normal;
	}

/* confrontations > large */
.confrontations-wrapper.large {
	width: 100%;
}
.confrontations-wrapper.large .confrontations-row .col-stat {
	margin: 0;
	width: 130px;
}

/* STATS > TOP stats HOME */
.stats-home {
	width: 100%;
	max-height: 460px;
	overflow: hidden;
	position: relative;
}
	.stats-home .picture {
		position: relative;
		width: 100%;
	}
		.stats-home .picture img {
			width: 100%;
			height: auto;
		}
	.stats-home .absolute-inside .container {
		margin: auto auto 0;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
	}
		.stats-home .absolute-inside .container .col-title {
			margin: auto 0 50px;
			font-weight: 900;
			font-size: 22px;
			letter-spacing: 0.04em;
			line-height: 26px;
			text-align: left;
			color: #fff;
			text-transform: uppercase;
		}
		.stats-home .absolute-inside .container .col-top {
			margin: auto auto 0;
			width: 460px;
			height: 400px;
			overflow: hidden;
		}
/* TOP STATS > le joueur */
.stats-home-player {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	width: 460px;
	height: 400px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
	.stats-home-player .col-picture {
		position: absolute;
		z-index: 3;
		left: 0;
		top: 60px;
		height: auto;
	}
		.stats-home-player .col-picture img {
			height: auto;
			width: 260px;
		}
	.stats-home-player .col-infos {
		position: absolute;
		z-index: 2;
		top: 0px;
		right: 0px;
		width: 290px;
		border-radius: 5px;
		background: #fff;
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
		padding: 30px 20px;
	}
		.stats-home-player .col-infos .title {
			width: 100%;
			font-weight: 900;
			font-size: 16px;
			letter-spacing: 0.04em;
			line-height: 20px;
			text-align: center;
			color: #40c0da;
			text-transform: uppercase;
		}
		.stats-home-player .col-infos .team {
			margin: 12px 0 5px;
			width: 100%;
			text-align: center;
		}
			.stats-home-player .col-infos .team img {
				height: 50px;
				width: auto;
			}
		.stats-home-player .col-infos .name {
			width: 100%;
			font-weight: 900;
			font-size: 16px;
			line-height: 22px;
			text-align: center;
			color: #2a4b9a;
		}
		.stats-home-player .col-infos .stats {
			width: 100%;
			margin-top: 25px;
			font-weight: 900;
			font-size: 28px;
			line-height: 28px;
			text-align: center;
			color: #40C0DA;
			text-transform: uppercase;
		}
		.stats-home-player .col-infos .more {
			width: 100%;
			margin-top: 5px;
			font-weight: 600;
			font-size: 16px;
			line-height: 1.2;
			text-align: center;
			color: #2a4b9a;
		}
		.stats-home-player .col-infos .link {
			width: 100%;
			margin-top: 20px;
			font-weight: bold;
			text-decoration: underline;
			font-size: 14px;
			letter-spacing: 0.08em;
			text-align: center;
			color: #000;
			text-transform: uppercase;
		}
.stats-home.game .stats-home-player .col-infos .stats {
	margin-top: 18px;
}
.stats-home.game .stats-home-player .col-infos .more {
	margin-top: 10px;
}

/* SPORTS TEAMS > HOME TABS */
.teams-home {
	width: 100%;
	max-width: 470px;
	margin: 0 auto;
}
	.teams-home .title {
		position: relative;
    	z-index: 3;
		width: 100%;
		height: 60px;
		line-height: 60px;
		padding: 0 30px;
		border-radius: 30px;
		background: #40c0da;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		color: #FFF;
        transition: all 0.5s ease-in-out;
	}
		.teams-home .title .icon,
		.teams-home .title .icon2 {
			width: 25px;
			text-align: center;
			font-size: 17px;
			color: #FFF;
			margin: auto 0;
		}
		.teams-home .title .label {
			margin: auto auto auto 20px;
			font-weight: 900;
			font-size: 16px;
			letter-spacing: 0.02em;
			line-height: 24px;
			text-align: left;
			color: #fff;
			text-align: left;
			text-transform: uppercase;
		}
	.teams-home .teams-index {
		position: relative;
    	z-index: 1;
		display: none;
		margin-top: -30px;
		background: #f2f2f2;
		padding: 60px 40px 35px;
		width: 100%;
	}
		.teams-home .teams-index .teams-index-inside {
			width: 100%;
			display: flex;
			flex-flow: row wrap;
			justify-content: flex-start;
		}
		.teams-home .teams-index a.teams-item {
			display: flex;
			flex-flow: row wrap;
			justify-content: flex-start;
			width: 50%;
			text-decoration: none;
			color: #000;
			margin-bottom: 13px;
	        transition: all 0.3s ease-in-out;
		}
			.teams-home .teams-index a.teams-item .logo {
				width: 50px;
				margin: auto 0;
			}
				.teams-home .teams-index a.teams-item .logo img {
					width: 50px;
					height: auto;
				}
			.teams-home .teams-index a.teams-item .name {
				margin: auto 0;
				width: calc(100% - 50px);
				padding-left: 15px;
				font-weight: normal;
				font-size: 16px;
				letter-spacing: 0.02em;
				line-height: 1.2;
				text-align: left;
			}

/* hover, active et multiple */
.teams-home .teams-index.active {
	display: block;
}
.teams-home .teams-icon.active {
    transition: all 0.5s ease-in-out;
	transform: rotate(90deg);
}
.teams-home.multiple .title {
	cursor: pointer;
}
.teams-home .teams-index.multi1 {
	padding-bottom: 60px;
}
.teams-home .title.multi2 {
	margin-top: -30px;
}
.teams-home .title.active.multi2 {
	margin-top: 0;
}
.teams-home .teams-index.multi2 {
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.teams-home .teams-index a.teams-item:hover {
	text-decoration: none;
	color: #40C0DA;
}

/* SPORTS TEAMS >  INDEX HOME / CAROUSEL > item small */
.teams-listing-item {
	padding: 0;
	width: 270px;
	border-radius: 20px;
	display: flex; display: -webkit-flex; 
	flex-flow: column; -webkit-flex-flow: column;
	color: #2a4b9a;
    transition: all .5s ease-in-out 0s;
}
	.teams-listing-item .logo {
		width: 100%;
		height: 203px;
		border-radius: 20px;
		background: #fff;
		border: 1px solid #2a4b9a;
		display: flex;
	    transition: all .5s ease-in-out 0s;
	}
		.teams-listing-item .logo img {
			margin: auto;
			height: 172px;
			width: auto;
		}
	.teams-listing-item .name {
		font-weight: bold;
		font-size: 16px;
		letter-spacing: 0.02em;
		line-height: 1.2;
		text-align: center;
		color: #2a4b9a;
		margin: 15px 15px 0;
	    transition: all .5s ease-in-out 0s;
	}

.teams-listing-item:hover,
.teams-listing-item:hover .name {
	color: #38b5c7;
	text-decoration: none;
}
.teams-listing-item:hover .logo {
	border: 1px solid #38b5c7;
}


/* SPORTS CALENDARS > INDEX ITEMS */
.calendars-listing-item {
	position: relative;
	font-size: 12px;
	line-height: 1.1;
	background: #f2f2f2;
	margin: 0;
	margin-left: 15px;
	padding: 20px 0;
	width: 300px;
	border-radius: 20px;
	display: flex; display: -webkit-flex; 
	flex-flow: column; -webkit-flex-flow: column;
    transition: all .5s ease-in-out 0s;
}

.label-starmatch {
	width: 100%;
	text-align: center;
	font-weight: 900;
	font-size: 16px;
    line-height: 0px;
    padding-top: 7px;
    margin-bottom: -5px;
}
.calendars-listing-item.is-starmatch.lmsl {
	background: #F9BD1A;
}
.calendars-listing-item.is-starmatch.lmsl .label-starmatch {
	color: #38b5c7;
}
.calendars-listing-item.is-starmatch.pl {
	background: #3FBFDA;
}
.calendars-listing-item.is-starmatch.pl .label-starmatch {
	color: #3C56A1;
}
.calendars-listing-item.is-starmatch.pl div.row-icons .icon-item, 
.calendars-listing-item.is-starmatch.pl div.row div.col-infos .col-competitions {
	color: #FFF;
}


.calendars-listing-item div.row {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
}

	.calendars-listing-item div.row div.col-infos {
		margin: 0;
		padding: 0 12px 0;
		width: 100%;
		color: #202020;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
	}
		.calendars-listing-item div.row div.col-infos .col-competitions,
		.calendars-large-item .row-infos .col-competitions {
			margin: auto 0;
			font-weight: bold;
			font-size: 13px;
			line-height: 1.1;
			text-align: left;
			color: #e32820;
		}
			.calendars-listing-item div.row div.col-infos .col-competitions .competition,
			.calendars-large-item .row-infos .col-competitions .competition {
				text-transform: uppercase;
			}
		.calendars-listing-item div.row div.col-infos .col-tv {
			margin: auto 0;
			margin-left: auto;
			width: auto;
			min-height: 44px;
			display: flex;
			flex-flow: row wrap;
			justify-content: flex-end;
		}
			.calendars-listing-item div.row div.col-infos .col-tv a {
				margin: 3px;
				min-height: 30px;
				display: block;
			}
				.calendars-listing-item div.row div.col-infos .col-tv a img {
					height: 30px;
					width: auto !important;
					margin: auto 0;
				}

	.calendars-listing-item div.row div.col-teams {
		margin: 20px 5px 17px;
		padding: 0;
		width: 100%;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
	}
		.calendars-listing-item div.row div.col-teams .teams-logos {
			width: 100%;
			display: flex; display: -webkit-flex; 
			flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
			justify-content: space-around; -webkit-justify-content: space-around;
		}
			.calendars-listing-item div.row div.col-teams .teams-logos .team-logo {
				margin: auto;
				display: flex; display: -webkit-flex; 
				flex-flow: column; -webkit-flex-flow: column;
				justify-content: center;
				width: calc(50% - 43px);
			}
				.calendars-listing-item div.row div.col-teams .teams-logos .team-logo a {
					margin: 0 auto;
				}
				.calendars-listing-item div.row div.col-teams .teams-logos .team-logo img {
					width: auto;
					height: 47px;
					margin: auto;
				}

			.calendars-listing-item div.row div.col-teams .teams-logos .team-logo .team-name {
				text-transform: uppercase;
				margin: 5px 0 0;
				width: 100%;
				text-align: center;
				font-weight: bold;
				font-size: 12px;
				letter-spacing: 0.02em;
				line-height: 1.1;
				color: #000;
			}
		.calendars-listing-item div.row div.col-teams .scores {
			margin: 8px auto auto;
			width: 85px;
			height: 36px;
			font-size: 16px;
			line-height: 36px;
			font-weight: bold;
			text-align: center;
			border-radius: 18px;
			color: #202020;
			background: #FFF;
		}

		.calendars-listing-item div.row div.col-teams .scores.live {
			color: #EA0101;
		}

	.calendars-listing-item div.row-icons {
		padding: 0px;
		margin: 0;
		border-radius: 0px;
		font-weight: normal;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: center; -webkit-justify-content: center;
		position: relative;
	}

		.calendars-listing-item div.row-icons .icon-item {
			margin: auto 10px;
			display: flex; display: -webkit-flex; 
			flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
			justify-content: center; -webkit-justify-content: center;
			font-weight: bold;
			text-decoration: underline;
			text-transform: uppercase;
			font-size: 13px;
			letter-spacing: 0.08em;
			color: #38b5c7;
		}
			.calendars-listing-item div.row-icons .icon-item div.txt {
			}

			.calendars-listing-item div.row-icons .icon-item.disable {
				color: #a3a3a3;
			}
			.calendars-listing-item div.row-icons .icon-item.disable .material-icons {
				color: #a3a3a3 !important;
			}
			.calendars-listing-item div.row-icons .icon-item.live {
				color: #ebebeb;
				background: #e10816;
				margin-left: auto;
				margin-right: 0px;
			}
				.calendars-listing-item div.row-icons .icon-item.live .txt {
					text-transform: uppercase;
					font-size: 10px;				
					color: #ebebeb;
				}

/* by2 */
.calendars-listing-item div.row-icons.by2 .icon-item {
	width: 50%;
	margin: 0;
	padding-right: 10px;
	justify-content: flex-end;
}
.calendars-listing-item div.row-icons.by2 .icon-item.by2-second {
	padding-right: 0;
	padding-left: 10px;
	justify-content: flex-start;
}

/* SPORTS CALENDARS > INDEX LARGE
	(page équipe previous/next game) */
.calendars-large-item {
	position: relative;
	font-size: 12px;
	line-height: 1.1;
	background: #f2f2f2;
	margin: 0;
	padding: 30px 40px;
	width: 100%;
	border-radius: 20px;
	display: flex; display: -webkit-flex; 
	flex-flow: column; -webkit-flex-flow: column;
    transition: all .5s ease-in-out 0s;
}
	.calendars-large-item .row-infos {
		width: 100%;
		text-align: center;
		margin-bottom: 21px;
		text-transform: uppercase;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
	}
		.calendars-large-item .col-tv {
			margin: auto 0;
			margin-left: auto;
			width: auto;
			min-height: 44px;
			display: flex;
			flex-flow: row wrap;
			justify-content: flex-end;
		}
			.calendars-large-item .col-tv a {
				margin: 3px;
				min-height: 40px;
				display: block;
			}
				.calendars-large-item .col-tv a img {
					height: 40px;
					width: auto !important;
					margin: auto 0;
				}

	.calendars-large-item .row-date {
		width: 100%;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
		color: #000;
		margin-bottom: 3px;
	}
	.calendars-large-item .row-stadium {
		width: 100%;
		font-weight: normal;
		font-size: 15px;
		text-align: center;
		color: #000;
		margin-bottom: 21px;
	}
	.calendars-large-item .row-teams {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}
		.calendars-large-item .row-teams .col-teams {
			text-align: center;
		}
			.calendars-large-item .row-teams .col-teams img {
				height: 80px;
				width: auto;
			}
			.calendars-large-item .row-teams .col-teams .team-name {
				width: 100%;
				margin-top: 14px;
				font-weight: bold;
				font-size: 18px;
				text-align: center;
				color: #000;
			}
		.calendars-large-item .row-teams .col-scores {
			margin: 0 30px;
			margin-top: 20px;
			width: 140px;
			height: 50px;
			border-radius: 25px;
			background: #fff;
			font-weight: 900;
			font-size: 22px;
			line-height: 50px;
			text-align: center;
			color: #000;
		}
			.calendars-large-item .row-teams .col-scores.is-coming {
				background: #40c0da;
				color: #FFF;
				text-transform: uppercase;		
			}

/* SPORTS CALENDARS > INDEX LARGE > variations */
.cols-50x50-wrapper .calendars-large-item {
	width: 96%;
	max-width: 550px;
	margin: 0 auto;
}


/* SPORTS CALENDARS > INDEX > MONTHS */
.months-wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	width: 100%;
	margin: 0 0px 20px;
	height: 60px;
	border-radius: 30px;
	background: #fff;
	border: 1px solid #38b5c7;
}
	.months-wrapper .month-item {
		margin: auto 0;
		font-weight: 500;
		font-size: 16px;
		letter-spacing: 0.02em;
		line-height: 24px;
		text-align: left;
		color: #000;
		cursor: pointer;
        transition: all 0.3s ease-in-out;
	}
		.months-wrapper .month-item:hover {
			color: #38b5c7;			
		}
		.months-wrapper .month-item.is-active {
			color: #D93338
		}



/* CALENDARS > view > header */
.calendars-header {
	width: 100%;
	margin: 25px 0 30px;
	padding: 30px;
	border-radius: 20px;
	background: #f2f2f2;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	position: relative;
}
	.calendars-header .col-infos {
		width: 400px;
		margin: auto 0;
	}
		.calendars-header .col-infos .infos {
			width: 100%;
			display: flex;
			flex-flow: row wrap;
			justify-content: flex-start;
			line-height: 1.0;
		}
			.calendars-header .col-infos .infos .tv {
				display: flex;
				flex-flow: row wrap;
				justify-content: flex-start;
				margin-bottom: 4px;
			}
				.calendars-header .col-infos .infos .tv img {
					height: 30px;
					width: auto;
					margin: auto 5px auto 0;
				}
			.calendars-header .col-infos .infos .day {
				margin: auto 15px auto 10px;
				font-weight: bold;
				font-size: 16px;
				text-align: left;
				color: #fabb19;
			}
			.calendars-header .col-infos .infos .competition {
				margin: auto 0;
				font-weight: bold;
				text-transform: uppercase;
				font-size: 16px;
				text-align: left;
				color: #000;
			}
		.calendars-header .col-infos .date {
			width: 100%;
			font-weight: bold;
			font-size: 22px;
			line-height: 1.0;
			text-align: left;
			color: #000;
			padding: 30px 0 8px;
		}
		.calendars-header .col-infos .live-time {
			width: 100%;
			font-weight: bold;
			font-size: 20px;
			line-height: 1.0;
			text-align: left;
			color: #EA0101;
			padding: 15px 0 0 10px;
		}
		.calendars-header .col-infos .stadium {
			width: 100%;
			font-weight: normal;
			font-size: 16px;
			line-height: 1.0;
			text-align: left;
			color: #000;
		}
	.calendars-header .col-teams {
		min-width: 240px;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		margin: auto 0;
	}
		.calendars-header .col-teams .team {
			width: 110px;
			margin: auto 7px;
			display: flex;
			flex-flow: column;
			justify-content: center;
			line-height: 1.0;
		}
			.calendars-header .col-teams .team .logo {
				text-align: center;
				width: 100%;
			}
				.calendars-header .col-teams .team .logo img {
					width: 100px;
					height: 100px;
				}
			.calendars-header .col-teams .team .name {
				padding-top: 10px;
				text-align: center;
				font-weight: bold;
				font-size: 18px;
				text-align: center;
				color: #000;
			}
		.calendars-header .col-teams .scores {
			margin: auto 20px;
			font-weight: bold;
			font-size: 45px;
			line-height: 1.0;
			text-align: center;
			color: #000;			
		}
			.calendars-header .col-teams .scores.live {
				color: #EA0101;
			}

	.calendars-header .col-bts {
		margin: auto 0;
		margin-left: auto;
		display: flex;
		flex-flow: column;
		justify-content: center;
	}
		.calendars-header .col-bts a {
			display: flex;
			flex-flow: row wrap;
			justify-content: center;
			width: 290px;
			height: 50px;
			border-radius: 25px;
			background: #fff;
			border: 1px solid #40c0da;
			margin: 10px auto;
		}
			.calendars-header .col-bts a .icon {
				margin: auto 10px;
				font-size: 20px;
			}
				.calendars-header .col-bts a .icon.tickets {
					width: 37px;
					height: 28px;
					background: url(../_img/icon-ticket-small-noir.svg) no-repeat center center;					
				}
			.calendars-header .col-bts a .label {
				margin: auto 0;
				font-weight: 900;
				font-size: 14px;
				line-height: 1.0;
				letter-spacing: 0.08em;
				text-align: left;
				color: #2a4b9a;
				text-transform: uppercase;
			}
/* variations & hover */
.calendars-header .col-bts a.ticket img {
	height: 40px;
}
.calendars-header .col-bts a.ticket:hover {
	border: 1px solid #E32820;
	text-decoration: none;
}
.calendars-header .col-bts a.ticket:hover .label {
	color: #E32820;
}
.calendars-header .col-bts a.car:hover {
	border: 1px solid #40c0da;
	text-decoration: none;
}
.calendars-header .col-bts a.car:hover .label {
	color: #40c0da;
}

/* SPORTS PLAYERS > INDEX > LETTERS */
.letters-wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	width: 100%;
	margin: 0 0px 20px;
	height: 60px;
	border-radius: 30px;
	background: #fff;
	border: 1px solid #38b5c7;
}
	.letters-wrapper .letter-item {
		margin: auto 0;
		font-weight: 500;
		font-size: 16px;
		letter-spacing: 0.02em;
		line-height: 24px;
		text-align: left;
		color: #000;
		cursor: pointer;
        transition: all 0.3s ease-in-out;
	}
		.letters-wrapper .letter-item:hover {
			color: #38b5c7;			
		}
		.letters-wrapper .letter-item.is-active {
			color: #D93338
		}


/* SPORTS PLAYERS > INDEX  */
.players-listing-item {
	width: 100%;
	border-radius: 20px;
	background: #F2F2F2;
	position: relative;
	z-index: 2;
    transition: all 0.7s ease-in-out;
}
	.players-listing-item.static {
		width: 320px;
		margin: 0 15px 15px;
	}
	.players-listing-item .row-picture {
		width: 100%;
		height: 147px;
		background: #fff;
		border: 1px solid #40c0da;
		border-radius: 19px;
		overflow: hidden;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-around;
		position: relative;
		z-index: 3;
	}
		.players-listing-item .row-picture .col-picture {
			width: 140px;
			height: 200px;
			position: relative;
		}
		.players-listing-item .row-picture .col-infos {
		    width: 70px;
		    text-align: center;
		    margin: auto 0;			
		}
			.players-listing-item .row-picture .col-infos img {
			    width: 48px;
			    height: auto;
			    margin: 0 auto;
			}
			.players-listing-item .row-picture .col-infos .number {
			    margin-top: 15px;
			    font-size: 25px;
			    font-weight: bold;
			    color: #F9AC3B;
			}			
	.players-listing-item .row-name {
		font-family: Roboto;
		text-align: left;
		color: #2a4b9a;		
		font-weight: 600;
		font-size: 14px;
		line-height: 14px;
		margin-top: -25px;
		padding: 24px;
		padding-top: 48px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		background: #F2F2F2;
	}
		.players-listing-item .row-name .name {
			font-weight: 900;
			font-size: 20px;
			line-height: 20px;
		}
		.players-listing-item .row-name .description {
			padding-top: 5px;
		}
		.players-listing-item .row-name .stats {
			padding-top: 5px;
			font-size: 16px;
			line-height: 16px;
		}
	.players-listing-item .more {
		display: none;
		position: absolute;
		z-index: 5;
		width: 34px;
		height: 34px;
		border-radius: 17px;
		left: 50%;
		bottom: -17px;
		margin-left: -17px;
		background: #40c0da;		
        transition: all 0.7s ease-in-out;
        font-size: 20px;
        line-height: 34px;
        text-align: center;
        font-weight: 900;
        color: #FFF;
	}

/* hover */
.players-listing-item:hover {
	text-decoration: none;
}
.players-listing-item:hover .more {
	display: block;
}

/* carrousel */
.carousel .players-listing-item {
}


/* ----------------------------- 

		SPORTS PLAYERS
		> VIEW
		
	----------------------------- */
.players-view-top {
	margin: 40px 0 0;
	width: 100%;
	position: relative;
	z-index: 5;
	background: #f2f2f2;
	width: 100%;
	padding: 0 10px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
}
	.players-view-top .col-picture {
		width: 260px;
		margin: 0;
		margin-top: -40px;
		text-align: center;
	}
		.players-view-top .col-picture img {
			width: 260px;
			height: auto;
		}

	.players-view-top .col-infos {
		width: 370px;
		margin: auto 50px;
	}
		.players-view-top .col-infos h2 {
			font-weight: bold;
			font-size: 30px;
			line-height: 33px;
			text-align: left;
			color: #2a4b9a;
			margin: 0;
		}
		.players-view-top .col-infos .position {
			font-weight: bold;
			font-size: 24px;
			line-height: 33px;
			text-align: left;
			color: #000;
		}
		.players-view-top .listing-infos {
			width: 100%;
			margin-top: 15px;
		}
			.players-view-top .listing-infos .row-infos {
				width: 100%;
				padding: 7px 2px;
				border-bottom: 1px solid #fff;					
				display: flex; display: -webkit-flex; 
				flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
				justify-content: flex-start; -webkit-justify-content: flex-start;
				font-weight: bold;
				font-size: 14px;
				line-height: 1.2;
				text-align: left;
				color: #40c0da;
			}
				.players-view-top .listing-infos .row-infos span {
					text-transform: uppercase;					
				}
				.players-view-top .listing-infos .row-infos .col-label {
					width: 50%;
					margin: auto 0;
					text-transform: uppercase;
				}
				.players-view-top .listing-infos .row-infos .col-value {
					width: 50%;
					margin: auto 0;
					text-align: right;
					font-weight: 500;
					font-size: 14px;
					line-height: 1.2;
					text-align: right;
					color: #000;
				}

	.players-view-top .col-number {
		width: 200px;
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
		text-align: center;
	}
		.players-view-top .col-number .logo {
			margin-top: -15px;
			text-align: center;
		}
			.players-view-top .col-number .logo img {
				width: 100px;
				height: auto;
			}
		.players-view-top .col-number .number {
			margin: 20px auto 0;
			font-weight: bold;
			font-size: 30px;
			line-height: 33px;
			text-align: center;
			color: #db3137;
		}
		.players-view-top .col-number .gif {
			width: 200px; 
			height: 200px;
			background-size: cover; 
			margin:auto 0 0; 
			background-repeat: no-repeat; 
			background-position: bottom center;			
		}				
	.players-view-top-bottom {
		width: 100%;
		height: 8px;
		background-image: url('../_img/border-lnh-x1000.png');
		background-size: cover;
		background-position: center;
	}

.players-view-video {
	width: 100%;
    max-width: 995px;
    margin: 0 auto;
    background: #f2f2f2;
    padding: 15px 30px;
}
	.players-view-video a {
		display: block;
	    position: relative;
	    width: 100%;
	}
	.players-view-video img {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 10;
	}
	.players-view-video img.picto {
		width: auto;
		height: auto;
		position: absolute;
		z-index: 11;
		top: 50%;
		left: 50%;
		margin-top: -25px;
		margin-left: -25px;
	}
/* ----------------------------- 

		GENERIQUE > STATS RESUME
		> affiche et met en avant certaines statistique
		> SportsPlayers/view   //  SportsCalendars/view   //    SportsTeams/view
		
	----------------------------- */
.stats-wrapper {
	padding: 0;
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
}
	.stats-wrapper .stats-items {
		width: 31%;
		margin: 7px 1%;
		position: relative;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		overflow: hidden;
		width: 270px;
		min-height: 50px;
		border-radius: 32px;
	}
		.stats-wrapper .stats-items.empty {
			opacity: 0;
		}
		.stats-wrapper .stats-items .col-label {
			width: 60%;
			padding: 10px;
			background: #FFF;
			margin: 0;
			min-height: 48px;
			font-weight: bold;
			font-size: 14px;
			letter-spacing: 0.02em;
			line-height: 1.1;
			text-align: center;
			color: #2a4b9a;
			border: 1px solid #2a4b9a;
			border-right: none;
			border-top-left-radius: 32px;
			border-bottom-left-radius: 32px;
			display: flex;
		}
			.stats-wrapper .stats-items .col-label .legend {
				font-size: 10px;
				padding-top: 4px;
				font-weight: 600;
			}
		.stats-wrapper .stats-items .col-value {
			width: 45%;
			border: 1px solid #40c0da;
			background: #40c0da;
			color: #FFFFFF;
			text-align: center;
			margin: 0;
			min-height: 48px;
			font-size: 28px;
			line-height: 1.1;
			font-weight: bold;
			display: flex; display: -webkit-flex; 
			flex-flow: row wrap; -webkit-flex-flow: row wrap;
			display: flex;
		}
			.stats-wrapper .stats-items .col-value .small {
				font-size: 80%;
			}

		.stats-wrapper .stats-items .inside {
			margin: auto;
		}

		.stats-wrapper .stats-items.w-large {
			width: 48%;
		}
			.stats-wrapper .stats-items.w-large .col-label {
				width: 82%;
			}
			.stats-wrapper .stats-items.w-large .col-value {
				width: 25%;
			}



/* ----------------------------- 

		SPORTS CALENDARS > VIEW
		
	----------------------------- */
.teams-wrapper {
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: space-around; -webkit-justify-content: space-around;
}
	.teams-wrapper .name {
		width: 32%;
		margin: auto;
		font-size: 27px;
		line-height: 1.1;
		text-transform: uppercase;
		color: #01013e;
	}
		.teams-wrapper .name.home {
			text-align: right;
		}
	.teams-wrapper .logo {
		width: 10%;
		margin: auto;
		text-align: center;
	}	
		.teams-wrapper .logo img {
			width: 60px;
			height: auto;
		}
	.teams-wrapper .score {
		width: 15%;
		margin: auto;
		text-align: center;
		font-size: 27px;
		line-height: 1.1;
		text-transform: uppercase;
		color: #f9ac00;
	}	
		.teams-wrapper .score a img {
			width: 80%;
			height: auto;
		}

.calendars-infos-2cols {
	float: left; width: 48%; padding: 15px 0;
}
	.calendars-infos-2cols.right {
		float: right;
	}

/* ----------------------------- 

		SPORTS EVENTS > INDEX
		sportsCalendars / eStatsChannels
		
	----------------------------- */
.events-index .col-icon {
	width: 5%;
}
.events-index .col-time {
	width: 15%;
}
.events-index .col-description {
	width: 60%;
}
.events-index .col-teams {
	width: 20%;
}

	
/* TEMPS	*/
.events-index div.event-time {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
	.events-index li.red div.event-time {
		color: #c5001e;
	}
	.events-index li.blue div.event-time {
		color: #1c3a73;
	}
	
/* DESCRIPTION	*/
.events-index div.event-description {
}
	.events-index div.event-description div.inside {
		margin: auto 0;
		text-transform: none;
	}
.events-index div.event-picture {
	display: block!important;
	width: 70%;
	height: 340px;
	overflow: hidden;
}
	.events-index div.event-picture img {
		width: 100%;
	}


/* EQUIPES	*/
.events-index div.event-teams {
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
	.events-index div.event-teams div.logo {
		width: 25%;
		margin: auto;
	}
		.events-index div.event-teams div.logo img {
			height: 30px;
		}
	.events-index div.event-teams div.score {
		width: 50%;
		margin: auto;
	}
		.events-index li.red div.event-teams div.score {
			color: #c5001e;
		}
		.events-index li.blue div.event-teams div.score {
			color: #1c3a73;
		}


/*	ACTIONS ICONS	*/
div.event-icon {
	display: block;
	width: 34px;
	height: 34px;
	margin: auto;
}
	div.event-icon.periods_finish {
		background: url(../_img/sprite-events.png) no-repeat -408px -103px;  /* marge LEFT / marge TOP	*/
	}
	div.event-icon.alert {
		background: url(../_img/sprite-events.png) no-repeat -442px -103px;  /* marge LEFT / marge TOP	*/
	}
	div.event-icon.two_min {
		background: url(../_img/sprite-events.png) no-repeat -476px -103px;  /* marge LEFT / marge TOP	*/
	}
	div.event-icon.goals {
		background: url(../_img/sprite-events.png) no-repeat -510px -103px;  /* marge LEFT / marge TOP	*/
	}
	div.event-icon.stops {
		background: url(../_img/sprite-events.png) no-repeat -544px -103px;  /* marge LEFT / marge TOP	*/
	}
	div.event-icon.timeout {
		background: url(../_img/sprite-events.png) no-repeat -578px -103px;  /* marge LEFT / marge TOP	*/
	}
	div.event-icon.red_card {
		background: url(../_img/sprite-events.png) no-repeat -612px -103px;  /* marge LEFT / marge TOP	*/
	}
	div.event-icon.yellow_card {
		background: url(../_img/sprite-events.png) no-repeat -646px -103px;  /* marge LEFT / marge TOP	*/
	}
	div.event-icon.periods_start {
		background: url(../_img/sprite-events.png) no-repeat -680px -103px;  /* marge LEFT / marge TOP	*/
	}
	div.event-icon.goals_7m {
		background: url(../_img/sprite-events.png) no-repeat -714px -103px;  /* marge LEFT / marge TOP	*/
	}
	div.event-icon.stops_7m {
		background: url(../_img/sprite-events.png) no-repeat -748px -103px;  /* marge LEFT / marge TOP	*/
	}
	div.event-icon.turnovers {
		background: url(../_img/sprite-events.png) no-repeat -782px -103px;  /* marge LEFT / marge TOP	*/
	}
	div.event-icon.assists {
		background: url(../_img/sprite-events.png) no-repeat -816px -103px;  /* marge LEFT / marge TOP	*/
	}
	div.event-icon.missed {
		background: url(../_img/sprite-events.png) no-repeat -850px -103px;  /* marge LEFT / marge TOP	*/
	}
	div.event-icon.blocked {
		background: url(../_img/sprite-events.png) no-repeat -884px -103px;  /* marge LEFT / marge TOP	*/
	}


/* ----------------------------- 

		SPORTS LIVES
		eStatsChannels
		
	----------------------------- */
.lives-timer-wrapper {
	font-size: 11px;
	font-style: italic;
	line-height: 1.1;
	text-align: right;
	color: #CCC;
}


/* ----------------------------- 

		SPORTS TEAMS > TOP STATS EQUIPES
		sportsCalendars / eStatsChannels
		
	----------------------------- */
.teams-stats-wrapper {
	padding: 10px 0;
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
}
	.teams-stats-wrapper .row {
		width: 100%;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		padding: 10px 0;
		margin: 0 auto 10px;
		border: 1px solid #ebebeb;
		border-radius: 8px;
	}
		.teams-stats-wrapper .row .col-graph {
			width: 18%;
			margin: auto 0;
		}
			.teams-stats-wrapper .row .col-graph div.graph-wrapper {
				width: 100px;
				height: 90px;
				margin: auto;
				display: flex; display: -webkit-flex; 
				flex-flow: row wrap; -webkit-flex-flow: row wrap;
				justify-content: center; -webkit-justify-content: center;
				position: relative;
				overflow: hidden;
			}
				.teams-stats-wrapper .row .col-graph div.graph-wrapper div.graph {
					position: absolute;
					top: -2px;
					left: 0px;
					width: 100px;
					height: 100px;
				}
				.teams-stats-wrapper .row .col-graph div.graph-wrapper div.libelle {
					margin: auto;
					margin-top: 30px;
					font-size: 25px;
				}
					.teams-stats-wrapper .row .col-graph div.graph-wrapper div.libelle span.legend {
						font-size: 10px;
					}
		.teams-stats-wrapper .row .col-stats {
			width: 18%;
			margin: auto 0;
			font-size: 30px;
			line-height: 1.1;
			text-align: center;
		}
		.teams-stats-wrapper .row .col-title {
			width: 28%;
			margin: auto 0;
			text-align: center;
		}
			.teams-stats-wrapper .row .col-title .title {
				font-size: 14px;
				width: 100%;
				text-transform: uppercase;
			}
			.teams-stats-wrapper .row .col-title .legend {
				font-size: 12px;
				width: 100%;
				padding-top: 3px;
			}

.teams-logo-zoomed {
	padding: 0;
	position: relative;
	margin-top: 40px;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
}
	.teams-logo-zoomed .bg {
		width: 100%;
		height: 10px;
		background: #ebebeb;
		border-radius: 8px;
		position: absolute;
		bottom: 3px;
		z-index: 1;
    }
	.teams-logo-zoomed .team-logo {
		margin-left: 20px;
		position: relative;
		z-index: 2;
	}
		.teams-logo-zoomed .team-logo img {
		    width: 80px;
		    height: auto;
		}
	.teams-logo-zoomed .team-name {
		position: relative;
		z-index: 2;
		margin: auto 15px;
		font-size: 28px;
		line-height: 0.9;
		text-transform: uppercase;
		text-align: left;
		font-weight: 700;
	}


.forced .teams-logo-zoomed {
	text-align: center;
	padding: 5px 0;
	background: #ebebeb;
	border-top-left-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	height: 45px;
	position: relative;
	margin-top: 5px;
}
	.forced .teams-logo-zoomed .team-logo {
		margin: auto;
	}

/* STANDINGS > INDEX */
.limits-legend {
	width: 100%;
	padding: 15px 0;
}
	.limits-legend .limit-item {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		margin-bottom: 6px;
	}
		.limits-legend .limit-item .limit-color {
			width: 30px;
			height: 30px;
			margin: auto 10px;
		}
		.limits-legend .limit-item .limit-label {
			margin: auto 0;
			font-size: 16px;
			line-height: 1.1;
		}

/* STANDINGS > HOME */
.standings-home {
	width: 270px;
	background: #3455a3;
	padding: 35px 25px;
	border-radius: 20px;
	overflow: hidden;
}
	.standings-home .title {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		font-weight: bold;
		font-size: 16px;
		line-height: 30px;
		letter-spacing: 0.04em;
		text-align: center;
		color: #fff;
		margin-bottom: 20px;
		text-transform: uppercase;
	}
		.standings-home .title i {
			color: #FFF;
			margin-right: 10px;
			font-size: 20px;
			line-height: 30px;
		}
	ul.standing {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		ul.standing li {
			display: flex;
			flex-flow: row wrap;
			justify-content: flex-start;
			height: 45px;
			line-height: 45px;
			border-bottom: 1px solid #38B5C7;
			font-weight: 500;
			font-size: 13px;
			text-align: left;
			color: #fff;
		}
			ul.standing li.highlight {
				background: #38b5c7;
			}
			ul.standing li a {
				font-weight: 500;
				font-size: 13px;
				text-align: left;
				color: #fff;
			}
			ul.standing li:last-child {
				border: none;
			}
			ul.standing li .col-pos {
				width: 30px;
				text-align: center;
			}
			ul.standing li .col-name {
				width: 120px;
				overflow: hidden;
			}
			ul.standing li .col-stat {
				width: 35px;
				text-align: center;
			}
			ul.standing li.header {
				font-size: 22px;
				color: #38b5c7;
				border: none;
				height: 40px;
				line-height: 40px;
			}
	.standings-home .bt-all-small {
		margin-top: 20px;
		display: block;
		font-weight: bold;
		text-decoration: underline;
		text-transform: uppercase;
		font-size: 14px;
		letter-spacing: 0.08em;
		text-align: center;
		color: #38b5c7;
	}

.standing-warning {
	font-size: 16px;
	margin: 10px 0;
	padding: 15px 10px;
	font-weight: bold;
	background: #ebebeb;
	color: #333;
	text-align: center;
	line-height: 1.2;
	border-radius: 10px;
}

/*

	TOP PLAYERS

*/
.top-player-container {
	margin-bottom: 15px;
	position: relative;
}
.top-player-wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	padding: 0;
	background: #ebebeb;
	margin-bottom: 10px;
	border-radius: 12px;
}
	.top-player-wrapper .col-picture {
		margin: auto 0 0;
		width: 100px;
		background: #ebebeb;
		border-radius: 9px;
		overflow: hidden;
	}
		.top-player-wrapper .col-picture .top-picture {
			margin: 0 auto;
			height: 160px;
			width: auto;
		}
	.top-player-wrapper .col-infos {
		margin: auto 0;
		margin-left: 10px;
		padding: 8px 0;
		width: 175px;
		text-transform: uppercase;
	}
		.top-player-wrapper .col-infos .top-team {
			width: 100%;
		}
			.top-player-wrapper .col-infos .top-team img {
				width: 40px;
				height: 40px;
			}
		.top-player-wrapper .col-infos .top-name {
			font-size: 22px;
			color: #051d49;
			line-height: 1.1;
			margin: 7px 0;
			padding: 7px 0;
			width: 100%;
			font-weight: 600;
		}
		.top-player-wrapper .col-infos .top-stats {
			color: #333333;
			font-size: 19px;
			margin-top: 5px;
			font-weight: 600;
		}
			.top-player-wrapper .col-infos .top-stats span {
				color: #e10816;
			}

.top-player-wrapper:hover {
	text-decoration: none;
}

.top-player {
	width: 90%;
	margin: 0 auto 15px;
}
	.top-player:hover {
		text-decoration: none;
	}
.top-player.top-player-col33 {
	width: 30%;
	margin: 0 auto;
	margin-bottom: 5px;
}
	.top-player .module-padding .module-title {
		padding: 2px 20px;
		font-size: 20px;
		text-transform: capitalize;
	}

	.top-player .top-player-wrapper {
		margin: 5px 0;
		overflow: hidden;
		background: #ebebeb;
		border-radius: 18px;
		padding: 0px;
		justify-content: flex-start; -webkit-justify-content: flex-start;
		position: relative;
	}
	.top-player .top-player-wrapper .col-picture {
		margin-left: 10px;
		height: 170px;
		width: 110px;
	}
		.top-player .top-player-wrapper .col-picture .top-picture {
			height: 170px;
		}
			.top-player .top-player-wrapper .col-picture .top-picture img {
				height: 170px;
				width: auto;
			}
	.top-player .top-player-wrapper .col-infos {
		margin-left: 15px;
		width: calc(100% - 145px);
	}
	.top-player .top-player-wrapper .col-infos .top-stats {
		font-size: 16px;
	}
	.top-player-baseline {
		display: none;
	}


/* team > view > header */
.team-head-wrapper {
	width: 100%;
	height: 150px;
	background: #FABB19;
}
	.team-head {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
	}
		.team-head .col-logo {
			margin-top: 10px;
			width: 170px;
			height: 170px;
		}
			.team-head .col-logo img {
				width: 170px;
				height: auto;
			}
		.team-head .col-name {
			margin: 35px;
			margin-right: 0;
			min-width: 55%;
		}
			.team-head .col-name h2 {
				color: #FFF;
				font-size: 33px;
			}
			.team-like {
				margin-top: 24px;
				display: flex;
				flex-flow: row wrap;
				justify-content: flex-start;
			}
				.team-like .col-icon {
					font-size: 21px;
					line-height: 21px;
					margin: auto 0;
					color: #FFF;
				}
				.team-like .col-label {
					margin: auto 0;
					margin-left: 7px;
					font-weight: 900;
					text-decoration: underline;
					font-size: 14px;
					line-height: 1.1;
					letter-spacing: 0.08em;
					text-align: left;
					color: #fff;
					text-transform: uppercase;
				}	
		.team-head .col-label-club {
			margin: auto 30px auto auto;
		}
		.team-head .col-label-club a {
			border: none;
			display: block;
			margin-top: -27px;
		}
			.team-head .col-label-club img {
				width: auto;
				height: 165px;
			}
		.team-head .col-rs {
			margin: 50px 0 0;
		}
	.team-links {
		width: 100%;
		margin: 20px 0;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}
		.team-links a {
			display: flex;
			flex-flow: row wrap;
			justify-content: flex-start;
			margin: 0 15px;
			padding: 0 20px;
			height: 50px;
			line-height: 50px;
			border-radius: 25px;
			background: #fff;
			border: 1px solid #fabb19;
	        transition: all 0.2s ease-in-out;
		}
			.team-links a .col-icon {
				margin: auto 0;
				font-size: 21px;
				line-height: 21px;
				color: #000;
			}
			.team-links a .col-label {
				margin: auto 0;
				margin-left: 15px;
				font-weight: 900;
				font-size: 14px;
				letter-spacing: 0.08em;
				text-align: left;
				color: #2a4b9a;
				line-height: 50px;
				text-transform: uppercase;
			}
/* variations */
.team-links a .col-icon.tickets {
	width: 37px;
	height: 28px;
	background: url(../_img/icon-ticket-small-noir.svg) no-repeat center center;
}
.team-links a .col-icon.tv {
	width: 23px;
	height: 21px;
	background: url(../_img/logo-handtv-small-rouge.svg) no-repeat center center;
}

/* hover & active */
.team-links a:hover {
	text-decoration: none;
	background: #fabb19;
}
.team-links a:hover.tickets {
	background: #40c0da;
	border: 1px solid #40c0da;
}
.team-links a:hover .col-icon,
.team-links a:hover .col-label {
	color: #FFF;
}
.team-links a:hover .col-icon.tickets {
	background: url(../_img/icon-ticket-small-blanc.svg) no-repeat center center;
}
.team-links a:hover .col-icon.tv {
	background: url(../_img/logo-handtv-small-blanc.svg) no-repeat center center;
}


/* team > view > picture */
.team-picture {
	margin-top: 15px;
	width: 100%;
}
	.team-picture img {
		width: 100%;
	}


/* team > view > infos */
.team-infos {
	width: 100%;
	background: #f2f2f2;
	border-radius: 15px;
	padding: 35px 70px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
	.team-infos .col-infos {
		width: 48%;
		margin: 0 auto;
	}
		.team-infos .col-infos .infos-title {
			font-weight: bold;
			font-size: 14px;
			line-height: 1.1;
			text-align: left;
			color: #d93338;
			text-transform: uppercase;
			margin-bottom: 20px;
		}
		.team-infos .col-infos .infos-item {
			font-size: 15px;
			line-height: 1.2;
			text-align: left;
			color: #000;
			margin-bottom: 15px;
		}
			.team-infos .col-infos .infos-item:last-child {
				margin-bottom: 0;
			}

/*	AWARDS */
.awards-wrapper {
	width: 100%;
	margin-bottom: 15px;
}
	.awards-wrapper .award-items {
		position: relative;
		z-index: 5;
	}
	.awards-wrapper .award-item {
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
		padding: 5px 10px;
		margin: 0 15px 5px;
		text-align: left;
		font-size: 16px;
		color: #333333;
		font-weight: bold;
		text-transform: capitalize;
		width: 100%;
		background: #ebebeb;		
		border-radius: 26px;
		overflow: hidden;
		background: #ebebeb;		
	}
		.awards-wrapper .award-item .col-logo {
			margin: auto 0;
			width: 100px;
			text-align: center;
		}
			.awards-wrapper .award-item .col-logo img {
				height: 36px;
				width: auto;
			}
		.awards-wrapper .award-item .col-season {
			margin: auto 0;
			width: 270px;
			font-weight: normal;
		}
		.awards-wrapper .award-item .col-element {
			margin: auto 0;
			width: 270px;
		}
		.awards-wrapper .award-item .col-name {
			margin: auto 0;
			width: 400px;
		}

.note-intensite {
	padding-top: 4px;
	display: flex;
	height: 23px;
}
.note-intensite .label {
	margin: auto 0;
	margin-right: 4px;
	font-weight: normal;
    font-size: 16px;
    line-height: 22px;	
}
.note-intensite .stars {
	margin: auto 0;
	height: 19px;
}
.note-intensite .stars i {
	font-size: 16px;
	line-height: 16px;
}
.note-intensite .stars i.pleine {
	color: #F9BD19;
}
.calendars-listing-item.is-starmatch div.row-icons .note-intensite .stars i.pleine {
	color: #FFF;
}

.listing-item .note-intensite {
	padding-top: 0;
	margin-right: 20px;
}
	.listing-item .note-intensite .label {
		font-size: 14px;;
	}