<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --primary-color: #01ADAB;
    --text-color: #3B3B3B;
    --text-light-color: #797878;
    --gray-color: #c2c2c2;
    --gray-light-color: #CECDCC;
    --gray-lighter-color: #F5F5F6;

}


.view-annuaire-societes .view-header {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 28px;
}

/* Block title */
.view-annuaire-societes .view-grouping-header {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: var(--primary-color);
    border-bottom: 3px solid var(--primary-color);
}

.view-annuaire-societes .view-header p:last-child {
    margin-bottom: 0;
}

/* Filters */

.view-annuaire-societes &gt; .view-filters {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 30px;

    background-color: var(--gray-lighter-color);
}

.view-annuaire-societes form[id*="views-exposed-form-annuaire-societes-page"] {
    padding: 30px 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .view-annuaire-societes form[id*="views-exposed-form-annuaire-societes-page"] {
        width: 750px;
    }
}

@media screen and (min-width: 992px) {
    .view-annuaire-societes form[id*="views-exposed-form-annuaire-societes-page"] {
        width: 970px;
    }
}

@media screen and (min-width: 1200px) {
    .view-annuaire-societes form[id*="views-exposed-form-annuaire-societes-page"] {
        width: 1170px;
    }
}


@media screen and (min-width: 1288px) {
    .view-annuaire-societes form[id*="views-exposed-form-annuaire-societes-page"] {
        width: 1287px;
    }
}


.companies-filters-title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 22px;
    /*line-height: 75px;*/
    color: var(--primary-color);
}


.view-annuaire-societes form[id*="views-exposed-form-annuaire-societes-page"] .form--inline .form-item {
    min-width: 0;
    margin-bottom: 15px;
}

/* mobile filters */
@media all and (max-width: 767px) {
    .view-annuaire-societes form[id*="views-exposed-form-annuaire-societes-page"] .form--inline .form-item {
        width: 100%;
    }

    .view-annuaire-societes form[id*="views-exposed-form-annuaire-societes-page"] .form--inline .form-control {
        margin-bottom: 0;
    }
}

@media all and (min-width: 768px) {
    .companies-filters-title {
        margin-top: 0;
    }

    .view-annuaire-societes form[id*="views-exposed-form-annuaire-societes-page"] .form--inline {
        display: flex;
        align-items: flex-start;
        justify-content: stretch;
    }

    .view-annuaire-societes form[id*="views-exposed-form-annuaire-societes-page"] .form--inline .form-item {
        margin-bottom: 0;
        margin-right: 30px;
        flex: 1;
    }

}


.view-annuaire-societes form[id*="views-exposed-form-annuaire-societes-page"] input, .view-annuaire-societes form[id*="views-exposed-form-annuaire-societes-page"] .form-control {
    width: 100%;
    height: 40px;
    border: 1px solid #E4E2E2;
    border-radius: 4px;
}


.view-annuaire-societes .views-exposed-form label {
    display: none;
}

.view-annuaire-societes .form-item-populate {
    position: relative;
}

.view-annuaire-societes .form-item-populate label {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("/themes/custom/metalinterface/images/icons/search-gray.png") center center no-repeat;
    background-size: contain;
}

.view-annuaire-societes .form-item-populate input {
    padding-left: 40px;
}

.view-annuaire-societes .form-item-populate input::placeholder {
    color: var(--text-light-color);
    font-weight: 500;
}


/* Select */
.view-annuaire-societes .nice-select {
    position: relative;
    margin-bottom: 15px;
    padding: 0;
    box-shadow: none;
}

@media all and (min-width: 1024px) {
    .view-annuaire-societes .nice-select {
        margin-bottom: 0;
    }
}

.view-annuaire-societes .nice-select .current {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    padding-left: 20px;
    padding-right: 60px;
    font-size: 15px;
    line-height: 31px;
    font-weight: 500;
    color: #B7B7B7;
}

.view-annuaire-societes .nice-select .current:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 39px;
    height: 38px;
    background-color: #595959;
}

.view-annuaire-societes .nice-select:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}

.view-annuaire-societes .nice-select:after {
    right: 13px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
    transform: rotate(180deg);
    transform-origin: center;
}

.view-annuaire-societes .nice-select.open:after {
    transform: rotate(360deg);
}

.form-item-field-address-country-code .nice-select .current {
    padding-left: 40px;
}

