/**
 * Theme Name:     Twenty Twenty-Three Child
 * Author:         ManpowerGroup | Eddy Lubanzadio
 * Template:       twentytwentythree
 * Text Domain:	   twenty-twenty-three-child
 * Description:    Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
 * Theme URI:      https://www.manpowergroup.be
 * Author URI:     https://www.manpowergroup.be
 * Version:        1.0
 */
 
 main#wp--skip-link--target {
    margin-top: 0 !important;
}

li.current-menu-item > a {
  color: #e77c22 !important;
  font-weight: bold;
}

/* -----------------  MATADOR JOBS   -----------------------  */

/* --- Job description page  --- */

/* --- sidebar --  */

.matador-search-form {
	display: flex;
    flex-direction: column;
    align-items: stretch;
}

.matador-search-form div {
    font-size: 1rem;
    padding: 15px 0;
    margin: 0;
   /* border-top: 1px dotted #3e85b4;*/
}

.matador-search-form div:nth-of-type(1) {
    border: none;
}

#searchSection .matador-search-form input#matador_s {
	height: 56px;
    line-height: 56px;
    font-size: 16px;
    width: 100%;
}

#searchSection .matador-search-form-field-group.matador-search-form-field-keyword {
    width: 63%;
}

#searchSection .matador-search-form {
    flex-direction: row !important;
    display: flex;
   /* align-items: baseline !important;*/
}

#searchSection .matador-button {
	margin: 0!important;
    border: 2px solid white !important;
    color: white !important;
    padding: 21px 33px;
}

#searchSection .matador-button:hover {
    background:white!important;
    color: #c25700 !important;
}

.matador-search-form select {
	position: relative;
    display: flex;
    width: 100%;
    border-radius: 2px;
    flex: 1;
    padding: 0 .5em;
    cursor: pointer;
    height: 64px;
    line-height: 56px;
    color: #282a32 !important;
    font-family: "Inter" !important;
    font-size: 20px !important;
}

/* Arrow */
.matador-search-form .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #34495e;
  cursor: pointer;
  pointer-events: none;
  transition: .25s all ease;
}

/* Transition */
.matador-search-form .select:hover::after {
  color: #f39c12;
}

.matador-job-listings {
    color: #212529;
    background: transparent;
    padding: 20px;
    border-radius: 7px; 
}

ul.matador-job-meta-default {
    margin-left: 0 !important;
    border-radius: 3px;
    background: transparent !important;
}

.matador-job-listings header.entry-header > h1, h1.entry-title {
	font-size: 51px;
    line-height: 60px;
    color: #466ea5;
    font-family: 'Noto Sans';
    padding-top: 50px;
    margin-bottom: 0px;
}

ul.matador-job-meta-default {
    border-bottom: 1px solid #ABABAB;
        margin-bottom: 40px;
}

ul.matador-job-meta {
    margin-left: 0;
}

li.matador-job-meta-field {
    display: inline-block;
    list-style-type: none;
    padding: 0 7px 0 0;
    margin: 0;
}

span.matador-job-meta-value {
    font-weight: 700;
}

.matador-job-listings .matador-job-meta-default .matador-job-field-employmentType {
    background: transparent;
}

.matador-job-listings .entry-content ul, .matador-job-listings .entry-content ol {
    margin-left: 15px;
}

.matador-job-navigation li a, #matador-search-submit, input#matador-submit {
	background: transparent !important;
    border: 2px solid #c25700;
    color: #c25700 !important;
    border-radius: 26px !important;
        padding: 10px 15px;
    font-family: 'Noto Sans';
}

.matador-job-navigation li a:hover, #matador-search-submit:hover, input#matador-submit:hover {
	background: #c25700 !important;
    border: 2px solid #c25700;
    color: white !important;
   /* border-radius: 26px !important;
    font-family: 'Noto Sans';*/
}

.matador-job-navigation {
    padding: 0 0 30px;
}

input.matador-submit {
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1;
    padding: 0.9rem;
    border-radius: 5px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s linear 0s;
    color: #ffffff !important;
    background: #3e85b4 !important;
    border: solid 1px #3e85b4;
}

.single-matador-job-listings .matador-application {
    border-top: 1px solid #ccc !important;
}

.single-matador-job-listings .matador-application, .single-matador-job-listings .matador-form {
    margin-top: 2rem;
    padding-top: 2rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.matador-application .matador-field-group, .matador-form .matador-field-group {
    padding-top: .5rem;
    padding-bottom: 1rem;
}

.matador-application .matador-field-type-file .for-file, .matador-form .matador-field-type-file .for-file {
    max-width: 100%;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 10px 20px;
    color: #666;
    border: 1px solid #bbb;
    border-radius: 3px;
    width: 100%;
}

.matador-application .matador-field-privacy_policy_opt_in, .matador-form .matador-field-privacy_policy_opt_in {
    margin: .5rem 0 1rem;
    padding: 1rem 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.matador-application .matador-field-group, .matador-form .matador-field-group {
    padding-top: .5rem;
    padding-bottom: 1rem;
}

.matador-application .error, .matador-form .error {
    font-weight: normal;
    margin-top: .5rem;
    font-style: italic;
    color: #ca4d2d;
}

.matador-application .matador-required .matador-label label:after, .matador-form .matador-required .matador-label label:after {
    content: "*";
    color: #ca4d2d;
    position: relative;
    font-size: 1.25rem;
}

.matador-job-confirmation {
    border: 2px solid #E77A08;
    padding: 20px;
    border-radius: 3px;
}

.matador-job-navigation ul, .matador-application ul, .matador-application ol, .matador-form ul, .matador-form ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.matador-job-meta.matador-job-meta-job-7013379, 
.matador-field-description {  /*  Hide JOB ID 1 after submitting spontaneous application  */
    display: none;
}

h5.matador-field-label {
	font-size: 1rem !important;
}


.matador-job-listings header.entry-header {
    display: block !important;  /* Afficher le titre des jobs */
    margin: 0;
}

.matador-job-listing footer {
    background-color: white !important;
}

article.matador-job.matador-job-listing {
    border-bottom: 1px solid #ABABAB;
    margin-bottom: 2rem;
}

label[for=disability], label[for=ethnicity], label[for=veteran]{
	font-weight: 400 !important;
    font-size: 0.9rem;
}

#main header.page-header {
    display: none;
}

li.matador-job-field-bullhorn_job_id .matador-job-meta-label {
    display: none;
}

li.matador-job-field-bullhorn_job_id span.matador-job-meta-value::before {
    content: "Job ID ";
    font-weight: 400;
}

.matador-job-meta-default .matador-job-field-bullhorn_job_id {
    float: none;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
    display: block;
    width: 100% !important;
    height: 64px !important;
    line-height: 64px;
    border: 1px solid rgba(103, 105, 111, 0.5) !important;
    border-radius: 2px;
    background-color: #fff !important;
    color: #282a32 !important;
    font-family: "Inter" !important;
    font-size: 20px !important;
    padding: 0 24px !important;
}

#searchSection .matador-button {
    margin: 0 !important;
    border: 2px solid white !important;
    color: white !important;
    padding: 21px 33px;
}