.node--type-page-simple nav.tabs {
    display: none;
}

.block-projects-emploi {
    width: 100% !important;
    max-width: 1305px !important;
    margin: auto;
    position: relative;
    padding: 15px;
}

.page-offre{
    width: 100vw;
    left: calc(-50vw + 50%);
    position: relative;
    padding: 0 13%;
    top: -75px;
}
.page-offre-title{
    margin-left: 100px;
}

.page-offre-title h1 {
    font-size: 30px;
    padding: 15px 0px;
}

.project-section .project-map {
    position: absolute;
    right: 100px;
    top: 108px;
    color: #ffff;
    background: rgba(0,166,217,0.24);
    padding: 11px;
    border-radius: 21px;
    width: 11%;
    height: 2.8em;
    margin-bottom: 10px;
    margin-top:10px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    display:none;
}
.project-section .project-map:hover {
    background-color: #15252C;
}
.project-section .project-map a {
    margin: 0 15px;
}
.project-section .project-map a:hover {
    font-weight: bold;
    color: white;
    text-decoration: none;
}
.project-section .project-map img {
    width: 1.8em;
}
.project-section .project-map span {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 800;
    font-family: 'NunitoSansExtraBold';
}
.project-section{
    display: block;
    justify-content: space-between;
    align-items: baseline;
    padding: 15px 0;
    margin-top: 3%;
}
.project-filtres .filter {
    width: 100%;
    background-image: linear-gradient(to right, transparent 0%, rgba(16, 24, 29, 0.5) 90%, #10181d 95%, #10181d 98%);
    position: absolute;
    top: 0;
    bottom: 2px;
    left: 0;
    right: 0;
    pointer-events: none;
    display: none;
}
.project-filtres{
    display: flex;
    margin-bottom: 50px;
}
.project-section .filters{
    display:flex !important;
}
.project-filtres .select-keyname-title.selected .label-project div,
.project-filtres .select-region.selected .label-project div,
.project-filtres .select-works.selected .label-project div,
.project-filtres .select-step.selected .label-project div,
.project-filtres .select-sortby.selected .label-project div
{
    color: #00ceff;
    text-transform: none;
}
.project-section .label-project{
    display: flex;
    align-items: baseline;
    height: 23px;
    margin-right: 30px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    position: relative;
}
.project-section .label-project div{
    width: 150px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
    font-family: "NunitoSansBlack";
    padding: 3px 0;
}
.project-section .label-project > div{
    overflow: hidden;
}
.project-section .label-project img{
    margin-left: 1%;
    z-index: 1;
    margin-left: 10px;
    padding-bottom: 3px;
    position: absolute;
    right: 0;
    top: 9px;
    z-index: -1;
}

.project-section .options{
    background-color: white;
    color: #10181d;
    position: absolute;
    font-weight: 600;
    top: 100px;
    font-size: 14px;
    font-family: 'NunitoSans';
    z-index: 3;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
    cursor:pointer;
    width:440px;
}

.project-section .options div.selected {
    color: #00ceff;
}

.project-section .select-region .options,
.project-section .select-works .options,
.project-section .select-step .options,
.project-section .select-sortby .options {
    height: 237px;
    overflow-y: scroll;
    padding: 20px;
}

.project-section .options div {
    margin-bottom: 15px;
}

.project-section .region-option:hover{
    color: #00ceff;
}

.project-section .view-empty{
    margin: 100px 0;
    text-align: center;
}

.project-section .view-header{
    display: none;
}
.project-section .view-filters{
    display:none;
}

.project-section .filter .close {
    display: none;
}

/* Mots clés */
.project-section .select-keyname-title input {
    border: none;
    outline: none;
    color: black;
    padding: 20px;
}

.project-section .select-keyname-title input::-webkit-input-placeholder { /* Edge */
    color: #B1B1B1;
}

.project-section .select-keyname-title input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B1B1B1;
}

.project-section .select-keyname-title input::placeholder {
    color: #B1B1B1;
}



