* {
  box-sizing: border-box;
  font-family:Open Sans,Arial,sans-serif;
  font-size:14px;color:#666;
}
a {
    color: #666; /* override default */
    text-decoration: none;
}
h1 {
  font-size: 60px;
  text-align: center;
  margin: 0;
  padding:20px 0;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
}

p{
    margin-bottom: 5px;
    padding-left: 30px;  
    justify-content: left;
}

.list_v {
    flex:2;
    flex-direction: column;
    margin: 0;
    list-style-type: none;
    align-items: center;
    padding: 0;
    justify-self: space-between;
    justify-content: left;
    align-items: start;
}

/* define a transparent background */
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url('/background/background-no-logo.jpg'); /* Change path as needed */
    background-size: cover; /* Ensures the whole image is visible */
    background-repeat: no-repeat;
    background-position: center; /* Centers the image */
    opacity: 0.2; /* Adjust opacity as desired */
    z-index: 0;
    background-attachment: scroll;
}

body > * {
    position: relative;
    z-index: 1;
   
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
}

h1:focus {
    outline: none;
}

.page {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    flex-grow: 1;
    height: 100%;
    width: 100%;   
}
.header_logo{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    position: sticky;
    top: 0;
    opacity: 1;
    z-index: 1;
    background-color: #180909; 
}

.logo_container{
    padding: 5px;
    margin: 0px;
}
.logo{
    display: block;
    width: 400px;
    height: 200px;
    border-radius: 80%;
    object-fit:cover;  
}
.top-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}
.top-menu{
    display: flex;
     flex-direction: row;
     flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
     width: 100%;
}

.top-menu-li {
    padding: 10px 20px 10px 20px;
    border: 1px solid #666;
    border-radius: 8px;
    text-align: center;
    vertical-align: center;
    margin: 5px;
    }
.top-menu-li:hover {
        background-color: #362f2f;
        color: whitesmoke;
      }
.content{
    display: flex;
    width: 100%;
    margin-top: 25px;
}
.home{
    display: flex;
    flex-direction: column;
    justify-content:start;
    align-items: left;
    width: 100%;
    margin-left: 100px;
}
.biography{
         margin-left: 100px;
}
.bookReader {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-grow: 1;
    height: 100%;
    width: 100%;
     margin-left: 100px;
}

.nav-item_book{
    border:#666 1px solid;
    margin: 10px;;
}
.sidebar_bookreader{
    justify-content: center;
}
.content_bookreader{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    flex-grow: 1;
    height: 100%;
    width: 100%;
}

.contact{
    padding-left: 5.1rem;
    padding-top: 4rem;
    width: 100%;

}
.discography {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
         margin-left: 100px;
}
.sidebar{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.playerContainer{
    display: flex;
    flex:1;
    align-items: stretch;
    padding-left: 0rem;
    padding-top: 4rem;
    width: 100%;
}

.albumCover {
    width: 8.25rem;
    height: 8.25rem;
    display: block;
    margin: 10px;
    border-radius: 70%;
    object-fit:scale-down;
}
    .nav-item_discography:first-of-type {
        padding-top: 1rem;
    }

    .nav-item_discography:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item_discography ::deep a {
        color: #666;
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.container_video{
    display: flex;
    flex:1;
    flex-direction: row;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    justify-content:center;
    text-align: center;
}

.leftPanel_video{
    display: flex;
    flex-direction: column;
    flex:1;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    width: 100%;
}
.pochette {
    width: 16.25rem;
    height: 16.25rem;
    display: block;
    object-fit:scale-down;
    justify-content: center;
  margin: 0 auto;
  max-width: 100%;
}
.songList{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items:start;
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .song_container{
    text-align: center;
    vertical-align: center;
    width: 80%;
    margin: 10px;
    }
    .song_li{
        
         border-radius: 8px;
         border: 1px solid #666;
  
    }
    .song_container :hover {
        background-color: #362f2f;
        color: whitesmoke;
      }
/* Show the tooltip text on hover */
.song:hover .description {
  visibility: visible;
}
.description{
 visibility: hidden; /* Hidden by default */
  width: 130px;
  background-color: black;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1; /* Ensure tooltip is displayed above content */
}
.player{
    margin: 10px;
    flex:2;
    max-height: 666px;
}
#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

@media (max-width: 800px) { 
    .content{
    margin: 5px;
}
.top-menu-li {
    padding: 2px;;
    border: 1px solid #666;
    border-radius: 8px;
    text-align: center;
    vertical-align: center;
    margin: 2px;
    }
   .discography {
        flex-direction: column;
        margin: 0px;
        padding: 5px;
    }
    .sidebar{
        flex-direction: row;

    }
    .header_logo{flex-direction: column;}
    .albumCover {
    width: 4.25rem;
    height: 4.25rem;
    display: block;
    margin: 5px;
}
.logo{
    width: 250px;
    height: 100px;
}

.home{
    margin-left: 0px;
    padding: 5px;
}
.biography{
         margin-left: 0px;
         padding: 5px;
}
.bookReader {
     margin-left: 0px;
     padding: 5px;
}


.contact{
    padding: 5px;
}

.playerContainer{
    padding-top: 1rem;
}
    .song_container{

    margin: 5px;
    }

}
