/****************************
            CART
****************************/
#cartbox
{
    position:relative;
}

.cartbox_reset
{
    left: 117px;
    position: absolute;
    top: 9px;
    z-index: 10;
    cursor: pointer;
}

.cartbox_linktoorder
{
    cursor:pointer;
    text-transform: uppercase;
    color: #fff;
}

.cartbox_linktoorder a
{
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    color: #fff;
    text-decoration: none;
}

#cartbox_preview_arrow
{
    background: rgba(0, 0, 0, 0) url("../images/cart_up_arrow.png") no-repeat scroll 0 0;
    display: none;
    height: 8px;
    position: absolute;
    right: 10px;
    top: 63px;
    width: 12px;
}

#cartbox_preview
{
    background-color: #fff;
    border: 1px solid #aaa;
    position: absolute;
    right: 0;
    top: 70px;
    width: 350px;
    z-index: 200;
    line-height: 1.4;
    font-size: 12px;
}

.cartbox_preview_header
{
    color: #fff;
    text-transform: uppercase;
    background-color: #b7ada4;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-top: 8px;
}

.cartbox_preview_empty
{
    padding: 10px;
}

.cartbox_preview_loading
{
    margin: 20px 0;
    text-align: center;    
}

.cartbox_preview_articleslist
{
    float: left;
    padding-top: 20px;
}

.cartbox_preview_articlesline
{
    position:relative;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    min-height: 40px;
}

.cartbox_preview_articlesline_img
{    
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    width: 30px;
}

.cartbox_preview_articlesline_img img
{
    width:100%;
}

.cartbox_preview_articlesline_label
{
    float: left;
    padding: 0px 5px;
    position: relative;
    width: 115px;
    white-space: normal;
}

.cartbox_preview_articlesline_label_title
{
    font-size: 12px;
    font-weight: bold;
}

.cartbox_preview_articlesline_label_declinaison_key
{
    display:none;
    float:left;
}

.cartbox_preview_articlesline_label_declinaison_separator
{
    float:left;
    margin-right: 5px;
}

.cartbox_preview_articlesline_label_declinaison_separator::after
{
    content: " - ";
}

.cartbox_preview_articlesline_label_declinaison_value
{
    margin-right: 5px;
    float:left;
}

.cartbox_preview_articlesline_quantity
{
    float: left;
    padding: 3px;
    position: relative;
    text-align: center;
    top: -2px;
    width: 25px;
    border: 1px solid #b7ada4;
    margin-left: 10px;
    margin-right: 10px;
}

.cartbox_preview_articlesline_quantity_decrease
{
    cursor: pointer;
    float: left;
    margin: 2px;
    position: relative;
    top: 0;
    width: 10px;
}

.cartbox_preview_articlesline_quantity_increase
{
    cursor: pointer;
    float: left;
    position: relative;
    top: 0;
    width: 10px;
    margin:2px; 
}

.cartbox_preview_articlesline_quantity_decrease img
{
    width:100%;
}

.cartbox_preview_articlesline_quantity_increase img
{
    width:100%;
}

.cartbox_preview_articlesline_price
{
    float: left;
    margin-left: 20px;
    margin-right: 10px;
}

.cartbox_preview_articlesline_del
{
    float: left;
    position: relative;
    width: 10px;
    top:30px;
}

.cartbox_preview_articlesline_del img
{
    width:100%;
}

.cartbox_preview_estimated_total
{
    float: left;
    font-size: 16px;
    margin: 10px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;    
}

.cartbox_preview_estimated_total span
{
    font-weight: bold;
}

.cartbox_preview_addtoorderbutton a
{
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    background-color: #b7ada4;
    color: #fff;
    float:right;
    min-width: 140px;
    text-decoration: none;
}

#cartbox .cartbox_linktoorder, #cartbox .cartbox_linktopreview
{
    display: inline-block;
}

#cartbox .cartbox_linktopreview
{
    cursor: pointer;
}

#cartbox .cartbox_linktopreview a
{
    background-image: url("../images/basket_icon.png");
    background-repeat: no-repeat;
    display: block;
    height: 31px;
    line-height: 38px;
    text-align: center;
    width: 32px;
    text-decoration: none;
}

/**************************
      FICHE ARTICLE
**************************/
.btn.btn-addcart
{
    border-radius: 0;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
}

.btn.btn-addcart.article_enabled
{
    background-color: #1a171b;
    color: #fff;
}

.btn.btn-addcart:hover
{
    background-color: #a7a095;
}

.btn.btn-addcart.article_disabled
{
    background-color: #aaa;
    color: #fff;
}

.btn.btn-wishlist
{
    border-radius: 0;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #c1b9b2;
    color: #000;
    white-space: normal;
}


.article_viewer
{
    margin: 0 auto;
    width: 100%;
}

.social_networks
{
    text-align: right;
}

.social_networks a
{
    text-decoration: none;
}

.article_quantity.form-control
{
    color: #000;
    border: 1px solid #999999;
    border-radius: 0;
    font-size: 12px;
    height: 30px;
}

