body{
    display: flex;
    background-color: rgb(32, 32, 32);
    flex-direction: column;
    align-content: center;
    align-items: center;
}
H1#title {
    border: solid;
    color: #24a9f7;
    font-size: 200%;
    font-family: 'Comic Sans MS', arial;
    padding: 25px;
    background-color: #323232;
    margin: 50px;
    margin-bottom:25px;
    border-radius: 50px;
    border-color: #eba707;
    border-width: 5px;
    transition: 1s all 0s;
    font-weight: bold;
}

H1#title:hover {
    border: solid;
    border-width: 5px;
    border-radius: 30px;
    padding: 25px;
    font-weight: bold;
}

DIV#score {
    color: #ffff;
    font-size: 125%;
    font-family: 'Comic Sans MS', arial;
    margin-bottom: 25px;
    padding: 5px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #323232;
    border-radius: 27px;
    border-width: 5px;
    transition: 1s border-radius 0s;
    display: flex;
    width: 100px;
    justify-content: space-between;
}

div#score p {
    margin: 0;
    line-height: 50px;
}
.score_p {
    font-size: 150%;
    font-weight: bold;
}
p#score_p_O {
    color: #24a9f7;
}
p#score_p_X {
    color: #f72424;
}

input#reset_button {
    margin-top: 20px;
    padding: 15px;
    border-radius: 24px;
    background-color: #2b4219;
    border: 0;
    color: #ffff;
    line-height: 20px;
    font-size: 125%;
    font-family: 'Comic Sans MS', arial;
    width: 90px;
    filter: opacity(0);
    transition: 0.5s filter 0s;
}

.tab-border {
    border: solid;
    border-width: 4px;
    border-radius: 40px;
    transition: 1s all 0s;
    border-color: #ffff;
}
.tab-border:hover {
    border-radius: 20px;
}

.element-tab {
    border: solid;
    width: 90px;
    height: 90px;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    color: aqua;
    border-width: 0;
}
.input-tableau{
    border: solid;
    height: 100%;
    width: 100%;
    background-color: #00000000;
    border-width: 0;
    box-sizing: unset;
    padding: 0;
    font-family: 'Comic Sans MS', arial;
    font-size: 200%;
    font-weight: bold;
    color: #ffff;
    transition: 0.3s background-color 0s, 1s border-radius 0s;
}
table.tab{
    border-spacing: 0;
}
tr{
    display: flex;
    border-spacing: 0;
    
}
div#barre{
    transition: 0.3s background-color 0s;

}












/*--------------------------- #grille ---------------------------*/
    .tabline-1.tabelement-1{
        border-color: #ffff;
        border-right-width: 1px;
        border-bottom-width: 1px;
    }
    .line-1.element-1{
        border-top-left-radius: 30px;
    }
    .tab-border:hover .line-1.element-1{
        border-top-left-radius: 12px;
    }
    .tabline-1.tabelement-2{
        border-color: #ffff;
        border-right-width: 1px;
        border-left-width: 1px;
        border-bottom-width: 1px;
    }
    .tabline-1.tabelement-3{
        border-color: #ffff;
        border-left-width: 1px;
        border-bottom-width: 1px;
    }
    .line-1.element-3{
        border-top-right-radius: 30px;
    }
    .tab-border:hover .line-1.element-3{
        border-top-right-radius: 12px;
    }
    .tabline-2.tabelement-1{
        border-color: #ffff;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-top-width: 1px;
    }
    .tabline-2.tabelement-2{
        border-color: #ffff;
        border-width: 1px;
    }
    .tabline-2.tabelement-3{
        border-color: #ffff;
        border-left-width: 1px;
        border-bottom-width: 1px;
        border-top-width: 1px;
    }
    .tabline-3.tabelement-1{
        border-color: #ffff;
        border-right-width: 1px;
        border-top-width: 1px;
    }
    .line-3.element-1{
        border-bottom-left-radius: 30px;
    }
    .tab-border:hover .line-3.element-1{
        border-bottom-left-radius: 12px;
    }
    .tabline-3.tabelement-2{
        border-color: #ffff;
        border-right-width: 1px;
        border-left-width: 1px;
        border-top-width: 1px;
    }
    .tabline-3.tabelement-3{
        border-color: #ffff;
        border-left-width: 1px;
        border-top-width: 1px;
    }
    .line-3.element-3{
        border-bottom-right-radius: 30px;
    }
    .tab-border:hover .line-3.element-3{
        border-bottom-right-radius: 12px;
    }
    .line-1.element-1,.line-1.element-3,.line-3.element-1,.line-3.element-3{
    }