/*GENERIC*/
@keyframes fadeIn { 
    from { opacity: 0; } 
}

@keyframes blinking{
    0%{     opacity: 1;    }
    /* 50%{opacity:0.1;} */
    100%{   opacity: 0;    }
}


* {
	box-sizing: border-box; 
}

html{
    font-family: Dauphine;
    font-size:8px;
}
html:focus-within {
    /* to use the scrollIntoView behavior:smooth for chrome-based navigators 
    /* scroll-behavior: smooth; */
}
body{
    line-height: var(--line-height);
    font-size: var(--body-font-size);
}
html, body{
    margin:0;
    padding:0 1rem;   
}
a{
    color:black;
}

.text-body a{
    color: var(--selected);
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
    margin:0;
    padding:0;
    font-weight:normal;
}
h1,h3{
    font-family: reglo;
    font-size: var(--h1-font-size);
    padding: 0 0 2rem 2rem;
}

h2{
    line-height:4rem;
    font-size:var(--h2-font-size);
}
h3{
    font-size:var(--h3-font-size);
}

.text-body h1{
    text-transform: uppercase;
    font-family: reglo;
    padding: 0 0 0 2rem;
    
}
.text-body h3{
    text-transform: uppercase;
    font-family: reglo;
    font-size: var(--h3-font-size);
}

/*body text of tmpl-boxes*/
.tmpl-boxes .text h1{
    text-transform: uppercase;
    font-family: reglo;
    font-size: var(--h1-font-size);
    padding: 2rem 0 2rem 0rem;
    /* padding: 2rem 0 2rem 0rem;
font-weight: bold; */
}
.tmpl-boxes .text h3{
    text-transform: uppercase;
    font-family: reglo;
    font-size: 2.5rem;
    padding: 2rem 0 2rem 7rem;
}

ul, li{
    list-style: none;
    padding:0;
    margin:0;
}
p{
    margin:0;
}
h6{
    font-size: var(--nav-font-size);
    letter-spacing: 0.1rem;
    padding-left: 2rem;
}
blockquote{
    font-style: italic;
/* padding-left: 7rem; */
margin-left: 7rem;
}


#loader{
    width:100vw;
    height:100vh;
    position:fixed;
    background:rgba(255,255,255,0.7);
    top:0;
    left:0;
    align-items: center;
    justify-content: center;
    display:flex;
    

}
#loader:after{
    display:block;
    content:"loading";
    text-transform:uppercase;
    /* -webkit-text-stroke: 1px black;
    text-stroke: 1px black; */
    color:var(--selected);
    font-size:8rem;
    text-align:center;
    animation: blinking 1s infinite alternate;

}
/*HEADER*/
header{
    position:fixed;
    top:0;
    left:0;
    height:9rem;
    width:100%;
    padding:0 1rem;
    line-height:3rem;
    font-size:var(--nav-font-size);
}
div.lng-socials{
    height:3rem;
    text-align:right;
}
    div.lng-socials a.lng-link{
        text-transform:uppercase;
        text-decoration:none;
        
    }
    div.lng-socials a.lng-link.active{
        color:var(--selected);
    }

    div.lng-socials img{
        height: 1.5rem;
        height: 2.2rem;
position: relative;
top: 0.35rem;
    }
body .burger-toggle{
    display: none;
} 
body .mobile-filter-toggle{
    display: none;
}
nav.topnav{
    /* position: relative; */
    width:100%;
    /* z-index:1000; */
}

nav.topnav ul{
    display:flex;
    width:100%;
    height:6rem;
}
nav.topnav ul li ul{
    display: none;
}

nav.topnav ul li.menu-item, nav.topnav ul li.menu-link{
    width:50%;
    background:var(--notselected);
    text-transform: lowercase;
    border-left:2px solid black;
    padding:1.5rem;
    cursor: pointer;
    white-space: nowrap;
    letter-spacing: 0.1rem;
}

@media (hover: hover) and (pointer: fine) {
    nav.topnav ul li.menu-item:hover, nav.topnav ul li.menu-link:hover{
        background:var(--selected);
        opacity: 0.8;
    }
}


nav.topnav ul li a{
    text-decoration: none;
}
nav.topnav ul li.active {
    
    background: var(--selected);
}
nav.topnav ul li.active>a{
    text-decoration: none;
    color: white;
}



