.contenuPage:not(#gabarit_mobile_contenuPage) { 
	padding-bottom:5px;
	display: grid;
	grid-gap: 0 3px;
	grid-template-columns: auto 300px;
	grid-auto-rows: minmax(0, auto);
	align-items: center;
	grid-template-areas: 'annonce_article indexBox_menu' 
		'. indexBox_menu';
}

.contenuPage:not(#gabarit_mobile_contenuPage) article { position:relative; grid-area: annonce_article; align-self: start; }

.contenuPage:not(#gabarit_mobile_contenuPage) #colonneDroite { grid-area: indexBox_menu; align-self: start; }

.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_entete, 
.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_action, 
.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_details, 
.contenuPage:not(#gabarit_mobile_contenuPage) #offreForm {  
	border: 1px solid #b0b0b0;
	padding: 0 10px 30px;
	background:#fff;
	text-align: left;
	position: relative;
}
.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_details { padding: 0; line-height:1.5; }
.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_details div.englobe_ad { margin-top: 50px; }
.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_details div.englobe_ad:first-child { margin-top: 0; }
.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_details div p { margin-bottom:20px; }
.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_details div div { margin-bottom:16px; padding: 2px 16px; }

.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_details p.boutonFinal {
	padding-top:15px;
	margin-bottom:40px;
	text-align:center;
}
.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_details p.boutonFinal a.btnActionAnnonce { 
	background: #37984f url(https://forum.developpez.be/images/buttons/newbtn_middle.png) repeat-x left top;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius:0;
	border-radius:0;
	display:block;
	width:100%;
	padding:8px 20px;
	margin:30px 0 40px;
	font-size:14px;
	border: 1px solid green;
	border-left:0;
	border-right:0;
}

.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_entete {  
	display: grid;
	grid-gap: 0 3px;
	grid-template-columns: auto 200px;
	grid-auto-rows: minmax(0, auto);
	align-items: center;
	grid-template-areas: 
		'a_entete_h1 a_entete_entreprise' 
		'a_entete_ref a_entete_entreprise' 
		'a_entete_chapeau a_entete_entreprise'
		'a_entete_approuve a_entete_entreprise'
		'. a_entete_entreprise';
	padding-bottom:20px;
}
.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_entete h1 { grid-area: a_entete_h1; }
.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_entete #refAnnonce { grid-area: a_entete_ref; }
.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_entete .chapeau { grid-area: a_entete_chapeau; }
.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_entete .approuverPar { grid-area: a_entete_approuve; }
.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_entete #enteteEntrepriseAnnonce { 
	grid-area: a_entete_entreprise; 
	align-self: center; 
	text-align:center; 
	font-weight:bold; 
	margin-bottom:-20px;
}
.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_entete #enteteEntrepriseAnnonce img { display:block; margin:0 auto 30px; }
.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_entete #enteteEntrepriseAnnonce i { font-size:18px; padding-right:6px;}

.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_action {
	padding:0;
	margin-top:4px;
	border:0;
	background:#293a4e;
}

.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_detailsPrincipaux { 
	display: grid;
	grid-gap: 0 10px;
	grid-template-columns: auto 250px;
	grid-auto-rows: minmax(0, auto);
	align-items: center;
	grid-template-areas: 'adp_details adp_btn';
	padding:10px;
}

.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_detailsPrincipaux div#contenantDetailsPrincipaux { grid-area: adp_details; }
.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_detailsPrincipaux div#contenantDetailsPrincipaux div { 
	display: grid;
	grid-gap: 0 10px;
	grid-template-columns: 200px auto;
	grid-auto-rows: minmax(0, auto);
	align-items: center;
	grid-template-areas: 'cdp_type cdp_info';
	font-size:13px;
	line-height:26px;
}
.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_detailsPrincipaux div#contenantDetailsPrincipaux div > span:first-child { grid-area: cdp_type; font-weight:bold; }
.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_detailsPrincipaux div#contenantDetailsPrincipaux div > span:last-child { grid-area: cdp_info; }
.contenuPage:not(#gabarit_mobile_contenuPage) #annonce_detailsPrincipaux a.btnActionAnnonce { 
	grid-area: adp_btn; 
	white-space:nowrap; 
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	text-align:center;
	padding:6px 20px;
	width:max-content;
	font-size:13px;
	border: 1px solid green;
}
.contenuPage #annonce_detailsPrincipaux span.selectedChoice { cursor:default; }

.itemTitle {
	line-height:2;
	color: #293a4e;
	font-size:18px;
	padding: 5px 12px 1px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #dfdfdf;
	background-color: #f4f4f4;
}

.itemTitle i {
	font-size: 24px;
	position: relative;
	top: 3px;
	margin-right:5px;
}

.infoOffreAnnonce {
	margin-right: 50px;
}

.infoOffreAnnonce td:first-child {
	background-color: rgba(155, 181, 193, .2);
	width: 220px;
	padding: 8px;
	color: #182935;
}

.infoOffreAnnonce tr:hover td:last-child {
	background: rgba(219,228,233,1);
	background: -moz-linear-gradient(left,  rgba(219,228,233,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(219,228,233,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(219,228,233,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe4e9', endColorstr='#00ffffff',GradientType=1 );
}

.infoOffreAnnonce td:last-child {
	padding: 8px;
}

.infoSocieteAnnonce {
	width: calc(100% - 50px);
	height: 100%;
}

.isa_titre p {
	margin: 0;
}

.isa_titre p:first-child {
	font-size: 2em;
}

.isa_titre p .annonceLinkOff {
	color: #769cb6;
	font-style: italic;
}

.isa_titre p:last-child {
	margin-top: 10px;
}

.hideshow{
	cursor: pointer;
	margin-right: 5px;
}

.counter{
	display:inline;
	background-color:#FFC28F;
	padding:5px;
	float: right;
	font-size:8pt;
	position: absolute;
	border-radius:5px;
}

#results h2{
	margin: 5px;
	text-align: center;
}

textarea{
	font-family: Arial;
	font-size:10pt;
}

.errorMessage{
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 8pt;
	width: 500px;
	margin-left: 20px;	
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/public/images/warning.gif');
}

#contrat{
	float: left;
	display: inline;
	padding: 4px;
	background-color: red;
	border-radius: 5px;
	font-weight: bold;
	color: white;
}

.chapeau{
	font-size: 8pt;
}

.approuverPar {
	text-align: left;
	margin: 20px 0 0;
}

.approuverPar img {
	margin-bottom: 3px;
}

.reseauxSociauxAnnonce {
	position: absolute;
	right: 30px;
	top: 60px;
	width:280px; 
	height: 62px;
}

.modifTopRS {
	top: 50px;
}

@media screen and (max-width: 1202px) {
	.reseauxSociauxAnnonce {
		position: relative;
		top: -90px;
		width:280px; 
		height: 20px;
		left: calc(100% - 315px);
		
	}
}

.modStyleAnnonce {
	margin: 8px 0 10px;
	padding-top: 18px;
	text-align: center;
}

.modStyleDetails {
	position: relative;
	text-align: left;
	margin: 0;
	margin:4px 0;
	padding: 1px;
	padding-left:5px;
	background-color: rgb(235, 235, 235);
	border: 1px solid rgba(155, 181, 193, .5);
	color: #4b6577;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.msaSpecial {
	margin: 10px 0;
	padding-top: 0;
}

.choice{
	color: #fff;
	font-family: Arial;
	padding: 3px 8px;
	font-size: 8pt;
	cursor : pointer;
	line-height: 25px;
	background-color: rgba(0, 128, 0, .7);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#offreFormMod .choice { 
	font-family: inherit;
	padding: 5px 10px 4px;
	font-size: 12px;
	background-color: rgba(50, 60, 67, 0.7);
	margin-right:5px;
}

#offreFormMod .formMobile .choice { 
	display: block;
	margin-bottom: 10px;
}

.unselectedChoice{
	color: #ffffff;
	background-color: rgba(255, 0, 0, .5);
	text-decoration: line-through;
}

#offreFormMod .unselectedChoice {
	color: rgba(11, 11, 11, 0.7);
	background-color: #fff;
	text-decoration: line-through;
}

