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

.block-offres-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;
}

.offre-section .alert-link {
    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;
}
.offre-section .alert-link:hover {
    background-color: #15252C;
}
.offre-section .alert-link a {
    margin: 0 15px;
}
.offre-section .alert-link a:hover {
    font-weight: bold;
    color: white;
    text-decoration: none;
}
.offre-section .alert-link img {
    width: 1.8em;
}
.offre-section .alert-link span {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 800;
    font-family: 'NunitoSansExtraBold';
}
.offre-section{
    display: block;
    justify-content: space-between;
    align-items: baseline;
    padding: 15px 0;
    margin-top: 3%;
}
.offre-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;
}
 .offre-filtres{
    display: flex;
}
.offre-section .filters{
    display:flex !important;
}
.offre-filtres .select-keyname.selected .label-offer div,
.offre-filtres .select-localization.selected .label-offer div,
.offre-filtres .select-job.selected .label-offer div,
.offre-filtres .select-ct.selected .label-offer div{
    color: #00ceff;
    text-transform: none;
}
.offre-section .label-offer{
    display: flex;
    align-items: baseline;
    height: 23px;
    margin-right: 30px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    position: relative;
}
.offre-section .label-offer div{
    width: 150px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
    font-family: "NunitoSansBlack";
    padding: 3px 0;
}
.offre-section .label-offer > div{
    overflow: hidden;
}
.offre-section .label-offer img{
    margin-left: 1%;
    z-index: 1;
    margin-left: 10px;
    padding-bottom: 3px;
    position: absolute;
    right: 0;
    top: 9px;
    z-index: -1;
}

.offre-section .label-offer.selected img{
  transform: rotate(180deg);
  top: 5px;
}

.offre-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;
}

.offre-section .options::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #aeaeae;
    border: 3px solid white;
}

.offre-section .options::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
}

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

.offre-section .select-localization .options,
.offre-section .select-job .options,
.offre-section .select-ct .options {
    height: 237px;
    overflow-y: scroll;
    padding: 20px;
}

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

.offre-section .localization-option:hover{
    color: #00ceff;
}
/* icone in */
.offre-section .offre-result {
    position: relative;
}

.offre-section .social-linkedin{
    width: auto;
    text-align: right;
    position: absolute;
    top: 39px;
    right: 15px;
}
.offre-section .social-linkedin a{
    display: inline-block;
    width: 39px;
    height: 39px;
    background-color: yellow;
    border-radius: 20px;
    background-color: rgba(0, 166, 217, 0.24);
    padding: 8px;
    text-align: center;
    align-items: center;
    display: inline-flex;
}
.offre-section .social-linkedin a:hover{
    background-color: #15252C;
}
.offre-section .social-linkedin a img {
    width: 21px;
    height: 22px;
    object-fit: contain;
    min-height: 1px;
    margin: auto;
}
/* nb de résultats */
.offre-section .view-header{
    font-family: NunitoSansExtraBold;
    font-size: 36px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.28;
    margin: 39px 0 34px 0;
}
.offre-section .view-empty{
    margin: 100px 0;
    text-align: center;
}
.offre-section .view-filters{
    display:none;
}

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

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

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

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

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



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


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

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

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

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

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

.offre-section a[rel="prev"], .offre-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;
}

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

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

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

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

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

}

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

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

@media only screen and (max-width: 1083px) {
    .page-offre{
        padding: 0;
    }

    .block-offres-emploi .views-element-container .view-content {
        justify-content: center;
    }
}

@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: 20px 15px 0;
    }

    .offre-section .alert-link{
        position: absolute;
        right: 12px;
        top: 115px;
        width: 45%;
    }
    .offre-section{
        display: block;
    }

    /* Bouton filtre */
    .offre-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;
    }
    .offre-section .filters{
        display: none !important;
    }
    .offre-section .filters.show {
        display: block !important;
    }
    .offre-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;
    }
    .offre-filtres{
        display:block;
        width:100%;
    }
    .offre-filtres .select-localization,
    .offre-filtres .select-job,
    .offre-filtres .select-ct,
    .offre-filtres .select-keyname{
        margin-top: 2%;
        height: 25px;
        width:100%;
    }
    .offre-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;
    }

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

    .offre-section .label-offer {
        margin-right: 0;
    }

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


    .select-localization .options,
    .select-job .options,
    .select-ct .options {
        padding-top: 100px !important;
    }

    /* vignettes */

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

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

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

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