div.subnav{
    border-top:2px solid black;
    width: 100%;
    letter-spacing: 0.1rem;
    font-size: var(--nav-font-size);
}
div.subnav ul{
    display:flex;
    width:100%;
    height:6rem;
    /* font-size:2.6rem; */
}
div.subnav ul li{
    width:50%;
    background:white;
    text-transform: lowercase;
    border-left:2px solid black;
    padding:1rem;
    cursor: pointer;
}



@media (hover: hover) and (pointer: fine) {
    div.subnav ul li:hover{
        opacity: 0.8;
        background: var(--selected);
    }
    div.subnav ul li.search:hover{
        opacity: 1;
        background-color: white;
    }
}

div.subnav ul li.search{
    cursor: default;
}


div.subnav ul li.active a{
    color: var(--white);
}
div.subnav ul li.active{
    
    background-color: var(--selected);
}
div.subnav ul li.filled{
    color: var(--white);
    background-color: var(--selected-focus);
}

div.subnav ul li a{
    text-decoration: none;
}



/*MAIN*/
main{
    height:calc(100vh - 15rem);
    position:fixed;
    left:0;
    top:9rem;
    width:calc(100% - 2rem);
    margin:0 1rem;
    
   
}

main .bnabbot-logo{
    background-image:url('logo2.svg');
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;
    left:0;
    top:2rem;
    width:100%;
    height:calc(100% - 4rem);
}
/*logo WIP*/
    /* main .bnabbot-logo{
        background-image: url('logo2.svg');
        background-position: 0 0;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: -4.1rem;
        top: 5.1rem;
        width: 50%;
        height: calc(100% - 5rem);
        font-family: reglo;
        font-size: 40rem;
        color: var(--selected);
        line-height: 32rem;
        display: flex;
        padding-left: 1.5rem;
    }

    main .bnabbot-logo span{
        align-self: flex-start;
        line-height: 40rem;
        height: 88%;
        bottom: -11rem;
        position: relative;
    } */
    /* main:after{
        content:'';
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
        height:2rem;
        background:white;
        z-index:10;
    } */
    
    main div#page-zone{
        height:100%;
        position:relative;

    }
    main div#projects-zone{
        height:100%;
        position:relative;
    }

    /* main div#projects-zone #content-zone::-webkit-scrollbar {
        display: none;
    } */

    

/*BROWSE-MENU*/
ul.browse-menu{
    background:white;
    position:relative;
    line-height:3rem;
    font-size:2.6rem;
}
ul.browse-menu a.view-project{
    background-image:url('eye.svg');
    background-size: contain;
    display:inline-block;
    width:1em;
    height:1em;
    margin-left:2px;
    background-color:none;
}
ul.browse-menu > li{ 
    display:block;
        position: relative;
        border-bottom:2px solid black;
        padding:1rem 2rem;
        cursor:pointer;
        
    }
        ul.browse-menu > li > .facets{
            display:flex;
        }
        ul.browse-menu > li > .facets > .current-facets{
            display:flex;
        }
        ul.browse-menu > li > .facets > .current-facets > span{
            color:white;
            background:black;
            display:inline-block;
            padding:0 1rem;
            margin-left:1rem;
        }
        @media (hover: hover) and (pointer: fine) {
            ul.browse-menu > li > .facets > .current-facets > span:hover{
                text-decoration: line-through;
            }
        }
        ul.browse-menu > li > a{/*filter toggle*/
            text-decoration:none;
        }
        ul.browse-menu > li > form > input{
            border:none;
            
            width:50%;
            
            height:3rem;
            
        }
        ul.browse-menu > li > ul{
            
            display:none;
            max-height:12rem;
            flex-direction:column;
            align-content: flex-start;
            padding-top:2rem;
            flex-wrap: wrap;
        }
        ul.browse-menu > li.active > ul{
            display:flex;
        }
        ul.browse-menu > li > ul > li{
            max-width: var(--column-width);
            margin: 0 3rem 1rem 0;
            display:flex;
            flex:0 0;
        }
        ul.browse-menu > li > ul > li > a.facet{
            background:black;
            color:white;
            display:inline-block;
            padding:0 1rem;
            text-decoration: none;
        }
 div.browse-menu-db{
     display:none;
     overflow:auto;
     
 }


