<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
    font-family: 'snellregular';
    font-style: normal;
    font-weight: normal;
    src: local('snell'), url('../fonts/snell/SnellRoundhand.woff') format('woff');
}

@font-face {
    font-family: 'Rage Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/rage-italic/Rage Italic'), url('../fonts/rage-italic/RAGE_1.woff') format('woff');
}

@font-face {
    font-family: 'Bozon';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/bozon/rohh-bozon-regular-webfont.woff2') format('woff2'),
         url('../fonts/bozon/rohh-bozon-regular-webfont.woff') format('woff');
}
@font-face {
    font-family: 'HelveticaNowMicro';
    src: url('../fonts/HelveticaNowMicro-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNowMicro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNowMicro';
    src: url('../fonts/HelveticaNowMicro-Regular.woff2') format('woff2'),
        url('../fonts/HelveticaNowMicro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNowDisplay';
    src: url('../fonts/HelveticaNowDisplay-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNowDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNowDisplay';
    src: url('../fonts/HelveticaNowDisplay-Regular.woff2') format('woff2'),
        url('../fonts/HelveticaNowDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNowDisplay';
    src: url('../fonts/HelveticaNowDisplay-Light.woff2') format('woff2'),
        url('../fonts/HelveticaNowDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNowText';
    src: url('../fonts/HelveticaNowText-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNowText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNowText';
    src: url('../fonts/HelveticaNowText-Regular.woff2') format('woff2'),
        url('../fonts/HelveticaNowText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



div,
ul,
span {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    font-family: 'HelveticaNowDisplay';
    font-size: 14px;
}

/*body.index {
    overflow: hidden;
}*/

body,
header,
.header-container,
.columns-container {
    
}

.container {
    max-width: 1540px;
}

div.landing-container,
div.home-container {
    position: relative;
    height: 100%;
}

div.landing_outter {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: auto;
    height: 100vh;
    overflow-x: hidden;
    width: 100%;
    float: left;
}

.landing_inner #currencies-block-top,
.landing_inner .shopping_cart {
    display: none;
}


/*
*  landing page
*/

.landing-col {
    background: url('../img/bg-landing.png') repeat left top;
    width: 497px;
    max-width: 100%;
    position: relative;
    float: left;
    margin-left: 2%;
    min-height: 100%;
}

div.landing_inner {
    padding-top: 40px;
}

#htmlcontent_home {
    padding: 0 20px;
    text-align: center;
}


/*
* landing menu
*/

.languages-block li {
    opacity: .4;
}

.languages-block li.selected {
    opacity: 1;
}

.home-container .sf-menu li .submenu-container li,
div.landing_inner .sf-menu li {
    display: block;
    float: none;
    text-align: center;
}

div.header-logo {
    text-align: center;
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
}

span.slogan {
    font-family: 'snellregular';
    font-size: 34px;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 10px;
}

div.header-logo a.logo {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
    height: 115px;
    background: url('../img/bandeau-header.png') no-repeat left top;
    vertical-align: middle;
    clear: both;
    margin-bottom: 20px
}

div.header-logo a.logo img.img-responsive {
    display: inline-block;
    float: none;
}


/*
* header
 */

.header-container,
.header-container #header {
    
}

.header-container #header {
    background:#fff;
    padding-bottom:0;
}

header .row #header_logo,
#header .navbar-header {
    max-width: 290px;
    padding-top: 45px;
}

.navbar-header a {
    max-width: 215px;
    display: inline-block;
}

.navbar-custom-menu {
    width: 85%;
    display: inline-block;
}

#htmlcontent_home ul li,
.htmlcontent-item-1.col-xs-4 {
    width: 100%;
    font-size: 16px;
}

.languages-block {
    text-align: right;
    padding-right: 3px;
}

#header .languages-block {
    text-align: left;
}

.languages-block ul li {
    display: inline-block;
    margin-right: 7px;
}

#block_top_menu {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 116px);
    padding-top:41px;
}

.icon-bar {
    margin-top: 4px;
}

.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
}

#header .navbar-right {
    display: inline-block;
    width: 115px;
    padding-left: 15px;
    margin-top: 16px;
}
#header #currencies-block-top {
   
}
#header .languages-block img {
    display:none;
}
#header .languages-block {
    margin-top: 41px;
    background: url(../img/new-theme/picto-langue.svg) no-repeat 0 2px;
    padding: 0 0 0 26px;
    display:none!important;
}
#header .languages-block li {
    opacity:0;
}
#header .languages-block li span {
        color: #23262b;
    font-family: 'HelveticaNowDisplay';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.16px;
}
#header .languages-block li.selected {
    opacity:1;
}
#header #currencies-block-top {
    margin-top: 41px;
    background: url(../img/new-theme/picto-langue.svg) no-repeat 0 2px;
    padding: 0 0 0 26px;
}
#header #currencies-block-top span.cur-label {
    display:none;
}
#header #currencies-block-top div.current {
    text-align:left;
    text-shadow:none;
}
#currencies-block-top div.current strong {
    background:transparent;
}
#header #currencies-block-top .cur-label-next {
    background:transparent;
}
#header #currencies-block-top .cur-label-next:after {
    background:transparent;
}
#header #currencies-block-top div.current strong {
    padding-left:0;
    color: #23262b;
    font-family: 'HelveticaNowDisplay';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.16px;
}
#header #currencies-block-top ul {
        top: 25px;
    right: 30px;
    width: 110px;
    background: #fff;
    left:auto;
}
#header #currencies-block-top ul li a, 
#header #currencies-block-top ul li&gt;span {
    color: #23262b;
    font-family: 'HelveticaNowDisplay';
    font-weight: 400;
}
#currencies-block-top ul li.selected, 
#currencies-block-top ul li:hover a {
    background:transparent;
}
div.downer {
    clear: both;
}

.sf-menu {
    background-color: transparent;
    border: 0;
}

.sf-menu&gt;li&gt;a,
.sf-menu li&gt;ul&gt;li&gt;a {
    border: 0;
    text-transform: initial;
    font-family: 'HelveticaNowDisplay';
    font-size: 16px;
    text-decoration: none;
    color: #23262b;
    font-weight:400;
}
.sf-menu&gt;li.sfHover&gt;a, .sf-menu&gt;li&gt;a:hover, .sf-menu&gt;li.sfHoverForce&gt;a {
    color:#23262b!important;
    border:none;
}

.home-container .sf-menu li&gt;ul&gt;li a,
.home-container .sf-menu&gt;li&gt;a {
    /*   color: #d1d1d1;*/
    text-transform: uppercase;
    outline: none;
}
.header-container .sf-menu {
    display:flex;
}
.header-container .sf-menu li a {
    display:block;
}
.home-container .home-menu-container,
.home-container #social_block {
    background-image: url('../img/landing_menu_container.png');
    background-repeat: no-repeat;
}

.home-container .home-menu-container {
    background-position: center top;
    padding-top: 30px;
}

.home-container #social_block {
    background-position: center top;
    padding-top: 30px;
}

.home-container .sf-menu&gt;li&gt;ul&gt;li,
.home-container .sf-menu&gt;li {
    background: url('../img/landing_menu.png') no-repeat center bottom;
    position: relative;
    display: block;
}

.sf-menu&gt;li&gt;ul&gt;li:last-child,
.home-container .sf-menu&gt;li:last-child {
    background-image: none;
}

.home-container .sf-menu&gt;li.sfHover&gt;a,
.home-container .sf-menu&gt;li&gt;a:hover {
    border: 0;
}

.home-container .sf-menu&gt;li&gt;ul&gt;li {
    width: 100%
}

.home-container .sf-menu&gt;li&gt;ul&gt;li&gt;a {
    padding: 15px 20px;
    border-bottom: 0;
    display: block;
    font-weight: normal;
    font-size: 13px;
}

.home-container .sf-menu&gt;li&gt;ul,
.home-container .sf-menu&gt;li&gt;.submenu-container {
    background: transparent url('../img/bg-landing.png') repeat left top;
    padding: 0 20px;
    border: solid 1px #a7a8aa;
}

.home-container .sf-menu&gt;li&gt;.menu-mobile {
    background-image: none;
}

.home-container .sf-menu&gt;li&gt;.submenu-container {
    position: absolute;
    left: auto;
    top: auto;
    right: -100px;
    bottom: 6px;
    width: 253px;
}

.home-container .sf-menu&gt;li&gt;.menu-mobile {
    position: relative;
}


/*menu interne*/

#block_top_menu .sf-menu&gt;li {
    position: relative;
}

#block_top_menu .sf-menu&gt;li&gt;ul&gt;li {
    width: 100%;
}

#block_top_menu .sf-menu&gt;li&gt;ul&gt;li:last-child {
    border: 0;
}

#block_top_menu .sf-menu&gt;li&gt;a {
    padding: 15px 25px 15px 25px;
}
#block_top_menu .sf-menu&gt;li&gt;a:before {
    content:"";
    width: 1px;
    height: 31px;
    border: 1px solid #707070;
    opacity: 0.5;
    display:block;
    position:absolute;
    top:10px;
    left:0;
}

#block_top_menu .sf-menu&gt;li&gt;ul&gt;li&gt;a {
    font-weight: normal;
    padding: 6px 20px;
    display: block;
    font-size: 16px;
}

#block_top_menu .sf-menu&gt;li&gt;ul {
   
}

#block_top_menu .sf-menu&gt;li&gt;ul.menu-mobile {
    top: 0;
}
#left_column #block_top_menu {
    display:block;
    width:100%;
    padding-right:20px;
}
#left_column #block_top_menu .sf-menu&gt;li&gt;ul {
    
}
#left_column #block_top_menu .sf-menu&gt;li&gt;a:before {
    display:none;
}
#left_column #block_top_menu .sf-menu&gt;li&gt;a {
    display:block;
    padding:15px 0;
        color: #23262b;
    font-size: 18px;
    border-bottom: 1px solid #d6d4d4;
    position:relative;
}
#left_column #block_top_menu .sf-menu&gt;li&gt;a:after {
    content: "\f078";
    content:"\f054";
    color: #23262b;
    display:block;
    font-family: "FontAwesome";
    font-size: 14px;
    position:absolute;
    top:15px;
    right:15px;
}
#left_column #block_top_menu .sf-menu&gt;li.sfHoverForce&gt;a:after {
     content: "\f078";
}
#left_column #block_top_menu .sf-menu&gt;li&gt;ul&gt;li&gt;a {
     color: #23262b;
    font-size: 18px;
    padding:0;
    display:block;
    padding:10px 0;
}
#left_column #block_top_menu .sf-menu&gt;li&gt;ul {
    padding-left:35px;
    padding-top:15px;
    padding-bottom:15px;
    display:none;
}
#left_column #block_top_menu .sf-menu&gt;li {
    
}
#left_column #block_top_menu .sf-menu&gt;li.sfHoverForce&gt;ul {
    display:block;
}
/*
* page
*/

