@charset "UTF-8";

/*
Name: Common Objects
URL: http://github.com/Darklg/CSSNormalize
Version: 1.4.3
*/

/* ----------------------------------------------------------
Â Â Â Clearfix
Â Â Â ------------------------------------------------------- */

.the_grid:after {
    content: " ";
}

.the_grid:after,
.clearfix {
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 1px;
    line-height: 0;
}

/* Grille principale */

.dyngrid {
    display: table;
    width: 100%;
    *display: block;
}

.dyngrid > * {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    *float: left;
    *zoom: 1;
}

.dyngrid > * {
    padding-right: 10px;
    padding-left: 10px;
}

.dyngrid >:first-child {
    padding-left: 0;
}

.dyngrid >:last-child {
    padding-right: 0;
}

.dgri-1-1 > * {
    width: 50%;
}

.lt_ie8 .dgri-1-1 > * {
    width: 46%;
}

.dgri-1-2 >:first-child {
    width: 33.3%;
}

.dgri-1-2 > * + * {
    width: 66.6%;
}

.lt_ie8 .dgri-1-2 > * + * {
    width: 63%;
}

/* ----------------------------------------------------------
   Images masquÃ©es (Pour push, etc)
Â Â Â ------------------------------------------------------- */

.button-more-products.btn-loader,
.content-push-video,
.le_btn,
.ir {
    display: inline-block;
    position: relative;
    overflow: hidden;
    direction: ltr;
    text-align: left;
    text-indent: -9999px;
    white-space: nowrap;
    *text-indent: 0;
    *color: transparent;
    *font-size: 1px;
    *line-height: 0;
    *display: inline;
    *zoom: 1;
}

/* ----------------------------------------------------------
   Bouton image
Â Â Â ------------------------------------------------------- */

/* Reset */

