nav {
    background-color: white;
    height: 40px;
    width: 100%;
    position: fixed;
    display: flex;
    box-shadow: 0px 2px 2px #DDD;
    z-index: 100;
    text-transform: uppercase;
    justify-content: left;
}
nav header {
    height: 100%;
    width: auto;
    text-align: left;
    padding-top: 10px;
    padding-left: 20px;
    margin-right: 40px; 
}
.cliquable {
    cursor: pointer;
/*    height: 40px;*/
}
.cliquable:hover {
/*    background-color: #F2F2F2;*/
}
a {
    color: inherit;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
    margin-right: 10px;
}
nav a:hover {
    background-color: #F2F2F2;
}


.barre_spectacle {
    position: relative;
/*    text-align: left;*/
    box-shadow: 0px 0px 0px #EEE;
/*
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
*/
}
.barre_spectacle a{
    padding 5px;
    height: 20px;
}

.inactive {
    color: #DDD;
    cursor: default;
}
.inactive:hover {
    background-color: #FFF;
}

.active {
    background-color: #EEE;
    cursor: default;
}

#eg {
    display: none;
}