.specialChoice{
	background-color: #FD7E5B;
	background:  -moz-linear-gradient(center top , #FD7E5B, #D16145) repeat scroll 0 0 #FD7E5B;
	background:  -linear-gradient(center top , #FD7E5B, #D16145) repeat scroll 0 0 #FD7E5B;
	background:-webkit-gradient(linear, 0% 0%, 0% 100% , from(#FD7E5B), to(#D16145)) repeat scroll 0 0 #FD7E5B;
}

.formSection{
	color: #4b6577;
    font-size: 10pt;
	font-weight: bold;
	border: 1px solid rgba(155, 181, 193, .5);
	background-color: rgba(155, 181, 193, .2);
	border-radius: 4px;
	padding: 6px 10px;
}

.societeTitle{
   color: #003366;
    font-family: Arial;
    font-size: 25px;
    margin-top: 10px;
	margin-bottom: 5px;
	background: url("/public/images/kitlivrepoint.gif") repeat-x scroll left bottom transparent;
}

.divRadio{
    padding-bottom: 10px;
    padding-top: 10px;
	padding-right:3px;
	padding-left:3px;
    text-align: center;
	border: 1px solid #999999;
	background-color: #ddf;
}
.divRadioSelected{
	background-color: #9f9;
}

.ac_results {
	padding: 0px;
	background-color: Window;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow-y:scroll;
	overflow-x:hidden;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
}
.ac_loading {
	background : url('../images/progress.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

.ac_field_state_valid {
	
}

.ac_field_state_invalid {
}

.traitementOffres, .traitementOffresAnnonce {
	color: #4b6577;
}

.traitementOffres {
	margin-bottom: 20px;
}

.traitementOffresAnnonce {
	margin-bottom: 10px;
}

.tableSection { margin: 0; margin-bottom:3px; width: 100%; border:1px solid #b0b0b0; background:#fff; }

.tableSection .titre {
	border-bottom: 1px dotted #b0b0b0;
	background-color: #f4f4f4;
	font-size: 18px;
	color:#293a4e;
	line-height: 2;
	padding: 4px 16px 2px;
}
.tableSection .titre i { margin-right:10px; font-size:25px; position:relative; top:3px; }

.tableSection .contenu {
	display: grid;
	grid-gap: 0;
	grid-template-columns: 300px auto;
	grid-auto-rows: minmax(34px, auto);
	align-items: center;
	align-self:center;
	padding:0;
	color: #2f5566;
}

.tableSection .contenu .type { 	
	grid-column: 1 / 2; 
	background-color:rgba(155, 181, 193, .08); 
	padding:10px; 
	padding-right:20px; 
	height:100%;
	white-space:nowrap;
	line-height:3;
}

.tableSection .contenu .info { 
	grid-column: 2 / 2; 
	padding:10px; 
	padding-right:20px;
}

.tableSection .titre span { 
	display: block;
	font-size: 11px;
	color: #565656;
}

.tableSection thead tr td {
	color: #4b6577;
    font-size: 10pt;
	font-weight: bold;
	border: 1px solid rgba(155, 181, 193, .5);
	background-color: rgba(155, 181, 193, .2);
	padding: 6px 10px;
}

.tableSection thead tr td span {
	display: block;
	font-size: 0.7em;
	font-weight: normal;
	white-space: wrap !important;
	font-style: italic;
	margin-top: 4px;
}

.tableSection tbody td:first-child {
	width: 0;
	white-space: nowrap;
	background-color: rgba(155, 181, 193, .08);
	text-align: left;
	color: #2f5566;
}

/* .tableSection tr:hover td:last-child {
	background: rgba(219,228,233,1);
	background: -moz-linear-gradient(left,  rgba(155, 181, 193, .08)) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(155, 181, 193, .08) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(155, 181, 193, .08) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fa', endColorstr='#00ffffff',GradientType=1 );
} */

.tableSection tbody td:last-child {
	color: #2f5566;
}

.tableSection .contenu .info div.blobDroits { display:inline-block; margin:0 15px 0 30px; }
.tableSection .contenu .info div.blobDroits .checkbox .cr { position:relative; top:4px; }

#offreForm, #offreForm select{
	font-size:9pt;
}

.offre{
	float:left;
	border-radius: 5px;
	border: 1px solid black;
	padding: 5px;
	margin: 5px;
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
	cursor: pointer;
}

.offre:hover{
background: #e2e2e2;
background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe));
background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );

}

.divRadio{
	cursor:pointer;
}

#offreForm input::placeholder {
	color: rgba(61, 95, 111, 1);
}

#offreForm input:not(.btnAnnonce), #offreForm select, #offreForm textarea{
	border: solid 1px rgba(155, 181, 193, .5);
	padding: 3px;
	margin: 3px;
	color: #2f5566;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#offreForm input:focus:not(.btnAnnonce), #offreForm select:focus, #offreForm textarea:focus{
	border: solid 2px rgb(166, 188, 200);
	margin: 2px;
}
#offreForm label input[type="checkbox"], #offreForm label input[type="checkbox"]:focus {
	border: 0;
	margin: 0;
	color: red;
}
/*
.annonce .annonceLink{
	font-size:11pt !important;
	margin-top: 5px;
	margin-bottom:5px;
	display: block;
}*/

.annonce .puceBleue{
	margin-top:7px;
}

.contenuPage:not(#gabarit_mobile_contenuPage) .localisation {
	display: grid;
	grid-gap: 0 3px;
	grid-template-columns: auto min-content;
	align-items: center;
	grid-template-areas: 
		'annonce_localisation_details annonce_localisation_contrats' 
		'annonce_localisation_societe annonce_localisation_contrats';
	color: #555;
	margin: 10px 0 4px 20px;
}

.contenuPage:not(#gabarit_mobile_contenuPage) .localisation.indexEmploi { display: block; }

.contenuPage:not(#gabarit_mobile_contenuPage) .localisation div.contrats { grid-area: annonce_localisation_contrats; }
.contenuPage:not(#gabarit_mobile_contenuPage) .localisation div.detailsOffre { 
	grid-area: annonce_localisation_details; 
	font-weight:bold;
	margin-bottom:10px;
}
.contenuPage:not(#gabarit_mobile_contenuPage) .localisation div.societe { grid-area: annonce_localisation_societe; }

.societeName_search {
	color:#555;
}

#competences{
	padding: 4px;
	font-style: italic;
	color: #999;
	width: 300px;
}

.competenceResult{
	border: solid 1px rgba(155, 181, 193, 1);
	display: none;
	background-color: #dff5ff;
	padding: 2px;
	width:302px;
	z-index:9999;
	position: absolute;
	margin-left: 3px;
	margin-top: -2px;
}

.competenceResultItem{
	font-size:9pt;
	color: rgb(61, 107, 131);
	cursor: pointer;
	margin-left: 3px;
}

.competenceResult .competenceResultItem{
	padding: 3px;
}

.competenceResult .competenceResultItem:hover{
	background-color: #F5F6F9;
}

.competenceResultItem img{
	cursor: pointer;
	margin-left: 4px;
	margin-bottom: 4px;
}

.competencesPanel .competenceResultItem{
	display: inline;
	background-color: rgba(155, 181, 193, .3);
	border: solid 1px rgba(155, 181, 193, .5);
	padding: 5px;
	margin: 3px;
}

.competencesPanel{
	margin:5px 0 7px;
	line-height: 30px;
}

.contrats span{
	padding: 4px 6px;
	font-size:8pt;
}

.logo_multiposting { 
	border-radius: 50%;
	width: 12px;
	height: 12px;
	border: 2px solid #00aeff;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	line-height: 12px;
	display: inline-block;
	background-color: #00aeff;
	padding: 1px 2px;
	margin-left: 2px;
	text-align: center;
	cursor: default;
}
.logo_multiposting.details_mulitposting {
	width: auto;
	height: auto;
	font-size: 0.3em;
	border-radius: 14px;
	vertical-align: middle;
	margin-left: 10px;
}


#offreFormMod, #offreFormMod select { font-size:9pt; }

#offreFormMod input, #offreFormMod select, #offreFormMod textarea {
	border: solid 1px #999;
	padding: 2px;
	margin: 1px;
}

#offreFormMod input { padding-left: 5px; }

#offreFormMod input:focus, #offreFormMod select:focus, #offreFormMod textarea:focus {
	border: solid 1px #ff8c00;
	margin: 1px;
}

#offreFormMod.ofm_style {
	display: grid;
	grid-gap: 0;
	grid-template-columns: max-content auto;
	grid-auto-rows: minmax(0, auto);
	align-items: center;
}

#gabarit_mobile_contenuPage #offreFormMod.ofm_style { display: block; }

#offreFormMod.ofm_style, 
#offreFormMod.ofm_style select, 
#offreFormMod.ofm_style input { font-size:inherit; border-color:#c9c9c9; }

#offreFormMod.ofm_style select, 
#offreFormMod.ofm_style input { 
	height:30px; 
	-webkit-border-radius:0;
	border-radius:0;
	padding:0 10px;
}

#offreFormMod.ofm_style input { margin:10px 0; }

#offreFormMod.ofm_style > div { 
	align-self:center; 
	height:100%;
	line-height:50px;
	border:1px solid #8f8f8f8f;
	border-left:0;
	border-top:0;
}

#gabarit_mobile_contenuPage #offreFormMod.ofm_style > div { 
	line-height:inherit;
	border:1px solid #8f8f8f8f;
	border-top:0;
}

#offreFormMod.ofm_style > div span.erreurForm { 
	display:block;
	height:20px;
	line-height:10px;
}

#gabarit_mobile_contenuPage #offreFormMod.ofm_style > div span.erreurForm { height:25px; line-height:15px; }

#offreFormMod.ofm_style > div.intitule { 
	padding: 0 30px 0 10px; 
	background:#a5a5a5b8;
	color:#282828;
	text-shadow:0px 1px 0px #c4c4c4;
	font-weight:bold;
	border-left:1px solid #8f8f8f8f;
}

