.iqitfake{} /*** Style mixins ***/ /*** Variables mixins and functions ***/ body { background: #f6f5f2; } .container, .elementor-section.elementor-section-boxed > .elementor-container { max-width: 1270px; } a:link:not(.nav-link):not(.btn), a:visited:not(.nav-link):not(.btn) { color: #402324; } a:hover:not(.nav-link):not(.btn) { color: #ac723a; } .pagination .page-list li:hover { border-color: #ac723a; } .pagination .page-list li.current { border-color: #ac723a; } .pagination .page-list li.current a { color: #ac723a; } #mobile-header { background: #f7f5f2; border-bottom: solid 1px #e3e3e3; } #mobile-header #mobile-header-sticky { background: #f7f5f2; } #mobile-header .mobile-main-bar { padding-top: 1.11111rem; padding-bottom: 1.11111rem; } #mobile-header .m-nav-btn { color: #000; } #mobile-header .m-nav-btn:hover { color: #b58655; } #mobile-header .m-nav-btn > span { display: none !important; } #mobile-header .mobile-buttons-bar { background: #c9c9c9; } html { font-size: 18px; } @media (max-width: 767px) { html { font-size: 16px; } } body { line-height: 1.4rem; } body { font-family: 'Open Sans', sans-serif; } .h1, .h2, .block-title, .page-title, .modal-title, .step-title { font-family: 'Prata', serif; } #blockcart-content { background: #fff; border: none 1px; box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.15); } #blockcart-content .cart-products > li, #blockcart-content .cart-subtotals { border-color: #fff; } #blockcart-content .cart-products::-webkit-scrollbar-thumb { background-color: #fff; } /*** Secondary button ***/ .btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled { background: rgba(248, 248, 248, 0); color: #ac723a; border: solid 2px #ac723a; } .btn-secondary:hover, .btn-secondary.disabled:hover, .btn-secondary:disabled:hover, .btn-secondary:focus, .btn-secondary.disabled:focus, .btn-secondary:disabled:focus, .btn-secondary :active, .btn-secondary.disabled :active, .btn-secondary:disabled :active { background: rgba(181, 134, 85, 0); color: #402324; border-color: #402324; } .btn-secondary:not(:disabled):not(.disabled):active { background: rgba(255, 255, 255, 0); color: #402324; border-color: #402324; } .btn-outline-secondary, .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { background: rgba(248, 248, 248, 0); color: #ac723a; border: solid 2px #ac723a; } .btn-outline-secondary:hover, .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover { background: rgba(181, 134, 85, 0); color: #402324; border: solid 2px #ac723a; } /*** Primary button ***/ .btn-primary, .btn-primary.disabled, .btn-primary:disabled { background: rgba(255, 255, 255, 0); color: #ac723a; border: solid 2px #ac723a; } .btn-primary:hover, .btn-primary.disabled:hover, .btn-primary:disabled:hover, .btn-primary:focus, .btn-primary.disabled:focus, .btn-primary:disabled:focus, .btn-primary :active, .btn-primary.disabled :active, .btn-primary:disabled :active { background: rgba(255, 255, 255, 0); color: #402324; border-color: #402324; } .btn-primary:not(:disabled):not(.disabled):active { background: rgba(255, 255, 255, 0); color: #402324; border-color: #402324; } #wrapper .breadcrumb { padding-top: 0.55556rem; padding-bottom: 0.55556rem; margin-top: -0.83333rem; margin-bottom: 0.83333rem; font-size: 0.66667rem; font-style: normal; font-weight: normal; text-transform: none; display: none !important; } #wrapper .breadcrumb li:after { color: #000; } #wrapper .breadcrumb a { color: #000; } /*** Text fields ***/ .form-control { background-color: rgba(255, 255, 255, 0); color: #ac723a; border: solid 2px #ac723a; } .custom-select2, .custom-select2 option { background-color: rgba(255, 255, 255, 0); } .custom-select2:after { color: #ac723a; } .bootstrap-touchspin .btn-touchspin { background-color: rgba(255, 255, 255, 0); color: #ac723a; border: solid 2px #ac723a; } .bootstrap-touchspin .btn-touchspin:hover { color: #ac723a; background: rgba(0, 0, 0, 0); } .form-control::-webkit-input-placeholder { color: #ac723a; } .form-control::-moz-placeholder { color: #ac723a; } .form-control:-ms-input-placeholder { color: #ac723a; } .form-control:-moz-placeholder { color: #ac723a; } .form-control:focus { color: #ac723a; background: rgba(0, 0, 0, 0); border-color: #ac723a; } .custom-select2:focus-within { background: rgba(0, 0, 0, 0); } /*** Radio buttons and checkboxes ***/ .custom-checkbox input[type=checkbox] + span .checkbox-checked { color: #402324; } .custom-radio input[type=radio]:checked + span { background-color: #402324; } .custom-checkbox input[type=checkbox] + span:not(.color), .custom-radio { background: rgba(255, 255, 255, 0); color: #402324; border-color: #ac723a; } /*** Dropdowns ***/ .dropdown-menu, .autocomplete-suggestions { background: #fff; border: none 3px; } .dropdown-menu .dropdown-item, .autocomplete-suggestions .dropdown-item { color: #402324!important; border-bottom: none 3px; } .dropdown-menu .dropdown-item:focus, .autocomplete-suggestions .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .autocomplete-suggestions .dropdown-item:hover { background: rgba(64, 35, 36, .05); } /*** Tooltips ***/ .tooltip-inner { background: rgba(51, 51, 51, 0); color: #402324; } .tooltip.bs-tether-element-attached-bottom .tooltip-inner:before, .tooltip.tooltip-top .tooltip-inner:before, .bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before { border-top-color: rgba(51, 51, 51, 0); } .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before { border-bottom-color: rgba(51, 51, 51, 0); } /*** Modals ***/ .modal-backdrop { background: rgba(194, 194, 194, 0.7); } .modal-content { background: #fff; border: none 1px; } .js-quickview-np-btn { background: #fff; } /*** Notifications ***/ .ns-box { background: #fff; color: #402324; border: none 1px; } .product-price { color: #ac723a; } .iqit-review-star { color: #ac723a; } .product-flags .product-flag { font-size: 0.61111rem; font-style: normal; font-weight: normal; text-transform: none; } .product-flags .discount, .product-flags .on-sale { background: #ac723a; color: #fff; } .product-flags .new { background: #ac723a; color: #fff; } .product-flags .online-only, .product-flags .pack { background: #ac723a; color: #fff; } .discount { background: #ac723a; color: #fff; } .product-available { background: #ac723a; color: #fff; } .product-unavailable { background: #402324; color: #fff; } .alert-success { background: #fff; color: #000; border-color: #fff; } .alert-success a:link:not(.nav-link):not(.btn), .alert-success a:visited:not(.nav-link):not(.btn) { color: #000; text-decoration: underline; } .alert-info { background: #fff; color: #000; border-color: #fff; } .alert-info a:link:not(.nav-link):not(.btn), .alert-info a:visited:not(.nav-link):not(.btn) { color: #000; text-decoration: underline; } .alert-warning { background: #fff; color: #ac723a; border-color: #fff; } .alert-warning a:link:not(.nav-link):not(.btn), .alert-warning a:visited:not(.nav-link):not(.btn) { color: #ac723a; text-decoration: underline; } .alert-danger { background: #fff; color: #ac723a; border-color: #fff; } .alert-danger a:link:not(.nav-link):not(.btn), .alert-danger a:visited:not(.nav-link):not(.btn) { color: #ac723a; text-decoration: underline; } #page-preloader { background: #f0f0f0; } #back-to-top { background: #000; color: #fff; } #back-to-top:hover { background: #ac723a; color: #fff; } ::-webkit-scrollbar { -webkit-appearance: none; width: 7px; } ::-webkit-scrollbar-thumb { background: #000; } ::-webkit-scrollbar-track { background: #fff; } body { scrollbar-face-color: #000; scrollbar-track-color: #fff; } #header { background: #f6f5f2; border-top: none 1px; border-bottom: none 1px; } .sticky-desktop-wrapper #desktop-header.stuck-header { background: #f6f5f2; border-bottom: none 1px; } #header .header-nav { color: #402324; background: #fff; border-bottom: none 1px; padding-top: 0.44444rem; padding-bottom: 0.44444rem; font-size: 0.66667rem; } #header .header-nav a { color: #402324; } #header .header-nav a:hover { color: #ac723a; } #header .header-nav .social-links._topbar { font-size: 0.77778rem; } #header .header-nav .social-links._topbar a:not(:hover) { color: #402324 !important; } #header .header-nav .social-links._topbar a:hover { color: #ac723a !important; } .header-top { padding-top: 0.55556rem; padding-bottom: 0.55556rem; color: #402324; } .header-top a:not(.btn):not(.nav-link) { color: #402324; } .header-top a:not(.btn):not(.nav-link):hover { color: #ac723a; } .header-top .form-search-control { border: solid 1px #e3e3e3; } .header-top .header-btn-w .header-btn > .icon { font-size: 1.11111rem; display: block; } .header-top .header-btn-w .header-btn .title { display: none !important; } .header-top .header-cart-default a.cart-toogle { background: #b37a3d; color: #402324; padding: 0.5rem 0.5rem; } .header-top .header-cart-default a.cart-toogle:hover { color: #402324; } .header-top a.header-cart-btn:not(:hover) { color: #402324; } .sticky-desktop-wrapper #desktop-header.stuck-header, .stuck-menu { background: #f6f5f2; } .header-top { transition: padding 0.3s ease; } .cart-products-count-btn { background: #fff; color: #ac723a; } .desktop-header-style-1 .search-widget, .desktop-header-style-2 .search-widget { max-width: 50%; } /*** HORIZONTAL MENU ***/ #iqitmegamenu-horizontal { border-top: none 3px #521919; border-right: none 3px #38b82c; border-bottom: none 3px #457deb; border-left: none 3px #a6cc0f; } .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link { line-height: 2.77778rem; max-width: 13.88889rem; color: #402324; padding-left: 0.83333rem; padding-right: 0.83333rem; border-left: none 2px rgba(87, 87, 87, 0.57); } #sticky-cart-wrapper a.header-cart-btn:not(:hover) { color: #402324; } #sticky-cart-wrapper .ps-shoppingcart.side-cart #blockcart-content { top: -0.94444rem; } .cbp-vertical-on-top .cbp-vertical-title { line-height: 2.77778rem !important; } .cbp-vertical-on-top .cbp-vertical-title-text { display: none !important; } .cbp-horizontal > ul > li.cbp-hropen > a, .cbp-horizontal > ul > li.cbp-hropen > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li.cbp-hropen > a:hover { background: rgba(0, 0, 0, 0); color: #ac723a; } .cbp-horizontal .cbp-tab-title { font-size: 0.88889rem; letter-spacing: 0.05556rem; font-style: normal; font-weight: normal; text-transform: none; line-height: 1em; } .cbp-horizontal .cbp-legend { background: rgba(255, 255, 255, 0); color: #402324; } .cbp-horizontal .cbp-mainlink-icon, .cbp-horizontal .cbp-mainlink-iicon { font-size: 1.11111rem; max-height: 1.11111rem; } .cbp-horizontal > ul { text-align: center; } .cbp-horizontal > ul > li { float: none; text-align: left; } @media (max-width: 1300px) { .cbp-horizontal .cbp-tab-title { font-size: 0.77778rem; } .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link { padding-left: 0.55556rem; padding-right: 0.55556rem; } } .iqitmegamenu-submenu-container { padding: 0; } .cbp-vertical-on-top #cbp-hrmenu1-ul { /*** VERTICAL MENU ***/ background: #fff; border: solid 1px #e3e3e3; } #content-wrapper #cbp-hrmenu1 { background: #fff; border: solid 1px #e3e3e3; } #cbp-hrmenu1 .cbp-vertical-title { font-size: 1rem; font-style: normal; font-weight: normal; text-transform: none; color: #fff; background: #000; line-height: 2.77778rem; } #cbp-hrmenu1 .cbp-vertical-title:hover { color: #fff; background: #000; } #cbp-hrmenu1 > ul > li > a, #cbp-hrmenu1 > ul > li > span.cbp-main-link { font-style: normal; font-weight: normal; text-transform: none; padding-top: 0.44444rem; padding-bottom: 0.44444rem; border-top: solid 1px rgba(227, 227, 227, 0.35); } #cbp-hrmenu1 > ul > li > a .cbp-mainlink-icon, #cbp-hrmenu1 > ul > li > a .cbp-mainlink-iicon { font-size: 1.33333rem; max-height: 1.33333rem; } #cbp-hrmenu1 > ul > li.cbp-hropen > a, #cbp-hrmenu1 > ul > li.cbp-hropen > a:hover { background: #f8f8f8; color: #333; } #cbp-hrmenu1 .cbp-legend { background: #ca5058; color: #fff; } #cbp-hrmenu1 .cbp-hrsub, #cbp-hrmenu1 > ul, #cbp-hrmenu1 .cbp-hrsub-level2, #cbp-hrmenu1 .cbp-hrsub-wrapper { transition: visibility 300ms ease-in-out, opacity 300ms ease-in-out; } .cbp-vert-expanded #cbp-hrmenu1 .cbp-vertical-title { color: #fff; background: #000; } .cbp-not-on-top #cbp-hrmenu1-ul { position: relative; } .cbp-hrmenu.cbp-vertical .cbp-hrsub-wrapper { top: 0; margin-top: 0px !important; min-height: 100%; } .cbp-hrmenu.cbp-vertical .cbp-hrsub { min-height: 100%; } .cbp-hrmenu.cbp-vertical .cbp-show { -js-display: flex; display: flex; flex-wrap: wrap; } .cbp-hrmenu.cbp-vertical .cbp-hrsub-inner { width: 100%; } /*** SUBMENU ***/ .cbp-hrmenu .cbp-hrsub { font-size: 0.77778rem; font-style: normal; font-weight: normal; text-transform: none; } .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu ul.cbp-hrsub-level2 { background: #fff; border: none 1px #37a625; box-shadow: 0px 15px 25px 0px rgba(74, 63, 63, 0.15); } .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu .cbp-hrsub-inner a, .cbp-hrmenu .cbp-hrsub-inner a:link { color: !important; } .cbp-hrmenu .cbp-hrsub-inner a:hover { color: #ac723a !important; } .cbp-hrmenu .tabs-links { background: #fff; } .cbp-hrmenu .cbp-tabs-names li a { color: #402324 !important; } .cbp-hrmenu .cbp-tabs-names li a:hover, .cbp-hrmenu .cbp-tabs-names li a.active { background: #fff; color: #ac723a !important; } .cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link { color: #ac723a !important; border-bottom: solid 2px #ac723a; padding-bottom: 8px; font-size: 1rem; font-style: normal; font-weight: bold; text-transform: none; } .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:hover { color: #402324 !important; } /*** MOBILE MENU ***/ #mobile-header .col-mobile-menu-dropdown.show { background: #fff; } #mobile-header .col-mobile-menu-dropdown.show .m-nav-btn { color: #402324; } #iqitmegamenu-mobile { background: #fff; color: #402324; } #iqitmegamenu-mobile a, #iqitmegamenu-mobile a:link, #iqitmegamenu-mobile a:visited, #iqitmegamenu-mobile a:hover { color: #402324; } #iqitmegamenu-mobile li > ul { background: #fff; } #iqitmegamenu-mobile li > ul > li > ul { background: #fff; } #iqitmegamenu-mobile > li > a { border-bottom: none 1px; } .col-mobile-menu-push #_mobile_iqitmegamenu-mobile { border: none 1px; } /*** PS_FacatedSearch ***/ /*** Carousels ***/ .slick-arrow { background: #402324; color: #fff; } ul.slick-dots li button:before, ul.slick-dots li.slick-active button:before { color: #402324; } /*** Product miniature ***/ .products.row { margin: -0.55556rem; } .products.row > .col, .products.row > [class*="col-"] { padding: 0.55556rem; } .slick-products-carousel { margin: -0.55556rem; } .slick-products-carousel .slick-list { padding: 0.55556rem; } .slick-products-carousel .product-carousel { padding: 0.55556rem; } .slick-products-carousel.slick-arrows-above .slick-next, .slick-products-carousel.slick-arrows-above .slick-prev { margin: 0.55556rem; } .product-miniature { border: solid 4px #fff; outline: 1px none transparent; background: rgba(255, 255, 255, 0); color: #402324; } .product-miniature a:link:not(.nav-link):not(.btn), .product-miniature a:visited:not(.nav-link):not(.btn) { color: #402324; } .product-miniature .product-price { color: #ac723a; } .product-miniature .iqit-review-star { color: #ac723a; } .product-miniature .thumbnail-container .product-thumbnail-second { position: absolute; top: 0; left: 0; right: 0; opacity: 0; transition: opacity 0.3s ease; backface-visibility: hidden; } .product-miniature .thumbnail-container:hover .product-thumbnail-second { opacity: 1; } .product-miniature-grid .product-title { font-size: 0.77778rem; letter-spacing: 0.05556rem; font-style: normal; font-weight: bold; text-transform: uppercase; } .product-miniature-grid .product-price { font-size: 0.77778rem; letter-spacing: 0.05556rem; font-style: normal; font-weight: bold; text-transform: none; } .product-miniature:hover { outline: none 1px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); background: rgba(255, 255, 255, 0); color: #402324; } .product-miniature:hover a:link:not(.nav-link):not(.btn), .product-miniature:hover a:visited:not(.nav-link):not(.btn) { color: #402324; } .product-miniature:hover .product-price { color: #ac723a; } .product-miniature:hover .iqit-review-star { color: #ac723a; } .product-miniature-grid .product-functional-buttons { background: #fff; } .product-miniature-grid .product-functional-buttons a:link, .product-miniature-grid .product-functional-buttons a:visited, .product-miniature-grid .product-functional-buttons a:hover { color: #ac723a !important; } .products-grid .product-miniature .product-category-name { display: none !important; } .products-grid .product-miniature .product-reference { display: none !important; } .products-grid .product-miniature .product-brand { display: none !important; } .products-grid .product-miniature .product-description-short { display: none !important; } .products-grid .product-miniature .input-qty { display: none !important; } .products-grid .product-miniature .product-add-cart { display: none !important; } .products-grid .product-miniature .flag-discount-value { display: none !important; } .btn-product-list { padding: 0.41667rem 0.83333rem; background: rgba(0, 0, 0, 0); color: #ac723a; border: solid 2px #ac723a; } .btn-product-list:hover { background: rgba(255, 255, 255, 0); color: #402324; border-color: #402324; } .products-grid .product-miniature-default { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: column; flex-flow: column; } .products-grid .product-miniature-default .product-description { -webkit-box-flex: auto; -ms-flex: auto; flex: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: column; flex-flow: column; } .products-grid .product-add-cart { margin: auto auto 0 auto; } .products-grid .slick-slide > div:only-child, .products-grid .slick-slide > div > .product-carousel { height: 100%; } .products-grid .product-miniature-layout-1 .product-description { padding: 0.55556rem; } .products-grid .product-miniature-layout-2 .product-add-cart { display: none !important; } .products-grid .product-miniature-layout-2 .products-variants { padding-top: 0rem; } .products-grid .product-miniature-layout-2 .product-description { padding: 0.55556rem; } .products-grid .product-miniature-layout-3 .product-description { background: rgba(40, 44, 51, 0.93); } .product_header_container .product-price, .product_p_price_container .product-price { font-size: 1rem; font-style: normal; font-weight: bold; text-transform: none; } #product .images-container .product-cover { border: none 1px; } .images-container .slick-arrow, #product .product-cover .expander > span, #product-modal .modal-body .slick-arrow { color: #fff; background: #402324; } .images-container .slick-arrow:hover, #product .product-cover .expander > span:hover, #product-modal .modal-body .slick-arrow:hover { opacity: 0.6 !important; } #product .product-cover .expander { color: #fff; background: #402324; } #product .product-cover .expander:hover { opacity: 0.6 !important; } .product-variants > .product-variants-item { display: inline-block; margin-right: 1rem; vertical-align: top; } #main #main-product-wrapper { transition: opacity 0.3s ease; } #main.-combinations-loading { position: relative; } #main.-combinations-loading #product-preloader { display: block; position: absolute; z-index: 10; top: -10px; } #main.-combinations-loading #main-product-wrapper { opacity: 0.3; } #wrapper { border-top: none 1px; border-bottom: none 1px; padding-top: 0.83333rem; padding-bottom: 0.83333rem; color: #000; } #index #wrapper, #module-iqitelementor-Preview.elementor-landing-body #wrapper { padding-top: 1.11111rem; padding-bottom: 1.11111rem; } #content-wrapper .page-title { color: #402324; text-align: left; font-size: 1.66667rem; font-style: normal; font-weight: normal; text-transform: uppercase; margin-bottom: 0.8em; padding-bottom: 0.6em; } #content-wrapper .page-title a:link, #content-wrapper .page-title a:visited { color: #402324; } #content-wrapper .page-title:after { content: ""; position: absolute; bottom: -1px; display: block; width: 40px; height: 1px; border-bottom: solid 2px #ac723a; left: 0; right: 0; } #content-wrapper .section-title { color: #402324; text-align: left; font-size: 1rem; font-style: normal; font-weight: bold; text-transform: uppercase; margin-bottom: 0.8em; padding-bottom: 0.6em; } #content-wrapper .section-title a:link, #content-wrapper .section-title a:visited { color: #402324; } #content-wrapper .section-title:after { content: ""; position: absolute; bottom: -1px; display: block; width: 30px; height: 1px; border-bottom: solid 2px #ac723a; left: 0; right: 0; } .nav-tabs .nav-link { color: #402324; font-size: 1rem; font-style: normal; font-weight: bold; text-transform: uppercase; } .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { color: #402324; border-bottom: solid 3px #ac723a; } .iqit-accordion .nav-link { border-bottom: solid 3px #ac723a; border-bottom-color: transparent; } .iqit-accordion .nav-link:not(.collapsed) { color: #402324; border-bottom: solid 3px #ac723a; } #wrapper .block-title { color: #402324; text-align: left; font-size: 1.11111rem; font-style: normal; font-weight: normal; text-transform: uppercase; margin-bottom: 0.8em; padding-bottom: 0.6em; } #wrapper .block-title a:link, #wrapper .block-title a:visited { color: #402324; } #wrapper .block-title:after { content: ""; position: absolute; bottom: -1px; display: block; width: 30px; height: 1px; border-bottom: solid 2px #ac723a; left: 0; right: 0; } #left-column .block, #right-column .block { background: #fff; padding: 1.33333rem; border: solid 4px #fff; } #footer { background: #402324 url("/img/cms/Sellerie-Mailhan-artisanat-camargue-fabrication-reparation-cuir1.jpg") center center / cover no-repeat scroll; } #footer .ps-emailsubscription-block .newsletter-input-group { border: solid 1px #e3e3e3; background: #fff; } #footer .ps-emailsubscription-block .newsletter-input-group .input-subscription { color: #777; } #footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe { color: #777; } #footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe:hover { color: #bd4e0f; } #footer .ps-emailsubscription-block input.input-subscription::-webkit-input-placeholder { color: #777; } #footer .ps-emailsubscription-block input.input-subscription::-moz-placeholder { color: #777; } #footer .ps-emailsubscription-block input.input-subscription:-ms-input-placeholder { color: #777; } #footer .ps-emailsubscription-block input.input-subscription :-moz-placeholder { color: #777; } #footer .social-links._footer { font-size: 1.05556rem; } #footer .social-links._footer a:not(:hover) { color: #ac723a !important; } #footer .social-links._footer a:hover { color: #fff !important; } #footer .block-title { color: #fff; text-align: left; font-size: 1rem; font-style: normal; font-weight: bold; text-transform: none; margin-bottom: 0.8em; padding-bottom: 0.6em; } #footer .block-title a:link, #footer .block-title a:visited { color: #fff; } #footer .block-title:after { content: ""; position: absolute; bottom: -1px; display: block; width: 30px; height: 1px; border-bottom: solid 2px #ac723a; left: 0; right: 0; } #footer-container-first { border-top: none 1px; padding-top: 1.66667rem; padding-bottom: 1.66667rem; background: #212121; color: #fff; } #footer-container-first h5 { font-size: 1.5rem; font-style: normal; font-weight: bold; text-transform: none; } #footer-container-main { border-top: none 1px; padding-top: 2.22222rem; padding-bottom: 1.22222rem; color: #fff; } #footer-container-main a { color: #fff; } #footer-container-main a:hover { color: #ac723a; } #footer-copyrights { border-top: none 1px; background: #f6f5f2; padding-top: 0.83333rem; padding-bottom: 0.83333rem; } @media (max-width: 767px) { #footer .block-toggle { width: 100%; flex-basis: initial; } #footer .block-toggle > .block-title { cursor: pointer; } #footer .block-toggle > .block-content { opacity: 0; visibility: hidden; height: 0; } #footer .block-toggle._toggled > .block-content { opacity: 1; visibility: visible; height: auto; } #footer .footer-style-inline .block-title { display: block !important; max-width: 100%; } #footer .footer-style-inline .block-content { display: block; width: 100%; margin-top: 1rem; } } #maintenance-page { background: #e3e3e3; color: #333; } #maintenance-page a, #maintenance-page a:link { color: #333; } .maintenance-page-newsletter .maintenance-page-newsletter-btn { background: #000; color: #fff; } .maintenance-page-newsletter .maintenance-page-newsletter-btn:hover { background: #333; color: #fff; } .maintenance-page-newsletter input[type=email] { border: solid 1px #333; background: #e3e3e3; color: #333; } .maintenance-page-newsletter input[type=email]::-webkit-input-placeholder { color: #333; } .maintenance-page-newsletter input[type=email]::-moz-placeholder { color: #333; } .maintenance-page-newsletter input[type=email]:-ms-input-placeholder { color: #333; } .maintenance-page-newsletter input[type=email] :-moz-placeholder { color: #333; } #footer #iqithtmlandbanners-block-1 .block-title, #footer #iqithtmlandbanners-block-2 .block-title { display:none!important; } #index #wrapper{ padding: 0; } /* produit sur-mesure */ .product-id-119 .product-actions, .product-id-119 #product-infos-tabs { display : none!important; } /* masquer details produit */ #product-details-tab-nav{ display: none; } /*SUPPR MARGE BOTTOM PAGE CMS */ .page-cms #content, .page-module-ph-simpleblog-single #content, .simpleblog__post{ margin-bottom : 0!important; } .page-cms #wrapper, .page-module-ph-simpleblog-single #wrapper{ padding-bottom: 0!important; } /* Header */ .sticky-desktop-wrapper #desktop-header.stuck-header, .stuck-menu{ background-color: #f6f5f2!important; } .page-cms .page-header{ display: none!important; } /* Typographie */ h1, h2{ font-family: 'Prata', serif; font-weight: 400; } .typo-manuscrite{ font-family: "Beth Ellen", cursive; font-weight: 400; font-style: normal; } /* ----produit -----*/ .product-miniature .thumbnail-container{ background-color : #ffffff; padding: 20px; } #product #wrapper, #category #wrapper{ padding-top: 50px; padding-bottom: 50px; } .product_header_container, .nav-tabs { border-bottom: 2px solid #ffffff; } .product-additional-info{ border-top: 2px solid #ffffff; } #category p { font-size: 14px; line-height: 18px; } /* images */ .element-au-dessus{ z-index: 2; } .add-to-cart { background-color: transparent!important; } /* sous menu */ .cbp-hrmenu .cbp-hrsub-inner a{ font-size: 16px; font-family : 'Prata', serif; font-weight : bold; } /* Bug Parallax */ @media screen and (min-width: 1025px){ .row-parallax{ background-attachment: fixed!important; } } .tooltip { top: 75px!important; } .header-top .form-search-control { background-color: white; }