@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

/**
 * 	TITRES
 */
h1 {
	font-size: 25px;
}
h2 {
}
	h2.module-title-style {
	}
	h2.module-title-style.before-items {
	}
	h2.module-title-style.under-filter {
	}
h3 {
}

.tabs-content .h2-wrapper {
	margin-top: 25px;
	margin-left: 7px;
}


/**
 * 	GLOBAL
 */
.article-wrapper {
}
	.article-inside {
		padding: 0;
	}

.article-wrapper .article-inside h1 {
	margin-bottom: 20px;
	padding: 0 5px;
}
.article-wrapper .article-inside h2 {
	padding: 0;
	padding: 0 5px;
}
.article-wrapper .article-inside h3 {
	padding: 0;
	padding: 0 5px;
}


/**
*	HAUT DE PRESENTATION SPECIFIQUE (news, videos, albums photos...)
*/
.article-wrapper .picture-main {
}
	.article-wrapper .picture-main img {
	}
	.article-wrapper .picture-main iframe {
		height: auto;
		min-height: auto;
	}

.article-wrapper div.date-wrapper {
	margin-top: 10px;
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
}
	.article-wrapper div.date-wrapper div.col-date {
		width: 90%;
	}
		.article-wrapper div.date-wrapper div.col-date div.month {
			font-size: 13px;
		}
	
	.article-wrapper div.date-wrapper div.col-categorie {
		width: 90%;
		margin: 5px auto;
	}
		.article-wrapper div.date-wrapper div.col-categorie div.infos-item {
			height: 30px;
			font-size: 13px;
		}
			.article-wrapper div.date-wrapper div.col-categorie div.infos-item.duration {
				margin-bottom: 5px;
			}
				.article-wrapper div.date-wrapper div.col-categorie div.infos-item.duration .duree {
				}
			.article-wrapper div.date-wrapper div.col-categorie div.infos-item.categorie-name {
			}

	.article-wrapper div.date-wrapper div.col-social {
		width: 90%;
		margin: 5px auto;
	}
		.article-wrapper div.date-wrapper div.col-social .social-title {
			font-size: 13px;
		}
		.article-wrapper div.date-wrapper div.col-social .icons {
			width: 100%;
			padding-top: 10px;
		}
			.article-wrapper div.date-wrapper div.col-social .icons a {
			}
				.article-wrapper div.date-wrapper div.col-social .icons a img {
					width: 30px;
					height: auto;
				}
				.article-wrapper div.date-wrapper div.col-social .icons img {
					width: 30px;
					height: 30px;
				}

.article-wrapper .intro-wrapper {
	padding: 7px 5px;
}
.article-wrapper .description-wrapper {
	padding: 0 0.7rem;
}
.article-wrapper.reports-style .description-wrapper {
	padding: 0.7rem;
}



/**
 * 	IMAGES FULL
 */
.picture-full-wrapper {
}
	.picture-full-wrapper img {
		width: 100%;
		height: auto;
	}
.picture-copyright {
	padding: 4px 0;
	font-size: 11px;
	font-style: italic;
}


/**
 * 	TEXTES FULL
 */
.text-wrapper {
	padding: 15px 5px;
	font-size: 14px;
	color: #999999;
	line-height: 1.3;
}
	.text-wrapper p {
		padding: 2px 0 8px;
		margin: 0;
	}
	.text-wrapper a {
	}


/**
 * 	TEXTES & IMAGES
 */
.text-picture-wrapper {
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
}
.text-picture-cols {
	width: 100% !important;
}
	.text-picture-cols.col-left {
		margin: auto;
		margin-bottom: 10px;
	}
	.text-picture-cols.col-right {
		margin: auto;
	}

	/* TEXT */
	.text-picture-wrapper .text-wrapper {
	}
	
	/* PICTURE */
	.text-picture-wrapper .picture-wrapper {
	}
		.text-picture-wrapper .picture-wrapper img {
		}
	.text-picture-wrapper .picture-copyright {
	}
		.text-picture-cols.col-right .picture-copyright {
		}