#gabarit_mobile_contenuPage #offreFormMod.ofm_style > div.formMobile div.intitule { 
	padding: 8px 10px; 
	border:0;
	background:#9fc4cfb8;
	color:#112227;
	font-weight:bold;
	text-shadow: 0 1px 0 #d4e9ef;
	border-top:1px solid #a4bfc8;
	border-bottom:1px solid #a4bfc8;
}

#offreFormMod.ofm_style > div:not(.intitule) { 
	padding:0 10px;
	background:#fff;
}

#gabarit_mobile_contenuPage #offreFormMod.ofm_style > div.formMobile { padding:0; border:0; }

#gabarit_mobile_contenuPage #offreFormMod.ofm_style > div.formMobile > div:not(.intitule) { padding:0 10px; margin:14px 0; }

#offreFormMod.ofm_style > div:nth-child(1), 
#offreFormMod.ofm_style > div:nth-child(2) { border-top:1px solid #8f8f8f8f; }

#offreFormMod.ofm_style input:focus, 
#offreFormMod.ofm_style select:focus, 
#offreFormMod.ofm_style .form-control:focus {
	border-color: #999;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(218, 218, 218, 0.25);
}

.buttonSearch{
	border-width: 1px;
	border-style: solid;
	border-color: #536B9A;
	background: #9bb6c7;
	background: -moz-linear-gradient(top,  #9bb6c7 0%, #6d8da2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bb6c7) color-stop(100%,#6d8da2));
	background: -webkit-linear-gradient(top,  #9bb6c7 0%,#6d8da2 100%);
	background: -o-linear-gradient(top,  #9bb6c7 0%,#6d8da2 100%);
	background: -ms-linear-gradient(top,  #9bb6c7 0%,#6d8da2 100%);
	background: linear-gradient(to bottom,  #9bb6c7 0%,#6d8da2 100%);
	padding: 3px 8px;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: white !important;
	text-decoration: none;
	margin: 4px;
	cursor: pointer;
	white-space : nowrap;
	line-height:24px;
	border-radius: 5px;
}

.buttonSearch a{
	text-decoration:none;
}
.buttonSearch a:hover, .button:hover{
	text-decoration:none;
}

input[type=text]:disabled {
	background: #cccccc;
}

#gabarit_mobile_contenuPage .formMobile input[type=text]:disabled {
	background: #e9ecef;
}

.postulerOffre input:disabled {
	background: #f0f0f0;
	border: 1px solid #afafaf;
	color: #afafaf;
}

select:disabled {
	background: #cccccc;
	color: #999999;
}

.tableSection select:disabled, 
.tableSection input:disabled {
	background:#ccc;
	color:#ccc !important;
}

.resultats {
	color: #E82759;
	padding: 5px 0px 15px 13px;
}

.boutonAide {
	position: relative;
}

.btnAide {
	float: right;
	position: relative;
	top: 24px;
	right: 24px;
}

.btnAideSimple {
	position: absolute;
	top:48px;
	right: 18px;
	font-size:34px;
}

.btnAnnonce, .btnActionAnnonce, .btnActionAnnonceDesactiver {
	background: #417394 url(https://forum.developpez.be/images/buttons/newbtn_middle.png) repeat-x left top;
	_background-image: none;
	-moz-border-radius: .25rem;
	-webkit-border-radius: .25rem;
	border-radius: .25rem;
	-moz-box-shadow: 0 3px 8px #dddddd;
	-webkit-box-shadow: 0 3px 8px #dddddd;
	box-shadow: 0 3px 8px #dddddd;
	color: rgb(255,255,255);
	padding: 6px 15px;
	border: 0;
	cursor: pointer;
}

.btnActionAnnonce.vert {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background:#2a7c19;
	font-size:13px;
}

.btnActionAnnonce.vert:hover { background:#266b17; }

.tdb_pagination { margin:20px 0; }

.tdb_pagination div { display:inline-block; width:50%; }
.tdb_pagination div:first-child { text-align:left; }
.tdb_pagination div:last-child { text-align:right; }

.tdb_pagination .btnActionAnnonce {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#offreForm input.btnAnnonce:first-child {
	margin-right: 5px;
}

#offreForm input.btnAnnonce:link, .btnAnnonce:visited, .btnAnnonce:active {
	text-decoration: none;
}

.btnActionAnnonce:link, .btnActionAnnonce:visited, .btnActionAnnonce:active {
	text-decoration: none; 
	color: #fff;
}

.tdb_pagination .btnActionAnnonce.precedent, 
.tdb_pagination .btnActionAnnonce.suivant {
	background:#168e3a url(https://forum.developpez.be/images/buttons/newbtn_middle.png) repeat-x left top;
	display:inline-block;
	font-size:14px;
}
.tdb_pagination .btnActionAnnonce.precedent { padding:0 30px 5px 20px; }
.tdb_pagination .btnActionAnnonce.suivant { padding:0 20px 5px 30px; }
.tdb_pagination .btnActionAnnonce.precedent i, 
.tdb_pagination .btnActionAnnonce.suivant i { font-size:24px; position:relative; top:4px; }
.tdb_pagination .btnActionAnnonce.precedent i { margin-right:10px; }
.tdb_pagination .btnActionAnnonce.suivant i { margin-left:10px; }

#offreForm input.btnAnnonce:hover, .btnActionAnnonce:hover {
	background: #5b8dae url(https://forum.developpez.be/images/buttons/newbtn_middle.png) repeat-x left top;
	color: rgb(255,255,255);
	text-decoration: none;
}

#offreForm input.btnAnnonce.new {
	  background: #37984f url(https://forum.developpez.be/images/buttons/newbtn_middle.png) repeat-x left top;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 8px 20px;
    margin: 30px 0 40px;
    font-size: 14px;
    border: 1px solid green;
    border-left: 0;
    border-right: 0;
}

.contenuPage #annonce_entete .approuverPar a.btnActionAnnonce {  
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	text-align:center;
}

.contenuPage #annonce_entete .approuverPar i.fa-thumbs-up { margin-right:6px; font-size:14px; }
.contenuPage #annonce_entete .approuverPar a.btnActionAnnonce i { margin-right:10px; }
.contenuPage #annonce_entete .approuverPar a.annonceLink { font-size:12px; }

.contenuPage #annonce_detailsPrincipaux a.btnActionAnnonce { background: #37984f url(https://forum.developpez.be/images/buttons/newbtn_middle.png) repeat-x left top; }

#modActionAnnonce { text-align:center; }
#modActionAnnonce ul { height:22px; }
#modActionAnnonce ul li { line-height:22px; border-right:1px solid #e1e1e2; }
#modActionAnnonce ul li.dropdown ul.dropdown-menu { margin:0; padding:0; height:auto; }
#modActionAnnonce ul li.dropdown ul.dropdown-menu li { line-height:18px; text-align:left; padding:0; }
#modActionAnnonce ul li.dropdown ul.dropdown-menu li a { font-size:12px; color:#293a4e; padding:4px 10px 3px; white-space:nowrap; }
#modActionAnnonce ul li.dropdown ul.dropdown-menu li a:hover { background:#e8e8e8; }
#modActionAnnonce ul li:last-child { border-right:0; }

#modActionAnnonce .btnActionAnnonce {
	display:block;
	background:none;
	border-radius:0;
	-webkit-border-radius:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	font: inherit;
	padding:0;
	color:#fff;
}

@media screen and (max-width: 1200px) {
	#modActionAnnonce ul#ecranCltLarge { display:none; }
	#modActionAnnonce ul#ecranCltRestreint { display: none; }
	#modActionAnnonce ul#ecranCltMini { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; }
}

@media screen and (min-width: 1200px)  and (max-width: 1449px) {
	#modActionAnnonce ul#ecranCltLarge { display:none; }
	#modActionAnnonce ul#ecranCltRestreint { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; }
	#modActionAnnonce ul#ecranCltMini { display:none; }
}

@media screen and (min-width: 1450px) {
	#modActionAnnonce ul#ecranCltLarge { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; }	
	#modActionAnnonce ul#ecranCltRestreint { display:none; }
	#modActionAnnonce ul#ecranCltMini { display:none; }
}

#suite_colonne_droite .groupbox { position:relative; }
#suite_colonne_droite .groupbox.padding0 { padding-top:0; }
#suite_colonne_droite ul#menuActionColDroite { display:block; }
#suite_colonne_droite ul#menuActionColDroite li.list-group-item { padding:0; }
#suite_colonne_droite ul#menuActionColDroite a.btnActionAnnonceColDroite { display:block; color:#293a4e; padding:8px 10px; }
#suite_colonne_droite ul#menuActionColDroite a.btnActionAnnonceColDroite:hover { cursor:pointer; text-decoration:none; background:rgb(41, 58, 78); color:#fff; }
#suite_colonne_droite ul#menuActionColDroite a.btnActionAnnonceColDroite { 
	display: grid;
	grid-gap: 0;
	grid-template-columns: 40px auto;
	grid-auto-rows: minmax(0, auto);
	align-items:center;
	grid-template-areas: 'menuActionColDroite_ico menuActionColDroite_nom' ;
}
#suite_colonne_droite ul#menuActionColDroite a.btnActionAnnonceColDroite i { font-size:21px; padding-right:20px; }
#suite_colonne_droite ul#menuActionColDroite a.btnActionAnnonceColDroite img, 
#suite_colonne_droite ul#menuActionColDroite a.btnActionAnnonceColDroite i { grid-area: menuActionColDroite_ico; }
#suite_colonne_droite ul#menuActionColDroite a.btnActionAnnonceColDroite span { grid-area: menuActionColDroite_nom; }

