/* ===== RESET BASIQUE ===== */
body {
    max-width: 1200px;
    width: 95%;
    margin: auto;
    font-family: "Verdana", "Comic Sans MS", sans-serif;
    background-image: url("/assets/background-glitch.gif");
    background-repeat: repeat;
    color: #ffffff;
}

.corps {
    background-color: #f7f7f7;
    /*border: 4mm ridge rgb(211 220 50 / 0.6);*/
    border-style: none groove;
    border-color: #ff45b5;
    border-width: 4mm;
    padding-bottom: 15px;
}

@media (max-width: 768px) {
  body {
    width: 100%;
  }
  
  .corps {
    border-width: 0;
  }
}

/* ===== LIENS STYLE OLD WEB ===== */
a {
    text-decoration: underline;
}

a:hover {
    color: #ff00ff;
    background-color: #000;
}

/* ===== HEADER ===== */

.site-header {
    text-align: center;
    padding: 40px 20px;
    background-color: #f7f7f7;
    border-bottom: 10px groove #000;
    position: relative;
}

#title {
    position: absolute;
    top: 40px;
    left: 40px;
    padding: 1em;
    border: 4px dashed #000000;
}

#logo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
}

@media (max-width: 768px) {

  #title {
      position: static;
      width: 30%;
      display: block;
  }
  
  #logo {
      position: absolute;
      width: 80px;
      margin-top: 10px;
  }
  
  .site-header {
      padding: 20px 10px;
  }

}

/* ===== PERSONNAGE ===== */
.character-container {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    left: 400px;
}

/* Personnage */
.character {
    height: 250px;
    cursor: pointer;
}

/* Bulle */
.speech-bubble {
    position: absolute;
    bottom: 150px;
    right: 160px;
    width: 300px;
    display: none;
    font-family: "Perfect_DOS";
}

.speech-bubble img {
    width: 100%;
    transform: scaleX(-1);
}

.speech-bubble .text {
    color: black; 
    position: absolute;
    top: 25px;
    left: 40px;
    width: 70%;
    font-size: 20px;
}

.character-container > p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Perfect_DOS";
  color:black;
  position: absolute;
  display: block;
}

@media (max-width: 768px) {

  .character-container {
      position: relative;
      left: 80px;
      margin-top: 50px;
  }
  
  .character {
      height: 180px;
  }
  
  .speech-bubble {
      width: 200px;
      bottom: 120px;
      right: 90px;
  }
  
  .speech-bubble .text {
      font-size: 14px;
      top: 14px;
      left: 25px;
  }
  
  #click-me {
    width: 140px;
  }
  
}

/* ANIMATION */

.pulse {
  animation: pulse 0.5s infinite ease-in-out alternate;
}

@keyframes pulse {
  0%, 100% {
      transform: scale(1.1);
  }
  50% {
      transform: scale(1);
  }
}

.ps1-spin {
    animation: ps1-spin 5s infinite ease-in-out;
}
/*, ps1-scale 2s infinite ease-in-out*/
/* Animation pour la rotation */
@keyframes ps1-spin {
  0%, 100% {
      transform: rotate(-3deg);
  }
  50% {
      transform: rotate(3deg);
  }
}

/* Animation pour la mise à l'échelle */
@keyframes ps1-scale {
  0%, 100% {
      transform: scale(1.1);
  }
  50% {
      transform: scale(1);
  }
}

/* ===== SECTIONS ===== */
section {
    width: 85%;
    margin: 40px auto;
    padding: 20px;
    background-color: #111144;
    border: 5px solid transparent;
    border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    border-image-slice: 1;
    box-shadow: 0 0 10px #00ffff;
}

h2 {
    font-size: 28px;
    color: #00ffff;
    text-align: center;
    text-shadow: 1px 1px #ff00ff;
    margin-bottom: 25px;
}

/* ===== PROJECT CARDS ===== */
.projects {
    background-image: url("https://blob.gifcities.org/gifcities/Q7G7UHZSO33WUCMXPKYWY5JLEDIKOT5V.gif");
    background-repeat: repeat;
    font-family: "Qaaxee";
    font-size: 25px;
    display: flex;
}

