<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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%;

}
.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 .filters &gt; div {
    margin: 10px 0;
}

.project-filtres{
    display: flex;
    margin-bottom: 50px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.project-section .filters{
    display:flex !important;
    flex-wrap: wrap;
}

#mapid {
  height: 650px;
  z-index: 1;
  background-color: #15252c !important;
}

.project-section .pagination li.page-item a span {
  display: none;
}

.leaflet-pane a {
  color: #00CEFF !important;
}

@media screen  and (max-width: 766px) {
  #mapid {
    height: 400px;
    z-index: 1;
  }

  .mapPillContainer {
    display: inline-block;
    margin-top: -15px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1486px) {
  .mapPillContainer {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1487px) {
  .mapPillContainer {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    right: 0;
    margin-right: -15px;
  }
}








.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: 175px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
    font-family: "NunitoSansBlack";
    padding: 3px 0;
}

.project-section .label-project &gt; div{
    overflow: hidden;
    margin-right: 14px;
}
.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;
    width: 10px;
    height: 13px
}

.project-section .options{
    background-color: white;
    color: #10181d;
    position: absolute;
    font-weight: 600;
    top: 30px;
    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 .options div:hover{
    color: #00ceff !important;
}

.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Â&nbsp;{
    color: black !important;
    display: none !important;
    width: 0;
    height: 0;
    position: absolute;

}

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

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


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

.project-section  .box-read-more{
  width: 394px !important;
}

@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 .project-filtres.show {
	display: block;
    }

    .project-section .filters{
        display: none !important;
        padding-bottom: 30px;
    }
    .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{
        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;
        gap: 10px;
    }

    .project-section .box-read-more{
        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;
    }

  .project-section  .box-read-more{
    width: 100% !important;
  }
}
.leaflet-popup.leaflet-zoom-animated {
  position: relative;
}

.leaflet-popup-content-wrapper {
  position: absolute;
  border-radius: 0;
  top: -200px;
  left: -150px;
}

.leaflet-popup-close-button {
  display: none;
}

.leaflet-popup-tip-container {
  display: none;
}

.legendProjectMap {
  background: white;
  position: absolute;
  z-index: 1;
  left: 6%;
  bottom: 0;
}

.legendProjectMapMobile {
  display: none;
}

.leaflet-tile-container img.leaflet-tile {
  background-color: #15252c !important;
}

@media only screen and (max-width: 768px) {
  .legendProjectMap {
    display: none;
  }

  .legendProjectMapMobile {
    background: white;
    display: block;
  }

  .leaflet-pane.leaflet-marker-pane img {
    height: 30px !important;
    width: 30px !important;
  }

}



.legendProjectMapIn {
  padding: 10px 130px 5px 30px;
}

.legendProjectTitle {
  display: flex;
  justify-content: space-between;
  padding: 10px 30px 10px 30px;
  cursor: pointer;
  min-width: 200px;
}

.mapProjectArrow {
  transform: rotateZ(180deg) scale(1.5);
  height: 30px;
  padding: 0;
  margin: 0;
}

.mapProjectArrow.toRight {
  transform: rotateZ(270deg) scale(1.5);
}

.mapProjectArrow.reverted {
  transform: scale(1.5);
}

.mapProjectArrow svg, .mapProjectArrow svg g {
  stroke: #00CEFF;
}

.leaflet-control-container .leaflet-control-attribution a {
  color: #0078A8 !important;
}
</pre></body></html>