/* ------------------------------------------------------------------------ 		
			
	 == GLOBAL ==

	 ------------------------------------------------------------------------		*/
body {
	width: 100%;
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
}
body.lightbox {
	background: #FFF;
}


/* ------------------------------------------------------------------------ 		
			
	 == GLOBAL ==
	 ------------------------------------------------------------------------ 
			CONTAINER
	 ------------------------------------------------------------------------		*/
div#site-container { /* contient le contenu de la page, permets de décaler lorsque menu mobile ouvert  */
	position: relative;
}
div#baseline-container { /* contient la baseline  */
	position: relative;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 100px;
	text-align: center;
	margin-top: -40px;
}

div.container-wrapper { /* contenu principal, 1000px centré  */
	margin:auto; 
	position:relative;
	width:999px;
}
	div.container-wrapper.shadow {	
		-moz-box-shadow: 0px 68px 10px 0px #656565;
		-webkit-box-shadow: 0px 68px 10px 0px #656565;
		-o-box-shadow: 0px 68px 10px 0px #656565;
		box-shadow: 0px 68px 10px 0px #656565;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=10);	
	}

	div.content-wrapper { /* contenu de la page, sans padding avec fond blanc */
		position: relative;
		background: #FFF;
	}
		div.content-wrapper.no-bg {
		/*	background: none !important; */
		}
		div.content-wrapper.min-height {
			min-height: 900px;
		}


	div.theme-wide div.content-wrapper {
		margin-top: -11px;
	}

div.inside-wrapper { /* element de la page, avec padding  */
	position: relative;
	padding: 0 20px;
}



	
	

/* ------------------------------------------------------------------------ 		
			
	 == MOBILE HACK ==

	 ------------------------------------------------------------------------		*/
.mobile-navbar	{
	display:none;	
}
#mobile-navigation	{
	display:none;
}

/* DESKTOP HACK	*/
.desktop-hide {
	display: none !important;
}
.mobile-display {
	display: none !important;
}

/* WEB APP	*/
.webapp-wrapper {
	display: none;
}



/* ------------------------------------------------------------------------ 		
			
	 COLONNES // GENERIQUE

	 ------------------------------------------------------------------------		*/
div.cols-wrapper {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
    display: -webkit-flex; 
	-webkit-flex-flow: row nowrap;
}

.cols-70x30-wrapper {
    width: 100%;
    display: flex; display: -webkit-flex; 
    flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
}
    .cols-70x30-left {
        width: 575px;
        margin: 0 auto 0 0;
    }
    .cols-70x30-right {
        width: 350px;
        margin: 0 0 0 auto;
        display: flex; display: -webkit-flex; 
        flex-flow: column; -webkit-flex-flow: column;
    }
    .cols-70x30-right.cols-banners {
       justify-content: space-between; -webkit-justify-content: space-between;    	
    }

.cols-85x15-wrapper {
    width: 100%;
    display: flex; display: -webkit-flex; 
    flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
}
    .cols-85x15-left {
        width: 670px;
        margin: 0 auto 0 0;
    }
    .cols-85x15-right {
        width: 210px;
        margin: 0 0 0 auto;
        padding-top: 15px;
        display: flex; display: -webkit-flex; 
        flex-flow: column; -webkit-flex-flow: column;
    }

.cols-30x70-wrapper {
    width: 100%;
    display: flex; display: -webkit-flex; 
    flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
}
    .cols-30x70-left {
        width: 365px;
        margin: 0 0 0 auto;
        display: flex; display: -webkit-flex; 
        flex-flow: column; -webkit-flex-flow: column;
        justify-content: space-between; -webkit-justify-content: space-between;    	
    }
    	/*	TOP STATS CLUBS HACK */
    	.cols-30x70-left .items-inside {
    		margin-top: 13px;
    	}
	    	.cols-30x70-left.teams-stats .items-inside {
	    		margin: 13px auto;
	    		width: 190px;
	    	}
    	.cols-30x70-left .items-inside .item-c {
    		width: 80%;
    		margin: 0 auto;
    	}
    .cols-30x70-right {
        width: 560px;
        margin: 0 auto 0 0;
    }