.page-heading {
    color: #fefefe;
}

#center_column .bottom-pagination-content {
    border:none;
}
/*
* listing 
*/

ul.product_list {
    height: auto;
}


/*.grid-item--width2 {
    width: 272px;
}

.grid-item--height2 {
    height: 317px;
}*/

.right-block .product-title .product-name,
.product-name,
.product-name a {
    color: #23262b;;
    font-size: 18px;
}

.product-box .product-name {
    padding-left: 10px;
}

#productsfeature_list .right-block,
ul.product_list.grid&gt;li .right-block {
    text-align: left;
    vertical-align: middle;
}

#productsfeature_list .product-name,
ul.product_list.grid&gt;li .product-container h5.product-title {
    display: block;
    box-sizing: border-box;
    padding-right: 0;
    margin-top: 0;
    vertical-align: middle;
    padding-bottom: 5px;
}
ul.product_list.grid&gt;li .product-container h5.product-title span {
    display:inline-block;
}
ul.product_list.grid&gt;li .product-container h5.product-title span.price {
    padding:0 10px;
    font-size:18px;
    color:#23262b;
    display:none;
}
ul.product_list.grid&gt;li .product-container h5.product-title span.ref {
    color:#999;
    font-size:14px;
}
#productsfeature_list .button-container,
ul.product_list.grid&gt;li .product-container .button-container {
    display: inline-block;
    width: 33%;
    height: 32px;
    text-align: right;
    padding-right: 10px;
    margin-bottom: 1px;
    vertical-align: middle
}
ul.product_list.grid&gt;li .product-container .button-container {
    display:none!important;
}
#productsfeature_list .button-container .detail_produit,
#productsfeature_list .button-container .btn_ajout_panier,
ul.product_list.grid&gt;li .product-container .button-container .detail_produit,
ul.product_list.grid&gt;li .product-container .button-container .btn_ajout_panier {
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: 999px;
    padding: 0;
    margin: 0;
    position: relative;
    top: -3px;
    float: none;
}

ul.product_list.grid&gt;li .product-container .button-container .detail_produit span,
ul.product_list.grid&gt;li .product-container .button-container .btn_ajout_panier span,
#productsfeature_list .button-container .detail_produit span,
#productsfeature_list .button-container .btn_ajout_panier span {
    display: none;
}

#productsfeature_list .button-container .detail_produit,
ul.product_list.grid&gt;li .product-container .button-container .detail_produit {
    background: url('../img/details_produit.png') no-repeat center center;
    margin-right: 5px;
}

#productsfeature_list .button-container .btn_ajout_panier span,
ul.product_list.grid&gt;li .product-container .button-container .btn_ajout_panier span,
#productsfeature_list .button-container .detail_produit span,
ul.product_list.grid&gt;li .product-container .button-container .detail_produit span {
    visibility: hidden;
}

#productsfeature_list .button-container .btn_ajout_panier,
ul.product_list.grid&gt;li .product-container .button-container .btn_ajout_panier {
    background: url('../img/bouton_ajouter_panier.png') no-repeat center center;
    margin: 0;
    margin-left: 5px
}

#productsfeature_list .button-container .btn_sep,
ul.product_list.grid&gt;li .product-container .button-container .btn_sep {
    border-left: solid 1px #888;
    display: inline-block;
    width: 1px;
    height: 32px;
}

.product-per-page {
    display: inline-block;
    padding-top: 12px;
}


/*
* footer
*/

#social_block,
.footer-container #footer #social_block {
    display: inline-block;
    width: 100%;
    clear: both;
    text-align: center;
}

#social_block ul,
#social_block ul li,
.footer-container #footer #social_block ul,
.footer-container #footer #social_block ul li {
    float: none;
    display: inline-block;
}

.copyright,
ul.toggle-footer,
ul.toggle-footer li {
    display: inline-block;
}

ul.toggle-footer li {
    outline: none;
    border-right: solid 1px #5c636a;
    padding: 0 5px 0 0;
}

ul.toggle-footer li a {
    padding-left: 2px;
}

ul.toggle-footer li:last-child {
    border: 0;
}

#block_various_links_footer {
    text-align: center;
}

.copyright {
    float: left;
}

.credit {
    float: right;
}

#social_block ul li.facebook a::before,
#social_block ul li.instagram a::before,
#social_block ul li.contact a::before,
.footer-container #footer #social_block ul li.facebook a::before,
.footer-container #footer #social_block ul li.instagram a::before {
    content: "";
    background-image: url('../img/social-icon-bg.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 34px;
    height: 34px;
}

#social_block ul li.facebook a::before,
.footer-container #footer #social_block ul li.facebook a::before {
    background-position: left top;
}

#social_block ul li.instagram a::before,
.footer-container #footer #social_block ul li.instagram a::before {
    background-position: -40px top;
}

#social_block ul li.contact a::before,
.footer-container #footer #social_block ul li.contact a::before {
    background-position: right top;
}

.home-container #social_block ul li {
    margin-right: 6px;
}

#social_block ul li span {
    display: none;
}


/*
* shopping cart
*/

#order-detail-content {
    padding: 0 35px;
}

.table-bordered {
    border: 0;
}

.line-sep {
    border-left: solid 1px #494e57;
    display: inline-block;
    width: 100%;
    min-height: 100px
}

#cart_summary thead th.cart_description {
    text-align: center;
}

#cart_summary tbody td.cart_description {
    padding-left: 40px;
}


/*
confirmation devis
*/

#contact-form,
#demande-devis-form {
    font-family: 'PT Sans Narrow';
}

#contact-form .form-control,
#demande-devis-form .form-control {
    background: #1c1d21;
    color: #ababab;
    font-size: 20px;
    border: 0;
    padding-left: 20px;
}

#contact-form input.form-control,
#demande-devis-form input.form-control {
    height: 37px;
}

#contact-form div.submit {
    margin-top: 35px;
    display: inline-block;
    width: 100%;
}

#contact-form div.submit #submitMessage {
    width: 140px;
}


/*
* kanvas boutons
*/
.btn,
#button_order_cart,
.btn-commander,
#submitMessage,
.btn-acheter,
#submitDevis,
.cart_navigation .btn-commander {
    color: #fff;
    border: 0;
    background: transparent;
    text-decoration: none;
    outline:none;
    height:37px;
    text-align:center;
}

.btn-acheter,
#button_order_cart,
.btn-commander,
#submitMessage,
#submitDevis {
    font-size: 38px;    
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
}
#submitMessage span,
#submitDevis span {
    line-height: 38px;
}
.btn-detail,
.btn-footer{
    font-size: 24px;
}

.btn-ajouter,
.btn-enregistrer{
    font-size:28px;

}

.btn-enregistrer i{
    vertical-align: middle;
}

.btn-acheter,
.cart_navigation .btn-commander {
    font-size: 20px;
    float: right;
    font-weight: normal;
    text-align: center;
    display: block;
    padding:9px 0;
}

.btn-acheter span {
    line-height: normal;
}

.btn-left-bot-pos {
    display: block;
    text-align: center;
    width: 50%;
    position: relative;
    top: -40px;
    clear: both;
}

.btn,
.submit .auth-button,
.btn-maj,
.btn-left-bot-pos .button.exclusive-medium,
.address_update&gt;.button.button-small{
    font-family: 'PT Sans Narrow';
    border: none;
    text-shadow: none;
    display: inline-block;
    font-weight: normal;
}

.btn-maj,
.btn-left-bot-pos .button.exclusive-medium{
     background: #1b1d20; 
     font-size: 20px;  
     color: #fefeff;
    height: 40px;
    margin: 0;
}

.btn-left-bot-pos .button.exclusive-medium{
    padding: 10px 10px 0;
}

.submit .auth-button{
    padding: 0px 10px 0;
    background-color: #70145d;
    font-size: 20px;
    color: #fefeff;
    height: 40px;
    margin: 0;
    
}
.address_update .button.button-small span,
.btn-maj span,
.submit .auth-button span{
    background: transparent;
    border: 0;
}
.submit .auth-button i.left{
    margin-right: 5px;
}
.btn-maj&gt;span&gt;.icon-chevron-right.right,
.submit .auth-button .icon-chevron-right.right{
    margin-left: 5px!important
}

.btn-go-back {
    font-family: 'Bozon';
    background: rgba(166, 177, 199, 0.6);
    font-size: 12px;
    border-radius: 20px;
    padding: 2px 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    outline: none;
}

.btn-go-back:hover {
    background: rgba(166, 177, 199, 0.9);
    color: #fff;
}

