
body {
    font-family: Verdana, Arial;
    font-size: 11px;
    color: rgb(51, 51, 51);
    background-color: #FFFFFF;
    background-image: linear-gradient(to right, #bbbbbb, transparent), radial-gradient(ellipse at top right, #999999, transparent 50%);
    background-size: 100px, 100%;
    background-repeat: repeat-y, no-repeat;
    background-position: top left, top right;
    background-attachment: fixed, fixed;
    margin-top: 50px;
    margin-left: 50px;
    overflow-y:scroll;
}

a {
    color: rgb(190, 39, 255);
}

nav {
    position: fixed;
    top: 210px;
    right: 35px;
    width: 100%;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 80px;
    background-color: transparent;
    color: white;
}
  
nav li {
    display: inline;
    float: right;
    font-size: medium;
}
  
nav li a {
    color: rgb(8, 5, 51);
    padding: 8px 10px;
    text-decoration: none;
    background-color: rgba(128, 128, 128, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    margin-left: 5px;
}

nav li img {
    height: 20px;
    vertical-align: -4px;
}

nav li a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.langues {
    position: fixed;
    bottom: 8px;
    right: 32px;
    /* width: 600px; */
}

.langues ul {
    list-style-type: none;
    background-color: transparent;
}
  
.langues li {
    display: inline;
    float: left;
}

.langues li img {
    margin-left: 8px;
}
  
.langues li img:hover {
    border: solid 1px rgba(255, 255, 255, 0.6);
    margin-left: 6px;
}
  
.active_ln {
    border: solid 1px rgba(255, 255, 255, 1);
    margin-left: 6px;
}
  
.active_pg {
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
    margin-left: 6px;
}

table {
    vertical-align: top;
}

.titre {
    font-size: 22px;
    color: rgb(0, 0, 0);
    height: 80px;
}

.soustitre {
    font-size:medium;
    font-weight: bold;
    text-decoration: underline;
    color: rgb(130, 55, 55);
    vertical-align: top;
    text-align: left;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
}

.songTitle {
    width:400px;
    font-size:medium;
    font-weight: bold;
    text-decoration: underline;
    color: rgb(55, 55, 130);
    vertical-align: top;
    text-align: left;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
}

.albumTitle {
    width:400px;
    font-size:medium;
    font-weight: bold;
    text-decoration: underline;
    color: rgb(55, 55, 130);
    vertical-align: top;
    text-align: left;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
}

.paragraphe {
    width: 80%;
    margin-left: 50px;
    text-align: justify;
}

td {
    vertical-align: top;
}

.cell {
    padding-left: 50px;
    width: 100%;
    text-align: center;
    vertical-align: top;
}

.foot {
    position:fixed;
    bottom:0;
    left:0;
    border-top:1px solid black;
    width:100%;
    color:white;
    text-align:center;
    font-weight:bold;
    padding:10px;
    backdrop-filter: blur(3px);
    
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 60%, rgb(128, 128, 128) 90%);
    background-size: 100% 100%;
    background-repeat: repeat-x;
    background-position: top left;

    z-index: 100;
}

.head {
    position:fixed;
    top:0;
    left:0;
    border-bottom:1px solid black;
    width:100%;
    height: 230px;
    color:white;
    text-align:right;
    font-weight:bold;
    padding:10px;
    backdrop-filter: blur(3px);
    
    background-image: url("img/Sebzzz.png"), url("img/Guitare.png"),linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 90%, rgb(128, 128, 128) 95%);
    background-size: 330px, 600px, 100% 100%;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: 30% 85px, 50px 10px, 0px 0px;
    background-attachment: fixed, fixed, fixed;

    z-index: 100;
}

.song {
    max-width: 1000px;
    min-height: 250px;
    vertical-align: top;
    border: rgb(151, 151, 151) 1px solid;
    margin: 10px auto 40px auto;
    padding: 15px 15px 0px 15px;
    background-color: white;
    background-image: linear-gradient(to top right, rgb(200, 200, 200) 0%, white 50%);
    border-radius:10px;
    box-shadow: 3px 3px 5px #999999;
}

.song:hover {
    background-image: linear-gradient(to top right, rgb(230, 230, 230) 0%, white 50%);
    box-shadow: 5px 5px 7px #999999;
}

.album {
    width:800px;
    vertical-align: top;
    border: rgb(151, 151, 151) 1px solid;
    margin: 10px auto 40px auto;
    padding: 15px;
    background-image: linear-gradient(to top left, rgb(200, 200, 200) 50%, white 70%, rgb(220, 220, 220) 90%);
    border-radius:10px;
    box-shadow: 3px 3px 5px #999999;
}

.pochette {
    width: 250px;
    height: 250px;
    vertical-align: top;
    margin-top:10px;
    padding: 1px 1px 1px 20px;
    border: 1px solid rgba(0, 0, 0, 0.8);
    background-color: rgba(80, 80, 80, 1);
    box-shadow: 10px 10px 5px #aaaaaa;
    -ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Safari */
    transform: rotate(-4deg);
}

.error {
    color:red;
    font-size: medium;
    font-weight: bold;
}

.qlink {
    height: 16px;
    width: 16px;
    padding: 10px 20px 0px 20px;
}
.qlink:hover {
    height: 24px;
    width: 24px;
    padding: 2px 16px 0px 16px;
    /* background-image: radial-gradient(ellipse at 50% 100%, #ff6188, transparent 50%);
    background-size: 100% 100%; */
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}

.profilepic {
    height:250px;
    width:250px;
    border: none;
    border-radius:125px;
    box-shadow: 15px 15px 15px rgb(87, 87, 87);
}

.miniprofilepic {
    height:150px;
    width:150px;
    border: rgb(151, 151, 151) 1px solid;
    border-radius:75px;
}

.logstable{
    /* margin-top: 300px; */
    font-size: smaller;
}
.logscell {
    padding: 10px;
}
.logsodd{
    background-color: #DDDDDD;
    border-top: none;
    border-bottom: none;
}
.logseven{
    background-color: #CCCCCC;
}
.logsfind{
    background-color: #ffbbbb;
}
.logsseb{
    color: #999999;
    text-decoration: italic;
    border: solid 1px black;
}
.logshead{
    background-color: #777777;
    color: white;
    font-weight: bold;
}

.contactItem {
    list-style-type: circle;
    padding: 5px 0px 5px 0px;
}