<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 4.78rem;
    padding-bottom: 2rem;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
.bnp-logo{
    margin-bottom: 0rem;
}


.sidebar {
    margin: 2rem !important;
    padding: 0rem !important;
    /*width:15%;*/
}

.sidebar-list {
    /*width:100%;*/
    display: flex;
    flex-direction: column;
}

.sidebar-item {
    /*width: 80%;*/
    margin-left: 0rem !important;
    margin-bottom: 1.5em;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}

.container {
    padding-top: 2em;
}

.row {
    margin-top: 1em;
}

a &gt; span.icon, a span.icon {
    margin-top: -0.45em;
}

.searchSelectMultiple {
    height: 160px !important;
}

.separator-left {
    border-left: 0.25em solid;
    margin-left: 1em;
}


.seat {
    /*padding: 2em;*/
    border-radius: 1em;
    border-width: 0.15em;
    border-style: solid;
}


/* TYPEAHEAD CLASSES*/


.typeahead,
.tt-query,
.tt-hint {
    width: 100%;
    height: 30px;
    padding: 8px 12px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

    .typeahead:focus {
        border: 2px solid #0097cf;
    }

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 100%;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}

    .tt-suggestion:hover {
        cursor: pointer;
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }

.gist {
}

.twitter-typeahead {
    width: 100%;
}


#image-home {
    position: absolute !important;
    z-index: 3;
    display: block;
}

    #image-home #image-home-descriptionbox {
        background: #ffffff none repeat scroll 0 0;
        bottom: 0;
        padding: 1.875rem;
        position: absolute;
        right: 0;
        text-align: left;
        /*width: 51rem;*/
        z-index: 4;
    }

#language a {
    text-decoration: none;
    position: relative;
    top: 5px;
}

.h4-ConfProv {
    margin-top: 3rem;
}

.footerItem {
    margin-left: 20px;
    position: relative;
}

    .footerItem a {
        color: #283340;
        text-decoration: none;
    }
    .footerItem a:hover {
        text-decoration: underline;
    }
    .footerItem:after {
        content: "|";
        position: absolute;
        left: -12px;
        font-weight: 700;
    }

    .footerItem:first-child:after {
        content: "";
    }
#footerSep {
    margin-right: auto;
}</pre></body></html>