header{
    position: relative;
    width: 100%;
    height: 150px;
    background-image: url(image/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
span.textheader{
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 20px;
}
ul{
    background-color: rgb(31, 31, 31);
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li{
    text-align: center;
    display: block;
}
li:hover{
    transition: all 0.3s;
    background-color: #111;
}
.backdropDown{
    transition: none;
    background-color: #111;
}
li a span{
    display: inline-block;
    padding: 10px;
    width: 90%
}
.gold{
    color:#db9e4e
}
.shadgold{
    text-shadow: 2px 2px 7px rgb(141, 92, 0)
}
h1{
    color: #db9e4e;
    text-align: center;
}
.darkiosox{
    color: rgb(149, 149, 228);
}
body{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background-color: rgb(61, 61, 61);
    color: rgb(211, 211, 211);
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
    a{
        transition: all 0.5s;
        color: #db9e4e;
        text-decoration: none;
    }
    a:hover{
        transition: all 0.1s;
        text-shadow: 0px 0px 10px;
        color: #ffc06d;
    }
}
#top{
    text-align: center;
}
main{
    padding: 10px;
}
#regroupMenu{
    margin-top: 20px;
    text-align: center;
}
#epsilonLogo{
    max-width: 300px;
}
input{
    width: 100px;
    background-color: #db9e4e;
    border: 2px solid #db9e4e;
    border-radius: 5px;
    outline: none;
}
input:focus{
    transition: background-color 0.5s, border 0.5s;
    background-color: #ffc06d;
    border: 2px solid #503700;
}
table, th, td {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
}
th{
    color: #db9e4e;
    background-color: #00000080
}
tr:nth-child(odd){
    background-color: #00000034;
}
tr:hover{
    background-color: #0000005d;
    transition: all 0.1s;
}
.bttnreturn{
    font-weight: normal;
    color: #b6b6b6;
    text-shadow: none;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-style: solid;
    border-color:#000000;
    border-width: 1px;
    background-color: rgb(61 61 61);
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    transition: all 1s;
}
.bttnreturn:hover{
    color: black;
    background-color: #db9e4e;
    transition: all 0.2s;
    box-shadow: 0px 0px 10px black;
    
}
.marginSp{
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;
}
#fixedbutton{
    display: none;
}
@media only screen and (min-width: 600px){
    li{
        display: inline-block;
    }
    li a span{
        width: max-content;
        padding: 15px;
    }
    th{
        width: 200px
    }
    /* com1 & com 2 sont utilisés pour la taille des deux colonnes dans catégorie : Commandes */
    .com1{
        width: 350px;
    }
    .com2{
        width: 800px;
    }
    nav ul li a span{
        border-bottom: 2px solid;
        border-color: rgb(31, 31, 31);
    }
    nav ul li a span.active{
        transition: all 0.2s;
        border-bottom: 2px solid;
    }
    nav ul li a span:hover{
        transition: all 0.1s;
        border-bottom: 2px solid;
    }
    .bttnreturn{
        margin-top: 30px;
        margin-bottom: 30px;
        display: inline-block;
    }
    #fixedbutton{
        padding: 30px;
        display: inline-block;
        position: fixed;
        bottom: 10px;
        right: 30px;
        border-radius: 100%;
    }
}
@media only screen and (min-width: 1500px){
    #fixedbutton{
        padding: 30px;
        display: inline-block;
        position: fixed;
        bottom: 50%;
        right: 60px;
        border-radius: 100%;
    }
}