/* --------------------------------------------------
    
    HEADER
    
-------------------------------------------------- */

#header {
    margin-bottom: 66px;
    background-color: #fff;

    border-bottom: 1px solid #c3c3c3;

    z-index: 10;
}
.home #header {
    margin-bottom: 0;
}

#header > .wrap {
    padding-top: 0px;
    padding-left: 315px;
    padding-bottom: 15px;
    position: relative;
}
#header > .wrap:after {
    content: '';
    display: block;
    clear: both;
}


/* -------------------------
    LOGO
------------------------- */

#header .logo {
    width: 210px;
    float: left;
    margin-left: -295px;
}
#header .logo a {
    height: 0;
    display: block;
    overflow: hidden;
    padding-bottom: 28.57142%;

    text-indent: 100%;
    white-space: nowrap;

    /*background-size: 210px 60px;*/
    background-image: url(img/logo.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.no-svg #header .logo a {
    background-image: url(img/logo.jpg);
}


/* -------------------------
    MENU
------------------------- */

#header .menu {
    margin: 0;
    padding: 0;
    list-style: none;

    position: absolute;
    left: 315px;
    /*right: -120px;*/
    top: 31px;

    font-family: 'Karla', sans-serif;
    font-weight: 400;

    line-height: 20px;
    text-transform: uppercase
}

#header .menu li {
    float: left;
    margin-right: 2em;
    margin-bottom: 0;
}
#header .menu li:last-child {
    margin-right: 0;
}
#header .menu li.contact-menu{
    display: none;
}
#header .menu li a {
    position: relative;
    text-decoration: none;

    font-size: 12px;
}

#header .menu li a:hover,
#header .menu-bis a:hover,
#header .menu li.current-menu-item a,
#header .menu-bis li.current-menu-item a{
    background-color: #bfffe1;
}

@media only screen and (max-width:1060px) {
    #header .menu {
        display: none;
    }
    #header > .wrap{
        padding-left:20px; 
    }
    #header .logo{
        float: none;
        margin: 0 auto;
    }
}

/* -------------------------
    MENU BIS
------------------------- */

#header .menu-bis{
    padding: 0;
    width: 142px;
    
    position: absolute;
    right: 10px;
    top: 23px;

    list-style: none;
    text-transform: uppercase;
}

#header .menu-bis li{
    width: 60px;
    margin-bottom: 0;

    float: left;

    line-height: 1.4;
}

#header .menu-bis a{
    text-decoration: none;

    font-size: 10px;
}





/* --------------------------------------------------
    
    TOPBAR
    
-------------------------------------------------- */

#topbar {
    background-color: #faf7f5;
}

.topbar-container{
    padding: 0.8em 0 0.8em 310px;

    font-weight: 400;
    font-size: 10px;
    line-height: 2em;
    text-transform: uppercase;
}
.topbar-container:after {
    content: '';
    display: block;
    clear: both;
}

#topbar a {
    text-decoration: none;
}
#topbar a:hover {
    text-decoration: underline;
}

#topbar ul {
    margin: 0;
    padding: 0;
    list-style: none;

    float: left;
}
#topbar ul li {
    margin: 0 1.2em 0 0;
    float: left;
}

@media
only screen and (max-width:1060px)
{
    .topbar-container{
        padding-left: 0px;
    }
}

/* -------------------------
    LANGUAGES
------------------------- */

#topbar .languages {
    margin-left: -293px;
}
.languages a {
    color: #87898c;
}
#topbar .languages a.current{
    color: #000;
    text-decoration: underline;
}

/* -------------------------
    FOLLOWUS
------------------------- */


#topbar .followus li.newsletter:after {
    content: '/';
    margin-left: 1.2em;
}

/* -------------------------
    RECHERCHE
------------------------- */

.search_container{
    float: right;
    margin-left: 30px;
}
.search_container input[type="text"]{
    width: 200px;
    margin: 0;
}


@media only screen and (max-width:1060px) {
    #topbar .followus,
    #topbar .languages,
    #topbar .search_container,
    #header .menu-bis {
        display: none;
    }

    #topbar .followus li.newsletter:after {
        display: none;
    }
    #topbar .followus ul li a{
        display: block;
    }

    
}


/* -------------------------
    SUPPORTUS
------------------------- */

.supportus {
    float: right;

    color: #ff3f43;
}
