#hotspot h2 {

    font-family: "Source Sans Pro";
    font-size: 36px !important;
    line-height: 40px !important;
}

#hotspot .ticket-image {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.nav-tabs a.nav-link[href].active {
    font-family: "Source Sans Pro";
    font-size: 16.5px !important;
    font-weight: 600 !important;
    line-height: 26px !important;
    text-align: center !important;
}


.btn-bolder {
    ont-family: "Source Sans Pro";
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
}

.tripMarginFix {
    margin-top: -6rem;
}

.tab-content > .active {
    display: block;
    line-height: 27px;
}


.dotC {
    border-bottom: 0;
    border-right: solid #dee2e6 1px !important;
}

@media all and (max-width: 426px) {
    .dotC {
        border-right: none !important;
    }
}

ul.dotlist li.active .circledot--secondary, ul.dotlist li a.active .circledot--secondary {
    background-color: #cdb000;
    box-shadow: 0px 0px 2px 2px #cdb000 !important;
}

.whiteGradient {
    background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(0,0,0,0));
    width: 40%;
    height: 100%;
    position: absolute;
    margin-top: -3rem !important;
}

@media all and (max-width: 1000px) {
    #indebeurs {
        margin-bottom: 0 !important;
    }
}
@media all and (max-width: 992px) {
    .medTextFixC {
        padding-left: 15px !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    [data-slidestate='4'].banneraccordion .slide.active .bg-video {
        min-height: 100vh;
    }
    [data-slidestate='4'].banneraccordion > .slide.active {
        min-height: 100vh;
    }
    .banneraccordion .slide {
        min-height: 100vh;
    }
    .banneraccordion {
        min-height: 66vh;
    }
    [data-slidestate='4'].banneraccordion > :not(.active).slide {
        min-width: 50px !important;
    }
    .bg-white > .btn-outline-primary {
        width: 175px;
    }
    a.card .card-bottom .btn {
        width: 200px;
    }
    .greyfadebottom {
        background-image: linear-gradient(to top, rgb(235, 235, 235), rgba(235, 235, 235, 0.9), rgba(255, 255, 255, 0));
    }
}