.bottom-pagination-content ul.pagination li.pagination_previous,
.bottom-pagination-content ul.pagination li.pagination_next {
    background-color: transparent;
}
@media(max-width:767px) {
    .landing-col {
        margin-left: 0;
    }
    .header-container,
    .header-container #header {
        height: auto;
    }
    header .row #header_logo,
    header #header_logo {
        width: 120px;
    }
    .navbar-custom-menu {
        width: calc(100% - 110px);
    }
    #header .navbar-right {
        width:100%;
        margin-left: 0;
        margin-right: 0;
        text-align: right;
        vertical-align: middle
    }
    #header .navbar-right&gt;div:before {
        content: "";
        vertical-align: middle;
        height: 100%;
    }
    #block_top_menu {
        padding-top: 0;
    }
    .navbar-header a {
        max-width: 215px;
        display: table-cell;
        vertical-align: middle;
        height: 40px;
    }
    #header .languages-block {
        display: inline-block;
        margin-right: 30px;
    }
    .shopping_cart {
        margin-top: 0;
        margin-right: 10px;
        display: inline-block;
        width: auto;
        top: 8px;
    }
    header .row #header_logo,
    #header .navbar-header {
        float: left;
        padding-top: 5px
    }
    #header .cart_block {
        width: 270px;
    }
    #header .shopping_cart&gt;a:first-child:after,
    .ajax_cart_product_txt_s {
        display: none;
    }
    #block_top_menu .sf-menu&gt;li&gt;ul {
        width: 100%;
    }
    #page .sf-menu {
        
    }
    header .nav {
        background: transparent;
    }
    header .nav nav {
        width: 50%;
    }
    #page .sf-menu {
        
    }
    /*
    * header
    */
    #currencies-block-top {
        display: inline-block;
        margin-right: 30px;
    }
    #order-detail-content .demande-de-devis-avertissement,
    #layer_cart {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .btn-left-bot-pos {
        width: auto;
        top: -10px;
    }
    #category .revolution-slider-container,
    #product .revolution-slider-container,
    #order .revolution-slider-container,
    #contact .revolution-slider-container {
        display: none;
    }
    #contact .div_fileUpload {
        height: auto;
        padding-bottom: 5px;
    }
    #layered_block_left {
        padding: 0;
        background-color: transparent;
    }
    /* category tableau accordion*/
    #page {
        height: 100%;
    }
    body.category .columns-container {
        min-height: calc(100% - 147px);
    }
    .category-tableau-outter,
    .category-tableau-container {
        position: relative!important;
        height: 100%!important;
    }
    .category-tableau-container {
        top: auto!important;
    }
    .category-tableau-inner {
        
    }
    .table-responsive {
        overflow-x: auto;
    }
    ul.product_list {
        margin: 0 auto;
        width: auto;
    }
    section.footer-block&gt;span {
        display: block;
        text-align: center;
        float: none;
    }
    .top-pagination-content div.pagination,
    .bottom-pagination-content div.pagination,
    .top-pagination-content ul.pagination,
    .bottom-pagination-content ul.pagination {
        float: none;
        text-align: center;
    }
    .product-per-page {
        display: block;
        clear: both;
    }
    .product-count {
        display: none;
    }
    .cat-name {
        display: block;
        text-align: center;
    }
    h3.page-product-heading {
        font-size: 22px;
    }
    div.aponga{
        width: 50%;
    }
    .new-home-container a.decouvrir{
        width:auto!important;
        padding-left:15px!important;
        padding-right:15px!important;
    }
}

@media(max-width:420px) {
    #header .languages-block {
        margin-right: 0;
    }
    #header .navbar-right {
        padding-left: 10px;
    }
    #block_top_menu {
        width: 22px;
        float: right;
    }
    #currencies-block-top {
        margin-right: 10px;
    }
    .shopping_cart {
        margin-top: 0;
    }
}

@media(min-width:768px) {
    header .row #header_logo {
        width: 15%;
        padding-right:20px;
    }
    .nav.mobile {
        display: none;
    }
}


/*
* order confirmation
*/

.demande-de-devis-avertissement {
    font-family: 'PT Sans Narrow';
    width: 70%;
    background: #494e57;
    margin: 0 auto 40px;
    padding: 35px;
    text-align: center;
    box-sizing: border-box;
    color: #ababab;
    font-size: 20px;
    line-height: 30px;
}

h3.title-selection,
h4.title-info {
    font-weight: normal;
    font-size: 20px;
    color: #fefeff;
    border-bottom: solid 1px #494e57;
    margin-bottom: 30px;
}

h3.title-selection {
    padding-bottom: 5px;
}

h4.title-info {
    padding-bottom: 9px;
}


/*
* contact
*/



.div_fileUpload {
    background: #1c1d21;
    display: inline-block;
    width: 100%;
    min-height: 37px;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
}

.div_fileUpload label {
    color: #ababab;
    font-size: 20px;
    font-weight: normal;
    padding-top: 5px;
}

#view_full_size {
    display: block;
}

@media (min-height:768px) and (max-width:1024px) {
    .sf-menu&gt;li&gt;a {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    /*
    * listing
    */
    #productsfeature_list .product-name,
    ul.product_list.grid&gt;li .product-container h5.product-title {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        padding-right: 0;
        margin-top: 0;
        text-align: center;
    }
    #productsfeature_list .button-container,
    ul.product_list.grid&gt;li .product-container .button-container {
        display: inline-block!important;
        width: 100%;
        height: 32px;
        text-align: center;
        padding-right: 10px;
        margin-bottom: 1px;
        vertical-align: middle;
    }
}

@media (min-height:768px) and (max-width:1068px) {
    /*
    * listing
    */
    #productsfeature_list .product-name,
    ul.product_list.grid&gt;li .product-container h5.product-title {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        padding-right: 0;
        margin-top: 0;
        text-align: center;
    }
    #productsfeature_list .button-container,
    ul.product_list.grid&gt;li .product-container .button-container {
        display: inline-block!important;
        width: 100%;
        height: 32px;
        text-align: center;
        padding-right: 10px;
        margin-bottom: 1px;
        vertical-align: middle;
    }
}

div.selector,
div.selector select,
div.selector span {
    background-color: #1a1c1f;
    height: 33px;
    font-family: "PT Sans Narrow"
}

div.selector {
    background-position: 0 -408px;
    padding: 0 0 0 10px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
div.selector1 &gt; div span,
div.selector span {
    background-position: right -408px;
    line-height: 33px;
    color: #fff;
    text-shadow: none;

}

#contact-form div.selector{
    padding-left: 20px;
}
#contact-form div.selector,
#contact-form div.selector span{
    width: 100%!important;
}
#contact-form div.selector span {
    font-size: 20px;
    color: #ababab;
}

div.selector.hover span,
div.selector.focus span {
    background-position: right -408px;
}

#attributes .attribute_list .form-control option {
    color: #fff;
    background-color: #1a1c1f;
}


/*
* product tableau
*/

.bigpic-overlay {
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.btn-image-ambiance::before {
    font-family: "FontAwesome";
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    content: "\f00e";
    font-weight: normal;
    margin: -2px 10px 0 4px;
    display: inline-block;
    float: left;
}

.btn-image-ambiance {
    position: relative;
    background: rgba(46, 49, 55, .8);
    color: #fff;
    top: 45%;
    left: auto;
    padding: 10px 20px 10px 10px;
    border: solid 1px #fff;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.btn-image-ambiance:hover {
    color: #fff;
}

.fancybox-skin {
    padding: 0!important;
}

.fancybox-close {
    top: -20px;
    right: -28px;
}

.button-container&gt;.btn_sep {
    visibility: hidden;
}


/*
* productsfeature
*/

.bx-viewport {
    height: auto!important;
    overflow: hidden;
}

.bx-wrapper {
    max-width: 100%!important;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 99999;
    width: 28px;
    height: auto;
    top: 46%;
}

.bx-wrapper .bx-controls-direction a::before {
    font-size: 30px;
    line-height: 30px;
}

.bx-wrapper .bx-controls-direction a:hover::before {
    color: #5e6470;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    left: -18px
}

.bx-wrapper .bx-controls-direction a.bx-next {
    right: -18px
}

#productsfeature_list ul {
    margin-left: 4px;
}

#productsfeature_list {
    overflow: visible;
    width: 99%;
    box-sizing: border-box;
}

.category-les-papiers-peints #view_full_size {
    cursor: pointer;
}

.subcategory-image {
    margin-bottom: 10px;
}

#page .rte p {
    font-size: 15px;
}

.product_list_tableau&gt;li&gt;a {
    background-size: cover!important;
    background-repeat: no-repeat;
    display: block;
}

.tableau_28&gt;li&gt;a {
    height: 350px!important;
}
.tableau_39&gt;li&gt;a {
    height: 350px!important;
}
.tableau_27&gt;li&gt;a {
    height: 242px!important;
}

.tableau_29&gt;li&gt;a {
    height: 180px!important;
}

.tableau_30&gt;li&gt;a {
    height: 262px!important;
}

.tableau_31&gt;li&gt;a,
.tableau_32&gt;li&gt;a {
    height: 140px!important;
}


/* 
* new home
*/

.new-home-container {
   background-color: #fafbfc;
    width: 100%;
    height:auto;
    padding-top:15px;
    max-width:100%;
}

.accueil_outter {
    margin: 0 auto;
    max-width:1540px;
}
.list-cat-home h2 {
    text-align:left;
    color: #23262b;
font-family: 'HelveticaNowDisplay';
font-size: 30px;
font-weight: 400;
font-style: normal;
letter-spacing: -0.3px;
line-height: normal;
text-align: left;
    margin-top:10px;
}
.list-cat-home h2 a {
     color: #23262b;
font-family: 'HelveticaNowDisplay';
    font-weight: 300;
    letter-spacing:1px;
}
.list-cat-home img {
    max-width:100%;
}
header .row,
.new-home-container .row {
    margin:0;
}
.new-home-container .navbar-custom-menu {
    background: #fff;
    text-align: right;
    width: 100%;
}

.new-home-container .intro{
    text-align:center;
}
.new-home-container .intro h3{
    font-size: 32px;
    letter-spacing: 0.08em;
    display:inline-block;
    margin-top:40px;
    margin-bottom: 20px;
}

.logo-home {
    width: 30%;
    display: inline-block;
}

