/**
 * 	TITRES
 */
h1 {
	line-height: 1.0;
	font-size: 50px;
	color: #243f92;
	font-weight: 900;
	margin: 10px 0 15px;
	padding: 0px;
	text-align: center;
	letter-spacing: -0.5px;
	text-transform: none;
}
	h1 span.more {
		display: block;
		line-height: 1.0;
		font-size: 30px;
		margin-top: -2px;
		font-weight: 600;
	}
h2 {
	line-height: 1.0;
	font-size: 30px;
	color: #243f92;
	margin: 0px;
	padding: 0px;
	letter-spacing: -0.5px;
	text-transform: none;
}
	h2.module-title-style {
		margin-bottom: 0px !important;
		padding-bottom: 15px !important;
		text-align: center;
		margin-top: 10px !important;
	}
	h2.module-title-style.before-items {
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
	}
	h2.module-title-style.under-filter {
		padding-top: 15px;
	}

	.h2-wrapper {
		width: 100%;
		margin: 50px 0 10px;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
		border-bottom: 1px solid #243f92;
	}
		.h2-wrapper h2 {
			margin: auto 0;
			padding: 0 !important;
			line-height: 1.2;
		}
		.h2-wrapper .h2-link {
			margin: auto 0;
			margin-left: auto;
			font-size: 17px;
			line-height: 1.1;
			font-weight: normal;
			color: #051d49;
		}
		.h2-wrapper .h2-icon {
			display: none;
		}

h3 {
	line-height: 1.0;
	font-size: 18px;
	color: #e10816;
	margin: 0px;
	padding: 0px;
	letter-spacing: -0.5px;
}
	h3.module-title-style {
		margin-bottom: 0px !important;
		padding-bottom: 10px !important;
		text-align: center;
		margin-top: 20px !important;
	}
	.h3-wrapper {
		width: 100%;
		margin: 15px 0 10px;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
		border-bottom: 1px solid #d7d6d5;
	}
		.h3-wrapper h3 {
			text-transform: capitalize;
			margin-left: 15px;
		}



/**
 * 	GLOBAL
 */
.article-wrapper {
	padding: 0px 0px 18px;
}
	.article-inside {
		padding: 20px 30px;
	}
	.reports-style .article-inside {
		padding: 0;
	}

.article-wrapper .article-inside h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
}
.article-wrapper .article-inside h2 {
	margin-bottom: 0px;
	padding: 0;
	padding-top: 40px;
}
.article-wrapper .article-inside h3 {
	margin-top: 25px;
	margin-bottom: 10px;
	padding: 0;
}
	.article-wrapper.reports-style .article-inside h3 {
		font-size: 28px;
	}


/**
*	HAUT DE PRESENTATION SPECIFIQUE (news, videos, albums photos...)
*/
.article-wrapper .picture-main {
	text-align: center;
}
	.article-wrapper .picture-main img {
		width: 100%;
	}
	.article-wrapper .picture-main.logo-small img {
		width: auto;
		height: 250px;
		margin: auto;
	}
		.article-wrapper .picture-main .albums-main {
			width: 100%; 
			height: 450px; 
			overflow: hidden;
		}
	.article-wrapper .picture-main iframe {
		width: 100%;
		height: auto;
		min-height: auto;
	}

