/*.error { 
    color: red; 
    text-align:center;
}
html {
   margin: 0px;
   height: 100%;
   width: 100%;
}
body
{
    display : table;
    font-family : Verdana;
    font-size : 1em;
    margin : 0px;
    height : 100%;
    width : 100%;
    background-color : #bb7b06; 
}
.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #bb7b06;
    width: 100%;
}
/*************************************************************/
/*
.page
{
    width:100%;
    height:100%;
    background-color: #fff;
    margin: 0px 0px 0px 0px;
    border: 1px solid #496077;
}
*/

/*************************************************************/
/*
.main
{
    padding: 0px 0px 4px 0px;
    margin: 0px 0px 0px 0px;
    height : 100%;
    background-color: #bb7b06;
}
*/

/* RESPONSIVE TEST */
/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #4b6c9e;
}

header {
    background: #333;
    color: #f4f4f4;
    padding: 0.5rem 0;
    text-align: center;
}

nav {
    background: #444;
    color: #f4f4f4;
    padding: 0.5rem;
    text-align: left;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: left;
}

nav ul li {
    margin: 0 1rem;
}



nav ul li a {
    color: #f4f4f4;
    text-decoration: none;
}

main {
    background-color: #4b6c9e;
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem;
    background: #f4f4f4;
    text-align: center;
}

main section {
    flex: 3;
    padding: 0.5rem;
    border-radius: 10px;
    background-color: #4b6c9e;
}

main aside {
    flex: 1;
    padding: 0.5rem;
    background: #f4f4f4;
    margin-left: 0.5rem;
    background-color: #4b6c9e;
    border-radius: 10px;
}

footer {
    background-color: #4b6c9e;
    background: #333;
    color: #f4f4f4;
    text-align: center;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    
    nav {
    background: #444;
    color: #fff;
    padding: 0.5rem;
    text-align: center;
    }
    
    nav ul li {
    margin: 0 0.5rem;
    }

    nav ul li a {
    color: #f4f4f4;
    text-decoration: none;
    }

    nav ul {
        flex-direction: row;
    }

    main {
        flex-direction: column;
    }

    main aside {
        margin-left: 0;
        margin-top: 0.5rem;
    }
    
    .TableMax 
    {
        width: 100%;
        height: 100%;
        margin-left:auto; 
        margin-right:auto;
        margin-bottom:auto;
        margin-top:auto;
       
    }
    
    td.td1b
        {
            border: thin solid #4b6c9e;
            border-width: 3px;
            background-color: #4b6c9e;
            font-size : 1.2em ;
            text-align: center;
            width: auto;
            height: 100%;
            color: #f4f4f4;
            border-radius: 10px;
        }
    
    td.td5
        {
            border: thin solid #6E6E6E;
            background-color: #c5c4c4;
            font-size : 1.2em ;
            text-align: center;
            width:auto;
            border-radius: 10px;
        }
    
    td.td2
        {
            /*border: thin solid #6E6E6E;
            background-color: #E6E6E6;*/
            font-size : 1.2em ;
            text-align: center;
            width:100%;
            border-radius:10px;
        }
    
    input.textbox3Center
    {
        border: 2px groove black;
        font-size:1.2em;
        height: auto; 
        width: 99.6%;
        height: 30px;
        text-align:center;
        background-color: #e5e8e8 ;
        color: black;
        border-radius: 10px;
    }
    
    input.buttonQuitterBIS2 
    {
        border: 2px groove white;
        min-height:50px;
        max-height:100%;    
        max-width: 100%;
        height: 100%; 
        width: 100%;  
        /*font-size : 1.2em ; */
        text-align:center;
        background-color: #4b6c9e;
        color: #f4f4f4;
        border-radius: 10px;
        
    }
    
    input.buttonQuitterBIS3 
{
    border: 2px groove white;
    min-height:35px;
    max-height:100%;    
    max-width: 100%;
    height: 100%; 
    width: 100%;  
    font-size : 0.7em ;
    text-align:center;
    background-color: #444;
    color: #f4f4f4;
    border-radius: 10px;
    
}

}

/* PAR MOI */

.TableMax 
{
    width: 100%;
    height: 100%;
    margin-left:auto; 
    margin-right:auto;
    margin-bottom:auto;
    margin-top:auto;
   
}

td.td1b
    {
        border: thin solid #4b6c9e;
        border-width: 3px;
        background-color: #4b6c9e;
        font-size : 1.2em ;
        text-align: center;
        width: auto;
        height: 100%;
        color: #f4f4f4;
        border-radius: 10px;
    }

td.td5
    {
        border: thin solid #6E6E6E;
        background-color: #c5c4c4;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        border-radius: 10px;
    }

td.td2
    {
        /*border: thin solid #6E6E6E;
        background-color: #E6E6E6;*/
        font-size : 1.2em ;
        text-align: center;
        width:100%;
        border-radius:10px;
    }

input.textbox3Center
{
    border: 2px groove black;
    font-size:1.2em;
    height: auto; 
    width: 99.6%;
    height: 30px;
    text-align:center;
    background-color: #e5e8e8 ;
    color: black;
    border-radius: 10px;
}

input.buttonQuitterBIS2 
{
    border: 2px groove white;
    min-height:50px;
    max-height:100%;    
    max-width: 100%;
    height: 100%; 
    width: 100%;  
    /*font-size : 1.2em ;*/
    text-align:center;
    background-color: #4b6c9e;
    color: #f4f4f4;
    border-radius: 10px;
    
}

input.buttonQuitterBIS3 
{
    border: 2px groove white;
    min-height:35px;
    max-height:100%;    
    max-width: 100%;
    height: 100%; 
    width: 100%;  
    font-size : 0.7em ;
    text-align:center;
    background-color: #444;
    color: #f4f4f4;
    border-radius: 10px;
    
}


