* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background-color: #17313e;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2vh 10vw;
    color: #ffffff8d;
}

main {
    color: #17313e;
    box-shadow: 0.5rem 0px 2rem #7b6e6e90;
    display: flex;
    gap: 1rem;
    padding: 2rem;
    flex-direction: column;
}
main,
.touche,
button,
input {
    border-radius: 2rem;
    background-color: #ffffff8d;
    box-shadow: 0px 0px 0.8rem #00000080;
}
.touche,
button,
input,
form {
    padding: 2rem;
    border: none;
    display: flex;
    width: 100%;
}
form {
    flex-direction: column;
    display: flex;
    gap: 0.5rem;
    width: fit-content;
    padding: 0.5rem;
}
input {
    width: fit-content;
    justify-content: center;
    align-items: center;
    padding: 0.8rem;
    gap :0
}
input:focus,
input:active {
    border-color: #ffffff;
    font-weight: bold;
}
button {
    color: #17313e;
    padding: 0.6rem;
    width: fit-content;
}
div {
    display: flex;
    gap: 1rem;
}
#return {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    overflow: auto;
}

button:active {
    background-color: #ffffff75;
    box-shadow: 0px 0px 0.8rem #00000040;
}
ul {
    padding: 2rem;
}
li {
    list-style: decimal;
    padding: 0.5rem;
    border: 1px solid #ffffff8d;
}

.inactive {
    background-color: #00000010;
    cursor: not-allowed;
    color: #00000010;
    box-shadow: 0px 0px 0.8rem #00000010;
}

.none {
    display: none;
}
label {
    padding: 0;
    margin:0

}
table {
    border: 0px solid #17313e;
}
.tb {
    overflow: auto;
    width: 100%4
}
td {
    background-color: #FFFFFF80;
    padding: 0.5rem;
    text-align: center;
    width: fit-content;
}
tr:nth-child(even) {background-color: #FFFFFF80;}
thead{
    font-weight: bold
}
table td{
    border:none;
    }

.delBtn {
    width: 100%;
    display: flex;
    justify-content: center;
    color: rgb(136, 52, 52)
}

