﻿#header{
    width: 100%;
    position: relative;
}

#header .header-inner{
    padding:  0;
    width: 1100px;
    margin: 0 auto;
    min-height: 100px;
}

nav h4{
    text-transform: uppercase;
    color: #fff;
}

nav a:link, nav p, nav a:hover, nav a:visited{
    color: #fff;
}

#header .header-inner a.logo{
    display: inline-block;
    width: 315px;
    height: 110px;
    background: url(../img/Logo.png) no-repeat 0 -25px;
}

#header .header-inner a.logo img{
    display: none;
}

/*---- SEARCH TOOL ----*/


#header .search-header{
    width: 275px;
    height: 40px;
    top: 40px;
    float: right;
    right: 0;
    background-color: #b3b3b3;
    position: relative;
}

.search-icon-header button{
    padding: 0 10px;
    position: absolute;
    right: 0;
    background: none;
    border: none;
    line-height: 40px;
    width: 20%;
    top: 0;
    color: #0075BC;
    font-size: 17px;
	min-width: auto !important;
 } 

.search-field-header input{
    margin-top: 7px;
    padding: 2px 0px 0px 10px;
    line-height: 20px;
    border: none;
    width: 80%;
    background-color: #b3b3b3;
    color: #fff;
    font-size: 15px;
}

/*---- NAV ----*/

nav .menu-outils{
    background: url(../img/bg-nav-gradient.png) repeat-x #adadad;
    position: relative;
}
nav li.n-about:hover .nav-select, nav li.n-bollore:hover .nav-select{
    display: block;   
}

nav .nav-select{
    position: absolute;
    display: none;
    width: 274px;
    height: 18px;
    border-top: 4px solid #0075BC;
    z-index: 200;
    bottom: -19px;
    background: url(../img/nav-arrow.png) no-repeat 50% -4px;
}

nav li.n-about>a::before{
    content: url(../img/n-about-icon.png);
    vertical-align: middle;
    padding-right: 5px;
    margin-left: -10px;
}

li.n-bollore>a::before{
    content: url(../img/n-sdv-you-icon.png);
    vertical-align: middle;
    padding-right: 5px;
    margin-left: -10px;
}

li.n-langue>a::before{
    content: url(../img/n-langue-icon.png);
    vertical-align: middle;
    padding-right: 5px;
    margin-left: -10px;
}

li.n-follow>a::before{
    content: url(../img/n-follow-icon.png);
    vertical-align: middle;
    padding-right: 5px;
    margin-left: -10px;
}    

nav .menu-principal{
    background-color: #555555;
    border-top: 1px solid #fff;
}

.menu-outils>ul, .menu-principal>ul{
    width: 1100px;
    margin: 0 auto;
    border-right: 1px solid #999;
}

.menu-outils>ul>li, .menu-principal>ul>li{
    display: inline-block;
    width: 25%;
    border-left: 1px solid #999;
}

.menu-outils>ul>li>a, .menu-principal>ul>li>a{
    display: block;
    text-decoration: none;
    line-height: 33px;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
}

.menu-outils>ul>li:hover{
    background-color: #555;   
}

.menu-principal>ul>li>a:hover{
    background-color: #666;   
}

/** SUB-MENU **/

.sub-menu{
    width: 100%;
    background-color: #616161;
    border-top: 1px solid #fff;
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    z-index: 100;
}

.sub-menu-container{
    max-width: 1100px;
    margin: 0 auto;
    padding: 35px 0 35px 20px;
    overflow: auto;
    position: relative;
}

.sub-nav-left, .sub-nav-right{
    float: left;
}

.sub-nav-left{
    width: 40%;
    margin-right: 5%;
}
.sub-nav-right{
    margin-top: 35px;
    width: 55%;
}

.sub-nav-right li{
    float: left;
    text-align: center;
    margin-bottom: 2px;
    padding-left: 2px
}

.sub-menu-about li{
   width: 50%;
}

.sub-menu-bollore li{
   width: 33.333%;
}
.sub-menu-follow, .sub-menu-langue{
    border-top: 1px solid #fff;
    height: auto;
    display: none;
    position: absolute;
    z-index: 100;
    width: 274px;
}

