section.find-job {
    color: white;
    font-family: Montserrat;
    margin-left: auto;
    max-width: 730px;
    padding-left: 10px;
}

section.find-job .sec-title {
    margin-top: 20px;
    color: #2E3877;
    text-shadow: none;
    line-height: 50px;
}
section.find-job .sec-title {
    font-size: 38px;
    font-weight: 600;
    margin-top: 20px;
    color: #2E3877;
    line-height: 50px;
}

.find-job-form.form-inline .input-group input,
.find-job-form.form-inline .input-group select {
    border-radius: 0;
    height: 68px;
    width: 425px;
    border-color: white;
    font-size: 18px;
}

.find-job-form .input-group-addon {
    background: white;
    border-color: white;
    border-radius: 0;
}

.find-job-form .input-group-addon img {
    width: 35px;
}

button.btn.btn-job-search {
    border: solid 1px white;
    border-radius: 0;
    height: 68px;
    width: 221px;
    background: #2E3877;
    border: solid 1px #2E3877;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .5s;
}

button.btn.btn-job-search i {
    margin-right: 10px;
}

button.btn.btn-job-search:hover {
    background: white;
    color: #2E3877;
}

.search-cat {
    margin-top: 30px;
}

.search-cat .text-from {
    font-size: 20px;
    display: inline-block;
}

.search-cat a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: solid 1px white;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    text-transform: uppercase;
    height: 46px;
    width: 180px;
    margin-left: 40px;
    font-size: 18px;
    transition: all .5s;
}

.search-cat a:hover {
    background: white;
    color: #2E3877;
}

.current-job-offer {
    color: #2E3877;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.list_city, .list_job {display: none;}
.no-city-found, .no-job-found {
    height: 30px;
    color: black;
    font-size: 20px;
}
.find-job-form.form-inline .form-group {vertical-align: top;}

.list-secteur {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #e0dbdb;
    padding: 5px 0;
    flex-direction: column;
    height: 350px;    
    margin: 15px 0;
}


.item-secteur {
    padding: 7px 0;
    padding-left: 10px;
    border-top: solid 1px rgba(46, 56, 119, 0);
    transition: all .5s;
    width: 50%;
    overflow: hidden;
}

.item-secteur a {
    color: #2E3877;
    transition: all .5s;
    font-size: 18px;
    display: flex;
    align-items: center;
    width: 200%;
}

.item-secteur a i {
    margin-right: 10px;
}

.item-secteur a:before {
    background: url(/wp-content/themes/havana-child/images/logo_akkion.png);
    background-size: cover;
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    margin-right: 6px;
}

.item-secteur:hover {
    background: rgb(46, 56, 119);
}

.item-secteur:hover a {
    color: white;
}

.sec-sub-title {
    font-size: 22px;
    color: #2E3877;
}

button.btn.btn-job-search p {margin: 0;}

.find-job-form.form-inline .input-group input,
.find-job-form.form-inline .input-group select {
    border-radius: 0;
    height: 68px;
    width: 100%;
    border-color: white;
    font-size: 16px;
}

button.btn.btn-job-search {
    width: 221px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.btn.btn-job-search i {
    font-size: 30px;
}

   /* New home page */


.find-job form .form-group:first-child {
    width: calc(100% - 226px);
}

.find-job form .form-group:first-child .input-group {
    border: solid 1px #2E3877;
    width: 100%;
}