/**
 * 	EMBED & HTML
 */
.video-wrapper iframe {
	width: 100%;
	height: auto;
	min-height: auto;
}


/**
*	SHORTCUTS
*/
.shortcuts-title {
	padding: 20px 0px 15px;
}
.shortcuts-cols {
}


/* ----------------------------- 

		GENERIQUE > TAGS
		
	----------------------------- */
.tags-wrapper {
}
	/* TAG */
	.tags-wrapper .tags-item {
		margin: 5px;
		padding: 0 11px;
		height: 34px;
		font-size: 12px;
	}
	.tags-wrapper .tags-item:hover {
	}





/**
 * ADMIN > GLOBAL
 */
.articles-container {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 45px;
	background: #eaeaea;
}
.articles-wrapper.admin {
	width: 980px;
	margin: 0 auto;
	background: #FFF;
	padding: 10px 15px;
	min-height: 500px;
	-moz-box-shadow: 0px 5px 10px 0px #656565;
	-webkit-box-shadow: 0px 5px 10px 0px #656565;
	-o-box-shadow: 0px 5px 10px 0px #656565;
	box-shadow: 0px 5px 10px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=10);
}


/**
 * ADMIN > EDITABLE FIELDS
 */
.editable-wrapper {
	position: relative;
	border: none;
	margin-bottom: 0;
}
	.editable-wrapper.active {
		border: 2px solid #eaeaea;
		margin-bottom: 5px;
	}
.editable-toolbar {
	display: none;
	position: relative;
	padding: 6px;
	background: #eaeaea;
}
	.editable-toolbar .inside {
		display: flex; display: -webkit-flex; 
		flex-flow: row wrap; -webkit-flex-flow: row wrap;
		margin: 0;
	}
		.editable-toolbar .inside .title {
			font-weight: bold;
			text-transform: uppercase;
			text-align: center;
			width: 50%;
			margin: auto;
		}
		.editable-toolbar .bloc {
			margin: 3px auto;
			width: 80px;
			padding: 4px 0;
			text-align: center;
			background: #FFF;
			display: block;
		}
			.editable-toolbar .bloc img {
				width: 20px;
				width: 20px;
			}
.editable-content {
	width: 100%;
	height: auto;
}
	.editable-content.active {
		max-height: 170px;
		overflow: hidden;
	}
		.editable-content.active.h-title {
			max-height: 70px;
		}
		.editable-content.active.h-picture {
			max-height: 280px;
		}



/* ------------------------------------------------------------------------ 		
			
	SPECIFIQUE
	
	 ------------------------------------------------------------------------		*/
div.ndh2016-result {
    width: 100%;
	background: url(../_img/articles/tablet__palmares-NDH2016.jpg) no-repeat top center;
    display: block;
    min-height: 1340px;
    background-size: 100%;
}
div.ndh2015-result {
	width:100%;
	background: url(../_img/articles/tablet__palmares-NDH2015.jpg) no-repeat top center;
	display: block;
	min-height: 1500px;
	background-size: 100%;
}
div.palmares-CDF {
	width:100%;
	background: url(../_img/articles/tablet__palmares-CDF.jpg) no-repeat top center;
	display: block;
	min-height: 1790px;
	background-size: 100%;
}
div.palmares-CDL {
	width:100%;
	background: url(../_img/articles/tablet__palmares-CDL.jpg) no-repeat top center;
	display: block;
	min-height: 1770px;
	background-size: 100%;
}
div.palmares-TDC {
	width:100%;
	background: url(../_img/articles/tablet__palmares-TDC.jpg) no-repeat top center;
	display: block;
	min-height: 493px;
	background-size: 100%;
}
div.palmares-D1 {
	width:100%;
	background: url(../_img/articles/tablet__palmares-D1.jpg) no-repeat top center;
	display: block;
	min-height: 3076px;
	background-size: 100%;
}

}