.new-home-container .footer-container{
background: #fff;
text-align: right;
width: 100%;
}
.aponga{
    width:25%;
    display:inline-block;
    font-family: inherit;
}
.new-home-container .footer-container{
    border: 0;
}
.bloc-passion {
    background-color: #2191fa;
    color:#fff;
    padding-top:100px;
    padding-bottom:90px;
    margin-top:24px;
}
.bloc-passion .left-pass p {
    color: #ffffff;
    font-family: 'HelveticaNowText';
    font-size: 80px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 72px;
    text-align: left;
    margin-bottom:10px;
    line-height:90%;
}
.bloc-passion .left-pass:after {
    content:"";
    display:block;
    background:url(../img/new-theme/round-blue.svg) no-repeat 0 0;
    width: 367px;
height: 359px;
}
.bloc-passion .right-pass h2 {
    color: #23262b;
 font-family: 'HelveticaNowText';
font-size: 22px;
font-weight: 500;
    text-transform:uppercase;
}
.bloc-passion .right-pass p {
    color: #ffffff;
font-size: 18px;
font-weight: 400;
font-style: normal;
letter-spacing: 0.18px;
line-height: normal;
text-align: left;
    max-width:650px;
    position:relative;
}
.bloc-passion .right-pass {
    position:relative;
}
.bloc-passion .right-pass .bt {
    margin-top:10px;
}
.bloc-passion .right-pass .bt img {
    margin:0;
    float:left;
    margin-top:25px;
}
.bloc-passion .right-pass .bt a {
    width: 328px;
height: 92px;
background-color: #ffffff;
    display:block;
    text-align:center;
    color: #23262b;
font-family: 'HelveticaNowMicro';
font-size: 30px;
font-weight: 400;
font-style: normal;
    float:left;
    padding:36px 10px;
}
.bloc-passion .right-pass:before {
    content:"";
    display:block;
    background:url(../img/new-theme/round-orange.svg) no-repeat 0 0;
width: 359px;
height: 367px;
    position:absolute;
    top:0;
    right:0;
}
.bloc-passion .right-pass .top {
    margin:0;
    display:block;
}
.bloc-passion .left-pass p.un {
    padding-left:250px;
}
.bloc-passion .left-pass p.deux {
    padding-left:0;
}
.bloc-passion .left-pass p.trois {
    padding-left:145px;
}
.new-home-container .footer-container #footer a{
    text-shadow: none;
}
.new-home-container,
.new-home-container .footer-container,
.new-home-container .footer-container #footer,
.new-home-container .footer-container #footer a,
.new-home-container .footer-container #footer #social_block ul li a,
.new-home-title,
div.intro *{
 	color:#000;
}
.new-home-container .footer-container #block_various_links_footer,
.new-home-container .footer-container .footer-block {
    text-align:left;
}

.new-home-title{
	font-size:42px;
	text-transform: none;
}

.new-home-title:before,
.new-home-title:after{
    content: '';
    display: inline-block;
    border-bottom: solid 5px #000;
    height: 20px;
    width: 8%;
    position:relative;
    bottom:10px;
    margin:0 5px;
}

.new-home-container #social_block ul li.facebook a::before,
.new-home-container #social_block ul li.instagram a::before,
.new-home-container #social_block ul li.contact a::before,
.new-home-container .footer-container #footer #social_block ul li.facebook a::before,
.new-home-container .footer-container #footer #social_block ul li.instagram a::before {
    content: "";
    background-image: url('../img/social-icon-bg2.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 36px;
    height: 36px;
}

.new-home-container #social_block ul li.instagram a::before,
.new-home-container .footer-container #footer #social_block ul li.instagram a::before {
    background-position: -42px top;
}

.new-home-container.footer-block{
	border-bottom: solid 1px #dddddd;
}
.new-home-container #social_block{
	border-top:solid 1px #cccccc;
}
/********
						header
										*********/


.new-home-container  .header-container,
.new-home-container  .header-container #header {
    height: auto;
}
.new-home-container .header-container #header {
    background-color: #fff;
    background-image: none;
    position:relative;
    
}
.new-home-container #header_logo .logo-home{
	position:relative;
	margin-top:64px;
	z-index:999;
}
.header_logo_new {
    text-align: center;
}

.new-home-container .header_right{
position:absolute;
right:0;
}
.new-home-container #header .navbar-right {
    width: 115px;
    border-left: 1px solid #000;
   
}
.new-home-container #header_user{
	display:inline-block;
}
.new-home-container .shopping_cart&gt;a:first-child,
.new-home-container .shopping_cart&gt;a:first-child:before, 
.new-home-container #currencies-block-top div.current{
	color:#000;
	text-shadow:none;
}

.new-home-container .cur-label-next{
	font-family: 'PT Sans Narrow';
}
.new-home-container .cur-label-next,
.new-home-container #currencies-block-top div.current strong,
.new-home-container #currencies-block-top ul{
	background:#000;
}

.new-home-container .navbar-custom-menu .logout,
.kanvas_header a{
    font-family:"Bozon";
    display:inline-block;
    font-size:14px;
    color:#f1f1f1;
    padding:2px 10px 2px 12px;
}

.new-home-container .kanvas_header a{
    color:#000;
}

.kanvas_header a span{ 
    margin-right: 6px;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat:no-repeat;
    background-position: left top;
    float:left
}

.kanvas_header a.login span{
    background-image: url('../img/login-white.png');
}

.new-home-container .kanvas_header a.login span{
	background-image: url('../img/login.png');
}

.new-home-container .navbar-custom-menu .logout,
.kanvas_header .register {
	background-color:#000;
	color:#fff;

}
.kanvas_header .register span{
    background-image: url('../img/register.png') ;
    
}

.new-home-container .block_my_account{
	display:inline-block;
}
.new-home-container.welcome .block_my_account{
	margin-right: 50px;
    padding-top: 16px;
}




#ajax-authentification-tabs{
    visibility: hidden;
    height: 1px;
    overflow: hidden;
}



.mylivechat_offline_oauth{
    display: none!important
}

@media (max-width:1024px){

.new-home-container{
	width:100%;
}
.new-home-container #header_logo{
	float:left;
	padding-top:10px;
	width:20%;
}
.new-home-container #header_logo .logo-home{
	width:100%;
    margin-top:0;
}

.new-home-container #header .navbar-right{
	width:auto;
}


}
@media (min-width:768px){
        .logout&gt;.fa{display:none;}    
		.header_right_user_info
	{
		position:absolute;
		right:0;
		top:0;
		z-index:10;
	}
    .new-home-container .intro h3{
      width: 80%
    }
}
@media (max-width:767px){
    .new-home-container.welcome .block_my_account{
        margin-right:0;
    }

     .logout&gt;span{
        display:none;
     }

    .new-home-container .header_right {
		width: 75%;
		position: relative;
		right: 0;
		float: right;
		text-align: right;
	}

	.new-home-container .navbar-custom-menu {
		background: #fff;
		text-align: right;
		width: 100%;
	}
	.kanvas_header a {
		font-size:12px;
	}
	/* add fefeh */
	.header_right_user_info
	{
		display:inline-block;
		margin:0px 0px 0px 10px !important;
	}
}
/* add fefeh */
.header_right_user_info #header_user_info
{
	color:#fff;
}
.header_right_user_info #header_user_info .logout
{
	background-color:#000;
	display:inline-block;
	padding:2px 10px 2px 12px;
}

.history_state .dark{
    color:#000;
}

body#password .button.button-medium{
    font-family:inherit;

}

.new-home-container a.decouvrir{
    background:#93006e;
    font-family: 'Bozon','PT Sans Narrow';
    font-weight: bold;
    color:#fff;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    padding: 4px 0 4px 0;
  
    border-radius: 5px;
    width: 65%;

}
.header_right_user_info #header_user {
   display:none;
}
.text-extra-r {
    margin-top:41px;
}
.text-extra-r a.langue {
    color: #23262b;
font-family: 'HelveticaNowDisplay';
font-size: 16px;
font-weight: 400;
font-style: normal;
letter-spacing: 0.16px;
    background:url(../img/new-theme/picto-langue.svg) no-repeat 0 5px;
    padding:0 0 0 26px;
}
.text-extra-r a.panier-bew {
    width: 142px;
height: 37px;
background-color: #23262b;
    display:inline-block;
    color: #ffffff;
font-family: 'HelveticaNowDisplay';
font-size: 16px;
font-weight: 300;
font-style: normal;
letter-spacing: 0.16px;
line-height: normal;
text-align: center;
        padding: 6px 10px;
    margin-left:20px;
}
.text-extra-r a.panier-bew:before {
    content:"";
    width: 15px;
height: 15px;
    background:url(../img/new-theme/shopping_cart.png) no-repeat 0 0;
    display:inline-block;
    margin-right:7px;
}
#header .shopping_cart  {
    display:none!important;
}
.footer-container #footer .footer-block .row &gt; div:first-child,
.footer-container #footer .footer-block .row &gt; div:nth-child(3) {
    display:none!important;
}
a.go-kanvas {
    cursor: pointer;
    color: white;
}
.new-home-container.welcome .block_my_account {
    display:none;
}
.tableau_36&gt;li&gt;a {
    height:221px;
}
.tableau_37&gt;li&gt;a {
    height:180px;
}
.product_list_tableau.tableau_40&gt;li&gt;a {
    height:242px;
    width:242px;
    background-size: 100%!important;
    background-repeat:no-repeat!important;
}
.product_list_tableau.tableau_41&gt;li&gt;a {
    height: 175px;
    width: 270px;
    background-size: 100%!important;
    background-repeat:no-repeat!important;
}
.tableau_42&gt;li&gt;a {
    height:214px;
}
/*.product-pochette-bootiti .box-info-product .box-info-product-outter,
.category-40 .box-info-product .box-info-product-outter,
.category-41 .box-info-product .box-info-product-outter,
.category-42 .box-info-product .box-info-product-outter,
.category-46 .box-info-product .box-info-product-outter,
.category-45 .box-info-product .box-info-product-outter,
.category-47 .box-info-product .box-info-product-outter,
.category-48 .box-info-product .box-info-product-outter,
.category-sacs-pochettes-et-trousses .box-info-product .box-info-product-outter {
    display:none;
}
.category-40 .pb-left-column #image-block img,
.category-41 .pb-left-column #image-block img,
.category-42 .pb-left-column #image-block img,
.category-46 .pb-left-column #image-block img,
.category-45 .pb-left-column #image-block img,
.category-47 .pb-left-column #image-block img,
.category-48 .pb-left-column #image-block img,
.category-sacs-pochettes-et-trousses .pb-left-column #image-block img {
    background:transparent;
}
*/
.category-40 .pb-left-column .btn-image-ambiance,
.category-41 .pb-left-column .btn-image-ambiance,
.category-42 .pb-left-column .btn-image-ambiance,
.category-46 .pb-left-column .btn-image-ambiance,
.category-45 .pb-left-column .btn-image-ambiance,
.category-48 .pb-left-column .btn-image-ambiance,
.category-47 .pb-left-column .btn-image-ambiance {
    display:none!important;
}
body.category .btn_ajout_panier {
    display:none!important;
}
.infos-address {
    font-size: 18px;
    text-align: center;
    margin: 40px 0;
    float:left;
    width:47%;
    line-height:125%;
}
.partenaire-adress {
    font-size: 18px;
    text-align: center;
    margin: 40px 0;
    float:right;
    width:47%;
    line-height:125%;
}
.infos-address .nom,
.partenaire-adress .nom {
    font-size:24px;
    font-weight:700;
    line-height:135%;
}
.partenaire-adress .nom span {
    font-weight:normal;
    font-size:20px;
}
.infos-address .top,
.partenaire-adress .top {
    min-height:325px;
}
.partenaire-adress .top img {
    width:90px;
    margin-bottom:20px;
}
.infos-address .top .logo {
    width:135px;
    margin:0 auto;
    background:#fff;
    margin-bottom:20px;
    padding:10px;
}
@media (max-width:768px) {
    .infos-address,
    .partenaire-adress {
        float:none;
        width:100%;
    }
    .map-responsive {
        overflow:hidden;
        padding-bottom:56.25%;
        position:relative;&gt;
        height:0;
        }

        .map-responsive iframe {
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
        }
}
.pb-right-column .specific-price {
    display:none;
}
.pb-right-column .specific-price {
    width: 100%;
    border-top: solid 1px #494e57;
    border-bottom: solid 1px #494e57;
    padding: 15px 20px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 28px;
    color: #fff;
    text-align:left;
}
.pb-right-column .specific-price em {
    color:#ababab;
    font-style:normal;
}