/* Hide scrollbar for Chrome, Safari and Opera */
div.browse-menu-db::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
div.browse-menu-db {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
} 
 div.browse-menu-db.active{
     display: flex;
     background:white;
     position:relative;
     line-height:3rem;
     font-size:2.6rem;
     z-index:1000;
     padding:0;
     background:var(--selected);
     opacity: 0.9;
     height: calc(100% - 6rem);
     border-top:2px solid black;
 }
    div.browse-menu-db ul.facets-ui{
        width:var(--column-width);
        
        height:100%;
    }
    div.browse-menu-db ul.facets-ui li{
        cursor:pointer;
        /* border-left: 2px solid black; */
        border-bottom: 2px solid black;
        text-transform: uppercase;
        padding: 1rem;
    }
    
    div.browse-menu-db ul.facets-ui li.active, div.browse-menu-db ul.facets-ui li.set{
        background: white;
        color: black;
    }

     @media (hover: hover) and (pointer: fine) {
        div.browse-menu-db ul.facets-ui li:not(.filter):hover{
           background: white;
           color: black;
        }
    }
     
     div.browse-menu-db ul.facets-ui li.filter button{
        border: none;
        margin-right: 1rem;
        font-family: Dauphine;
        font-size: var(--nav-font-size);
        color: var(--selected);
        letter-spacing: 0.1rem;
        cursor: pointer;
     }
     /* div.browse-menu-db ul.facets-ui li.filter:hover{
         background:var(--gray);
         color:black;
     } */
     div.browse-menu-db ul.facets-ui li.set{
        /* background: #999; */
     }
        div.browse-menu-db ul.facets-ui li .facet{
            text-transform: lowercase;

        }
        @media (hover: hover) and (pointer: fine) {
            div.browse-menu-db ul.facets-ui li .facet:hover{
                text-decoration: line-through;

            }
        }
    div.browse-menu-db ul.facets-list{
        padding:0;
    }
        div.browse-menu-db ul.facets-list > li{
            display:none;
        }
        div.browse-menu-db ul.facets-list > li.active{
            display:block;
        }
            div.browse-menu-db ul.facets-list > li > ul > li{
                border-left:2px solid black;
                border-bottom:2px solid black;
            }
            @media (hover: hover) and (pointer: fine) {
                div.browse-menu-db ul.facets-list > li > ul > li:hover{
                    background: white;
                    opacity: 0.9;
                }
                div.browse-menu-db ul.facets-list > li > ul > li:hover a{
                    color:black;
                }
            }
            div.browse-menu-db ul.facets-list li a.facet{
                text-decoration: none;
                padding: 1rem;
                display: block;
            }
         



         ul.browse-menu-db > li > ul > .facets > .current-facets{
             display:flex;
         }
         ul.browse-menu-db > li > ul > .facets > .current-facets > span{
             color:white;
             background:black;
             display:inline-block;
             padding:0 1rem;
             margin-left:1rem;
         }
         @media (hover: hover) and (pointer: fine) {
            ul.browse-menu-db > li > ul > .facets > .current-facets > span:hover{
                text-decoration: line-through;
            }
         }
         ul.browse-menu-db > li > a{/*filter toggle*/
             text-decoration:none;
         }


         ul.browse-menu-db > li > form > input{
             border:none;
             width:50%;
             height:3rem;

         }
         ul.browse-menu-db > li > ul{
            display: flex;
            writing-mode: vertical-lr;
            flex-flow: row wrap;
            align-content: flex-start;
           height:100%;
            
            /*display:none;*/
             
         }

         ul.browse-menu-db > li > ul > li{
            width: var(--column-width);
             margin: 0;
             writing-mode: horizontal-tb;
             background: var(--gray);
            padding: 1rem;
         }
         ul.browse-menu-db > li > ul > li:nth-child(2n){
             background:white;
         }
         ul.browse-menu-db > li > ul > li > a.facet{
             
             display:inline-block;
             padding:0 1rem;
             text-decoration: none;
         }

         /*
        #context-list, #locations-list{
            overflow: auto;
        }
        */
        #previous{
            display: flex;
            position: absolute;
            top: 9px;
            left: 84px;
        }
        #next{
            display: flex;
            position: absolute;
            top: 9px;
            left: 105px;
        }
        

        #browse-menu-zone > li.filter{
            text-align: right;
        }

        /*SPECIFIC RULES FOR .project-desc*/
        div.project-desc{
            display:none;
        }
        div.project-desc.active{
            display:block;
            position:relative;
            height:50%;
            background:black;
            color:white;
            padding:1rem;
        }
        div.project-desc .close{
            width:2rem;
            height:2rem;
            position:absolute;
            right:1rem;
            top:1rem;
            background-image:url('close-w.svg');
            background-size:contain;
            cursor:pointer;
        }
        
        
        /*GENERAL RULES FOR .content*/
        div.content{
            position:relative;
            height:calc(100% - 4rem);
            overflow-x:scroll;
            padding:0 0 0 0;
            -ms-overflow-style: none;  /* IE and Edge */
            scrollbar-width: none;  /* Firefox */
            /* scroll-behavior: smooth; */
        }
        div.content::-webkit-scrollbar{
            display: none;
        }