.form-item-field-address-country-code .nice-select:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 21px;
    background: url("/themes/custom/metalinterface/images/icons/marker.png") center left no-repeat;
    background-size: contain;
}


/* NiceSelect Fix */
.view-annuaire-societes .views-exposed-form select {
    display: none;
}

/* search */
.view-annuaire-societes .form-item-title input {
    padding-left: 40px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 31px;

}

.view-annuaire-societes .form-item-title input::placeholder {
    color: #B7B7B7;
}

.companies-search-wrapper {
    position: relative;
}

.companies-search-wrapper:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 21px;
    background: url("/themes/custom/metalinterface/images/icons/search-gray.png") center left no-repeat;
    background-size: contain;
}


/* submit */

.view-annuaire-societes .form-actions:before {
    content: "";
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 21px;
    background: url("/themes/custom/metalinterface/images/icons/search-white.png") center left no-repeat;
    background-size: contain;
}

.view-annuaire-societes .form-submit {
    padding: 10px 30px 10px 50px;
    font-weight: 500;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
}

.view-annuaire-societes .form-submit:focus {
    outline-color: var(--primary-color);
}


/* Results */

/* Cards */
.card-company {
    margin-bottom: 30px;
    border: 1px solid var(--gray-light-color);
    transition: box-shadow .15s ease;
}

.card-company:hover {
    box-shadow: 0 6px 24px rgba(51, 51, 48, 0.1);
}

.card-company a:hover {
    text-decoration: none;
}

.card-header img {
    position: relative;
    z-index: -1;
    width: 100%;
}

.card-company .card-content {
    padding: 30px;
}

@media all and (max-width: 768px) {
    .view-display-id-page_1 .companies-list-wrapper{
        padding:0;
    }
    .view-display-id-page_1 .companies-list li{
        width:100%;
        float:none;
        padding:0;
    }
}

/* same cards height */
@media all and (min-width: 768px) {
    .card-company .card-content {
        display: flex;
        flex-direction: column;
        min-height: 285px;
    }
    .card-company .card-text {
        flex-grow: 1;
    }
}
@media all and (min-width: 1024px) {
    .card-company .card-content {
        min-height: 305px;
    }
}
@media all and (min-width: 1280px) {
    .card-company .card-content {
        min-height: 330px;
    }
}
@media all and (min-width: 1440px) {
    .card-company .card-content {
        min-height: 285px;
    }
}
@media all and (min-width: 1600px) {
    .card-company .card-content {
        min-height: 295px;
    }



}


.card-company .card-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    /*margin-top: -62px;*/
    margin-bottom: 15px;
    background-color: var(--gray-lighter-color);
    border: 1px solid #B9B9B9;
}

.card-company .card-logo {
    margin-top: -76px;
}

.card-company .card-logo, .card-company .card-logo img {
    width: 92px;
    height: 92px;
    object-fit: contain;
}


@media all and (min-width: 1920px) {
    .card-company .card-logo {
        margin-top: -86px;
    }

    .card-company .card-logo, .card-company .card-logo img {
        width: 112px;
        height: 112px;
    }
}

.card-company .card-title {
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: var(--text-color);
}

.card-company .card-text {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: var(--text-color);
}

.card-company .card-footer {
    text-align: right;
}

/* Pager */
.view-annuaire-societes .pager-nav {
    margin-bottom: 60px;
    padding: 15px;
    border: 1px solid var(--gray-light-color)
}

.view-annuaire-societes .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.view-annuaire-societes .pager__item {
    margin: 0 3px;
}

.view-annuaire-societes .pager__item a {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    background-color: #6D6D6D;
    color: #fff;
}

.view-annuaire-societes .pager__item.is-active a {
    background-color: var(--primary-color);
}

/* mobile pager */
@media all and (max-width: 1023px) {
    .view-annuaire-societes .pager__item:not(.pager__item--next):not(.pager__item--previous) {
        display: none;
    }
}


/* Collapse grouping view */
.view-annuaire-societes .secteur-parent-term {
    padding-bottom: 15px;
    border-bottom: 3px solid var(--primary-color);
    font-size: 22px;
    font-weight: 500;
    color: var(--primary-color);
}

