/* Icone de déconnexion */
.logout{ 
	position: absolute !important;
	right: 1%;
	color: white;
	top: 1%;
}
.dash_logout {
	float: right;
	margin: 0 20px;
}
body.textual-accent-color .post-content .logout div .style-dark p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) .dash_logout a:not(.btn){
	color: white !important;
	background-color: #e4794a;
	border: 1px solid #e4794a;
	padding: 10px;
	display: block;
	width: 40px;
	border-radius: 50px;
    font-size: 20px;
	transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}
body.textual-accent-color .post-content .logout div .style-dark p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) .dash_logout a:not(.btn):hover{
	color: #e4794a !important;
	background-color: transparent;
}
body.textual-accent-color .post-content .logout div .style-dark p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) .dash_logout a:not(.btn) i{
	display: block;
}



/* Listage CV ET OFFRE*/
.list_item_dash {
	margin: 20px;
}
#results_title{
	display: none !important;
}
#results_container{
	color: #707070 !important;
}
.cv_item, .offre_item {
	margin: 20px 0 0 0;
	background-color: rgb(255,255,255);
	box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
	border-radius: 8px;
	padding: 30px;
}

.offre_title, .cv_title {
	font-size: 18px;
}
.offre_title, .offre_publish_date,.cv_title, .cv_publish_date {
	display: block;
	margin-top: 10px;
}
.cv_publish_date, .offre_publish_date {
	font-style: italic;
	color: #8695A5;
	font-size: 13px;
	margin-bottom: 10px;
}

.cv_item>span, .private_cv, .offre_item span, .private_offre {
	text-align: left;
	margin-bottom: 5px;
	color: #707070 !important;
}

.offre_resume{
	display: inline-block;
	width: 100%;
}
.cv_formation>a, .offre_resume>a{
	margin-top: 10px;
}
.cv_formation a, .offre_formation a, .offre_resume a{
	padding-left: 0;
	width: fit-content;
	display: block;
	position: relative;
	color: #e4794a !important;
}
.cv_formation>a:after, .offre_formation>a::after, .offre_resume>a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 105%;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #e4794a;
}

.contacter_content, .formation_content, .offre_content {
	display: none;
	padding-top: 7px;
	padding-left: 20px;
}
.formation_content ul, .contacter_content ul{
	list-style: none !important;
	padding: 0 !important;
	margin: 0;
}

.cv_link a, .list_item_dash .offre_link a, .offre_contact_mode a{
    background-color: #e4794a;
	float: right;
    border: 1px solid #e4794a;
    padding: 13px 31px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
	color: white !important;
	transition: color 200ms ease-in-out, background-color 200ms ease-in-out !important;
    font-weight: 600;
    border-radius: 10em;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}
.cv_link:hover a, .offre_link:hover a, .offre_contact_mode a:hover {
	color: #e4794a !important;
	background-color: transparent;
}

.private_offre, .private_cv {
	margin-top: 20px;
	border-top: 1px solid #C8C8C8;
	padding-top: 10px;
}
.private_offre a, .private_cv a {
	color: #CE6969 !important;
	font-size: 13px;
}
.private_offre > div, .private_cv > div {
	display: inline-block;
	vertical-align: middle;
}
.private_offre .auto_delete_date, .private_cv .auto_delete_date {
	font-size: 13px;
	width: 82%;
}
.delete_button a {
	background-image: url(../images/delete.png);
    background-repeat: no-repeat;
    background-size: 14px;
    min-width: 20px;
    min-height: 18px;
    padding-left: 19px;
}


.item_pending_status{
	background: #e4794a;
    display: block;
    padding: 5px 10px;
    width: fit-content;
	color: white;
	margin-bottom: 10px;
}

/* Listage dans la recherche */
.resultat_cv .cv_item, .resultat_offre .offre_item{
	width: 48%;
	margin-right: 20px;
	margin-bottom: 40px
}
.resultat_offre .offre_item{
	min-height: 290px;
	padding: 30px 30px 70px 30px !important;
}
.resultat_offre .offre_contact_mode {
	margin-top: 25px;
}
.resultat_offre .offre_link a{
	position: absolute;
	cursor: pointer;
	bottom: 37px;
	background-color: #e4794a !important;
	color: white !important;
    border: 1px solid #e4794a;
    padding: 13px 31px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: 600;
    border-radius: 10em;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}
