#sidebar_poste .align_right,
#poste_block .align_right
{
	text-align:right;
}

#sidebar_poste
{
	float:left;
	width:350px;
	margin-right:20px
}

#sidebar_poste .sidebar_poste_block
{
	border:solid 1px #CCC;
	background-color:#f6f5f5;
	border-radius:5px;
	padding:20px;
}

#sidebar_poste .tab
{
	display:none;
}

#sidebar_poste .tab.visible
{
	display:block;
}

#sidebar_poste .sidebar_poste_title_section
{
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:15px;
	font-size:20px;
}

#sidebar_poste .sidebar_poste_tab
{
	border-radius:5px;
	overflow:hidden;
	display:table;
	width:100%;
	background-color:#ccc;
}

#sidebar_poste .sidebar_poste_tab_unit
{
	width:50%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:10px;
	color:#333;
	cursor:pointer;
	font-size:16px;
	
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#sidebar_poste .sidebar_poste_tab_unit.selected,
#sidebar_poste .sidebar_poste_tab_unit:hover
{
	background-color:#F60;
	color:#fff;
}
#sidebar_poste .entreprise_input,
#sidebar_poste .emploi_input
{
	margin-top:10px;
}

#sidebar_poste #form_emploi input[type=text],
#sidebar_poste #form_entreprise input[type=text]
{
	width:100%;
	padding:8px 10px;
	border:solid 1px #ccc;
	background-color:#FFF;
	font-size:16px;
	height:auto;
}

#sidebar_poste #form_emploi input[type=submit],
#sidebar_poste #form_entreprise input[type=submit]
{
	border-radius:5px;
	background-color:#F60;
	color:#fff;
	padding:10px 25px;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
	text-align:left;
	font-size:16px;
	
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#sidebar_poste #form_emploi input[type=button]:hover
{
	background-color:#06F;
}


#poste_block
{
	float:left;
	width:calc(100% - 370px);
}

#poste_block .poste_content_left
{
	display:table-cell;
	width:200px;
	vertical-align:middle;
}

#poste_block .poste_content_right
{
	display:table-cell;
	vertical-align:middle;
	padding-left:40px;
	width:calc(100% - 200px);
	
}

#poste_block .poste_content
{
	position:relative;
	display:block;
	width:100%;
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
	border:solid 1px #ccc;
	border-radius:5px;
	padding:20px;
	font-size:15px;
	box-shadow:0px 5px 5px -5px #CCC;
}

#poste_block .poste_content h3
{
	margin:0px 0px 3px 0px;
	font-size:20px;
	color:#F60;
	font-weight:500;
	line-height:1.2;
}

#poste_block .poste_content h3 > a
{
	
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


#poste_block .poste_content h4
{
	margin:0px 0px 10px 0px;
	font-size:15px;
	font-weight:600;
}

#poste_block .poste_content h4 > a
{
	
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#poste_block .poste_content_txt
{
	margin-left:10px;
}

#poste_block .pagination_desc
{
	text-align:right;
	margin-bottom:5px;
}

#poste_block .pagination_link
{
	margin-left:5px;
}

#poste_block .poste_voir_btn
{
	position:absolute;
	right:0;
	top:0;
	transform:translateX(101%);
	z-index:1;
	
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#poste_block .poste_voir_btn > a
{
	padding:10px 20px;
	cursor:pointer;
	font-weight:500;
	display:inline-block;
	border-left:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-bottom-left-radius:5px;
	
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#poste_block .poste_content:hover .poste_voir_btn
{
	transform:translateX(0);
}

#poste_block .warning
{
	border:solid 1px #ccc;
	border-radius:5px;
	padding:20px;
	color:#F60;
	font-weight:400;
}

#poste_block .pagination
{
	font-weight:400;
	font-size:16px;
}

#poste_block .pagination a
{
	font-weight:400;
	font-size:16px;
	
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


#poste_block .pagination a.inactive
{
	padding:10px;
	margin:0 4px;
	display:inline-block;
}

#poste_block .pagination a.inactive:hover,
#poste_block .pagination .current
{
	padding:10px;
	margin:0 4px;
	display:inline-block;
}

/* template single_entreprise */

#pm_job_listing_own_entreprise
{
	display:table;
	width:100%;
	clear:both;
}

.pm_job_listing_own_entreprise_header
{
	display:table;
	width:100%;
	clear:both;
	padding-bottom:20px;
	border-bottom:solid 3px #000;
	margin-bottom:40px;
}



.pm_job_listing_own_entreprise_header .pm_job_listing_own_entreprise_left
{
	float:left;
	width:350px;
	margin-right:40px;
}

.pm_job_listing_own_entreprise_header .pm_job_listing_own_entreprise_right
{
	float:left;
	width:calc(100% - 780px);
	margin-right:40px;
}

.pm_job_listing_own_entreprise_header .pm_job_listing_own_entreprise_right2
{
	float:left;
	width:350px;
}

.pm_job_listing_own_entreprise_header .pm_job_listing_own_entreprise_logo
{
	border:solid 1px #ccc;
	padding:20px;
	border-radius:5px;
}

.pm_job_listing_own_entreprise_content
{
	display:table;
	width:100%;
	clear:both;
	margin-bottom:40px;
}

.pm_job_listing_own_entreprise_content .pm_job_listing_own_entreprise_left
{
	float:left;
	width:calc(100% - 390px);
	margin-right:40px;
}

.pm_job_listing_own_entreprise_content .pm_job_listing_own_entreprise_right
{
	float:left;
	width:350px;
}

.pm_job_listing_own_entreprise_content .pm_job_listing_own_entreprise_block
{
	border:solid 1px #ccc;
	padding:20px;
	border-radius:5px;
}

.pm_job_listing_own_entreprise_avantages ul
{
	margin:0;
	padding:0;
	list-style:none;
}

.pm_job_listing_own_entreprise_avantages ul > li
{
	margin:0 5px 0px 0px;
	padding:0;
	display:inline-block;
}

.pm_job_listing_own_entreprise_avantages img
{
	max-width:50px;
	max-height:50px;
}

.pm_job_listing_own_entreprise_separator
{
	height:1px;
	background-color:#ccc;
	margin-top:20px;
	margin-bottom:20px;
}

.pm_job_listing_own_job_summary
{
	display:table;
	width:100%;
	clear:both;
}

.pm_job_listing_own_job_summary_left
{
	float:left;
	width:48%;
	margin-right:4%;
}

.pm_job_listing_own_job_summary_right
{
	float:left;
	width:48%;
}

.pm_job_listing_own_job_requirement_list
{
	margin:0;
	padding:0;
	list-style:none;
	font-size:0px;
}

.pm_job_listing_own_job_requirement_list > li
{
	margin:0;
	padding:0;
	display:inline-block;
	margin-right:15px;
	max-width:100px;
	font-size:13px;
	vertical-align:top;
	text-align:center;
}

.pm_job_listing_own_job_requirement_list_ico
{
	margin-bottom:5px;
}
.pm_job_listing_own_job_requirement_list_info
{
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold;
}
.pm_job_listing_own_job_requirement_list_result
{
	font-size:12px;
}

.pm_job_listing_own_section_separator
{
	height:1px;
	background-color:#ccc;
	margin-bottom:20px;
	margin-top:20px;
}
.pm_job_listing_own_entreprise_logo > a
{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
}

.pm_job_listing_own_btn,
a.pm_job_listing_own_btn
{
	border-radius:5px;
	background-color:#F60;
	color:#fff !important;
	padding:10px 25px;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
	text-align:left;
	font-size:16px;
	
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pm_job_listing_own_btn_apply,
a.pm_job_listing_own_btn_apply
{
	border-radius:5px;
	background-color:#F60;
	color:#fff !important;
	padding:10px 25px;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
	text-align:left;
	font-size:16px;
	
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pm_job_listing_own_link
{
	font-size:16px;
	font-weight:400;
}

.pm_job_listing_own_entreprise_right2 > div
{
	margin-bottom:10px;
}

#pm_job_listing_own_entreprise h1,
#pm_job_listing_own_entreprise h2,
#pm_job_listing_own_entreprise h3,
#pm_job_listing_own_entreprise h4,
#pm_job_listing_own_entreprise h5
{
	margin-top:0px !important;
}

.pm_job_listing_own_entreprise_info_title
{
	font-size:16px;
	font-weight:bold;
}
.pm_job_listing_own_entreprise_right2
{
	font-size:16px;
}

.pm_job_listing_own_entreprise_pictures ul
{
	padding:0;
	margin:0;
	list-style:none;
	font-size:0;
}

.pm_job_listing_own_entreprise_pictures ul > li
{
	padding:0;
	margin:0;
	display:inline-block;
	margin-right:10px;
	height:110px;
	width:110px;
	border:solid 1px #ccc;
	border-radius:5px;
	vertical-align:top;
	text-align:center;
	overflow:hidden;
	position:relative;
}

.pm_job_listing_own_entreprise_pictures ul > li > a
{
	display:block;
	width:100%;
	height:100%;
	padding:5px;
	white-space:nowrap;
	
}

.pm_job_listing_own_entreprise_pictures ul > li > a:before
{
	content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.pm_job_listing_own_entreprise_pictures ul > li > a:after
{
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	position:absolute;
	z-index:1;
	content:"";
	width:100%;
	height:100%;
	background:rgba(204,204,204,0);
	top:0;
	left:0;
}

.pm_job_listing_own_entreprise_pictures ul > li > a:hover:after
{
	background:rgba(204,204,204,0.3);
}

.pm_job_listing_own_entreprise_pictures ul > li img
{
	max-height:100px;
	max-width:100px;
	vertical-align:middle;
	display:inline-block;
}

.pm_job_listing_own_title
{
	font-weight:bold;
}

.pm_job_listing_own_title_separator
{
	height:20px;
}

.pm_jobs_list_col
{
	float:left;
	margin-right:4%;
}

.pm_jobs_list_col:last-child
{
	margin-right:0;
}

#wrapper .pm_jobs_list_col .fusion-checklist li.fusion-li-item.hide {
    display: none;
}



/* end template single_entreprise */


@media (max-width: 1000px)
{
	#sidebar_poste
	{
		float:left;
		width:250px;
		margin-right:4%
	}
	
	#poste_block
	{
		float:left;
		width:calc(96% - 250px);
	}
	#sidebar_poste .sidebar_poste_tab_unit
	{
		font-size:12px;
	}
}