
@font-face {
  font-family: cutesy;
  src: url(../fonts/cutesy.TTF);
}

@font-face {
  font-family: dogica;
  src: url(../fonts/dogica.ttf);
}

@font-face {
  font-family: alagard;
  src: url(../fonts/alagard.ttf);
}

@font-face {
  font-family: rainyhearts;
  src: url(../fonts/rainyhearts.ttf);
}

@font-face {
  font-family: Minecraft;
  src: url(../fonts/Minecraft.ttf);
}

@font-face {
  font-family: Daydream;
  src: url(../fonts/Daydream.otf);
}

@font-face {
  font-family: bubbly;
  src: url(../fonts/bubbly.TTF);
}

.crt::before {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
    z-index: 20;
    background-size: 100% 2px, 3px, 100%;
    pointer-events: none;
}

body {
  font-family: dogica;
  font-size: 12px;
  letter-spacing: -3px;
  line-height: 1.4;
  margin: 0;
  background-size: 940px;
  background-image: url(../pictures/lightblue-dott.jpg);
  background-repeat: cover;
  color: #E8F4C4;
}

html, body {
  overflow-x: hidden;
  overflow-y: auto;   
}

/* Curseur personnalisé global */
*,
*::before,
*::after,
a,
a:hover,
a:active,
button,
button:hover,
button:active,
input,
input:hover,
input:active,
textarea,
textarea:hover,
textarea:active {
  cursor: url('../cursor/cat-cursor.gif'), auto !important;
}

* {
  box-sizing: border-box;
  overflow-clip-margin: content-box;
}



/* texte qui défile */
.scrolling-text {
  background-color: #a4cbeb;
  padding: 10px;
  color: #f3fa8e;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  border-top: 2px dotted #fff;
  border-bottom: 2px dotted #fff;
}

#container {
  margin: 0 auto;
  width: 145vh;
}

#container a {
  color: #b3d9f2;
}

#header {
  width: 100%;
  background-color: #cde6f7;
  height: 150px;
  background-image: url(../pictures/lightblue-star.jpg);
  background-size: 100%;
  display: flex;
  justify-content: flex-end;
}

#header img {
  height: auto;
  margin: 0 auto;
  padding: 10px;
  justify-self: flex-end;
}


#navbar {
  height: 40px;
  background-color: #f5dfe6;
  width: 100%;
  align-content: center;
}

#navbar ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  justify-content: space-evenly;
}

#navbar li {
  padding-top: 10px;
}

#navbar li a {
  color: #8BD3EE;
  font-weight: 800;
  text-decoration: none;
}

#navbar li a:hover {
  color: #f5dfe6;
  text-decoration: underline;
}

#flex {
  display: flex;
  width: 145vh;

}

aside {
  background-color: #b3d9f2;
  width: 200px;
  padding: 20px;
  font-size: smaller;
  border-top: 3px dotted #fff;
  border-left: 3px dotted #fff;
  border-bottom: 3px dotted #fff;
}

.gif-aside {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
}

gif-aside img {
  width: 100px;
  height: auto;
}

main {
  background-color: #cde6f7;
  border: 3px dotted #fff;
  flex: 1;
  padding: 10px;
  order: 2;
  height: 60vh;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #f5dfe6 #cde6f7;
}
.about-me {
  align-items: flex-start;
  margin-bottom: 10px;
  text-align: start;
  display: block;
  gap: 10px;
  box-sizing: border-box;
  flex-direction: row-reverse;
}

.about-content {
  flex: 1 1 auto;
  min-width: 0;
}

.about-me::after {
  content: "";
  display: table;
  clear: both;
}

.about-text p {
  margin-bottom: 5px;
  margin-top: 0;
}

#pfp-blog {
  width: 10%;
  height: auto;
  display: flex;
  float: left;
  display: block;
  margin-right: 10px;
}

.blog-date {
  float: right;
  text-align: right;
  margin-top: 5px;
  margin-right: 10px;
  font: #a9bcd9;
}

.about-text {
  text-align: start;
  margin: 0;
  padding: 0;
  color: #a9bcd9;
}

.readMoreBtn {
  float: right;          
  font-style: italic;    
  text-decoration: underline; 
  background: none;       
  border: none;          
  padding: 0;             
  color: #aec2f5;         
}

.readMoreBtn:hover {
  color: #6d92d3;         
}


#leftSidebar {
  width: 238px;
  order: 1;
  padding: 5px;
  box-sizing: border-box;
  height: 60vh;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #f5dfe6 #b3d9f2;
}

.lastfm-widget {
  width: 215px; 
  height: auto;
  overflow: hidden; 
  margin: 0 auto;
  padding: 0;
  height: auto;
}

.lastfm-widget img {
  width: 100%; 
  display: block;
  object-fit: cover;
  object-position: left; 
}

#rightSidebar {
  order: 3;
}

footer {
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0;
  background: #ffe2ee;
  border-top: 2px dashed #ffb6c1;
  margin-top: 0;
  font-size: 0.9em;
  color: #844561;
}

h1,
h2,
h3 {
  color: #fff2f7;
  font-family: cutesy;
  letter-spacing: 2px;
}