.le_btn {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

/* Effets */

.le_btn {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

/* :Hover */

.le_btn:focus,
.le_btn:hover {
    opacity: 0.70;
    filter: alpha(opacity=70);
}

/* ----------------------------------------------------------
   "..." automatique Ã  la fin d'une ligne
Â Â Â ------------------------------------------------------- */

.selector span,
.lsn-title,
.lms-title,
#side-newsletter label,
.li-filter-products > a,
.li-name,
.player-info .bm-cont span,
.tclsp-container .product-name,
.inner-pp .item,
.item-wishlist .product-name,
.pagination-content a,
.loop-short-crop .lpsh-title,
.li-subcat,
.non_depassement {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* ----------------------------------------------------------
   Suppression d'Ã©lÃ©ment
Â Â Â ------------------------------------------------------- */

.suppression_element {
    position: absolute;
    top: -9999px;
    left: -9999px;
    font-size: 1px;
    color: transparent;
}

/* ----------------------------------------------------------
   Objet Tiroir
Â Â Â ------------------------------------------------------- */

.wdrw-sec,
.wdrw {
    position: relative;
}

.wdrw > a {
    display: block;
    height: 100%;
    line-height: inherit;
}

.wdrw-sec .submenu-sec,
.wdrw .submenu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    line-height: 1;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.wdrw .submenu-r {
    right: 0;
    left: auto;
}

.wdrw-sec .submenu-fl,
.wdrw .submenu-fl {
    top: 0;
    right: 100%;
    left: auto;
}

.wdrw-sec:hover .submenu-sec,
.wdrw:hover .submenu {
    visibility: visible;
    z-index: 999;
    opacity: 1;
}

/* ----------------------------------------------------------
   Block Media : Bloc avec flottant
   From @Stubbornella : http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
Â Â Â ------------------------------------------------------- */

.bmedia,
.bmedia-right,
.bm-cont {
    display: block;
    zoom: 1;
    overflow: hidden;
    _overflow: visible;
}

.bmedia >:first-child {
    float: left;
    margin-right: 10px;
}

.bmedia-right >:first-child {
    float: right;
    margin-left: 10px;
}

/* =============================================================================
   OVERLAY
   ============================================================================= */

.overlayz {
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    background: #000;
}

.overlayz.square {
    z-index: 9998;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px auto auto -50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

/* ----------------------------------------------------------
   Uniform JS
   ------------------------------------------------------- */

/* Select
   ----------------------- */

.selector {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    zoom: 1;
    width: 140px;
    border: 1px solid #e3e4e6;
    overflow: hidden;
    background-color: #fff;
    *display: inline;
}

.edit_address_form .box-selector-fix .selector,
.tc-contact .box-selector-fix .selector,
.checkitout .box-selector-fix .selector {
    overflow: visible;
}

.edit_address_form .box-selector-fix .validation-advice,
.tc-contact .box-selector-fix .validation-advice,
.checkitout .box-selector-fix .validation-advice {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    margin-left: 10px;
    line-height: 35px;
    min-width:140px;
}

.selector,
.selector select,
.selector span {
    height: 23px;
    line-height: 23px;
    vertical-align: middle;
    cursor: pointer;
}

.selector span {
    display: block;
    padding: 0 30px 0 5px;
    overflow: hidden;
    font-size: 11px;
    white-space: nowrap;
    color: #383f46;
    background: transparent url(../images/pages/icn-arrow-select.png) no-repeat right center;
}

.selector.disabled span {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.selector select {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    border: none;
    opacity: 0;
    background: none;
    filter: alpha(opacity=0);
}

/* ----------------------------------------------------------
Â Â Â Price boxes : tax must not be displaying
Â Â Â ------------------------------------------------------- */

.tclsp-container .price-box .price-excluding-tax,
.tclsp-container .price-box .label,
.item-similar-product .price-box .price-excluding-tax,
.item-similar-product .price-box .label,
.slit-product .price-box .price-excluding-tax,
.slit-product .price-box .label {
    display: none;
}

/* ----------------------------------------------------------
Â Â Â Messages
Â Â Â ------------------------------------------------------- */

.messages {
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e6e7;
}

.messages li {
    line-height: 20px;
}

.error-msg {
    color: #C00;
}

.success-msg {
    color: #090;
}

.note-msg {
    color: #1d5ea8;
}

.notice-msg {
    color: #990;
}

/* Exceptions
Â Â Â ----------------------- */

.box-address .messages {
    margin-bottom: 5px;
    padding-top: 10px;
    border-bottom: 0;
}

/* ----------------------------------------------------------
Â Â Â AJAX Lightbox Messages
Â Â Â ------------------------------------------------------- */

.ajax-lightbox-messages {
    visibility: visible;
    z-index: 9999997;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.99;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    filter: alpha(opacity=99);
}

.ajax-lightbox-messages.is-hidden {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ajax-lightbox-messages .alm-content,
.ajax-lightbox-messages .alm-filter {
    position: absolute;
}

.ajax-lightbox-messages .alm-filter {
    z-index: 9999998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ajax-lightbox-messages .alm-content {
    z-index: 9999999;
    top: 50%;
    left: 50%;
    width: 234px;
    height: 155px;
    margin-top: -100px;
    margin-left: -40px;
    padding: 80px 40px 0;
    text-align: center;
    background: transparent url(../images/pages/alert-cloud.png) no-repeat center center;
}

.ajax-lightbox-messages .alm-content .content {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
}

.ajax-lightbox-messages .le-button {
    width: 80px;
    font-size: 11px;
    font-weight: bold;
    background-color: #1d5ea8;
}

.ajax-lightbox-messages .le-button + .le-button {
    margin-left: 10px;
}

/* ----------------------------------------------------------
Â Â Â Balloons
Â Â Â ------------------------------------------------------- */

.balloon-string,
.balloon {
    background: transparent url(../images/illustrations/balloonz.png) no-repeat left top;
}

.balloon {
    padding-top: 122px;
    text-align: center;
}

.balloon-string {
    display: inline-block;
    width: 23px;
    height: 110px;
    background-position: -280px 0;
    *display: inline;
    *zoom: 1;
}

.balloon-string-2 {
    width: 9px;
    background-position: -305px 0;
}

.balloon-string-3 {
    width: 23px;
    background-position: -316px 0;
}

.balloon-2 {
    width: 85px;
    background-position: -91px 0;
}

.balloon-3 {
    width: 100px;
    padding-top: 114px;
    background-position: -178px 0;
}