
.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 #ff8abc;
    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%;
}

.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;
}

.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;
}

.reset-filters {
    border-color: #ff8abc !important;
}

.button-filter,
.select-filter {
    background-color: #ff8abc !important;
}

@media all and (max-width: 1440px) {
    .filters-section.fixed {
        transform: inherit;
        left: 32px;
        right: 32px;
        width: auto;
    }
}
@media all and (max-width: 600px) {
    .top-hero__big_title_underline {
            right: 0;
    }
    
    .how-to-book-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

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

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