<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-basic-green.annonces {
    position: relative;
    padding: 15px 40px 15px 30px;
    font-family: robotolight, arial;
    font-size: 21px;
    line-height: 28px;
}

.more.annonce {
    position: absolute;
    color: #fff;
    bottom: 0;
    right: 0;
    padding: 22px 0 0 16px;
    margin: 0;
    font-size: 23px;
    font-family: robotomedium, arial;
    background: url(../images/bg-link-more-menu.png) no-repeat;
    width: 46px;
    height: 49px;
    text-align: center;
}

@media all and (min-width: 1200px) {

    .view-annonces.view-display-id-page_1 .views-row,
    .page-node-type-annonce .views-row {
        width: 25%;
        float: left;

    }
}

@media all and (max-width: 1200px) and (min-width: 769px) {

    .view-annonces.view-display-id-page_1 .views-row,
    .page-node-type-annonce .views-row {
        width: 50%;
        float: left;

    }
}

.view-annonces.view-display-id-page_1 .carousel-photos .slides,
.page-node-type-annonce .carousel-photos .slides {
    align-items: flex-start;
}

.view-annonces.view-display-id-page_1 .card-company,
.page-node-type-annonce .card-company {
    position: relative;
    margin: 10px;
}

.view-annonces.view-display-id-page_1 .card-company.is-unpublished .card-content,
.page-node-type-annonce .card-company.is-unpublished .card-content {
    background-color: #dcdcdd;

}

.closed-ad {
    color: white;
    font-size: 1em;
    text-align: center;
    padding: 5px;
    background-color: #b7b7b7;
    text-decoration: none;
    padding: 6px 12px;
    display: inline-block;
    margin: 5px 0;
}

.view-annonces.view-display-id-page_1 .card-company .card-title,
.page-node-type-annonce .card-company .card-title {
    font-size: 20px;
    word-break: break-word;
}

/*filters*/
.view-annonces.view-display-id-page_1 .views-exposed-form .form-inline,
.page-node-type-annonce .views-exposed-form .form-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.view-annonces.view-display-id-page_1 .views-exposed-form .form-inline .form-item,
.page-node-type-annonce .views-exposed-form .form-inline .form-item {
    display: flex;
    flex-direction: column;
    margin-right: 4px;
}

.view-annonces.view-display-id-page_1 form[id*="views-exposed-form-annonces-page-1"] .form-inline .form-actions .button,
.page-node-type-annonce form[id*="views-exposed-form-annonces-page-2"] .form-inline .form-actions .button {
    padding: 10px 30px;
    font-weight: 500;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
}

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

.view-annonces form[id*="views-exposed-form-annonces-page-1"] .form-item-field-ad-product-location-value label,
.view-annonces form[id*="views-exposed-form-annonces-page-2"] .form-item-field-ad-product-location-value label {
    display: none;
}

.view-annonces.view-display-id-page_1 .form-submit:focus,
.page-node-type-annonce .form-submit:focus {
    outline-color: var(--primary-color);
}

.view-annonces .card-text {
    position: relative;
    margin-bottom: 15px;
    word-break: break-word;
}

.view-annonces.view-display-id-page_1 .card-company .card-content,
.page-node-type-annonce .card-company .card-content {
    height: 310px;
    position: relative;
    background-color: #F5F5F6;
}

.view-annonces .card-fulltext {
    border: 1px solid #ccc;
    background-color: white;
    z-index: 300;
    padding: 5px;
    position: absolute;
    top: 0;
    display: none;
}

.view-annonces .card-text:hover .card-fulltext {
    display: block;
}

.view-annonces input#edit-combine {
    padding-left: 40px;
}

.view-annonces .card-company .card-footer {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

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

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

.view-annonces .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-annonces .nice-select .current:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 39px;
    height: 38px;
    background-color: #595959;
}

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

.view-annonces .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-annonces .nice-select.open:after {
    transform: rotate(360deg);
}

.view-annonces .country.nice-select .current {
    padding-left: 40px;
}

.view-annonces .country.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;
}

.view-annonces .views-exposed-form select {
    display: none;
}

/*end exposed form*/
/* annonces connexes */
.view-annonces .pager {
    display: flex;
    justify-content: center;
}

.view-annonces .pager li {
    display: block;
}

.view-annonces .pager li a {
    padding: 10px;
    background-color: #01adab;
    color: white;
    margin-right: 3px;
}

.view-annonces .card-header img {
    z-index: 1;
    background-color: white;
}

.view-annonces .card-header {
    position: relative;
    overflow: hidden;
    height: 194px;
    background-color: #01adab;
}

/*surcharge pour la page du node*/
.page-node-type-annonce .view-annonces .card-header {
    height: auto;
}