@media screen and (max-width: 991px)
{
    .article_viewer
    {
        padding: 20px 0;
    }
}

@media screen and (max-width: 767px)
{
    .social_networks
    {
        text-align: center;
        margin: 10px 0;
    }

    .article_title
    {
        text-align: center;
    }

    .article_description
    {
        text-align: justify;
    }
}


/*****************************
           WISHLISTS
******************************/
.btn.btn-createwishlist
{
    background-color: #b7ada4;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-family: georgia;
    font-size: 25px;
    height: 180px;
    overflow: hidden;
    padding: 50px 10px 10px;
    text-align: center;
    white-space: normal;
}

.modal-body .btn.btn-createwishlist
{
    height: 188px;
}

.btn.btn-wishlistdetail,
.btn.btn-wishlistselect
{
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    color: #0d0a0e;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: normal;
}

.btn.btn-wishlistdetail:focus,
.btn.btn-wishlistdetail:active:focus,
.btn.btn-wishlistdetail.active:focus,
.btn.btn-wishlistdetail.focus,
.btn.btn-wishlistdetail:active.focus,
.btn.btn-wishlistdetail.active.focus
{
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
}

.btn.btn-wishlistcontinue
{
    background-color: #1a171b;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    white-space: normal;
}

.wishlist-container
{
    background-color: #fff;
    font-family: Georgia,sans-serif;
    height: 180px;
    font-size: 12px;
}

.wishlist-container li
{
    border: 0;
    border-radius: 0;
}

.wishlist-date
{
    font-family: helvetica;
}

.wishlist-label
{
    font-size: 20px;
}

.wishlist-count
{

}

/*****************************
       DETAILS WISHLIST
******************************/
.container-wishlist
{
    background-color: #efedeb;
    padding-top: 15px;
    padding-bottom: 15px;
}

.col-moz-wishlist
{
    margin-bottom: 20px;
}

.cadre-moz-wishlist
{
    height: 245px;
}

.media-wishlist
{
    background-color: #fff;
    text-align: center;
}

.selector
{
    position: absolute;
    left: 5px;
    top: 5px;
}

.delete
{
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}

.title-moz-wishlist h2
{
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0;
}

.price-wishlist
{
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}

.bottom-moz-wishlist
{
    position: relative;
}

.img-wishlist
{
    max-width: 100%;
}

@media screen and (max-width: 991px)
{
    .cadre-moz-wishlist
    {
        height: 150px;
    }
}


@media screen and (max-width: 767px)
{
    .btn.btn-createwishlist
    {
        height: auto;
        padding: 6px 12px;
        font-size: 12px;
        font-weight: bold;
    }

    .modal-body .btn.btn-createwishlist
    {
        height: auto;
    }
}

/*************************************
         BREADCRUMB ESHOP
*************************************/
.article_navigation
{
    float:left;
    margin: 5px 0;
    width: 100%;
    font-style: italic;
    margin-bottom: 33px;
    margin-top: 0px;
}

.article_navigation,
.article_navigation a
{
    color: #b5ada6;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 11px;
    letter-spacing: 0.3px;
    font-style: normal;
}

.breadcrumb.breadcrumb-shop
{
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 8px 0;
}

.breadcrumb.breadcrumb-article
{
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 11px 0 20px;
}

.breadcrumb-item.order1 a,
.breadcrumb-item.order2 a,
.breadcrumb-item.order3 a,
.breadcrumb-item.order4 a,
.breadcrumb-item.order5 a
{
    text-decoration: none;
    color: #b5ada6;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 11px;
    font-style: normal;
    letter-spacing: 0.3px;
}

.breadcrumb-item.level1 a,
.breadcrumb-item.level2 a,
.breadcrumb-item.level3 a
{
    color: #b5ada6;
    font-family: Georgia,"Times New Roman",Times,serif;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-size: 11px;
}

.breadcrumb-item.breadcrumb-item.level1 a
{
    font-style: italic;
    font-weight: normal;
}

.stepslabel
{
    border-bottom: 1px solid #d6d1cc;
    font-family: Georgia;
    font-size: 30px;
    margin-top: 25px;
    padding-bottom: 10px;
}

@media screen and (max-width: 991px)
{
    .stepslabel br
    {
        display: none;
    }
}

/*******************************
            ROTATOR
*******************************/
.jshowoff .contentrotator
{
    margin: 0 auto;
}

.jshowoff .contentrotator
{
    height: 100% !important;
    max-width: 1000px;
    overflow: hidden;
    width: 100% !important;
}

.jshowoff .contentrotator img
{
    height: 100% !important;
    max-width: 1000px;
    width: 100% !important;
}

/*******************************
          HOVER IMAGE
*******************************/
.image-hover span
{
    color: #000;
    display: none;
    font-size: 14px;
    font-weight: bold;
    left: 0;
    padding: 0 10%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 45%;
    text-transform: uppercase;
}

.image-hover:hover img
{
    opacity: 0.3;
}

.image-hover:hover span
{
    display: block;
}

