@charset "UTF-8";

/* ----------------------------------------------------------
Â Â Â Product list
Â Â Â ------------------------------------------------------- */

/* Fixed menu
Â Â Â ----------------------- */

.main-category-menu {
    position: relative;
    z-index: 1;
}

.scroll-over-140 .main-category-menu-fixed,
.main-category-menu-fixed .category-sublist {
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    -o-transition: top 0.2s ease;
    transition: top 0.2s ease;
}

.is_ipad .scroll-over-140 .main-category-menu-fixed,
.is_ipad .main-category-menu-fixed .category-sublist {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.main-category-categories {
    max-height: 999px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
}

.main-category-menu-fixed {
    position: relative;
    top: 0;
}

.main-category-menu-links {
    position: relative;
    padding-right: 200px;
}

.main-category-picture {
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;
    width: 200px;
    text-align: right;
    opacity: 0.99;
    filter: alpha(opacity=99);
}

.mcp-only.main-category-picture {
    top: -25px;
    bottom: 4px;
}

.main-category-picture img {
    width: auto;
    max-height: 100%;
}

.scroll-over-140 .li-filter-products {
    padding: 5px 0;
}

.scroll-over-140 .main-category-picture img {
    opacity: 0;
    filter: alpha(opacity=0);
}

.scroll-over-140 .main-category-menu-fixed {
    z-index: 999;
    top: -150px;
    right: 59px;
    left: 294px;
}

.is_ipad .scroll-over-280 .main-category-menu-fixed {
    display: none;
}

.is_ipad.is-not-scrolling .scroll-over-280 .main-category-menu-fixed {
    display: block;
}

.scroll-over-280 .main-category-menu-fixed,
.is_ipad.is-not-scrolling .scroll-over-280 .main-category-menu-fixed {
    position: fixed;
    top: 0;
}


.scroll-over-140 .category-title.category-title-toolbar {
    font-size: 25px;
    line-height: 42px;
}

.scroll-over-140 .main-category-menu-links .main-category-categories {
    max-height: 0;
    height:0;
}


.scroll-over-280 .main-category-menu-links.hover-menu .main-category-categories,
.scroll-over-280 .main-category-menu-links:hover .main-category-categories {
    height: auto;
    max-height: 100px;
}

.scroll-over-280 .main-category-menu-links.hover-menu .main-category-picture img,
.scroll-over-280 .main-category-menu-links:hover .main-category-picture img {
    opacity: 0.99;
    filter: alpha(opacity=99);
}

/* Toolbar
Â Â Â ----------------------- */

.category-toolbar {
    min-height: 50px;
}

.category-title {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: inherit;
}

.category-title.category-title-toolbar {
    margin: 0;
    font-size: 40px;
    line-height: 59px;
}

.category-title.category-title-toolbar a {
    color: #070f18;
}

.category-title.category-title-toolbar a:hover {
    color: #1d5ea8;
}

.category-toolbar-options > * {
    z-index: 2;
    position: relative;
    height: 50px;
    line-height: 47px;
    vertical-align: middle;
}

.toolbar-bottom {
    display: none;
}

/*Â Sort byÂ */

.category-toolbar-options {
    border: 1px solid #e3e4e6;
    border-width:1px 0;
}

.category-sort-by {
    float:right;
    z-index: 3;
    position:relative;
}

.block-layered-nav {
    z-index: 99;
    position: relative;
}

.actions-layers-nav,
#narrow-by-list {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#narrow-by-list input[type=checkbox] {
    display: none;
}

#narrow-by-list {
    min-height: 30px;
}