.article-wrapper div.date-wrapper {
	width: 100%;
	margin: 20px 0 30px;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: center; -webkit-justify-content: center;
}
	.article-wrapper div.date-wrapper div.col-date {
		margin: auto 0;
		background: #e10816;
		color: #FFF;
		display: flex;
		display: -webkit-flex;
		height: 40px;
		padding: 5px 25px;
		font-size: 28px;
		line-height: 1.0;
		font-weight: bold;
		text-align: center;
	}
		.article-wrapper.reports-style div.date-wrapper div.col-date {
			height: 36px;
			padding: 0 25px;
		}
	
	.article-wrapper div.date-wrapper div.col-categorie {
		margin: auto 0;
		margin-left: 20px;
	}
		.article-wrapper div.date-wrapper div.col-categorie div.infos-item {
			display: flex; display: -webkit-flex; 
			flex-flow: row wrap; -webkit-flex-flow: row wrap;
			width: 100%;
			margin: auto 0;
			height: 40px;
			padding: 5px 25px;
			font-size: 16px;
			line-height: 1.0;
			font-weight: 500;
		}
			.article-wrapper div.date-wrapper div.col-categorie div.infos-item.duration {
				background: #01013e;
				color: #FFF;
				margin-bottom: 8px;
			}
				.article-wrapper div.date-wrapper div.col-categorie div.infos-item.duration .duree {
					width: 100%;
					font-size: 11px;
					padding-bottom: 1px;
				}
			.article-wrapper div.date-wrapper div.col-categorie div.infos-item.categorie-name {
				background: #f1f1f1;
				color: #051d49;
			}

			.article-wrapper.reports-style div.date-wrapper div.col-categorie div.infos-item {
				height: 36px;
				padding: 0 25px;
			}

	.article-wrapper div.col-social {
		width: 180px;
		margin: auto 0;
		margin-left: auto;
		text-align: center;
	}
		.article-wrapper div.col-social .social-title {
			font-size: 15px;
			font-weight: bold;
			color: #333333;
			width: 100%;
		}
		.article-wrapper div.col-social .icons {
			width: 100%;
			padding-top: 6px;
			display: flex; display: -webkit-flex; 
			flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
			justify-content: center; -webkit-justify-content: center;
		}
			.article-wrapper div.col-social .icons a {
				margin: auto 5px auto 0;
				cursor: pointer;
			}
			.article-wrapper div.col-social .icons img {
				cursor: pointer;
			}

	.article-wrapper.reports-style div.col-social {
		position: absolute;
		top: 10px;
		right: 10px;
		margin: auto 0;
	}
		.article-wrapper.reports-style div.col-social .social-title {
			display: none;
		}

.article-wrapper .intro-wrapper {
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	background: none;
	line-height: 1.2;
	text-align: justify;
}
	.article-wrapper.reports-style .intro-wrapper {
		width: 100%;
		background: #051d49;
		padding: 20px 0;
		font-size: 25px;
		font-weight: 600;
		color: #FFF;
		line-height: 1.0;
	}

.article-wrapper .description-wrapper {
	margin: 10px 0;
	padding: 10px 0;
	font-size: 17px;
	color: #333333;
	line-height: 1.3;
}
	.article-wrapper.reports-style .description-wrapper {
		padding: 10px 0;
		font-size: 25px;
		line-height: 1.1;
	}

.article-wrapper .description-wrapper ul {
	margin: 10px 0;
	padding: 0 15px;
}
	.article-wrapper .description-wrapper ul li {
		padding: 3px 0;
	}
	.article-wrapper .description-wrapper ul.listing-calendars li {
		padding: 0px;
	}

/**
 * 	IMAGES FULL
 */
.picture-full-wrapper {
	margin: 15px 0;
	padding: 0;
}
	.picture-full-wrapper img {
		width: 100%;
		height: auto;
	}
