

.header-container {
    background-image: url(img/header-bg.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
header:after {
    content: '';
    display: block;
    clear: both;
}
/* --------------------------------------------------
    
    LOGO
    
-------------------------------------------------- */


.logo a {
    display: inline-block;
    width: 519px;
    height: 156px;

    background-image: url(img/logo-group-black.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;

    text-indent: -5000px;
}

header .logo {
    padding-right: 20px;
    padding-top: 14px;
    padding-left: 20px;

    text-align: center;
}

/* --------------------------------------------------

    MENU

--------------------------------------------------- */

.menu-container {
    width: 100%;
    height: 61px;
    background-color: #fff;

    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.main-menu {
    max-height: 61px;
    /*padding-top: 19px;
    padding-bottom: 19px;*/
    text-align: center;
    box-sizing:border-box;
}

.mobile_menu_btn {
    display: none;
    width: 50px;

    background-color: #292929;

    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;

    text-indent: -5000px;

}

.mobile_menu_btn:before, .mobile_menu_btn:after {
    content: '';
    display: block;
    width: 18px;
    border: 0 solid #FFF;
    position: absolute;
    top: 50%;
    left: 16px;
}

.mobile_menu_btn:before {
    height: 10px;
    border-width: 2px 0;
    margin-top: -7px;
}
.mobile_menu_btn:after {
    height: 7px;
    border-width: 2px 0 0;
    margin-top: -1px;
}

.menu-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu-container ul li {
    /*margin-right: 70px;*/


    display: inline-block;
}

.menu-container ul li:last-child {
    margin-right: 0;
}



.menu-container a {
    color: #4B565A;
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none;
}

.main-menu ul {
    display: inline-block;
    text-align: center;
}
.main-menu ul li {
    position: relative;
}


.main-menu > ul li a {
    display: block;
    padding-top: 19px;
    padding-bottom: 18px;
    padding-right: 35px;
    padding-left: 35px;
}
.main-menu > ul > li:hover > a {
    position: relative;
    background-color: #e9e9e1;
}
.main-menu > ul > li:hover > a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e9e9e1;
    position: absolute;
    z-index: 13;
    top: 100%;
    left: 50%;
}

.main-menu > ul > li:hover .sub-menu {
    display: block;
}

.main-menu .sub-menu {
    display: none;
    width: 100%;

    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 12;

    background-color: #D5D6D0;
}
.main-menu ul.sub-menu li {
    float: none;
}
.main-menu ul.sub-menu li a {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;

    text-align: center;
}

.main-menu ul.sub-menu li:hover a, .main-menu ul.sub-menu li.current-menu-item a {
    background-color: #e9e9e1;
}

.main-menu ul.sub-menu li:hover > a:before{
    display: none;
}

.main-menu form {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 40px;
    padding-right: 50px;
    float: left;
}
.main-menu form input {
    display: none;
    margin-right: 10px;
    float: left;
}
.main-menu form button {
    display: block;
    height: 16px;
    width: 16px;
    margin-top: 5px;

    float: left;

    border: none;

    background-image: url(img/loupe.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;

    text-indent: -5000px;
}



/* -------------------------
    SOCIAL
------------------------- */

.social {
    max-height: 61px;
    margin-left: 61px;
    padding-right: 70px;
    /*padding-top: 19px;*/
    padding-top: 21px;
    padding-bottom: 19px;
    
    box-sizing:border-box;

    float: right;
    background-color: #242D34;

    position: relative;
}

.menu-container .social:before {
    content:'';
    width: 0;
    height: 0;
    border-bottom: 61px solid #242D34;
    border-left: 39px solid transparent;

    position: absolute;
    top: 0;
    right: 100%;
}

.menu-container .social-menu {
    float: left;
}

.menu-container .social-menu li {
    margin-right: 20px;
}
.menu-container .social-menu a {
    display: block;
    height: 21px;
    width: 21px;

    background-image: url(img/facebook.png);
    background-position: 0 0;
    background-repeat: no-repeat;

    text-indent: -5000px;
}

.menu-container .social-menu .twitter{
    background-image: url(img/twitter.png);
    background-position: 0 2px;
}
.menu-container .social-menu .instagram{
    background-image: url(img/instagram.png);
}
.menu-container .social-menu .youtube{
    background-image: url(img/youtube.png);
    background-position: 0 3px;
}
.menu-container .social-menu .rss{
    background-image: url(img/rss.png);
}

.social > a {
    margin-left: 10px;
    margin-right: 60px;

    color: #E9E9E1;
    float: left;
}



/* --------------------------------------------------
    
    FORMULAIRE DE RECHERCHE
    
-------------------------------------------------- */

.search-from {
    width: 100%;
    max-width: 280px;

    position: fixed;
    top: 0;
    bottom: 0;
    right: -280px;
    z-index: 10;

    background-color: pink;
}
.search-fade {
    display: none;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 10;

    cursor: pointer;
}



.language-switcher {
    display: inline-block;

    position: relative;
}
.language-switcher span {
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding-top: 19px;
    padding-bottom: 18px;
    padding-right: 20px;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 12px;
}
.language-switcher:hover span {
    background-color: #D5D6D0;
    cursor: pointer;
}

.main-menu ul.languages {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 12;
    padding-top: 10px;
    background-color: #D5D6D0;
}
.language-switcher:hover ul.languages {
    display: block;
}
.main-menu ul.languages li{
    float: none;
}
.main-menu ul.languages li a {
    display: block;
    min-width: inherit;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    text-align: center;
}
.main-menu ul.languages li a:hover {
    background-color: #e9e9e1;
}



@media only screen and (max-width:1700px) {
    .inner-logo {
        width: 165px;
        height: 186px;

        background-size: 100%;

        position: relative;
        z-index: 4;
    }
    .menu-container a {
        font-size: 16px;
    }
    .menu-container {
        width: auto;
    }
}
@media only screen and (max-width:1560px) {
    .menu-container {
        position: relative;
        padding-right: 0px;
    }
    .social {
        position: absolute;
        top: 0;
        right: -411px;
        /*margin-right: -411px;*/
        padding-left: 20px;
    }
    .social:after {
        content: '';
        display: block;

        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-right: 10px solid #FFF;
        border-bottom: 5px solid transparent;

        position: absolute;
        left: -7px;
        top: 27px;

        cursor: pointer;
    }
}

@media only screen and (max-width:1265px) {
   .main-menu > ul li a {
        min-width: 150px;
        
        padding-right: 15px;
        padding-left: 15px;

    }
}

@media only screen and (max-width:1125px) {
    .social {
        display: none;
    }
    .brands-head {
        display: none;
    }

    .main-menu {
            position: fixed;
            top: 0;
            bottom: 0;
            right: -280px;
            z-index: 12;
            width: 280px;
            background-color: #292929;
            max-height: 100%;
            overflow: auto;

    }
    .main-menu ul, .main-menu ul li {
        float: none;
    }
    .main-menu ul.sub-menu li a, .main-menu > ul > li:hover > a {
        color: #292929;
    }
    .main-menu form input {
        display: block;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing:border-box;
    }
    .menu-container a {
        color: #FFF;
        font-size: 19px;
        text-transform: uppercase;
        text-decoration: none;
    }
    .main-menu form button {
        display: none;
    }
    .main-menu > ul li a {
        padding-right: 15px;
        padding-left: 15px;
    }
    .instruments-wrapper {
       /* margin-top: -145px!important;*/
    }
    .mobile_menu_btn {
        display: block;
    }
    .menu-container ul li {
        display: block;
    }
    .language-switcher {
        float: none;
    }
    .language-switcher span {
        color: #FFF;
    }
     .main-menu ul.languages li a {
        color: #292929;
    }
}

@media only screen and (max-width:1010px) {
    .instruments-wrapper {
        margin-top: 20px!important;
    }
    .inner-logo {
        margin-left: auto;
        margin-right: auto;
    }
}


@media only screen and (max-width:519px) {
    .logo a {
        width: 100%;
        height: 0;
        padding-top: 24%;
    }
}



/* --------------------------------------------------
    
    BRANDS
    
-------------------------------------------------- */

.brands-head {
    /*background-color: #242D34;*/
}
.brands-head .brands {
    padding-bottom: 20px;
}










