@charset "utf-8";
/* CSS Document */

header#entete {
    color: #b0b0b0;
    position: relative;
    height: 48px;
    z-index: 11;
}

header#entete a {
    color: #b0b0b0;
    text-decoration: none;
}

header#entete a:hover {
    color: #f4e8ba;
}

header#entete ul , header#entete ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header#entete .logo {
    background: url(../../img/layout/logo.png) no-repeat left top;
    text-indent: -90000px;
    position: absolute;
    left: 30px;
    top: 27px;
    z-index: 13;
}

header#entete .logo a {
    display: block;
    width: 276px;
    height: 58px;
}

header#entete .menu {
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5 linear;
    -o-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

header#entete .menu ul {
    margin: 0 135px 0 0;
}

header#entete .menu ul li {
    padding: 0 5px;
    text-align: center;
}

header#entete .menu ul li a span {
    text-transform: none;
}

header#entete .menu ul li>a {
    display: block;
    padding: 5px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

header#entete .menu ul li.eshop a {
    color: #f4e8ba;
    border-top: 1px dotted #f4e8ba;
    border-bottom: 1px dotted #f4e8ba;
}

header#entete .menu ul li .sous-menu {
    display: none;
}

header#entete .menu ul li .sous-menu {
    display: none;
    background: #151515;
    height: 250px;
    width: 100%;
    left: 0;
    text-align: center;
}

header#entete .menu ul li .sous-menu .slideshow {
    width: 80%;
    margin: auto;
}

header#entete .menu ul li#flavour_app_link_nav {
    display: none;
}

header#entete #flavour_app_link {
    display: block;
    width: 114px;
    height: 80px;
    position: absolute;
    top: -2px;
    right: 15px;
    background: url('../../img/layout/my_favourite_gelato.png');
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

header#entete #flavour_app_link:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

header#entete .mini-menu {
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    width: 100%;
    text-align: right;
    font-size: 0.90em;
}

header#entete .mini-menu ul li {
    display: inline-block;
    padding: 0 15px;
}
header#entete .mini-menu ul li.social {
    padding: 0 5px;
}

header#entete .langue {
    z-index: 13;
    font-size: 0.90em;
    position: relative;
    display: inline-block;
}

header#entete .langue .active {
    position: relative;
    border: 1px solid #b0b0b0;
    padding: 0 7px;
    width: 42px;
    display: block;
    line-height: 24px;
    cursor: pointer;
}

header#entete .langue i {
    position: absolute;
    top: 5px;
    right: 5px;
}

header#entete .langue .hide {
    display: none;
}

header#entete .langue ul {
    display: none;
    border-left: 1px solid #b0b0b0;
    border-right: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
    position: absolute;
    top: 25px;
    background: #010101;
}

header#entete .langue ul li {
    white-space: nowrap;
    width: 40px;
    text-align: left;
}

header#entete .langue ul li a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

header#entete .langue ul li:hover {
    background: #f4e8ba;
}

header#entete .langue ul li:hover a {
    color: #000000;
}

header#entete .langue ul li a {
    display: block;
    padding: 5px 16px 5px 7px;
}

@media screen and (max-width:640px) {
    header#entete .logo {
        margin-top: 50px;
    }

    header#entete .langue {
        width: auto;
        position: absolute;
        top: 75px;
        left: 10px;
    }

    header#entete .mini-menu {
        position: absolute;
        top: 75px;
        left: 55px;
        text-align: left;
        z-index: 12;
        width: auto;
    }

    header#entete .mini-menu ul li {
        padding: 0 5px;
    }

    header#entete .langue {
        position: absolute;
        top: 73px;
        left: 10px;
    }

    header#entete .langue:hover ul {
        left: 0;
        text-align: left;
    }

    header#entete .langue:hover ul li {
        text-align: left;
    }
}

@media screen and (max-width:1100px) {
    header#entete {
        height: auto;
    }

    header#entete .logo {
        position: relative;
        top: 0;
        left: 0;
        margin: 15px;  
        width: 276px;
    }
    

    header#entete #flavour_app_link {
        display: none;
        width: 114px;
        height: 80px;
        position: absolute;
        top: -2px;
        right: 15px;
        background: url('../../img/layout/my_favourite_gelato.png');
    }

    header#entete .menu {
        position: relative;
        bottom: 0;
        right: 0;
        height: auto;
        text-align: right;
        z-index: 12;
        padding: 0 0 10px 0;
    }

    header#entete .menu .menu-mobile {
        display: inline-block;
        cursor: pointer;
        border: 1px solid #b0b0b0;
        padding: 0 7px;
        line-height: 24px;
    }

    header#entete .menu > ul {
        display: none;
        margin: 0;
    }

    header#entete .menu.active > ul {
        display: block;
        background: #000;
    }

    header#entete .menu ul li a {
        color: #f4e8ba;
    }

    header#entete .menu ul li a:hover {
        color: #000;
        background-color: #f4e8ba;
    }

    header#entete .menu ul li .slide .cycle-slide:hover a:hover {
        background: none;
    }

    header#entete .menu ul li.ssmenu-active .sous-menu {
        position: relative;
    }
    
    header#entete .menu ul li#flavour_app_link_nav {
        display: block;
    }
}

@media screen and (min-width:641px) and (max-width:1100px) {
    header#entete .mini-menu {
        position: absolute;
        top: 15px;
        right: 82px;
    }

    header#entete .langue:hover ul {
        right: 0;
    }

    header#entete .langue {
        position: absolute;
        top: 13px;
        right: 10px;
    }
}

@media screen and (min-width:1101px) {
    header#entete .menu .menu-mobile {
        display: none;
    }

    header#entete .menu {
        position: absolute;
        bottom: -73px;
        right: 0;
        height: 73px;
        padding-top: 20px;
        background: rgba(0,0,0,0.70);
        width: 100%;
        text-align: right;
        z-index: 12;
    }

    .ie8 header#entete .menu {
        background: #000;
    }

    header#entete .menu ul li {
        display: inline-block;
        margin: 0 15px;
        height: 53px;
        border-bottom: 4px solid transparent;
    }

    header#entete .menu ul li.active {
        border-bottom: 4px solid #f4e8ba;
    }

    header#entete .menu ul li.ssmenu-active a {
        color: #f4e8ba;
    }

    header#entete .menu ul li.ssmenu-active .sous-menu {
        position: absolute;
        top: 73px;
    }

    header#entete .mini-menu {
        position: absolute;
        top: 15px;
        right: 100px;
    }

    header#entete .langue {
        position: absolute;
        top: 13px;
        right: 38px;
    }

    header#entete .langue:hover ul {
        right: 0;
    }

    header#entete .menu ul li .sous-menu .prev {
        left: 70px;
    }

    header#entete .menu ul li .sous-menu .next {
        right: 70px;
    }

    .menufixed header#entete .menu {
        position: fixed;
        top: 0;
        width: 100%;
        background: rgba(0,0,0,1);
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        
    }

    .menufixed header#entete .logo {
        background: url(../../img/layout/logo2.png) no-repeat left top;
        width: 60px;
        height: 46px;
        position: fixed;
        top: 10px;
    }

    .menufixed header#entete .logo a {
        width: 60px;
        height: 46px;
    }
}

@media screen and (max-width:1300px) {
    header#entete .menu ul li {
        margin: 0;
    }

    header#entete .menu ul li .sous-menu .prev {
        left: -10px;
    }

    header#entete .menu ul li .sous-menu .next {
        right: -10px;
    }
}

@media screen and (max-width:1600px) {
    header#entete {
        min-height: 75px;
    }
}