@media screen and (max-width: 991px)
{
    .image-hover span
    {
        bottom: 0;
        color: #fff;
        display: block;
        font-size: 16px;
        left: 0;
        margin: 0;
        padding: 10%;
        right: 0;
        text-shadow: 2px 2px 2px #000;
        top: 0;
    }

    .image-hover span p
    {
        margin: 0;
    }
}

/*****************************
        PATTERN IMAGE
*****************************/
.pattern
{
    vertical-align: middle;
}

.pattern > div
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.pattern img
{
    width: 100%;
    max-width: 1000px;
}

.pattern.p1-img > *,
.pattern.p2-img-per-line > *,
.pattern.p3-img-per-line > *
{
    overflow: hidden;
    text-align: center;
}

.pattern.p2-img-per-line img
{
    display: block;
}

.pattern.p3-img-per-line img
{
    display: block;
}

.pattern.p3-img-per-line.size-auto img
{
    min-height: 0;
}

/**************************
       ECHANTILLONS
**************************/
.gift-img img
{
    width: 100%;
    height: 100%;
    max-width: 150px;
    max-height: 150px;
}

.gift-title a,
.gift-title a:focus
{
    text-decoration: none;
}

.gift-title a h2
{
    font-family: Arial,sans-serif;
    font-size: 9px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

.gift-subtitle a
{
    color: #b6ada4;
    font-family: Georgia,sans-serif;
    font-size: 9px;
    text-decoration: none;
}

.gift-vignette
{
    margin: 0 0 10px;
    overflow: hidden;
}

.gift-cadre
{
    height: 280px;
    position: relative;
    margin: 0 auto;
    max-width: 150px;
}

.gift-top
{
    min-height: 40px;
}

.gift-bottom
{
    position: relative;
    bottom: -15px;
}

.select-gift.form-control
{
    background-color: #fff;
    border: 1px solid #999999;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 28px;
    margin-bottom: 5px;
    border-radius: 0;
}

#loyaltyPointsLine
{
}

#loyaltyPoints
{
    font-weight: bold;
}

@media screen and (max-width: 767px)
{
    #loyaltyPointsLine
    {
        position: relative;
        bottom: auto;
        right: auto;
        float: none;
    }
}

/******************************
           MOZAIQUE
******************************/
.cadre_moz
{
    background-color: transparent;
    border: none;
    text-align: center;
    height: 325px;
    position:relative;
    margin: 0 auto;
    padding: 15px 4px 10px;
    width: 242px;
}

.cadre_moz:hover
{
    background-color: #eee;
}

.cadre_moz a,
.cadre_moz a:focus
{
    text-decoration: none;
}

.cadre_moz .fond_vignette_moz img
{
    margin: 0;
    width: 210px;
    border-radius: 0;
}

.titre_moz
{
    padding-top: 10px;
}

.titre_moz h2
{
    font-size: 11px;
    text-align: left;
    color: #1A171B;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0; 
}

.cadre_moz_cart .titre_moz h2
{
    font-size: 9px;
    text-align: left;
    color: #1A171B;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.cadre_moz_cart .titre_moz a
{
    text-decoration: none;
}

.soustitre_moz
{
    text-align: left;
    line-height: 0.8;
}

.soustitre_moz a
{
    color: #B5ADA6;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    text-align: left;
}

.cadre_moz_cart .soustitre_moz a
{
    color: #B5ADA6;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 9px;
    text-align: left;
    text-decoration: none;
}

.etiquette-prix_moz
{
    background-color: transparent;
    border-radius: 5px;
    color: #1a171b;
    font-size: 25px;
    font-weight: bold;
}

.container_icon_moz{
    bottom: 0;
    float: right;
    left: 78px;
    position: absolute;
    padding-bottom: 15px;
}

/******************************
            TOOLTIP
*******************************/
#tooltip
{
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}
#tooltip:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
#tooltip.top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}
#tooltip.left:after
{
    left: 10px;
    margin: 0;
}
#tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}

.info_bulle{
    background: rgba(0, 0, 0, 0) url("../images/info_bulle.png") no-repeat scroll center center;
    cursor: pointer;
    float: right;
    height: 14px;
    margin-left: 30px;
    margin-top: 3px;
    width: 30px;
}

.info_bulle_paiement{
    background: url("../images/info_bulle.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 13px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 14px;
}

#loyaltyGifts .cadre_moz_asso .cadre_moz_asso_bottom{
    position: relative;
    margin-top: 10px;
}

.select_country_livraison_zone04 #loyaltyGifts .sbToggleAccount {
    height: 20px !important;
}

#loyaltyGifts .cadre_moz_asso .cadre_moz_asso_bottom .etiquette-prix_moz{
    margin-right: 45px;
    margin-top: 4px;
}

.label-account-country,
.label-account-birthday {
    font-size: 12px;
}

.picto_infobulle_REL{
    background-color: #000000;
    border: 0 solid #ffffff;
    border-radius: 5px;
    display: none;
    max-width: 200px;
    opacity: 0.8;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 500;
    color:white;
    left: 80px;
    right: -40px;
    bottom: 24px;
}

