* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background-color: #bebebe;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2vh 5vw;
    color: #0000008d;
    display: flex;
}
img {
    max-width: 100%;
    margin: auto;
}
#logo {
    max-width: 20rem;
}
main {
    box-shadow: 0.5rem 0px 2rem #7b6e6e90;
    display: flex;
    gap: 0.5rem;
    padding: 1rem 2rem;
    flex-direction: column;
    flex: 1;
    height: 95vh;
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 900px;
    margin: auto;
}

a,
a:active,
a:visited {
    color: #1f6487;
    text-decoration: none;
}
main,
.touche,
input,
nav {
    border-radius: 0.5rem;
    background-color: #ffffff8d;
    box-shadow: 1px 0px 0.5rem #00000050;
}
.touche,
button,
input {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0;
    width: 100%;
    margin: auto;
    button {
        width: 20%;
        background-color: #5b882e;
    }
}

h1 {
    text-align: right;
    width: 90%;
    margin: auto;
}
form div {
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

input,
button {
    width: fit-content;
    justify-content: center;
    align-items: center;
    gap: 0;
    background: none;
    border-radius: 0.5rem;
}
input:focus,
input:active {
    border-color: #ffffff;
    font-weight: bold;
}
input[type="text"]:focus {
    outline: none;
}
input[type="text"] {
    width: 80%;
    padding: 1rem;
}

input[type="number"] {
    width: 5rem;
    padding: 1.2rem 0.8rem;
    text-align: center;
}
input[type="checkbox"] {
    scale: 200%;
    box-shadow: none;
    accent-color: #5b882e;
}
button {
    background-color: #17313e;
    color: #ffffff;
    padding: 0.5rem;
    width: fit-content;
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    box-shadow: 1px 0px 0.5rem #00000050;
    cursor: pointer;
}
div {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

button:active {
    background-color: #ffffff75;
    box-shadow: 0px 0px 0.8rem #00000040;
}

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

li {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    padding: 0.5rem;
    justify-content: space-between;
}

.btnSup {
    background-color: #c21549;
}
.btnDet {
    background-color: rgb(17, 73, 177);
}
#close {
    box-shadow: none;
    background: none;
    color: #c21549;
    font-size: 1.5rem;
}
#ol {
    max-height: 60vh;
    overflow: auto;
    width: 90%;
    margin: auto;
}
#tabD {
    flex-direction: column;
    width: 90%;
    height: 100%;
}
#tabD div {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
#taskForm {
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    button {
        width: 20%;
    }
}
#olD {
    display: flex;
    gap: 1.5rem;
    height: 100%;
    margin: auto;
}

#supp {
    background: none;
    box-shadow: none;
    color: #c21549;
}