.sub-menu-langue li a{
    width: 33.333%;
    background-color: #0d62ad;
    float: left;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
}

.sub-menu-follow{
    background-color: #0d62ad;
}

.sub-menu-follow li a{
    width: 25%;
    height: 45px;
    float: left;
}

.n-follow .sub-menu-follow li a:hover, .n-langue .sub-menu-langue li a:hover{
    background-color: #014780;   
}

.sub-menu-follow a[title="YouTube"]{
	background:url(../img/youtube-icon.png) no-repeat 50% 50%;
}

.sub-menu-follow a[title="Weibo"]{
	background:url(../img/weibo-icon.png) no-repeat 50% 50%;
}


.sub-menu-follow a[title="Twitter"]{
	background:url(../img/tweeter.png) no-repeat 50% 50%;
}

.sub-menu-follow a[title="LinkedIn"]{
	background:url(../img/in.png) no-repeat 50% 50%;
}

.sub-menu-follow a[title="Google+"]{
	background:url(../img/gplus.png) no-repeat 50% 50%;
}


.sub-menu-langue li:nth-child(odd) a, .sub-menu-langue li:nth-child(4n+4) a, .sub-menu-follow li:nth-child(odd) a{
    background-color: #0075BC;  
}

.sub-nav-right li a{
    display: block;
    line-height: 47px;
    background-color: #818181;
    font-size: 15px;
}

.sub-nav-right li a:hover{
    background-color: #0075BC;   
}

/*------------------------------------------------------------ MEDIA QUERIES - 1200PX --------------------------------------------------------------------*/


@media screen and (max-width: 1200px)
{

#header .header-inner{
    padding: 0px 0px;
    max-width: 1024px;
    min-width: 640px;
    width: auto;
}
    
    nav .nav-select{
    width: 25%;
    }
    
    .menu-outils>ul, .menu-principal>ul{
        width: auto;
    max-width: 1024px;
    position: relative;
    }
    
    .menu-outils>ul>li>a, .menu-principal>ul>li>a{
    font-size: 14px;
    }
    
    .sub-menu-container{
    max-width: 1024px;
    padding: 35px 5% 35px 5%;
    }
    
    .sub-menu-follow, .sub-menu-langue{
    width: 25%;
    }

.n-about 
{
	width:30% !important;
}
.n-about h4
{
	white-space: nowrap;
}

.n-langue
{
	width:20% !important;
}

}

/*------------------------------------------------------------ MEDIA QUERIES - 800PX --------------------------------------------------------------------*/

@media screen and (max-width: 800px)
{
#primary_nav_wrap {
   
    background-color: #0075BC;
    color:white;
}
#primary_nav_wrap ul {
    list-style:none;
    position:relative;
    float:left;
    margin:0;
    padding:0;
    background-color: #0075BC;
    width:60px;
    height:50px;
    z-index:999;
}
#primary_nav_wrap ul a {
    display:block;
    color:white;
    text-decoration:none;
    font-weight:bold;
    font-size:12px;
    line-height:32px;
    padding-left: 20px;
    padding-top: 10px;
    font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif
}
#primary_nav_wrap ul li {
    position:relative;
    float:left;
    margin:0;
    padding:0;
    width:60px;
    height:50px;
    background-color: #0075BC;
    color:white;
}
#primary_nav_wrap ul li.current-menu-item {
    background:#2635FE;
}
#primary_nav_wrap ul li:hover {
    background:#2635FE;
}
#primary_nav_wrap ul ul {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background:#fff;
    padding:0;
}
#primary_nav_wrap ul ul li {
    float:none;
    width:60px;
    height:50px;
}
#primary_nav_wrap ul ul a {
    line-height:120%;
    padding:10px 15px
}
#primary_nav_wrap ul ul ul {
    top:0;
    left:100%
}
#primary_nav_wrap ul li:hover > ul {
    display:block
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.sub-menu-bollore li{    
    width: 50%;
}

.sub-menu-follow li:nth-child(odd) a{    
background-color: #0d62ad;   
}
    
    
.sub-menu-follow li:nth-child(4n+1) a, .sub-menu-follow li:nth-child(4n+4) a{
background-color: #0075BC;  
}    

.sub-menu-follow li a{
    width: 50%;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------*/
}