
.tei_liste_emplois_block {
	width: 70%;
	display: block;
	margin: 30px auto;
}

.tei_emploi_empty {
	margin-bottom: 80px;
	border: 1px solid #00000087;
	background: rgba(0,0,0,0.05);
	padding: 15px 0;
	color: #000;
}

.tei_emploi_desc {
	display: none;
	background-color: #d2d2d2;
	padding: 7px 20px;
}

.tei_emploi_form {
	display: none;
	padding: 50px;
	background-color: rgba(0,55,114, 0.4);
	color: white;
	margin-bottom: 50px;
}

.postuler_poste {
	display: none;
}


.tei_emploi_form .file {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.tei_emploi_form label[for^="fichier_cv"], .tei_emploi_form label[for^="fichier_lm"] {
	cursor: pointer;
	background-color: white;
	color: #3e4349;
	padding: 13px 15px;
	width: 100%;
	display: block;
}

.postuler_fichier span input {
	display: none;
}

.postuler_fichier p {
	margin-bottom: 0;
}

.postuler_fichier {
	position: relative;
	max-height: 53px;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
	color: rgb(216, 140, 0);
	background-color: rgb(255, 225, 186);
	border: 0;
	padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #4F8A10;
	background-color: #DFF2BF;
	border: 0;
	padding: 10px;
}
div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
	font: 26px/30px Fontawesome;
	margin-right: 16px;
	vertical-align: -10%;
}
div.wpcf7-mail-sent-ok:before {
  content: "\f00c";
}
div.wpcf7-validation-errors:before {
  content: "\f00d";
}

.postuler_fichier label {
	padding-left: 50px !important;
}

.postuler_fichier .form_picto {
	float: left;
	color: #003772;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}

.postuler_fichier .remove_file_cv, .postuler_fichier .remove_file_lm  {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	cursor: pointer;
	padding: 0 10px;
	color: #003772;
}

.postuler_fichier .wpcf7-not-valid-tip {
	position: absolute;
}

.wpcf7-form.invalid .postuler_envoyer {
	margin-top: 2em;
}

.postuler_fichier .wpcf7-form-control-wrap {
	position: inherit !important;
}

.tei_emploi_item {
	display: block;
	position: relative;
	border: 1px solid #d2d2d2;
}

.tei_emploi_item:not(:first-child) {
	margin-top: 15px;
}

.tei_emploi_title {
	padding: 7px 20px;
	font-size: 1.2em;
	color: #003772;
	font-weight: 600;
}

.tei_emploi_right {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}

.tei_show_more, .tei_apply {
	display: flex;
	height: 100%;
	align-items: center;
	font-size: 1.2em;
}

.tei_emploi_form form div {
	margin-bottom: 0;
}

.tei_emploi_form form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: 
		'nom prenom'
		'mail tel'
		'message message'
		'cv lm'
		'envoyer .'
		;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}

.postuler_nom {
	grid-area: nom;
}

.postuler_prenom {
	grid-area: prenom;
}

.postuler_mail {
	grid-area: mail;
}

.postuler_tel {
	grid-area: tel;
}

.postuler_message {
	grid-area: message;
}

.postuler_cv {
	grid-area: cv;
}

.postuler_lm {
	grid-area: lm;
}

.postuler_envoyer {
	grid-area: envoyer;
}

.tei_emploi_item p, .tei_emploi_desc p, .tei_emploi_form p {
	margin-bottom: 10px !important;
}

.tei_show_more:hover > * {
	color: #003772;
}

.tei_show_more {
	padding: 0 15px;
	background: #d2d2d2;
	cursor: pointer;
}

.tei_apply {
	padding: 0 20px;
	background: #003772;
	cursor: pointer;
}

.tei_apply > * {
	color: white;
}

/* APPLICATIONS */

.tei_articles_applications {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.tei_articles_applications.tei_applications_swapped {
	flex-direction: row-reverse;
	text-align: right;
}

.tei_applications_icon_swapped {
	text-align: right !important;
}

.tei_articles_applications_image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 300px;
}

.tei_articles_applications_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 3rem;
	padding-right: 3rem;
}

.tei_articles_applications * {
	float: unset !important;
}

.tei_applications_type {
	opacity: 0;
	position: absolute;
}

.tei_applications_type + label {
	padding: 10px 20px;
	border: 1px solid #d2d2d2;
	border-radius: 200px;
	cursor: pointer;
	transition: all .2s ease;
/* 	display: inline-block; */
}

.tei_applications_type:not(:checked) + label:hover {
	background: #e169101a
}

.tei_applications_type:checked + label {
	color: white;
	background: #e16910;
}

.tei_paginate_links_applications {
	text-align: center;
	font-size: 1.1rem;
}

.page-numbers {
	padding: 0.5rem;
}

.filter-row {
	margin-bottom: 6rem;
}

.ydu_share_lnk_icon {
	font-size: .9em;
	margin-left: 5px;
	color: white;
	background-color: #003772;
	padding: 0.75em;
	display: inline-block;
	height: 2.5em;
	width: 2.5em;
	line-height: 1;
	text-align: center;
	border-radius: 50%;
}