.view-annuaire-societes .secteur-parent-term {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.view-annuaire-societes .secteur-parent-term:after {
    content: "";
    display: inline-block;
    background: url("/themes/custom/metalinterface/images/icons/arrow-green--down.png");
    background-size: contain;
    width: 16px;
    height: 11px;
    margin-left: 5px;
}

.view-annuaire-societes .secteur-parent-term:after {
    transform: rotate(0);
    transition: all .2s ease;
}

.view-annuaire-societes .views-row.is-collapsed .secteur-parent-term:after {
    transform: rotate(-90deg);
}

.view-annuaire-societes .views-field-view {
    margin-bottom: 90px;
    display: grid;
    grid-template-rows: 1fr;
    transition: grid-template-rows .4s ease-in;
}

.view-annuaire-societes .views-field-view &gt; .field-content {
    overflow: hidden;
}

.view-annuaire-societes .views-row.is-collapsed .views-field-view {
    grid-template-rows: 0fr;
}

/*.view-annuaire-societes &gt; .view-footer .view:last-child {
    margin-bottom: 90px;
}*/

/* secondary filters view */
.view-entreprises-par-secteur-parent .form-wrapper, .view-secteurs-parents-constructeur .form-wrapper {
    float: none !important;
}

.view-entreprises-par-secteur-parent .views-exposed-form .fieldset-legend, .view-secteurs-parents-constructeur .views-exposed-form .fieldset-legend {
    display: none;
}

.view-entreprises-par-secteur-parent .form-checkboxes,
.view-secteurs-parents-constructeur .form-checkboxes {
    display: flex;
    justify-content: center;
}

.view-entreprises-par-secteur-parent .form-checkboxes .form-item, .view-secteurs-parents-constructeur .form-checkboxes .form-item {
    flex: auto;
}

.view-annuaire-societes .form-type-checkbox label {
    border: 2px solid var(--text-light-color);
    overflow: hidden;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 6px 15px;
    display: block !important;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
}

.view-annuaire-societes .form-type-checkbox input {
    position: absolute;
    display: none;
    color: #fff !important;
}

/* selects all of the text within the input element and changes the color of the text */
/*.view-annuaire-societes .form-type-checkbox input + span{color: #fff;}*/


/* This will declare how a selected input will look giving generic properties */
.view-annuaire-societes .form-type-checkbox input:checked + label {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.view-annuaire-societes form:not([id*="views-exposed-form-annuaire-societes-page"]) .form-actions {
    display: none;
}

@media all and (max-width: 1024px) {
    .view-entreprises-par-secteur-parent .bef-checkboxes, .view-secteurs-parents-constructeur .bef-checkboxes {
        justify-content: flex-start;
        overflow-x: scroll;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */

    }
    .view-entreprises-par-secteur-parent .bef-checkboxes::-webkit-scrollbar, .view-secteurs-parents-constructeur .bef-checkboxes::-webkit-scrollbar {
        display: none;
    }
}


/* companies list flexslider */
.companies-list li {
    width: 25%;
}

/* flexslider nav */
.companies-list-wrapper {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.companies-list-wrapper .flex-direction-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.companies-list-wrapper .flex-direction-nav a {
    opacity: 1;
}


.companies-list-wrapper .flex-prev {
    width: 64px;
    height: 64px;
    left: 0;
}

.companies-list-wrapper .flex-next {
    width: 64px;
    height: 64px;
    right: 0;
}

.companies-list-wrapper .flex-prev:before, .companies-list-wrapper .flex-next:before {
    content: '' !important;
    width: 64px;
    height: 64px;
    display: block;
}

.companies-list-wrapper .flex-prev:before {
    background: url("/themes/custom/metalinterface/images/icons/arrow-gray--prev.png") center left no-repeat;
}

.companies-list-wrapper .flex-next:before {
    background: url("/themes/custom/metalinterface/images/icons/arrow-gray--next.png") center right no-repeat;
}
.view-header .plus,
.view-id-taxonomy_term .plus{
    float: right;
    margin: 0 0 15px 0;
    color: #01adab;
    text-decoration: underline;
    font-size: 13px;
    cursor: pointer;
}
/*overrides for basic annuaire*/
.view-display-id-page_1 .companies-list {
    margin:0;
}
.view-display-id-page_1 .companies-list li {
    width: 25%;
    padding-right:5px;
    float:left;
}
.view-annuaire-societes.view-display-id-page_1 .pager-nav{
    clear:both
}
@media all and (max-width: 768px) {
    .view-display-id-page_1 .companies-list-wrapper{
        padding:0;
    }
    .view-display-id-page_1 .companies-list li{
        width:100%;
        float:none;
        padding:0;
    }
}</pre></body></html>