/* autres competitions > small présentation article */
.others-competitions-article {
	width: 100%;
	padding: 35px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
	.others-competitions-article .logo {
		width: 20%;
		text-align: left;
		margin: auto 0;
	}
		.others-competitions-article .logo img {
			max-width: 200px;
		}
	.others-competitions-article .article {
		width: 70%;
		text-align: left;
		font-size: 17px;
		letter-spacing: 0.02em;
		line-height: 28px;
		text-align: left;
		color: #2a4b9a;
		margin: auto 0;
	}
		.others-competitions-article .article a {
			color: #2a4b9a;
		}
	.others-competitions-article .article .text-wrapper {
		padding: 0;
	}
		.others-competitions-article .article .text-wrapper p {
			padding: 7px 0;
		}

/**
 * 	TITRES
 */

h1,
.h1-like {
	margin: 0 0 25px;
	padding: 0px;
	font-family: Roboto;
	text-transform: none;
	font-weight: bold;
	font-size: 35px;
	line-height: 36px;
	text-align: left;
	color: #2a4b9a;
}
	h1 span.more {
		display: block;
		line-height: 1.0;
		font-size: 20px;
		font-weight: 600;
	}
h2 {
	margin: 0 0 25px;
	padding: 0px;
	font-family: Roboto;
	text-transform: none;
	font-weight: bold;
	font-size: 29px;
	line-height: 30px;
	text-align: left;
	color: #2a4b9a;
}
	h2.alt {
		color: #40C0DA;
	}
h2.like-h3 {
	margin: 20px 0 15px;
	padding: 0px;
	font-family: Roboto;
	text-transform: none;
	font-weight: bold;
	font-size: 22px;
	line-height: 23px;
	text-align: left;
	color: #333;
}
h3 {
	margin: 20px 0 10px;
	padding: 0px;
	font-family: Roboto;
	text-transform: none;
	font-weight: bold;
	font-size: 22px;
	line-height: 23px;
	text-align: left;
	color: #333;
}


/**
 * 	GLOBAL
 */
article {
}

.article-wrapper .bt-all-wrapper,
.articles-container .bt-all-wrapper {
	margin-bottom: 30px;
}

article h1 {
	padding: 0;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
article h2 {
	color: #40C0DA;
	margin-bottom: 20px;
}
article h3 {
	color: #F9AC3B;
	margin-bottom: 25px;
}


/**
*	HAUT DE PRESENTATION SPECIFIQUE (news, videos, albums photos...)
*/
article .picture-main {
	max-width: 1100px;
	margin: 0 auto 20px;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
}
	article .picture-main img {
		width: 100%;
	}
	article .picture-main.logo-small img {
		width: auto;
		height: 250px;
		margin: auto;
	}
		article .picture-main .albums-main {
			width: 100%; 
			height: 450px; 
			overflow: hidden;
		}
	article .picture-main iframe {
		width: 100%;
		height: auto;
		min-height: auto;
	}

article 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 div.date-wrapper div.col-date {
		margin: auto 0;
		background: #e10816;
		color: #FFF;
		display: flex; display: -webkit-flex; 
		flex-flow: row wrap; -webkit-flex-flow: row wrap;
		height: 40px;
		padding: 5px 25px;
		line-height: 1.0;
		font-size: 16px;
		font-weight: 500;
		border-radius: 26px;
	}
		article.reports-style div.date-wrapper div.col-date {
			height: 36px;
			padding: 0 25px;
		}
	
	article div.date-wrapper div.col-categorie {
		margin: auto 0;
		margin-left: 20px;
		border-radius: 26px;
		overflow: hidden;
	}
		article 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;
			line-height: 1.0;
			font-size: 16px;
			font-weight: 500;
			border-radius: 8px;
		}
			article div.date-wrapper div.col-categorie div.infos-item.duration {
				background: #01013e;
				color: #FFF;
				margin-bottom: 8px;
			}
				article div.date-wrapper div.col-categorie div.infos-item.duration .duree {
					width: 100%;
					font-size: 11px;
					padding-bottom: 1px;
				}
			article div.date-wrapper div.col-categorie div.infos-item.categorie-name {
				border-radius: 8px;
				background: #ebebeb;
				color: #051d49;
			}

			article.reports-style div.date-wrapper div.col-categorie div.infos-item {
				height: 36px;
				padding: 0 25px;
			}

	article div.col-social {
		width: 180px;
		margin: auto 0;
		margin-left: auto;
		text-align: center;
	}
		article div.col-social .social-title {
			font-size: 15px;
			font-weight: bold;
			color: #333333;
			width: 100%;
		}
		article 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 div.col-social .icons a {
				margin: auto 5px auto 0;
				cursor: pointer;
			}
			article div.col-social .icons img {
				cursor: pointer;
			}

	article.reports-style div.col-social {
		position: absolute;
		top: 10px;
		right: 10px;
		margin: auto 0;
	}
		article.reports-style div.col-social .social-title {
			display: none;
		}

article .intro-wrapper {
	width: 100%;
	max-width: 900px;
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	background: none;
	line-height: 1.2;
	text-align: justify;
	padding: 0 10px;
	margin-left: auto;
	margin-right: auto;
}
	article.reports-style .intro-wrapper {
		width: 100%;
		background: #051d49;
		padding: 20px 0;
		font-size: 25px;
		font-weight: 600;
		color: #FFF;
		line-height: 1.0;
	}

article .description-wrapper {
	max-width: 900px;
	margin: 10px 0;
	padding: 10px;
	line-height: 1.3;
	margin-left: auto;
	margin-right: auto;
}
	article.reports-style .description-wrapper {
		padding: 10px 0;
		font-size: 25px;
		line-height: 1.1;
	}

article .description-wrapper ul {
	margin: 10px 0 10px 20px;
	padding: 0 15px;
}
article .description-wrapper .listing-items.by3 {
	width: 120%;
	margin-left: -10%;
}
	article .description-wrapper ul li {
		padding: 3px 0;
	}
	article .description-wrapper ul.listing-calendars {
		padding: 0;
	} 
	article .description-wrapper ul.listing-calendars li {
		padding: 10px;
	}

/**
 * 	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.reports-style .picture-full-wrapper {
	margin: 25px 0 10px;
}
article.reports-style .picture-copyright {
	padding: 0;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	margin-bottom: 35px;
}

/**
 * 	TEXTES FULL
 */
.text-wrapper {
	padding: 0px 0px 25px;
	line-height: 1.3;
	text-align: justify;
}
	.text-wrapper p {
		padding: 8px 0 12px;
		margin: 0;
	}
	.text-wrapper a {
		font-weight: 500;
	}
	.text-wrapper img {
		height: auto !important;
		max-width: 100% !important;
	}

.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;
		border-radius: 8px;
		overflow: hidden;
	}
		.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 #ebebeb;
	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 #ebebeb;
	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;
		border-radius: 8px;
		background: #ebebeb;
		color: #051d49;
		text-align: center;
		font-weight: normal;
	}
	.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%;
		}


/*  ARTICLE FLUX CLUBS  */
.article-teams-flux {
	max-width: 1100px;
	margin: 20px auto;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	font-size: 17px;
	line-height: 1.3;
	text-align: left;
	color: #333;
}
.article-teams-flux .logo {
	margin: auto 10px auto 0;
}
	.article-teams-flux .logo img {
		height: 24px;
		width: auto;					
	}
.article-teams-flux .datetime {
	margin: auto 0;
}
.article-teams-flux .datetime a {
	text-decoration: underline;
}

/**
 * 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;
		}



