/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.elementor-sticky--active .jet-mobile-menu__toggle{
    padding: 17px 0px 0px 40px !important;
}

.job_filters {
	width: 30%;
	float: left;
	background: none;
	padding-top: 80px;
}

form.job_filters::before {
	content: "Votre Agence";
	font-weight: bold;
	font-family: Montserrat, sans-serif;
	color: #FF9A49;
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 20px;
}

 .job_listing .job-type {
	color: #00165F;
 }

.job_filters .job_types {
	font-family: Montserrat, sans-serif;
	background: #00165F;
	color: white;
	border: none;
	margin: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.job_filters .job_types li {
	float: none;
}

.job_filters .job_types li input {
	margin-right: 10px;
}

ul.job_listings {
	float: left;
	width: 70%;
	font-family: Montserrat, sans-serif;
}

ul.job_listings li.job_listing a {
	color: #00165F;
}

ul.job_listings li.job_listing a div.position {
	width: 45%;
}

ul.job_listings li.job_listing a div.position h3 {
	font-weight: bold;
}

ul.job_listings li.job_listing a ul.meta {
	width: 30%;
}

ul.job_listings li.job_listing a div.location {
	color: black;
}

ul.job_listing .job-type {
	color: #00165F;
}

.wp-job-manager-showing-all {
	display: none !important;
}

/* Une offre d'emploi */
.job_listing-template-default h1.entry-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #00165F;
	margin-bottom: 25px;
}

.single_job_listing .location a {
	color: #00165F;
	text-transform: capitalize;
}

.single_job_listing .company .name a,
.single_job_listing .company .name a:hover {
	color: #00165F;
}

.single_job_listing .application_button {
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
	font-size: var( --e-global-typography-accent-font-size );
	font-weight: var( --e-global-typography-accent-font-weight );
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: var( --e-global-color-primary );
	border-color: var( --e-global-color-primary );
}

/* Styles sur ACF */
.acf-field.acf-field-group > .acf-label {
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	color: #FF9A49
}

.acf-field-group > .acf-input > .acf-fields {
	border: none;
	background: #00165F;
	color: white;
	padding: 25px;
	margin-bottom: 30px;
}

.acf-field-text .acf-input .acf-input-wrap input::placeholder {
	color: #00165F;
}

.acf-field-text .acf-input .acf-input-wrap input {
	padding: .5rem 1rem;
}

#informations-perso {
	padding-bottom: 0px;
}

#informations-perso .acf-input > .acf-fields {
	margin-bottom: 0px;
}

#informations-perso .acf-field-text .acf-label {
	display: none;
}

#informations-perso .acf-field-text.w50 {
	width: 48%;
	display: inline-block;
}

#informations-perso .acf-file-uploader .acf-button.button {
	background: white;
	color: #00165F;
	font-weight: bold;
	font-family: Montserrat, sans-serif;
	margin-left: 15px;
}

.acf-form-submit {
	background: #00165F;
	margin-left: 12px !important;
	margin-right: 12px !important;
	padding-bottom: 30px;
}

.acff-submit-button, .acff-submit-button:hover, .acff-submit-button:focus,
.frontend-admin-submit-buttons input, .frontend-admin-submit-buttons input:hover, .frontend-admin-submit-buttons input:focus {
	background: white;
	color: #00165F;
	font-weight: bold;
	font-family: Montserrat, sans-serif;
	border: none;
	text-transform: uppercase;
	margin: 0 auto;
}

#filtres_actifs {
	display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

#filtre_supprimer {
	border: 0;
    margin-left: 15px;
}

@media (max-width: 797px) {
	.job_filters {
		float: none;
		width: 100%;
		border-bottom: 0;
	}

	ul.job_listings {
		float: none;
		width: 100%;
		margin: 0;
		padding: 20px
	}
}