.product-pochette-bootiti .pb-right-column .specific-price,
.category-40 .pb-right-column .specific-price,
.category-41 .pb-right-column .specific-price,
.category-42 .pb-right-column .specific-price,
.category-46 .pb-right-column .specific-price,
.category-45 .pb-right-column .specific-price,
.category-48 .pb-right-column .specific-price,
.category-47 .pb-right-column .specific-price {
    display:block;
}
body.category-34 .tableau_45&gt;li&gt;a {
    height:173px;
}
body.category-34 .tableau_47&gt;li&gt;a {
    height:209px;
}
body.category-34 .tableau_46&gt;li&gt;a {
    height:131px;
}
body.category-34 .tableau_42&gt;li&gt;a {
    height:172px;
}
body.category-34 .tableau_48&gt;li&gt;a {
    height:160px;
}
.footer-extra .inner {
    max-width:1540px;
    margin:0 auto;
    display:flex;
    flex-wrap: wrap;
    padding:50px 0;
    align-items:center;
}
.footer-extra .left-footer {
    display:flex;
    width:34%;
    align-items:center;
}
.footer-extra .right-footer {
    display:flex;
    width:66%;
    flex-direction:row-reverse;
}
.footer-extra .logo {
    width:100px;
}
.footer-extra ul {
    display:flex;
    margin:0;
}
.footer-extra ul li a {
    border: 0;
    text-transform: initial;
    font-family: 'HelveticaNowDisplay';
    font-size: 16px;
    text-decoration: none;
    color: #23262b;
    font-weight: 400;
        padding: 15px 25px 15px 25px;
    display:block;
}
.footer-extra ul li {
    position:relative;
}
.footer-extra ul li:before {
    content: "";
    width: 1px;
    height: 31px;
    border: 1px solid #707070;
    opacity: 0.5;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}
.footer-extra .social {
    position:relative;
     width: calc(47% - 35px);
    text-align:right;
}
.footer-extra .social span {
    color: #23262b;
font-size: 16px;
font-weight: 700;
font-style: normal;
letter-spacing: 0.4px;
    text-transform:uppercase;
    vertical-align:middle;
}
.footer-extra .social img {
    margin:0;
    display:inline-block;
    height:18px;
    vertical-align:middle;
    margin-left:15px;
}
.footer-extra .paiement {
    position:relative;
     width: calc(40% - 35px);
}
.footer-extra .paiement span {
    color: #23262b;
font-size: 16px;
font-weight: 700;
font-style: normal;
letter-spacing: 0.4px;
    text-transform:uppercase;
    vertical-align:middle;
}
.footer-extra .paiement img {
    margin:0;
    display:inline-block;
    height:18px;
    vertical-align:middle;
    margin-left:15px;
}
.header-container .open-menu {
    display:block;
    background:url(../img/new-theme/hamburger.svg) no-repeat 0 0;
    width: 30px;
height: 20px;
    display:none;
}
.header-container .close-menu {
    display:block;
    background:url(../img/new-theme/icone-close.svg) no-repeat 0 0;
    width: 35px;
height: 35px;
    display:none;
    font-size:0;
    position: absolute;
    top: 35px;
    left: 80px;
}
@media (max-width:1540px) {
    .footer-extra .inner {
        max-width:100%;
        padding-left:15px;
        padding-right:15px;
    }
    .footer-extra .left-footer {
        width:40%;
    }
    .footer-extra .right-footer {
        width:60%;
    }
    .footer-extra .social {
        width:45%;
    }
    .footer-extra .paiement {
        width:52%;
    }
}
@media (max-width:1200px) {
    .footer-extra .inner {
        display:block;
    }
    .footer-extra .left-footer {
        width:100%;
        justify-content:center;
        padding-bottom:35px;
    }
    .footer-extra .right-footer {
        width:100%;
    }
    .footer-extra ul li a {
        padding:15px 35px;
    }
    .footer-extra .logo {
        width:150px;
    }
    .footer-extra .paiement {
        text-align:right;
    }
    .footer-extra .paiement span {
        padding-bottom:5px;
    }
    .footer-extra {
        background:#fafbfc;
    }
    .footer-extra .social {
        padding-left:40px;
        text-align:left;
    }
}
@media (max-width:1024px) {
    .list-cat-home .col-sm-3 {
        width:100%;
    }
    .list-cat-home .col-sm-3 img {
        height:200px;
        width:700px;
        object-fit:cover;
    }
    .list-cat-home h2 {
        text-align:center;
    }
    #block_top_menu {
       padding-top:0;
    }
    #header .languages-block,
    #header #currencies-block-top {
        margin-top:0;
    }
    #header .languages-block li:last-child {
        display:none;
    }
    #header .navbar-right {
       
    }
    header .row #header_logo {
        padding-top:15px;
    }
    .header-container #header {
        padding:25px;
    }
    .header-container #header .container {
        padding:0;
    }
    .new-home-container {
        background:#fff;
    }
    .bloc-passion {
        padding-top:45px;
        padding-bottom:45px;
        margin-top:0;
    }
    .bloc-passion .col-sm-6 {
        width:100%;
    }
    .bloc-passion .left-pass {
        
    }
    .bloc-passion .left-pass p {
        font-size:60px;
        position:relative;
        z-index:1;
    }
    .bloc-passion .left-pass:after {
        width: 137px;
        height: 130px;;
        background-size:cover;
        position:absolute;
        bottom:0;
        left:0;
    }
    .bloc-passion .right-pass:before {
        width: 137px;
        height: 142px;
        background-size:cover;
        top:-120px;
    }
    .bloc-passion .right-pass {
        
    }
    .new-home-container .row {
        position:relative;
    }
    .new-home-container .bloc-passion .row {
        padding-bottom:100px;
    }
    .bloc-passion .right-pass .bt img {
        display:none;
    }
    .bloc-passion .right-pass .top {
        position:absolute;
        top:25px;
        right:22%;
        display:none;
    }
    .bloc-passion .right-pass p {
        max-width:100%;
    }
    .bloc-passion .right-pass .bt a {
        float:none;
        display:inline-block;
    }
    .bloc-passion .right-pass .bt {
        text-align:center;
        margin-top:30px;
    }
}
@media (max-width: 767px) {
    header .row,
    header {
        position:static;
    }
    #page {
        position:relative;
    }
    .navbar-custom-menu {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        background:#fff;
        z-index:9999;
        height:100%;
        display:none;
    }
    .header-container .sf-menu {
        display:block;
    }
    .header-container #block_top_menu .sf-menu&gt;li&gt;a:before {
        display:none;
    }
    .header-container #block_top_menu .sf-menu&gt;li&gt;a {
        font-size:60px;
        line-height:100%;
        padding:0;
    }
    .header-container #block_top_menu .sf-menu&gt;li {
        padding-bottom:35px;
    }
    .header-container #block_top_menu {
        padding:0 75px;
        padding-top:75px;
        display:block;
        width:100%;
    }
    header .row #header_logo {
        padding:0;
    }
    .new-home-container {
        padding:0;
    }
    .accueil-col .col-md-12,
    .list-cat-home .col-sm-3 {
        padding-left:0;
        padding-right:0;
    }
    .list-cat-home {
        padding-left:45px;
        padding-right:45px;
    }
    .header-container #header {
        padding:20px 45px;
    }
    .bloc-passion .left-pass {
        padding-left:0;
        padding-right:0;
        padding-bottom:35px;
    }
    .bloc-passion .right-pass {
        padding-left:0;
        padding-right:0;
    }
    .bloc-passion .container {
        padding-left:45px;
        padding-right:45px;
    }
    .bloc-passion .left-pass p {
        max-width:65%;
    }
    .bloc-passion .left-pass p.un {
       padding-left:0;
        text-align:right;
    }
    .bloc-passion .left-pass p.deux {
        padding-left:0;
    }
    .bloc-passion .left-pass p.trois {
        padding-left:0;
        text-align:right;
    }
    .bloc-passion .right-pass .top {
        top:0;
    }
    .list-cat-home h2 {
        font-size:22px;
    }
    .bloc-passion {
        margin-top:25px;
    }
    .bloc-passion .right-pass .bt a {
        padding:25px 40px;
        width:auto;
        height:auto;
        font-size:22px;
        letter-spacing:-1px;
    }
    .bloc-passion .right-pass p {
        font-size:16px;
    }
    .bloc-passion .right-pass p br {
        display:none;
    }
    .list-cat-home .col-sm-3 img {
        height:160px;
    }
    #header .languages-block li span {
        font-size:30px;
    }
    #header .languages-block {
        background-size: 20px;
        background-position:0 0;
        margin-top:30px;
    }
    .header-container .open-menu {
        display:block;
        font-size:0;
        float:right;
        margin-top:8px;
    }
    body.menu .header-container .close-menu {
        display:block;
    }
    #header #currencies-block-top {
        background-size: 20px;
        background-position:0 0;
        margin-top:30px;
    }
    #header #currencies-block-top div.current strong {
        font-size:30px;
    }
}
@media (max-width: 500px) {
    .bloc-passion .left-pass p {
        font-size:40px;
        margin-bottom:0;
    }
    .bloc-passion .right-pass:before {
        width:75px;
        height:80px;
        right:-10px;
    }
    .bloc-passion .left-pass:after {
        width:75px;
        height:70px;
        bottom:0;
        left:0;
    }
    .bloc-passion .right-pass .top {
        right: 56px;
        width: 40px;
    }
    .new-home-container .bloc-passion .row {
        padding-bottom:50px;
    }
    .bloc-passion .right-pass .bt a {
        padding:20px 30px;
        font-size:20px;
    }
    .list-cat-home .col-sm-3 img {
        height:140px;
    }
    .navbar-header a {
        max-width:150px;
    }
    .footer-extra .inner {
        padding-left:0;
        padding-right:0;
        padding:20px 0;
    }
    .footer-extra ul li a {
        padding:10px 15px;
    }
    .footer-extra .logo {
        width:auto;
        margin-right: 15px;
    }
    .footer-extra .left-footer {
        padding-bottom:20px;
    }
    .footer-extra .right-footer {
        padding-right:15px;
    }
    .footer-extra .paiement span {
        font-size:14px;
    }
    .footer-extra .social span {
        font-size:14px;
    }
    .header-container #block_top_menu {
        padding-top:25px;
        padding:25px 45px 0 45px;
    }
    .header-container #block_top_menu .sf-menu&gt;li&gt;a {
        font-size:48px;
    }
    .header-container .close-menu {
        left:45px;
    }
}
@media (max-width: 390px) {
    .header-container .close-menu {
        left:25px;
    }
    .header-container #block_top_menu {
        padding:25px 25px 0 25px;
    }
    .bloc-passion .container,
    .list-cat-home {
        padding-left:20px;
        padding-right:20px;
    }
    .list-cat-home .col-sm-3 img {
        height:90px;
    }
    .header-container #header {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-header a {
        max-width:100px;
    }
    .footer-extra .left-footer {
        padding-left:10px;
        padding-right:10px;
        padding-bottom:10px;
    }
    .footer-extra ul li a {
        padding:10px 5px;
        font-size:13px;
    }
    .footer-extra ul li:before {
        height:20px;
    }
    .footer-extra .right-footer {
        display:block;
        padding-left:15px;
    }
     .footer-extra .social {
        width:100%;
         text-align:center;
         padding-left:0;
         padding-bottom:10px;
    }
    .footer-extra .paiement {
        width:100%;
        padding-bottom:15px;
        text-align:center;
    }
    .footer-extra .paiement span {
        text-align:center;
        display:block;
    }
    .footer-extra .paiement img {
        height:16px;
        margin:0;
    }
    .footer-extra .social img {
        height:17px;
        margin:0;
    }
    .footer-extra .social span {
        display:block;
        text-align:center;
        position:static;
        padding-bottom:7px;
    }
    .slider-home .wrap::before,
    .slider-home .wrap::after{
        width:30px;
    }
}
.slider-home {
    max-width:1540px;
    margin:0 auto;
    padding:100px 0;
}
.slider-home p {
    font-size:16px;
}
.slider-home &gt; p {
    text-transform:uppercase;
    margin-bottom:30px;
}
.slider-home .glide__slide p {
    color: #23262b;
font-family: 'HelveticaNowText';
font-size: 18px;
font-weight: 400;
font-style: normal;
    margin-top:10px;
}
.slider-home .glide__slide p strong {
    float:right;
}
.slider-home .glide__slide a img {
    width:100%;
    max-width:226px;
}
.link-home {
    margin-top:70px;
    text-align:center;
}
.link-home a {
    display:inline-block;
    /* Style for "Rectangle" */
width: 374px;
height: 92px;
background-color: #23262b;
    color: #ffffff;
font-family: 'HelveticaNowMicro';
font-size: 30px;
font-weight: 400;
    padding:35px 15px;
}
.slider-home h2 {
    color: #23262b;
font-family: 'HelveticaNowText';
font-size: 18px;
font-weight: 500;
font-style: normal;
}
.slider-home .glide__arrow {
    position:static;
    border:none;
    box-shadow:none;
    border-radius:0;
    display:inline-block;
    padding:0;
    background:url(../img/new-theme/prev.svg) no-repeat center center;
    font-size:0;
    width:30px;
    height:35px;
    background-size:cover;
}
.slider-home .glide__arrow--right {
    background-image:url(../img/new-theme/next.svg);
    margin-left:5px;
}
.slider-home .glide__arrows {
        position: absolute;
    top: -39px;
    left: 250px;
}
.slider-home .glide__slide p {
        padding-right:100px;
        position:relative;
        white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    line-height: 120%;
    padding-left:15px;
    }
    .slider-home .glide__slide p strong {
        position:absolute;
        top:0;
        right:15px;
    }
