/* Submenu
 * --------
 * Adds style for the secondary menu in the header
 */
#overlay_second-nav {
    background: url(../images/css/overlay.png);
    position: absolute;
    top: 39px;
    z-index: 3;
    display: none;
}

.header .second-nav {
    position: relative; float : right;
    clear: right;
    margin-top: 10px;
    margin-right: 1px;
    float: right;
}

.header .second-nav li {
  display: inline-block;
  margin: 0 0 0 0px;
  padding: 13px 10px 14px;
  height: 12px;
  background-color: #bfbfbf;
}
.header .second-nav .menu .sousmenu, .header .second-nav .menu .default, .header .second-nav .menu .leaf {
  position: relative;
  border-left: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.header .second-nav .menu .leaf {
  background: #f5f5f5 url(/sites/all/themes/carrefourcom/images/css/right-top-menu-bg.png) top left no-repeat;

  border: 1px solid #d3d3d3;
  height: 11px;
  padding: 11px 20px 16px;
}
.header .second-nav .menu .leaf a:hover {
  color: #3678B8;
}


.header .second-nav .menu .leaf a {
  color: #2668A8;
  font-weight: bold;
}
.header .second-nav li.last {
    margin: 0;
}

.header .second-nav > ul > li+li {
    xxxbackground: url(../images/css/sep_sndnav.png) no-repeat 0 center;
}

.header .second-nav li a {
    color: #555555;
    font-size: 1.3em;
}

.header .second-nav li:hover a {
    text-decoration: none;
}

.header .second-nav > ul.menu {
  float: left;
}

.header .second-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header .second-nav ul .sous-menu li {
    padding: 0;
    vertical-align: top;
    color: #FFF;
    float: left;
    padding: 10px 8px 12px 8px;
}
.no-js .header .second-nav ul .sous-menu li {
    padding: 0;
    float: none;
    white-space: nowrap;
}

.header .second-nav li a {
    text-decoration: none;
    display: inline;
    text-align: center;
}

.header .second-nav li a span {
    color: #FFF;
    font-weight: bold;
    display: inline;
    float: left;
}


.header .second-nav .title {
    background: #58a8da;
    color: #FFF;
    padding: 19px 25px;
    text-align: left;
    font-family: 'omnes-pro', Arial;
    font-weight: 500;
    font-size: 2.2em;
    letter-spacing:1px;
    margin-top: 7px;
    min-width:100px;
}
.header .second-nav .title a {
    color: #fff;
}

.header .second-nav li .sous-menu {
    clear: both;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 3;
    top: 33px;
    left: 10px;
    background: transparent url("../images/css/sub_menu_top.png") no-repeat 45px 0px;
    display: none;
    border-bottom: 3px solid #58a8da;
}
.header .second-nav li:nth-last-child(2) .sous-menu,
.header .second-nav li:nth-last-child(1) .sous-menu {
    left: auto;
    right: 10px;
}

.header .second-nav .sous-menu > ul {
    padding: 10px 5px;
    background: #fff;
}
.header .second-nav .sous-menu > ul li {
    background: url(../images/css/puce-navigation.png) no-repeat 12px 9px;
    display: block;
    height: 22px;
    padding: 5px 10px;
    padding-left: 24px;
}

.header .second-nav .sousmenu .sous-menu li a {
    color: #666;
    display: block;
    line-height: normal;
    padding: 5px 10px;
    padding-left: 24px;
    text-align: left;
}