.resultat_offre .offre_link a:hover{
	background-color: transparent !important;
	color: #e4794a !important;
}
.resultat_offre .offre_content{
	margin-bottom: 10px;
}
.resultat_offre .offre_title, .resultat_cv .cv_title{
	font-size: 20px;
	margin-bottom: 15px;
	color: #707070 !important;
}
.resultat_offre .offre_resume a, .resultat_offre .offre_formation a, .resultat_cv .cv_formation a {
	color: #21abbe !important;
	margin-bottom: 5px;
}
.resultat_offre .offre_resume a::after, .resultat_offre .offre_formation a::after, .resultat_cv .cv_formation a::after{
	border-top: 6px solid #21abbe;
}
.resultat_offre .offre_formation{
	display: block;
	margin-bottom: 25px;
}
.resultat_cv .cv_formation{
	display: block;
	margin: 13px 0 55px 0;
}
.resultat_offre .offre_contact_mode{
	position: absolute;
	bottom: 32px;
	left: 50%;
}
.resultat_cv .cv_link{
	position: absolute;
	bottom: 15px;
	left: 25%;
}



/* FORMULAIRE CREATION ET MODIFICATION DU COMPTE */
.page-id-84928 .uncell.triple-block-padding, .page-id-84916 .uncell.triple-block-padding{
	padding-left: 100px;
}

form#register-user input[type=text], form#register-user input[type=password], form#register-user input[type=email], form#register-user textarea,
form#primaryPostForm input[type=text], form#primaryPostForm input[type=password], form#primaryPostForm input[type=email], form#primaryPostForm textarea {
	padding: 10px 15px;
	width: 100%;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    border: 1px solid #eaeaea;
    margin: 0;
    border-radius: 2px;
}
form#register-user input:focus, form#register-user textarea:focus,
form#primaryPostForm input:focus, form#primaryPostForm textarea:focus {
	border-color: #e4794a;
}
span.labl_req{
	color: #e4794a !important;
}

#register-user .violet-button, #primaryPostForm .violet-button{
	width: 100%;
    color: #ffffff !important;
    margin-top: 27px;
    background-color: #e4794a !important;
	border: 1px solid #e4794a ;
}
#register-user .violet-button:focus, #register-user .violet-button:hover, #register-user .violet-button:active,
#primaryPostForm .violet-button:focus, #primaryPostForm .violet-button:hover, #primaryPostForm .violet-button:active{
	background-color: transparent !important;
	border-color: #e4794a !important;
	color: #e4794a !important;
}

.ui-datepicker{
	border: initial;
	box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    border: 1px solid #eaeaea;
}
.ui-datepicker-header{
	background-color: #e4794a  !important;
	border: none;
	border-radius: initial;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
	border-radius: 0;
	top: 4px;
}
.ui-datepicker-next-hover, .ui-state-hover, .ui-datepicker-prev-hover{
	background: #cd6d43 !important;
	top: 4px !important;
}
.ui-datepicker-month, .ui-datepicker-year{
	padding: 0;
	font-size: 15px !important;
	margin-left: 10px !important;
}
.ui-datepicker-calendar th{
	font-size: 15px;
	font-weight: 600;
}
a.ui-state-default{
	background-color: transparent !important;
	color: #555 !important;
}
a.ui-state-default:hover, td.ui-datepicker-current-day a.ui-state-default.ui-state-active {
	background-color: #e4794a !important;
	color: white !important;
}

div#signupform .column.c2{
	display: inline-block;
	vertical-align: top;
	width: 55%;
}
div#signupform .column.c2:first-of-type {
	margin-right: 4%;
	width: 40%;
}
div#signupform .form_line .form_elem.full_width {
	width: 100%;
}
div#signupform .form_line .form_elem {
	display: inline-block;
	margin: 10px;
	margin-left: 0;
	width: 100%;
}
div#signupform .form_line .form_elem:nth-of-type(2) {
	margin-right: 0;
}
div#signupform .form_line .form_elem label {
	display: block;
	margin-bottom: 1px;
}


#primaryPostForm .column.c2{
	margin-right: 0;
}
.post-84934 #primaryPostForm .column.c2 {
	width: 50%;
}
#primaryPostForm .column.c2:first-of-type {
	margin-right: 1%;
}
.post-84934 #primaryPostForm .column.c2:first-of-type {
	width: 48%;
}
#primaryPostForm .form_elem{
	margin-bottom: 35px;
}
.post-84934 #primaryPostForm .form_elem{
	margin-bottom: 45px;
}
#primaryPostForm .form_elem>label:nth-child(1){
	font-weight: 500;
	font-size: 20px !important;
	color: #21abbe;
}
#primaryPostForm .violet-button{
	margin-top: 10px;
}