@media (max-width:1024px) {
    .slider-home {
        padding:45px 0;
        background: #fafbfc;
    }
    .link-home {
        margin-top:35px;
    }
    .slider-home .glide__slide p strong {
        right:0;
    }
    .slider-home .glide__slide p {
        padding-left:0;
    }
}
@media (max-width:767px) {
    .slider-home &gt; p {
        padding-left:45px;
        padding-right:45px;
    }
    .slider-home .glide__arrows {
        position: absolute;
        top: 44%;
        z-index: 1;
        width: 100%;
        left:0;
        padding:0 10px;
    }
    .slider-home .glide__arrow--right {
        float:right;
    }
    .slider-home .glide {
        position:static;
    }
    .slider-home .wrap {
        position:relative;
    }
    .slider-home .wrap::before {
        content:"";
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:50px;
        height: calc(100% - 41px);
        background:RGBA(255,255,255,0.8);
        z-index:1;
    }
    .slider-home .wrap::after {
        content:"";
        display:block;
        position:absolute;
        top:0;
        right:0;
        width:50px;
        height: calc(100% - 41px);
        background:RGBA(255,255,255,0.8);
    }
    .link-home a {
        padding: 25px 40px;
        width: auto;
        height: auto;
        font-size: 22px;
        letter-spacing: -1px;
    }
}
@media (max-width:390px) {
    .slider-home &gt; p {
        padding-left:20px;
        padding-right:20px;
    }
    .slider-home {
        padding:20px 0;
    }
}
.columns-container #columns &gt; .row {
    margin-left:0;
    margin-right:0;
}
body.category #search_block_top {
    padding:0;
    background-color: #fafbfc;
    padding-top:110px;
    padding-bottom:100px;
}
body.category #search_block_top h1 {
    margin:0;
    padding:0;
    text-align:center;
    font-size: 60px;
    font-weight: 700;
    color: #23262b;
    margin-bottom:40px;
}
body.category #search_block_top #searchbox {
    max-width: 694px;
    margin:0 auto;
    float:none;
    position:relative;
}
body.category #search_block_top h1 strong {
    color: rgba(35, 38, 43, 0.5);
}
body.category h1.page-heading {
    display:none;
}
body.category #search_block_top #search_query_top {
    border:none;
    background:#ebebeb;
    font-size: 16px;
font-weight: 400;
    color: #23262b;
    padding:10px 60px;
}
body.category #search_block_top .btn {
    background:url(../img/new-theme/md-search.svg) no-repeat 0 0;
    width:20px;
    height:20px;
    font-size:0;
    position:absolute;
    top:14px;
    left:20px;
}
body.category .columns-container #columns &gt; .row {
    padding-top:100px;
    padding-bottom:0;
    max-width:1140px;
    margin:0 auto;
}
body.category .columns-container #columns {
    padding-bottom:0;
}
body.category .columns-container {
    background-color: #ebebeb;
}
#columns.container {
    max-width:100%;
}
body.category .columns-container .btn-go-back {
    display:none;
}
body.category #center_column p .cat-name {
    display:block;
    color: #23262b;
    font-size: 30px;
font-weight: 400;
    margin-bottom:35px;
}
.category .product_img_link {
    position:relative;
}
.category .product_img_link .quick-view-wrapper-mobile {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:0;
    background-color: rgba(255, 255, 255, 0.5);
    transition: height 0.3s ease;
    overflow:hidden;
}
.category .product_img_link:hover .quick-view-wrapper-mobile {
    height:100%;
}
.category .product_img_link .quick-view-wrapper-mobile a {
    display:block;
    background:#fff;
    max-width:70%;
    text-align:center;
    color:#000;
    font-size:12px;
    padding:10px 0;
    margin:0 auto;
    margin-bottom:10px;
}
.category .product_img_link .quick-view-wrapper-mobile &gt; div {
    display:table;
    height:100%;
    width:100%;
}
.category .product_img_link .quick-view-wrapper-mobile &gt; div &gt; div {
    display:table-cell;
    vertical-align: bottom;
}
.category .product_img_link .quick-view-wrapper-mobile a.fancybox {
    background:#000;
    color:#fff;
    margin-bottom:25px;
}
.category ul#product_list {
    display:flex;
    flex-wrap:wrap;
}
body.category .columns-container #columns &gt; .row {
    position:relative;
}
body.category #pagination_bottom {
    position:absolute;
    bottom:35px;
    right:35px;
}

