<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer {
    /* background-image: url('/img/footer-bgr.png'); */
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 45px 0;
    text-align: left;
    /* background-color: red; */
    border-top: 1px solid #8e1050;
    border-style: dashed;
}

footer .container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

/* @media (min-width:768px)
.text-md-left {
    text-align: left !important;
}
 */
footer .row {
    display:flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

footer h4 {
    font-family: 'Oswald';
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

footer .nav-item {
    font-family: "Oswald";
    /* display: block; */
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    padding-left: 0;
    padding-top: 4px;
   /*  margin-left: 10px; */
    margin-right: 6px;
    border-width : 0;
}

footer .footer-menu li.tickets a {
    font-family: 'Oswald';
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 5px 20px;
    /* margin-left: 10px; */
    margin-right: 6px;
}

footer .footer-menu li.tickets {
    padding: 0;
    position: relative;
    background-image: url(https://passnroll.com/content/assets/themes/passnroll/img/ticket-bgr-footer.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

footer .footer-menu li{
    display: inline-block;
    width: 22%;
}

footer .footer-menu li a {
    position: relative;
    padding: 0;
    color: #3bd3f2;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 300ms;
}

footer .footer-menu li.active a, footer .footer-menu li a:hover {
    color: #a7a7a7;
}

footer .footer-menu li a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 6px;
    bottom: -8px;
    left: 0;
    background-repeat: no-repeat;
    transform-origin: left;
    transition: width 0.25s ease;
}

footer ul.common{
    list-style:none;
    padding: 0;
    margin: 0;
}

footer ul.common li a {
    padding: 0;
    color: #c2c2c2;
    font-size: 14px;
    transition: all 300ms;
    display: inline-block;
    /* border-bottom: 1px solid transparent; */
    text-decoration: none;
}

footer .footer-menu{
    list-style:none;
    padding: 0;
    margin: 0;
}

footer .align-items-center {
    align-items: center;
}

footer .copyright {
    font-family: 'Oswald';
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 30px;
    margin-bottom: 0;
}

footer .text-center{
    text-align:center;
}

footer .text-left{
    text-align: left !important;
}

.fa-facebook-square {
    color:#8047ed;
    text-align: left;
    font-size: 30px !important;
    margin-right: 10px;
}

.fa-envelope {
    color:#8047ed;
    text-align: left;
    font-size: 30px !important;
    margin-right: 10px;
}
/* color:  #444444; */
footer .fa-facebook-square,
footer .fa-envelope{
    color: white;
}

.row{
    justify-content: space-between;
}
.footer_content{
    display: flex;
    gap: 24px;
}
.info-cont ul{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.newsletter-cont .input-group{
    max-width: 100%;
}
.newsletter-cont .input-group-append{
    border: 1px solid var(--main-color);
    padding: 6px 12px;
    border-radius: 0.375rem;
    color: white;
}
.contacts-copyright{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.footer-fondation{
    color: var(--secondary-color) !important;
}
 .copyright-link{
    text-decoration: none;
    color: var(--secondary-color)
}
.contacts-copyright .copyright-link:hover{
    text-decoration: none;
    color: var(--main-color);
}
@media screen and (max-width: 850px) {
    .footer_content,
    .footer_content ul{
        flex-direction: column;
    }
     .footer_content .col-xl-4,
     .footer_content .col-xl-6{
        width: 100%;
    }
}</pre></body></html>