.li-filter-products {
    display: inline-block;
    padding: 8px 0 5px;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.li-filter-products + .li-filter-products {
    margin-left: 5px;
}

.li-filter-products > a {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 23px;
    padding: 0 20px 0 10px;
    border: 1px solid #e3e3e5;
    text-transform: capitalize;
    font-size: 11px;
    line-height: 23px;
    vertical-align: middle;
    color: #6b6d75;
    background: #fff;
    *display: inline;
    *zoom: 1;
}

.li-filter-products > a:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 8px;
    width: 0;
    height: 0;
    border-top: 3px solid #6b6e76;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

.li-filter-products.is-persist-hover > a {
    border-color: #1d5ea8;
    color: #1d5ea8;
}

.li-filter-products.is-persist-hover > a:after {
    border-top: 3px solid #1d5ea8;
}

.li-filter-products .submenu {
    visibility: hidden;
    z-index: 99999999;
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    width: 500px;
    height: 150px;
    padding: 10px;
    opacity: 0.0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(7,15,24,.15);
    -moz-box-shadow: 0 2px 4px rgba(7,15,24,.15);
    box-shadow: 0 2px 4px rgba(7,15,24,.15);
    filter: alpha(opacity=0);
}

.li-filter-products.is-persist-hover .submenu {
    visibility: visible;
    opacity: 0.99;
    filter: alpha(opacity=99);
}

.filter-submenu-options {
    height: 150px;
    overflow: hidden;
}

.li-filter-products ol {
    display: block;
    position: relative;
    background-color: #fff;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -ms-column-count: 3;
    -ms-column-gap: 20px;
    -o-column-count: 3;
    -o-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

.li-filter-products li {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 15px;
    background: transparent url(../images/pages/sprite-layerz-checked.png) no-repeat 0 -13px;
}

.li-filter-products .checked {
    background-position: 0 2px;
}

.li-filter-products li a {
    padding-left: 15px;
    color: #6b6e76;
}

.li-filter-products li:hover a,
.li-filter-products .checked a {
    color: #1d5ea8;
}

.actions-layers-nav {
    height: 25px;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #e3e4e6;
    line-height: 25px;
}

.actions-layers-nav a {
    display: inline-block;
    position: relative;
    width: 23px;
    height: 25px;
    vertical-align: middle;
    background: transparent url(../images/pages/btn-clear-layers.png) no-repeat left top;
    *display: inline;
    *zoom: 1;
}

.actions-layers-nav .infobulle {
    visibility: hidden;
    position: absolute;
    top: 32px;
    right: 0;
    height: 29px;
    padding: 0 10px;
    font-weight: bold;
    line-height: 29px;
    white-space: nowrap;
    color: #fff;
    opacity: 0.0;
    background-color: #000;
    cursor: pointer;
    filter: alpha(opacity=0);
}

.actions-layers-nav .infobulle:after {
    content: '';
    position: absolute;
    top: -4px;
    right: 9px;
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-bottom: 4px solid black;
    border-left: 4px solid transparent;
}

.actions-layers-nav:hover .infobulle {
    visibility: visible;
    opacity: 0.99;
    filter: alpha(opacity=99);
}

/*Â Grid ModesÂ */

.category-grid-modes * {
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.category-grid-modes ul {
    height: 18px;
    line-height: 18px;
}

.category-grid-modes li {
    padding-right: 5px;
    line-height: inherit;
}

.category-grid-modes a {
    width: 18px;
    height: 17px;
    vertical-align: middle;
    background: #f5f6f6 url(../images/pages/sprite-grids.png) no-repeat top left;
}

.category-grid-modes a,
.category-grid-modes a:hover {
    opacity: 99!important;
    filter: alpha(opacity=99);
}

.category-grid-modes .medium {
    background-position: center top;
}

.category-grid-modes .wide {
    background-position: right top;
}

.category-grid-modes .current .small,
.category-grid-modes .small:hover {
    background-position: left bottom;
}

.category-grid-modes .current .medium,
.category-grid-modes .medium:hover {
    background-position: center bottom;
}

.category-grid-modes .current .wide,
.category-grid-modes .wide:hover {
    background-position: right bottom;
}

/* Sub category
Â Â Â ----------------------- */

.category-mainlist {
    padding-bottom: 5px;
    min-height: 27px;
}

.category-mainlist a,
.category-mainlist li {
    display: inline-block;
    height: 27px;
    line-height: 27px;
    *display: inline;
    *zoom: 1;
}

.category-mainlist li {
    margin-bottom: 4px;

    margin-right: 4px;
}

.category-mainlist a {
    padding: 0 9px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background-color: #1d5ea8;
}

.category-mainlist a:hover,
.category-mainlist a.current {
    background-color: #070f18;
}

.category-mainlist a.promo {
    background-color: #f33;
}

/* Category under toolbar
Â Â Â ----------------------- */

.category-sublist {
    padding-bottom: 2px;
    min-height: 27px;
}

.category-sublist * {
    display: inline-block;
    min-height: 20px;
    line-height: 20px;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.category-sublist a {
    padding-right: 12px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: #1d5ea8;
}

.category-sublist a.current {
    color:#070f18;
}

.category-sublist a:hover {
    color: #244e7d;
}

.category-sublist .specials {
    margin-right: 12px;
    border-right: 1px solid #e3e4e6;
}

.category-sublist .promo a {
    font-weight: bold;
    color: #f33;
}

/* Product Grid
Â Â Â ----------------------- */

.products-grid {
    clear:both;
    z-index: 0;
    position: relative;
    margin-right: -20px;
    padding-top: 20px;
    overflow: hidden;
}

.products-grid > li {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 20px 0;
    text-align: center;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.loop-grid-cont {
    position: relative;
    min-height: 237px;
    overflow: hidden;
    background-color: #fff;
}

.small-product-grid > li {
    width: 25%;
}

.medium-product-grid > li {
    width: 33.33%;
}

.wide-product-grid > li {
    width: 50%;
}

@media(min-width:1200px) {
    .small-product-grid > li {
        width: 20%;
    }
}

@media(min-width:1245px) {
    .medium-product-grid > li {
        width: 25%;
    }
}

@media(min-width:1370px) {
    .wide-product-grid > li {
        width: 33.33%;
    }
}

@media(min-width:1380px) {
    .small-product-grid > li {
        width: 16.66%;
    }
}

@media(min-width:1470px) {
    .medium-product-grid > li {
        width: 20%;
    }
}

@media(min-width:1560px) {
    .small-product-grid > li {
        width: 14.28%;
    }
}

@media(min-width:1710px) {
    .wide-product-grid > li {
        width: 25%;
    }
}

@media(min-width:1740px) {
    .small-product-grid > li {
        width: 12.5%;
    }
}

@media(min-width:1790px) {
    .medium-product-grid > li {
        width: 16.66%;
    }
}

@media(min-width:1920px) {
    .small-product-grid > li {
        width: 11.11%;
    }
}

@media(min-width:2000px) {
    .medium-product-grid > li {
        width: 14.28%;
    }
}

@media(min-width:2050px) {
    .wide-product-grid > li {
        width: 20%;
    }
}

@media(min-width:2100px) {
    .small-product-grid > li {
        width: 10%;
    }
}

@media(min-width:2220px) {
    .medium-product-grid > li {
        width: 12.5%;
    }
}

@media(min-width:2280px) {
    .small-product-grid > li {
        width: 9.09%;
    }
}

@media(min-width:2440px) {
    .medium-product-grid > li {
        width: 11.11%;
    }
}

@media(min-width:2460px) {
    .small-product-grid > li {
        width: 8.33%;
    }
}

@media(min-width:2480px) {
    .wide-product-grid > li {
        width: 16.66%;
    }
}

/* Loop Item
Â Â Â ----------------------- */

.loop-grid-cont:hover {
    -webkit-box-shadow: 1px 1px 1px rgba(7,15,24,.1);
    -moz-box-shadow: 1px 1px 1px rgba(7,15,24,.1);
    box-shadow: 1px 1px 1px rgba(7,15,24,.1);
}

.loop-item {
    position: relative;
    width: 136px;
    margin: 0 auto;
    padding: 8px;
    overflow: hidden;
    word-wrap: break-word;
}

.medium-product-grid .loop-item {
    width: 188px;
    padding: 10px;
}

.wide-product-grid .loop-item {
    width: 294px;
    padding: 15px;
}

.loop-grid-cont .link-wishlist {
    z-index: 2;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 21px;
    height: 21px;
    opacity: 0.0;
    background-image: url(../images/pages/icn-add-wishlist.png);
    filter: alpha(opacity=0);
}

.products-grid .li-illu,
.loop-grid-cont:hover .link-wishlist {
    opacity: 0.99;
    filter: alpha(opacity=99);
}

.li-illu {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 5px;
}

.li-illu {
    background: transparent url(../images/default-294x294.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.li-link {
    display: block;
}

.li-name {
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    color: #070f18;
}

.wrap-li-name {
    height: 18px;
    overflow: hidden;
}

.li-name.marquee {
    position: relative;
    word-wrap: break-word;
    text-overflow: clip;
}

.li-name.marquee span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.li-subcat {
    font-size: 11px;
    color: #6b6d75;
}

.li-button-price {
    position: relative;
}

.li-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 2px;
    text-align: center;
    line-height: 30px;
    opacity: 0.0;
    filter: alpha(opacity=0);
}

.li-button .le-button {
    width: 100%;
    padding: 0;
    max-width: 150px;
    text-transform: none;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #1d5ea8;
}

.li-button .product-alert-link,
.li-button .le-button:hover {
    background-color: #0F0F12;
}

.loop-grid-cont:hover .li-button {
    opacity: 0.99;
    filter: alpha(opacity=99);
}

.is_touchscreen .li-button,
.is_touchscreen .link-wishlist {
    display: none;
}

.li-price {
    padding: 7px 0;
    font-size: 14px;
    font-weight: bold;
    color: #1b5da7;
}

.li-price .price-label {
    display: none;
}

.li-price .old-price {
    text-decoration: line-through;
}

.li-price * {
    display: inline;
}

.loop-grid-cont .price-including-tax .label,
.loop-grid-cont .price-excluding-tax {
    display: none;
}

.li-maincat {
    font-size: 11px;
    color: #9da0a3;
}

.li-maincat-fix {
    height: 17px;
}

.digital-album-subform dl {
    display: none;
}

.li-maincat:before,
.li-maincat:after {
    content: 'â€¢';
    margin: 0 5px;
}

.side-product-related .li-maincat:before,
.side-product-related .li-maincat:after {
    display: none;
}

/* Pagination
Â Â Â ----------------------- */

.more-products-link {
    position: relative;
    padding: 10px 0 25px;
    text-align: center;
}

.button-more-products {
    display:inline-block;
    *display:inline;
    *zoom:1;
    border-bottom: 1px solid #1d5ea8;
    font-size: 16px;
    font-weight: bold;
    color: #070f18;
}

.button-more-products[disabled],
.button-more-products:hover {
    color: #1d5ea8;
}

.button-more-products[disabled] {
    opacity: 0.50;
    cursor: default;
    filter: alpha(opacity=50);
}

.button-more-products span,
.button-more-products.btn-loader {
    display: block;
    width: 99px;
    height: 99px;
    margin: 0 auto;
    padding: 0;
    border: 2px solid #1d5ea8;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    /*background: #f5f6f6 url(../images/loaders/mini/colette-moreproduct.gif) no-repeat center center;*/
    -webkit-background-clip: border;
    -moz-background-clip: border;
    background-clip: border;
}

.button-more-products.btn-loader + .mpl-filter {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button-more-products span {
    margin-bottom:10px;
}

.button-more-products.btn-loader span {
    display: none;
}
.button-more-products.btn-loader {
    opacity: 0;
    cursor: default;
    filter: alpha(opacity=0);
}

.button-more-products.btn-loader.infinite-scroll-load {
    opacity: 0.99;
    filter: alpha(opacity=99);
}

.le-button.button-more-products {
    height: 40px;
    padding: 0 15px 0 55px;
    text-transform: none;
    font-size: 12px;
    line-height: 40px;
    background: #1d5ea8 url(../images/pages/bg-load-more.png) no-repeat 13px 5px;
}

.le-button.button-more-products[disabled] {
    background-color: #3F3F41;
    cursor: default;
}

/* ----------------------------------------------------------
Â Â Â Single Product
Â Â Â ------------------------------------------------------- */

/* Header
Â Â Â ----------------------- */

.header-product {
    position: relative;
    padding: 12px 80px 12px 0;
    overflow: hidden;
}

/*Â CurrenciesÂ */

.product-list-currencies {
    position: absolute;
    right: 0;
    bottom: -1px;
}

.product-list-currencies,
.product-list-currencies a {
    color: #9da0a3;
}

.product-list-currencies li {
    float: left;
    width: 17px;
    padding-bottom: 16px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}

.product-list-currencies li:hover a,
.product-list-currencies .current a,
.product-list-currencies li:hover,
.product-list-currencies .current {
    position: relative;
    color: #383f46;
}

.product-list-currencies .current:after {
    content: url(../images/pages/icn-arrow-currency.png);
    position: absolute;
    bottom: -2px;
    left: 1px;
}

/*Â TitleÂ */

.header-product .product-main-brand {
    font-size: 26px;
    font-weight: bold;
}

.header-product .product-name {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
}

/* Medias
Â Â Â ----------------------- */

.product-img-box {
    clear: both;
    position: relative;
    min-height: 100px;
    text-align: center;
    background-color: #fff;
}

/*Â PrixÂ */

.product-img-box .price-box {
    position: absolute;
    top: 20px;
    right: 20px;
}

.product-main-box .product-price-box {
    text-align: right;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.product-main-box .product-price-box > * {
    display: block;
}

.product-main-box .product-price-box span {
    vertical-align: baseline;
}

.product-main-box .product-price-box .price-excluding-tax {
    color: #9da0a3;
}

.product-main-box .product-price-box .price-excluding-tax .label {
    font-size: 10px;
}

.product-main-box .product-price-box .regular-price,
.product-main-box .product-price-box .price-including-tax {
    margin: 3px 0;
    color: #1d5ea8;
}

.product-main-box .product-price-box .regular-price .label,
.product-main-box .product-price-box .price-excluding-tax .label,
.product-main-box .product-price-box .price-including-tax .label {
    margin-left: 3px;
    font-weight: normal;
}

.product-main-box .product-price-box .regular-price .price,
.product-main-box .product-price-box .price-including-tax .price {
    font-size: 26px;
}

/*Â Liste vignettesÂ */

.cpm-more {
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 20px;
}

#cpm-more-views {
    bottom: 70px;
    padding-bottom: 40px;
    max-width: 88px;
    overflow: hidden;
}

#cpm-more-views .pmcontmax {
    width: 1000px;
}

#cpm-more-views .pagination {
    position: absolute;
    top: 0;
    right: 4px;
    left: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
    color: #6b6e76;
}

#cpm-more-views .pagination .prev,
#cpm-more-views .pagination .next {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    background-image: url(../images/pages/sprite-pagi-miniatures.png);
}

#cpm-more-views .pagination .next {
    right: 0;
    left: auto;
    background-position: right bottom;
}

#cpm-more-views .pagination .nb {
    padding: 0 5px;
}

.cpm-more ul {
    float: left;
    position: relative;
    margin-right: 4px;
}

.cpm-more li a {
    display: block;
    width: 38px;
    height: 38px;
    margin-bottom: 4px;
    border: 1px solid #e7e8e9;
	overflow:hidden
}

.cpm-more li a.current {
    border: 1px solid #2d69ae;
    -webkit-box-shadow: inset 0 0 1px 0 #eff4f9;
    -moz-box-shadow: inset 0 0 1px 0 #eff4f9;
    box-shadow: inset 0 0 1px 0 #eff4f9;
}

/*Â Big imageÂ */

.colette-product-medias {
    position: relative;
   /* height: 350px;*/
}

.colette-product-medias .product-image {
   /* width: 300px;*/
    margin: 0 auto;
    padding: 25px 0;
    text-align: center;
}

.product-media-slider > li {
    display: none;
    position: relative;
    cursor: url(../images/pages/cursor-plus.png), auto;
}

.product-media-slider > li.active-mousetrap,
.parentovermousetrap .mousetrap {
    cursor: url(../images/pages/cursor-close.png), auto;
}

.product-media-slider > .current {
    display: block;
}

.parentovermousetrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.parentovermousetrap .main-product-image {
    width: auto;
    height: 350px;
    margin: 0 auto;
    opacity: 0.01;
    filter: alpha(opacity=01);
}

.main-product-cliquable {
    width: auto;
    max-height: 100%;
}

.parentovermousetrap a {
    text-align: center;
    background-color: #fff;
}

.cpm-gallery-link {
    z-index: 1;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    background: transparent url(../images/pages/btn-enlarge.png) no-repeat center center ;
}
.clrz-gallery-container.galerie .cpm-gallery-link {
    height:60px;
}

#fulllightbox-container .cpm-gallery-link {
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    width: auto;
    padding-right: 40px;
    text-align: right;
    text-indent: 0;
    font-size: 11px;
    font-weight: bold;
    line-height: 31px;
    color: #9da0a3;
    background-image: url(../images/pages/btn-quit-lightbox.png);
    background-position: right top;
}

/* Guide des tailles
Â Â Â ----------------------- */

#product-guide-tailles {
    filter: alpha(opacity=0);
    opacity:0.0;
    visibility:hidden;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#product-guide-tailles.is-visible {
    visibility:visible;
    filter: alpha(opacity=99);
    opacity:0.99;
}