#register-user .form_action{
    display: flex;
	align-items: start;
	justify-content: space-between;
	margin-top: 32px;
}
#register-user .form_action input{
   margin-top: 0;
   width: 55%;
}
#register-user .form_action a{
	color: red;
 }


/* CHAMPS DE RECHERCHE DES OFFRES */
#liste_offre:not(.list_item_dash), #liste_cv:not(.list_item_dash){
	margin-top: -90px !important;
	border-radius: 8px;
	box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
	background-color: #e4794a;
	padding: 54px 36px 100px 36px;
}
#liste_offre h3.font-676582.font-weight-400, #liste_cv h3.font-676582.font-weight-400{
	color: white;
}
#liste_offre  #filters_container, #liste_cv #filters_container{
	padding-top: 25px;
}
#liste_offre  #filters_container select:disabled, #liste_cv #filters_container select:disabled,
#liste_cv #filters_container .select2-container.select2-container--disabled, #liste_offre  #filters_container .select2-container.select2-container--disabled{
	background-color: rgba(151, 151, 151, 0.2) !important;
	opacity: 0.7 !important;
}
#liste_cv #filters_container .select2-container.select2-container--disabled .select2-selection--multiple, 
#liste_offre  #filters_container .select2-container.select2-container--disabled .select2-selection--multiple{
	background-color: transparent !important;

}
#liste_offre  #filters_container .select2-search__field::-webkit-input-placeholder,
#liste_offre  #filters_container .select2-search__field::placeholder,
#liste_cv #filters_container .select2-search__field::-webkit-input-placeholder,
#liste_cv  #filters_container .select2-search__field::placeholder{
	color: white !important;
}
#liste_offre  #filters_container select, #liste_cv #filters_container select{
	background-color: rgba(0, 0, 0, 0.15) !important;
	margin-top: 0;
    border: none;
    color: white;
    padding: 10px 15px;
	outline: none;
	background-image: url('/wp-content/themes/uncode-child/inc/mise-en-relation-apprentis-entreprises/assets/images/arrow.svg');
	margin-bottom: 15px;
	transition: .25s border;
}
#liste_offre  #filters_container select option, #liste_cv #filters_container select option{
	background-color: white;
}
#liste_offre label, #liste_cv label{
	color: white;
}
#liste_offre #filters_container select option:first-child, #liste_cv #filters_container select option:first-child {
	color: #A7A7A7 !important;
}
form#primaryPostForm .form_line{
	margin-bottom: 30px;
}


#liste_offre .select2-selection.select2-selection--multiple, #liste_cv .select2-selection.select2-selection--multiple{
	border: none !important;
	background-color: rgba(0, 0, 0, 0.15) !important;
	color: white !important;
}
#liste_offre .select2-container--default .select2-selection--multiple .select2-selection__choice,
#liste_cv .select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color: #e4794a !important;
    border: none !important;
    padding: 5px 10px !important;
}
#liste_offre .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
#liste_cv .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	color: white !important;
    border: none !important;
}
#liste_offre .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
#liste_cv .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
	background-color: transparent !important;
}
#liste_offre .select2-container--default .select2-selection--multiple .select2-selection__clear,
#liste_cv .select2-container--default .select2-selection--multiple .select2-selection__clear{
	display: none !important;
}
#liste_cv #reset_filters, #liste_offre #reset_filters{
	margin-top: 30px;
	float: right;
}

/* Overlay suppression */
#overlay_form_container {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
}
div#overlay_form_mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	z-index: 5;
	cursor: pointer;
}

form#form_unpublish_offre, form#form_unpublish_cv {
	height: 150px;
	background-color: white;
	z-index: 10;
	position: relative;
}
form#form_unpublish_offre h3, form#form_unpublish_cv h3{
	display: block;
	margin: 0;
	padding-top: 30px;
}
span.close_overlay_form {
	position: absolute;
	right: 10px;
	top: 5px;
	color: black;
	font-size: 20px;
	cursor: pointer;
}
span.bt_container {
	text-align: right;
	width: 100%;
	display: block;
	margin-top: 40px;
	padding-right: 15px;
}
span.bt_container a {
	margin-right: 15px;
}
#return_message{
	display: block;
	margin-top: 20px;
}


