/* SINGLE */
.single-job_offer i{
	margin-right: 10px;
}
.single-job_offer #offer_header h1{
	padding: 40px 0 25px 0;
	border-bottom: 1px solid #b2b2b2;
}
.single-job_offer #offer_header .offer_description h4, .single-job_offer #offer_header .offer_description p{
	margin: 10px 0;
}
.single-job_offer #offer_header .offer_description{
	display: flex;
	align-items: baseline;
	gap: 5px;
}
.single-job_offer #offer_header .print-bt{
	background-color: #0099b1 !important;
    padding: 14px 30px 10px 30px !important;
    border-radius: 0;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 14px;
	margin: 15px 0 40px 0;
}
.single-job_offer #offer_content{
	max-width: 80%;
}
.single-job_offer #offer_action{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0 70px 0;
	width: 50%;
}
.single-job_offer #offer_action .offer_back{
	text-transform: uppercase;
}
.single-job_offer #offer_action .offer_hiring{
	background-color: #F1852C !important;
	padding: 15px 20px !important;
	color: #ffffff !important;
	text-transform: uppercase;
}

/* FORMULAIRE POSTULER */
.wpcf7-form{
	padding: 20px 0 100px 0;
}
#form_content{
	display: flex;
	justify-content: space-between;
}
.wpcf7-form .column{
	width: 48%;
}
.wpcf7-form .column .row{
	display: flex;
	gap: 10px;
}
.wpcf7-form .column.last-part{
	gap: 5px;
    display: flex;
    flex-direction: column;
}
.wpcf7-form .column .row .cf7-field input{
	margin-top: 10px;
}
.wpcf7-form .col-lg-12, .wpcf7-form .col-lg-6 p{	
	display: flex;
	flex-direction: column;
}
.wpcf7-form .col-lg-6 input, .wpcf7-form .col-lg-12 input{
	width: 100%;
}
.wpcf7-form .column .row #civilite_form_id label{
	display: flex;
	gap: 5px;
}
.wpcf7-form .col-lg-6 br{	
	display: none;
}
.wpcf7-form input[readonly="readonly"]{
	border: none;
	cursor: default;
	margin: 5px 0 0 0 !important;
}
.wpcf7-form .bt_container p{
	text-align: left;
}
.wpcf7-form .bt_container .wpcf7-list-item{
	margin: 0;
}
.wpcf7-form .bt_container button{
	background-color: #F1852C !important;
	padding: 14px 30px 10px 30px !important;
	border-radius: 0;
	color: #ffffff !important;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
}
.wpcf7-form .bt_container button:hover{
	opacity: .75;
}
.wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1.1em;
	font-weight: 600;
	color: #c94444!important;
}
body .wpcf7 span.wpcf7-not-valid-tip {
	color: #d94444!important;
}
.offer_back{
	text-transform: uppercase;
}
.offer_back i{
	margin-right: 10px;
}

/* LISTAGE DES OFFRES */
.vc_job_offer_list #vc_job_offer_list_filters{
	flex-wrap: nowrap;
	border: none;
	padding: 30px 0;
	align-items: center;
}
.vc_job_offer_list #vc_job_offer_list_filters select{
	padding: 5px;
}
.vc_job_offer_list #vc_job_offer_list_filters select, .vc_job_offer_list #vc_job_offer_list_filters input{
	border: 1px solid #ccc !important;
}
.vc_job_offer_list #vc_job_offer_list_filters .vc_btn3-container{
	width: fit-content;
	margin: 0;
}
.vc_job_offer_list #vc_job_offer_list_filters .vc_btn3-container button{
    background-color: #F1852C !important;
	padding: 15px 20px !important;
	border-radius: 0;
	color: #ffffff !important;
	text-transform: uppercase;
}
.vc_job_offer_list #vc_job_offer_list_filters .vc_btn3-container button:hover{
	opacity: .75;
}
.vc_job_offer_list #job_offer_container{
	margin: 20px 0 70px 0;
}
.vc_job_offer_list #job_offer_container table thead{
	border: 1px solid #0099B1 !important;
}
.vc_job_offer_list #job_offer_container table thead tr th {
	background-color: #0099B1 !important;
    border-radius: inherit !important;
}
.vc_job_offer_list #job_offer_container table thead tr th:nth-of-type(2){
	width: 30%;
}
.vc_job_offer_list #job_offer_container table thead tr th:last-child:after{
	content: none !important;
}
.vc_job_offer_list #job_offer_container table tbody{
	border: 1px solid #0099B1 !important;
	border-radius: 0 !important;
}
.vc_job_offer_list #job_offer_container table tbody tr:nth-child(even){
	background: #0099b11c !important;
}
.vc_job_offer_list #job_offer_container table tbody tr td:first-child, .vc_job_offer_list #job_offer_container table tbody tr td:last-child, .vc_job_offer_list #job_offer_container table tbody tr:last-child td{
	border: none !important;
}
.vc_job_offer_list #job_offer_container table tbody tr:last-child td:last-child{
	border-radius: 0 !important;
}

#footer_job_offer a{
    font-size: 12px;
    margin-top: 10px;
}

@media print{
	#masthead, footer, #wp-chatbot-chat-container, .print-bt, #offer_header img, .offer_back, .offer_hiring, .fa, #cookie-notice{
		display: none;
	}
	p, li{
		font-size: 14px;
	}
	h4{
		font-size: 16px;
	}
	h3{
		font-size: 18px;
	}
}

@media screen and (max-width: 950px){
	#form_content, .wpcf7-form .column .row{
		flex-direction: column;
	}
	.wpcf7-form .column{
		width: 100%;
	}
	.wpcf7-form .column .row input{
		width: 100%;
	}
	.wpcf7-form .column .row label{
		font-size: 12px;
	}
	.wpcf7-form .column .row .bt_container .wpcf7-acceptance input{
		width: 10px;
		height: 10px;
		margin: 10px;
	}

	.single-job_offer p, .single-job_offer li, .single-job_offer a{
		font-size: 12px !important;
	}
	.single-job_offer h3{
		font-size: 16px !important;
		margin-top: 35px;
	}
	.single-job_offer h4{
		font-size: 14px !important;
	}
	.single-job_offer #main{
		padding: 20px;
	}
	.single-job_offer #offer_description .offer_description{
		flex-direction: column;
		gap: 0;
	}
	.single-job_offer #offer_content{
		max-width: 100%;
	}
	.single-job_offer #offer_action{
		width: 100%;
	}

	.vc_job_offer_list label, .vc_job_offer_list p, .vc_job_offer_list th, .vc_job_offer_list td {
		font-size: 12px;
	}
	.vc_job_offer_list #vc_job_offer_list_filters{
		flex-direction: column;
		gap: 25px;
		padding: 20px;
	}
	.vc_job_offer_list #vc_job_offer_list_filters .vc_job_offer_list_filter{
		width: 100%;
	}
	.vc_job_offer_list #vc_job_offer_list_filters input, .vc_job_offer_list #vc_job_offer_list_filters select{
		height: 30px;
		width: 100%;
	}
	.vc_job_offer_list #job_offer_container table thead tr th:nth-of-type(2){
		width: auto;
	}
	div#job_offer_container th:nth-child(1), div#job_offer_container td:nth-child(1), div#job_offer_container th:nth-child(3), div#job_offer_container td:nth-child(3), div#job_offer_container th:nth-child(4), div#job_offer_container td:nth-child(4){
		display: none;
	}
}