#projects-zone div.content{
    height: 100%;
}  

    div.content article{
        background:#FFF;
    }

    article div.summary.loading a{
        animation:blinkingText 0.3s infinite;
    }
    @keyframes blinkingText{
        0%{     color: #000;    }
        49%{    color: #000; }
        60%{    color: transparent; }
        99%{    color:transparent;  }
        100%{   color: #000;    }
    }
    
    ul.sounds-website {
        padding: 2rem 0 0 0rem;
    }

    #favorites-list ul.sounds-website{
        padding: 0 0 0 0rem;
    }

    ul.sounds-website > li{
        display:flex;
        /* margin-bottom:1rem; */
        /* line-height: 150%; */
        align-items: baseline;
    }

    article div.prod-events{
        /* padding: 1rem 0 0 2rem; */
        margin:1rem;
    }
    article div.prod-events ul.sounds-website .button{
        padding-right: 1rem;
    }

       
        
        
.scrollbox{
    position:absolute;
    top:0;
    left:0;
    height:1000px;
    width:100%;
    
}
/*SPECIFIC RULES FOR .tmpl-boxes*/

div.content.tmpl-boxes{
    padding-top:0;
    display:flex;
    align-items: flex-start;

}

div.content.tmpl-boxes a{
    text-decoration: none;
    color:var(--selected);
    cursor: pointer;
}
    div.content.tmpl-boxes div.loader{
        flex: 0 0 var(--column-width);
        background:gray;
        animation: fadeIn 1s infinite alternate;
        height:6rem;
        right:0;
        
    }
    div.content.tmpl-boxes div.loader.loading{
        

    }
    div.content.tmpl-boxes div.loader.loaded{
        flex:0 0 0;

    }
    div.content.tmpl-boxes article{
        
        flex: 0 0 var(--column-width);
        max-height:calc(100% - 11rem);
        z-index:1000;
        position:relative;
        border-bottom:2px solid var(--selected);
        border-right:2px solid var(--selected);
        overflow:auto;
        /* scroll-behavior: smooth; */
        scrollbar-width: auto;
        scrollbar-color: var(--selected) white;
    }
    div.content.tmpl-boxes article::-webkit-scrollbar-button{
        color: var(--selected);
    }
 
    @media (hover: hover) and (pointer: fine) {
    div.content.tmpl-boxes article:hover{
        background-color: var(--selected-transparent);
        scrollbar-color: var(--selected) var(--selected-transparent);
    }

}


    div.content.tmpl-flow article .logos-images {
        display : inline-flex;
        flex-wrap: wrap;   
        align-items: center;
    }
    div.content.tmpl-flow article .logos-images img{
        max-height: 20rem;
        padding: 0 2rem 0rem 1rem;
        
        max-width: 25rem;
    }
    div.content.tmpl-flow article .text-image{
        /* margin: 3rem 0rem 3rem 0rem;
        padding: 2rem; */
    }


    article .text-image .filtered img{
        /* filter: grayscale(100%) sepia(40%) hue-rotate(310deg) saturate(600%); */
        /* transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter; */
        /* transition-duration: 1s; */
        mix-blend-mode: screen;
        -webkit-filter: grayscale(100%) contrast(100%);
        filter: grayscale(100%) contrast(100%);
        /* opacity: 1; */
        max-width: 100%;
        max-height: 100%;
    }
    article .text-image .filtered{
        background: var(--selected);
        display: inline-block;
        max-width: 70%;
        line-height: 0;
    }
    .tmpl-flow article .text-image .filtered{
        max-width: 90%;
    }

    article .text-image .filtered:hover img{
        mix-blend-mode: normal;
        filter: none;
    }
    /* div.content.tmpl-boxes article .text-image .filtered img:hover{
        
    } */
div.content.tmpl-boxes article .text-image{
    padding-bottom: 4rem;
    padding-top: 2rem;
}
    



    div.content.tmpl-flow article .text-image img{
        /* width:60rem; */
        max-height: 50rem;
        /* padding: 0 2rem; */

    }
    div.content.tmpl-boxes article .text-image img{
        /* max-height: 40rem; */
    }

    div.content.tmpl-boxes article .linked-types{
        font-family: Dauphine;
        /* text-transform: uppercase; */
        font-size: var(--nav-font-size);
        letter-spacing: 0.1rem;
    }

div#projects-zone div.content.tmpl-boxes article{
    max-height: 100%;
}
    
        div.content.tmpl-boxes article > div{
            /* margin:2rem; */
            padding: 0 2rem 0 3.5rem;
            margin-top:2rem;
        }


        div.content.tmpl-boxes article > div.related_albums{
            margin-top:1rem;
        }
        div.content.tmpl-boxes article > div.date{
            margin-top:1rem;
        }


        div.content.tmpl-boxes article > div.text{
            margin-top:2rem;
        }
        div.content.tmpl-boxes article h2{
            padding:1rem 2rem 0 3.5rem;
            border-bottom:2px solid var(--selected);

        }
        div.content.tmpl-boxes article.active .text, 
        div.content.tmpl-boxes article .summary{
            display:block;
            margin-top:2rem;
            margin-bottom: 1rem;
        }
        div.content.tmpl-boxes article .text,
        div.content.tmpl-boxes article.active .summary{
            display:none;
            margin-bottom: 1rem;
        }
div#projects-zone a.project-link{
    cursor: pointer;
    /* font-size: var(--link-size); */
    /* line-height: 7rem; */
}