.cols-50x50-wrapper {
    width: 100%;
    display: flex; display: -webkit-flex; 
    flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
}
    .cols-50x50-left {
        width: 49%;
        margin: 0 auto;
    }
    .cols-50x50-right {
        width: 49%;
        margin: 0 auto;
    }

.cols-40x60-wrapper {
    width: 100%;
    display: flex; display: -webkit-flex; 
    flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
}
    .cols-40x60-left {
        width: 380px;
        margin: 0 auto 0 0;
    }
    .cols-40x60-right {
        width: 540px;
        margin: 0 0 0 auto;
    }

		
			
/* ------------------------------------------------------------------------ 		

		LISTING DEFAUT
		@Controller : personsGames, structuresRemoteCompetitions
		
	 ------------------------------------------------------------------------		*/
ul.listing-large {
	margin: 0;
	padding: 0;
	list-style: none;
}
	/*	LI	*/
	ul.listing-large li {
		margin-bottom: 4px;
		padding: 12px 7px;
		font-size: 12px;
		text-transform: uppercase;
		line-height: 1.1;
	    -webkit-transition: all .5s ease-in-out 0s;
	    -moz-transition: all .5s ease-in-out 0s;
	    -ms-transition: all .5s ease-in-out 0s;
	    -o-transition: all .5s ease-in-out 0s;
	    transition: all .5s ease-in-out 0s;
	}
		ul.listing-large li.row-stats {
			border: none;
			background: #ebebeb;
			padding: 6px;
			margin-bottom: 6px;
			font-size: 13px;
			font-weight: 500;
		}
			ul.listing-large li.row-stats.small-size {
				padding: 2px 7px;
				margin-bottom: 3px;
			}
			ul.listing-large li.row-stats.invert {
				border: 1px solid #fafafa;
				background: #fafafa;
			}
			ul.listing-large li.row-stats.dark {
				border: 1px solid #dedede;
				background: #dedede;
			}

		ul.listing-large li.row-info {
			background: #c9c9c9;
			color: #333333;
			padding: 10px !important;
			border-top-left-radius: 9px;
			border-bottom-right-radius: 9px;
			display: flex; display: -webkit-flex; 
			flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
			justify-content: flex-start; -webkit-justify-content: flex-start;
			margin-bottom: 10px;
		}
			ul.listing-large li.row-info .label {
				margin: 0;
				font-weight: bold;
				text-transform: uppercase;
				width: 200px;
				text-align: left;
				margin-left: 10px;
			}
			ul.listing-large li.row-info .value {
				margin: auto 0;
				margin-left: 10px;
				width: auto;
				text-align: left;
				text-transform: capitalize;
			}

		ul.listing-large li.no-bg {
			background: none !important;
			border-bottom: 1px solid #c1bfbf;
		}
		ul.listing-large li.no-bg.last {
			padding: 12px 5px 4px;
			background: none !important;
			border-bottom: none;
		}
		ul.listing-large li.header {
			background: none;
			color: #716f6f;
			font-weight: normal;
			font-size: 10px;
			padding: 10px 6px 5px;
		}
		ul.listing-large li.total-stats {
			border: 1px solid #cb8f23;
            background: #cb8f23;
            color: #FFF;
			padding: 10px 7px;
		}
			ul.listing-large li.total-stats.alternate {
				border: 1px solid #01013e;
	            background: #01013e;
	            color: #FFF;
				padding: 10px 7px;
			}
			ul.listing-large li span.top-stats {
				color: #cb8f23;
				font-weight: bold;
				font-size: 14px;
			}
			ul.listing-large li.total-stats span.top-stats {
				color: #01013e;
			}
			ul.listing-large li.total-stats.alternate span.top-stats {
				color: #cb8f23;
			}

		ul.listing-large li:hover {
	    	background: #d7d4d4;
	        -webkit-box-shadow: 0px 2px 3px 1px rgba(153,153,153,0.50);
	        -moz-box-shadow: 0px 2px 3px 1px rgba(153,153,153,0.50);
	        box-shadow: 0px 2px 3px 1px rgba(153,153,153,0.50);
			-moz-transform: translateX(5px);
			-webkit-transform: translateX(5px);
			transform: translateX(5px);	
		}
		ul.listing-large li.no-bg:hover {
			background: none !important;
	        -webkit-box-shadow: none;
	        -moz-box-shadow: none;
	        box-shadow: none;                            
			-moz-transform: translateX(0px);
			-webkit-transform: translateX(0px);
			transform: translateX(0px);	
		}
		ul.listing-large li.header:hover {
			background: none !important;
	        -webkit-box-shadow: none;
	        -moz-box-shadow: none;
	        box-shadow: none;                            
			-moz-transform: translateX(0px);
			-webkit-transform: translateX(0px);
			transform: translateX(0px);	
		}

		ul.listing-large li.highlight {
            background: #cb8f23;
		}
		ul.listing-large li.highlight span.top-stats {
            color: #FFF;
		}


	
	/*	ALIGNEMENT	*/		
	ul.listing-large li div.row {
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
	}
		ul.listing-large li div.row .margin-inside {
			margin: auto;
		}

		ul.listing-large li div.row div.order-wrapper {
			margin: auto;
			display: flex;
			flex-flow: row nowrap;
		}
			ul.listing-large li div.row .order-bt {
				width: 10px;
				margin: auto 5px auto 0;
			}
	
	/*	COL	*/
	ul.listing-large li div.col-flex {
		margin: auto;
	}
	ul.listing-large li div.col {
		margin: 0;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
	}


	/*	RUBRIQUE TOP STATS PLAYERS	*/
	ul.listing-large li.row-stats.top-stats-index {
		padding: 0 7px;
	}
		ul.listing-large li.top-stats-index div.col {
			padding: 8px 0;
		}
		ul.listing-large li.top-stats-index div.col.is-active {
			background: #228ece;
			color: #FFF;
		}
	/*	FIN TOP STATS PLAYERS	*/


	div.col-number {
		width: 6%;
		text-align: center;
		font-weight: bold;
		color: #e10816;
	}
	div.col-label {
		width: 30%;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	}
		div.col-label div.logo {
			width: 60px;
			margin: auto 0;
			text-align: center;
		}
			div.col-label div.logo img {
				width: 37px;
				height: 37px;
			}
		div.col-label div.logo-small {
			width: 24%;
			margin: auto 0;
			text-align: center;
		}
			div.col-label div.logo img, div.col-label div.logo-small img {
				width: 65%;
				height: auto;
			}
		div.col-label div.name {
			width: 70%;
			margin: auto 0;
			font-weight: bold;
			color: #243f92;
		}

		div.col-label.teams-stats-label {
			width: 50%;
		}
	div.col-label-wide {
		width: 50%;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	}
	div.col-infos {
		width: 15%;
	}
	div.col-game {
		width: 60%;
	}
	div.col-by2 {
		width: 48%;
	}
		div.col-by2.label {
			font-weight: bold;
			color: #243f92;
		}
		div.col-by2.value {
			font-weight: bold;
		}

		/* 	LISTING DOCUMENTS	*/
		.listing-documents .icons-buttons {
			width: 200px;
		}
			.listing-documents .icons-buttons .col-label {
				width: 160px;
			}
		.listing-documents div.col-by2.label {
			margin: auto !important;
			width: 60%;
			padding-left: 10px;
		}
		.listing-documents div.col-by2.value {
			width: 40%;
		}

	div.col-award {
		width: 45%;
		text-align: left; 
	}
	div.col-awardname {
		width: 35%;
		justify-content: center !important; 
		-webkit-justify-content: center !important;
	}

	div.col-calendar {
		width: 100%;
	}
	div.col-stats {
		width: 10%;
		text-align: center;
	}


