<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Merriweather';
    src: /*url('webfont.woff') format('woff'),*/ /* Pretty Modern Browsers */
        url('https://www.zazzu.be/fonts/Merriweather-Light.ttf')  format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: 'PlayfairDisplay';
    src: /*url('webfont.woff') format('woff'),*/ /* Pretty Modern Browsers */
       url('https://www.zazzu.be/fonts/PlayfairDisplay-Regular.ttf')  format('truetype') /* Safari, Android, iOS */
}

html, body {
    padding: 5vh 0 0 0;
    margin: 0;
    color: rgb(247, 242, 231);
    -webkit-text-size-adjust: none;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    font-size: clamp(0.95em, 1.1vw, 1.2em);
}

body {
    background-color: rgb(4,16,42);
    /*animation: bannercolors 18s linear infinite;*/
}

* { box-sizing: border-box; /*user-select: none;*/ }
*:focus { outline: none !important; }

.overflowhidden { overflow: hidden; }

h1 {
    font-size: clamp(2.2em, 4vw, 3em);
    font-family: 'PlayfairDisplay', serif;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: clamp(1.7em, 3vw, 2.3em);
    font-family: 'PlayfairDisplay', serif;
    font-weight: 400;
    color: #ca932b;
    line-height: 1.1;
    padding: 0;
    margin: 0 0 1em 0;
}

h3 {
    font-size: clamp(1.2em, 2vw, 1.6em);
    font-family: 'PlayfairDisplay', serif;
    font-weight: 400;
    color: #ca932b;
    line-height: 1.1;
    padding: 0;
    margin: 0 0 1em 0;
}

h4 {
    font-size: clamp(0.9em, 1vw, 1.1em);
    font-weight: 300;
    margin: 0.6em 0 0 0;
    padding: 0;
    letter-spacing: 0.2vw;
}

h5 {
    font-size: 0.9em;
    color: #ca932b;
    line-height: 1.4;
    margin: 0 0 1em 0;
    letter-spacing: 0.5px;
}

p {
    font-size: clamp(0.95em, 1.1vw, 1.2em);
    line-height: 1.8;
    margin: 0 0 1em 0;
    letter-spacing: 0.5px;
}

p.quote {
    color: #ca932b;
    font-style: italic;
}

p.small {
    color: #ca932b;
    font-style: italic;
    font-size: 0.8em !important;
}

p.columns {
    column-count: 2;
    column-gap: 3em;
    text-align: justify;
    text-justify: inter-word;
}

p.selectable { user-select: auto !important; }

a, a:hover, a:active, a.active { color: #ca932b; text-decoration: none; }

a.button {
    text-decoration: none;
    background: transparent;
    border-radius: 1.2rem;
    color: #fff !important;
    display: inline-block;
    font-size: 0.9rem;
    cursor: pointer;
    line-height: normal;
    padding: 0.5rem 1.1rem;
    text-transform: uppercase;
    transition: all 600ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    color: rgba(30, 22, 54, 0.6);
    box-shadow: #ca932b 0 0px 0px 2px inset;
}

a.button:hover {
    color: white;
    box-shadow: #ca932b 0 0px 0px 40px inset;
}

.grid { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }

.picgrid89 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 3vw;
    margin: 2vw 0;
    grid-template-rows: 40vh;
}
.picgrid89 img { object-fit: cover; width: 100%; height: 100%; }

