
/**
 * Feuille de styles pour le menu Axial Finance
 */

@media print {
    #menu, #langbar {
        visibility: hidden;
    }
}

#menu-container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #627D8F;
    line-height: 20px;
}

ul#menu {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

#menu li {
    list-style-type: none;
}

#menu > li {
    /*background-color: #627D8F;*/
    float: left;
    padding: 0.2em 1.0em;
    position: relative;
}

#menu > li > a {
  text-transform: uppercase;
}

#menu > li:hover {
    background-color: #728D9F;
    transition: background-color ease 200ms;
}

#menu ul {
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    background-color: #728D9F;
    left: 0;
    border-left:   1px solid #829DAF;
    border-right:  1px solid #829DAF;
    border-bottom: 1px solid #829DAF;
}

#menu ul li {
    white-space: nowrap;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 150%;
    font-weight: normal;
}

#menu ul li:hover {
    background-color: #829DAF;
}

#menu ul li  a {
    display: block;
}

#menu a {
    text-decoration: none;
    color: #f9f9f9;
    transition: color ease 200ms;
}

#menu > li:hover > a {
    color: #D9E152;
    transition: color ease 200ms;
}

#menu ul li.separator {
    height: 0;
    padding: 0;
    border-bottom: 1px solid #829DAF;
}

.bandeau {
    box-sizing: border-box;
    background-color: white;
    height: 80px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 100;
}

#axialfinance-logo {
    position: absolute;
    left: 2px;
    top: 3px;
    width: 70px;
    height: auto;
}

#axialfinance-title {
    position: absolute;
    left: 86px;
    top: 20px;
    width: 388px;
    height: auto;
    max-width: 75%;
}

#subtitle {
    text-transform: uppercase;
    position: relative;
    left: 85px;
    top: 61px;
    color: #627D8F;
    font-weight: bold;
    font-size: 13px
}

#langbar {
    float:right;
    margin-top: 2px;
    margin-right: 2px;
    padding: 0.1em;
    text-align: center;
    font-size: 87%;
}

#langbar a {
    background-color: #CCCCCC;
    color: white;
    padding: 0.1em 1em;
    text-decoration: none;
    transition: background-color ease 200ms;
}

#langbar a.selected {
    background-color: #AAAAAA;
}

#langbar a:hover {
    text-decoration: none;
    background-color: #AAAAAA;
    transition: background-color ease 200ms;
}