/* ------------------------------------------------------------------------ 		

		FORMULAIRES
		
	 ------------------------------------------------------------------------		*/
ul.form-default {
	list-style: none;
	padding: 10px 0;
	margin: 0;
}
	ul.form-default.center {
		width: 70%;
		margin: 0 auto;
	}
	ul.form-default li {
		padding: 5px;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	}
	ul.form-default li.submit {
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: center; -webkit-justify-content: center;
		margin: 10px 0;
	}
		ul.form-default li .go-button {
			font-size: 15px;
			background: #243f92;
			padding: 6px 50px 7px;
			display: inline-block;
			border-top-left-radius: 20px;
			border-bottom-right-radius: 20px;
			width: auto;
		}
			ul.form-default li .go-button:hover {
				cursor: pointer;
			}

	ul.form-default li.note {
		margin: 10px;
		border-radius: 10px;
		padding: 5px;
		background: #CCC;
		font-size: 90%;
		color: #333;
	}

	ul.form-default li div.warning {
		border: 4px solid #900;
		border-top-left-radius: 9px;
		border-bottom-right-radius: 9px;
		background: #ffc9c9;
		margin: 15px;
		padding: 10px;
		font-size: 13px;
	}
.intro {
	text-align: center;
	padding: 15px;
}

/*	LABEL	*/
ul.form-default label {
	width:40%;
	margin: auto 0;
	color: #716f6f;
	font-size: 13px;
	padding-right: 3px;
}
/*	ELEMENTS	*/
input, textarea {
	padding: 8px 7px;
	border: 1px solid #f1f1f1;
	background: #f1f1f1;
	border-radius: 3px;
	color: #716f6f;
	width: 90%;
}
select {
	padding: 8px 7px;
	border: 1px solid #f1f1f1;
	background: #f1f1f1;
	border-radius: 3px;
	color: #716f6f;
	width: 90%;
}
input[type=file] {
	background: #f1f1f1;
	padding: 3px 6px;
	border: 1px solid #f1f1f1;
}
input[type=checkbox] {
	padding: 8px 7px;
	border: 1px solid #f1f1f1;
	background: #f1f1f1;
	border-radius: 3px;
	color: #716f6f;
}
/*	CHECKBOX	*/
div.col-checkbox {
	width: 10%;
	margin: auto;
}
div.col-checkbox-legend {
	width: 100%;
	margin: auto;
	margin-left: 15px;
	text-align: left;
	font-size: 13px;
}
/*	BIRTHDATE	*/
div.col-days {
	width: 25%;
	margin: auto;
}
div.col-months {
	width: 40%;
	margin: auto;
}
div.col-years {
	width: 25%;
	margin: auto;
}
	div.col-years select {
		width: 100% !important;
	}

		
