{
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
}
body {
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
.l-top-links {
    width: 100%;
}
.l-top-links .wrapper {
    height: 35px;
    padding-top: 6px;
}
@media only screen and (max-width: 768px) {
    .l-top-links .wrapper {
        height: auto;
        text-align: center;
        padding: 10px 0;
    }
}
.l-top-links .icon-links {
    float: left;
    width: 365px;
    padding-top: 2px;
    padding-left: 10px;
}
@media only screen and (max-width: 768px) {
    .l-top-links .icon-links {
        float: none;
        width: 100%;
    }
}
.l-top-links .icon-links li {
    float: left;
}
@media only screen and (max-width: 768px) {
    .l-top-links .icon-links li {
        float: none;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
    }
}
.l-top-links .call-now {
    float: left;
    padding-top: 4px;
    color: #fff
}
@media only screen and (max-width: 768px) {
    .l-top-links .call-now {
        float: none;
    }
}
.l-top-links .top-links {
    float: right;
    margin-right: 10px;
    padding-top: 4px;
}
@media only screen and (max-width: 768px) {
    .l-top-links .top-links {
        float: none;
        width: 100%;
    }
}
.l-top-links .top-links li {
    float: left;
    color: #fff;
}
.l-top-links .top-links li a {
    color: #fff;
}
.l-top-links .top-links li a:after {
    border-right: solid 1px#000;
}
.l-top-links .top-links li a:hover {
    color: #111;
}
@media only screen and (max-width: 768px) {
    .l-top-links .top-links li {
        float: none;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
    }
}
.l-header {
    /* background-color: #fff; */
}
.l-header .logo-and-search {
    height: 150px;
    padding-top: 0px;
}
@media only screen and (max-width: 768px) {
    .l-header .logo-and-search {
        height: auto;
        text-align: center;
        padding: 20px 0 5px;
    }
}
.l-header .logo-and-search .logo {
    float: left;
    margin-top: 5px;
    margin-left: 40px;
}
@media only screen and (max-width: 768px) {
    .l-header .logo-and-search .logo {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        float: none;
    }
}
.l-header .logo-and-search .logo a {
    display: block;
    width: 100%;
}
.l-header .logo-and-search .logo img {
    max-width: 100%;
    max-height: 100%;
    *width: 100%;
    *height: 100%;
	border: 1px solid #8e9196;
}
.l-header .logo-and-search .search-container {
    position: relative;
    float: right;
    margin-top: 0px;
    margin-right: 30px;
}
@media only screen and (max-width: 768px) {
    .l-header .logo-and-search .search-container {
        float: none;
        margin-top: 20px;
        margin-right: 0;
    }
}
.l-header .navigation-container {
    position: absolute;
    z-index: 99;
    height: 55px;
    background: #000;
}
@media only screen and (max-width: 768px) {
    .l-header .navigation-container {
        height: auto;
    }
}
.l-header .navigation-container .toggle-button {
    display: none;
    padding: 17px 15px 13px;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .l-header .navigation-container .toggle-button {
        display: block;
    }
}
.l-header .navigation-container .toggle-button span {
    float: left;
}
.l-header .navigation-container .toggle-button i {
    display: block;
    width: 25px;
    border-bottom: 4px solid #fff;
    margin-bottom: 4px;
}
.l-header .navigation-container .toggle-button b {
    float: left;
    margin-top: 2px;
    margin-left: 10px;
    font-size: .95em;
}
.l-header .navigation-container .home-link {
    float: left;
    width: 61px;
    height: 100%;
    text-align: center;
}
.l-header .navigation-container .home-link a {
    float: left;
    width: 55px;
    height: 100%;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-position: -90px -23px;
}
.l-header .navigation-container .home-link:hover {
    background: #e9c357;
	color:#000;
}
.l-header .navigation-container .home-link:hover a {
   background-position: -26px -23px;
}
@media only screen and (max-width: 768px) {
    .l-header .navigation-container .home-link {
        display: none;
    }
}
.l-header .navigation-container .navigation {
    width: 1100px;
    height: 100%;    
    background-color: #9ca1a5;
}
@media only screen and (max-width: 768px) {
    .l-header .navigation-container .navigation {
        display: none;
        width: 100%;
        height: auto;
        float: none;
        margin: 0 -1px;
    }
}
.l-header .navigation-container .navigation > li {
    float: left;
    height: 100%;
    padding: 20px 35px;
    text-align: center;
    border-left: 1px solid #fff;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    -o-transition: background 200ms ease;
    transition: background 200ms ease;
    color: #fff;
    text-transform: uppercase;
}
.l-header .navigation-container .navigation > li:first-child {
    /* border-left: 0; */
    /* padding: 20px 32px; */
}
.l-header .navigation-container .navigation > li:last-child {
    padding: 20px 33px;
}
.l-header .navigation-container .navigation > li > a,
.l-header .navigation-container .navigation > li > span {
	color: #fff;
}
@media only screen and (max-width: 768px) {
    .l-header .navigation-container .navigation > li {
        position: relative;
        width: 100%;
        text-align: left;
        float: none;
        padding: 15px 0;
        border-top: 1px solid #fff;
    }
    .l-header .navigation-container .navigation > li > span {
        margin-left: 15px;
    }
    .l-header .navigation-container .navigation > li > a {
        padding-left: 15px;
    }
    .l-header .navigation-container .navigation > li.has-child:after {
        content: '';
        background-image: url("../img/sprite.png");
        background-position: -51px -122px;
        background-repeat: no-repeat;
        position: absolute;
        right: 15px;
        top: 17px;
        width: 7px;
        height: 11px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .l-header .navigation-container .navigation > li.has-child.opened {
        background: #e7b50d;
        /* Old browsers */
        
        background: -moz-linear-gradient(top, #e7b50d 0%, #dc9919 100%);
        /* FF3.6-15 */
        
        background: -webkit-linear-gradient(top, #e7b50d 0%, #dc9919 100%);
        /* Chrome10-25,Safari5.1-6 */
        
        background: linear-gradient(to bottom, #e7b50d 0%, #dc9919 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e7b50d', endColorstr='#dc9919', GradientType=0);
        /* IE6-9 */
    }
    .l-header .navigation-container .navigation > li.has-child.opened::after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
.l-header .navigation-container .navigation > li:hover {
    /* background: #e9c357; */
	background-image:linear-gradient(#f6e1a7, #e9c357);
	color:#000;
}
.l-header .navigation-container .navigation > li:hover > a,
.l-header .navigation-container .navigation > li:hover > span {
    color: #000;
}
.l-header .navigation-container .navigation > li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 55px;
    width: 280px;
    background-color: #fff;
    /* background-color: rgba(0, 0, 0, 0.5); */
    text-align: left;
}
@media only screen and (max-width: 768px) {
    .l-header .navigation-container .navigation > li > ul {
        position: relative;
        left: 0;
        top: 15px;
        background-color: #5F6874;
    }
}
.l-header .navigation-container .navigation > li > ul > li {
    float: left;
}
.support-text {
    height: 55px;
    display: block;
    float: left;
    position: relative;
    color: #fff;
    margin-left: 15%;
    padding-top: 40px;
    margin-top: 5px;
    text-align: left;
}
@media only screen and (max-width: 768px) {
    .support-text {
        float: none;
        margin-right: 0;
        display: inline-block;
        margin-left: 20px;
    }
}
.support-text h2 {
    font-size: 20px;
    padding-top: 0px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
	text-align:center;
}
.support-text b {
   display: block;
   font-size: 18px;
   color: #999;
   margin-top: 10px;
   border-top: 1px solid #fff;
   padding-top: 10px;
}
.l-top-links {
    font-weight: bold;
    font-size: .8em;
}
.l-top-links .top-links li:not(:last-child):after {
    content: '|';
    margin: 0 5px;
}
.l-top-links .call-now span:before {
    content: '';
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 21px;
    height: 14px;
    margin-top: -4px;
    margin-right: 10px;
    background-image: url("../img/sprite.png");
    background-position: -57px -446px;
    background-repeat: no-repeat;
}
.l-top-links .icon-links li {
    width: 23px;
    height: 23px;
    margin-right: 1px;
}
.l-top-links .icon-links li.facebook-icon {
    width: 22px;
    background-image: url("../img/sprite.png");
    background-position: -1px -93px;
    background-repeat: no-repeat;
}
.l-top-links .icon-links li.twitter-icon {
    background-image: url("../img/sprite.png");
    background-position: -1px -47px;
    background-repeat: no-repeat;
}
.l-top-links .icon-links li.youtube-icon {
    background-image: url("../img/sprite.png");
    background-position: -1px -116px;
    background-repeat: no-repeat;
}
.l-top-links .icon-links li.gplus-icon {
    width: 22px;
    background-image: url("../img/sprite.png");
    background-position: -1px -24px;
    background-repeat: no-repeat;
}
.l-top-links .icon-links li.rss-icon {
    background-image: url("../img/sprite.png");
    background-position: 0 -70px;
    background-repeat: no-repeat;
}
.l-top-links .icon-links li.newsletter-icon {
    position: relative;
    width: 80px;
    overflow: visible;
    background-image: url("../img/sprite.png");
    background-position: -1px -1px;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
    .l-top-links .icon-links li.newsletter-icon {
        overflow: hidden;
    }
}
.l-top-links .icon-links .newsletter-form {
    position: absolute;
    left: 85px;
    top: 0;
    display: none;
    width: 250px;
    text-indent: 0;
}
.l-top-links .icon-links .newsletter-form input[type=text] {
    width: 200px;
    height: 22px;
    border: 0;
    background-color: #fff;
    padding: 0 10px;
}
.l-top-links .icon-links .newsletter-form input[type=submit],
.l-top-links .icon-links .newsletter-form input[type=button],
.l-top-links .icon-links .newsletter-form button {
    width: 45px;
    height: 22px;
    border: 0;
    background-color: #ccc;
    text-transform: capitalize;
}
.l-header .search-container h3 {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    letter-spacing: .2px;
    margin-bottom: 13px;
    line-height: 20px;
}
.l-header .search-container input[type=text] {
    width: 100%;
    height: 37px;
    padding-left: 10px;
    padding-right: 70px;
    border: 1px solid #d4d2d3;
    margin-right: 150px;
}
@media only screen and (max-width: 768px) {
    .l-header .search-container input[type=text] {
        width: 100%;
        margin-right: 0;
    }
}
.l-header .search-container input[type=submit],
.l-header .search-container input[type=button],
.l-header .search-container button {
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 60px;
    height: 30px;
    background-color: #e9c357;
    background-image: url("../img/sprite.png");
    background-position: -35px -229px;
    background-repeat: no-repeat;
    border: 0;
    -webkit-transition: background-color 500ms ease;
    -moz-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    cursor: pointer;
}
.l-header .search-container input[type=submit]:hover,
.l-header .search-container input[type=button]:hover,
.l-header .search-container button:hover {
    background-color: #1d1d1b;
}
.navigation-container .nav-euros > ul {
    padding: 15px 0 0 15px;
    cursor: default;
	margin-left: 24%;
}
@media only screen and (max-width: 768px) {
    .navigation-container .nav-euros > ul {
        padding: 15px 15px 0;
    }
}
.navigation-container .nav-euros > ul > li {
    width: 255px;
    padding: 5px;
    background-color: #fff;
}
@media only screen and (max-width: 768px) {
    .navigation-container .nav-euros > ul > li {
        width: 100%;        
        float: none;
    }
}
.navigation-container .nav-euros > ul > li h4 {
    height: 28px;
    font-weight: bold;
    font-size: 12px;
}
.navigation-container .nav-euros > ul > li h4:hover {
    height: 28px;
    font-weight: bold;
    font-size: 12px;
}
.navigation-container .nav-euros > ul > li h4 a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 8px;
    color: #1d1d1b
}
.navigation-container .nav-euros > ul > li h4 a:hover {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 8px;
    color: #e9c357
}

.navigation-container .nav-euros > ul > li ul {
    text-transform: capitalize;
}
.navigation-container .nav-euros > ul > li ul a {
    color: #000;
    font-size: 14px;
}
.navigation-container .nav-euros > ul > li ul li {
    margin-left: 5px;
    margin-top: 10px;
    padding-left: 10px;
    background-image: url("../img/sprite.png");
    background-position: -65px -325px;
    background-repeat: no-repeat;
    font-size: .85em;
}
.navigation-container .nav-euros img {
    float: right;
    margin: 10px;
}
@media only screen and (max-width: 768px) {
    .navigation-container .nav-euros img {
        display: none;
    }
}
.navigation-container .nav-billets > ul {
    padding: 15px 0 0 15px;
    cursor: default;
	margin-left:36%;
}
@media only screen and (max-width: 768px) {
    .navigation-container .nav-billets > ul {
        padding: 15px 15px 0;
    }
}
.navigation-container .nav-billets > ul > li {
    width: 255px;
    padding: 5px;
    background-color: #fff;
}
@media only screen and (max-width: 768px) {
    .navigation-container .nav-billets > ul > li {
        width: 100%;        
        float: none;
    }
}
.navigation-container .nav-billets > ul > li h4 {
    height: 28px;
    font-weight: bold;
    font-size: 12px;
}
.navigation-container .nav-billets > ul > li h4:hover {
    height: 28px;
    font-weight: bold;
    font-size: 12px;
}
.navigation-container .nav-billets > ul > li h4 a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 8px;
    color: #1d1d1b
}
.navigation-container .nav-billets > ul > li h4 a:hover {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 8px;
    color: #e9c357
}
.navigation-container .nav-billets > ul > li ul {
    text-transform: capitalize;
}
.navigation-container .nav-billets > ul > li ul a {
    color: #000;
    font-size: 14px;
}
.navigation-container .nav-billets > ul > li ul li {
    margin-left: 5px;
    margin-top: 10px;
    padding-left: 10px;
    background-image: url("../img/sprite.png");
    background-position: -65px -325px;
    background-repeat: no-repeat;
    font-size: .85em;
}
.navigation-container .nav-billets img {
    float: right;
    margin: 10px;
}
@media only screen and (max-width: 768px) {
    .navigation-container .nav-billets img {
        display: none;
    }
}
.navigation-container .nav-timbres > ul {
    padding: 15px 0 0 15px;
    cursor: default;
	margin-left: 65%;
}
@media only screen and (max-width: 768px) {
    .navigation-container .nav-timbres > ul {
        padding: 15px 15px 0;
    }
}
.navigation-container .nav-timbres > ul > li {
    width: 240px;
    /* margin: 0 16px 16px 0; */
    padding: 5px;
    background-color: #fff;
}
@media only screen and (max-width: 768px) {
    .navigation-container .nav-timbres > ul > li {
        width: 100%;        
        float: none;
    }
}
.navigation-container .nav-timbres > ul > li h4 {
    height: 28px;
    color: #1d1d1b;
    font-weight: bold;
    font-size: 12px;
}
.navigation-container .nav-timbres > ul > li h4:hover {
    height: 28px;
    color: #86898e;
    font-weight: bold;
    font-size: 12px;
}
.navigation-container .nav-timbres > ul > li h4 a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 8px;
    color: #1d1d1b
}
.navigation-container .nav-timbres > ul > li h4 a:hover {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 8px;
    color: #e9c357
}
.navigation-container .nav-timbres > ul > li ul {
    text-transform: capitalize;
}
.navigation-container .nav-timbres > ul > li ul a {
    color: #000;
    font-size: 14px;
}
.navigation-container .nav-timbres > ul > li ul li {
    margin-left: 5px;
    margin-top: 10px;
    padding-left: 10px;
    background-image: url("../img/sprite.png");
    background-position: -65px -325px;
    background-repeat: no-repeat;
    font-size: .85em;
}
.navigation-container .nav-timbres img {
    float: right;
    margin: 10px;
}
@media only screen and (max-width: 768px) {
    .navigation-container .nav-timbres img {
        display: none;
    }
}
.navigation-container .nav-monnaie > ul {
    padding: 15px 0 0 15px;
    cursor: default;
	margin-left: 5%;
}
@media only screen and (max-width: 768px) {
    .navigation-container .nav-monnaie > ul {
        padding: 15px 15px 0;
    }
}
.navigation-container .nav-monnaie > ul > li {
    width: 255px;
    padding: 5px;
    background-color: #fff;
}
@media only screen and (max-width: 768px) {
    .navigation-container .nav-monnaie > ul > li {
        width: 100%;        
        float: none;
    }
}
.navigation-container .nav-monnaie > ul > li h4 {
    height: 28px;
    font-weight: bold;
    font-size: 12px;
}
.navigation-container .nav-monnaie > ul > li h4:hover {
    height: 28px;
    font-weight: bold;
    font-size: 12px;
}
.navigation-container .nav-monnaie > ul > li h4 a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 8px;
    color: #1d1d1b
}
.navigation-container .nav-monnaie > ul > li h4 a:hover {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 8px;
    color: #e9c357
}
.navigation-container .nav-monnaie > ul > li ul {
    text-transform: capitalize;
}
.navigation-container .nav-monnaie > ul > li ul a {
    color: #000;
    font-size: 14px;
}
.navigation-container .nav-monnaie > ul > li ul li {
    margin-left: 5px;
    margin-top: 10px;
    padding-left: 10px;
    background-image: url("../img/sprite.png");
    background-position: -65px -325px;
    background-repeat: no-repeat;
    font-size: .85em;
}
.navigation-container .nav-monnaie img {
    float: right;
    margin: 10px;
}
@media only screen and (max-width: 768px) {
    .navigation-container .nav-monnaie img {
        display: none;
    }
}
.navigation-container .nav-links {    
    position: relative;
}
.navigation-container .nav-links ul {
    width: 105% !important;
    padding: 15px 15px 0;
    border: 1px solid #ddd;
    background-color: #fff !important;
    cursor: default;
}
@media only screen and (max-width: 768px) {
    .navigation-container .nav-links ul {
        width: 100% !important;
    }
}
.navigation-container .nav-links ul li {
    float: none !important;
    width: 100%;
    height: 16px;
    background-image: url("../img/sprite.png");
    background-position: -65px -325px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: .75em;
    font-weight: bold;
}
.navigation-container .nav-links ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    color: #000;
}
.navigation-container .nav-promotions ul {
    padding: 15px 0 0 15px;
}
@media only screen and (max-width: 768px) {
    .navigation-container .nav-promotions ul {
        text-align: center !important;
    }
}
.navigation-container .nav-promotions ul li {
    width: 202px;
    height: 310px;
    padding: 13px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .navigation-container .nav-promotions ul li {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        float: none !important;
    }
}
.navigation-container .nav-promotions ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.navigation-container .nav-promotions ul li .promotion-image {
    width: 176px;
    height: 180px;
    display: table-cell;
    vertical-align: middle;
}
.navigation-container .nav-promotions ul li .promotion-image img {
    max-width: 100%;
    max-height: 100%;
}
.navigation-container .nav-promotions ul li h4 {
    margin-bottom: 8px;
    color: #000;
    text-transform: none;
    font-size: .9em;
    font-weight: bold;
}
.navigation-container .nav-promotions ul li .promotion-price {
    color: #000;
    font-style: italic;
    font-weight: bold;
    border-top: 1px solid #e7e7e7;
}
.page-container .navigation-container .nav-promotions ul li .promotion-price {
    color: #000;
    font-style: italic;
    font-weight: bold;
    border-top: 1px solid #e7e7e7;
}
.navigation-container .nav-promotions ul li .add-to-cart {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-top: 5px;
    padding: 9px 16px;
    background-color: #1d1d1b;
    font-size: .8em;
    color: #fff;
    font-weight: 600;
}
.navigation-container .nav-promotions ul li .add-to-cart:hover {
    background-color: #e9c357;
}
.shop-now:hover {
    background-color: #75767a !important;
}
.l-header .navigation-container .navigation > li:hover > ul {
    display: block
}