/************************************************
##                                             ##
##                    HEADER                   ##
##                                             ##
*************************************************/

#header {
    position: relative;
    top:0;
    background-color:#fff;
    width:100%;
    height:80px;
    -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.20);
    -o-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.20);
    filter:progid:DXImageTransform.Microsoft.Shadow(color=rgba(0,0,0,0.20), Direction=180, Strength=7);
    z-index: 10;
}

#header .logo {
    display: block;
    width:154px;
    height:51px;
    background-image: url("../images/header_logo.png");
    line-height: 100;
    overflow: hidden;
    margin-top:17px;
}

#header .menu li {
    float:left;
    margin-left:8px;
    margin-right:8px;
}
#header .menu li a {
    display:block;
    height:10px;
    padding:33px 6px 37px 6px;
    font-family: 'Titillium Web', sans-serif;
    font-size:16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #474747;
    text-decoration: none;
}

#header .menu li a:hover, #header .menu li a.active {
    color:#282828;
    font-weight:500;
    height:7px;
    border-bottom:3px solid #db001b;
}



#search {
    display: inline-block;
    background-color:#d1001a;
    padding:6px 10px;
    border-radius: 18px;
    width:151px;
    margin-top:24px;
}

#search input {
    background-color:#d1001a;
    border:0;
    font-family: "Lato", sans-serif;
    font-size:12px;
    color:#ffffff;
    font-weight: 400;
    padding:0;
    margin:0;
    vertical-align: middle;
    width:100px;
    text-transform: uppercase;
}

#search .loupe {
    display: inline-block;
    height:20px;
    width:18px;
    background-image: url('../images/header_loupe.png');
    vertical-align: middle;
    margin-right:10px;
}

#header .social {
    display: inline-block;
    vertical-align: middle;
    padding-top:4px;
    margin-left:100px;
    margin-top:25px;
}

#header .social li {
    display: inline-block;
    margin-right:5px;
}

#header .social .fb {
    display: block;
    width:23px;
    height:23px;
    background-image: url('../images/header_fb.png');
}

#header .social .fb:hover {
    background-image: url('../images/header_fb_over.png');
}

#header .social .tw {
    display:block;
    width:23px;
    height:23px;
    background-image: url('../images/header_tw.png');
}

#header .social .tw:hover {
    background-image: url('../images/header_tw_over.png');
}

#tebesudchezvous {
    float:right;
    width:112px;
    height:44px;
    margin-top:17px;
    background-color:#db001b;
    border-radius:3px;
}

#tebesudchezvous img {
    margin-left:11px;
    margin-top:5px;
}

#tebesudchezvous_menu {
    display: none;
    position:absolute;
    right:0px;
    top:72px;
    width:201px;
    height:165px;
    background-color:#db001b;
    color:#fff;
    border-radius: 3px;
    -moz-box-shadow: 0px 2px 4px 0px #737373;
    -webkit-box-shadow: 0px 2px 4px 0px #737373;
    -o-box-shadow: 0px 2px 4px 0px #737373;
    box-shadow: 0px 2px 4px 0px #737373;
        filter:progid:DXImageTransform.Microsoft.Shadow(color=#737373, Direction=180, Strength=4);
    z-index:1000;
}

#tebesudchezvous_menu.grey {
    background-color:#646464;
}

#tebesudchezvous_menu:after {
    bottom:100%; 
    left:70%; 
    border:solid transparent; 
    content:" "; 
    height:0; 
    width:0; 
    position:absolute; 
    pointer-events:none; 
    border-color:rgba(219, 0, 27, 0); 
    border-bottom-color:#db001b; 
    border-width:7px; 
    margin-left:-7px;
}

#tebesudchezvous_menu.grey:after {
    border-bottom-color:#646464; 
}

#tebesudchezvous_menu li {
    font-family: "Lato", sans-serif;
    font-size:14px;
    font-weight:bold;
    margin-left:25px;
    margin-top:19px;
    padding-bottom:6px;
}

#tebesudchezvous_menu li .canal {
    font-size:18px;
}

.button_menu {
    display:none;
}