/* ------------------------------------------------------------------------ 		

		MISC
		@Titles, Flex, Buttons, Fonts...
		
	 ------------------------------------------------------------------------		*/



/*	BUTTONS	*/
.go-button {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	background: #243f92;
	padding: 2px 19px;
	display: inline-block;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
}
	.go-button.large {
		font-size: 15px;
		background: #243f92;
		padding: 3px 80px;
		display: inline-block;
		border-top-left-radius: 25px;
		border-bottom-right-radius: 25px;
	}
	:hover.go-button {
		text-decoration: none;
	}
	span.go {
		display: inline-block;
		background: #cccccc;
		color: #FFF;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding: 0 5px;
		margin-left: 3px;
	}

/*	ICONS BUTTONS	*/
.icons-buttons-wrapper {
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: center; -webkit-justify-content: center;
	margin: 20px 0;
}

	.icons-buttons-wrapper.large-margin {
		margin: 35px 0;
	}
	.icons-buttons {
		width: 195px;
		height: 25px;
		position: relative;
		margin: 0 10px;
	}
		.icons-buttons.icon-only {
			width: 40px;
			height: 25px;
			position: relative;
		}
		.icons-buttons .col-icon {
			position: absolute;
			top: 0px;
			left: 0;
			padding-right: 0;
			width: 40px;
			height: 25px;
			background: #cb8f23;
			display: flex; display: -webkit-flex; 
			flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
			border-top-left-radius: 7px;
		}
			.icons-buttons.icon-only .col-icon {
				padding-right: 0px;
				border-bottom-right-radius: 7px;
				width: 40px;
			}
        	.icons-buttons .col-icon.warning {
        		background: #cc0000 !important;
        	}
			.icons-buttons .col-icon .material-icons {
				color: #FFF;
				font-size: 25px;
				line-height: 1.1;
				margin: auto;
				margin-top: -1px;
			}
			.icons-buttons .col-icon img {
				width: 21px;
				height: auto;
				margin: auto;
			}
		.icons-buttons .col-label {
			position: absolute;
			top: 0px;
			right: 0px;
			width: 160px;
			height: 25px;
			background: #051d49;
			color: #FFF;
			display: flex; display: -webkit-flex; 
			flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
			border-top-left-radius: 7px;
			border-bottom-right-radius: 7px;
			font-size: 11px;
			text-align: center;
			text-transform: capitalize;
			line-height: 1.0;
		}

	.icons-buttons.hsmall {
		width: 200px;
		height: 26px;
	}
		.icons-buttons.hsmall .col-icon {
			height: 26px;
			width: 40px;
		}
		.icons-buttons.hsmall .col-label {
			height: 26px;
			width: 165px;
		}
		.icons-buttons.bt-lives {
			margin: 2px 25px -15px; 
			display: block;
		}

	
	.icons-buttons.hsmall.bt-lives-medias .col-icon {
		width: 46px;
		background: #1c90cf;
	}

