@import "//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import "//fonts.googleapis.com/css?family=Lato:100,300,400,700,300italic,400italic,700italic,900";

/* .container
{
	width: 1170px;	
} */

:focus {
	outline: none !important;
}

html {
/*	overflow-y: scroll; */
	height: 100%;
}

body {
	color: #595959;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	line-height: 18px;
	height: 100%;
	/* padding: 70px 0 230px 0; */
	/* padding: 0; */
}

a, a:focus, a:hover
{
	color: #E76530;
}

.primary-color
{
	color: #E76530;
}

#page-wrap {
	min-height: 100%;
	height: auto;
	padding-top: 70px;
	/* padding-bottom: 30px;
	margin-bottom: -200px; */
}

#page-wrap > .container > div:first-child{
	margin-top:50px;
}

/* #page-wrap:after {
	content: "";
	display: block;
    height: 230px;
} */
/* 
footer, #page-wrap:after {
    height: 200px;
} */
footer {
    height: 200px;
    background: rgba(50, 50, 50, 0.9) none repeat scroll 0 0;
    border-top: 1px solid #000;
    clear: both;
    color: #ffffff;
    padding: 50px 0 0 0;
    margin-top:30px;
    /* margin-top: 30px; */
    /* position:absolute;
    bottom: 0;
    width: 100%; */
}

@media (max-width: 767px) {
	footer {
		height: initial;
		padding: 20px 0 10px 0;
	}
}

/* img {
    transition: all 0.5s linear 0s;
}
 */
input, select, textarea {
    /* border-radius: 0 !important; */
}
/* 
ul, ol {
    list-style: outside none none;
}
 */
footer ul, footer ol {
    list-style: outside none none;
    padding: 0;
}

.breadcrumb {
	margin-top:15px;
}

h2.page-header {
	margin-top: 50px;
	margin-bottom: 30px;
	border-bottom:0;
}

h5 {
    color: #464646;

    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 18px;
}

h6 {
    color: #464646;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 8px;
    text-transform: uppercase;

    font-family: inherit;
    margin-top: 0;
    position: relative;
}

.modal-header {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #666;
    /* color: white; */
}

hr {
    clear: both !important;
}

.add-cursor {
    cursor: pointer;
}

.clearfix {
    clear: both !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-vert {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-padding-horiz {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-fixed-top {
    background: #f7f7f7;
    /* background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #464646 !important; */
}

#topBloc {
    height: 72px;
    padding: 0 20px 0 30px;
    width: 100% !important;
    z-index: 1003 !important;
}

#mainMenu a {

    transition: all 0.3s ease 0s;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    padding: 0;
}

#mainMenu > ul > li > a {
    background: transparent none repeat scroll 0 0;
    /* color: #666; */
    /* color: #4F4F51; */
    color: #000;
}

@media (min-width: 768px) {
	#mainMenu {
	    float: right;
	    position: static;
	}

	#mainMenu > ul {
	    clear: both;
	    margin: 0;
	    padding: 0;
	    width: 100%;
	    z-index: 999;
	}

	#mainMenu > ul::before, #mainMenu > ul::after {
	    content: "";
	    display: table;
	    line-height: 0;
	}

	#mainMenu > ul::after {
	    clear: both;
	}

	#mainMenu > ul > li {
	    display: block;
	    float: left;
	    position: relative;
	}

	#mainMenu > ul > li + li {
	    margin-left: 0;
	}

	#mainMenu > ul > li > a {
	    background: transparent none repeat scroll 0 0;
	    /* color: #666; */
	    /* color: #4F4F51; */
	    color: #000;
	    cursor: default;
	    display: block;
	    font: 15px/30px "Lato", sans-serif;
	    padding: 20px 20px;
	    position: relative;
	    z-index: 100;
	}

}

#mainMenu > ul > li > a[href] {
    cursor: pointer;
}

#mainMenu > ul > li > a:hover, #mainMenu > ul > li > a.active {
    /* background: #464646 none repeat scroll 0 0;
    color: #ffffff; */
	color: #E76530;
}

#mainMenu > ul > li:hover > a {
    /* background: #464646 none repeat scroll 0 0;
    color: #ffffff; */
    color: #E76530;
}

#mainMenu > ul > li.parent > a::after, #mainMenu > ul > li.parent > a::after {
    color: inherit;
    content: "?";
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 0;
    margin-left: 3px;
}
/* 
#mainMenu a.navLinkEspace {
    background: orange none repeat scroll 0 0;
    border-radius: 8px 8px 0 0;
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    margin: 41px 0 0 5px;
    padding: 7px 10px !important;
    text-shadow: 1px 1px 0 #333;
}

#mainMenu a.candidats {
    background: #464646 none repeat scroll 0 0;
}

#mainMenu a.employeurs {
    background: #464646 none repeat scroll 0 0;
} */

