/* Link */
.header-main .site-title a{
	color:#2d0068;
	
}

/* Thumbnail Image */
.hentry .post-thumbnail img{
	display:none;
}

/* Post Title */
#main .hentry h1{
	display:none;
}


/* Button */
.menu-wrap .btn-wrap a{
	font-weight:300;
	color:#ffffff;
	background-color:#2d0068;
	border-style:none;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	
}


/* Offre Emploi Single */

/* Entry Header */
#content .entry-header{
	display:none;
}

/* List */
.hentry .single_job_listing ul{
	display:none;
}

/* Image */
.single_job_listing .company img{
	display:none;
}

/* Company header */
.single_job_listing .company .company_header{
	display:none;
}

/* Container */
#content .container{
	transform:translatex(0px) translatey(0px);
}

/* Company */
#page #acc-content #content .container #primary #main .hentry .entry-content .single_job_listing .company{
	width:100% !important;
}

.single_job_listing .company{
	display: none !important;
}

/* Button */
#fieldset_Emploi p button{
	border-style:solid;
	border-color:#2d0068;
	background-color:#2d0068;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}

/* Button */
.single_job_listing .job_application input[type=button]{
	display:none;
}

/* Fieldset  emploi */
#fieldset_Emploi{
	background-color:#ededed;
	border-style:solid;
	border-color:#2d0068;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}

/* Fin */



/* 640px and smaller screen sizes */
@media (max-width:640px){

	/* Toggle */
	#site-navigation .toggle-btn{
		background-color:#2d0068;
		border-style:none;
		
	}
	
	/* Input */
	.search_jobs .search_submit input{
		color:#ffffff !important;
	}
}