/*	BANNERS	*/
.banners-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-flex-flow: column;
	-webkit-justify-content: space-between;
}
	.banners-item {
		margin: 0 auto;
	}
		.banners-item a img {
			width: 100%;
		}


.banners-link {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	margin-bottom: 5px;	
}
.banners-link:hover {
    -webkit-box-shadow: 0px 2px 3px 1px rgba(153,153,153,0.50);
    -moz-box-shadow: 0px 2px 3px 1px rgba(153,153,153,0.50);
    box-shadow: 0px 2px 3px 1px rgba(153,153,153,0.50);
}


/* LINKS */
a { 
	color: #333333;
	text-decoration: none; 
}
a:hover { 
	text-decoration: underline;
	cursor: pointer; 
}

/* HR */
hr {
	height: 1px;
	border: none;
	background: #dedede;
	margin: 10px 0;
}
hr.large {
	height: 1px;
	border: none;
	background: #dedede;
	margin: 15px 0;
}

/*	FORM ERRORS	*/
.form-error {
	border: 1px solid #c5001e !important; 
}
div.form-error-content {
	display: none;
}

/*	OPACITY	*/
.is_disabled {
	opacity:0.5;
}






/* ------------------------------------------------------------------------ 		
			
	 TABS

	 ------------------------------------------------------------------------		*/
