<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">button[disabled] {
    opacity: .5;
    cursor: not-allowed;
    transition: opacity .2s ease;
}

a {
    color: #0072c0;
}

.text-verti {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg)
}
.info-size {
    width: 10rem !important;
    min-width: 10rem !important;
}

.iepa-list__wrap,
.news-list__wrap {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.search-item .search-btn:not([disabled]) {
    cursor: pointer;
}

.no-touchevents .search-item .search-btn:not([disabled]):hover {
    background: #88b146;
    transition: background .2s ease;
}

.ajax-loader {
    display: none;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .6);
}

.ajax-loader .spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;

    -webkit-animation: rotating .6s linear infinite;
    -moz-animation: rotating .6s linear infinite;
    -ms-animation: rotating .6s linear infinite;
    -o-animation: rotating .6s linear infinite;
    animation: rotating .6s linear infinite;
}

.ajax-loader .spinner svg {
    fill: rgba(0, 0, 0, .5);
}

@-webkit-keyframes rotating /* Safari and Chrome */
{
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.banner-single.type-3 .type-3__data a {
    color: #0072c0;
}

.prestations-block {
    padding-left: 0;
}

.aside-search {
    position: relative;
}

.search-item {
    z-index: 100;
}

.search-item .ajax-loader {
    left: auto;
    right: 50px;
}

.search-options {
    z-index: 10;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -3rem;
    max-height: 200px;
    overflow-y: auto;
}

.search-options li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.search-options li:first-child .search-option {
    padding-top: 4rem;
}

.search-options .search-option {
    display: flex;
    padding: 0.5rem 2rem;
    background-color: rgba(246, 246, 246, .5);
    transition: background-color .2s ease;
}

.no-touchevents .search-options .search-option:hover {
    background-color: rgba(230, 230, 230, .4);
    cursor: pointer;
}

.search-options .search-option .search-option__image {
    width: 40px;
    flex-shrink: 0;
}

.search-options .search-option .search-option__image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.search-options .search-option .search-option__text {
    font-size: 1.3rem;
    line-height: 1.3em;
    padding: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-options .search-option .search-option__text h4,
.search-options .search-option .search-option__text p {
    margin: 0;
}

.search-options .search-option .search-option__text h4 {
    margin-bottom: 1rem;
}

.legend-one__name {
    color: #0072c0;
}

.mobile-phone {
    display: none;
}

@media (max-width: 1024px) {
    .text-verti {
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        transform: rotate(0deg)
    }
    .info-size {
        min-width: 10rem !important;
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .mobile-phone {
        display: block;
        position: relative;
        text-align: center;
        background: #f0f0f0;
        border-radius: 0 0 2rem 2rem;
        padding: 0.5rem 1rem;
    }

    .mobile-phone a {
        display: block;
    }

    .mobile-phone .hc-icon {
        display: inline-block;
    }

    .mobile-phone .hc-name {
        display: inline-block;
        font-family: 'TrashHand';
        font-size: 2.9rem;
        line-height: 3rem;
        color: #0072c0;
    }

    .mobile-phone .hc-icon {
        width: 2rem;
        height: 2rem;
    }

    .mobile-phone .hc-icon .icon {
        fill: #95c24d;
    }

    .service-list &gt; li {
        width: 50% !important;
    }
}

@media (max-width: 1023px) {
    .search-options {
        z-index: 10;
        position: absolute;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: -2rem;
        max-height: 310px;
        overflow-y: auto;
        BACKGROUND: #ffffff;
        box-shadow: 0px 5px 10px #00000040;
    }
}

#ss360-layer .ss360-nav.ss360-top-nav {
    display: none;
}

.ss360-layer-content #ss360-search-result-heading {
    margin-bottom: 0em;
    height: 4rem;
}

.ss360-layer-content #ss360-search-result-heading a {
    font-size: 2.1rem;
}

.ss360-list article header span a {
    font-size: 2.1rem;
    font-weight: 300;
    line-height: 2.4rem;
    display: block;
    padding: 1.5rem 0;
    list-style: none;
    color: #0072c0;
}

.ss360-suggests {
    padding: 0 !important;
}

#unibox-suggest-box {
    min-width: 528px;
    display: block;
    max-width: 528px;
    left: 40px;
    top: 100px !important;
    border: none !important;
    background: transparent !important;
}

.unibox-selectable:hover {
    background: transparent !important;
}

#unibox-suggest-box .unibox-selectable a {
    font-size: 2.1rem;
    font-weight: 300;
    color: #0072c0;
    border-bottom: .1rem solid #c4c4c4;
}

#unibox-suggest-box .unibox-selectable a:hover {
    color: #95c24d !important;
}

.main-search-block.activated .autocomplete {
    padding: 0;
}

.video-block:last-child,
.iepa-list:last-child {
    margin-bottom: 0;
}

.section-default + .section-default {
    padding-top: 0;
}

.hd__icon svg,
.hd__icon svg g,
.hd__icon svg path {
    fill: #fff !important;
}

.service-list &gt; li {
    width: 25%;
}

.service-list .service-one__name {
    height: 6rem;
    font-size: 2rem;
    padding: 1.5rem;
}

.utils-map-block.services-archive {
    height: 60rem;
}

.utils-map-block .legend {
    max-height: 60rem;
    overflow-y: scroll;
}

.contact-card__link a {
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.4rem;
    display: block;
    text-align: left;
    color: #0072c0;
}

li.one-organisation {
    width: 50%;
}

.archive-services .service-list &gt; li .service-one,
.archive-services .service-list &gt; li:nth-child(4n + 1) .service-one,
.archive-services .service-list &gt; li:nth-child(4n + 4) .service-one {
    background: #F0F0F0;
}

.news-details__main .doc-link {
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 3.2rem;
    position: relative;
    display: block;
    padding-top: 1rem;
    padding-left: 6.6rem;
    color: #0072c0;
}

.news-details__main .doc-link .doc-link__icon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    width: 4.6rem;
    height: 4.6rem;
    align-items: center;
    justify-content: center;
}

.news-details__main .doc-link .doc-link__icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.active-marker {
    opacity: 1 !important;
    transform: scale(1.5);
}

.archive-color {
    cursor: pointer;
}</pre></body></html>