@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

.padding1020 {
	padding: 10px 4px 14px;
}

/* ------------------------------------------------------------------------ 		
			
	 == GLOBAL ==

	 ------------------------------------------------------------------------		*/
body {
}
body.lightbox {
}


/* ------------------------------------------------------------------------ 		
			
	 == GLOBAL ==
	 ------------------------------------------------------------------------ 
			CONTAINER
	 ------------------------------------------------------------------------		*/
div#site-container { /* contient le contenu de la page, permets de décaler lorsque menu mobile ouvert  */
}
div#baseline-container { /* contient la baseline  */
	height: 140px;
}

div.container-wrapper { /* contenu principal, 1000px centré  */
	width:100%;
}
	div.container-wrapper.shadow {	
	}

	div.content-wrapper { /* contenu de la page, sans padding avec fond blanc */
	}
		div.content-wrapper.min-height {
		}



div.inside-wrapper { /* element de la page, avec padding  */
	position: relative;
	padding: 0 4px;
}



	

/* ------------------------------------------------------------------------ 		
			
	 == MOBILE HACK ==

	 ------------------------------------------------------------------------		*/
.mobile-navbar	{
	display:block;	
}
#mobile-navigation	{
	display:none;
}

/* DESKTOP HACK	*/
.desktop-hide {
}
.tablet-hide {
	display: none !important;
}
.tablet-display {
	display: block !important;
}
.mobile-hide {
	display: none;
}
.mobile-display {
	display: block;
}

/* WEB APP	*/
.webapp-wrapper {
	display: block;
}



/* ------------------------------------------------------------------------ 		
			
	 COLONNES // GENERIQUE

	 ------------------------------------------------------------------------		*/
div.cols-wrapper {
}

