.contact-section{
    padding-top: 64px;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
}
.contact-section .view-contacts-list,
.contact-section .contact-filtres {
    width: 100% !important;
    max-width: 1305px !important;
    margin: auto;
    position: relative;
    padding: 15px;
}
.contact-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;
}
.contact-filtres{
    display: flex;
}
.contact-section .filters{
    display:flex !important;
}
.contact-filtres .select-contact-region.selected .label-contact div,
.contact-filtres .select-profil.selected .label-contact div{
    color: #00ceff;
    text-transform: none;
}
.contact-section .label-contact{
    display: flex;
    align-items: baseline;
    height: 23px;
    margin-right: 30px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    position: relative;
}
.contact-section .label-contact div{
    width: 150px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
    font-family: "NunitoSansBlack";
    padding: 3px 0;
}
.contact-section .label-contact > div{
    overflow: hidden;
}
.contact-section .label-contact img{
    z-index: -1;
    margin-left: 10px;
    padding-bottom: 3px;
    position: absolute;
    right: 0;
    top: 9px;
}

.contact-section .label-contact.selected img {
    transform: rotate(180deg);
    top: 4px;
}

.contact-section .options{
    background-color: white;
    color: #10181d;
    position: absolute;
    font-weight: 600;
    top: 40px;
    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;
}

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

.contact-section .select-contact-region .options,
.contact-section .select-profil .options{
    height: 237px;
    overflow-y: scroll;
    padding: 20px;
}

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

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


.contact-section .view-empty{
    margin: 100px 0;
    text-align: center;
}
.contact-section .view-filters{
    display:none;
}

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


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


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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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


@media only screen and (max-width: 768px) {
    .contact-section .alert-link {
        position: absolute;
        right: 12px;
        top: 115px;
        width: 45%;
    }

    .contact-section {
        display: block;
    }

    /* Bouton filtre */
    .contact-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;
    }

    .contact-section .filters {
        display: none !important;
    }

    .contact-section .filters.show {
        display: block !important;
    }

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

    .contact-filtres {
        display: block;
        width: 100%;
    }

    .contact-filtres .select-contact-region,
    .contact-filtres .select-profil {
        margin-top: 2%;
        height: 25px;
        width: 100%;
    }

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


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

    .contact-section .label-contact div {
        width: 100%;
    }

    /* vignettes */
    .contact-section .views-row {
        width: 100%;
    }

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

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

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

    .contact-section .mobile-mode{
        margin: 7px auto !important;
        width: 292px !important;
        padding: 25px !important;
        height: 410px !important;
        max-width: 87vw !important;
    }
}