/* Bouton réinitialiser */
.project-section .reinit-button {
    display: flex;
    align-items: center;
    margin: 0 10px;
    font-size: 10px;
    cursor: pointer;
}


/* Pagniation */
.project-section .pagination {
    display: inline-flex;
    position: relative;
}

.project-section nav {
    text-align: center;
}

.project-section .page-link {
    background-color: transparent;
    border: none;
    color: white;
}

.project-section .page-item {
    margin: 2px;
}

.project-section .page-item.active .page-link, .project-section .page-link:hover {
    background-color: #00ceff;
    border-color: #00ceff;
    border-radius: 20px;
    color: white;
}

.project-section a[rel="prev"], .project-section a[rel="next"] {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(/themes/swi/images/components/global/arrow-right-white.svg);
    color: transparent !important;
    outline: none;
    height: 9px;
    top: 13px;
}

.project-section a[rel="next"] {
    right: -20px;
}

.project-section a[rel="prev"] {
    left: -20px;
    transform: rotate(180deg);
}

.project-section a[rel="prev"]:hover,
.project-section a[rel="next"]:hover {
    background-color: transparent;
    border-color: transparent;
    color: white;
}

.project-section li.page-item[role=presentation] {
    padding-top: 2px;
}

.project-section .pagination span {
    color: black !important;
    display: none !important;
    width: 0;
    height: 0;
    position: absolute;

}

.project-section li.page-item.active span {
    color: white;
    display: block;
}

.project-section div.box-read-more div.read-more-wrap {
    margin: 20px !important;
}


.project-section .select-sortby .label-project #selected-sortby{
    width: 180px;
}

@media only screen and (max-width: 768px) {
    .page-offre{
        width: 100%;
        position: initial;
        padding: 50px 0 0;
    }
    .page-offre-title{
        margin-left: 0;
    }
    .page-offre-title h1{
        margin-top: 20px:;
    }
    .project-section .project-map{
        position: absolute;
        right: 12px;
        top: 115px;
        width: 45%;
    }
    .project-section{
        display: block;
    }

    /* Bouton filtre */
    .project-section .filter-mobile {
        padding: 8px 20px 8px 20px;
        border-radius: 19.5px;
        border: solid 1px #ffffff;
        color: white;
        display: inline-block !important;
        vertical-align: middle;
        margin-bottom: 20px;
    }
    .project-section .filters{
        display: none !important;
    }
    .project-section .filters.show {
        display: block !important;
    }
    .project-section .filters .close {
        background-image: url('/themes/swi/images/components/header/close-icon.svg');
        background-repeat: no-repeat;
        background-position: center;
        position: fixed;
        width: 19.3px;
        height: 19.2px;
        position: fixed;
        right: 22px;
        top: 22px;
        z-index: 3;
    }
    .project-filtres{
        display:block;
        width:100%;
    }
    .project-filtres .select-region,
    .project-filtres .select-works,
    .project-filtres .select-step,
    .project-filtres .select-keyname-title,
    .project-filtres .select-sortby{
        margin-top: 2%;
        height: 25px;
        width:100%;
    }
    .project-section .options{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0px;
        right: 0px;
        height: 100vh !important;
        max-height: none;
        padding-top: 100px;
        z-index: 2;
        width: 100vw;
    }

    .project-section .select-keyname-title .options {
        position: relative;
        height: auto !important;
        padding: 0;
        width: 100%;
    }

    .project-section .label-project {
        margin-right: 0;
    }

    .project-section .label-project div{
        width:100%;
    }
    .project-section .social-linkedin{
        display:none;
    }

    /* vignettes */

    .project-section .views-row {
        width: 100%;
    }

    .project-section div.view-content.row{
        margin-right: 0;
        margin-left: 0;
    }

    .project-section div.box-read-more div.read-more-wrap {
        margin: 0 !important;
    }

    .project-section .select-region .options,
    .project-section .select-works .options,
    .project-section .select-step .options,
    .project-section .select-sortby .options {
        padding-top: 100px;
    }

    /* Bouton Réinitialiser*/
    .project-section .reinit-button {
        margin: 10px 0;
    }
}