.filter-guide-tailles {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    cursor: pointer;
}

.filter-guide-tailles:hover {
    opacity: 0.90!important;
    filter: alpha(opacity=90);
}

.page-guide-tailles {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 560px;
    height: 400px;
    margin-top:-200px;
    margin-left: -280px;
    padding: 10px;
    overflow: auto;
    font-size: 12px;
    background-color: #fff;
}

/* Options produit
Â Â Â ----------------------- */

.btn-help-info {
    width: 15px;
    height: 14px;
    vertical-align: 0;
    background-image: url(../images/pages/btn-help-info.png);
}

.colette-product-options .btn-help-info {
    float: right;
}

.colette-product-options {
    height: 80px;
    border-top: 1px solid #e3e4e6;
    text-align: center;
    line-height: 80px;
    background-color: #fff;
}

.colette-product-options > div > div,
.colette-product-options > div {
    display: inline-block;
    text-align: left;
    line-height: 1;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.colette-product-options > div > div + div,
.colette-product-options > div + div {
    margin-left: 20px;
}

.colette-product-options label {
    display: block;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
}

.block-qty-opt #qty {
    width: 100px;
    height: 23px;
    padding: 0 5px;
    border: 1px solid #E3E4E6;
}

.lt_ie8 .block-qty-opt #qty {
    line-height: 23px;
}

