.job-img-banner{
    height: 724px;
}
.btn-job-banner{
    border: 1px solid white;
    color: white;
}
.btn-job-banner:hover{
    color: white;
}
.fade-bottom.activated{
    mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
    /*-webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);*/
}
form[name="search_job_offer"] .form-group{
    margin-bottom: 0;
}
form[name="search_job_offer"] .form-group input,form[name="search_job_offer"] .form-group select{
    background-color: #EEE;
    border: none;
    height: 46px;
}
form[name="search_job_offer"] .form-group input{
    border-radius: 5px!important;
}form[name="search_job_offer"] .form-group select{
     border-radius: 5px!important;
 }

form[name="search_job_offer"] .form-group input::placeholder,form[name="search_job_offer"] .form-group select{
    color: black;
    opacity: 1; /* Firefox */
    font-size: 19px;
    font-weight: bold;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance: none;
}
form[name="search_job_offer"] option, form[name="search_job_offer"] option:hover{
    background-color: #FCFCFC;
    border-radius: 0;
}
.trait {
    height: 1px;
    background-color: black;
    width: 100%;
}
.bold{
    font-weight: bold;
}

.btn-job-red {
    border-radius: 5px !important;
    padding: 0 20px 0 20px;
}
.job-card{
    display: block;
    border-radius: 5px;
    background-color: #FCFCFC;
    border: 2px solid #E2E2E2;
    color: black;
    margin-bottom: 30px;
}
.job-content{
    padding: 13px;
}
.job-name, .job-description h2, .job-description h3{
    font-size: 24px!important;
    font-weight: bold;
    text-transform: inherit!important;
    color: #333333;
}
.job-description{
    font-size: 24px;

}
.job-type{
    background: #D8D8D8;
    border-radius: 5px!important;
    min-width: 42px;
    width: fit-content;
    margin-right: 15px;
}
.address-job p{
    font-size: 18px;
}
.text-black{
    color: black!important;
}

.job-card-img {
    width: 100%;
    height: 300px;
    background-size: cover;
    border-radius: 5px 5px 0 0;
    position: relative;
}

#job-banner {
    padding-top: 30px;
    padding-bottom: 30px;
}

.btn-rounded {
    border-radius: 5px!important;
}

.close-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    cursor: pointer;
}
.close-icon span {
    font-size: 20px;
    color: white;
}
.collapsing.job-detail {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.btn-height {
    height: 46px;
}

.close-filter {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
}
#job-banner h2{
    font-size: 80px;
    text-transform: uppercase;
    font-weight: bold;
}
#job-banner h3{
    font-size: 44px;
    text-transform: uppercase;
    font-weight: lighter;
}
#job-banner p{
    font-size: 22px;
}
.job-description p {
    font-size: 18px!important;
}
#job-page .btn{
    align-items: center;
}
#job-page br {
    display: block;
    margin: 10px 0;
}
.job-card-without-img{margin-bottom:15px}