/* 	WRAPPER 	*/
article {
	margin: 0; 
	position: relative;
	padding: 0;
    line-height: 1.4;
}
	article.Print {
		width: auto;
	}



article .date {
	margin: 0;
	padding: 1rem 0;
	font-size: 16px;
  	color: #8a8989;
  	text-align: center;
  	width: 100%;
}
article .intro {
	margin: 0;
	padding: 1.8rem 0;
	font-size: 13px;
    line-height: 1.4;
  	color: #8a8989;
	text-align: justify;
}


.article-picture {
	width: 100%;
	position: relative;
}
	.article-picture img {
		width: 100%;
		height: auto;
	}
.article-picture .picture-border {
	position: relative;
	z-index: 10;
	height: 15px;
	width: 975px;
	margin: 0 auto;
	margin-top: -15px;
	background: #ededed;
}


article .legend {
	padding: 3px;
	font-size: 11px;
	color: #73818f;
	font-style: italic;
}


article .content {
	padding: 2rem 0 0;
	width: 900px;
	margin: 0 auto;
}
.article-content {
	padding: 0;
	width: 900px;
	margin: 0 auto;
}

article.Jobs .content {
	width: 600px;
}

/*		RESET 	*/
article .content img {
	height: auto;
	width: 100%;
	padding: 0;
}
article .content ul, article .content ol {
	margin: 0px;
	padding-left: 20px;
}
article .content li {
	padding: 2px 0;
}
article .content p {

}
article .content a {
    color: #295ebc;
	text-decoration: underline; 	
}

article .content .video-wrapper, article .content .picture-wrapper {
	padding: 15px 0;
}
article .content .video-wrapper {
	width: 100%;
}
	article .content .video-wrapper iframe {
		width: 100%;
	}

article .content .grids-wrapper a {
	text-decoration: none;
}


/* 	TEXT 	*/
article .content .text-wrapper {
	padding: 0 0 20px;
	text-align: justify;
}
article .content .citation {
	width: 100%;
	text-align: center;
	font-weight: 600;
	padding: 0.5rem;
	font-size: 30px;
	font-style: italic;
	line-height: 1.1;
}
	article .content .citation .author {
		width: 100%;
		text-align: right;
		font-weight: 600;
		font-size: 14px;
		font-style: italic;
		padding-top: 5px;
	}

article .content p b, article .content p strong {
	font-size: 110%;
}
hr {
	margin: 2.5rem 0;
	padding: 0;
	width: 100%;
	border: 0;
	height: 7px;
	background: url('../../_img/articles/hr-gris.png') repeat-x top left;
}
	hr.theme {
		background: url('../../_img/articles/hr-bleu.png') repeat-x top left;
	}


/* 	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: 0;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	background: url('../../_img/articles/xbutton-gris.png') no-repeat center left;
    padding: 0.7rem 1rem 0.7rem 8rem;
    border-radius: 0;	
	text-decoration: none !important;
}
	article .xbutton .label {
		color: #ffffff;
		font-size: 20px;
		font-weight: bold;
		text-align: left;
		line-height: 1.0; 
		margin: auto 0;
		text-decoration: none;
	}
		article .xbutton .label span {
			display: block;
			padding-top: 0.6rem;
			font-size: 11px;
			text-transform: none;
			font-weight: normal;
		}
	article .xbutton .icon {
		margin: auto 0.5rem auto auto;
		color: #ffffff;
		font-size: 20px;
		font-weight: bold;
		text-transform: uppercase;
	}


article.Print h1 {
	font-size: 25px;
}
	

.jobs-buttons {
	width: 100%;
	margin: 30px 0;
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
}
	.jobs-buttons a.link {
		width: 270px;
		padding: 15px 0;
		text-align: center;
		border: 1px solid #333;
		color: #333;
		font-size: 14px;
		text-transform: uppercase;
		color: #333;
		text-decoration: none;
		display: block;
	}
	
/* 	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;
		}

.tags-wrapper {
	padding: 0;
	margin: 0;
	width: 100%;
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
}
	.tags-wrapper .tag-item {
		margin: 4px;
		padding: 7px 12px;
		background: #e7e3e3;
		color: #666666;
		border-radius: 5px;
		font-size: 12px;
		text-decoration: none;
	}


/*	MATCHS BLOC */
.match-item {
	width: 100%;
	padding: 15px 0;
}
	.match-header {
		width: 100%;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: center; -webkit-justify-content: center;
	}
		.match-header .name {
         	margin: auto 0;
			width: 30%;
			font-size: 23px;
			font-weight: 600;
			line-height: 1.0;
			text-align: left;
		}
			.match-header .name.home {
				text-align: right;
			}
        .match-header .logo {
	         margin: auto 10px;
	         background: #FFF;
	         padding: 10px;
	         border-radius: 7px;
	         box-shadow: 0px 2px 3.58px 0.42px rgba(0, 0, 0, 0.11);      
	         width: auto;
         }
           .match-header .logo img {
	            width: 50px;
	            height: auto;
            }
		.match-header .scores {
         	margin: auto 0;
			width: 15%;
			font-size: 25px;
			font-weight: 600;
			line-height: 1.0;
			text-align: center;
		}
	.match-infos {
		width: 100%;
		background: #FFF;
		border-radius: 7px;
		margin: 5px 0 15px;
		padding: 5px;
		font-size: 11px;
    	font-weight: normal;
    	color: #2f5796;
	}
		.match-infos p {
			padding: 1px;
		}
		.match-infos .periods {
			width: 100%;
			display: flex; display: -webkit-flex; 
			flex-flow: row wrap; -webkit-flex-flow: row wrap;
			justify-content: flex-start; -webkit-justify-content: flex-start;
		}
			.match-infos .periods .period-item {
				padding: 4px;
			}
	.match-stat {
		padding: 5px;
	}
		.stat-title {
			font-size: 12px;
			font-weight: bold;
			padding-bottom: 2px;
		}