.colette-product-options select {
    max-width: 110px;
}

.colette-product-options .selector span {
    width: 75px!important;
}

.colette-product-options .selector {
    width: 110px!important;
    overflow: visible;
}

.colette-single-option {
    position: relative;
}

.colette-single-option .input-box > .validation-advice,
.colette-product-options .selector .validation-advice {
    position: absolute;
    right: 20px;
    bottom: 50px;
    left: -40px;
    width: 120px;
    padding: 3px;
    border: 1px solid #e2001a;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    background-color: #ff3d53;
}

.colette-single-option .input-box > .validation-advice:before,
.colette-product-options .selector .validation-advice:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 7px;
    height: 7px;
    margin-left: -5px;
    border: inherit;
    border-width: 0 1px 1px 0;
    background: inherit;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*Â Masquer couleurs si "autres couleurs" activÃ©sÂ */

.colored-colette-single-option + .product-options .colette-option-attribute-couleurs {
    position: absolute;
    top: -999px;
    left: -999px;
}

.colored-colette-single-option + .product-options .colette-single-option:first-child + .colette-single-option {
    margin-left: 0;
}

/* Add to cart lightbox
Â Â Â ----------------------- */

.main-add-to-cart {
    position: relative;
}

#fulllightbox-container .over-btn-cart {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Lien rÃ©assort
Â Â Â ----------------------- */