.page-node-type-annonce .view-annonces .card-header img {
    max-width: 300px;
}

.view-annonces .flexslider {
    border-radius: 0;
}

.view-annonces .card-company .card-content {
    min-height: auto;
}

.view-annonces .annonce-info span {
    display: flex;
}

.view-annonces .annonce-info .annonce-location {
    padding-left: 18px;
    background: url("/themes/custom/metalinterface/images/icons/marker_white.png") center left no-repeat;
    background-size: contain;
}


.view-annonces .annonce-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    background-color: #01adab;
    font-weight: 500;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    z-index: 100;
}

.view-annonces .carousel-videos .flex-direction-nav .flex-prev:after,
.carousel-photos .flex-direction-nav .flex-prev:after {
    content: '';
    width: 23px;
    height: 38px;
    background: url(/themes/custom/metalinterface/images/icons/arrow-gray--prev.png) center left no-repeat;
    background-size: contain;
}

.view-annonces .carousel-videos .flex-direction-nav .flex-next:after,
.carousel-photos .flex-direction-nav .flex-next:after {
    content: '';
    width: 23px;
    height: 38px;
    background: url(/themes/custom/metalinterface/images/icons/arrow-gray--next.png) center left no-repeat;
    background-size: contain;
}

@media (min-width: 1024px) {

    .view-annonces.view-display-id-page_1 form[id*="views-exposed-form-annonces-page"] .form--inline,
    .page-node-type-annonce form[id*="views-exposed-form-annonces-page"] .form--inline {
        display: flex;
        align-items: flex-start;
        justify-content: stretch;
    }
}

@media (min-width: 1024px) {

    .view-annonces.view-display-id-page_1 form[id*="views-exposed-form-annonces-page"] .form--inline .form-item,
    .page-node-type-annonce form[id*="views-exposed-form-annonces-page"] .form--inline .form-item {
        min-width: 0;
        margin-bottom: 15px;
        margin-right: 30px;
        flex: 1;
    }
}

/* mobile filters */
@media all and (max-width: 1023px) {

    .view-annonces.view-display-id-page_1 form[id*="views-exposed-form-annonces-page"] .form--inline .form-item,
    .page-node-type-annonce form[id*="views-exposed-form-annonces-page"] .form--inline .form-item {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }


}

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

    .view-annonces.view-display-id-page_1 form[id*="views-exposed-form-annonces-page"] .form--inline,
    .page-node-type-annonce form[id*="views-exposed-form-annonces-page"] .form--inline {
        display: flex;
        align-items: flex-start;
        justify-content: stretch;
    }

    .view-annonces.view-display-id-page_1 form[id*="views-exposed-form-annonces-page"] .form--inline .form-item,
    .page-node-type-annonce form[id*="views-exposed-form-annonces-page"] .form--inline .form-item {
        margin-bottom: 0;
        margin-right: 30px;
        flex: 1;
    }

}

@media all and (max-width: 768px) {

    .view-annonces.view-display-id-page_1 .flexslider .flex-direction-nav,
    .page-node-type-annonce .flexslider .flex-direction-nav {
        display: block;
    }

    .view-annonces.view-display-id-page_1 .views-row,
    .page-node-type-annonce .views-row {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 20px;
    }
}

.view-annonces.view-display-id-page_1 .pager-nav,
.page-node-type-annonce .pager-nav {
    clear: both
}

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

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

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

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

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

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

.annonce-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.annonce-modal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    /* Could be more or less, depending on screen size */
}

@media all and (max-width: 1024px) {
    .annonce-modal .modal-content {

        width: 80%;
        /* Could be more or less, depending on screen size */
    }
}

/* The Close Button */
.annonce-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.annonce-close:hover,
.annonce-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.view-annonces .view-header {
    display: flex;
}

@media all and (max-width: 1024px) {
    .view-annonces .view-header {
        display: block;
    }
}

.view-annonces .view-header .plus {
    float: none;
    display: block;
    text-align: center;
}

/*contact annonce webform*/
.path-annonces .ui-dialog-titlebar,
.path-visu-annonces .ui-dialog-titlebar {
    padding: 20px;
    text-align: center;
    background-color: #01adab;
    color: #fff;
}

.webform-submission-contact-annonce-form .form-item {
    margin-bottom: 10px;
}

/* input */
.webform-submission-contact-annonce-form input:not([type="checkbox"]) {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid var(--gray-light-color) !important;
}

.webform-submission-contact-annonce-form label {
    margin: 0;
    font-weight: 600;
}

.webform-submission-contact-annonce-form .webform-confirmation-modal--content {
    padding: 20px;
    text-align: center;
}

.webform-button--submit {
    background-color: var(--primary-color);
    color: #fff;
}</pre></body></html>