.picgrid1234 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 3vw;
    margin: 2vw 0;
    transition: 1000ms;
    grid-template-rows: 40vh 40vh;
}
.picgrid1234 &gt; div { position: relative; display: grid; place-items: center center; }
.zoomicon { z-index: 1; position: absolute; width: 50px; height: 50px;
    background: transparent url(https://www.zazzu.be/images/icon-zoom.svg) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    opacity: 0;
}
.picgrid1234 img { object-fit: cover; width: 100%; height: 100%; cursor: pointer;}
.picgrid1234.pic1open {
    grid-template-columns: 1fr 2fr 2fr 2fr 0.25fr 0.25fr 0.25fr 0.25fr 1fr;
    grid-template-rows: 60vh 20vh;
}
.picgrid1234.pic2open {
    grid-template-columns: 1fr 0.5fr 0.5fr 0.5fr 1.625fr 1.375fr 1.625fr 1.375fr 1fr;
    grid-template-rows: 60vh 20vh;
}
.picgrid1234.pic3open {
    grid-template-columns: 1fr 0.5fr 0.5fr 0.5fr 2.25fr 2.25fr 0.5fr 0.5fr 1fr;
    grid-template-rows: 20vh 60vh;
}
.picgrid1234.pic4open {
    grid-template-columns: 1fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 2.25fr 2.5fr 1fr;
    grid-template-rows: 20vh 60vh;
}

.picgrid567 { grid-gap: 3vw; margin: 2vw 0; grid-template-rows: 55vh; }
.picgrid567 img:first-child { z-index: 0; object-fit: cover; width: 100%; height: 100%; opacity: 0.8;}
.picgrid567 img:last-child { z-index: 1; width: 50%; height: 50%; position: absolute; left: 25%; top: 25%;}

.icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.icons div { text-align: center; padding: 0.5em; }
.icons img { object-fit: contain; width: 70%; }

.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 1vw 0 5vh 0;
    background: linear-gradient(0deg, rgba(4,2,27,0) 0%, rgba(4,2,27,0.4) 35%, rgba(4,2,27,0.6) 60%, rgba(4,2,27,0.8) 100%);
}