.colette-product-options > .btn-blocked-product {
    display: block;
    padding: 20px 20px 0 0;
    text-align: right;
    font-weight: bold;
}

.colette-product-options > .link-reassort {
    padding: 20px 20px 0;
    text-align: center;
}

.colette-product-options > .link-reassort:first-child:last-child,
.colette-product-options > .colette-single-option + .link-reassort {
    padding: 0;
}

.btn-blocked-product,
.link-reassort .le-button {
    display: inline-block;
    width: auto;
    *display: inline;
    *zoom: 1;
}

.colette-product-options .link-reassort .le-button {
    font-weight: bold;
}

.btn-blocked-product[disabled],
.link-reassort .le-button[disabled] {
    background-color: #1d5ea8;
    cursor: default;
}

/* Product Share
Â Â Â ----------------------- */

.full-share-product {
    margin-bottom: 5px;
    padding-top: 20px;
    padding-bottom: 10px;
    min-height: 30px;
    border-bottom: 1px solid #e3e4e6;
    line-height: 20px;
}

/*Â ButtonsÂ */

.product-share-buttons {
    width: 50%;
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.product-share-buttons:hover {
    opacity: 0.99;
    filter: alpha(opacity=99);
}

.product-share-buttons > * {
    display: inline-block;
    position: relative;
    margin-right: -17px;
    min-height: 10px;
    min-width: 40px;
    line-height: 1;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.product-share-buttons .twitter-share {
    margin-right: -10px;
}

.product-share-buttons .pinterest-share {
    margin-right: 10px;
}

.product-share-buttons .fb-like {
    margin-left: -20px;
}

/*Â LinksÂ */

.product-share-links {
    z-index: 1;
    float: right;
    position: relative;
}

.product-share-links li {
    float: left;
    line-height: 20px;
}

.product-share-links li + li {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #e3e4e6;
}

.product-share-links a {
    padding-left: 18px;
    font-size: 12px;
    font-weight: bold;
    color: #9da0a3;
    background: transparent url(../images/pages/sprite-product-share-links.png) no-repeat 0 2px;
}

.product-share-links .link-wishlist {
    background-position: 0 -87px;
}

/* Blocks info
Â Â Â ----------------------- */

.box-info-details-grid {
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e4e6;
}

.box-info-details-product h2 {
    margin: 0;
    font-size: 14px;
    line-height: 40px;
}

.bidp-content:first-child {
    padding-top: 20px;
}

.box-info-details-product {
    font-size: 12px;
    line-height: 18px;
    color: #383f46;
}

.box-info-details-product .data-table {
    width: auto;
}

.box-info-details-product th,
.box-info-details-product td {
    padding: 3px 0;
}

.box-info-details-product th {
    width: 250px;
    padding-right: 20px;
    text-align: left;
    font-weight: bold;
}

.box-info-details-product tr:nth-child(even) {
    background-color: #f0f0f0;
}

.more-about-brand {
    margin-top: 15px;
}

.more-about-brand strong {
    display: block;
    font-size: 14px;
}

#wrapper .link-more-brand {
    padding-right: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #1d5ea8;
    background: transparent url(../images/pages/icn-arrow-right-blue.png) no-repeat right center;
}

/* Lightbox
Â Â Â ----------------------- */

#fulllightbox-container {
    display: none;
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#fulllightbox-container .price-box {
    display: none;
}