.picture-copyright {
	padding: 4px 0;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
.article-wrapper.reports-style .picture-full-wrapper {
	margin: 25px 0 10px;
}
.article-wrapper.reports-style .picture-copyright {
	padding: 0;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	margin-bottom: 35px;
}

/**
 * 	TEXTES FULL
 */
.text-wrapper {
	padding: 15px 0px;
	font-size: 17px;
	color: #333333;
	line-height: 1.3;
	text-align: justify;
}
	.text-wrapper p {
		padding: 8px 0 12px;
		margin: 0;
	}
	.text-wrapper a {
		font-size: 17px;
		color: #243f92;
		line-height: 1.3;
		font-weight: bold;
	}

.reports-style .text-wrapper {
	font-size: 21px;
}
.reports-style .text-wrapper p {
	padding: 15px 0 20px;
}
.reports-style .text-wrapper a {
	font-size: 21px;
}


/**
 * 	TEXTES & IMAGES
 */
.text-picture-wrapper {
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	text-align: justify;
}
.text-picture-cols {
	width: 49%;
}
	.text-picture-cols.col-left {
		margin: auto;
		margin-left: 0;
	}
	.text-picture-cols.col-right {
		margin: auto;
		margin-right: 0;
	}

	/* TEXT */
	.text-picture-wrapper .text-wrapper {
		padding: 0;
	}
	
	/* PICTURE */
	.text-picture-wrapper .picture-wrapper {
		padding: 0;
	}
		.text-picture-wrapper .picture-wrapper img {
			width: 100%;
			height: auto;
		}
	.text-picture-wrapper .picture-copyright {
		padding: 4px 0;
		font-size: 11px;
		font-style: italic;
	}
		.text-picture-cols.col-right .picture-copyright {
			text-align: right;
		}

/**
 * 	EMBED & HTML
 */
.video-wrapper iframe {
	width: 100%;
	height: auto;
	min-height: 500px;
}


/**
*	SHORTCUTS
*/
.shortcuts-title {
	line-height: 1.0;
	font-size: 16px;
	color: #243f92;
	margin: 0px;
	padding: 25px 0px 15px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	text-align: center;
}
.shortcuts-cols {
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: center; -webkit-justify-content: center;
	padding-top: 50px;
	padding-bottom: 30px;
	border-top: 1px solid #999999;
	margin-top: 50px;
}
	.shortcuts-cols .item-big {
		max-width: 50%;
		margin: 0 15px;
		display: flex; display: -webkit-flex; 
		flex-flow: column; -webkit-flex-flow: column;
		justify-content: flex-start; -webkit-justify-content: flex-start;
	}
	.shortcuts-cols .item-big .picture {
		margin: 0px;
		padding: 0px;
	}
	.shortcuts-cols .item-big .infos {
		padding: 20px;
	}


/* ----------------------------- 

		GENERIQUE > TAGS
		
	----------------------------- */
.tags-wrapper {
	border-top: 1px solid #999999;
	padding: 10px 0;
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
	margin: 20px 0;
}
	div.col-tags {
		display: flex; display: -webkit-flex; 
		flex-flow: row wrap; -webkit-flex-flow: row wrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
		width: 75%;
	}

	/* TAG */
	.tags-wrapper .tags-item {
		margin: 7px;
		padding: 0 18px;
		position: relative;
		height: 34px;
		display: flex; display: -webkit-flex; 
		flex-flow: row wrap; -webkit-flex-flow: row wrap;
		background: #dddddd;
		color: #01013e;
		text-align: center;
		border-top-left-radius: 7px;
		border-bottom-right-radius: 7px;
		font-weight: 700;
	}
	.tags-wrapper .tags-item:hover {
		text-decoration: none;
	}


/*	CITATIONS */
.citations-wrapper {
	width: 100%;
	margin: 0;
	padding: 15px;
	text-align: center;
}
	.citations-item {
		line-height: 1.0;
		font-size: 44px;
		color: #243f92;
		margin: 0px;
		padding: 0px;
		padding-bottom: 5px;
		letter-spacing: -0.5px;
		text-transform: none;
		font-weight: 600;
	}
	.citations-copyright {
		line-height: 1.2;
		font-size: 14px;
		color: #666666;
		font-style: italic;
	}

/*	visuels EHTML STATS */
.ehtml-wrapper {
	width: 100%;
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: space-around; -webkit-justify-content: space-around;
}
	.ehtml-wrapper .ehtml-item {
		width: 48%;
		margin: 0 auto 15px;
	}
		.ehtml-wrapper .ehtml-item .picture {
			width: 100%;
			margin: 0;
			padding: 0px;
		}
			.ehtml-wrapper .ehtml-item .picture img {
				width: 100%;
				height: auto;
			}

		.ehtml-wrapper .ehtml-item.by1 {
			width: 100%;
		}
		.ehtml-wrapper .ehtml-item.by2 {
			width: 48%;
		}



/**
 * 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/desktop__palmares-NDH2016.jpg) no-repeat top center;
    display: block;
    min-height: 1340px;
    background-size: 100%;
}
div.ndh2015-result {
	width:100%;
	background: url(../_img/articles/desktop__palmares-NDH2015.jpg) no-repeat top center;
	display: block;
	min-height: 1500px;
	background-size: 100%;
}
div.palmares-CDF {
	width:100%;
	background: url(../_img/articles/desktop__palmares-CDF.jpg) no-repeat top center;
	display: block;
	min-height: 1790px;
	background-size: 100%;
}
div.palmares-CDL {
/*	width:100%;
	background: url(../_img/articles/desktop__palmares-CDL.jpg) no-repeat top center;
	display: block;
	min-height: 1770px;
	background-size: 100%;
*/}
div.palmares-TDC {
/*	width:100%;
	background: url(../_img/articles/desktop__palmares-TDC.jpg) no-repeat top center;
	display: block;
	min-height: 500px;
	background-size: 100%;
*/}
div.palmares-D1 {
	width:100%;
	background: url(../_img/articles/desktop__palmares-D1.jpg) no-repeat top center;
	display: block;
	min-height: 3076px;
	background-size: 100%;
}