.nav1, .nav2, .nav3, .nav4 {
    font-size: clamp(0.9em, 1vw, 1.1em);
    color: rgb(247, 242, 231);
    letter-spacing: 0.2vw;
    font-weight: 300;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.nav1 { grid-area: 1 / 3 / 2 / 4; }
.nav2 { grid-area: 1 / 4 / 2 / 5; }
.nav3 { grid-area: 1 / 6 / 2 / 7; }
.nav4 { grid-area: 1 / 7 / 2 / 8; }
.nav6 {
    font-size: clamp(0.9em, 1vw, 1.1em);
    color: rgb(247, 242, 231);
    letter-spacing: 0.2vw;
    font-weight: 300;
    display: flex;
    align-items: flex-end;
    justify-content: right;
    grid-area: 1 / 9 / 2 / 10;
    display: none;
}
.nav6 span {
    display: inline-block;
    width: 1.2em;
    height: 100%;
    margin-right: 0.5em;
    background: transparent url(https://www.zazzu.be/images/icon-lang.svg) no-repeat left bottom;
    background-size: contain;
}

.mnav-icon {
    grid-area: 1 / 8 / 2 / 10;
    display: none;
    justify-content: flex-end;
    align-items: center;
}

.mnav-icon div {
    width: 100%;
    height: 100%;
    background: transparent url(https://www.zazzu.be/images/icon-menu.svg) no-repeat right bottom;
    background-size: contain;
}

.mnav {
    background: rgb(4,2,27);
    background: linear-gradient(0deg, rgba(4,16,42,0.94) 0%, rgba(4,2,27,0.94) 100%);
    height: 100%;
}

.mnav .nav1, .mnav .nav2, .mnav .nav3, .mnav .nav4, .mnav .nav5 {
    opacity: 0;
    animation: fadein 1s ease-in;
    animation-fill-mode: forwards;
}

.mnav .nav2 { animation-delay: 0.08s; }
.mnav .nav3 { animation-delay: 0.16s; }
.mnav .nav4 { animation-delay: 0.24s; }
.mnav .nav5 { animation-delay: 0.32s; }

.logo {
    grid-area: 1 / 5 / 2 / 6;
    background: transparent url(https://www.zazzu.be/images/zazzu-logo.svg) no-repeat center bottom;
    background-size: contain;
    height: clamp(2.6em, 4vw, 3.5em);
}

.bannertexthome {
    grid-area: 1 / 1 / 2 / 10;
    height: 72vh;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bannertext {
    grid-area: 1 / 1 / 2 / 10;
    height: 54vh;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bannertext img { width: 25vw; }

#videocontainer { position: relative; }

.video {
    grid-area: 1 / 3 / 2 / 8;
    object-fit: cover;
    margin: 2vw 0;
    border-radius: 0.2em;
    width: 100%;
}

.videoph {
    grid-area: 1 / 3 / 2 / 8;
    margin: 2vw 0;
    border-radius: 0.2em;
    width: 100%;
    overflow: hidden;
    background: black;
    display: grid;
    place-items: center center;
}

.videoph p { position: absolute; text-align: center; z-index: 1;}

.videoph img {
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.item2 {
    grid-area: 1 / 3 / 2 / 8;
    margin: 2vw 0;
}

.item3 {
    grid-area: 1 / 3 / 2 / 5;
    text-align: right;
    padding: 0 2em 0 0;
    margin: 2vw 0;
}

.item5 {
    grid-area: 1 / 5 / 2 / 8;
    padding: 0 0 0 2em;
    border-left: 1px solid #ca932b;
    margin: 2vw 0;
}

.item6 {
    grid-area: 1 / 3 / 2 / 5;
    text-align: right;
    padding: 0 2em 0 0;
    margin: 2vw 0;
}

.item7 {
    grid-area: 1 / 5 / 2 / 8;
    margin: 2vw 0;
}

.item9 {
    grid-area: 1 / 4 / 2 / 7;
    text-align: center;
    margin: 2vw 0;
}

.item10 {
    grid-area: 1 / 4 / 2 / 7;
    text-align: center;
}

.item11 {
    grid-area: 1 / 3 / 2 / 8;
    text-align: center;
    margin: 2vw 0;
}

.pic1, .pic2, .pic3, .pic4, .pic5, .pic6, .pic7, .pic8, .pic9 {
    border-radius: 0.2em;
    overflow: hidden;
    position: relative;
}

.pic1 { grid-area: 1 / 2 / 3 / 5; }
.pic2 { grid-area: 1 / 5 / 2 / 9; }
.pic3 { grid-area: 2 / 5 / 3 / 7; }
.pic4 { grid-area: 2 / 7 / 3 / 9; }
.pic5 { grid-area: 1 / 2 / 2 / 4; }
.pic6 { grid-area: 1 / 4 / 2 / 7; }
.pic7 { grid-area: 1 / 7 / 2 / 9; }
.pic8 { grid-area: 1 / 2 / 2 / 5; }
.pic9 { grid-area: 1 / 5 / 2 / 9; }
.pic10 { grid-area: 1 / 2 / 2 / 5; }
.pic11 img { object-fit: contain; width: 100%; border-radius: 0.2em; }

.footer {
    grid-area: 1 / 2 / 2 / 9;
    margin: 4vw 0 2vw 0;
    opacity: 0.8;
    letter-spacing: 0.1vw;
    text-align: center;
    font-size: 0.8em;
}
.footer a, .footer span { padding: 0 0.4em; line-height: 2; color: rgba(247, 242, 231, 0.2); }

.star2 { 
    background: transparent url(https://www.zazzu.be/images/icon-star.svg) no-repeat center center;
    background-size: contain;
    height: 1em;
    margin: -2em 0 0.5em 0;
    width: 100%;
    display: flex;
}

.star { 
    background: transparent url(https://www.zazzu.be/images/icon-star.svg) no-repeat center center;
    background-size: contain;
    height: 1em;
    width: 100%;
    margin: 1em 0;
    display: flex;
}

.star:before, .star:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid rgba(247, 242, 231, 0.2);
    margin: auto 5%;
}

.zoom18 { animation: zoomanim 18s ease-in-out infinite; }

.goldborder { border: rgba(247, 242, 231, 0.2) solid 1px; padding: 1.2rem 3rem; border-radius: 0.2rem;}


.banner-pics {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 120vh;
    z-index: -10;
    opacity: 0;
    animation: fadein 2s ease-in;
    animation-fill-mode: forwards;
}

.bannereffect {
    position: absolute; 
    width: 100%;
    height: 100%; 
    background-size: cover; 
    background-position: top center;
    opacity: 0;
    background-repeat: no-repeat;
    animation-name: fadezoom;
    animation-duration: 18s;
    animation-iteration-count: infinite;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 100%);
    mask-image: linear-gradient(to top, transparent 0%, black 100%);
}

.bannereffect:nth-child(2) { animation-delay: 6s; }
.bannereffect:nth-child(3) { animation-delay: 12s; }

.bannereffect2 {
    position: absolute; 
    width: 100%;
    height: 100%; 
    background-size: cover; 
    background-position: top center;
    background-repeat: no-repeat;
    animation: zoomanim 30s ease-in-out infinite;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 100%);
    mask-image: linear-gradient(to top, transparent 0%, black 100%);
}

.banner1 { background-image: url('https://www.zazzu.be/images/nectar1.jpg'); }
.banner2 { background-image: url('https://www.zazzu.be/images/cielo1.jpg'); }
.banner3 { background-image: url('https://www.zazzu.be/images/oya1.jpg'); }
.banner4 { background-image: url('https://www.zazzu.be/images/orion1.jpg'); }
.banner5 { background-image: url('https://www.zazzu.be/images/orion2.jpg'); }
.banner6 { background-image: url('https://www.zazzu.be/images/orion3.jpg'); }
.banner7 { background-image: url('https://www.zazzu.be/images/floratura1.jpg'); }


.calendardate { grid-area: 1 / 3 / 2 / 4; text-align: center; border: rgba(247, 242, 231, 0.2) solid 1px; padding: 0.4em; }
.calendarinfo { grid-area: 1 / 4 / 2 / 6; border: rgba(247, 242, 231, 0.2) solid 1px; padding-left: 1.5em; display: flex; align-items: center; }
.calendarplace { grid-area: 1 / 6 / 2 / 8; border: rgba(247, 242, 231, 0.2) solid 1px; padding-left: 1.5em; display: flex; align-items: center; }
.day { font-size: clamp(1.3em, 2vw, 1.8em); color: #ca932b; display: block; }
.month { color: #ca932b; display: block; }
.year { color: #ca932b; display: block; }

@keyframes fadezoom {
    0% { opacity:0; transform: scale(100%); }
    16.66% { opacity:1; }
    33.33% { opacity:1; }
    48.66% { opacity:0; }
    100% { opacity:0; transform: scale(110%); }
}

@keyframes bannercolors {
    0% { background-color: rgb(4,2,27); }
    10% { background-color: rgb(4,16,42); }
    33% { background-color: rgb(4,16,42); }
    43% { background-color: rgb(4,2,27); }
    66% { background-color: rgb(4,2,27); }
    76% { background-color: rgb(4,16,42); }
    100% { background-color: rgb(4,2,27); }
}

@keyframes zoomanim { 50% { transform:scale(1.12); }}

@keyframes fadein { 
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@media only screen and (max-width: 800px) {
    .grid { padding: 3% 5%; }
    #calendarnext .grid, #calendarsolonext .grid, #calendarpast .grid { padding: 0 5%; }
    .calendardate { grid-area: 1 / 1 / 3 / 3; }
    .calendarinfo { grid-area: 1 / 3 / 2 / 10; border-bottom: none; align-items: flex-end; }
    .calendarplace { grid-area: 2 / 3 / 3 / 10; border-top: none; align-items: flex-start; color: #ca932b; }
    .banner1 { background-image: url('https://www.zazzu.be/images/nectar1m.jpg'); }
    .banner2 { background-image: url('https://www.zazzu.be/images/cielo1m.jpg'); }
    .banner3 { background-image: url('https://www.zazzu.be/images/oya1m.jpg'); }
    .banner4 { background-image: url('https://www.zazzu.be/images/orion1m.jpg'); }
    .banner5 { background-image: url('https://www.zazzu.be/images/orion2m.jpg'); }
    .banner6 { background-image: url('https://www.zazzu.be/images/orion3m.jpg'); }
    .banner7 { background-image: url('https://www.zazzu.be/images/floratura1m.jpg'); }
    .nav6 { grid-area: 1 / 1 / 2 / 2; justify-content: flex-start; }
    .logo { grid-area: 1 / 3 / 2 / 8; }
    .star2 { margin: -1.5em 0 0.5em 0; }
    .mnav-icon { display: flex; }
    .nav1, .nav2, .nav3, .nav4, .nav5 { display: none; font-size: 8vw; }
    .nav1 { grid-area: 2 / 1 / 3 / 10; margin: 15vh 0 2vw 0; }
    .nav2 { grid-area: 3 / 1 / 4 / 10; margin: 2vw 0; }
    .nav3 { grid-area: 4 / 1 / 5 / 10; margin: 2vw 0; }
    .nav4 { grid-area: 5 / 1 / 6 / 10; margin: 2vw 0; }
    .nav5 { grid-area: 6 / 1 / 7 / 10; margin: 2vw 0; }
    p.columns { column-count: 1; }
    .banner { grid-area: 1 / 1 / 2 / 10; }
    .bannertexthome { height: 62vh; }
    .bannertext { height: 32vh; }
    .bannertext img { width: 60vw; }
    .video, .videoph { grid-area: 1 / 1 / 2 / 10; aspect-ratio: 1 / 1; }
    .item2 { grid-area: 1 / 1 / 2 / 10; }
    .item3 { padding: 0; text-align: left; grid-area: 1 / 1 / 2 / 10; }
    .item5 { grid-area: 2 / 1 / 3 / 10; }
    .item6 { grid-area: 1 / 1 / 2 / 4; padding: 0 1em 0 0;}
    .item7 { grid-area: 1 / 4 / 2 / 10; }
    .item9 { grid-area: 1 / 1 / 2 / 10; }
    .item10 { grid-area: 1 / 1 / 2 / 10; }
    .item11 { grid-area: 1 / 1 / 2 / 10; }
    .footer { grid-area: 1 / 1 / 2 / 10; }
    .pic1 { grid-area: 1 / 1 / 2 / 10; }
    .pic2 { grid-area: 2 / 1 / 3 / 10; }
    .pic3 { grid-area: 3 / 1 / 4 / 10; }
    .pic4 { grid-area: 4 / 1 / 5 / 10; }
    .pic5 { grid-area: 2 / 1 / 3 / 10; }
    .pic6 { grid-area: 1 / 1 / 2 / 10; }
    .pic7 { grid-area: 3 / 1 / 4 / 10; }
    .pic8 { grid-area: 1 / 1 / 2 / 10; }
    .pic9 { display: none; }
    .footer { grid-area: 1 / 1 / 2 / 10; }
    .picgrid567 { grid-template-rows: 40vh 30vh 30vh; }
    .picgrid1234 { grid-template-rows: 50vh 15vh 15vh 15vh; padding: 3% 5%; }
    .picgrid1234.pic1open {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 50vh 15vh 15vh 15vh;
    }
    .picgrid1234.pic2open {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 15vh 50vh 15vh 15vh;
    }
    .picgrid1234.pic3open {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 15vh 15vh 50vh 15vh;
    }
    .picgrid1234.pic4open {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 15vh 15vh 15vh 50vh;
    }
}

/*@media screen and (orientation: portrait) { .video, .videoph { height: 50vh; }}
@media screen and (orientation: landscape) { .video, .videoph { height: 33vw; }}*/</pre></body></html>