#mainMenu a.active {
	color: #E76530;
    /* background: #ff6600 none repeat scroll 0 0 !important;
    box-shadow: 0 -2px 2px rgba(50, 50, 50, 0.4) inset; */
}

/* #mainMenu li.menuSpacer {
	width: 25px;
	height: 70px;
} */
@media screen and (max-width: 767px){
	.navbar-nav .open .dropdown-menu .dropdown-header, 
	.navbar-nav .open .dropdown-menu>li>a
	{
		padding-left: 40px
	}
}



/*768 pixels et plus petit*/
@media screen and (max-width: 768px){
#titre-haut-de-page{
    width: 100%;
    font-size: 15px;
    text-align: center;
    position: absolute;
    top: 25px;
}

}
/*768 pixels et plus petit*/

@media screen and (min-width: 769px) and (max-width: 1199px) {
#titre-haut-de-page{
    width: 100%;
    font-size: 24px;
    text-align: center;
    position: absolute;
    top: 25px;
    padding-right:150px;
}

}

@media screen and (min-width: 1200px) {

	#titre-haut-de-page{
	    width: 100%;
	    font-size: 48px;
	    text-align: center;
	    position: absolute;
	    top: 25px;
	}

}
.tab-content {
    background: #ffffff none repeat scroll 0 0;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 15px;
    margin-bottom: 25px;
}
.tabs-up li {
	margin-right: 5px;
	margin-left: 5px;
}

.nav-tabs > li > a {
   /*  border-width: 1px 1px 0 1px; */
    border-color: #ddd;
    color: #555; /* */
    background: #eee;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    margin: 0;
    margin-right:10px;
}

/* 

.nav-tabs {
    border: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #fff;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    color: #555;
    cursor: default;
}

@media (max-width: 767px) {
    .nav-tabs > li > a {
        padding: 5px !important;
    }
}

.tabs-up {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;

}

.tabs-up li[aria-expanded=true] {
	margin-bottom: -1px;
}


.nav-tabs > li > a:hover {
    color: #464646;
    background-color: white;
}
 */
.signupPanel {
   /*  margin: -10px !important; */
    overflow: hidden;
}
.banner {
	margin-top: -30px;
	margin-bottom: 30px;
}

#banner_home .container{
	background-color: rgba(255,255,255,0.85);
	margin-top: 65px;	
}

#banner_employers {
	background-image:url(/images/fond-employeurs.jpg);
	/* background-position: right top; */
	height: 500px;
	border-top: 1px solid #fff;
}

/*
 *	Top & Banner
 */
/* 
.navbar-brand > img.hidden-xs {
    height: 50px;
    margin: 3px;
    margin-top: 10px;
    padding: 0;
}
.navbar-brand > img.visible-xs {
    height: 32px;
    margin: 3px;
    padding: 0;
} */
 
 
#banner_home {
	/* background-image:url(/images/fond-candidats_6.jpg);
	background-repeat: no-repeat;
	background-position: 0px 115px;
	height: 594px; */
	margin-top:30px;
	border-top: 1px solid #fff;
	position:relative;
	
}

/* #banner_home img.img-responsive {
	margin-top:20px;
} */

#banner_home h1 {
		/* position:absolute; */
	margin-bottom: 30px;
	margin-top: 0;
	line-height: 50px;
	width: 100%;
	margin-left: 0;
	text-align:center;
}

#banner_home p {
		/* position:absolute; */
}

#banner_home img {
		/* position:absolute; */
	margin-top: 0;
}

@media (min-width: 300px) {
	/* #banner_home .img-responsive {
		margin-top:20px;
	} */

	#banner_home p {
			position:relative; /* */
	}

	#banner_home p a{
			position:absolute; /* */
			right: 0;
			bottom:-30px;
	}
}

@media (max-width: 768px) {
	#banner_home h1 {
		margin-bottom: 30px;
		font-size:30px;
	}
}

