/**
 * 	TITRES
 */
h1 {
	font-family: "Roboto", Arial, Verdana;
	margin-bottom: 20px;
	font-weight: 900;
	line-height: 1.0;
	font-size: 40px;
	color: #00205b;
	margin: 0px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: center; -webkit-justify-content: center;
}

.editable-content h1 {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
	line-height: 1.0;
	font-size: 23px;
	color: #00205b;
	margin-top: 20px;
	padding: 5px 0;
	text-align: left;
	text-transform: none;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: center; -webkit-justify-content: flex-start;
}

h3 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 0px;
    padding: 0px;
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
}

.citation {
	font-style: italic;
	text-align: center;
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.article-h2 {
	font-size: 20px;
	color: #00205b;
}

.article-title {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	padding-top: 0;
	padding-bottom: 1px;
	text-align: left;
	font-weight: 600;
	line-height: 1.0;
	font-size: 33px;
	margin: 0;
	color: #00205b;
}

.article-title-document {
	font-family: 'Open Sans Condensed', sans-serif;
	border-bottom: 2px solid #25346d;
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-top: 10px;
	text-align: left;
	font-weight: 600;
	line-height: 1.0;
	font-size: 33px;
	color: #25346d;
}

.article-subtitle {
	font-family: 'Open Sans', sans-serif;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0;
	font-weight: 400;
	line-height: 1.0;
	font-size: 16px;
	color: #25346d;
	width: 100%;
}
.article-date {
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	color: #8e9192;
	padding: 0;
	padding-bottom: 7px;
}
	.article-date.events-date {
	    color: #00205b;
	    font-size: 18px;
	}

.article-description {
	padding: 5px 0 20px 0;
	font-weight: bold;
}
	.article-description p {
		text-align: justify;
		font-weight: 300;
		font-size: 14px;
		color: #00205b;
	}
	.article-description hr {
		background-color: #ececec;
		border: none;
		border: 2px solid #ececec;
		margin: auto;
		width: 70%;
	}

.home-head {
	font-size: 24px;
	color: #cd5e94;
	text-transform: uppercase;
	line-height: normal;
	margin-bottom: 20px; 
	font-family: 'Nexa';
	font-weight: 300;
	font-style: normal;
}


/**
 * 	GLOBAL
 */
.article-wrapper {
	width: 100%;
}
	.article-inside {
		padding: 30px 0;
		width: 100%;
		margin: 0 auto;
	}


.article-wrapper.news .article-inside h1 {
	font-size: 40px;
}

.header-logo {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
	.header-logo .picture {
		position: absolute;
		top: -95px;
		right: 0;
		left: 110px;
		width: 100%;
	}

/**
*	HAUT DE PRESENTATION SPECIFIQUE (news, videos, albums photos...)
*/
.article-wrapper .picture-main {
}
	.article-wrapper .picture-main img {
		width: 100%;
	}
		.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-top: 20px;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
}
	.article-wrapper div.date-wrapper div.col-date {
		height: 90px;
		width: 92px;
		margin: auto 0;
	}
		.article-wrapper div.date-wrapper div.col-date div.month {
		}
	
	.article-wrapper div.date-wrapper div.col-categorie {
		width: 185px;
		margin: auto 0;
		margin-left: 20px;
	}
	.article-wrapper .shop-link {
		width: 100%;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-bottom: 15px;	
	}
		.article-wrapper .shop-link a {
			border-bottom: 3px solid #333333;
			background-color: #F26722;
			text-transform: uppercase;
			padding: 2px 20px;
			width: 200px;
			color: #FFF;
		}
			.article-wrapper .shop-link a {
				text-decoration: none;
			}
	.article-wrapper  div.col-social {
		width: 100%;
		margin: auto 0;
		margin-left: auto;
		text-align: center;
		margin-bottom: 15px;
	}
		.article-wrapper div.col-social .social-title {
			font-size: 14px;
			font-weight: bold;
			color: #999999;
			width: 100%;
		}
		.article-wrapper div.col-social .icons {
			width: 100%;
			padding-top: 10px;
			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 10px;
			}
			.article-wrapper div.col-social .icons a img {
				width: 35px;
				height: auto;
			}

.article-wrapper .intro-wrapper {
	font-family: "Raleway", Arial, Verdana;
	text-align: center;
	font-weight: 300;
	line-height: 1.2;
	font-size: 20px;
	padding: 15px 0;
	color: #333333;
}
.article-wrapper .hat-wrapper {
	font-family: "Raleway", Arial, Verdana;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	font-size: 14px;
	padding: 15px 0;
	margin: 0 auto;
	color: #333333;
	width: 90%;
}
.article-wrapper .description-wrapper {
	margin: 10px 0;
	padding: 7px 0;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 300; 
	color: #333333;
}

.article-wrapper .description-wrapper ul {
	margin: 0 0 15px 15px;
	padding: 0 15px;
}
	.article-wrapper .description-wrapper ul li {
		padding: 2px 0;
	}

.article-wrapper .description-wrapper ol {
	margin: 0 0 15px 15px;
	padding: 0 15px;
}
	.article-wrapper .description-wrapper ol li {
		padding: 2px 0;
	}

.article-wrapper .citation {
	text-decoration: none;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 300;
	font-size: 24px;
	display: block;
	color: #333333;
	margin: 10px;
	padding: 0px;
}
	.article-wrapper .citation span ~ span {
		vertical-align: middle;
	}

.article-wrapper .description-wrapper a {
	font-size: 14px;
	color: #00205b;
	line-height: 1.3;
}

/**
 * 	IMAGES FULL
 */

.picture-wrapper-admin {
	margin-right: auto;
	margin-left: auto;
}
	.picture-wrapper-admin img {
		width: 100%;
	}

.picture-full-wrapper {
	position: relative;
	margin-top: -50px;
	overflow: hidden;
	z-index: -100;
	width: 100%;
}
	.picture-full-wrapper.normal-left {
		text-align: left;
	}
	.picture-full-wrapper.normal-right {
		text-align: right;
	}
	.picture-full-wrapper img {
		width: 100%;
	}

.picture-copyright {
	padding: 4px 0;
	font-size: 11px;
	font-style: italic;
}

.picture-full-articles {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: auto;
	margin-bottom: 20px !important;
}
	.picture-full-articles img {
		width: 100%;
	}

/**
 * 	TEXTES FULL
 */
.text-wrapper {
	font-family: "Raleway", Arial, Verdana;
	padding: 6px 0px;
	width: 100%;
	margin: auto;
	color: #333333;
}
	.text-wrapper p {
		padding: 2px 0 8px;
		text-align: justify;
		margin: 0;
	}
	.text-wrapper a {
		color : #00205b;
	}
		.text-wrapper a:hover {
			text-decoration: underline !important;
		}


/**
 * 	TEXTES & IMAGES
 */
.text-picture-wrapper {
	font-family: "Raleway", Arial, Verdana;
	display: flex; 
	display: -webkit-flex; 
	flex-flow: row nowrap; 
	-webkit-flex-flow: row nowrap;
	justify-content: flex-start;
	padding: 0px 0px;
}
	.text-picture-wrapper a {
		color: #00205b;
	}
		.text-picture-wrapper a:hover {
			text-decoration: underline !important;
		}
.text-picture-cols {
	width: 49%;
}
	.text-picture-cols.col-left {
		margin: auto 0;
		margin-left: 0;
	}
		.text-picture-cols.col-left p {
			text-align: justify;
			padding: 10px 40px 0 0;
		}
	.text-picture-cols.col-right {
		margin: auto 0;
		margin-right: 0;
	}
		.text-picture-cols.col-right p {
			text-align: justify;
			padding: 10px 0 0 0;
		}
	.text-picture-cols.col-left.col-text {
		margin: auto 0;
		padding-right: 4%;
	}
	.text-picture-cols.col-right.col-text {
		margin: auto 0;
		padding-left: 4%;
	}

	/* TEXT */
	.text-picture-wrapper .text-wrapper {
		padding: 0;
	}
	
	/* PICTURE */
	.text-picture-wrapper .picture-wrapper {
		padding: 0;
	}
		.text-picture-wrapper .picture-wrapper img {
			width: 91%;
			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% !important;
	height: auto !important;
	min-height: 500px !important;
	margin-bottom: 40px;
}

/*---------SHARE MAIL------------*/

.share-mail {
	margin-bottom: 55px;
	position: relative;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	width: 277px;
}
	.share-mail .picto {
		position: absolute;
		top: -30px;
		left: 0;
	}
	.share-mail a {
		background-color: #666666;
		text-transform: uppercase;
		text-align: center;
		padding: 10px 20px;
		display: block;
		font-size: 15px;
		color: #FFF!important;
		width: 277px;
	}
		.share-mail a:hover {
			text-decoration: none;
		}

/*--------------------------------------------------------------------
	DOC
----------------------------------------------------------------------*/

.doc-list {
	font-family: "Raleway", Arial, Verdana;
	display: flex; 
	display: -webkit-flex; 
	flex-flow: row nowrap; 
	-webkit-flex-flow: row nowrap;
	justify-content: space-around;
	flex-direction: column;
	padding: 15px 0px;
	width: 100%;
}
	.doc-list a {
		padding: 10px;
		display: block;
	}
		.doc-list a:hover {
			text-decoration: none;
		}
		.doc-list .doc-item {
			display: flex;
			display: -webkit-flex; 
			justify-content: flex-start;
			border-bottom: 1px solid #dadada;
			color: #25346d;
			width: 100%;
		}
			.doc-list .doc-item .extension {
				margin-bottom: 10px;
				width: 50px;
				text-align: center;
			}
				.doc-list .doc-item .extension img {
					height: 24px;
					width: auto;
				}
			.doc-list .doc-item .name {
				margin-bottom: 10px;
				font-weight: bold;
				margin-left: 15%;
				width: 150px;
			}
				.doc-list .doc-item.link-item .name {
					margin-left: 20px;
				}
			.doc-list .doc-item .description {
				margin-bottom: 15px;
				margin-left: 5%;
				width: 420px;
			}
			.doc-list .doc-item .download {
				margin-left: 10%;
			}
				.doc-list .doc-item .download .link {
					background-color: #25346d;
					text-transform: uppercase;
					border-radius: 5px 5px;
					font-weight: bold;
					padding: 4px 10px;
					margin-top: -3px;
					font-size: 12px;
					color: #FFF;
				}

/**
 * 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 {
	height: auto;
	margin: 0;
	width: 100%;
}
	.editable-content.active {
		max-height: 170px;
		overflow: hidden;
	}
		.editable-content.active.h-title {
			max-height: 70px;
		}
		.editable-content.active.h-picture {
			max-height: 280px;
		}


.separate hr {
	background-color: #ececec;
	border: none;
	border: 2px solid #ececec;
	margin: auto;
	margin-top: 20px !important;
	width: 70%;
}


.equipe-olympique p {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content : center;
	flex-wrap: wrap;
}
.equipe-olympique p a {
	margin-bottom: 10px;
}