h2 {
  font-family: bubbly;
  letter-spacing: 0.5px;
  font-size: 21px;
}

h3 {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

h4 {
  color: #5391d6;
  font-family: dogica;
}

h1 {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 10px;
}

.welcome-title {
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 8px;
}

.welcome-title img {
  vertical-align: middle;
}

strong {
  color: #5592d9;
  padding-top: 0;
  padding-bottom: 5px; 
  margin-top: 0;
  margin-bottom: 5px;
}

.about-me > p {
  padding-top: 0;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 8px;  
}

.box {
  border: 1px solid #f5dfe6;
  background-image: url(../pictures/heart-bg.jpeg);
  background-size: 50px;
  background-repeat: repeat;
  background-position: center;
  position: relative;
  width: 190px;
  height: 190px;
  margin: 10px auto 0 10px;
  padding: 0;
  display: block; 
}

.box iframe {
  width: 105%;
  height: 100%;
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#topBar {
  width: 100%;
  height: 30px;
  padding: 10px;
  font-size: smaller;
  background-color: #ffffff;
}

@media only screen and (max-width: 800px) {
  #flex {
    flex-wrap: wrap;
  }

  aside {
    width: 100%;
  }

  main {
    order: 1;
  }

  #leftSidebar {
    order: 2;
  }

  #rightSidebar {
    order: 3;
  }

  .border-left {
  display: flex;
  justify-content: center; 
  align-items: center;     
  width: 100%;            
  height: 150px;        
}

  #navbar ul {
    flex-wrap: wrap;
  }
}

a {
  text-decoration: none;
  display: block;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

a.findme {
  text-decoration: none;
  display: block;
  margin-block-start: 7px;
  margin-block-end: 7px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

#navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.socials ul {
  list-style-type: none;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

.externals-links ul {
  list-style-type: none;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

.externals-links li { 
display: block; 
padding: 4px 0;
color: hsl(345, 96%, 56%);
background-color: #f0e1e7;
border-radius: 15px;
text-align: center;
border-bottom: hsl(345, 96%, 56%);
border-left: hsl(345, 96%, 56%);
border-right: hsl(345, 96%, 56%);
box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
}

.externals-links li:hover {
background-color: hsl(338, 100%, 87%);
box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 40%), inset -13px 0px 6px -10px rgb(66 66 66 / 76%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 58%);
}

.socials li { 
display: block; 
padding: 4px 0;
color: hsl(345, 96%, 56%);
background-color: #f0e1e7;
border-radius: 15px;
text-align: center;
border-bottom: hsl(345, 96%, 56%);
border-left: hsl(345, 96%, 56%);
border-right: hsl(345, 96%, 56%);
box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
}

.socials li:hover {
background-color: hsl(338, 100%, 87%);
box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 40%), inset -13px 0px 6px -10px rgb(66 66 66 / 76%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 58%);
}

.webrings {
  display: flex;             
  flex-wrap: wrap;
  row-gap: 0px;        
  column-gap: 10px;      
  justify-content: center;   
  align-items: center;      
}

.webrings img {
  display: block;            
}

#pfp {
  overflow: visible !important;
}

/* header */
.image-header {
  background-image: url(../pictures/stars-header.gif);
  width: 100%;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  border-bottom: 3px dashed #e91e3d;
}

.gif-divider {
  text-align: center;
  background: transparent;
  padding: 5px 0;
}

/* blocs */
.site-log,
.about,
.chatbox,
.music-player {
  padding: 15px;
  border-image: url('../pictures/border-zigzag.png') 9 fill round; 
  border-style : solid;
  border-width: 12px;
  border-radius: 15px;
  border-color: #f5dfe6;
  transition: transform 0.2s ease;
  box-shadow: #f5dfe6 0px 0px 8px, #f5dfe6 0px 0px 16px;
}

.music-player {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.music-player,
.div2,
.div3,
.blinkies, 
.about-me {
  background: #f0f7fd !important;
  padding: 15px;
  border: 2px solid #f5dfe6 !important;
  border-radius: 15px !important;
  box-shadow: #f5dfe6 0px 0px 4px, #f5dfe6 0px 0px 4px; 
 }


.youtube-player {
  padding : 0;
  display: flex;
  margin : 0;
  flex-direction: column; 
  align-items: flex-start; 
  gap: 8px;
}

h2.fanlisting {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

h2 {
  margin-top: 0;
  font-size: 1.5em;
  color: #A3C2FA;
}

.song-info {
  margin-top: 10px;
  font-size: 0.9em;
  text-align: center;
  color: #f5f5f5;
}

.dontgiveup {
  position: relative;
  display: flex;
  align-items: flex-end; 
  justify-content: flex-start; 
  padding: 10px;
  width: 100%;
  height: auto;
}

#kitty {
  width: 100px;
  height: auto;
  display: flex;
}

.kitty {
  padding: 0;
  justify-self: center;
}

.footer-section {
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px;
  background: #ffe2ee;
  border-top: 2px dashed #ffb6c1;
  margin-top: 40px;
  font-size: 0.9em;
  color: #844561;
}

.welcome {
  height: 100%;
  width: 220px;
  display: block;          
  margin: 0;
  padding: 10px;
}