@media (min-width: 768px) {
	.navbar-brand > img.hidden-xs {
		height: 35px;
		margin: 3px;
		margin-top: 10px;
		padding: 0;
	}

	#banner_home h1 {
		font-size:30px;
		margin-bottom:20px;
		margin-left:50px;
	}
	#banner_home p {
	}
	#banner_home p a{
			bottom:-40px;
	}
	
	 /* #banner_home {
		background-image:url(/images/fond-candidats_6_md.jpg);
		background-repeat: no-repeat;
		background-position: 0px 95px;
		height: 594px;
		border-top: 1px solid #fff;
	}

	#banner_home p {
		margin-top: 130px;
	}*/
}
@media (min-width: 830px) {
	.navbar-brand > img.hidden-xs {
	    height: 50px;
	}
}
@media (min-width: 992px) {
	/* #banner_home {
		background-image:url(/images/fond-candidats_6_md.jpg);
		background-repeat: no-repeat;
		background-position: 0px 95px;
		height: 594px;
		border-top: 1px solid #fff;
	} */
	#banner_home h1 {
		    position: absolute;
		    left: 373px;
		    width: 404px;
		margin-left: 0;
		margin-top: 30px;
	}

	#banner_home p {
		margin-top: 130px;
	}
	
	#banner_home p a{
		bottom : -80px;
	}
}
@media (min-width: 1200px) {
	/* #banner_home {
		background-image:url(/images/fond-candidats_7.jpg);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 580px;
		border-top: 1px solid #fff;
	} */
	#banner_home h1{
		/* width: 100%; */
		font-size:36px;
		left:504px;
		margin-left: 0;
	}

	#banner_home p {
		margin-top: 90px;
	}
}



@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}



#home-ads-container
{
    margin-top: 0px;
    /* margin-top: 30px; */
}

#loginPanel {
    /* margin: -10px !important; */
    overflow: hidden;
}

#banner_home .btn,
.modal-footer .btn
 {
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 10.5px 36px;
}

.modal-footer .btn-xs {
    border: medium none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    padding: 4px 10px;
    text-transform: uppercase;
}

/* form .btn {
    background: #464646 none repeat scroll 0 0;

} 

form .btn:hover {
    background: #ff6600 none repeat scroll 0 0;
}


.controls {
	line-height: 39px;
}
*/

.btn-info {
    background: #ff6600 none repeat scroll 0 0;
    color: #ffffff;
}

h1.heading-style-4, h2.heading-style-4, h3.heading-style-4, h4.heading-style-4, h5.heading-style-4, h6.heading-style-4 {
    color: #E76530;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
   /*  text-transform: uppercase; */
}

.item_img a:hover img, .category_img a:hover img, .item_img a:hover .BWfade, .category_img a:hover .BWfade {
    opacity: 1 !important;
    /*transform: scale(1.1) !important;*/
}

.item_img, .category_img {
    font-size: 0;
    height: 80px;
    line-height: 0;
    margin: 0 0 5px;
    overflow: hidden;
    position: relative;
}

.item_img img {
    max-height: 100px;
    max-width: 220px;
}

.annonceHomeBloc {
    border: 0 solid #efefef;
    box-shadow: 1px 1px 3px #999;
    height: 150px;
    margin: 0 0 20px;
    padding: 10px;
    text-align: center;
}

.item_content {
    position: relative;
    height: 40px;
}

.item_content a {
    position: absolute;
    bottom: 0;
}


.moduletable::before, .moduletable::after {
    content: "";
    display: table;
    line-height: 0;
}

.moduletable::after {
    clear: both;
}

.moduletable::before, .moduletable::after {
    content: "";
    display: table;
    line-height: 0;
}

.blocFilter {
    background: #464646 none repeat scroll 0 0;
    border-radius: 10px;
    border-top: 1px solid #666;
    clear: both;
    padding: 20px;
    margin-bottom: 25px;
}

.blocFilter input {
    border: 1px solid #666;
}

footer a {
    color: white;
}

input.error {
    border-color: red;
}

div.error {
    color: red;
}

table.bigTable {
    /* border: 2px solid #464646; */
    background-color: transparent;
    border-image: none;
    border-radius: 0;
    border-spacing: 0;
    max-width: 100%;
    width: 100%;
}

td .candidat-det-bloc button.btn {
    font-size: 12px !important;
    width: auto;
}

table.bigTable .btn.btn-xs {
    width: auto;
	margin:1px
}

table .actions a {
	margin:0 5px;
}

table .actions a.activate {
	opacity: 0.6;
	/* color: #9AC1E2; */
}


@media (max-width:767px) {
	table.bigTable th {
		font-size: 12px !important;
		font-weight: 600 !important;
		line-height: 14px !important;
		padding: 5px !important;	
	}
}

.container .blocFilter col-xs-4 select{
	max-height: 100% !important;
}
	
/* table.bigTable {
		border-radius:4px 4px 0 0;
} */

table.bigTable .btn {
    font-size: 11px !important;
    width: 90px;
}

table.bigTable img {
    border: 2px solid #e0e0e0;
}

/* table.bigTable tr td {
    border-bottom: 1px solid #dcdfe1;
    padding: 25px;
} */

