.page-id-47101 header.entry-header{
	display: none;
}

.lnep-banner{

	margin-bottom: 20px;
}

/* Recherche
---------------------------------------------*/

.recherche{
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #f0f0f0;
}
.recherche:after{
	clear: both;
	content: '';
	display: table;
}

.recherche-keyword,
.recherche-theme,
.recherche-secteur,
.recherche-societe{
	width: 25%;
	float: left;
	position: relative;
}

.recherche-keyword input[type="text"]{
	font-size: 15px;
	line-height: 1;
	padding: 5px 8px;
	border: 1px solid #ccc;
	background-color: white;
	vertical-align: middle;
	width: 70% !important;
	
}
.recherche-keyword input[type="submit"]{
	vertical-align: middle;
	background-image: url(images/lnep-recherche-loupe.png);
	height: 27px;
	width: 27px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px;
	border: none;
	background-color: transparent;
	vertical-align: middle;
	text-indent: -99px;
	margin: 0;
}

.recherche .liste{
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	width: 250px;
	padding: 20px 10px 10px 10px;
	top: 22px;
	left: 0;
	z-index: 2;
	border: 2px solid #d3d3d3;
	color: #333;
}
.recherche-societe .liste{
	right: 0;
	left: auto;
	width: 600px;
}

.recherche .titre{
	width: 90%;
	text-align: left;
	display: inline-block;
	color: #00ace2;
	border: 1px solid #d3d3d3;
	line-height: 1;
	padding: 5px 8px;
	font-size: 15px;
	z-index: 1;
	position: relative;
	background-color: white;
	background-image: url(images/recherche-arrow.png);
	background-position: right 5px center;
	background-repeat: no-repeat;
}
.recherche .liste input[type="checkbox"]{
	display: none;
}
.recherche ul{
	list-style: none;
	background-color: white;
	margin: 0;
}
.recherche-societe ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.recherche ul li{
	line-height: 1.3;
	_margin-bottom: 6px;
}
.recherche-societe ul li.lettre{
	font-style: italic;
	margin-top: 3px;
}
.recherche-societe ul li.societe{
	margin-left: 5px;
}
.recherche-societe ul li a{
	text-decoration: none;
}
.recherche ul li label{
	cursor: pointer;
}


.filtres{
	display: none;
	margin-top: 15px;
	margin-bottom: 15px;
}
.filtres a{
	display: inline-block;
	margin-right: 10px;
	background-color: #969696;
	color: white;
	padding: 0px 5px 2px 6px;
	border-radius: 3px;
	line-height: 1.2;
	font-size: 14px;
	text-decoration: none;
}
.filtres a:after{
	content: 'x';
	font-weight :600;
	margin-left: 10px;
	font-size: 1.2em;

}
.filtres div{
	margin-bottom: 5px;
}

/* liste articles */
.lnep-articles-container{
	display: flex;
	padding: 0;
	margin: 0 -20px;
	flex-wrap: wrap;
}

.bloc-lnep{
	flex: 0 1 auto;
   width: calc(100% * (1/3) - 40px - 1px);
	margin: 0 20px 40px 20px;
}

.bloc-lnep img{
	height: auto;
}

.bloc-lnep .lien{
	text-decoration: none;
}
.bloc-lnep .titre{
	color: black;
	font-size: 16px;
	margin-bottom: 15px;
}
.lnep-keywords > span{
	color: #777;
	_background-color: #fff32a;
	display: inline-block;
	border: 1px solid #777;
	border-radius: 3px;
	padding: 3px 5px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	margin-right: 10px;
	margin-bottom: 3px;
	cursor: pointer;
}
.lnep-keywords > span a{
	text-decoration: none;
	color: inherit;
}

/* Single article */


.single-lnep #main-primary{
	width: 100%;
}

.single-lnep article{
	width: 660px;
}
.single-lnep-aside{
	float: right;
	width: 300px;
}
.single-lnep-aside .societe{
	background-color: #f5f5f5;
	padding: 20px 10px;
	margin-bottom: 30px;
}
.single-lnep-aside .societe a{
	text-decoration: none;
}
.single-lnep-aside .societe .title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.single-lnep-aside .societe img{
	width: 90%;
	margin: auto;
	display: block;
}
.single-lnep-aside .societe .text{
	margin-top: 10px;
	color: #333;
}
.single-lnep-aside .societe .plus{
	font-size: 0.9em;
	margin-top: 8px;
	text-align: right;
}