#suite_colonne_droite ul#menuActionColDroite a.btnActionAnnonceColDroite i.greenColor, 
#suite_colonne_droite ul#menuActionColDroite a.btnActionAnnonceColDroite span.greenColor { color:green; }
#suite_colonne_droite ul#menuActionColDroite a.btnActionAnnonceColDroite span.greenColor { font-weight:bold; }

#suite_colonne_droite ul#menuActionColDroite a.btnActionAnnonceColDroite:hover i.greenColor, 
#suite_colonne_droite ul#menuActionColDroite a.btnActionAnnonceColDroite:hover span.greenColor { color:#84ec84; }

.btnActionAnnonce img {
	margin-bottom: 3px;
}

.btnActionAnnonceDesactiver {
	opacity: .3;
}

.btnActionAnnonceDesactiver:hover {
	background: #417394 url(https://forum.developpez.be/images/buttons/newbtn_middle.png) repeat-x left top;
	opacity: .3;
	cursor: default;
}

.btnActionAnnonce.remonterSpecTDB {
	background-color: red;
}

.btnActionAnnonce.remettreEnLigne { background: #479441 url(https://forum.developpez.be/images/buttons/newbtn_middle.png) repeat-x left top; }
.btnActionAnnonce:hover.remettreEnLigne { background: #28750d url(https://forum.developpez.be/images/buttons/newbtn_middle.png) repeat-x left top; }

.btnMod, #modActionAnnonce ul li:first-child { background: #293a4e; }
.btnMod, #modActionAnnonce ul li:first-child a { font-size: 23px; color:#fff; }

.btnMod, #modActionAnnonce ul.dropdown-menu li:first-child { background: none; }

#modActionAnnonce ul li.AideMod { background: #e1e1e2 !important; max-width: 40px; }
#modActionAnnonce ul li.AideMod a { font-size: 23px; color:#293a4e; }

.contenuPage:not(#gabarit_mobile_contenuPage) #conseilsMod {
	-webkit-border-radius:0;
	border-radius:0;
	margin-bottom:0;
	margin-top:1px;
	padding-bottom: 1px;
	border:0;
	background-color:#e1e1e2;
}

#conseilsMod.col-droite {
	grid-area: annonce_conseilsMod;
	margin-top:4px;
	padding-bottom: 0;
	border:0;
	background-color:#c8e7f9;
	border:1px solid #293a4e36;
}

#conseilsMod #fermerAideMod {
	position:absolute;
	top:20px;
	right:30px;
	font-size:26px;
}

#conseilsMod #fermerAideMod:hover { cursor:pointer; color:#ab2e2e; }

/* #suite_colonne_droite .groupbox #conseilsMod {
	position:absolute;
	top:0;
	right:300px;
} */

.btnMod:hover, .btnAideMod:hover {
	background: rgba(157, 117, 196, 1);
}


