h1 {
    color: #535252;
    font-family: mojangles, sans-serif;
    text-align: center;
}
h2 {
    color: #3a3a3a;
    font-family: mojangles, sans-serif;
    text-align: center;
}

body {
    background: #b2adad;
    background-size: cover;
    background-position: center;
    font-family: 'mojanglesl', cursive;
}

h3 {
    text-align: center;
    border: none;
    cursor: pointer;
    display: block;
    margin: 20px auto;
}

#wiiuimg {
    object-position: center;
    top: 450px;
    border: none;
    cursor: pointer;
    display: block;
    margin: 20px auto;
    width: 450px;
    height: 250px;
}

.gbimg {
    position: initial;
    object-position: center;
    top: 520px;
    width: 250px;
    height: 250px;
    right: 50%;
    margin: 40px auto;
    border: none;
    cursor: pointer;
    display: block;
}

#gamepad {
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    right: 1px;
    user-select: none;
    pointer-events: none;
}

.pyrostudio {
    object-position: center;
    top: 450px;
    border: none;
    cursor: pointer;
    display: block;
    margin: 20px auto;
    width: 250px;
    height: 250px;
}

.conteneur {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 783px;
    height: 390px;
    background-color: #b2adad;
    border: 2px solid #b2adad;
    padding: 10px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    overflow: auto; /* Permet un scroll interne */
}

#contact {
    position: fixed;
    top: 200px;
    left: 75%;
}

#equipe {
    position: fixed;
    top: 200px;
    right: 75%;
}

#team1 {
    position: fixed;
    top: 220px;
    right: 75%;
}

#team2 {
    position: fixed;
    top: 240px;
    right: 75%;
}

#team3 {
    position: fixed;
    top: 260px;
    right: 75%;
}

#team4 {
    position: fixed;
    top: 280px;
    right: 75%;
}

#email {
    position: fixed;
    top: 220px;
    left: 67%;
}

.image-mobile {
    user-select: none;
    pointer-events: none;
    display: none;
  }
  
  @media (max-width: 768px) {
    .image-pc {
      display: none;
    }
    .image-mobile {
      display: block;
    }
  }

.boutonhome {
    position: fixed;
    object-position: center;
    left: 47.5%;
    top: 585px;
    height: 70px;
    width: 70px;
    user-select: none;
}
  
.boutonoff {
    position: fixed;
    object-position: center;
    left: 74.5%;
    top: 596px;
    height: 55px;
    width: 60px;
    user-select: none;
}

#discord {
    position: absolute;
    left: 25%;
}

.gbtext {
    position: fixed;
    top: 395px;
    right: 35%;
}

#gbtext {
    color: blue;
    position: fixed;
    top: 395px;
    right: 35%; 
}

.wiiutext {
    color: blue;
}

#itchio {
    position: absolute;
    right: 25%;
}

#Conventions {
    position: fixed;
    top: 250px;
    left: 73.5%;
}