.filters-section.fixed {
    position: fixed;
    max-width: 1376px;
        top: 16px;
    z-index: 999;
    left: 50%;
        width: 100%;
        transform: translate(-50%, 0);
        padding: 16px 16px 0 16px;
        background: black;
        border: 2px solid #fc7d40;
        border-radius: 22px;
    }
    
    .filters-section.fixed .card-section__filters-title {
        margin: 16px 0;
    }
    
                .filters-section.fixed .button-filter,
                .filters-section.fixed .select-filter {
        margin-bottom: 16px;
    
}

.header.unfixed {
    position: absolute;
    transform: translateY(-100%);
}
.main-content {
    width: 100%;
}

.top-hero-cta {
    margin: 32px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 238px;
}

.top-hero__text p {
    margin-bottom: 32px;
}
#programmation {
    position: relative;
    bottom: 116px;
}

.past-shows-section {
    padding-top: 96px;
}

.past-shows-section .card-section__title {
    padding-bottom: 32px;
}
.card-section__title {
    color: white;
    text-align: left;
    font-family: Oswald-SemiBold;
}

.card-section__filters-title {
    color: white;
    font-family: Oswald-SemiBold;
    margin: 32px 0 16px 0;
    text-align: left;
}

.how-to-book-section {
    margin-top: 80px;
}   

.how-to-book-section__text {
    font-family: Oswald-SemiBold;
    font-size: 58px;
    text-align: center;
    color: white;
}

@media all and (max-width: 1440px) {
    .filters-section.fixed {
        transform: inherit;
        left: 32px;
        right: 32px;
        width: auto;
    }
}
@media all and (max-width: 600px) {

    .cta-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cta-section .main-cta {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cta-section .main-cta:first-of-type {
        margin-right: 0 !important;
    }
}