div.tabs-wrapper {
}
	/*	TABS > BUTTON	*/
	div.tabs-buttons {
		margin: 30px 0 10px;
		background: none;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
		width: 100%;
		border-bottom: 1px solid #cb8f23;
	}
		div.tabs-buttons .tabs-button {
			/*font-family: 'Gotham-Book';*/
			font-weight: bold;
			color: #929191;
			text-transform: capitalize;
			font-size: 17px;
			line-height: 1.0;
			background: #fafafa;
			cursor: pointer;
			display: flex; display: -webkit-flex; 
			flex-flow: row wrap; -webkit-flex-flow: row wrap;
			margin: 0;
			margin-right: 2px;
			border-top-left-radius: 8px;
			text-align: center;
		}
			div.tabs-buttons .tabs-button.large {
				width: 210px;
				height: 46px;
			}
		div.tabs-buttons .tabs-button-active {
			background: #cb8f23;
			color: #FFF !important;
		}
		div.tabs-buttons .tabs-button:hover {
			text-decoration: none;
		}


	div.tabs-wrapper div.tabs-buttons.competitions-stats {
		margin: 0;
	}
	div.tabs-wrapper div.tabs-buttons.competitions-stats .tabs-button {
		font-weight: bold;
		color: #051d49;
		text-transform: uppercase;
		font-size: 13px;
		line-height: 1.0;
		background: #f1f1f1;
		cursor: pointer;
		display: flex; display: -webkit-flex; 
		flex-flow: row wrap; -webkit-flex-flow: row wrap;
		margin: 0 5px;
		border-top-left-radius: 7px;
		border-bottom-right-radius: 0;
		width: 180px;
		border-top: 4px solid #808080;
	}
		div.tabs-wrapper div.tabs-buttons.competitions-stats .tabs-button div.logo {
			margin: auto;
		}
		div.tabs-wrapper div.tabs-buttons.competitions-stats .tabs-button img {
			width: 70px;
			height: auto;
			opacity: 0.5;
		}
		div.tabs-wrapper div.tabs-buttons.competitions-stats .tabs-button.tabs-button-active {
			background: #f1f1f1 !important;
		}
		div.tabs-wrapper div.tabs-buttons.competitions-stats .tabs-button.tabs-button-active img {
			opacity: 1.0;
		}

	/*	TABS > CONTENT	*/
	div.tabs-wrapper div.tabs-content {
		display: none;
		padding: 0;
	}
	div.tabs-wrapper div.tabs-content-active {
		display: block !important;
	}

	/*	TABS > CONTENT > SECTION	*/
	div.tabs-section {
	}


/* ------------------------------------------------------------------------ 		
			
	 TABS SUB

	 ------------------------------------------------------------------------		*/
div.tabs-sub-wrapper {
	margin: 15px 0 10px;
	width: 100%;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	border-bottom: 1px solid #d7d6d5;
}
	div.tabs-sub-wrapper.competitions-stats {
		justify-content: flex-start; -webkit-justify-content: flex-start;
		padding-bottom: 20px;
		margin: 0;
		border-bottom: none;
	}
	div.tabs-sub-wrapper.players-stats {
		justify-content: flex-end; -webkit-justify-content: flex-end;
		padding-bottom: 20px;
		margin: 0;
		border-bottom: none;
	}

	.tabs-sub-button {
		font-weight: bold;
	    color: #051d49;
		text-transform: none;
		letter-spacing: -0.5px;
		font-size: 18px;
		line-height: 1.0;
		background: none;
		cursor: pointer;
		display: flex; display: -webkit-flex; 
		flex-flow: row wrap; -webkit-flex-flow: row wrap;
		margin: 0;
		margin-right: 15px;
		width: auto;
		padding: 0 20px;
		height: 36px;
	}
		.tabs-sub-button.active {
			border-bottom: none;
		}
		.tabs-sub-content {
			width: 100%;
		}

	.tabs-sub-button.competitions-stats {
		padding: 2px; 
		height: auto;
		width: 60px;
		border-top-left-radius: 7px;
		border-bottom-right-radius: 7px;
		margin: 0 3px;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: center; -webkit-justify-content: center;
	    background: #FFF;
	    border: 1px solid #d7d6d5;
	    border-bottom: 3px solid #d7d6d5;
	}
		.tabs-sub-button.active.competitions-stats {
		}
		.tabs-sub-button.competitions-stats img {
			width: 60px;
			height: auto;
		}
	.tabs-sub-button.competitions-stats.w-text {
		width: auto !important;
		background: none !important;
		border: none !important;
	}
		.tabs-sub-button.competitions-stats.w-text span {
			display: block;
			padding: 0.8rem;
			margin: auto 0;
			font-size: 13px;
		}
	.tabs-sub-button.competitions-stats.w-text.agenda {
		background: #c9c9c9 !important;
		text-align: center;
	}

	.tabs-sub-wrapper.players .tabs-sub-button {
		background: none;
	}
	.tabs-sub-wrapper.players .tabs-sub-button.active {
	    background: none;
		border-bottom: 4px solid #cb8f23;
	}


