header.header {
    background-color: #25201b!important;
    padding: 13px 0!important;
}

body {
    font-family: "SangBleu Sunrise Livre";
    padding-bottom: 0;
}

.sb-page.sb-booking-page {
    font-family: Roboto, Arial, sans-serif;
    padding-top: 14vw;
    padding-bottom: 4vw;
}

@media (max-width: 1200px) {
    .sb-page.sb-booking-page {
        padding-top: 20vw;
    }
} 

.header-language-selector {
    pointer-events: none;
}

a.header-hamburger {
    text-decoration: none;
}

a.header-hamburger:hover {
    color: white;
}

.open-sidebar {
    display: none;
}

.main {
    margin-top: 0;
}

.pa-container h2 {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 0;
    max-width: 80%;
}

.general-title {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: none;
}

.sb-package-detail__content-img-title {
    margin-bottom: 0;
}