#fulllightbox-container .colette-product-options {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

/* Responsive
Â Â Â ----------------------- */

@media(min-width:1492px) {
    .product-list-currencies li {
        font-size: 18px;
    }

    .header-product .product-main-brand {
        float: left;
        font-size: 40px;
    }

    .header-product .product-main-brand:after {
        content: ' / ';
    }

    .header-product .product-name {
        float: left;
        padding-left: 5px;
        font-size: 26px;
        line-height: 46px;
        vertical-align: bottom;
    }

    .product-main-box .price-box {
        top: 30px;
        right: 30px;
    }

    .product-main-box .product-price-box {
        font-size: 16px;
    }

    .product-main-box .product-price-box .price-including-tax .price {
        font-size: 35px;
    }

    .product-main-box .product-price-box .price-excluding-tax .label {
        font-size: 12px;
    }

    .colette-product-medias .product-image {
        width: 500px;
    }

    .colette-product-medias {
        height: 550px;
        overflow: hidden;
    }

    .parentovermousetrap .main-product-image {
        height: 550px;
    }
}

/* ----------------------------------------------------------
Â Â Â Fiche Musique
Â Â Â ------------------------------------------------------- */

.product-music-box {
    padding: 20px;
    overflow: hidden;
    background-color: #fff;
}