table.bigTable tr td {
    border-bottom: 1px solid #eee /* #dcdfe1 */;
    padding: 10px;
}

table.bigTable th {
    background: #464646 none repeat scroll 0 0;
    border-bottom: medium none;
    color: #ffffff;
    
    background: #eee none repeat scroll 0 0;
    color: inherit;
    
    
    
    /* 
    font-size: 16px;
    font-weight: 900;
    line-height: 18px; 
    text-transform: uppercase;
    */
    padding: 10px;
}

table.bigTable th:first-child {
	border-radius: 4px 0 0 0;
}

table.bigTable th:last-child {
	border-radius: 0 4px 0 0;
}

input.loadingState, textarea.loadingState {
    background: url(../images/spinner.gif) no-repeat center right;
}

select.loadingState {
    background: rgba(0, 0, 0, 0) url("../images/spinner.gif") no-repeat scroll 90% center;
}

.singleupload {
    /* border: 0 solid #ccc;
    box-shadow: 1px 1px 3px #eee; */
    cursor: pointer;
    height: 150px;
    line-height: 92px;
    text-align: center;
    width: 250px;
    margin-bottom:15px;
    position:relative;
}

.singleupload img {
    max-height: 150px;
    max-width: 200px;
}

.form-item {
    clear: both;
    margin: 0 10px 20px 0;
}

.form-item input {
    clear: both;
}

/* .professionList
span
{
    font-weight: 700;
} */
/* 
.profileBloc {
    padding: 0 5px 10px;
} */
/* 
.profileBloc label {
    border: medium none;
    color: #464646;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
    padding: 0 0 4px;
    text-align: left;
} */
/* 

.editable-submit, .editable-cancel {
    padding: 5px !important;
}
@keyframes warningPulse {
    0% { background-color: transparent; }
    50% { background-color: #FFBBA2; }
    100% { background-color: transparent; }
}

.editable-empty, .empty-warning
{
    animation: warningPulse 1.5s ease-out infinite;
}

.editable-input textarea {
    height: 110px;
    max-width: 300px !important;
	width:auto;
}
 */
/* .cv-img-wrapper
{
    text-align: center;
}

.badge-wrapper{
    position: relative;
}

.badge-container{
    position: absolute;
    top: -60px;
    right: 5px;
    z-index: 999;
    color: white;
}

.badge-content{
    text-align: center;
    width: 20px;
    border-radius: 10px;
    background-color: red;
} */

.annonce-candidat
{
    margin: 10px;
    padding: 15px;
    background-color: #f9f9f9;
    border: 2px;
    border-color: black;
}

.postulation-message,
.postulation-reponse{
    background-color: #f9f9f9;
    border: 2px;
    border-color: black;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    min-height: 40px;
}

.postulationListe-candidat-message,
.postulationListe-candidat-feedback,
.postulationListe-buttons,
.candidat-postulations
{
    display: inline-block;
    width: 24%;
    padding: 3%;
    vertical-align: top;
    background-color: #d9d9d9;
    min-height: 120px;
}

.close[data-dismiss=modal], .close-pdf{
    color: #ff6600 !important;
    opacity: 1 !important;
}
.close-popin{
    color: #000 !important;
    opacity: 0.8 !important;
}
.close:hover,
.close-pdf:hover,
.close-popin:hover
{
    opacity: 1 !important;
}
/* 
.close-pdf
{
    float: right;
    margin-bottom: 10px;
} */
/* 
.modal-body-pdf
{
    display: none;
}

.cvReader-readBloc {
    background-color: white;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 1px;
    padding: 5px;
    margin-top:20px;
} */

/* .cvReader-readBloc table {
    clear: both;
    font-size: 13px !important;
    margin: 15px 0;
}

.cvReader-readBloc table td {
    padding: 0 !important;

}

.cvReader-readBloc table {
    padding: 0 !important;
    margin: 0 !important;

}

.cvReader-readBloc table .left-td {
    width: 225px !important;
}

.cvReader-readBloc table .right-td {

}

.crReader-heading {
    background: #464646 none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    color: white;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 0;
    padding: 10px;
    text-shadow: 1px 1px 1px #333;
}

.tdPic {
    box-shadow: 3px 3px 6px #eee inset;
    text-align: center;
}

.tdPic img {
    border: 3px solid #464646;
    box-shadow: 1px 1px 3px #aaa;
    margin: 5px;
    max-height: 300px;
    max-width: 200px;
}

.but-edit {
    visibility: hidden;
    margin: 0;
}

.butPdf-cvEditor {
    border: 0 solid #000;
    box-shadow: 1px 1px 3px #aaa;
    margin: 25px;
} */

