:root {
    --color-link: #76bc25;
    --color-btn: #76bc25;
    --color-btn-txt: #fff;
    --color-text: #0a1421;
    --color-text-white: #FFFFFF;
    --color-title: #0a1421;
    --color-bg-1: #fff;
    --color-bg-2: #EBEBEB;
    --color-bg-3: #0a1421;
    --color-red: #fa824c;
    --font-title: Philosopher;
    --font-text: Open Sans;
}

.booking-engine-w {
    background-color: rgba(10,20,33,.8);
}
.alt-bg-color:nth-child(odd) .k2t-heading .h:after {
    background: var(--color-text-white);
}
.single-product-BE {
    background-color: var(--color-bg-2);
}
.horaires-more-infos.alt-bg-color:nth-child(odd) .section-infos, .btn.link-gift-cards, a.btn.link-clickAndCollect {
    color: var(--color-text-white) !important;
}

.horaires-more-infos.alt-bg-color:nth-child(odd) .d-flex .bloc-left {
    border-right: 1px solid rgba(255,255,255,.2);
}

@media (max-width: 480px) {
    .horaires-more-infos.alt-bg-color:nth-child(odd) .d-flex .bloc-left {
        border-bottom: 1px solid rgba(255,255,255,.2);
        border-right: none;
    }
}
.scea-picto, ul.clearfix.scea-w, .k2t-content.alt-bg-color.k2t-product-top .item-details {
    color: var(--color-text);
}
.home-be-title {
    color: var(--color-text-white);
}