/* 
* @changelog 2022-10-27 [EVOL] (Marcel) Mise en forme du moteur de recherche offre d'emploi
*/
.post-type-archive-offres_emploi #wrapperInner {
    padding: 0;
}
/* .search-form-jobOffer {
    background-color: #F0F4F7;
    padding: 20px 0;
} */
.search-form-content {
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    max-width: 100%!important;
    background: none;
    padding: 0;
}
form.search-form-content .search-block{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%!important;
    align-items: center;
    grid-column-gap: 16px;
    border-radius: 0;
    padding: 0;
    background: none;
}
form.search-form-content .search-block .metiers {
    flex: 2;
    order: -3;
}
form.search-form-content .search-block .localisation {
    flex: 2;
    order: -2;
    border-left: 1px solid #BCB9D3;
    padding-left: 30px;
}
form.search-form-content .search-block .kilometre {
    order: -1;
}
/* form.search-form-content .search-block .input-submit {
    flex: 1;
    order: 0;
    min-width: 169px; 
} */
@media screen and (max-width:768px) {
    form.search-form-content .search-block {
        flex-direction: column;
    }
    form.search-form-content .search-block .localisation {
        width: 100%;
        margin-bottom: 20px;
    } 
    form.search-form-content .search-block .kilometre {
        width: 100%;
        margin-bottom: 20px;
    }
}
form.search-form-content .search-filter {
    flex: 100%;
    margin-top: 24px;
    display: flex;
    gap: 18px;
    order: 5;
}
.search-filter select {
    padding: 10px 8px;
    border: 0;
    outline: 0;
    background-color: #fff;
    background-image: url('/wp-content/themes/mediapilote/img/charte/arrow-select.svg');
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: 98% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 4px;
    flex: 2;
}
@media screen and (max-width:768px) {
    .search-filter select {
        flex: 100%;
    }
}
.reset-filter {
    text-decoration: none;
    color: #DA006C;
    font-size: 1.3rem;
    font-weight: 400;
    flex: 1;
}
.search-filter select::-ms-expand {
    display: none;
}
.search-form-content label {
    display: block;
    margin-bottom: 12px;
    font-size: 1.4rem;
    color: #000;
}
.search-form-content input , .search-form-content .kilometre select{
    width: 100%;
    background: #FFFFFF;
    border: none;
    /* border: 1px solid #9E9E9E; */
    /* padding: 14px 17px; */
    padding: 14px 0;
    color: #000;
    outline: 0;
    /* border-radius: 4px; */
}
.search-form-content input[type=submit] {
    background-color: var(--color-secondary);
    border-radius: 99px;
    border: 0;
    font-size: 1.8rem;
    color: #fff;
    padding: 12px 40px 12px 56px;
    background-image: url('/wp-content/themes/mediapilote/img/charte/icon-search.svg');
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center left 23px;
    transition: all .3s;
    cursor: pointer;
}
/* .home .search-form-content input[type=submit] {
    text-transform: uppercase;
} */
.search-form-content input[type=submit]:hover {
    background-color: var(--color-secondary-hover);
    transition: all .3s;
}
.search-form-content input::placeholder {
    color: #7B7B7B;
}
.search-form-content .input-with-icon {
    position: relative;
}
.search-form-content .input-with-icon span {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

/* .search-form-content .input-with-icon input {
    padding-left: 39px;
} */
@media screen and (max-width:768px) {
    form.search-form-content .search-block .metiers, form.search-form-content .search-block .location {
        width: 100%;
        margin-bottom: 15px;
    }
    form.search-form-content .search-filter {
        flex-wrap: wrap;
    }
    .reset-filter {
        width: 100%;
    }
    form.search-form-content .search-filter {
        order: 0;
    }
}
.tease-offres_emploi {
    background: url('/wp-content/themes/mediapilote/img/charte/fond-vignette.png'), #FFFFFF;
    padding: 26px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    background-size: 240% auto;
    margin-bottom: 40px;
    min-height: 225px;
}

.tease-offres_emploi h2, .tease-offres_emploi h2 a {
    font-size: 1.7rem;
    font-weight: 700;
    color: #4d4d4d;
    line-height: 120%;
    text-decoration: none;
    text-align: left;
}
.tease-offres_emploi p {
    color: #4d4d4d;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 120%;
}
.tease-offres_emploi .icon-localisation {
    margin-right: 10px;
}
.tease-offres_emploi .icon-job {
    margin-right: 7px;
}
.tease-offres_emploi .btn-offer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color02);
    border-radius: 100px;
    padding: 9.5px 14px;
    color: var(--color02);
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 40px;
    transition: all .5s;
}
.tease-offres_emploi .btn-offer:hover .icon-arrow-to-right::before {
    color: #fff;
    transition: all .5s;
}
.tease-offres_emploi .btn-offer:hover {
    background: var(--color02);
    color: #fff;
    transition: all .5s;
}
.tease-offres_emploi .btn-offer .icon-arrow-to-right {
    margin-left: 5px;
}
.result-search {
    font-size: 2.6rem;
    margin: 33px auto 57px auto;
}
@media screen and (max-width:768px) {
    .search-form-content, form.search-form-content {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 16px;
    }
    .search-filter {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 16px;
    }
    .result-search {
        font-size: 1.6rem;
        margin: 25px auto 30px auto;
    }
}
@media screen and (max-width:400px) {
    .result-search {
        font-size: 1.4rem;
    }
}

.subtitleOffer{
    display: block;
    font-size: 25px;
    text-align: center;
    margin-top: 15px;
    text-transform: initial;
}