/* ------------------------------------------------------------------------ 		
			
	 PATHWAY
	 Surcharge du dev__common.css

	 ------------------------------------------------------------------------		*/
div.pathway-wrapper {
	padding-top: 15px;
	padding-bottom: 17px;
	padding-left: 160px;
	border-bottom: none;
}
	div.theme-wide div.pathway-wrapper {
		padding-top: 25px;
		padding-left: 30%;
	}


/* ------------------------------------------------------------------------ 		
			
	 BOUTON UP

	 ------------------------------------------------------------------------		*/
#button-up {
    display:none; position:fixed; z-index:10000; bottom:10px; right:10px;
    overflow: hidden;
    border-radius: 5px;
    background: #243f92;
    padding: 5px;
}
    #button-up img {
        width:33px;
        height:33px;
    }


/*======================================
  Selectric
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  min-width: 20%;
}
.filter-inside .selectric-wrapper {
	margin: 2px 8px;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #d1d1d1;
  background: #FFFFFF;
  position: relative;
  border-radius: 5px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 36px 0 10px;
  font-size: 11px;
  line-height: 36px;
  color: #303030;
  height: 36px;
  font-weight: 600;
}

.selectric .button {
  background: ;
  border-radius: 0px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 36px !important;
  box-shadow: none !important;
  background: none !important;
  height: 36px;
  color: #cb8f23;
  text-align: center;
  font: 0/0 a;
  *font: 36px/36px Lucida Sans Unicode, Arial Unicode MS, Arial;

}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #cb8f23;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #AAA;
}

.selectric-hover .selectric {
  border-color: #b8b8b8;
}

.selectric-hover .selectric .button {
  color: #b8b8b8;
}

.selectric-hover .selectric .button:after {
  border-top-color: #b8b8b8;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #b8b8b8;
  background: #f5f5f5;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #C4C4C4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 1px;
  min-width: 240px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 11px;
  line-height: 20px;
  min-height: 20px;
  font-weight: 600;
}

.selectric-items li {
  display: block;
  padding: 8px !important;
  border-top: none !important;
  border-bottom: 1px solid #eaeaea !important;
  border-left: 1px solid #F8F8F8 !important;
  color: #666;
  cursor: pointer;
  background: #FFF !important;
}
  .selectric-items li:last-child {
    border-bottom:  none !important;
  }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items li.title {
  font-weight: bold !important;
  font-size: 13px !important;
/*  color: #eb2221 !important; */
}
.selectric-items li.sub1 {
  padding-left: 25px !important;
  font-size: 12px !important;
/*  color: #00a99d !important; */
}
.selectric-items li.sub2 {
  padding-left: 50px !important;
  font-size: 11px !important;
/*  color: #999 !important;*/
}
.selectric-items li.sub3 {
  padding-left: 75px !important;
  font-style: italic !important;
  font-size: 11px !important;
/*  color: #F8F8F8 !important; */
}


.selectric-items li:hover {
  border-left: 1px solid #333333 !important;
  background: #fafafa !important;
}


.selectric-items li.selected {
  border-left: 1px solid #212351 !important;
  color: #212351 !important;
  font-weight: bold;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #eaeaea 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 50%,#eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%,#ffffff 50%,#eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 */
 /* background: url('../../_img/checked.png') center right no-repeat #fff !important; */
}

.selectric-items li.highlighted {
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
  background: #eaeaea !important;
  border-left: 1px solid #333333 !important;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}


/*	FORM HACK */
.form-default .selectric-wrapper {
	padding: 0;
    border-radius: 5px;
    color: #716f6f;
    width: 92%;
}
.form-default .selectric-wrapper .selectric {
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    color: #716f6f;
}

.type_search {
	background: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    padding: 7px;
    height: 38px;
    margin-top: 2px;
    min-width: 180px;
}