div.soundcloud{
    padding: 4rem 0;
}
/*SPECIFIC RULES FOR .tmpl-flow*/
div.content.tmpl-flow{
    position:relative;
    height: calc(100% - 6rem);
    /*overflow-x:scroll;*/
    padding:2rem 0 0 0;
    background: var(--white);

}
.tmpl-flow{
    column-width: var(--column-width);
    column-fill: auto;
    column-gap: 0;
}

div.content.tmpl-flow::-webkit-scrollbar{
    display: none;
}

.tmpl-flow article p, 
    div.content.tmpl-flow article h2{
        padding:0rem 2rem 2rem 0; 
    }
.tmpl-flow article h2, 
.tmpl-flow article h3{
        break-after: avoid;
        padding:0 2rem;
        text-align:center;
        text-transform:uppercase;
        /* margin:4rem 0; */
    }
.tmpl-flow article h2:first-child, 
.tmpl-flow article h3:first-child{
        margin-top:0;
    }
    .tmpl-flow article > .text-title-mobile{
        display: none;
      }


.tmpl-flow article ul{
    /* padding:0rem 2rem 2rem 0; 
    column-width: 26rem;
    column-fill: balance;
    column-gap: 3rem;
    margin-left: 2.5rem; */
    width: 75%;
    padding: 0rem 0rem 2rem 3.5rem;
}
.tmpl-flow article ul li{
    list-style: disc outside;
    
}
.tmpl-boxes article .text ul:not(.sounds-website){
    /* padding:0rem 2rem 2rem 0; 
    column-width: 26rem;
    column-fill: balance;
    column-gap: 3rem;
    margin-left: 2.5rem; */
    width: 75%;
    padding: 2rem 0rem 2rem 3.5rem;
}
.tmpl-boxes article .text ul:not(.sounds-website) li{
    list-style: disc outside;
    
}
.autocomplete {
    position: relative;
    display: inline-block;
}

 .autocomplete-items {
    position: absolute;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
 }
 .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    border: 2px solid #8e26d4;
    border-bottom: 2px solid #d4d4d4;
 }
 @media (hover: hover) and (pointer: fine) {
    .autocomplete-items div:hover {
        background-color: #e9e9e9;
    }
 }
 .autocomplete-active {
    background-color: rgb(30, 255, 169) !important;
    color: #ffffff;
 }
 .bnabbot-logo.loading{
    animation: blinking 0.8s infinite;
 }
 