.picto_infobulle_UPS,
.picto_infobulle_USP,
.picto_infobulle_UPE,
.picto_infobulle_SCO{
    background-color: #000000;
    border: 0 solid #ffffff;
    border-radius: 5px;
    display: none;
    max-width: 200px;
    opacity: 0.8;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 500;
    color:white;
    left: 80px;
    right: -40px;
    bottom: 24px;
}

.picto_infobulle_C13{
    background-color: #000000;
    border: 0 solid #ffffff;
    border-radius: 5px;
    display: none;
    max-width: 200px;
    opacity: 0.8;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 500;
    color:white;
    left: 80px;
    right: -40px;
    bottom: 24px;
}

.picto_infobulle_CHC{
    background-color: #000000;
    border: 0 solid #ffffff;
    border-radius: 5px;
    display: none;
    max-width: 200px;
    opacity: 0.8;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 500;
    color:white;
    left: -80px;
    right: -80px;
    bottom: 24px;
}

.picto_infobulle_CHE{
    background-color: #000000;
    border: 0 solid #ffffff;
    border-radius: 5px;
    display: none;
    max-width: 200px;
    opacity: 0.8;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 500;
    color:white;
    left: -80px;
    right: -80px;
    bottom: 24px;
}

.picto_infobulle_carte_bancaire{
    background-color: #000000;
    border: 0 solid #ffffff;
    border-radius: 5px;
    display: none;
    max-width: 200px;
    opacity: 0.8;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 500;
    color:white;
    left: -80px;
    right: -80px;
    bottom: 24px;
}

.picto_infobulle_cheque{
    background-color: #000000;
    border: 0 solid #ffffff;
    border-radius: 5px;
    display: none;
    max-width: 200px;
    opacity: 0.8;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 500;
    color:white;
    left: -80px;
    right: -80px;
    bottom: 24px;
}

.picto_infobulle_cr{
    background-color: #000000;
    border: 0 solid #ffffff;
    border-radius: 5px;
    display: none;
    max-width: 200px;
    opacity: 0.8;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 500;
    color:white;
    left: -80px;
    right: -80px;
    bottom: 24px;
}

.picto_infobulle_cboff{
    background-color: #000000;
    border: 0 solid #ffffff;
    border-radius: 5px;
    display: none;
    max-width: 200px;
    opacity: 0.8;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 500;
    color:white;
    left: -80px;
    right: -80px;
    bottom: 24px;
}

.picto_infobulle_ch{
    background-color: #000000;
    border: 0 solid #ffffff;
    border-radius: 5px;
    display: none;
    max-width: 200px;
    opacity: 0.8;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 500;
    color:white;
    left: -80px;
    right: -80px;
    bottom: 24px;
}

.picto_infobulle_carte_bancaire{
    background-color: #000000;
    border: 0 solid #ffffff;
    border-radius: 5px;
    display: none;
    max-width: 200px;
    opacity: 0.8;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 500;
    color:white;
    left: -80px;
    right: -80px;
    bottom: 24px;
}

.picto_infobulle_virtual_merchant{
    background-color: #000000;
    border: 0 solid #ffffff;
    border-radius: 5px;
    display: none;
    max-width: 200px;
    opacity: 0.8;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 500;
    color:white;
    left: -80px;
    right: -80px;
    bottom: 24px;
}

.picto_infobulle_paypal{
    background-color: #000000;
    border: 0 solid #ffffff;
    border-radius: 5px;
    display: none;
    max-width: 200px;
    opacity: 0.8;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 500;
    color:white;
    left: -80px;
    right: -80px;
    bottom: 24px;
}

.picto_infobulle_virement{
    background-color: #000000;
    border: 0 solid #ffffff;
    border-radius: 5px;
    display: none;
    max-width: 200px;
    opacity: 0.8;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 500;
    color:white;
    left: -80px;
    right: -80px;
    bottom: 24px;
}

.picto_infobulle_bav{
    background-color: #000000;
    border: 0 solid #ffffff;
    border-radius: 5px;
    display: none;
    max-width: 200px;
    opacity: 0.8;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 500;
    color:white;
    left: -80px;
    right: -80px;
    bottom: 24px;
}

.prix_moz
{

}

.prixbarre_moz
{

}

.prixcent_moz
{
    float: left;
    font-size: 15px;
    font-family: Arial, sans-serif;
}

.prixentier_moz,
.prixdevise_moz{
    float: left;
    font-size: 15px;
    font-family: Arial, sans-serif;
}

.prixdevise_moz {
    margin-left: 5px;
}

.prix_moz > .prixbarre_moz + .prixdevise_moz
{
    margin-left: 0;
}

#loyaltyGifts form div.catalog div.cadre_moz_asso div.cadre_moz_asso_bottom div.etiquette-prix_moz div.tarif-middle_moz div#cadre_prix_article_moz.prix_moz div.prixdevise_moz
{
    float: right !important;
}

#moz_left{
    width: 190px;
    margin-right: 32px;
    float: left;
}

