<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.news-header {
    position: relative
}

.news-header img {
    display: block;
    width: 100%;
    height: auto;
}

.news-header h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.news .news-list-view {
    background: #eee;
}

#homepageNews .news .news-list-view .news-header {
    position: static;
    padding: 24px 5em 0 5em;
}

#homepageNews .news .news-list-view .news-header h2 {
    line-height: 1;
    text-align: center;
}

.news .news-list-view .news-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.5em 5em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#homepageNews .news .news-list-view .news-grid {
    padding: 0 5em;
}

.news .news-list-view .news-grid .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 2.5em);
    margin: 2.5em 2.5em 2.5em 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-animation: articleAnim 1s ease both;
    animation: articleAnim 1s ease both;
}

@-webkit-keyframes articleAnim {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2.5em);
        transform: translateY(2.5em);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes articleAnim {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2.5em);
        transform: translateY(2.5em);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.news .news-list-view .news-grid .article:nth-child(2n) {
    margin: 2.5em 0 2.5em 2.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

#homepageNews .news .news-list-view .news-grid .article,
#homepageNews .news .news-list-view .news-grid .article:nth-child(2n) {
    width: calc(100% / 3 - 10em / 3);
    margin: 24px 5em 36px 0;
}

#homepageNews .news .news-list-view .news-grid .article:last-child {
    margin: 24px 0 36px 0;
}

.news .news-list-view .news-grid .article .news-img-wrap a {
    display: block;
}

.news .news-list-view .news-grid .article .news-img-wrap a img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.news .news-list-view .news-grid .article:hover .news-img-wrap a img {
    -webkit-filter: grayscale(.5);
    filter: grayscale(.5);
}

.news .news-list-view .news-grid .article .news-txt-wrap {
    height: 100%;
}

.news .news-list-view .news-grid .article .news-txt-wrap a {
    display: block;
    height: 100%;
    padding: 2.5em 2em;
    background: #fff;
    color: #000;
    font-size: 15px;
}

.news .news-list-view .news-grid .article:nth-child(2n) .news-txt-wrap a {
    background: #000;
    color: #fff;
}

.news .news-list-view .news-grid .article .news-txt-wrap a .news-list-date {
    font-size: 12px;
    letter-spacing: .1em;
    opacity: .8;
}

#homepageNews .news .news-list-view .news-grid .article .news-txt-wrap a .news-list-date {
    display: none;
}

.news .news-list-view .news-grid .article .news-txt-wrap a .header {
    margin: 1.5em 0;
}

#homepageNews .news .news-list-view .news-grid .article .news-txt-wrap a .header {
    margin: 0;
}

.news .news-list-view .news-grid .article .news-txt-wrap a .header h3 {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.news .news-list-view .news-grid .article:hover .news-txt-wrap a .header h3 {
    color: var(--polaris-color-polaris-blue);
}

#homepageNews .news .news-list-view .news-grid .article .news-txt-wrap a .teaser-text {
    display: none;
}

.news .news-list-view .news-grid .article .news-txt-wrap a .teaser-text p {
    opacity: inherit;
    ;
}

.news .news-list-view .news-grid .article .news-txt-wrap a .footer {
    margin-top: 2.5em;
}

#homepageNews .news .news-list-view .news-grid .article .news-txt-wrap a .footer {
    display: none;
}

.news .news-list-view .news-grid .article .news-txt-wrap a .footer&gt;p:before {
    content: url(/fileadmin/templates/ext/news/img/tag-shape.png);
    display: inline-block;
    margin-right: 1em;
    vertical-align: middle;
}

.news .news-list-view .page-navigation {
    display: none;
}

.news .news-list-view .news-bottom {
    padding-bottom: 5em;
}

#homepageNews .news .news-list-view .news-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 36px;
    justify-content: center;
}

.news .news-list-view .news-bottom #loadNews {
    display: block;
    margin: auto;
}

.news.news-single .article .news-backlink-wrap {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0%; */
    width: 100%;
    padding: 1.5rem 0;
    background: #fff;
}

.news.news-single .article .news-backlink-wrap .news-back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}

.news.news-single .article .news-backlink-wrap .news-back .icon-back {
    display: block;
    position: relative;
    width: 25px;
    height: 2px;
    margin-right: 2em;
    background: #9b9b9b;
}

.news.news-single .article .news-backlink-wrap .news-back .icon-back::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #9b9b9b;
    border-left: 2px solid #9b9b9b;
    -webkit-transform: translateY(-50%) rotateZ(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotateZ(-45deg);
}

.news.news-single .article .hero-header {
    position: relative;
}

.news.news-single .article .hero-header&gt;img {
    display: block;
    width: 100%;
    height: auto;
}

.news.news-single .article .hero-header .header {
    /* position: absolute;
    bottom: 0;
    left: 50%;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); */
}

.news.news-single .article .hero-header .header h3 {
    margin: .5em 1em 0 1em;
    font-size: 34px;
    line-height: .95;
    text-align: center;
}

.news.news-single .article .container {}

.news.news-single .article .container .news-list-date,
.news.news-single .article .container .news-list-tags {
    font-size: 15px;
}

.news.news-single .article .container .news-list-date {
    margin-top: 50px;
    letter-spacing: .1em;
    opacity: .8;
}

