@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

.padding1020 {
	padding: 10px 4px 14px;
}

/* ------------------------------------------------------------------------ 		
			
	 == GLOBAL ==

	 ------------------------------------------------------------------------		*/
body {
}
body.lightbox {
}

div.container-wrapper, div.container, section {
	width:100%;
}
	
.page-picture {
	overflow: unset;
	margin-bottom: 15px;
}
	.page-picture.w-logo {
		margin-bottom: 60px;
	}
.page-picture .container {
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center;	
}

.title-wrapper {
	padding: 0;
	margin-bottom: 30px;
}

/* ------------------------------------------------------------------------ 		
			
	 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;
}
.selectric-months-wrapper-filter {
	display: block;
}


/*	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: 0;
	border-bottom: none;
}
div.pathway-wrapper div.pathway-inside {
	height: auto;
}

}
