
#nav {
    display:flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: space-between;
}

#nav .titre_billetterie
{
    font-size : 26px;
    font-weight : bold;
    text-align: center;
    margin-top: 1em;
}

#nav .titre_billetterie a {
    text-decoration: none;
    color: #0bbbef;
}

#nav .moncompte {
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1em;
}

#nav .moncompte .fa {
    background-color: white;
    color: #0bbbef;
    padding: 10px;
}

#nav .moncompte  .fa-home {
    padding: 10px;
    transition: all .25s ease-in-out;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 8px;
}

#nav .moncompte  .fa-home:hover {
    background-color: white;
    color: #0bbbef;
    padding: 10px;
}

#nav .monCompte a i {
    font-size: 48px;
    position: relative;
}

#nav #accesPanier,
#nav #accesCompte,
#nav #accesConfig,
#nav #accesPass {
    display: flex;
    align-items: center;
    margin: 0 8px 8px;
    width: auto;
    text-align: center;
    padding: 8px;
    background-color: white;
    transition: .25s ease-out;
    color: #0bbbef;
    border: 1px solid #0bbbef;
}
#nav .moncompte .fa
#nav #accesPanier:hover,
#nav #accesCompte:hover,
#nav #accesConfig:hover,
#nav #accesPass:hover {
    text-decoration: underline;
}

#nav #accesPanier a,
#nav #accesCompte a,
#nav #accesConfig a,
#nav #accesConfig span,
#nav #accesPass {
    color: #0bbbef;
    text-decoration: none;
}

#nav #accesConfig {
    order:1;
}

#nav #accesPanier {
    order:2;
}

#nav #accesPass {
    order:3;
}

#nav #accesCompte {
    order:4;
}

#nav .titreMenuCompte,
#nav .titreMenuPanier,
#nav .titreMenuAdmin,
#nav .titreMenuPass {
    display: flex;
    flex-direction: row;
    margin:auto;
}

#nav .faPanier,
#nav .faCompte,
#nav .faClef, {
    margin: auto;
}

#nav .txtMenu {
    /*font-size: 1.1rem;*/
    line-height: 20px;
    padding-top: 20px;
    color: #0bbbef;
}
.txtMenu:hover{
    text-decoration: underline;
}

#nav .nomClientActuel {
    font-size: 17px;
    line-height: 18px;
    padding-top: 20px;
}

@media (min-width:768px) {
    #nav .moncompte {
        justify-content: center;
        margin-top: 1em;
    }

    #nav #accesCompte,
    #nav #accesPanier,
    #nav #accesConfig,
    #nav #accesPass {
        float: right;
        margin-right: 15px;
        margin-top: 0;
		width: 160px;
    }
}

@media (min-width:1024px) {
    #nav {
        display:flex;
        flex-direction: row;
        justify-content: space-between;
        /*align-items:flex-end;*/
        flex-wrap: wrap;
        margin-top: 1em;
    }

    #nav #accesCompte,
    #nav #accesPanier,
    #nav #accesConfig,
    #nav #accesPass {
        float: right;
        width: auto;
        margin: 15px;
    }
}