.btnReset {  
	display: inline-block;
	margin-left: 10px;
	height: 26px;
	line-height: 12px;
	background: #deefff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #ccc;
	color:#555;
	box-shadow:none;
	text-shadow:none;
	background: #efefef;
	background: -moz-linear-gradient(top,  #efefef 0%, #d1d1d1 100%);
	background: -webkit-linear-gradient(top,  #efefef 0%,#d1d1d1 100%);
	background: linear-gradient(to bottom,  #efefef 0%,#d1d1d1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d1d1d1',GradientType=0 );
}

.btnReset:hover {  
	color:#555;
	background: #dedddd ;
	background: -moz-linear-gradient(top,  #dedddd  0%, #d1d1d1 100%);
	background: -webkit-linear-gradient(top,  #dedddd  0%,#d1d1d1 100%);
	background: linear-gradient(to bottom,  #dedddd  0%,#d1d1d1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedddd ', endColorstr='#d1d1d1',GradientType=0 );
}

.tdbModVisu, .conseilsModVisu {
	background: rgba(157, 117, 196, 1);
}

#menuActionColDroite .conseilsModVisu, 
#menuActionColDroite .conseilsModVisu.btnActionAnnonceColDroite:hover {
	background: #c8e7f9 !important;
	color:#293a4e !important;
}

#refAnnonce {
	font-size: 1em;
	color: #5b7a93;
	margin-bottom: 10px;
}

ul#listeOffreSoc { 
	margin-bottom:0;
	border-radius:0;
	-webkit-border-radius:0;
}

ul#listeOffreSoc li { 
	margin-bottom:3px;
	border-color:#b1b1b1;
	-webkit-border-radius: 0;
	border-radius:0;
}

.listeOffreSocNul { background: #fff; padding: 20px; border: 1px solid #293a4e42; }

.titreOffre {
	margin: 6px 0px;
	padding: 4px 10px;
	background-color: rgb(41, 58, 78);
	border: solid 1px rgba(155, 181, 193, .2);
	font-weight:bold;
}

.titreOffrePuce {
	display: inline-block; 
	width: 0; 
	height: 0; 
	border-style: solid; 
	border-width: 6px 0 6px 6px; 
	border-color: transparent transparent transparent #fff; 
	margin-right: 10px; 
	margin-bottom: -1px;
}

.titreOffre span { margin-right:8px; }

.titreOffre a { color:#fff; }

.titreOffre a:hover {
	text-decoration: none;
}

.elemOffresUpAll {
	display: flex;
	margin: 0 0 14px;
	padding-bottom: 6px;
	float: right;
}

.elemOffresUpAll a {
	background: #fea305 ;
	background: -moz-linear-gradient(top, #fea305  0%, #ff8700  100%);
	background: -webkit-linear-gradient(top, #fea305  0%,#ff8700  100%);
	background: linear-gradient(to bottom, #fea305  0%,#ff8700  100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea305 ', endColorstr='#ff8700 ',GradientType=0 );
}

.elemOffresUpAll a:hover {
	background: rgba(254, 163, 5, 1);
}

#tabStatsTotale {
	padding: 10px;
	padding-bottom: 0;
	background-color: rgb(133, 159, 177);
	margin-top: 20px;
}

#tabStatsTotale,  
.elemOffresTotale,
.elemOffresPubliees, 
.elemOffresPublieesAdmin {
	border-collapse: collapse;
	border: solid 1px rgba(155, 181, 193, .5);
	position: relative;
	font-size: 12px;
}

#tabStatsTotale { background-color: rgb(69, 121, 166); border-color: rgb(69, 121, 166); }

.elemOffresPubliees .titreOffrePuce, 
.elemOffresPublieesAdmin .titreOffrePuce { border-color: transparent transparent transparent #fff; }

#tabStatsTotale h1.traitementOffresAnnonce {
	font-size: 18px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	left: 10px;
	color: #fff;
}

.elemOffresTotale { position:relative; border: 0; margin-bottom: 10px; }

.elemOffresTotale, 
.tdb_elemOffresPubliees {
	width:100%;
	display: grid;
	grid-template-columns:repeat(4, 1fr);
	grid-template-rows: minmax(0, max-content);
	grid-gap:0;
	align-items: center;
}
.elemOffresTotale { grid-template-columns:auto 420px; }

.tdb_elemOffresPubliees [data-grid="one"] {
	grid-column: 1 / 4;
	grid-row: 1;
	height:100%;
}

.tdb_elemOffresPubliees [data-grid="two"] { 
	grid-column: 4 / 4;
	grid-row: 1;
}

.tdb_elemOffresPubliees [data-grid="tree"] { 
	grid-column: 1 / 5;
	grid-row: 2;
	display:grid;
	grid-template-columns:auto auto;
	grid-template-rows: minmax(0, max-content);
	grid-gap:0;
	align-items: center;
}

.tdb_elemOffresPubliees [data-grid="tree"] .tableau, 
.elemOffresTotale .tableau { 
	display:table;
	table-layout:auto;
	width:100%;
}

.tdb_elemOffresPubliees [data-grid="tree"] .cell, 
.elemOffresTotale .cell { 
	display:table-cell;
	white-space:nowrap;
	text-align:center;
}

.tdb_elemOffresPubliees [data-grid="tree"] .cell.titre, 
.elemOffresTotale .cell.titre { 
	text-align:left;
}

.elemOffresPubliees .entete { background-color: rgba(155, 181, 193, .15); padding: 6px 10px; }
.elemOffresPubliees .entete a { color: #fff; } 
.elemOffresPubliees .entete h4 { padding: 0; margin: 0; font-size: 1.2em; }
.elemOffresPubliees .entete.date { text-align: right; font-weight: normal; color: #4b6577; height:100%; }
.elemOffresPubliees .entete.date p { margin: 0; }
.elemOffresPubliees .elemMenu, 
.elemOffresTotale .elemMenu { display:table-row; }
.elemOffresTotale .elemMenu .cell, 
.elemOffresPubliees .elemMenu .cell {
	font-size:11px;
	white-space:nowrap;
	border: 1px solid rgba(155, 181, 193, .5);
	border-top:0;
	padding: 2px;
	text-align:center;
	color: rgb(54, 95, 114);
	font-weight:bold;
}
.elemOffresTotale .divGraphique {
	display:table;
	table-layout:auto;
	height:100%;
}
.elemOffresPubliees .elemMenu .cell:nth-child(1) { border:0; }
.elemOffresPubliees .elemMenu .cell:nth-child(2), 
.elemOffresPubliees .elemMenu .cell:nth-child(3),
.elemOffresPubliees .elemMenu .cell:nth-child(4) { background-color: rgba(155, 181, 193, .5); }
.elemOffresPubliees .cell {
	padding: 6px 10px;
	border: 1px solid rgba(155, 181, 193, .5);
}
.elemOffresPubliees .cell.titre {
	color: rgb(28, 62, 86);
	width: auto;
	white-space: nowrap;
	background-color: rgba(155, 181, 193, .05);
}
.elemOffresTotale .tableau .a_whover, 
.elemOffresPubliees .tableau .a_whover { width: 100px; min-width:100px; }
.elemOffresTotale .tableau div:hover .a_whover,  
.elemOffresPubliees .tableau div:hover .a_whover { background-color: rgba(155, 181, 193, .25); } 
.elemOffresPubliees .divGraphique { 
	height:100%; 
	text-align:center;
	display:inline-grid;
	grid-template-columns:auto;
	grid-template-rows: minmax(0, max-content);
	grid-gap:0;
	align-items: center;
}
.elemOffresPubliees .divGraphique:hover { background-color: #fff; }

.elemOffresPubliees .divGraphique div:not(.actions) { min-height:150px; padding:15px 0; }
.elemOffresPubliees .divGraphique[data-nb="2"] div:not(.actions) { min-height:140px; padding:10px 0; }

.elemOffresPubliees .divGraphique .actions { height:100%; }

.elemOffresPubliees .divGraphique .actions a { 
	display:inline-block;
	vertical-align:middle;
	-webkit-border-radius:0;
	border-radius:0;
	width:100%;
	height:auto;
	padding:5px 15px;
}

.elemOffresPubliees .divGraphique[data-nb="2"] a:first-child { 
	margin-bottom:4px;
}

.elemOffresPublieesAdmin h4:first-of-type { padding-top:0; }
.elemOffresPublieesAdmin .head { background-color: rgb(100, 132, 153); padding: 6px 10px; }
.elemOffresPublieesAdmin .head a { color: #fff; }
.elemOffresPublieesAdmin .head h4 { padding: 0; margin: 0; font-size: 1.2em; height:16px; }
.elemOffresPublieesAdmin .head.date div { text-align: right; font-weight: normal; color: #fff; }
.elemOffresPublieesAdmin .head.date div p { margin: 0; }
.elemOffresPublieesAdmin tr td { padding: 6px 10px; border: 1px solid rgba(155, 181, 193, .5); }
.elemOffresPublieesAdmin tr td { padding: 1px 10px 0; border-bottom: 0; border-right: 0; }
.elemOffresPublieesAdmin tbody tr td:first-child { width: 0; } 
.elemOffresPublieesAdmin tbody tr td:first-child p { margin: 6px 0; white-space: nowrap; }
.elemOffresPublieesAdmin tbody tr td:last-child, 
.elemOffresPublieesAdmin tbody tr td table tr td:first-child, 
.elemOffresPublieesAdmin tbody tr td table tr td:last-child { background-color: #a2c4d580; }
.elemOffresPublieesAdmin tbody tr td.btnAdmin { width: 140px; padding: 0 14px 0 16px; }	


.elemOffresTotale .divGraphique .cell, 
.elemOffresTotale .tableau .cell {
	font-size:0.85em;
	white-space:nowrap;
	border: 1px solid rgba(155, 181, 193, .5);
	padding: 2px;
	text-align:center;
	color: rgb(54, 95, 114);
}

.elemOffresTotale .divGraphique div:not(.elemMenu) .cell, 
.elemOffresTotale .tableau div:not(.elemMenu) .cell {
	background-color: rgb(255, 255, 255);
	color: inherit;
	font-size: inherit;
	padding: 6px 10px;
}
.elemOffresTotale .tableau .elemMenu div:first-child { border:0; background: none; width: 400px; }
.elemOffresTotale  .divGraphique .elemMenu .cell, 
.elemOffresTotale  .tableau .elemMenu .cell, 
.elemOffresTotale .tableau div:not(.elemMenu) div.cell:first-child {
	background-color: rgb(205, 218, 224);
	color: rgb(91, 115, 131);
	font-weight: bold;
	font-size: 0.9em;
}

.elemOffresTotale  .divGraphique .cell { border-left:0; vertical-align:middle; }
.elemOffresTotale  .divGraphique .elemMenu .cell { height:12px; }
.elemOffresTotale .tableau .cell.titre { text-align:left; }

@media screen and (max-width: 1360px) {
	.elemOffresPubliees .divGraphique div:not(.actions) { display: none !important; }
	.elemOffresPubliees .divGraphique { display:table !important; height:auto !important; }
	.elemOffresPubliees .divGraphique .actions .remonterSpecTDB { margin-bottom:20px !important; }
	
	.elemOffresTotale { grid-template-columns:auto !important; }
	.elemOffresTotale .divGraphique { display: none !important; }
}

.elemOffresPubliees .actions p { display:block; height:100%; margin: 0; }
.elemOffresPubliees .actions p:first-child { background-color:grey; }
.elemOffresPubliees .actions p:last-child { background-color:blue; }

.elemOffresPublieesAdmin tr td:nth-child(6) {
	width:0; 
	white-space: nowrap;
	border-left:0;
}

.elemOffresPublieesAdmin tr td:nth-child(6) p {
	margin: 20px 0;
}

/* Theme */
.elemOffresPubliees .a_Infos .tableau .cell:first-child { background-color: #a2c4d580; }
.elemOffresPubliees .cell { border: 1px solid #a2c4d580; }
.elemOffresPubliees .elemMenu div:nth-child(2), 
.elemOffresPubliees .elemMenu div:nth-child(3), 
.elemOffresPubliees .elemMenu div:nth-child(4) { background-color: #a2c4d580; }
.elemOffresPubliees .elemMenu div { border: 1px solid #a2c4d580; color: rgb(28, 62, 86); }
.elemOffresPubliees { border: solid 1px #293a4e; }
.elemOffresPubliees .entete { background-color: #293a4e; }
.elemOffresPubliees .titreOffrePuce { border-color: transparent transparent transparent #fff; }
.elemOffresPubliees .entete a { color: #fff; } 
.elemOffresPubliees .tableau div:hover .a_whover, 
.elemOffresPubliees .divGraphique:hover { background-color: #a2c4d533; }
.elemOffresTotale .tableau div:hover .a_whover,
.elemOffresTotale .divGraphique div:not(.elemMenu):hover { background-color: rgb(236, 243, 247); }
.elemOffresPubliees .entete.date { color: #fff; }

/* theme danger */
.elemOffresPubliees.danger tr.a_Infos td:first-child { background-color: rgba(198, 80, 80, 0.4); }
.elemOffresPubliees.danger tr td { border: 1px solid rgba(198, 80, 80, 0.4); }
.elemOffresPubliees.danger tr.elemMenu th:nth-child(2), 
.elemOffresPubliees.danger tr.elemMenu th:nth-child(3), 
.elemOffresPubliees.danger tr.elemMenu th:nth-child(4) { background-color: rgba(198, 80, 80, 0.4); }
.elemOffresPubliees.danger tr.elemMenu th { border: 1px solid rgba(198, 80, 80, 0.4); color: #b16a6a; }
.elemOffresPubliees.danger { border: solid 1px rgba(198, 80, 80, 0.4); }
.elemOffresPubliees.danger tr th { background-color: rgb(198, 80, 80); }
.elemOffresPubliees.danger .titreOffrePuce { border-color: transparent transparent transparent #fff; }
.elemOffresPubliees.danger tr th a { color: #fff; }
.elemOffresPubliees.danger tr:hover td.a_whover, 
.elemOffresPubliees.danger tr:hover td.divGraphique { background-color: rgba(203, 91, 91, 0.14); }
.elemOffresPubliees.danger tr th.date div { color: #fff; }

/* theme success */
.elemOffresPubliees.success tr.a_Infos td:first-child { background-color: rgb(172, 218, 177); }
.elemOffresPubliees.success tr td { border: 1px solid rgba(85, 180, 96, 0.49); }
.elemOffresPubliees.success tr.elemMenu th:nth-child(2), 
.elemOffresPubliees.success tr.elemMenu th:nth-child(3), 
.elemOffresPubliees.success tr.elemMenu th:nth-child(4) { background-color: rgba(85, 180, 96, 0.49); }
.elemOffresPubliees.success tr.elemMenu th { border: 1px solid rgba(85, 180, 96, 0.49); color: rgb(56, 126, 64); }
.elemOffresPubliees.success { border: solid 1px rgb(85, 180, 96); }
.elemOffresPubliees.success tr th { background-color: rgba(1, 143, 18, 0.67); }
.elemOffresPubliees.success .titreOffrePuce { border-color: transparent transparent transparent #fff; }
.elemOffresPubliees.success tr th a { color: #fff; }
.elemOffresPubliees.success tr:hover td.a_whover, 
.elemOffresPubliees.success tr:hover td.divGraphique { background-color: rgba(172, 218, 177, 0.41); }
.elemOffresPubliees.success tr th.date div { color: #fff; }

/* Style Input */
.elemOffresPublieesAdmin input[type="date"], 
.elemOffresPrioUserAdmin input[type="date"] { width: 140px; font-size: 8pt; }
.elemOffresPublieesAdmin input[type="date"], 
.elemOffresPrioUserAdmin input[type="date"], 
.elemOffresPublieesAdmin input[type="number"], 
.elemOffresPrioUserAdmin input[type="number"], 
.elemOffresPublieesAdmin input[type="checkbox"], 
.elemOffresPrioUserAdmin input[type="checkbox"], 
.elemOffresPublieesAdmin select, 
.elemOffresPrioUserAdmin select {
	margin: 4px 6px;
	text-transform: uppercase;
	outline: none;
	border: 1px solid #648499b3;
	border-radius: 4px;
	padding: 0 4px;
	line-height: 20px;
}
.elemOffresPublieesAdmin select, 
.elemOffresPrioUserAdmin select { text-transform: none; padding: 2px 4px; font-size: 8pt; }
.elemOffresPublieesAdmin .checkbox, 
.elemOffresPrioUserAdmin .checkbox { padding-left: 0; width: 0; margin: 5px auto 0; }
.elemOffresPrioUserAdmin .checkbox { margin: 5px 20px 0 6px; }
.elemOffresPublieesAdmin .checkbox label:after, 
.elemOffresPrioUserAdmin .checkbox label:after { content: ''; display: table; clear: both; }
.elemOffresPublieesAdmin .checkbox .cr, 
.elemOffresPrioUserAdmin .checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #648499b3;
	background-color: #fff;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: none;
	top:4px;
}
.elemOffresPublieesAdmin.styleOffrePrio .checkbox .cr, 
.elemOffresPublieesAdmin.styleOffrePrio select, 
.elemOffresPublieesAdmin.styleOffrePrio input {
    border-color: rgba(52, 95, 18, 0.5);
}
.elemOffresPublieesAdmin.styleOffreDate .checkbox .cr, 
.elemOffresPublieesAdmin.styleOffreDate select, 
.elemOffresPublieesAdmin.styleOffreDate input {
    border-color: rgba(198, 80, 80, 0.7);
}
.elemOffresPublieesAdmin .checkbox .cr .cr-icon, 
.elemOffresPrioUserAdmin .checkbox .cr .cr-icon { 
	position: absolute; line-height: 0; top: 50%; left: 20%; 
}
.elemOffresPublieesAdmin .checkbox label input[type="checkbox"], 
.elemOffresPrioUserAdmin .checkbox label input[type="checkbox"] { 
	display: none; 
}
.elemOffresPublieesAdmin .checkbox label input[type="checkbox"] + .cr > .cr-icon, 
.elemOffresPrioUserAdmin .checkbox label input[type="checkbox"] + .cr > .cr-icon { 
	transform: scale(3) rotateZ(-20deg); opacity: 0; transition: all .3s ease-in; 
}
.elemOffresPublieesAdmin .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, 
.elemOffresPrioUserAdmin .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon { 
	transform: scale(1) rotateZ(0deg); opacity: 1; 
}
.elemOffresPublieesAdmin .checkbox label input[type="checkbox"]:disabled + .cr, 
.elemOffresPrioUserAdmin .checkbox label input[type="checkbox"]:disabled + .cr { 
	opacity: .5; 
}

/* Firefox */
.elemOffresPublieesAdmin input[type=number], 
.elemOffresPrioUserAdmin input[type=number] {
    -moz-appearance: textfield;
	font-size: 8pt;
}

/* Chrome */
.elemOffresPublieesAdmin input::-webkit-inner-spin-button,
.elemOffresPrioUserAdmin input::-webkit-inner-spin-button,
.elemOffresPublieesAdmin input::-webkit-outer-spin-button, 
.elemOffresPrioUserAdmin input::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	margin:0;
}

/* Opéra*/
.elemOffresPublieesAdmin input::-o-inner-spin-button,
.elemOffresPrioUserAdmin input::-o-inner-spin-button,
.elemOffresPublieesAdmin input::-o-outer-spin-button, 
.elemOffresPrioUserAdmin input::-o-outer-spin-button { 
	-o-appearance: none;
	margin:0
}

.elemOffresPublieesAdmin #creditEmploiOffres {
	position:relative;
	display: table;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: hide;
	width: 100%;
}

.elemOffresPublieesAdmin .formulaire .entete, 
.elemOffresPublieesAdmin .formulaire .contenu { display:table-row; }

.elemOffresPublieesAdmin .formulaire > div.entete > div  {
	display:table-cell;
	color: #3f5766;
	background-color: #c9dde8;
	font-size: 12px;
	font-weight:bold;
	padding: 1px;
	text-align: center;
	border: 1px solid #9cbfd5;
	border-top-color: #c9dde8;
	white-space: nowrap;
}

.elemOffresPublieesAdmin .formulaire > div.entete > div .btnActionAnnonce { padding:6px 25px; }

.elemOffresPublieesAdmin .formulaire > div.contenu > div { display:table-cell; background-color: #a2c4d580; border:1px solid #9cbfd5; }

.elemOffresPublieesAdmin .btnActionAnnonce { box-shadow: none; }

#creditEmploiUser .elemOffresPrioUserAdmin div.help,  
.elemOffresPublieesAdmin .formulaire .entete > div.help { cursor: help; }

.elemOffresPublieesAdmin .entete > div.rowspanned { position: absolute; top: 0; bottom: 0; height:55px; }
.elemOffresPublieesAdmin .entete > div.rowspanned p { margin:6px 0 5px; }

.elemOffresPublieesAdmin:not(.styleOffreDate):not(.styleOffrePrio) .entete > div.rowspanned { color:#fff !important; }

.elemOffresPublieesAdmin .entete > div.rowspanned:first-child,
.elemOffresPublieesAdmin .contenu > div.empty:first-child { width: 110px; border: 0; font-weight:normal; background:#3f5766; }
.elemOffresPublieesAdmin .entete > div.rowspanned:first-child i { font-size:13px; margin-right:6px; }

.elemOffresPublieesAdmin .entete > div.rowspanned:last-child,
.elemOffresPublieesAdmin .contenu > div.empty:last-child { width: 140px; border: 0; line-height:56px; }

.elemOffresPublieesAdmin .formulaire .contenu > div { text-align: center; border-bottom:0 !important; }

.elemOffresPublieesAdmin.styleOffrePrio .head {
	background-color: rgb(58, 155, 90);
	color: rgb(255, 255, 255);
}

.elemOffresPublieesAdmin.styleOffrePrio,  
.elemOffresPublieesAdmin.styleOffrePrio .entete > div, 
.elemOffresPublieesAdmin.styleOffrePrio .contenu > div {
	border: 1px solid rgba(52, 95, 18, 0.2);
	border-bottom: 0;
}

.elemOffresPublieesAdmin.styleOffrePrio .entete > div {
	border-top: 0;
}

.elemOffresPublieesAdmin.styleOffrePrio .contenu > div:last-child, 
.elemOffresPublieesAdmin.styleOffrePrio .formulaire .contenu > div, 
.elemOffresPublieesAdmin.styleOffrePrio .formulaire .entete > div {
	background-color: rgba(58, 155, 90, 0.32);
	color: #579f52;
	border-color:rgba(52, 95, 18, 0.2);
}

.elemOffresPublieesAdmin.styleOffrePrio .formulaire .entete > div { border-top-color: rgb(183, 217, 199); }

.elemOffresPublieesAdmin.styleOffrePrio .entete > div.rowspanned:first-child {
	background-color: #8fc5a4;
	color: rgb(38, 101, 42);
}

.elemOffresPublieesAdmin.styleOffrePrio .entete > div.rowspanned:last-child {
	background-color: rgb(183, 217, 199);
	color: #b16a6a;
}

.elemOffresPublieesAdmin.styleOffrePrio .btnActionAnnonce {
	background: #58a25c  ;
	background: -moz-linear-gradient(top, #58a25c   0%, #236b24  100%);
	background: -webkit-linear-gradient(top, #58a25c   0%,#236b24  100%);
	background: linear-gradient(to bottom, #58a25c   0%,#236b24  100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58a25c  ', endColorstr='#236b24 ',GradientType=0 );
}

.elemOffresPublieesAdmin.styleOffrePrio .btnActionAnnonce:hover {
	background: #59ab5e    ;
	background: -moz-linear-gradient(top, #59ab5e     0%, #378a38    100%);
	background: -webkit-linear-gradient(top, #59ab5e     0%,#378a38    100%);
	background: linear-gradient(to bottom, #59ab5e     0%,#378a38    100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59ab5e    ', endColorstr='#378a38   ',GradientType=0 );
}

.elemOffresPublieesAdmin.styleOffreDate .head {
	background-color: rgb(198, 80, 80);
	color: rgb(255, 255, 255);
}

.elemOffresPublieesAdmin.styleOffreDate,  
.elemOffresPublieesAdmin.styleOffreDate .entete > div, 
.elemOffresPublieesAdmin.styleOffreDate .contenu > div { border:1px solid rgb(198, 80, 80, 0.4); border-bottom:0; }

.elemOffresPublieesAdmin.styleOffreDate .entete > div { border-top: 0; }

.elemOffresPublieesAdmin.styleOffreDate .contenu > div:last-child, 
.elemOffresPublieesAdmin.styleOffreDate .formulaire .contenu > div, 
.elemOffresPublieesAdmin.styleOffreDate .formulaire .entete > div {
	background-color: rgba(198, 80, 80, 0.4);
	color: #b16a6a;
	border-color:rgba(198, 80, 80, 0.4);
}

.elemOffresPublieesAdmin.styleOffreDate .formulaire .entete > div { border-top-color: rgb(224, 180, 183); }

.elemOffresPublieesAdmin.styleOffreDate .entete > div.rowspanned:first-child {
	background-color: rgb(213, 138, 140);
	color: rgb(121, 47, 47);
}

.elemOffresPublieesAdmin.styleOffreDate .entete > div.rowspanned:last-child {
	background-color: rgb(224, 180, 183);
	color: #b16a6a;
}

.elemOffresPublieesAdmin.styleOffreDate .btnActionAnnonce {
	background: #c98080   ;
	background: -moz-linear-gradient(top, #c98080    0%, #933e3e   100%);
	background: -webkit-linear-gradient(top, #c98080    0%,#933e3e   100%);
	background: linear-gradient(to bottom, #c98080    0%,#933e3e   100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c98080   ', endColorstr='#933e3e  ',GradientType=0 );
}

.elemOffresPublieesAdmin.styleOffreDate .btnActionAnnonce:hover {
	background: #e38c8c    ;
	background: -moz-linear-gradient(top, #e38c8c     0%, #b95151    100%);
	background: -webkit-linear-gradient(top, #e38c8c     0%,#b95151    100%);
	background: linear-gradient(to bottom, #e38c8c     0%,#b95151    100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e38c8c    ', endColorstr='#b95151   ',GradientType=0 );
}

.elemOffresPublieesAdmin .idoffre {
	text-align: right;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.73);
	position: absolute;
	right: 10px;
	top: 6px;
}

.elemOffresPublieesAdmin .erreurDate,   
.elemOffresPrioUserAdmin .erreurDate {  
	background-color: red !important;
	color: white !important;
}

.affOffresDetails {
	background-color:#fff;
	border:1px solid #293a4e;
	padding:10px;
}

.affOffresDetails:before, 
.affOffresDetails::before {
	display:block;
	background: #293a4e;
	color:#fff;
	content: attr(data-title);
	font-weight:bold;
	font-size:20px;
	line-height:20px;
	margin:-10px -10px 11px -10px;
	padding:6px 10px 7px;
}

.annonceInfosStyle {
	color: #4b6577;
	font-size: 1em;
	padding-bottom: 5px;
}

.annonceStyle {
	border-bottom: 0;
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
}

.postulerOffre {
	border: 1px solid rgba(171, 204, 222, 1);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.postulerOffre thead tr th, 
.postulerOffre div.titre {
	background-color: rgba(171, 204, 222, 0.5);
	padding: 6px 10px;
	border-bottom: 1px solid rgba(171, 204, 222, 1);
}

.postulerOffre thead tr th a, 
.postulerOffre div.titre a {
	color: #4b6577;
	font-weight: normal;
}

.postulerOffre tbody tr td, 
.postulerOffre div.contenu {
	padding: 10px 20px;
}

#supprimerOffre {
	padding: 30px 43px;
	border: 1px solid rgba(41, 58, 78, 0.42);
	color: #182935;
	background-color:#fff;
}

#supprimerOffre span {
	display: inline-block;
	width: 100%;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

#supprimerOffre select, 
#supprimerOffre input {
	height:calc(1.5em + 0.75rem);
	font-size:12px;
}

#supprimerOffre .bouton {
	display:grid;
	grid-gap:3px; 
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: minmax(35px, auto);
	align-items:center; 
	text-align:center;
	line-height:24px;
}

#supprimerOffre .bouton input, 
#supprimerOffre .bouton a { height:35px; font-size:14px; }
#supprimerOffre .bouton input { background-color:#ce3f3f; color:#fff; }
#supprimerOffre .bouton input:hover { background-color:#b93939; color:#fff; }
#supprimerOffre .bouton a { background-color:#2d8f5c; color:#fff; }
#supprimerOffre .bouton a:hover { background-color:#26754c; color:#fff; }

.modifClassAlert #creditEmploi, 
.modifClassAlert #creditEmploiUser { padding:10px; }

.modifClassAlert #creditEmploi p#creditEmploiDesc { padding-bottom:0px; }

.modifClassAlert #creditEmploi .tableau { 
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 370px auto max-content;
	grid-auto-rows: minmax(0, auto);
	align-items: center;
}

.modifClassAlert #creditEmploi .tableau .titre { font-weight:bold; }

.modifClassAlert #creditEmploi .tableau .btn { 
	align-self:end; 
	padding:0; 
	font-size:12px; 
	height:calc(1.5em + 0.75rem);
	margin-bottom:2px;
}

.modifClassAlert #creditEmploi .tableau .btn a { 
	display:block; 
	-webkit-border-radius:0.25rem; 
	border-radius:0.25rem; 
}

.modifClassAlert #creditEmploiUser .elemOffresPrioUserAdmin { 
	display:table; 
	table-layout:auto; 
	border-collapse:collapse;
	border-spacing:0;
	empty-cells: hide;
	width:100%;
}

.modifClassAlert #creditEmploiUser .elemOffresPrioUserAdmin > div { display:table-row; }

.modifClassAlert #creditEmploiUser .elemOffresPrioUserAdmin > div > div { display:table-cell; }


#creditEmploi p, 
#creditEmploiUser p {
	color: #355c75;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 4px;
}

#creditEmploiUser p {
	text-align: left;
	margin-bottom: 0;
}

#creditEmploi p span.motifUser {
	display: block;
	font-weight: normal;
	font-style: italic;
	color: #355c75;
}

#creditEmploi table, 
#creditEmploiUser table {
	border-collapse: collapse;
	margin: 5px 0;
}

#creditEmploi table tr td, 
#creditEmploiUser table tr th, 
#creditEmploiUser table tr td {
	padding: 5px 10px;
	border: 1px solid #5d88a44d;
	color: #355c75;
}

#creditEmploiUser .elemOffresPrioUserAdmin div > div { border: 1px solid #3f576666; text-align:center; }

#creditEmploiUser .elemOffresPrioUserAdmin div:first-child > div:not(:nth-child(8)) {
	padding: 2px 10px;
	color: #fff;
	background-color: #3f5766;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	white-space:nowrap;
}

#creditEmploiUser .elemOffresPrioUserAdmin div:last-child > div { padding: 5px; background-color: #fff; }
#creditEmploiUser .elemOffresPrioUserAdmin div > div input { margin:4px 0; }

#creditEmploiUser .elemOffresPrioUserAdmin div:first-child > div:nth-child(8) {
	border: 0;
	text-align: center;
	position: relative;
}

#creditEmploi .coche {
	position: absolute;
	top: 22px;
	left: 240px;
}

#creditEmploiUser .elemOffresPrioUserAdmin div:first-child > div:nth-child(8) .coche {
	position: absolute;
	top: 24px;
	left: 130px;
}

#creditEmploiUser table tr th .btnActionAnnonce {
	background: #516f81      ;
	background: -moz-linear-gradient(top, #516f81       0%, #3f5766      100%);
	background: -webkit-linear-gradient(top, #516f81       0%,#3f5766      100%);
	background: linear-gradient(to bottom, #516f81       0%,#3f5766      100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516f81      ', endColorstr='#3f5766     ',GradientType=0 );
}

#creditEmploiUser table tr th .btnActionAnnonce:hover {
	background: #516f81     ;
	background: -moz-linear-gradient(top, #516f81      0%, #517084        100%);
	background: -webkit-linear-gradient(top, #516f81      0%,#517084       100%);
	background: linear-gradient(to bottom, #516f81      0%,#517084       100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516f81     ', endColorstr='#517084      ',GradientType=0 );
}

#creditEmploiUser .btnActionAnnonce {
	box-shadow: none;
}

#voirTdbUser input::placeholder {
	font-style:italic;
	font-size: 0.8em;
	opcaity: .5;
}

#voirTdbUser a.btnActionAnnonce {
	padding: 4px 14px;
}

#voirTdbUser form div.info { 
	display:block; 
	font-size:14px; 
	margin-bottom:10px; 
}

#voirTdbUser .input-group .form-control {
	height:32px;
}

#voirTdbUser a.btnActionAnnonce.inputgroup {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	min-width:200px;
	text-align: center;
	font-size: 16px;
	height:32px;
	line-height:25px;
}

#btnAdmin {
	position: absolute;
	top: 60px;
	right: 0;
	background:#3ca4cc;
}

#btnAdmin.user { top:58px; }

#btnAdmin:hover {
	background:#2b7693;
}

#btnAdmin a, 
#btnAdmin a:hover {
	font-size:18px;
	background:none;
}

.suiviCandidatures {
	width:100%;
	border:0;	
	text-align:center;
	background-color:#fff;
}

.suiviCandidatures {
	display:grid;
	grid-gap:0; 
	grid-template-columns: repeat(5, 1fr) 320px;
	grid-auto-rows: minmax(0, auto);
	align-items:center;
	border-collapse:collapse;
}

.suiviCandidatures .entete, 
.suiviCandidatures .titre, 
.suiviCandidatures [data-offre] > div {
	border:1px solid #b5cbd8;
	padding:6px 10px;
	height:100%;
}

.suiviCandidatures > div.entete {
	color: #fff;
	background-color: #293a4e;
	font-weight: bold;
	font-size: 12px;
}

.suiviCandidatures.masquer > div.entete { background-color: #7b2e2e; }

.suiviCandidatures [data-offre] { grid-column:span 6; }

.suiviCandidatures [data-offre].titre {
	background:#648499;
	color:#fff;
	text-shadow: 1px 1px 1px #4e6a7d;
    text-align: left;
}

.suiviCandidatures.masquer [data-offre].titre {
	background:#996464;
}

.suiviCandidatures [data-offre].titre span.pourvu {
	margin-left: 10px;
	color: #000;
	text-shadow: 1px 1px 1px #909da6;
	font-weight: bold;
	font-size: 11px;
}

.suiviCandidatures [data-offre].titre a.titreOffreSuiviCandidature {
	color: #fff;
	font-size: 14px;
}

.suiviCandidatures [data-offre]:not(.titre) {
	display:grid;
	grid-gap:0; 
	grid-template-columns: repeat(5, 1fr) 320px;
	grid-auto-rows: minmax(0, auto);
	align-items:center;
	border-collapse:collapse;
}

.suiviCandidatures div.sc_except,
.suiviCandidatures [data-offre]:not(.titre) div:last-child { white-space: nowrap; }
 
.suiviCandidatures [data-offre]:not(.titre) { color:#3c556a; background-color:#eef8fc; }
.suiviCandidatures.masquer [data-offre]:not(.titre) { color:#6a3c3c; background-color:#fceeeead; }

.suiviCandidatures > div.entete, 
.suiviCandidatures [data-offre]:not(.titre) > div { border: 1px dotted #648499; border-top:0; border-right:0; }

.suiviCandidatures.masquer > div.entete, 
.suiviCandidatures.masquer [data-offre]:not(.titre) > div { border: 1px dotted #a0404040; border-top:0; border-right:0; }

.suiviCandidatures > div.entete, 
.suiviCandidatures [data-offre]:not(.avant-dernier) > div { border-bottom:0; }

.suiviCandidatures [data-offre].dernier > div { border-bottom:1px dotted #648499; }

.suiviCandidatures.masquer [data-offre].dernier > div { border-bottom:1px dotted #a0404040; }

.suiviCandidatures > div.entete:last-child, 
.suiviCandidatures [data-offre]:not(.titre) > div:last-child { border-right:1px dotted #648499; }

.suiviCandidatures.masquer > div.entete:last-child, 
.suiviCandidatures.masquer [data-offre]:not(.titre) > div:last-child { border-right:1px dotted #a0404040; }

.suiviCandidatures > div.titre { border:0; }


.suiviCandidatures [data-offre]:not(.titre) > div span.btnPdf { display: inline-block; padding: 5px 9px; vertical-align:middle; padding: 3px 8px 4px; }

.suiviCandidatures [data-offre]:not(.titre) > div a:link,
.suiviCandidatures [data-offre]:not(.titre) > div a:active, 
.suiviCandidatures [data-offre]:not(.titre) > div a:visited { color:#3c556a; font-weight:bold; }
.suiviCandidatures [data-offre]:not(.titre) > div a:hover { text-decoration:underline; }

.suiviCandidatures [data-offre]:not(.titre) > div a.sc_btn:link,
.suiviCandidatures [data-offre]:not(.titre) > div a.sc_btn:active, 
.suiviCandidatures [data-offre]:not(.titre) > div a.sc_btn:visited { color:#6fa2cd; font-weight:bold; }
.suiviCandidatures [data-offre]:not(.titre) > div a.sc_btn:hover { text-decoration:none; }
.suiviCandidatures [data-offre]:not(.titre) > div a.sc_btn:hover span { background-color:#415867; color:#fff; }

.suiviCandidatures [data-offre]:not(.titre) > div span.btnPdf { 
	background-color:#fff;
	border:1px solid #648499;
	color:#648499;	
	font-size:8pt;
	-moz-border-radius: .25rem;
	-webkit-border-radius: .25rem;
	border-radius: .25rem;
}
.suiviCandidatures.masquer [data-offre]:not(.titre) > div span.btnPdf { 
	background-color:#fff;
	border:1px solid #996464;
	color:#996464;
}

.suiviCandidatures [data-offre]:not(.titre) > div span.btnPdf i { font-size:9pt; top:2px; margin-left:5px; }

.suiviCandidatures [data-offre]:not(.titre) > div a.aContact { cursor:pointer; color:#3c556a; }
.suiviCandidatures.masquer [data-offre]:not(.titre) > div a.aContact { color:#996464; }

.suiviCandidatures [data-offre]:not(.titre) > div div.sc_action { 
	text-align: left;
	font-weight: bold;
	padding: 0 0 10px 2px;
}

.suiviCandidatures [data-offre]:not(.titre) > div select, 
.suiviCandidatures [data-offre]:not(.titre) > div input { font-size:8pt; padding:3px 2px 4px; }
.suiviCandidatures [data-offre]:not(.titre) > div select { width: 255px; }
.suiviCandidatures [data-offre]:not(.titre) > div input {
	position:relative;
	top:-1px;
	left:10px;
	background: #648499;
	border: 0;
	padding: 2px 6px 4px;
	color: #fff;
	border-radius: 50%;
	font-weight: bold;
}
.suiviCandidatures [data-offre]:not(.titre) > div input:hover { background:#3d5769; cursor:pointer; }
.suiviCandidatures.masquer [data-offre]:not(.titre) > div input { background: #996464; }
.suiviCandidatures.masquer [data-offre]:not(.titre) > div input:hover { background:#774d4d; }

#validerRecrutement .modal-header, 
#resetCandidature .modal-header { background-color:#a8e7a0; border-bottom:1px solid #9ad992; padding:10px 10px 0; }

#validerRecrutement .modal-header .close, 
#resetCandidature .modal-header .close { position:relative; top:-7px; color: #155023; }

#validerRecrutement .modal-title, 
#resetCandidature .modal-title { line-height:1; font-size:11pt; font-weight: bold; color: #155023; text-shadow: 1px 1px 2px #e0fbd5; padding-top:2px; }

#validerRecrutement .modal-footer, 
#resetCandidature .modal-footer { padding:0 10px 10px; border-top:0; }

#validerRecrutement .modal-footer .btn, 
#resetCandidature .modal-footer .btn { 
	line-height:1; 
	font-size:9pt;
	padding:0.375rem 0.75rem 0.355rem;
}

.traitementOffresAnnonce.sc_positionnement { position:relative; }

a#btnAffCandMasquer, 
a#btnAffCandSuivie { 
	position:absolute;
	right:0;
	top:25px;
	display:inline-block;
	font-size:10pt;	
	color:#fff;
	padding: 4px 20px;
	background: green;
}

a#btnAffCandMasquer:hover, 
a#btnAffCandSuivie:hover { background: #036f03; text-decoration:none; }

#tdb_Admin .modifClassAlert {
	color: #0c5460;
	background-color: #fff;
	border-color: #293a4e;
	-webkit-border-radius:0;
	border-radius:0;
	padding:0;
}
#tdb_Admin .alert-danger.modifClassAlert { color: #0c5460; background-color: #e0b4b7; border-color: #c65050; }

#tdb_Admin .modifClassAlert .head {
	color: #fff;
	background-color: #293a4e;
	font-size:20px;
	font-weight:bold;
	padding:2px 10px;
}
#tdb_Admin .alert-danger.modifClassAlert .head { background-color: #c65050; }

#tdb_Admin .modifClassAlert #recupErreur { margin:10px; }