.project {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
    padding: 15px;
    background-color: #000000;
    border: 2px dashed #00ffff;
}

.list {
  flex: auto;
}

.espace {
  flex: initial;
  margin: 20px;
}

.project-cover {
    width: 140px;
    border: 3px solid #ff00ff;
}

.project-info h3 {
    color: #f00;
    margin: 0 0 10px 0;
}

/* ===== BOUTONS OLD SCHOOL ===== */
button {
    padding: 6px 12px;
    font-family: inherit;
    font-size: 12px;
    background: linear-gradient(to bottom, #ff00ff, #9900cc);
    border: 2px outset #ffffff;
    color: white;
    cursor: pointer;
}

button:active {
    border: 2px inset #ffffff;
}

.tracklist {
    margin-top: 15px;
    padding: 10px;
    background-color: #000033;
    border: 2px dotted #ff00ff;
    display: none;
}

.tracklist ol {
    padding-left: 20px;
}

/* ===== PLATEFORM LINKS ===== */
.platform-links {
    margin-top: 10px;
}

.platform-links a {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 8px;
    background-color: #330066;
    border: 2px solid #00ffff;
    font-size: 12px;
}

/* ===== SINGLES ===== */
.singles {
    background-image: url("https://blob.gifcities.org/gifcities/WWOQZBIAU2ZFKF6RSJ5WAU7AFYE63A4L.gif");
    /*background-image: url("https://blob.gifcities.org/gifcities/7F4L467CMSUYGT66QZ6FHELO7HHDSWFP.gif");*/
    background-repeat: repeat;
}

.singles-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.single-card {
    width: 150px;
    background-color: #000022;
    border: 2px solid #ff00ff;
    padding: 10px;
    text-align: center;
    font-family: "Perfect_DOS";
    font-size: 20px;
}

.single-card img {
    width: 100%;
    border: 2px solid #00ffff;
    margin-bottom: 8px;
}

.single-card h4 {  
    color: #fff;
    margin: 5px 0;
}

/* RéSEAUX */
/* ===== SECTION RÉSEAUX ===== */
.reseaux {
    background-image: url("https://blob.gifcities.org/gifcities/XSNRYB7HZZCKWDNTPFOYAEU2G6TE3WA6.gif");
    background-repeat: repeat;
}

.streaming {
    background-image: url("https://blob.gifcities.org/gifcities/L6Y4R3U6JNXWUANP57VO37UPN6ADOXIY.gif");
    background-repeat: repeat;
}

.socials h2 {
    font-size: 26px;
    color: #ffcc00;
    text-shadow: 2px 2px #ff00ff;
    margin-bottom: 30px;
}

.socials-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.social-link {
    padding: 10px;
    text-decoration: none;
    background-color: #000033;
    border: 3px outset #fafafa;
    transition: transform 0.2s;
}

.social-link img {
    width: 120px;
    height: 120px;
}

.social-link span {
    display: block;
    font-size: 12px;
    color: #ffffff;
}

.social-link:hover {
    transform: scale(1.1);
    border: 3px inset #ff00ff;
    background-color: #330066;
}

.streaming-grid a {
  box-sizing: border-box;
  border: none;
  background: silver;
  box-shadow: inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px grey,inset 2px 2px #dfdfdf;
  border-radius: 0;
  min-width: 75px;
  min-height: 23px;
  padding: 12px 16px;
  font-family: "Pixelated MS Sans Serif",Arial;
  font-size: 18px;
} 

.streaming-grid li {
  display: inline;
  margin: 8px;
}

.streaming-grid ul {
  list-style: none;  
}

.streaming-grid {
  text-align: center;
}

/* ===== SECTION MYSTÈRE ===== */
.mystery {
    text-align: center;
    background: linear-gradient(to right, #000033, #330066);
}

.wow {
  padding-top: 5px;
  padding-bottom: 2px;
  background-color: black;
}

.wow img {
  height: 40px;
}

/* ===== FOOTER ===== */
.site-footer {
    text-align: center;
    padding: 20px;
    background-color: #000011;
    border-top: 4px double #ff00ff;
    font-size: 12px;
    font-family: "Perfect_DOS";
}
