
div.topMenu {
    position: fixed; 
    top: 0; 
    left: 0;
    right: 0;
    /*text-align: center;*/
    z-index: 999;
    background-color: white;
    height: 3.75em;
    border-bottom: 1px solid #ddd;
}

.topMenuLogo {
    height: 3em;
    display: block;
    padding: 0 0 0 15px;
}

.topMenuLogoSociete {
    height: 2.5em;
    display: inline;
}

.topMenuItem {
    color: #303030;
    display: inline-block;
    text-decoration: none !important;
    text-align: center; 
    text-transform: uppercase;
    font-size: larger;
}

.topMenuIconSize  {
    font-size: 1.2em;
}

a.topMenuIconItem:hover, a.topMenuTextItem:hover {
    color:#00B5A3;
}

a.topMenuIconItem.logged {
    color:#00B5A3;
}

@media screen and (min-width: 360px) and (max-width: 450px) {
    img.min-width1 {
        width: 130px;
    }
    img.min-width2 {
        width: 75px;
    }
}

@media screen and (max-width: 359px) {
    img.min-width1 {
        width: 110px;
    }
    img.min-width2 {
        width: 65px;
    }
}