/* .cvReader-Bloc {

} */

/* .cvReader-Bloc:hover {
    background-color: #efefef;
} */

/* .cvReader-Bloc:hover .but-edit {
    visibility: visible;
} */

/* .cvReader-editBloc {
    background: #efefef none repeat scroll 0 0;
    box-shadow: 1px 1px 3px #ccc inset;
    clear: both;
    overflow: hidden;
    padding: 10px 5px;
} */

/*.cvReader-editBloc div {
    padding: 1px !important;
} */

.editable-click, a.editable-click, a.editable-click:hover {
    display: block !important;
    text-decoration: none;
    border-bottom: none !important;
    width: 100%;
}

.modal-dialog {
    margin: 30px auto;
    /*  width: auto !important;*/
}

.modal-footer {
    clear: both;
}

.answer {
    background: white none repeat scroll 0 0;
    box-shadow: 1px 1px 3px #aaa;
    clear: both;
    display: none;
    padding: 10px;
    position: absolute;
    width: 520px;
    z-index: 5000;
}

.btn-xs {
    font-size: 12px !important;
    padding: 4px 10px !important;
}

.offre-candidat-holder {
    background-color: #fafafa;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px !important;
}

.candidat-item {
    background: white none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    box-shadow: 1px 1px 3px rgba(150, 150, 150, 0.2);
    margin: 0 5px 2px 0;
    padding: 10px;
    position: relative;
	/* min-height: 180px; */
}

.docList-bloc {
    background: white none repeat scroll 0 0;
    border: 1px solid #aaa;
    box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.3);
    padding: 10px;
    /*position: absolute;
    right: 0;
    top: 0;
    z-index: 50;*/
	float:right;
    display: none;
    min-width: 145px;
}

.candidat-item .docList-bloc .docList-item {
    border-bottom: 1px solid #f1f1f1;
    font-size: 12px;
    margin: 3px -5px;
}

.candidat-item .docList-heading {
    background: #efefef none repeat scroll 0 0;
    color: #464646;
    font-size: 15px;
    font-weight: 700;
    margin: -10px -10px 5px;
    padding: 5px;
    text-shadow: 1px 1px 0 #fff;
}

.candidat-item .docList-heading i {

}

.company-logo-container
{
    text-align: center;
}

.candidat-img-bloc {
    border: 2px solid #eee;
    float: left;
    margin: 0 5px 0 0;
	max-width: 20%;
}
.candidat-img-bloc img{
	width:100%;
	max-width: 120px;
}

.candidat-det-bloc {
    /* overflow: hidden; */
	position:relative;
	margin-left: 136px;
}
@media (max-width: 480px){
	.candidat-det-bloc {
		float: left;
		width: 100%;
	}
    .tabs-up li{
        width: 100%;
    }
}

.offre-candidat-holder{
	font-size: 12px;
}

.candidat-det-bloc h6 {
	display: inline-block;
}

.candidat-det-bloc p {

}

.candidat-det-bloc a {

}

.condensedRow td {
    padding: 10px !important;
}

.homeBg {
    background: rgba(0, 0, 0, 0) url("/images/slide-4.jpg") no-repeat scroll 0 0;
    background-size: 100% auto;
	height: 440px;
}

.btn i {

}


.annonceTitreBloc {
    border-style: solid;
    border-width: 3px 0;
    color: #464646;
    padding: 10px 0;
    text-align: center;
}

.carousel {
    /* border-bottom: 1px solid #000;
    box-shadow: 0 3px 4px rgba(50, 50, 50, 0.5); */
}

.annonceEditor-heading {
    background: #464646 none repeat scroll 0 0;
    color: white;
    margin: 25px 0 0;
    padding: 15px;
}

.annonceEditor-heading:first-child {
	margin-top: 0;
}

#annonceBody h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 13px 0;
    padding: 0;
}

#annonceBody #modalContent {
	padding-bottom: 20px;
}

#postulationDataHolder {
	padding: 0 20px 20px;
}

.errorMessage {
    color: red;
    font-size: 12px;
}

.btn-primary {
    background-color: #434343 !important;
}

.btn-danger {
    background-color: #E76530 !important;
}

.img-circle {
    border-radius: 5% !important;
}

.tab-content .pagination > .active > a {
    background-color: #333333;
    border-color: #333;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.modal-content {
    border: 5px solid #ef6c00;
    overflow: hidden;
}

footer a:hover {
    color: #ff6600;
}

.jobactif-cg,
.jobactif-cg:hover
{
    color: #ff6600;
}

.checklistItem {

}

