.align-vcenter {
    display: inline-flex;
    /* make element size relative to content */
    align-items: center;
    /* vertical alignment of items */
    line-height: 100%;
    /* vertically size by height, line-height or padding */
    padding: 0px 10px;
    /* horizontal with padding-l/r */
}

#jobslist {
    background-color: #e9ecef;
}

#recrutement #columns {
    padding: 0;
}

#recrutement #center_column {
    padding: 0 !important;
}

#jobslist .container {
    padding: 20px;
    position: relative;
    margin-top: -55px;
    z-index: 10;
}

#jobslist .container {
    background-color: #ffffff;
}

#jobslist .item_job_container {
    background-color: #e9ecef;
    height: 100%;
}

#jobslist .item_job_container .fa-map-marker {
    font-size: 1.5rem;
}

#jobslist .item_job_container .fa-map-marker {
    font-size: 1.5rem;
}

#jobslist .selectize-control {
    width: 320px;
}

#jobslist .container_searchbyplace p {
    font-size: 1rem;
    line-height: 100%;
}

/* JOB DETAILS */
#jobdetails h2 {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}

#jobdetails h2 .fa {
    font-size: 18px;
    line-height: 18px;
}

#jobdetails #job-resume {}

#jobdetails #job-menu .nav-link {
    text-transform: uppercase;
    font-size: 1rem;
}

#jobdetails .job_resume_inner {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    padding: 2rem;
    max-width: 760px;
    background: #e9ecef;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
    zoom: 1;
    z-index: 9;
    margin-right: auto;
    margin-left: auto;
}

#jobdetails .job-section .container {
    line-height: 200%;
    border-bottom: solid 1px #ecf0f1;
    margin-bottom: 1.5rem;
}

#jobdetails .job-info-details {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#jobdetails .job-info-details .job-info-id {
    float: left;
    width: 38%;
    width: -webkit-calc(40% - 20px);
    width: calc(40% - 20px);
    color: #999999;
    margin-right: 20px;
}

#jobdetails .job-info-details .job-info-data {
    float: left;
    width: 60%;
    color: #666666;
}

#jobdetails .socialshare {
    margin-bottom: 1rem;
    padding: 0 15px;
}

#jobdetails .socialshare .row {
    align-items: center;

}

#jobdetails .socialshare .socialshare_link {
    line-height: 0;
    margin-right: 1rem;
}

#jobdetails .socialshare .socialshare_link a {
    color: #777;
}

#jobdetails .socialshare .socialshare_link.socialshare_link--m span {
    padding-left: 8px;
}

#jobdetails .socialshare .socialshare_link.socialshare_link--m a {
    border: 1px solid #777;
    border-radius: 5px;
    width: fit-content;
    padding: 0 1rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}