body.category #center_column .col-md-3,
body.category #center_column {
    position:static;
}
.product #columns.container {
    background:#fafbfc;
}
.product #columns.container #center_column {
    margin:0 auto;
    max-width:1540px;
}
.product .breadcrumb {
    display:none;
}
body.product .col-md-offset-3 {
    margin-left:0;
}
.colone-right-produit {
    padding-left:130px;
}
body.product a.btn-go-back {
    display: block;
    position: absolute;
    top: -39px;
    right: 15px;
    z-index: 1;
    color: #23262b;
    font-size: 12px;
    font-weight: 700;
    background:transparent url(../img/new-theme/prev.svg) no-repeat -7px -2px;
        height: auto;
    padding: 5px 15px;
    border:none;
    background-size:46px auto;
    padding-left:29px;
}
body.product .primary_block {
    padding-top:55px;
}
body.product .primary_block .pb-right-column {
    position:relative;
}
body.product .primary_block .content_prices {
    position:absolute;
    top:11px;
    right:0;
}
body.product .content_prices p {
    font-size:0;
    text-align:right;
}
body.product .content_prices p .price {
    font-size: 24px;
    color: #23262b;
    font-weight:700;
}
body.product #product_reference {
    display:block!important;
    margin:0;
    border-top: solid 1px #23262b;
    padding:10px 0;
}
body.product .product-title {
    border:none;
    margin-bottom:0;
    width: calc(100% - 100px);
}
body.product #product_reference label {
    display:inline;
    color:#888;
    font-weight:normal;
}
body.product #product_reference .editable {
    display:inline;
    color:#888;
}
.product #page .rte {
    padding:0 0 20px 0;
}
.product #page .rte p {
    font-size:14px;
    color:#23262b;
    margin:0 0 5px 0;
}
body.product. p.extra-show {
    display:none;
}
body.product.category-2 p.extra-show {
    display:block;
}


@media (max-width:1200px) and (min-width:990px) {
    .list-cat-home h2 {
        font-size:20px;
        letter-spacing:normal;
    }
    .bloc-passion .left-pass p {
        font-size:60px;
        line-height:75%;
    }
    .bloc-passion .right-pass p br {
        display:none;
    }
}
@media (max-width:1200px) {
    body.category #search_block_top h1 br {
        display:none;
    }
    body.category #search_block_top h1 {
        padding-left:15px;
        padding-right:15px;
    }
    .colone-right-produit {
        padding-left:15px;
    }
}
@media (max-width:1024px) {
    body.category #search_block_top h1 {
        font-size:48px;
    }
    body.category #columns.container {
        padding-left:0;
        padding-right:0;
    }
}
@media (max-width:768px) {
    body.category #search_block_top #searchbox {
        padding-right:15px;
        padding-left:15px;
    }
    body.category #search_block_top .btn {
        left:30px;
    }
    body.category #search_block_top {
        padding-top:50px;
        padding-bottom:50px;
    }
    body.category .columns-container #columns &gt; .row {
        padding-top:30px;
        padding-bottom:30px;
    }
    ul.product_list.grid&gt;li {
        width:50%;
        float:none;
        padding-bottom:0;
    }
    #left_column #block_top_menu {
        padding-right:0;
        padding-bottom:35px;
    }
    ul.product_list.grid&gt;li .product-container .button-container {
        display:none!important;
    }
    ul.product_list.grid&gt;li .product-container .product-image-container {
        margin-bottom:0;
    }
    #product .product-title {
        font-size:20px;
    }
    body.product .primary_block .content_prices {
        height:auto;
        top:-5px;
    }
    body.product .primary_block .content_prices {
        padding-bottom:0;
    }
}
@media (max-width:768px) {
    .product #columns.container #center_column {
        padding-left:0;
        padding-right:0;
    }
}
.category-les-panoramiques #left_column #block_top_menu .sf-menu&gt;li:nth-child(2)&gt;ul,
.category-les-multi-panneaux #left_column #block_top_menu .sf-menu&gt;li:nth-child(2)&gt;ul,
.category-abstrait #left_column #block_top_menu .sf-menu&gt;li:nth-child(2)&gt;ul,
.category-photo-ancienne #left_column #block_top_menu .sf-menu&gt;li:nth-child(2)&gt;ul,
.category-couleur-tropical #left_column #block_top_menu .sf-menu&gt;li:nth-child(2)&gt;ul{
    display:block;
}
#category #left_column #block_top_menu .sf-menu&gt;li:nth-child(2) {
    position:relative;
}
#category #left_column #block_top_menu .sf-menu&gt;li:nth-child(2)::after {
    content:"";
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
#category #left_column #block_top_menu .sf-menu&gt;li.parent_open::after {
    display:none!important;
}
.cms-a-propos-de-nous h1.page-heading.bottom-indent {
    display:none;
}
.cms-a-propos-de-nous #center_column {
    padding-left:0;
    padding-right:0;
}
.silver-props {
    height: 820px;
    background-color: #fafbfc;
    text-align:center;
}
.silver-props .inner-silver {
    max-width:755px;
    margin:0 auto;
    padding-top:160px;
}
#cms.cms-a-propos-de-nous #center_column img {
    margin:inherit;
}
.silver-props .inner-silver img {
    display:inline-block;
}
.silver-props .inner-silver h2 {
    color: #23262b;
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.6px;
    line-height: 72px;
    text-align: center;
    margin-bottom:20px;
}
.silver-props .inner-silver h2 strong {
    color: rgba(35, 38, 43, 0.5);
}
.silver-props .inner-silver p.lg {
    margin-bottom:0;
    padding-bottom:50px;
}
.silver-props .inner-silver p.lg img {
    margin-bottom:50px;
}
.silver-props .inner-silver .lk {
    text-align:center;
}
.silver-props .inner-silver .lk a {
    display:inline-block;
    width: 360px;
    height: 90px;
    background-color: #23262b;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.3px;
    line-height: normal;
    color: #ffffff;
    padding:21px 15px;
}
.infos-propos {
    background-color: rgba(235,235,235,0.61);
}
.infos-propos .infos-inner {
    max-width:1270px;
    margin:0 auto;
    padding-top:90px;
    padding-bottom:350px;
    color: #23262b;
}
.infos-propos .top-props {
    display:flex;
    flex-wrap: wrap;
    padding-bottom:100px;
}
.infos-propos .top-props .sign {
    width:40%;
}
.infos-propos .top-props .ksm {
    width:56%;
    margin-left:4%;
}
#cms #center_column .infos-propos .top-props .sign p {
    color: #23262b;
    font-size: 12px;
    font-style: normal;