.pagination{
    display:none;
    width:100%;
    height:5rem;
    position:fixed;
    bottom:6rem;
    z-index:1000;
    background:white;
  }

  .pagination.active{
      display: flex;
  }

  .pagination .step{
    border:0;
    border-top:2px solid black;
    border-right:2px solid black;
    transition: width 0.2s linear;
    display:flex;
    font-size:2.4rem;
    line-height:4rem;
    background:white;
    overflow:hidden;
    align-items:center;
    justify-content: center;
    cursor:pointer;
    text-decoration-line: none;
    color: rgb(0,0,0,0);
  }
  
  .pagination .step.current{
    background:var(--notselected-focus);
    color: black;
    transition : color 0.5s;
  }
  .pagination .step.selected{
    background:var(--selected);
    color: white;
    transition : color 0.5s;
 
  }
  .input_search{
    width: 50rem;
    border: none;
    /* background:var(--selected-focus); */
    font-family: Dauphine;
    font-size: var(--nav-font-size);
    color: var(--selected);
    outline: none;
    line-height: 3rem;
  }

  .input_search::placeholder{
      opacity: 1;
  }
  .mobile-search{
      display: none;
  }

  body .search-button {
    display: inline-block;
    /* display: none; */
    position: relative;
    background: #fff;
    border-radius: 30rem;
    height: 1.7rem;
    width: 1.7rem;
    border: 0.25rem solid var(--selected);
    transform: scale(0.9);
    left: 0rem;
    top: 0.7rem;
    cursor: pointer;
  }
  .search-button:after {
    content: "";
    height: 0.25rem;
    width: 1.2rem;
    background: var(--selected);
    position: absolute;
    top: 1.5rem;
    left: 0.9rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  body .search-button.hidden{
    display:none;
  }
  @media (hover: hover) and (pointer: fine) {
  .search-button:hover{
    border-color:var(--selected-focus);
  }
  .search-button:hover:after{
    background: var(--selected-focus);
  }
  }
  .subnav ul li.search{
      display: flex;
      background-color: white;
  }

  .subnav ul li #form_search{
      flex:0;
  }
  
  .subnav ul li button.clear-search{
    display: none;
    background: transparent;
    line-height: 3.7rem;
    font-weight: bold;
    margin-left: 1rem;
    top: -0.2rem;
  }
  


  button.favorite.album{
      display: inline;
  }
  div.file-button{
    background-image: url("icon-pdf-fill2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 2rem;
    height: 2rem;
    top: 0.9rem;
    float: right;
    display: block;
    position: relative;
    right: -0.5rem;
  }

  div.file-button.track{
    top: 0.8rem;
    right: 0.5rem;
  }
  .tmpl-boxes article .text ul.files li{
    list-style:none ;
  }
  ul.files{
    padding: 2rem 0 0 4.6rem;
    margin-bottom: 3rem;
  }
div.file-button.event{
    display: inline-block;
    float: none;
    right: 1rem;
top: -0.1rem;

}

  .files{
    margin-top:1rem;
  }
  div.file-button.tracks-list{
    top: -0.25rem;
    right: 0.9rem;  
}


  ul.sounds-website li div.tracklist-title{
      width:120%;
  }

  .marquee-container {
    position: relative;
    width: 97%;
    height: 4.6rem;
    overflow: hidden;
    /* margin-bottom: 1.3rem; */
    /* margin:1rem 0 0 3.5rem; */
    color: var(--selected);
    margin-left:0.6rem;
    top: -0.2rem;
    display: inline-block;  
}
  
  .summary-message {

    /* text-transform: uppercase; */
    font-style: italic;
    /* font-size: 70%; */

    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    white-space: nowrap;
    
    /* Starting postition */
    transform: translate3d(100%, 0, 0);
    
    /* Animation settings */
    animation-name: marquee-animation;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }

  .tags-line{
    font-size: var(--nav-font-size);
    letter-spacing: 0.1rem;
    line-height: 2rem;
    margin-top: 2rem;
  }
  .object-index{
    font-size: var(--nav-font-size);
}
.track-label{
    font-size: var(--nav-font-size);
    position: relative;
    top: -0.4rem;
}

.track-album{
      font-size: var(--nav-font-size);
      
    }
    .date-track{
      font-size: var(--nav-font-size);
      height: 2.5rem;

  }
  @keyframes marquee-animation {
    from {
      /* Start a bit further from the right */
      transform: translate3d(calc(100% - 30rem), 0, 0);
    }
    
    to {
      /* Animate to the left of the container width */
      transform: translate3d(-200px, -0, 0);
    }
  }

  .file_description{
      margin-top: 2rem;
  }


/* for the CAInterface unit test */
body > code{
    background-color: white;
    z-index: 1;
    position: absolute;
    width: 100%;

    font-size: 2rem;
    line-height: 2.5rem;
}

div.radio{

margin: 0 2rem 2rem 2rem;
border-bottom:2px solid;
break-after: always;

}
div.content.radio-page{
    height:calc(100% - 2rem);
}
div.radio-page img{
    cursor:pointer;
}

div.radio .button.play::after, 
div.radio .button.pause::after{
    font-size:8rem;
}
.main-emission{
    transform-origin: center center;
    animation: rotation 10s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}


  /*GALLERY*/
  div.gallery{
    flex-wrap:wrap;
    overflow:hidden;
    display:flex;
    margin-top: 4rem;
  }
  
  div.gallery .images{
    width:100%; 
    height:100%;
  } 
  div.gallery img {
    max-width: 100%;
    max-height:100%;
    /* object-fit: contain; */
    /* cursor:pointer; */
    
  }
  article .text-image.gallery .filtered {
    max-width:100%;
  }
  article .text-image.gallery .gallery-item img {
    max-width:100%;
  }
  .splide__track{
    text-align: center;
  }
  .splide__list{
    align-items: center;
  }
  .splide__pagination{
    bottom: -3rem;
    height: 4rem;
  }
  .splide__pagination__page {
    background: var(--gray);
  }
  .splide__pagination__page.is-active {
    background: var(--selected);
  }
  .splide__arrow {
    background:var(--white);
  }

  #scroll-indicator-left{
    /* display: none; */
    opacity: 0;
      position: fixed;
    z-index: 9999;
    top: calc(50%);
    margin-bottom: auto;
    left: 2rem;
    font-size: 5rem;
    font-weight: bold;
    color: var(--scroll-arrow);
    opacity: 0.7;
  }
  #scroll-indicator-right-container{
    /* display: none; */
    opacity:0;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.6);
    right: 0;
    width: 6rem;
    z-index: 2000;
    height: calc(100% - 15rem);
    /* if pagination need to switch */
    /* height: calc(100% - 26rem); */ 
    top: 15rem;
    transition: ease-in opacity 0.5s;
  }
  #scroll-indicator-left-container {
      /* display: none; */
      opacity: 0;
      position: fixed;
      background-color: rgba(255, 255, 255, 0.6);
      left: 0;
      width: 6rem;
      z-index: 2000;
      height: calc(100% - 15rem);
          /* if pagination need to switch */
    /* height: calc(100% - 26rem); */ 
      top: 15rem;
      transition: ease-in opacity 0.5s;
  }
  #scroll-indicator-left-container.w-pagination, #scroll-indicator-right-container.w-pagination{
    height: calc(100% - 26rem);
  }
  #scroll-indicator-left-container.active, #scroll-indicator-right-container.active{
    opacity: 100%;
    transition: ease-in opacity 0.5s;
  }

  #scroll-indicator-right{
    opacity:0;
      position: fixed;
    z-index: 9999;
    top: calc(50%);
    margin-bottom: auto;
    right: 2rem;
    font-size: 5rem;
    font-weight: bold;
    color: var(--scroll-arrow);
    opacity: 0.7;
  }

  #scroll-indicator-right.blink,#scroll-indicator-left.blink {
      /* display:block; */
      opacity:100%;
      animation: ease-in opacity 0.5s;
      /* animation: blink-animation 1s steps(5, start) infinite;
      -webkit-animation: blink-animation 1s steps(5, start) infinite; */
    }
    @keyframes blink-animation {
        to {
            visibility: hidden;
        }
    }
    @-webkit-keyframes blink-animation {
        to {
            visibility: hidden;
        }
    }
    
    #scroll-indicator-left.hidden,#scroll-indicator-right.hidden{
      display:none;
  }
  .button.share-prod,
  .button.share-event, 
  .button.share-project{
    background-image: url('share.svg');
    background-size: contain;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-left: 2rem;
    top: -0.9rem;
    /* margin-right: 1rem; */
    scale: 1.8;
}