/*contact form*/
/*form#form_apprenti*/

#overlay_form_container_innerhtml {
	/*position: absolute;*/
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-height: 550px;
	max-width: 700px;
	height: 90%;
	width: 90%;
	background: white;
	padding: 30px;
	z-index: 1000;
}

form#form_apprenti input, form#form_apprenti textarea{
	border: 1px solid;
}
form#form_apprenti label,form#form_apprenti textarea {
	display: block;
}
form#form_apprenti textarea {
	height: 250px;
	width: 100%;
	max-width: 100%;
	max-height: 90%;
}
form#form_apprenti > .error{
	border-color: red;
}
.entry-content {
	position: relative;
}
a#floating_dashlink {
	position: fixed;
	background: #5F4166;
	padding: 10px;
	right: 20px;
	color: white;
	z-index: 100;
	border-radius: 0 0 5px 5px;
	border-bottom: 5px solid #976A92;
}
div#return_message span.success {
	color: #3DBB3D;
}
div#return_message span.error {
	color: red;
}




/*Dahboard*/
span.dash_user_infos {
	float: left;
	margin: 0 20px;
}
table.dash_table * {
	border: none;
}
table.dash_table a {
	color: #272727;
}
table.dash_table img {
	height: 70px;
	width: auto;
	display: inline-block;
	margin: auto;
	vertical-align: middle;
	line-height: normal;
	transition:.25s;
}
table.dash_table img:hover{
	transform:scale(0.95);
}
.dash_img_container {
	display: block;
	background: #BAAEC5;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	vertical-align: middle;
	margin: 0 auto;
	position: relative;
	text-align: center;
	line-height: 150px;
	border: 2px solid #D3BDCF!important;
	background-image: radial-gradient(#F5F5F5, #DCC5DA);
}

input[readonly=readonly] {
	background: #EBEBE4;
}
.unpublish_post {
	box-shadow: 0px 0px 5px 4px #FFB2B2;
}
.auto_delete_date > div {
	display: inline-block;
}
.private_offre .delete_button, .private_cv .delete_button {
	width: 14%;
}
.delete_button a:before {
	/*	content: "\f014";*/
	/*	font-family: "FontAwesome";*/
	/*	margin-right: 5px;*/
	/*	color: #D98B8B;*/
	/*	font-size: 16px;*/
	/*	vertical-align: middle;*/
}
	
	
	
span.cv_formation label, span.offre_formation label {
	display: block;
	font-weight: normal;
}

a.slide_toggle{
	background-image: url(assets/images/triangle-down.png);
	background-position: 0 25%;
	background-repeat: no-repeat;
	background-size: 11px;
	padding-left: 16px;
	display: block;
}



@media screen and (max-width: 1024px){

	div#signupform .form_line .form_elem label {
		font-size: 15px;
	}
	form#register-user input[type=text], form#register-user input[type=password], form#register-user input[type=email], form#register-user textarea {
		font-size: 12px;
	}
	.private_offre > div {
		display: block;
	}
	.private_offre .delete_button, .private_cv .auto_delete_date {
		width: 100%;
	}
}

@media screen and (max-width: 969px){
	#primaryPostForm .column.c2, #signupform .column.c2{
		width: 100% !important;
		display: block;
		padding: 0 36px;
	}
	#signupform .form_line .form_elem{
		width: 100% !important;
	}
	.violet-button{
		margin: 0 36px !important;
		width: -webkit-fill-available !important;
	}
	#primaryPostForm label{
		padding-bottom: 10px;
		display: block;
		font-size: 18px !important;
	}
	.resultat_cv .cv_item, .resultat_offre .offre_item{
		width: 100%;
	}
	.list_item_dash{
		margin: 0;
	}
	.private_offre .auto_delete_date, .private_cv .auto_delete_date{
		width: 100%;
	}
	.private_offre .delete_button, .private_cv .delete_button{
		margin-top: 10px;
	}
	.list_item_dash .private_offre .delete_button, .list_item_dash .private_cv .delete_button{
		margin-bottom: 50px;
	}
	.cv_link, .list_item_dash .offre_link {
		position: absolute;
		bottom: 5%;
		left: 25%;
	}
}

@media screen and (max-width: 767px){
	.cv_item, .offre_item{
		display: block;
		width: 100%;
	}
	span.offre_link {
		float: none;
		margin-bottom: 5px;
		text-align: left;
	}
}