body, html {
    background: #121218;
    font-family: "Sour Gummy", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    user-select: none;
    -webkit-user-select: none; /* Pour les navigateurs Webkit (Chrome, Safari) */
    -moz-user-select: none; /* Pour Firefox */
    -ms-user-select: none; /* Pour Internet Explorer/Edge */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.disabled {
    display: none !important;
}

button {
    background-color: #ddb42cff;
    color: black;
    border: 1px solid #b69121ff;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 1);
    font-family: "Sour Gummy", serif;
}

button:hover {
    background-color: #edc531ff;
    transform: scale(1.1);
}

.PDA {
    background-color: #121218dd;
    border: 1px solid #ddb42cff;
    border-radius: 3px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 5;
    /**/
    font-family: "Sour Gummy", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    user-select: none;
    text-align: center;
}
.plainBG-PDA {
    background-color: #121218ff;
}

.btn-place {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background: none; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}
.btn-lock {
    background-color: #121218dd;
    border: none;
    cursor: auto;
}
.btn-lock svg {
    fill: #424242;
}
.btn-lock:hover {
    background-color: #121218dd;
    transform: none;
}

#btn-place-left {
    position: absolute;
    left: 0;
    bottom: 50%;
}
#btn-place-right {
    position: absolute;
    right: 0;
    bottom: 50%;
}

#btn-launch {
    z-index: 2;
    border: 0;
    background-color: #121218;
    color: #ffffff;
    font-size: 128px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