.checklistItem label {
    font-size: 11px;

}

.checklistItem input {
    float: left;
    margin: 0 4px;
}

.profileBloc fieldset {
    background: #efefef none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.1) inset;
    margin: 60px 0;
    padding: 15px;
}

.profileBloc fieldset legend {

}

#annonceBody h2 {
    margin: 0;
    text-align: center;
}

#annonceBody figure {
    max-height: 150px;
    margin: 0;
    padding: 2px;
    text-align: center;
}

#annonceContent {
	padding: 0 25px 25px;
}

#headerAnnonce {
    text-align: center;
}

#headerAnnonce h2 {
    margin: 25px 15px;
}

#headerAnnonce img {
    padding: 2px;
}

.checklistgroup {
    display: none;
}

.blocImgAnnonce {
    height: auto;
}

/* .blocImgAnnonce img {
    max-width: 650px;
    max-height: 150px;
} */

.radiolistItem {
    float: left;
    width: 240px;
}

.radiolistItem:hover {
    background-color: #fafafa;
}

.radiolistItem input {
    /* float: left;
    height: auto;
    width: auto; */
}

.radiolistItem label {
    cursor: pointer;
    float: left;
    font-size: 13px;
    font-weight: normal;
    margin: 2px 0 0 5px;
    width: 199px;
    vertical-align:bottom;
}

.checkListBloc {
    display: none;
    margin: 0 0 10px 15px;
    overflow: hidden;
}

.checkListTogleBut {
    cursor: pointer;
    display: block;
}

.checkListTogleBut:hover {
    background-color: #efefef;
}

.annonceListTitle {
    color: black;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.columnSorter span{
	background-image: url(chosen-sprite.png);
	background-repeat: no-repeat;
	background-position: -10px -0px;
	display: inline-block;
	height: 20px;
	width: 10px;
}
.columnSorter.asc span{
	background-position: -0px -0px;
}
.columnSorter.desc span{
	background-position: -20px -0px;
}

.break_word {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}
.no-border-bottom{
	border-bottom: none !important;
}
.label-cv{
	font-weight: bold;
	vertical-align:top;
	color:#336
}
.text-right{
	text-align: right;
}
img.photoCV{
	max-width: 200px;
}
#photoEditeurDiv{
    margin-top: 5px;
}

#photoRemoverDiv{
    margin-top: 5px;
}

/* input[type=text],input[type=number],input[type=date],input[type=email],input[type=password]{
	height: auto !important;
} */
.btn-important {
	background: #ee1414 none repeat scroll 0% 0% !important;
	font-size: 16px !important;
}
.btn-important:hover {
	background: rgb(255, 68, 68) none repeat scroll 0% 0% !important;
}
article.annonceHomeBloc{
	background-size: 0;
}
@media (max-width: 767px) {
    article.annonceHomeBloc{
        background-size: 100% !important;
		background-position: 50% 50%;
		background-repeat: no-repeat;
    }
	article.annonceHomeBloc H4 {
		background-color: rgb(64,64,64);
		background-color: rgba(64,64,64,0.8);
		
		-webkit-border-radius: 3px; 
		-moz-border-radius: 3px; 
		border-radius: 3px;
	}
	#friends.nav{
		margin-bottom: 25px;
	}
	#friends.nav li{
		width: 100% !important;
	}
	#filtre_offre{
		position: relative;
		top: 128px;
		padding-top: 2px;
		width: 100%;
		border: 2px solid rgb(70, 70, 70);
		border-bottom: 0px solid gray;
	}
	#postulationsPanel table td{
		display: block;
	}

    div.navbar-header{
        height: 50px !important;
    }
    .navbar-brand
    {
        height: 50px !important;
    }
    .navbar-brand img
    {
	    height:40px;
	    margin-top: 5px;
    }
    #page-wrap {
	    padding-top:50px;
    }

    .homeBlocAuth
    {
        position: relative;
        top: -20px;
    }

    #home-ads-container
    {
        margin-top: 0px;
    }

    .postulationListe-candidat-message,
    .postulationListe-candidat-feedback,
    .postulationListe-buttons,
    .candidat-postulations
    {
        width: 100%;
        margin-top: 5px;
    }
}
#homeAnnonceHolder{
	padding-top: 5px
}
h6.annonce_avec_candidat{
	cursor: pointer !important;
}
.candidat-det-bloc .buttons-docs{
	float:right;
    min-width: 145px;
}
.candidat-det-bloc .btn{
	display: block;
}
#postulationsPanel table td{
	border-right: 2px solid rgb(70,70,70) !important;
}
.candidat-buttons{
	width: 100% !important;
    margin-bottom: 2px;
}