#moz_right
{
    float: right;
    width: 775px;
}

#mozaique{
    width: 754px;
    float: left;
}

#mozaique .zone_c{
    float: right;
}

.button-addwishlist_moz
{
    background-color: #fff;
    border-radius: 5px;
    bottom: 3px;
    padding: 2px;
    position: absolute;
    right: 10px;
    display: none;
}

.moz_button_addwishlist_body
{
    cursor:pointer;
}

.button-addcard_moz
{
    right: 0;
    bottom: 0;
    float: right;
    position: relative;
}

.moz_button_addcard_body
{
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    margin: 10px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 90px;
}

.moz_button_addcard_enabled
{
    background-color: #1a171b;
    color: #fff;
}

.moz_button_addcard_enabled:hover
{
    background-color: transparent;
    color: #fff;
}

.moz_button_addcard_disabled
{
    background-color: #aaa;
    color: #fff;
}

.moz_button_addcard_disabled:hover
{
    background-color: #aaa;
    color: #fff;
}

.moz_button_addcard_enabled,
.moz_button_addcard_disabled{
    background: url(../images/add-to-cart.png) no-repeat;
    text-indent: -9999px;
    width: 17px;
    height: 18px;
    margin: 0;
    padding: 0;
}

.moz_button_seedetail_enabled{
    background: url(../images/voir-produit.png) no-repeat;
    display: block;
    height: 17px;
    text-indent: -9999px;
    width: 17px;
}

#presentation-cat {
    height: 100%;
    margin: 0 auto;
    max-width: 750px;
    overflow: hidden;
    position: relative;
}

#presentation-cat h1{
    font-size: 27px;
    font-weight: normal;
}

#presentation-cat #description-cat{
    font-size: 13px;
    line-height: 20px;
}

.addCartCheckbox input.css-checkbox[type="checkbox"] + label.css-label-checkbox
{
    padding-left: 22px;
}

.order_menu
{
    display: none;
}

.cadre_moz_asso .button-seedetail_moz, .cadre_moz_cart .button-seedetail_moz 
{
    position: relative;
    float: left;
}

.button-seedetail_moz{
    width: 17px;
    margin-right: 8px;
    float: left;
}

.titre_et_soustitre_moz
{
    float: left;
    margin-left: 15px;
    width: 195px;
}

.cadre_moz .moz_bottom
{
    bottom: 10px;
    position: absolute;
}

.moz_bottom ul li
{
    float: left;
}

.moz_bottom ul li:first-child
{
    padding-left: 0;
}

.moz_bottom ul li:last-child
{
    padding-right: 0;
}

@media screen and (max-width: 480px)
{
    .col-moz-std
    {
        padding-left: 5px;
        padding-right: 5px;
    }

    .cadre_moz
    {
        height: 235px;
        width: auto;
        margin-bottom: 10px;
    }

    .cadre_moz_cart
    {
        height: 210px;
    }

    .moz_bottom .button-seedetail_moz
    {
        display: none;
    }

    .moz_bottom ul li:first-child
    {
        float: left;
    }

    .moz_bottom ul li:last-child
    {
        float: right;
    }

    .cadre_moz .fond_vignette_moz img
    {
        width: 100px;
    }

    .titre_moz
    {
        width: auto;
    }

    .etiquette-prix_moz
    {
        position: relative;
        left: auto;
        bottom: auto;
        right: auto;
    }
}

/**********************************************
                 POPIN ADDCART
 **********************************************/
.modal-addcart-body
{
    color: #000;
    font-family: Arial,TimesNewRoman,Times,serif;
    font-size: 12px;
}


.modal-addcart-body .article-title
{
    font-size: 18px;
    font-weight: bold;
}

.article-decli ul
{
    list-style: outside none none;
    padding: 0;
}

.article-decli li.decli_value
{
    border: 1px solid #000;
    margin: 3px;
    padding: 3px;
    display: inline-block;
    cursor: pointer;
}

.article-decli li.decli_value:hover,
.article-decli li.decli_value_selected
{
    border: 1px solid #4e4b4f;
    background-color: #4e4b4f;
    color: #fff;
}

/**********************************************
                 FICHE ARTICLE
 **********************************************/
.article_title
{
}

.article_viewer_l1
{
    float: left;
    position:relative;
}

.article_viewer_l2
{
    float:left;
    width:100%;    
}

.article_viewer_l3
{
    float:left;
    width:100%;    
}

.article_viewer #article_title h1
{
    color: #1A171B;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 27px;
    margin: 0px 0px 10px;
}

.article_viewer #article_title h2
{
    text-transform: uppercase;
    color: #1A171B;
    font-size: 12px;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}

.nb_articles
{
    display: none;
    float: left;
    position: relative;
    text-align: left;
    width: 100%;
}

.neeetcatalogsearch .nb_articles
{
    display: block;
}

.search_yoursearch
{
    font-weight: normal;
    font-size: 18px;
}

.search_yoursearch span
{
    font-style: italic;
    font-weight: bold;
}

