header {
    background-color: #FFFFFF;
    float: left;
    padding-top: 1%;
    position:fixed;
    z-index: 999;
    width: 100%;
}
header a{
	float: left;
}
header a.lock {
    background-image: url("../images/locker.png");
    background-repeat: no-repeat;
    color: #999999;
    float: left;
    width: 26px;
    height: 26px;
    margin-top: -3px;
}
header a.help {
    background-image: url("../images/contact.png");
    background-repeat: no-repeat;
    color: #999999;
    float: left;
    width: 26px;
    height: 26px;
    border-left: 1px solid #e3e3e3;
    margin-top: -3px;
    padding-left: 10px;
}
header a.logo {
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    width: 25%;
    height: 15px;
}

header a.clientlogo {
    background-image: url("../images/cma-cgm.png");
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    width: 25%;
    height: 50px;

}

nav {
    margin: 0 auto;
    max-width: 986px;
}
.menu {
    float: left;
    margin: 0 3%;
    padding-top: 1%;
    width: 100%;
    height: 25px;
}
.menu li {
    display: block;
    float: left;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 10px;
    margin: 0 3% 0 0;
    text-transform: uppercase;
    width: auto;
}
.menu li a:hover, .menu li.selected a{
    color: #0077c0;
}
.menu li.selected, .menu li:hover{
    border-bottom: 4px solid #0077c0;
}
.menu li a {
    color: #999;    
    text-decoration: none;
}
.arrow {
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    height: 18px;
    margin-top: 1%;
    width: 4%;
}
.menu > input[type="submit"] {
    background-color: #FF6600;
    border-radius: 15px 15px 15px 15px;
    border-width: 0;
    box-shadow: -1px -1px 0 0 #999999;
    color: #FFFFFF;
    font-family: Roboto Condensed;
    font-size: 10px;
    font-weight: bold;
    height: 30px;
    text-shadow: 0 2px 0 #777777;
    width: 23%;
    padding-bottom: 1%;
    cursor: pointer;
}
.profile{
    float: left;
    font-family: Roboto Condensed;
    color: #999;
    padding-top: 1%;
    width: 100%;
}
.profile p {
    margin-right: 5px;
    font-size: 12px;
}
.profile img{
    float: left;
    margin: -20px 10px 0;
    width: 18%;
    display: none;
}
.profile span{
    color: #333;
}
.containerSubmenu{
    width: 100%;
    float: left;
    border-bottom: 1px solid #EBEBEB;
    background: url("../images/submenu.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.submenu{
    margin: 0 auto;
    max-width: 986px;
}
.submenu li{
    float: left;
    display: block;
    padding: 0.5% 1%;
    font-size: 14px;
}
.submenu li.selected{
    background-color: #e7e7e7;
}
.submenu li a{
    font-family: "roboto condensed";
    color: #777;
}

/** RESPONSIVE **/
@media only screen and (min-width: 400px) {
	header {
        width: 100%;
    }
    .profile {
        float: right;
        width: auto;
    }
    .menu li {
        font-size: 12px;
    }
    .menu > input[type="submit"] {
        font-size: 12px;
        height: 15px;
    }
}
@media only screen and (min-width: 500px) {
    .menu {
        width: 40%;
    }
}
@media only screen and (min-width: 600px) {
    .menu {
        width: 34%;
    }
    .menu li {
        font-size: 13px;
    }
    .profile img{
        display: block;
    }
}
@media only screen and (min-width: 700px) {
    header a.logo {
        height: 30px;
    }
    .menu li {
        font-size: 14px;
    }
}
@media only screen and (min-width: 800px) {
    header a.logo {
        height: 40px;
    }
    .menu {
        height: 56px;
        width: 39%;
    }
    .menu li {
        font-size: 18px;
        height: 52px;
    }
    .menu > input[type="submit"] {
        font-size: 14px;
        height: 20px;
    }
    .profile{
        width: 29%;
        margin-top: 1%;
    }
    .profile p {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1024px) {
    .menu li {
        font-size: 18px;
    }
    .slogan {
        font-size: 14px;
    }
    .menu > input[type="submit"] {
        font-size: 16px;
        height: 30px;
    }
}
@media only screen and (min-width: 980px) {
    .profile{
        margin-top: 0;
    }
}