/* ------------------ Article ------------------ */
@font-face {
font-family: 'GothamCondensed-bold';
src: url('../../font/GothamCondensed-Bold.otf') format('truetype');
}

@font-face {
font-family: 'GothamCondensed-book';
src: url('../../font/GothamCondensed-Book.otf') format('truetype');
}

@font-face {
font-family: 'GothamCondensed-light';
src: url('../../font/GothamCondensed-Light.otf') format('truetype');
}

@font-face {
font-family: 'GothamCondensed-medium';
src: url('../../font/GothamCondensed-Medium.otf') format('truetype');
}

article.node--type-article {
	border: solid 1px #333333;
	margin-bottom: 30px;
	box-shadow: 2px 2px 10px gray;
	-moz-box-shadow: 2px 2px 10px gray;
	-webkit-box-shadow: 2px 2px 10px gray;
} 
article.node--type-article > header > h2.node__title {
	background-color: #eaeaea;
	margin: 0;
	padding: 10px 2.5%;
	margin-bottom: 20px;
	font-family:'GothamCondensed-Book',"Trebuchet MS",Arial,Helvetica,sans-serif; 
	font-size : 2.1em;
	text-transform: capitalize;
}
article > div.node__content {
	font-family: GothamCondensed-light;
	font-size: 1.4em;
	padding-left: 2%;
}

article > div.node__content p, article > div.node__content ul {
	padding-right: 15%;
}

/*Titre à l'interieur de l'article*/
article > div.node__content h2 {
	color: #e75c21;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: solid 2px #e75c21;
	width: 85%;
	margin-bottom: 30px;
}

article > div.node__content h3 {
	color: #e75c21;
	font-weight: bold;
	text-decoration: underline;
}

article > div.node__content i {
	margin-right: 0.5em;
}

/* Liens de l'article*/
article > div.node__content a {
	color : #e75c21 !important;
	border-bottom-style: none;
	font-weight: bold;
} 

article > div.node__content a:hover {
	text-decoration: underline;
}

article > div.node__content > div.field--type-image {
	margin: 0 1.5em 0 0;
	width: 30%;
}