.media_viewer
{
    float: left;
    width: 455px;
}

.media_viewer_screen
{
    height: 100%;
    margin: 0 auto;
    max-height: 410px;
    max-width: 450px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.media_viewer_screen img
{
    width: 100%;
    height: 100%;
    max-width: 410px;
}

.media_viewer_list
{
    position: relative;
    bottom: 0;
}

.media_viewer_list ul
{
    float:left;
    list-style: none;
    padding:0;
    margin: 0;
}

.media_viewer_list ul li
{
    float:left;
}

.media_viewer_list ul li img
{
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
    width: 50px;
    cursor: pointer;
}

.article_viewer_panel
{
    float:left;
    width: 460px;
    margin-left: 66px;
}

.article_description
{
    float: left;
    width: 100%;
    font-family: Georgia, Arial;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.article_description p
{
    margin: 0 0 5px 0;
}

.pyramid_icon
{
    margin-top: 15px;
}

.pyramid_title
{
    font-family: Arial, "Times New Roman", Times, serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-size: 11px;
    margin-top: 5px;
}

.pyramid_levels
{
    font-family: Arial, "Times New Roman", Times, serif;
    font-size: 11px;
}

.pyramid_notes
{
    font-weight: bold;
}

.article_content
{
    float: left;
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
}

.article_infos
{
    float: left;
    clear: both;
    font-size: 13px;
}

#article_quantity_select .sbHolderQuantity
{
    background-color: #fff;
    border: 1px solid #8c8b8d;
    width: 50px;
}

#article_quantity_select .sbOptionsQuantity
{
    width: 50px;
    background-color: #fff;
    border: 1px solid #8c8b8d;
}

#article_quantity_select .sbToggleQuantity
{
    background: url(../images/select-icons-fragonard.jpg) no-repeat scroll center center #1a171b;
}

#article_quantity_select .sbSelectorQuantity
{
    font-weight: bold;
    padding-left: 10px;
    width: 50px;
    text-transform: uppercase;
}

#article_price .article_price_body .integer_part_price_article,
#article_price .article_price_body .devise_article,
#article_price .article_price_body .decimal_part_price_article{
    font-size: 24px;
    color: #1A171B;
    font-family: Arial, sans-serif;
}

.article_price
{
    width: 100%;
    margin-top: 15px;
}

.strike_price_article
{
    color: #1a171b;
    font-size: 1.2em;
    position: absolute;
    text-decoration: line-through;
    top: -2px;
}

.integer_part_price_article
{
    color: #1a171b;
    font-size: 2.5em;
    margin-right: 2px;
    font-weight: bold;
    display:inline;
}

.decimal_part_price_article
{
    font-size: 1.5em;
    color:#1a171b;
    font-weight: bold;
    display:inline;
}

.devise_article
{
    font-size: 1.5em;
    color:#1a171b;
    font-weight: bold;
    display:inline;
}

.article_button_addcard,
.article_button_addwishlist
{
    float:left;
    clear: left;
}

.btn.btn-addcart
{
    border-radius: 0;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
}

.btn.btn-addcart.article_enabled
{
    background-color: #1a171b;
    color: #fff;
}

.btn.btn-addcart:hover
{
    background-color: #a7a095;
}

.btn.btn-addcart.article_disabled
{
    background-color: #aaa;
    color: #fff;
}

.btn.btn-wishlist
{
    border-radius: 0;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #c1b9b2;
    color: #000;
    white-space: normal;
}

.article-select label
{
    margin: 8px 0;
    color: #000000;
    font-family: Arial,Times New Roman,Times,serif;
    font-size: 12px;
    text-transform: uppercase;
}


.article_button_addcard_body,
.article_button_addwishlist_body
{
    border-radius: 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    font-family: Arial, sans-serif;
}

.article_button_addcard_body:hover
{
    background-color: #a7a095;
}

.article_button_addcard_article_enabled
{
    background-color: #1A171B;
    color: #fff;
}

.article_button_addcard_article_disabled
{
    background-color: #AAA;
    color: #fff;
}

.article_button_addcard_disabled:hover
{
    background-color: #AAA;
    color: #fff;
}

.quantity_label {
    float: left;
    margin-right: 40px;
    margin-top: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.article_quantity_select
{
    float: left;
    margin: 20px 0 10px;
}

.article_button_addwishlist_enabled {
    background-color: #fff;
    color: #000;
    margin-top: 10px;
    border: 1px solid #c1b9b2;
}

.associations{
    float: left;
    width: 100%;
    overflow: hidden;
}

.associations .catalog_contenthtml
{    
    font-family: Arial, "Times New Roman", Times, serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    font-size: 14px;
    position: relative;
}

.associations .asso_reco
{
    background-color: #fff;
    background-image: url(../images/reco_icon.png);
    background-repeat: no-repeat;
    background-position: 0 15px;
    float: left;
    position: relative;
    padding-left: 35px;
    height: 35px;
    line-height: 55px;
    z-index: 10;
    padding-right: 10px;
}

.associations .asso_gamme
{   
    background-color: #fff;
    background-image: url(../images/gamme_icon.png);
    background-repeat: no-repeat;
    float: left;
    position: relative;
    padding-left: 65px;
    height: 35px;
    line-height: 55px;
    z-index: 10;
    padding-right: 10px;
}

.associations .catalog
{
}

.asso_line 
{    
    background-image: url("../images/bg_dot.png");
    background-repeat: repeat-x;
    position: relative;
    right: 0;
    top: 25px;
    width: 100%;
    z-index: 1;
}

#navbar
{
    width: 194px;
    margin-right: 32px;
    float: left;
}

.triman
{
    background-image: url("../images/triman.png");
    background-repeat: no-repeat;
    background-size: 35px auto;
    bottom: 0px;
    height: 35px;
    position: absolute;
    right: 20px;
    width: 35px;   
}

/******************************
   MENU SECONFAIRE CATALOGUE
******************************/
.menu_secondaire_item
{
    font-weight: normal;
}

.menusecondaire_1
{
    float: left;
    width: 190px;
    cursor: pointer;
    margin-right: 32px;
}

.menusecondaire_1 a.menu_secondaire_onglet_link_1
{
    color: #1a171b;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    width: 182px;
    text-decoration: none;
}

.menusecondaire_1 a.menu_secondaire_onglet_link_2
{
    color: #b5ada6;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
}

.menu_secondaire_item_2 .menu_item_selected .menu_secondaire_onglet_link_2
{
    color: #1a171b;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}

.menusecondaire_2
{
    margin-left: 25px;
}

.menu_secondaire_item_1
{
    margin-bottom: 20px;
}

.menu_secondaire_volet
{
    margin-top: 10px;
}

.menu_secondaire_onglet_1
{
    background: url(../images/ouvrir-menu-secondaire.png) no-repeat right center transparent;
}

.menu_secondaire_item_1 .menu_item_selected
{
    background: url(../images/fermer-menu-secondaire.png) no-repeat right center transparent;
}

.menu_secondaire_item_2 .menu_item_selected 
{
    background-color: #fff;
    background-image: none;
}

/**********************************************
    MOZAIQUE CATALOGUE FRAGONARD ASSOCIATION
**********************************************/
.cadre_moz_asso,
.cadre_moz_cart
{
    height: 270px;
    margin: 0 auto;
    padding: 15px 4px 0;
}

.vignette_moz
{
    margin-bottom: 13px;
}

.cadre_moz_asso .vignette_moz,
.cadre_moz_cart .vignette_moz
{
    margin: 0 0 10px 0;
}

.cadre_moz_asso .fond_vignette_moz img
{
    margin: 0;
    width: 150px;
}

.cadre_moz_cart .fond_vignette_moz img
{
    margin: 0;
    width: 120px;
}

.titre_et_soustitre_moz
{
    float: left;
    width: 195px;
    margin-left: 15px;
}

.cadre_moz_cart .titre_et_soustitre_moz
{
    margin-left: 18px;
}

.cadre_moz_asso .titre_et_soustitre_moz,
.cadre_moz_cart .titre_et_soustitre_moz
{
    margin-left: 0px;
}

.cadre_moz_asso .etiquette-prix_moz,
.cadre_moz_cart .etiquette-prix_moz
{
    left: 0;
}

.orderconfirm .detailorder_footer
{
}

.cadre_moz_asso .titre_et_soustitre_moz,
.cadre_moz_cart .titre_et_soustitre_moz
{
    width: 150px;
    text-align: left;
    min-height: 40px;
}

.titre_moz_asso h2,
.titre_moz_cart h2
{
    font-size: 9px;
    margin: 0 0 5px 0; 
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}

.titre_moz_asso a
{
    color: #1a171b;
}

.titre_moz_asso a,
.soustitre_moz_asso a
{
    text-decoration: none;
}

.soustitre_moz_asso, .soustitre_moz_asso a,
.soustitre_moz_cart, .soustitre_moz_cart a
{
    font-size: 9px;
    color: #B6ADA4;
    font-family: Georgia, sans-serif;
}

.cadre_moz_asso .button-addcard_moz, .cadre_moz_cart .button-addcard_moz
{
    float:left;
}

.cadre_moz_asso .button-seedetail_moz, .cadre_moz_cart .button-seedetail_moz 
{
    position: relative;
    float: left;
}

.button-seedetail_moz{
    width: 17px;
    margin-right: 8px;
    float: left;
}

.cadre_moz_asso_bottom,
.cadre_moz_cart_bottom
{
    position: absolute;
    bottom: -15px;
    width: 100%;
}

.cadre_moz_cart_bottom
{
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.cadre_moz_asso .moz_bottom
{
    bottom: 0px;
    position: absolute;
}

.cadre_moz_cart .moz_bottom
{
    bottom: 8px;
    position: absolute;
}

.cadre_moz_asso .etiquette-prix_moz, .cadre_moz_cart .etiquette-prix_moz
{
    font-size: 11px;
    font-weight: 600;   
    float: left;
    position: relative;
    margin-right: 24px;
}


@media screen and (max-width: 480px)
{
    .col-moz-asso,
    .col-moz-cart
    {
        padding-left: 5px;
        padding-right: 5px;
    }

    .cadre_moz_asso
    {
        height: 235px;
        width: auto;
        margin-bottom: 10px;
    }

    .cadre_moz_cart
    {
        height: 210px;
        width: auto;
        margin-bottom: 10px;
    }

    .cadre_moz_asso .fond_vignette_moz img,
    .cadre_moz_cart .fond_vignette_moz img
    {
        width: 100px;
    }

    .cadre_moz_asso .moz_bottom ul li:last-child,
    .cadre_moz_cart .moz_bottom ul li:last-child
    {
        float: left;
    }
}

/****************************
         PAGINATION
****************************/
.pagination
{
    margin:10px 0;
}

.pagination.pagination_top,
.pagination.pagination_bottom
{
    padding: 10px 0;
    display: block;
    margin: 0;
    clear:both;
}

.catalog_pagination
{
    margin:auto;
}

.catalog_pagination tr td
{
    width: 15px;
}

.catalog_pagination tr td a
{
    cursor: pointer;
    margin-right: 4px;
    padding: 5px 8px;
    text-decoration: none;
    width: 100%;
}

.catalog_pagination tr td a:hover
{
    background-color: #EEE;
    border-radius:5px;
}

.catalog_pagination_number
{

}

.catalog_pagination_number_select
{
    background-color: #EEE;
    border-radius:5px;
}

.tax-code-wrapper {
    background-color: #EFEDEB;
    padding: 20px;
    border: 1px solid #d6d1cc;
}

.tax-code-wrapper .tax-code-message {
    padding-bottom: 15px;
}

.tax-code-box {
    border: 1px solid #000;
    margin-top: 10px;
}

.tax-code-box .tax-code-box-msg {
    padding-bottom: 10px;
    padding-top: 10px;
}


/*
-------------------------------------------------
               Popin des retours
-------------------------------------------------
*/
#modal_body
{
    
}

.return_select_reasons,
.return_free_text,
.return_valid_button
{
    padding: 15px;
}

.quantity_return
{
    text-align: center;    
}

.quantity_already_return
{
    text-align: center;
}

.select_quantity_to_return
{
    text-align: center;
}

.return_table_article
{
    max-height: 400px;
    overflow-y: scroll;
    width: 100%;
    text-align: center;
    border-top: 2px solid #a7a095;
}

.return_free_text textarea
{
    height: 80px;
    width: 97%;    
}

.return_body #return_valid_button
{
    padding-left: 15px;
    padding-bottom: 10px;
}

#return_valid_button input[type="button"]
{
    padding: 10px;
    background-color: #181519;
    color: #fff;
    border: 0;
}

.return_body
{
    font-size: 12px;
}

.return_body select{
    width: 100%;
    padding: 5px;
}

.return_body .td_select_quantity_to_return
{
   font-size: 11px;
}

.return_body textarea{
    width: 100%;
}

.return_body h3{
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-bottom: 2%;
}

.return_body .detailorder_table{
    background-color: #efedeb;
}

.return_body .detailorder_table th
{
    padding: 5px;
    text-align: center;
    width: 130px;
}

.return_body .detailorder_table tbody tr,
.return_body .detailorder_table thead tr
{
    border-bottom: 3px solid white;
}

.return_body .detailorder_table tbody tr td
{
    padding: 5px;
}

.return_body .detailorder_table .return_detailorder_media
{

}

.return_body .detailorder_table .return_detailorder_media img
{
    width: 50px;
    border: 1px solid #a7a095;
}

.return_body .detailorder_table .detailorder_media
{
    min-width: 60px;
    width: 60px;    
}
.return_body .detailorder_table .detailorder_title
{
    width: 120px;    
}
.return_body .detailorder_table .detailorder_unit_price_ttc
{
    min-width: 60px;
    width: 60px;    
}

.return_body .price_strike
{
    text-decoration: line-through;
}

.return_body .detailorder_table .detailorder_quantity
{
    min-width: 60px;
    width: 60px;   
}
.return_body .detailorder_table .quantity_already_return
{
    min-width: 60px;
    width: 60px;    
}
.return_body .detailorder_table .select_quantity_to_return
{

}

.return_messageconfirm
{
    border-top: 1px solid #888;
    margin: 15px 0;
    padding-top: 10px;
}

.return_messageconfirm p
{
    font-size: 11px;
    font-style: italic;
    margin: 3px;
}

.return_messageconfirm_table
{
    width: 100%;
}

.return_messageconfirm_table tr td
{
    padding: 10px;
    vertical-align: top;
}

@media screen and (max-width: 768px)
{
    .td_detailorder_unit_price_ttc
    {
        display: none;
    }
    .return_body .detailorder_table
    {
        width: 100%;
    }
}

@media screen and (max-width: 480px)
{
    .return_body
    {
        font-size: 10px;
    }
}