/*
╔══════════════════════════════════════════════════════════════════════════════╗
║                                                                              ║
║                   MYCARTOSOINS - JOBS MODULE                        ║
║                                                                              ║
║   Extrait de css-general.css - Sections: 9                          ║
║   Chargement conditionnel selon les pages                                    ║
║                                                                              ║
╚══════════════════════════════════════════════════════════════════════════════╝
*/

   ║  ██████╗   █████╗   SECTION 9                                                ║
   ║  ██╔═══╝  ██╔══██╗  OFFRES D'EMPLOI (Jobs)                                   ║
   ║  ╚█████╗  ╚██████║  .nav-lat-vert, .offres-utilisateur                       ║
   ║   ╚═══██╗  ╚═══██║  .jb-job-*, Boutons job                                   ║
   ║  ██████╔╝      ██║  Dashboard jobs                                           ║
   ║  ╚═════╝       ╚═╝                                                           ║
   ║                                                                              ║
   ╚══════════════════════════════════════════════════════════════════════════════╝ */

/* PAGE OFFRES D'EMPLOI------------------------- */

.nav-lat-vert .et_pb_code_inner{
	display:flex;
	flex-direction:column;
	gap:1vh
}
.col-vert-nav:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	border-radius:15px;
	backdrop-filter:blur(10px)
}
.col-vert-nav .btn-fiche{
	font-size:0.9rem;
}

.col-vert-nav .btn-fiche svg{
	max-width:40px;
	min-height:3vh;
	margin-right:6%	
}


.offres-utilisateur li, .offres-recentes li{
	list-style-type:none;
	min-width:100%;
	border:none;
	border-radius:5px;
	color:#666666ee!important;
	font-weight:500;
	background-color:#eeeeee;
	padding:2px 5px 2px 8px;
	margin:3px 0;
	transition:all 0.2s linear;
	cursor:pointer
}

.offres-utilisateur, .offres-recentes{
	padding:0!important;
}
.offres-utilisateur li a, .offres-recentes li a{
	color:#121234!important;
	font-weight:600;
}

.offres-utilisateur-full .offres-utilisateur li{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	max-width:200px;
	min-width:initial;
	padding:1%!important;
	border-radius:10px;
}
.offres-utilisateur-full .offres-utilisateur{
	display:flex;
	gap:2%;
}
.offres-utilisateur-full .offres-utilisateur img{
	border-radius:10px;	
}

.acf-field-6809134dc4bb2, .acf-field-6809138dc4bb4{
	margin-top:20px!important
}

.jb-form-buttons-section #jb-job-preview, .jb-form-button.jb-form-button-submit{
	font-size:1rem;
	border:none;
	border-radius:50px;
	color:white;
	font-weight:600;
	background-color:#5bb880;
	padding:5px 15px;
	transition:all 0.2s linear;
	margin-top:2vh;
	cursor:pointer
}
.jb-form-buttons-section #jb-job-draft{
	font-size:1rem;
	border:none;
	border-radius:50px;
	color:white;
	font-weight:600;
	background-color:#f48e00;
	padding:5px 15px;
	transition:all 0.2s linear;
	margin-top:2vh;
	cursor:pointer
}
.jb-select-media{
	font-size:1rem;
	border:none;
	border-radius:50px;
	color:white;
	font-weight:600;
	background-color:#121234;
	padding:5px 15px;
	transition:all 0.2s linear;
	margin-top:2vh;
	cursor:pointer
}

.jb-job-dashboard{
	border-radius:10px;
}


.job_title a{
	color:#121234;
	padding:1%;
}


.jb-job-dashboard .jb-job-dashboard-rows .jb-job-dashboard-row .jb-row-data .status .status-tag.jb-status-not-filled {
	background: #00899c!important;
	color: white!important;
}
.jb-job-type{
	border-radius:20px!important;
}
.jb-job-dashboard .jb-job-dashboard-rows .jb-job-dashboard-row .jb-row-data .status .status-tag.jb-status-jb-expired {
	background: #be5652;
	color: white;
}


.jb-job-template-default #main-content > .container, .page-id-4538 #main-content > .container {
	width:95%;
	max-width:1100px;
}
.jb-job-template-default #main-content > .container #left-area, .page-id-4538 #main-content > .container #left-area{
	width:100%;
	max-width:1100px;
	padding:0;
}

.jb-job-template-default #main-content .container:before, .page-id-4538 #main-content .container:before{
	display:none;
}



.jb-job-template-default #main-content, .page-id-4538 #main-content .et_pb_section_0{
	background-image:url('https://mycartosoins.fr/wp-content/uploads/2025/04/filigrane-1-3.png');
	background-attachment:fixed;
}
.jb-job-template-default h1, .page-id-4538 h1{
	font-weight:600;
	color:#121234;
}


.jb-job-template-default .jb-ui-xl:nth-child(1), .jb-job-template-default .et_post_meta_wrapper:nth-child(1),.jb-job-template-default .entry-content, .page-id-4538 .jb-jobs{
	padding:2%!important;
	border-radius:15px;
	backdrop-filter:blur(10px);
	box-shadow: 0px 0px 20px -12px rgba(0, 0, 0, 0.6);
}
.page-id-4538 .jb-jobs{
	margin-bottom:10vh
}

.jb .jb-job-company{
	border-bottom:none!important
}

.jb-job-template-default .jb-ui-xl:nth-child(1), .jb-job-template-default .et_post_meta_wrapper:nth-child(1){
	margin-bottom:3vh;
}

.jb-button{
	background-color:#121234;
	cursor:pointer;
	color:white;
	padding:8px 14px;
	border-radius:60px;
	border:none;
}


.jb-job-template-default .entry-content a, .jb-job-title-link,.page-id-4538  .entry-content a{
	color:#121234
}

.jb .jb-job-info .jb-job-info-row .jb-job-types .jb-job-type {
	font-size: 12px;
	font-weight: 700;
	padding: 5px 19px;
	border: 0;
	border-radius: 40px;
}

.author.vcard
a{
	pointer-events:none;
}

.mini-liste-all-jobs li a, .mini-liste-all-jobs li{
	list-style-type:none;
}

.mini-liste-all-jobs li a{
	color:#121234;
	font-weight: 600;
	display:inline-flex;
	width:100%;
	height:100%;
	position:relative;
	background-color:#fafafa
}

.mini-liste-all-jobs li{
	padding:0.2vh 5px;
	border-radius:6px;
	border:1px solid #d1cdcd;
	background-color:#fafafa;
	margin:5px 0;
}
.mini-liste-all-jobs li a:after{
	content:'...';
	dipslay:inline-block;
	position:absolute;
	right:0;
	top:50%;
	transform: translatey(-50%)
}

.jb-job .simplefavorite-button{
	position: absolute;
	top: 34px;
	right: 36px;
}

.post-4538 .et_pb_row.et_pb_row_0{
	width: 95%;
	max-width: 2560px;
}

.page-id-3450 .btn-fiche{
	padding:0 10px!important;
	min-height:4vh;
	font-size:14px;
}

.page-id-3450 .btn-fiche svg{
	width:30px!important;
	height: 20px!important;
}

.page-id-2848 .btn-fiche svg {
	max-width: 20px;
}




/* ╔══════════════════════════════════════════════════════════════════════════════╗