.dropDownNationalite {
	width: 100%
}

.panel-body > .panel:last-child {
	margin-bottom: 0;
}
.row.half-space {
	margin-left: -7px;
	margin-right: -7px;
}

.row.half-space > *[class^="col-"], .row.half-space > *[class*=" col-"] {
	padding-left: 7px !important;
	padding-right:7px !important;
}

#pers_data hr {
	margin-top: 5px;
}


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.ajaxFieldHolder.type_radioBool{
	display:inline-block;
}

.titre_obtenu span{
	margin-right:10px;
}
.ajaxFieldHolder.type_radioBool label{
	margin: 0 10px;
	font-weight: normal;
}

textarea.form-control {
    height: 60px;
}

.margin-bottom-15{
	margin-bottom: 15px;
}

.postulationListe-annonce {
	margin: 25px 0;
}

.postulationListe-annonce-title{
	padding: 0 5px 5px 10px;
}

/* .modal-header .close {
    margin-top: -15px;
}
 */
.inline-block {
	display: inline-block;
}
input[type=checkbox]{
	vertical-align: middle;
	margin: 0;
}
.mce-path-item {
	display:none
}

.bigTable th.actions,
.bigTable td.actions {
	width:95px;
	text-align:center;
}

.chosen-container{
	width:100% !important;
}
/* #checkFormChanges .modal-header .close {
    margin-top: 2px;
} */

/* .fa-2 {
	font-size: 2em;
} */

.pagination>.active>a,
.pagination>.active>a:hover {
	background-color: #595959;
	border-color: #595959;
}

.pagination>li>a {
	color: #595959;
}
.pagination>li>a:hover {
	color: #595959;
}

/*
 *
 */
.checkListTitle 
{
	cursor: pointer;
	margin-top:8px;
}

.checkListTitle i
{
	float:left;
	margin-top: 3px;
}

.checkListTitle span
{
	display:block;
	margin-left:15px;
}


.checkList 
{
	padding-left:20px;
	display:none;
}

.checkList label 
{
	display:block;
	font-weight:normal;
	cursor: pointer;
}

.checkList label:hover 
{
	background-color: #efefef;
}

.checkList input[type=checkbox] 
{
	float:left;
	margin-top: 3px;
}

.checkList span 
{
	font-weight: normal;
	display: block;
	margin-left: 20px;
}

.checkListTitle i.fa {
	margin-right:5px;
}


/*
 *	Inspired by profile page
 */
.main-panel 
{
	margin-bottom:40px;
}

.panel
{
	margin-bottom: 15px;
	border:1px solid #f1f1f1;
	background-color: #fafafa;
	border-radius:5px;
	padding:15px;
	box-shadow: none;
}

.panel.panel-default
{
	background-color: #fff;
}

.panel .block {
	background-color: #fff;
	border:1px solid #f1f1f1;
	border-radius:5px;
	padding: 10px;
	margin-top: 15px;
	
}

.panel .block:first-child {
	margin-top: 0;
}

.row.thin {
	margin-left:-5px;
	margin-right:-5px;
}

.row.thin .col-xs-6,
.row.thin .col-sm-6,
.row.thin .col-sm-4,
.row.thin .col-sm-8

{
	padding-left:5px;
	padding-right:5px;
}


/*
 *	Profile resume
 */
/*
 *	Profile
 */
/* bloc*/
.personnel-bloc
{
    margin-bottom: 40px;
}

.personnel-bloc .picture
{
    border:1px solid #f1f1f1;
    height:222px;
    border-radius:5px;
}

.personnel-bloc .picture img
{
    border-radius:5px;
    /* height:157px; */
}

.personnel-bloc .form-container{
    position: absolute;
    z-index: 1051;
    border-radius: inherit;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;    
}
/*Ancien bloc*/

.profile-bloc
{
	margin-bottom: 40px;
}

.profile-bloc .picture
{
	border:1px solid #f1f1f1;
	height:222px;
	border-radius:5px;
}

.profile-bloc .picture img
{
	border-radius:5px;
	/* height:157px; */
	height:220px;
}

.profile-bloc .form-container{
	position: absolute;
	z-index: 1051;
	border-radius: inherit;
	padding: 10px;
	width: 100%;
	background-color: #fff;
	top: 0;
	left: 0;	
}

.profile-resume 
{
	background-color: #fff;
	border:1px solid #f1f1f1;
	border-radius:5px;
	margin-left:15px;
	padding: 15px;
	min-height: 222px;
	float:left;
	width: 704px;	
}

@media (min-width: 768px) { 
	.profile-resume 
	{
		width: 499px;	
	}	
}