.cols-70x30-wrapper {
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
}
    .cols-70x30-left {
        width: 62%;
        margin: 0;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .cols-70x30-right {
        width: 36%;
        margin: 0;
        margin-left: auto;
    }
    .cols-70x30-right.cols-banners {   	
    }
	    .cols-70x30-right.cols-banners img {   	
	    	margin-bottom: 7px;
	    }

.cols-85x15-wrapper {
    flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
}
    .cols-85x15-left {
        width: 78%;
        margin: 0;
        margin-right: auto;
    }
    .cols-85x15-right {
        width: 20%;
        margin: 0;
        margin-left: auto;
        padding: 0px;
        flex-flow: row wrap; -webkit-flex-flow: row wrap;
    }

.cols-30x70-wrapper {
    width: 100%;
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
}
    .cols-30x70-left {
        width: 36%;
        margin: 0;
        margin-right: auto;
        display: flex; display: -webkit-flex; 
        flex-flow: column; -webkit-flex-flow: column;
        justify-content: flex-start; -webkit-justify-content: flex-start;    	
    }
    	/*	TOP STATS CLUBS HACK */
    	.cols-30x70-left .items-inside {
    		margin-top: 13px;
    	}
    	.cols-30x70-left .items-inside .item-c {
    		width: 80%;
    		margin: 0 auto;
    	}
    .cols-30x70-right {
        width: 62%;
        margin: 0;
        margin-left: auto;
    }


.cols-50x50-wrapper {
    width: 100%;
    flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
}
    .cols-50x50-left {
	    width: 49%;
        margin: 0;
        margin-right: auto;
        margin-bottom: 0px;
    }
    .cols-50x50-right {
	    width: 49%;
        margin: 0;
    }
    .cols-50x50-left.forced {
	    width: 48%;
	    margin-right: auto;
    }
    .cols-50x50-right.forced {
	    width: 48%;
	    margin-left: auto;
    }

.cols-40x60-wrapper {
    width: 100%;
    flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
}
    .cols-40x60-left {
	    width: 39%;
        margin: 0;
        margin-right: auto;
        margin-bottom: 8px;
    }
    .cols-40x60-right {
	    width: 58%;
        margin: 0;
    }

		

/* ------------------------------------------------------------------------ 		

		LISTING DEFAUT
		@Controller : personsGames, structuresRemoteCompetitions
		
	 ------------------------------------------------------------------------		*/
ul.listing-large {
}
	ul.listing-large li.row-info .label {
		width: 35%;
	}

/* ------------------------------------------------------------------------ 		

		FORMULAIRES
		
	 ------------------------------------------------------------------------		*/
ul.form-default {
}
	ul.form-default.center {
		width: 100%;
	}
	ul.form-default li {
	}
	ul.form-default li.submit {
	}
		ul.form-default li .go-button {
		}
			ul.form-default li .go-button:hover {
			}

	ul.form-default li.note {
	}

	ul.form-default li div.warning {
	}
.intro {
}

/*	LABEL	*/
ul.form-default label {
}
/*	ELEMENTS	*/
input, textarea {
}
select {
}
input[type=file] {
}
input[type=checkbox] {
}
/*	CHECKBOX	*/
div.col-checkbox {
}
div.col-checkbox-legend {
}
/*	BIRTHDATE	*/
div.col-days {
}
div.col-months {
}
div.col-years {
}
	div.col-years select {
	}

		
/* ------------------------------------------------------------------------ 		

		MISC
		@Titles, Flex, Buttons, Fonts...
		
	 ------------------------------------------------------------------------		*/



/*	BUTTONS	*/
.go-button {
}
	.go-button.large {
		padding: 3px 65px;
	}
	:hover.go-button {
	}
	span.go {
	}

/*	ICONS BUTTONS	*/
.icons-buttons-wrapper {
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: center; -webkit-justify-content: center;
	margin: 20px 0;
}
	.icons-buttons-wrapper.under-filtrer {
	}

	.icons-buttons-wrapper.large-margin {
	}
	.icons-buttons {
		margin: 0 auto 7px;
	}
		.icons-buttons .col-icon {
		}
        	.icons-buttons .col-icon.warning {
        	}
			.icons-buttons .col-icon .material-icons {
			}
		.icons-buttons .col-label {
		}
.icons-buttons.bt-lives {
	margin: 2px 7px 10px;
}


/*	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%;
		}



/* 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 {
}
	div.tabs-buttons .tabs-button {
		font-size: 15px;
	}



/* ------------------------------------------------------------------------ 		
			
	 PATHWAY
	 Surcharge du dev__common.css

	 ------------------------------------------------------------------------		*/
div.pathway-wrapper {
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: none;
}



/* ------------------------------------------------------------------------ 		
			
	 WEB APP

	 ------------------------------------------------------------------------		*/
.webapp-wrapper {
	display: block;
	position: fixed;
	top: 52px;
	right: 5px;
	width: 250px;
	background: #FFF;
	padding: 7px 10px;
	font-size: 13px;
	color: #000;
	z-index: 150000;
	border-radius: 5px;
	border: 1px solid #808080;
}
	.webapp-wrapper .icon {
		float: left;
		width: 50px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
		.icon img {
			width: 40px;
		}
	.webapp-wrapper .title {
		float: left;
		width: 150px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.1;
		text-transform: uppercase;
		padding-top: 13px;
		padding-bottom: 7px;
	}
	.webapp-close {
		float: right;
		width: 25px;
		display: block;
	}
		.webapp-close img {
			height: 25px;
		}

	.webapp-wrapper .step {
		padding: 5px 0 10px;
	}
		.webapp-wrapper .step img {
			height: 25px;
		}
		.webapp-wrapper .step img.medium {
			height: 40px;
		}
		.webapp-wrapper .step img.big {
			height: 60px;
		}
		.webapp-strong {
			font-weight: bold;
		}
		.webapp-wrapper .step-number {
			float: left;
			margin-right: 5px;
			height: 25px;
			line-height: 25px;
			width: 25px;
			text-align: center;
			color: #c5001e;
			font-size: 20px;
			font-weight: bold;
			letter-spacing: 0.4;
			font-family: 'Oswald', sans-serif;
		}
		.webapp-wrapper .step-txt {
			float: left;
			padding-top: 4px;
		}
		.webapp-wrapper .step-icon {
			float: left;
			margin-left: 10px;
		}

}