.product-music-essential {
    padding-bottom: 20px;
}

/* Buy links
Â Â Â ----------------------- */

.pmb-buy {
    z-index: 1;
    float: right;
    position: relative;
    width: 190px;
    margin-left: 20px;
}

.pmb-buy + .pmb-buy {
    margin-left: 0;:
}

.pmb-buy .le-button {
    width: 100%;
    padding: 0;
    font-size: 15px;
}

.pmb-buy .link-reassort .le-button {
    font-size: 13px;
    font-weight: bold;
}

.btn-music-digital:before {
    content: url(../images/pages/icn-product-btn-download.png);
}

.pmpb-title {
    margin-bottom: 12px;
    text-align: right;
    font-size: 13px;
}

.pmb-buy .price-box {
    margin-bottom: 15px;
}

@media(min-width:1492px) {
    .pmb-buy {
        width: 240px;
    }

    .pmb-buy .le-button {
        font-size: 16px;
    }
}

/* Images
Â Â Â ----------------------- */

.product-music-box .product-media-slider {
    position: relative;
    width: 100px;
}

.colette-mp3-medias {
    position: relative;
}

.colette-mp3-medias .cpm-more {
    top: 0;
    left: 0;
}

.colette-mp3-medias .product-image {
    height: 150px;
    padding-left: 45px;
    overflow: hidden;
}

.colette-mp3-medias .without-thumbnail {
    padding-left: 0;
}

.colette-mp3-medias .product-image img {
    max-height: 150px;
}

.colette-mp3-medias .product-image li {
    display: none;
}