letter-spacing: normal;
line-height: normal;
text-align: left;
    font-weight:700;
    padding-left:25px;
}
#cms #center_column .infos-propos .top-props .sign img {
    margin-bottom:47px;
}
#cms #center_column .infos-propos .top-props .sign p span {
    font-weight:400;
}
.infos-propos .top-props .ksm h2 {
    margin:0;
    font-size: 30px;
font-weight: 400;
font-style: normal;
letter-spacing: normal;
line-height: normal;
text-align: left;
    color: #23262b;
    margin-bottom:20px;
}
.infos-propos .top-props .ksm p {
    color: #23262b;
    font-size: 18px!important;
font-weight: 400;
font-style: normal;
letter-spacing: 0.18px;
line-height: normal;
text-align: left;
    margin:0;
}
.bot-props {
    display:flex;
    flex-wrap:wrap;
}
.bot-props .artist {
    width:46%;
    margin-right:21%;
}
.bot-props .photo {
    width:33%;
}
.bot-props .artist h2 {
    margin:0;
    font-size: 30px;
font-weight: 400;
    margin-bottom:10px;
}
.bot-props .artist p {
    font-size: 18px!important;
font-weight: 400;
font-style: normal;
letter-spacing: 0.18px;
line-height: normal;
text-align: left;
    margin-bottom:20px;
}
.silver-galls {
    max-width:1520px;
    margin:0 auto;
    margin-top:-200px;
}
.silver-galls .gallery {
    display:flex;
    flex-wrap:wrap;
}
.silver-galls .box {
    padding:0;
    margin:0;
    line-height:normal;
    width:33.33%;
    padding:0 20px 20px 0;
}
.cms-a-propos-de-nous #columns.container {
    padding-bottom:0;
}
@media (max-width:1200px) {
    .cms-a-propos-de-nous #columns.container {
        padding-left:0;
        padding-right:0;
        padding-bottom:0;
    }
}
@media (max-width:1030px) {
    .bot-props .artist {
        padding-left:25px;
        width: 55%;
        margin-right: 12%;
    }
    .silver-galls .box {
        padding:0 5px 10px 5px;
    }
}
@media (max-width:768px) {
    .silver-props {
        height:auto;
        background:#fff;
    }
    .silver-props .inner-silver p.lg {
        display:none;
    }
    .silver-props .inner-silver {
        padding-top:25px;
        padding-bottom:50px;
    }
    .silver-props .inner-silver h2 {
        font-size: 40px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: -0.24px;
        line-height: normal;
        text-align: center;
        padding-left:45px;
        padding-right:45px;
    }
    .silver-props .inner-silver h2 br {
        display:none;
    }
    .infos-propos .top-props {
        display:block;
    }
    .infos-propos .top-props .sign {
        width:100%;
        padding-left:45px;
        padding-right:45px;
        padding-bottom:40px;
    }
    .infos-propos .top-props .ksm {
        width:100%;
        padding-left:45px;
        padding-right:45px;
        margin-left:0;
    }
    #cms #center_column .infos-propos .top-props .sign p {
        padding-left:0;
    }
    .infos-propos .infos-inner {
        padding-top:60px;
        padding-bottom:120px;
    }
    .bot-props {
        padding-left:45px;
        padding-right:45px;
    }
    .bot-props .artist {
        width:100%;
        margin-right:0;
        padding-left:0;
        order:2;
    }
    .bot-props .photo {
        width:100%;
        order:1;
        padding-bottom:30px;
    }
    .infos-propos .top-props {
        padding-bottom:25px;
    }
    .silver-galls {
        margin-top:0;
    }
    .silver-galls .box {
        width:50%;
        padding:0;
    }
}
@media (max-width:480px) {
    .silver-props .inner-silver h2 {
        line-height:100%;
        font-size:24px;
    }
    .silver-props .inner-silver .lk a {
        width:310px;
    }
    .infos-propos .top-props .ksm h2,
    .bot-props .artist h2 {
        font-size:24px;
    }
    .infos-propos .top-props .ksm p,
    .bot-props .artist p {
        font-size:14px!important;
    }
}
@media (max-width:380px) {
    .silver-props .inner-silver .lk a {
        width:85%;
    }
    .infos-propos .top-props .sign,
    .infos-propos .top-props .ksm,
    .bot-props {
        padding-left:25px;
        padding-right:25px;
    }
}
.contact h1.page-heading.bottom-indent {
    display:none;
}
.contact #center_column {
    padding-left:0;
    padding-right:0;
    background:#fafbfc;
}
.contact .conv-widget.conv_type_inline .conv-widget-h {
    background:transparent!important;
}
.page-contact-inner {
    max-width:1520px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    padding-bottom:60px;
}
.page-contact-inner .form-left {
    width:51%;
    padding-top:180px;
    text-align:left;
}
.page-contact-inner .form-left p.lg {
    max-width:490px;
    margin-bottom:125px;
}
.page-contact-inner .form-left p.lg img {
    display:inline-block;
    margin:0;
}
.page-contact-inner .form-right {
    width:49%;
    padding-top:55px;
}
.page-contact-inner .conv-widget.conv_type_inline .conv-ref {
    display:none;
}
.page-contact-inner .conv_id_form .conv-form-field-input textarea {
    height:200px!important;
}
.page-contact-inner .conv_id_btn .conv-btn-h {
    max-width:200px;
}
.form-left p.adresse,
.form-left p.tel,
.form-left p.email {
    font-size: 34px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.6px;
    line-height: 135%;
    text-align: left;
    color: #23262b;
}
.page-contact-inner .form-right h2 {
    font-size: 60px;
font-weight: 700;
font-style: normal;
letter-spacing: -0.6px;
line-height: 72px;
    color: #23262b;
    margin-bottom:60px;
}
.contact #columns.container {
    padding-bottom:0;
}
.inner-decl p {
    font-size: 18px;
    font-weight: 600;
    margin: 25px 0;
}
.inner-decl .show-img ul {
    display:flex;
    flex-wrap:wrap;
}
.inner-decl .show-img ul li {
    flex:0 0 25%;
}
.inner-decl .show-img ul li a {
    display:block;
    position:relative;
    height:105px;
    overflow:hidden;
}
.inner-decl .show-img ul li a span {
    display:block;
    position:absolute;
    bottom:-50px;
    left:0;
    background-color: rgba(15, 3, 3, 0.5);
    width: 100%;
    padding: 6px 5px;
    font-size: 13px;
    color:#fff;
    transition: all 0.3s ease;
}
.inner-decl .show-img ul li a:hover span {
    bottom:0;
}
.category-48 #left_column #block_top_menu .sf-menu &gt; li:nth-child(2) &gt; ul.submenu-container,
.category-31 #left_column #block_top_menu .sf-menu &gt; li:nth-child(2) &gt; ul.submenu-container,
.category-32 #left_column #block_top_menu .sf-menu &gt; li:nth-child(2) &gt; ul.submenu-container,
.category-49 #left_column #block_top_menu .sf-menu &gt; li:nth-child(2) &gt; ul.submenu-container,
.category-50 #left_column #block_top_menu .sf-menu &gt; li:nth-child(2) &gt; ul.submenu-container,
.category-51 #left_column #block_top_menu .sf-menu &gt; li:nth-child(1) &gt; ul.submenu-container,
.category-52 #left_column #block_top_menu .sf-menu &gt; li:nth-child(1) &gt; ul.submenu-container,
.category-53 #left_column #block_top_menu .sf-menu &gt; li:nth-child(3) &gt; ul.submenu-container,
.category-54 #left_column #block_top_menu .sf-menu &gt; li:nth-child(3) &gt; ul.submenu-container,
.category-55 #left_column #block_top_menu .sf-menu &gt; li:nth-child(3) &gt; ul.submenu-container,
.category-58 #left_column #block_top_menu .sf-menu &gt; li:nth-child(3) &gt; ul.submenu-container,
.category-59 #left_column #block_top_menu .sf-menu &gt; li:nth-child(3) &gt; ul.submenu-container {
    display:block!important;
}
.category-48 #left_column #block_top_menu .sf-menu &gt; li:nth-child(2)&gt;a:after,
.category-31 #left_column #block_top_menu .sf-menu &gt; li:nth-child(2)&gt;a:after,
.category-32 #left_column #block_top_menu .sf-menu &gt; li:nth-child(2)&gt;a:after,
.category-49 #left_column #block_top_menu .sf-menu &gt; li:nth-child(2)&gt;a:after,
.category-50 #left_column #block_top_menu .sf-menu &gt; li:nth-child(2)&gt;a:after,
.category-51 #left_column #block_top_menu .sf-menu &gt; li:nth-child(1)&gt;a:after,
.category-52 #left_column #block_top_menu .sf-menu &gt; li:nth-child(1)&gt;a:after,
.category-53 #left_column #block_top_menu .sf-menu &gt; li:nth-child(3)&gt;a:after,
.category-54 #left_column #block_top_menu .sf-menu &gt; li:nth-child(3)&gt;a:after,
.category-55 #left_column #block_top_menu .sf-menu &gt; li:nth-child(3)&gt;a:after,
.category-58 #left_column #block_top_menu .sf-menu &gt; li:nth-child(3)&gt;a:after,
.category-59 #left_column #block_top_menu .sf-menu &gt; li:nth-child(3)&gt;a:after {
    content: "\f078";
}
body.category .product-count,
body.category .product-per-page,
body.category .content_sortPagiBar {
    display:none;
}
body.category ul.pagination {
    padding:0;
}
body.category .pagination {
    margin:0;
    padding:0;
}
body.category ul.pagination li:not([class]) &gt; a {
    border:1px solid rgba(35, 38, 43, 0.5);
    background:transparent;
    margin:0 2px;
}
body.category ul.pagination li.current &gt; span {
    border:1px solid rgba(35, 38, 43, 0.5);
    background:transparent;
    background:#ddd;
    color:#333;
}
body.category ul.pagination li:not([class]) &gt; a:hover {
    border:1px solid rgba(35, 38, 43, 0.5);
    background:transparent;
    background:#ddd;
    color:#333;
}
body.category ul.pagination .disabled {
    display:none!important;
}
body.category ul.pagination li.pagination_previous,
body.category ul.pagination li.pagination_next {
    
}
body.category ul.pagination li.pagination_next,
body.category ul.pagination li.pagination_previous {
    padding:0;
    background:transparent;
}
body.category ul.pagination li.pagination_next a,
body.category ul.pagination li.pagination_previous a {
    padding:0;
    background:transparent;
    position:relative;
    margin:0 10px;
}
body.category ul.pagination li.pagination_next a::before,
body.category ul.pagination li.pagination_previous a::before {
    content:"Voir les suivants";
    display:block;
    color: #23262b;
    font-size: 20px;
    font-family: 'HelveticaNowDisplay';
    font-weight:500;
}
body.category ul.pagination li.pagination_next a::after,
body.category ul.pagination li.pagination_previous a::after {
    content:"";
    display:block;
    background:url(../img/new-theme/arrow-g.png) no-repeat 0 0;
        width: 17px;
    height: 34px;
    position: absolute;
    top: -2px;
    right: -30px;
    background-size: 100% auto;
    transform : rotate(-90deg);
}
body.category ul.pagination li.pagination_next a b,
body.category ul.pagination li.pagination_previous a b {
    display:none;
}
body.category ul.pagination li.pagination_previous a::before {
    content:"Voir les prÃ©cÃ©dents";
}
body.category ul.pagination li.pagination_previous a::after {
    transform: rotate(90deg);
    right: auto;
    left: -30px;
}
body.category ul.pagination li.pagination_previous {
    margin-bottom:60px;
}
body.category #center_column {
    min-height:960px;
    padding-bottom:70px;
}
body .ac_results li {
    padding: 12px 19px;
    font-size:14px;
}
body .ac_results {
    background: #fff;
    border: 1px solid #d6d4d4;
}
.box-info-product-outter .product_attributes {
    border:none;
    padding:0;
}
.box-info-product-outter .product_attributes #attributes {
    border-top: solid 1px #23262b;
    border-bottom: solid 1px #23262b;
    padding:10px 0;
}
#product #views_block {
    display:none;
}
#product #views_block.shows {
    display:block;
}
@media (max-width:1560px) {
    .contact #columns.container {
        padding-left:0;
        padding-right:0;
    }
    .page-contact-inner .form-left {
        padding-left:20px;
    }
    .form-left p.adresse,
    .form-left p.tel,
    .form-left p.email  {
        font-size:34px;
        line-height:130%;
    }
    .page-contact-inner .form-left p.lg {
        max-width:400px;
    }
}
@media (max-width:1100px) {
    body.category #pagination_bottom {
        left:15px;
    }
}
@media (max-width:768px) {
    body.category #pagination_bottom {
        position: static;
        padding-top: 35px;
    }
    .page-contact-inner {
        
    }
    .page-contact-inner .form-left {
        width:100%;
        padding-top:60px;
        order:2;
        padding-right:20px;
    }
    .page-contact-inner .form-right {
        width:100%;
        padding-left:15px;
        order:1;
        padding-top:0;
    }
    .page-contact-inner .form-right h2 {
        margin-bottom:30px;
    }
    .page-contact-inner .form-left p.lg {
        margin-bottom:25px;
    }
    .form-left p.adresse, .form-left p.tel, .form-left p.email {
        font-size:40px;
    }
    #category #center_column {
        clear:both;
    }
    body.category #search_block_top h1 {
        font-size:34px;
    }
    #attributes .attribute_list input.attribute_radio {
        float:none;
    }
}
.category-les-papiers-peints .box-info-product-outter {
    border:none;
}
body.search.category h1.page-heading {
    display:block;
    color:#000;
    border:none;
}
body.search.category h1.page-heading span.lighter {
    color: #623cdc;
}
body.search.category .columns-container #columns &gt; .row {
    padding-top:45px;
}
body.search.category .page-heading span.heading-counter {
    color:#333;
}</pre></body></html>