<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.d-none{
    display: none;
}


.mainLogo  {
    width: 12rem!important;
}

.slider-item IMG {
    max-height: 350px;
}

.cinechecklogo{
    margin: 5px;
    width: 40px;
}

.nav-link-toggle::after {
    content: none;
}

.carousel-caption {
    position: absolute;
    right: 10%;
    bottom: 10%;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.carousel-item H5 {
    font-size: 5em;
    color: white;
}

.btn-primary:not(label.btn), .btn-primary:not(label.btn):not([href]):not(:disabled):not(.disabled), .btn-primary:not([href]), .btn-primary:not([href]):not([href]):not(:disabled):not(.disabled) {
    background-color: #dd003f;
    border-color: #dd003f;
}

.btn-link {
    color: #dd003f;
}
a {
    color: inherit;
    font-weight: bold;
}
.navbar-nav a:hover, .header .active &gt; .nav-link  {
    color: #dd003f !important;
}

a:hover {
    color: #dd003f;
}


.rouge {
    color: #dd003f!important;
}


.languageSelector .btn {
    padding: 0.3rem 0.4rem;
}
.searchSelector {
    margin-right: 1em;
}

.sponsorLogo {
    height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn-outline-dark-primary:hover {
    background-color: #dd003f;
    border-color: #dd003f;
    color: #fff;
}

a.mx-1 {
    color: #949cb0;
}

a.mx-1.active {
    color: #dd003f ;
}

.sessionDate {
    color:  white;
}
.sessionDate {
    color:  white;
}


.sessionInfo {
    color: #949cb0;
}

.filmData, .filmData P  {
    color: white!important;
}

.filmData ul li  {
    color: white;
}

.text-white a {
    color: white!important;
}

@media (max-width: 767.98px) {
    body{
        font-size: 0.8em;
    }
    .carousel-item H5 {
        font-size: 1em;
        color: white;
    }

    .mainLogo  {
        width: 6rem!important;
    }

    .searchSelector {
        margin-right: 0.5em;
    }

    .languageSelector .btn {
        padding: 0.2rem 0.3rem;
    }
}


</pre></body></html>