.colette-mp3-medias .product-image li.current {
    display: block;
}

/* Tracklist
Â Â Â ----------------------- */

.product-music-tracks {
    position: relative;
}

.product-music-title-tracklist {
    margin: 0;
    line-height: 50px;
}

.colette-single-tracklist {
    padding: 20px;
    min-height: 100px;
    background-color: #fff;
}

.colette-single-tracklist .bundle-option {
    display: none;
}

.colette-single-tracklist .tracks {
    width: 415px;
}

.product-music-onetrack {
    min-height: 50px;
    line-height: 50px;
}

.product-music-onetrack-details {
    padding-right: 20px;
    overflow: hidden;
}

.pmod-container {
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.product-music-onetrack + .product-music-onetrack {
    border-top: 1px solid #e3e4e6;
}

.product-music-onetrack input {
    vertical-align: middle;
}

.btn-download-track {
    float: right;
    height: 22px;
    margin-top: 13px;
    text-transform: none;
    font-size: 10px;
    line-height: 22px;
    color: #3a3e48;
    background-color: #e3e4e6;
}

.selected-track .btn-download-track {
    color: #fff;
    background-color: #1D5EA8;
}

.cst-play {
    width: 21px;
    height: 21px;
    overflow: hidden;
    direction: ltr;
    text-align: left;
    text-indent: -999px;
    background: transparent url(../images/pages/sprite-play-pause.png) no-repeat left bottom;
}

.cst-play[disabled] {
    background-position: center center;
}

.cst-play.clrzsound_playing {
    background-position: left top;
}

/*Â ActionÂ */

.product-music-addto {
    position: absolute;
    top: 50px;
    right: 0;
    width: 235px;
    min-height: 100px;
    text-align: right;
}

.product-music-addto-container {
    padding: 20px;
}

.product-music-addto .price-box {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2;
    color: #9da0a3;
}

.product-music-addto .price-label {
    display: none;
}

.product-music-addto .price-excluding-tax {
    font-weight: bold;
}

.product-music-addto .price-including-tax {
    color: #1d5ea8;
}

.product-music-addto .price-including-tax .price {
    font-size: 26px;
    font-weight: bold;
}

.product-music-addto .price-box span {
    display: block;
}

.product-music-addto .price-excluding-tax span,
.product-music-addto .price-including-tax span {
    display: inline;
}

.product-music-addto .product-btn-cart {
    width: 100%;
    padding: 0;
}

/* Responsive
Â Â Â ----------------------- */

@media(min-width:1492px) {
    .colette-mp3-medias .product-image {
        height: 390px;
    }

    .colette-mp3-medias .product-image img {
        max-height: 390px;
    }

    .colette-single-tracklist .tracks {
        width: 800px;
    }

    .product-music-addto {
        width: 310px;
    }

    .product-music-addto .price-box {
        font-size: 16px;
    }

    .product-music-addto .price-including-tax .price {
        font-size: 35px;
    }
}

/* ----------------------------------------------------------
Â Â Â Block CMS Guide des tailles
Â Â Â ------------------------------------------------------- */

.guide-tailles {
    table-layout: fixed;
    background-color: #fff;
}

.guide-tailles caption {
    height: 57px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 57px;
    vertical-align: middle;
    color: #fff;
    background-color: #1d5ea8;
}

.guide-tailles th {
    font-weight: bold;
}

.guide-tailles th,
.guide-tailles td {
    border: 1px solid #cecfd1;
    text-align: center;
    font-size: 12px;
    line-height: 47px;
    white-space: nowrap;
}

.guide-tailles thead th:first-child,
.guide-tailles tbody th {
    width: 100px;
    padding: 0 10px;
    text-align: left;
}

.guide-tailles thead tr,
.guide-tailles tbody tr:nth-child(even) {
    background-color: #f5f6f6;
}

/*
<table class="guide-tailles"><caption>VÃªtements / Clothing</caption><thead><tr><th></th><th>XXS</th><th>XS</th><th>S</th><th>M</th><th>L</th><th>XL</th></tr></thead><tbody><tr><th>France</th><td>34</td><td>36</td><td>38</td><td>40</td><td>42</td><td>44</td></tr><tr><th>UK / Australia</th><td>34</td><td>36</td><td>38</td><td>40</td><td>42</td><td>44</td></tr></tbody></table>
*/

