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

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

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

.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;
}

.LOGOMIA {
    top: 120px;
    width: 300px;
    height: 200px;
    margin-left: 20px;
    margin-top: 30px;
}

.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 */
    overflow-x: hidden;
}

.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%;
}

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

.miatext {
    color: #535252;
    position: relative;
    left: 35px;
    top: 50px;
}

.copyright {
    color: #3a3a3a;
    position: absolute;
    font-family: 'mojangles', sans-serif;
    text-align: center;
    bottom: 10px;
}

#nosjeux{
    color: #3a3a3a;
    text-align: center;
}

.gb1 {
    position: absolute;
    top: 20px;
    right: 1px;
    height: 150px;
    width: 150px;
}

.gb2 {
    position: absolute;
    top: 20px;
    left: 1px;
    height: 150px;
    width: 150px;
}