/* 	WRAPPER 	*/
article {
	width: 100%;
    font-size: 14px;
    line-height: 1.3;
	color: #333333;
	padding: 30px 0;
}

.article-content {
	padding: 0 100px; 
}

/* 	NEWS / EVENT   >   DEBUT d'ARTICLE 	*/
article .date {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.0;
	text-align: center;
	color: #444444;
	padding-top: 6px;
	padding-bottom: 15px;
}

article .intro {
	padding: 15px 0 15px;
	font-size: 28px;
	line-height: 0.9;
	font-family: 'Bebas Neue', cursive;
}

article img {
	height: auto;
	width: 100%;
	padding: 0;
}


.article-picture {
	width: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
	.article-picture img {
		width: 100%;
		height: auto;
	}


.article-picture.main-cut {
	max-height: 455px;
	overflow: hidden;
}
article .legend, article figcaption {
	padding-top: 6px;
	font-size: 10px;
	line-height: 1.0;
	text-align: center;
	color: #333;
}

.shares-wrapper {
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -400px;
	padding: 10px 20px;
	background-color: #f6d300;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: space-around; -webkit-justify-content: space-around;
}
	.shares-wrapper a {
		margin: auto 5px;
		height: 22px;
		width: 22px;
		display: flex; display: -webkit-flex; 
	}
		.shares-wrapper a img {
			margin: auto;
			height: auto;
			width: auto;
		}


/*		RESET 	*/
article h1, article h2, article h3, article h4 {
	padding-left: 0;
	padding-right: 0;
}
article ul, article ol {
	margin: 0px;
	padding-left: 20px;
}
article li {
	padding: 2px 0;
}
article p {
    font-size: 14px;
    line-height: 1.3;
}
article a {
    color: #113a82;
	text-decoration: underline; 	
}

article .video-wrapper, article .picture-wrapper {
	border-radius: 10px;
	overflow: hidden;
	padding: 0;
	margin: 15px 0;
}
article .video-wrapper iframe, article .picture-wrapper img {
	border-radius: 10px;
	overflow: hidden;
}

article .grids-wrapper a {
	text-decoration: none;
}


/* 	TEXT 	*/
article .text-wrapper {
	padding: 10px 0;
    font-size: 14px;
    line-height: 1.3;
}
article .citation {
	font-size: 23px;
	text-transform: uppercase;
	line-height: 0.9;
	font-family: 'Bebas Neue', cursive;
	padding: 25px 0;
}
article p b, article p strong {
}
hr {
	margin: 40px -10%;
	width: 120%;
	padding: 0;
	height: 10px;
	background: url('../../_img/banners/hr-grey.png') top left repeat-x;
}

/* 	BUTTON 	*/
article .xbutton {
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
	margin: 10px 0;
	border: 1px solid #c0bcbc;
	border-radius: 7px;
    padding: 10px;
    text-decoration: none;
	transition: all .4s ease;
	position: relative;
}
	article .xbutton .label {
		color: #333333;
		font-size: 15px;
		text-transform: uppercase;
		font-weight: bold;
		text-align: left;
		line-height: 1.0; 
		width: 100%;
		margin: auto 0;
		position: relative;
		z-index: 3;
	}
		article .xbutton .label span {
			font-size: 12px;
			text-transform: none;
			font-weight: normal;
		}
	article .xbutton .icon {
		width: 30px;
		text-align: left;
		margin: auto 15px;
		position: relative;
		z-index: 3;
	}
		article .xbutton .icon img {
			height: 25px;
			width: 25px;
		}
article .xbutton:before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #c0bcbc;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
	article .xbutton:hover {
		color: #333;
		-webkit-box-shadow: 3px 2px 14px -1px rgba(94,94,94,0.63);
		-moz-box-shadow: 3px 2px 14px -1px rgba(94,94,94,0.63);
		box-shadow: 3px 2px 14px -1px rgba(94,94,94,0.63);	
	}
	article .xbutton:hover:before {
	  visibility: visible;
	  width: 100%;
	}



	
/* 	COMMENTS 	*/
.comments-banner {
	height: 80px;
	width: 100%;
	background: #e8e8e8;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
	margin-top: 15px;
	margin-bottom: 35px;
}
	.comments-banner .icon {
		margin: 0;
		margin-right: 15px;
	}
		.comments-banner .icon img {
			height: 80px;
			width: auto;
		}
	.comments-banner .title {
		margin: auto 0;
		font-size: 36px;
		color: #FFF;
		text-transform: uppercase;
	}

.comments-item {
	width: 100%;
	margin: 10px 0;
	padding: 10px 0px;
	border-bottom: 1px dashed #003366;
}
	.comments-item .infos {
		width: 100%;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
		margin-bottom: 7px;
	}
		.comments-item .infos .picto {
			margin: auto 0;
		}
		.comments-item .infos .name {
			margin: auto 0;
			margin-left: 10px;
			font-size: 13px;
			color: #003366;
			font-weight: bold;
			text-transform: uppercase;
		}
		.comments-item .infos .date {
			margin: auto 0;
			margin-left: 10px;
			font-size: 13px;
			color: #003366;
			text-transform: uppercase;
		}
	.comments-item .message {
		width: 100%;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
	}
		.comments-item .message .input {
			width: 90%;
		}
			.comments-item .message .input textarea {
				width: 100%;
				min-height: 120px;
				background: #ededed;
				border: none;
			}
		.comments-item .message .submit {
			width: 10%;
			display: flex; display: -webkit-flex; 
			flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
			justify-content: space-around; -webkit-justify-content: space-around;
		}
			.comments-item .message .submit button {
				margin: auto;
			}

.comments-item:last-child {
	border-bottom: none;
}

.comments-msgs {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
	.comments-msgs .message {
		margin: 15px auto;
		width: 100%;
		font-size: 14px;
		line-height: 1.1;
		font-weight: normal;
		padding: 15px;
		border: 1px solid transparent;
		border-radius: 4px;		
		text-align: center;
		display: none;
	}
		.comments-msgs .message.success {
		    color: #5cb85c;
		    background-color: #e8fbe8;
		    border-color: #5cb85c;
		}
		.comments-msgs .message.info {
		    color: #31708f;
		    background-color: #d9edf7;
		    border-color: #bce8f1;
		}
		.comments-msgs .message.error {
			color: #a94442;
			background-color: #f2dede;
			border-color: #ebccd1;
		}
.update-cookies {
	width: 100%;
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: center; -webkit-justify-content: center;
	padding: 20px 0 20px;
}
	.update-cookies a {
		background: none rgb(230, 23, 63);
		padding: 12px;
		border-radius: 20px;
		text-decoration: none;
		line-height: 1.0;
		display: inline-block;
		color: #FFF;
		font-weight: bold;
	}