@media (min-width: 992px) {
	.profile-resume 
	{
		width: 454px;	
	}	
}

@media (min-width: 1200px) {
	.profile-resume 
	{
		width: 654px;	
	}	
}



.profile-resume a,
.profile-resume a:focus,
.profile-resume a:hover
{
	color: #595959
}

.profile-resume p
{
	margin-bottom: 0;
}
.profile-resume .profile-fullname
{
	font-size:20px;
	margin-bottom:5px;
	font-weight: bold;
	color: #000;
}

.profile-resume .profile-position
{
	font-size:20px;
	margin-bottom:23px;
	font-weight: bold;
	color: #E76530;
	
	margin-top:8px;
	margin-bottom:20px;
}

.profile-resume p:last-child
{
	margin-bottom: 0;
}

.profile-resume .profile-label
{
	display:inline-block;
	width:130px;
}

@media (min-width: 1200px) {

	.profile-resume .combodate .month 
	{
		width: 144px !important;
	}
}



.additional-info {
	background-color: #fff;
	border:1px solid #f1f1f1;
	border-radius:5px;
	padding: 10px;
}
@media (max-width: 991px) {
	.additional-info {
		margin-left: 0;
		margin-top: 15px;
		width:100%;
	}
}

@media (min-width: 992px) {
	.additional-info {
		width:250px;
		min-height: 159px;
		margin-left:15px;
		min-height: 222px;
	}
}
.additional-info .combodate select 
{
	margin-top: 3px;;
}

.additional-info p.libelle,
.panel .block    p.libelle
{
	margin-bottom:3px;
	font-size:12px;
}

.additional-info p.value,
.panel .block    .value
{
	padding-left:10px;
	font-weight:bold;
	margin-bottom:10px;
}

@media (min-width: 992px) {
	.additional-info p.value{
		margin-bottom:41px;
	}
}


.add-info.permisdec img {
	margin-right:10px;
	opacity: 0.8;
}

.additional-info .add-info.typermis p:last-child,
.panel .block    p.value:last-child,
.panel .block    .list:last-child .value
{
	margin-bottom: 0 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
	.additional-info p.value
	{
		margin-bottom: 0;
	}
}
span.ellipsis 
{
	font-size:12px;
	font-weight:normal;
}




.add-info.permisdec p.value::after {
	content : ' ';
	display:block;
	clear: both;
}


#employer-home-panels .panel
{
	text-align:center;
}

#employer-home-panels .home-panel a
{
	text-decoration: none;
	color: #E76530;
}

#employer-home-panels .home-panel a .panel
{
	color: #E76530;
}

#employer-home-panels .home-panel a:hover .panel
{
	color: #E97341;
	background-color:#fdfdfd
}

.home-icon {
	font-size:150px;
}

a.disabled
{
	cursor: not-allowed;
	opacity:0.6;
}

.simple-labels label
{
	font-weight: normal;
}

#links-social-networks
{
	font-size: 30px;
}

#links-social-networks a
{
	padding: 10px;
	margin:0 5px;
	display: inline-block;
	border-radius: 10%;
	height: 50px;
	width: 50px;
}

#links-social-networks a.linkedin
{
	color: #fff;
	background-color: #0084bf;
}

#links-social-networks a.linkedin:hover
{
	color: #fff;
	background-color: #0073b1;
}
#links-social-networks a.facebook
{
	color: #fff;
	background-color: #4267B2;
}

#links-social-networks a.facebook:hover
{
	color: #fff;
	background-color: #3B5C9F;
}
@media (max-width: 767px)
{
	#links-social-networks
	{
		font-size: 20px;
	}
	
	#links-social-networks a
	{
		padding: 9px;
		height: 36px;
		width: 36px;
	}
}

/*
 *
 */
#searchAnnonces
{
	display:table;
	width:100%;
}

#searchAnnoncesFields,
#searchAnnoncesButton
{
	display: table-cell;
}

#searchAnnoncesFields
{
	width: 100%;
}

#searchAnnoncesButton
{
	padding-left:30px;
	/* width: 10px; */
}

@media (max-width: 767px)
{
	#searchAnnonces,
	#searchAnnoncesFields,
	#searchAnnoncesButton
	{
		display: block;
		padding: 0;
	}
	
	#canton_chosen,
	#searchAnnonces .form-control
	{
		margin-bottom: 15px;
	}
	
	#searchAnnonces .btn
	{
		display:block;
	}
}


.label-file {
    cursor: pointer;
    color: #00b1ca;
    font-weight: bold;
}
.label-file:hover {
    color: #25a5c4;
}

#file {
    display: none;
}






