.news.news-single .article .container .news-list-tags {
    margin-top: 1em;
    color: #7f7f7f;
}

.news.news-single .article .container .news-list-tags:before {
    content: url(/fileadmin/templates/ext/news/img/tag-shape.png);
    display: inline-block;
    margin-right: 1em;
    vertical-align: middle;
}

.news.news-single .article .container .news-list-tags .news-tag:not(:first-child) {}

.news.news-single .article .container .news-list-tags .news-tag:not(:first-child)::before {
    content: ',';
    margin-right: .5em;
}

.news.news-single .article .container .teaser-text {
    margin: 1em 0 50px 0;
    font-size: 1.1em;
    font-weight: 700;
}

.news.news-single .article .container .news-content-wrap .content-element-news-2-cols {
    display: flex;
    gap: 20px;
}

.news.news-single .article .container .news-content-wrap .content-element-news-2-cols .content-element-news {
    width: 50%;
}


.news.news-single .article .container .news-content-wrap .content-element-news&gt;* {
    margin-bottom: 50px;
}

.news.news-single .article .container .news-content-wrap .content-element-news .content-element-news-img&gt;a {
    display: block;
}

.news.news-single .article .container .news-content-wrap .content-element-news .content-element-news-img img {
    display: block;
    width: 100%;
    height: auto;
}

.news.news-single .article .container .news-content-wrap .content-element-news .content-element-news-text ul {
    list-style-position: inside;
    list-style-type: disc;
}

.news.news-single .article .container .news-content-wrap .content-element-news .content-element-news-text ul li {
}

.news.news-single .article .container .news-content-wrap .content-element-news .content-element-news-text ul li ul {
    padding-inline-start: 1em;
}

.news.news-single .article .container .news-content-wrap .content-element-news .content-element-news-text p {
    margin-bottom: 1em;
}

.news.news-single .article .container .news-content-wrap .content-element-news .content-element-news-text p.text-justify {
    text-align: justify;
}

/* 
* FOR RTE CKEditor 
* if we choose to re-size a portion of text, RTE CKEditor wrap this selection in span
* and line-height is not working properly, we have to displays it in block and redefine the ligne height
*/
.news.news-single .article .container .news-content-wrap .content-element-news .content-element-news-text p span {
    display: block;
    line-height: 1.4em;
}

.news.news-single .article .container .news-content-wrap .content-element-news .content-element-news-text p span.font-change {
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.news.news-single .article .container .news-content-wrap table tr td {
    padding: 10px;
    border: 1px solid;
}

.news.news-single .article .container .news-content-wrap .content-element-news .content-element-news-youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.news.news-single .article .container .news-content-wrap .content-element-news .content-element-news-youtube&gt;iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news.news-single .article .container .next-news {
    display: block;
    padding-top: 1em;
    border-top: 2px solid #ccc;
    font-size: 30px;
    text-align: center;
}

@media screen and (max-width: 1199px) {

    #homepageNews .news .news-list-view .news-grid .article,
    #homepageNews .news .news-list-view .news-grid .article:nth-child(2n),
    #homepageNews .news .news-list-view .news-grid .article:last-child {
        width: 100%;
        margin: 2.5em 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news.news-single .article .hero-header .header {
        /* position: static;
        transform: none; */
    }

    .news.news-single .article .container .news-list-date {
        margin-top: 5rem;
    }

    .news.news-single .article .container .teaser-text {
        margin: 1em 0 5rem 0;
    }

    .news.news-single .article .container .news-content-wrap .content-element-news&gt;* {
        margin-bottom: 5rem;
    }
}


@media screen and (max-width: 991px) {
    .news .news-list-view .news-grid {
        padding: 2.5em 5em;
    }

    .news .news-list-view .news-grid .article,
    .news .news-list-view .news-grid .article:nth-child(2n) {
        width: 100%;
        margin: 2.5em 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news.news-single .article .container .news-list-date {
        margin-top: 2.5rem;
    }

    .news.news-single .article .container .teaser-text {
        margin: 1em 0 2.5rem 0;
    }

    .news.news-single .article .container .news-content-wrap .content-element-news&gt;* {
        margin-bottom: 2.5rem;
    }

    .news .news-list-view .news-bottom {
        padding: 0 0 5em 0;
    }
}

@media screen and (max-width: 767px) {
    #homepageNews .news .news-list-view .news-header {
        padding: 2em 2em 0 2em;
    }

    .news .news-list-view .news-grid,
    #homepageNews .news .news-list-view .news-grid {
        padding: 1em 2em;
    }

    .news .news-list-view .news-grid .article,
    .news .news-list-view .news-grid .article:nth-child(2n),
    #homepageNews .news .news-list-view .news-grid .article,
    #homepageNews .news .news-list-view .news-grid .article:nth-child(2n),
    #homepageNews .news .news-list-view .news-grid .article:last-child {
        margin: 1em 0;
    }

    .news .news-list-view .news-bottom,
    #homepageNews .news .news-list-view .news-bottom {
        padding: 0 0 2em 0;
    }

    .news.news-single .article .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .news.news-single .article .container .news-content-wrap .content-element-news-2-cols {
        flex-direction: column;
    }

    .news.news-single .article .container .news-content-wrap .content-element-news-2-cols .content-element-news {
        width: 100%;
    }
}</pre></body></html>