.single-lnep-aside .articles h3{
	_border-bottom: 3px solid #fff32a;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 17px;
	background-color: #fff32a;
	padding: 5px 5px 5px 32px;
	background-image: url(../images/lnep-icon.png);
	background-size: 23px;
	background-position: left 5px center;
	background-repeat: no-repeat;
	
}
.single-lnep-aside .articles ul{
	list-style: none;
	padding-left: 0;
	margin-left: 0;

}
.single-lnep-aside .articles li{
	margin-bottom: 9px;
	font-weight: bold;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	position: relative;
}
.single-lnep-aside .articles li img{
	margin-bottom: 5px;
}
.single-lnep-aside .articles li div.title{
	position: relative;
	padding-left: 25px;
	position: relative;
}

.single-lnep-aside .articles li:last-of-type{
	border-bottom: 1px solid #999;
}

.single-lnep-aside .articles li a{
	text-decoration: none;
	color: #333;	
}

.single-lnep-aside .articles .num{
	position: absolute;
	font-size: 30px;
	left: 0px;
	color: #ccc;
}


.single-lnep h1.entry-title {
    color: #545454;
    font-size: 28px;
}


/* Single Entreprise */

.single-lnep-entreprise #main-primary{
	width: 100%;
}

.single-lnep-entreprise .societe{
	padding: 0 45px;
}

.single-lnep-entreprise article{
	width: 100%;
}

h3.lnep-entreprise-articles-title{
	font-size: 28px;
	text-align: center;
	color: #333;
	border-top: 1px solid #00ace2;
	padding-top: 20px;
	margin: 30px 50px 40px 50px;
}

.single-lnep-entreprise article .societe-logo{
	float: left;
	width: 250px;
}
.single-lnep-entreprise article .societe-text{
	margin-left: 300px;
	margin-bottom: 40px;
}
.single-lnep-entreprise article .societe-text:after{
	clear: both;
	content: '';
	display: table;
}

.single-lnep-entreprise .articles{
	display: flex;
	padding: 0 20px;
	flex-wrap: wrap;
}

.single-lnep-entreprise .articles .article{
	flex: 0 1 auto;
   width: calc(100% * (1/2) - 60px - 1px);
	margin: 0 30px 40px 30px;
}
.single-lnep-entreprise .articles .article div.image {
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	float: none;
	width: 100%;
}
.single-lnep-entreprise .articles .article div.image img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.single-lnep-entreprise .articles .article .lnep-keywords{
	margin-top: 10px;
}
.single-lnep-entreprise .articles .article a{
	text-decoration: none;
}
.single-lnep-entreprise .articles .article .title{
	font-size: 23px;
	color: #545454;
}

.single-lnep-entreprise .articles-autres{
	display: flex;
	padding: 0 20px;
	flex-wrap: wrap;
}
.single-lnep-entreprise .article-autre{
	flex: 0 1 auto;
   width: calc(100% * (1/2) - 60px - 1px);
	margin: 0 30px 40px 30px;
}

.single-lnep-entreprise .article-autre .lnep-keywords{
	margin-top: 10px;
}

.single-lnep-entreprise .articles-autres:after{
	clear: both;
	content: '';
	display: table;
}

.single-lnep-entreprise .article-autre a{
	text-decoration: none;
}
.single-lnep-entreprise .article-autre:after{
	clear: both;
	content: '';
	display: table;
}
.single-lnep-entreprise .articles-autres .article-autre .title{
	border-bottom: 1px solid #00ace2;
	color: #545454;
	padding-bottom: 5px;
	margin-bottom: 8px;
	position: relative;

	font-size: 19px;
	font-weight: bold;
}
.single-lnep-entreprise .article-autre img{
	float: left;
	width: 180px;
	margin-right: 10px;
	margin-bottom: 8px;
}
.single-lnep-entreprise .articles-autres .article-autre .excerpt{
	color: #333;
}
