/**
 *	Style des offres d'emploi au sein des articles
 */
.last-job-article {
	width:100%;
	margin: 20px 0;
	border-left: 3px solid #CFCFCF;
}

.job-article-content {
	padding : 15px 10px;
	background-color: #f1f1f1;
	min-height: 40px;
}
.job-article-content:nth-child(n+2){
    border-top: 1px solid #CFCFCF;
}

.last-job-article .job-article-content > img {
	padding-top: 0;
	padding-right: 10px;
	float: left;
}
.job-article-content .h4 {
	color: #777777;
	font-size: 16px;
	font-weight: bold;
	background: url(images/icon-loupe.png) no-repeat;
	padding-left: 30px;
	display: inline-block;
}
.job-article-content p {
	font-size: 14px;
	color: #777777;
	margin: 0;
}
.job-article-content p a {
	color: #444444;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
.job-article-content p a:hover {
	color: #f96d3c;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
	.job-article-content .h4 {
	background-image: url(images/2x/icon-loupe.png);
	background-size: 21px 21px;}
}