.xmslide .show .xmslide-content {
    transform: translateZ(0);

}
.xmslide .xmslide-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    position: fixed;
    z-index: 5005;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transform: translate3d(115%, 0, 0);
    transition: transform .4s;
    transition-timing-function: cubic-bezier(.7,0,.3,1);
    padding-bottom: 50px;
}
.xmslide-content {
    background: #ffffff;
    border: none 1px;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.15);
    padding: 1rem;
    text-align: left;
    min-width: 340px;
    max-width: 340px;	
}

.dropdown-search.xmslide-content {
	min-width:50vw!important;
	max-width:100vw!important;
}

#search_widget form div:nth-child(2){
	display:flex!important;
	flex-wrap: wrap;
}
#search_widget .dropdown-item{
	width:40%;
	margin-right:5%;
	padding:0;
	margin-bottom:20px;
	color:black;
}
.col-shop{
	display:none;
}
.autocomplete-suggestion img{
	max-width:130px;
}

.autocomplete-suggestions {
    position: relative;
    max-height: 100%;
    overflow: auto;
    box-sizing: border-box;
	border:none;
}
#search_widget .input-group{
	max-width:350px;
}
#search_widget .form-search-control{
	border:none;
	background:white;
	border-bottom:1px solid black;
}
/*
* Custom code goes here.
* A template should always ship with an empty custom.css
*/
#wrapper {
    color: #272727;
}
.homecarousel .row{
    display:none;
}

.home-section {
    border:1px solid black;
    margin-bottom:20px;
    padding:0;
}
.home-section .elementor-button-link{
    margin-top:40px;
}
.home-section .elementor-iqit-banner-title{
    margin-bottom:40px;
    color:black;
    font-size:1.5rem;
    font-weight:700;
}
.home-section .elementor-iqit-banner-description{
    line-height:2rem;
}
.elementor-testimonial-wrapper .elementor-testimonial-content{
    padding-right:20%;
    padding-left:20%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 56px;
}
#wrapper .breadcrumb{
    background:white;
    color:black;
    /* padding-left:40px; */
    border-left:2px black solid;
}
#wrapper .breadcrumb a{
    color:black;

}
#cms #wrapper .breadcrumb,
#category #wrapper .breadcrumb,
#product #wrapper .breadcrumb {
    padding-left:40px;
}

.cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link {
    line-height: 2.5rem;
}
/*#wrapper .block-title:after, #content-wrapper .page-title:after {
content: "";
width: 150px;
height: 2px;
background: black;
position: absolute;
left: 0;
bottom: 0;
}*/
.product-miniature-grid .product-title {
    height: auto!important;
}

/*page produit*/
.product_header_container{
    border-bottom:none;
}
.btn-group-lg>.btn, .btn-lg {

    padding: 0.5rem;
}
.col-add-wishlist .fa, .col-add-compare .fa{
    font-size: 1.4rem;
}
.swiper-wrapper{
    height:auto;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-bottom: solid 3px #000;
}
.swiper-wrapper {

}

/*navigation facette*/
.facet-type-checkbox li {
    display: inline-block;
    width: 29%;
    text-align:center;
}
#search_filters ul.group_ li {
    width: 45%;
}
label.facet-label.active {
    background: black;
    color:white;
    font-weight:bold;
}
.facet-label .custom-checkbox, .magnitude {
    display: none;
}
.facet_color .custom-checkbox {
    display: inline-block;
}
#search_filters .facet .facet-label, #search_filters_brands .facet .facet-label, #search_filters_suppliers .facet .facet-label {
    padding:2px;
    width: 100%;
    height: 100%;
    border-radius:4px;
}
label.facet-label.active a:link:not(.nav-link):not(.btn), label.facet-label.active a:visited:not(.nav-link):not(.btn){
    color:white;
}
#footer-container-main{
    padding-top:0!important;

}
.logo{
    max-width:250px!important;
}
/* .sticky-desktop-wrapper #desktop-header.stuck-header, .stuck-menu{
    background:white!important;
} */

/* NT Modif */
#product .product-variants {
    display: flex;
    flex-direction: column;
}

#product .product-variants .product-variants-item-5 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    flex-direction: row;
}
#product .product-variants .product-variants-item-5 .form-control-label{
    margin-right: 8px;
    padding-top: 6px;
}
#product .product-variants .form-control-label{
    font-size: 22px;
    margin-top: 3px;
    padding-top: 0;
}
#product .product-variants .product-variants-item-5 select {
    border: 0;
    font-size: 22px;
}
select.form-control:not([size]):not([multiple]) {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.facet_color span.color,
#product ul#group_2 .color {
    border-radius: 50%;
}
label.facet-label.active {
    background: #777777;
}

#product .product-prices .badge {
    color: #ffffff;
    background-color: #3c3c3b;
    /* width: 65px; */
    height: 35px;
    font-size: 22px;
    padding: 8px 4px;
}
.slash {
    font-weight: bold;
    font-size: 22px;
}
.product-prices.js-product-prices {
    font-size: 14px;
	font-weight:400;
}
.product-prices .product-discount {
    color: #9d9d9c;
}

.has-discount > div {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.has-discount > div > span {
    margin: 0 4px;
}
.product_header_container .col.col-sm-auto.col-add-compare {
    display: none;
}
.product_top_name {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.product_top_name .col-add-wishlist button,
.product_top_name .col-add-wishlist button:hover {
    background: #fff;
}
#product .row.extra-small-gutters.product-quantity {
    display: flex;
    flex-direction: column;
}
#product .row.extra-small-gutters.product-quantity .col-add-btn .add-to-cart {
    width: 100%;
    height: 42px;
    color: #3c3c3b;
	border:1px solid #3c3c3b;
    font-size: 14px;
	background-color:white;
}
#product .row.extra-small-gutters.product-quantity .col-add-btn .add-to-cart:hover {
	color:white;
    background-color: #3c3c3b;
}
#product .row.extra-small-gutters.product-quantity .col-add-qty #quantity_wanted {
    height: 36px;
}
#product .row.extra-small-gutters.product-quantity .col-add-btn .add-to-cart i {
    display: none;
}
#product .mobile_hidden #swiper-wrapper-column-images_ever {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#product .mobile_hiddennon #swiper-wrapper-column-images_ever > .product-image-large-column {
    display: flex;
}
#product .mobile_hiddennon #swiper-wrapper-column-images_ever .product-lmage-large {
    /* width: 48%; */
    margin: 0 2%;
    /* margin-bottom: 4%; */
    /* flex-direction: column; */
    display: flex;
}
#product #ever_img_column_0,
#product #ever_img_column_1 {
    margin-bottom: 4%!important;
}

/* .js-product-miniature-wrapper {
    background-color: #ffffff;
} */
#product .product-flags {
    display: none!important;
}
#product .product-accessories .section-title,
#product .crossselling-products .section-title {
    text-transform: capitalize;
    border-bottom: 0!important;
    background-color: #ffffff;
    padding-top: 6px;
	font-size:17px;
     /* background-color: transparent!important; */
}
/* #product .product-accessories .section-title span,
#product .crossselling-products .section-title span {
    background-color: #ffffff;
} */
#product .separate_with_logo {
    position: relative;
    display: block;
    height: 190px;
    width: 100%;
    margin-bottom: 1.5rem;
}
#product .separate_with_logo .back_logo {
    position: absolute;
    background-image: url("/themes/warehouse-child/assets/img/back_logo.png");
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 170px;
    width: 100%;
}
#category .back_with_logo {
    position: relative;
    display: block;
    height: 1px;
    width: 100%;
    margin-bottom: 1.5rem;
}
#category .back_with_logo .back_logo {
    position: absolute;
    background-image: url("/themes/warehouse-child/assets/img/back_logo.png");
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 170px;
    width: 100%;
    z-index: -1;
}
#category .back_with_logo .back_logo_1 {
    top: 500px;
}
#category .back_with_logo .back_logo_2 {
    top: 2400px;
}
#product .product-accessories.block.block-section {
    margin-bottom: 1.5rem;
}
#facets_search_center {
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 50%);
}
#facets_search_center #search_filters {
    flex-direction: column;
}
#facets_search_center #search_filters .facet {
    width: 100%;
    max-width: 370px;
}
.facet-title-custom {
    color: #444444;
    padding: 0 15px;
    font-size: 1.5rem;
    margin-bottom: 8px;
    text-transform: uppercase;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}
.collapse:not(.show) {
    display: none!important;
}
#search_filters .block-title.facet-title {
    display: block;
    position: relative;
    max-width: 100%;
    border-bottom: 0!important;
    padding-top: 10px;
    color: #444444;
    text-transform: uppercase;
}
#search_filters .block-title.facet-title a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 25px;
}
#search_filters .block-title.facet-title i {
    right: 4px;
    position: absolute;
    top: -8px;
    font-size: 12px;
}
#search_filters .remove_filters {
    position: absolute;
    right: 10px;
    top: 0px;
    font-family: 'DIN Pro';
    text-transform: uppercase!important;
    font-size: 14px;
    font-weight: 500;
}
.swiper-container-wrapper .products.swiper-container {
    margin-bottom: 90px;
}
.swiper-button-next,
.swiper-button-prev {
    top: auto;
    bottom: -100px;
    background-color: transparent!important;
    color: #3c3c3b;
    opacity: 1!important

}
.swiper-button-next {
    /* border-radius: 0 100% 100% 0; */
    right: calc(50% - 57.08px);
    background-image: url("/themes/warehouse-child/assets/img/arrow-right.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 40px 75px ;
    /* background-size: 37.5px 75px ; */
}
.swiper-button-prev {
    border-radius: 100% 0 0 100%;
    left: calc(50% - 57.08px);
    background-image: url("/themes/warehouse-child/assets/img/arrow-left.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 40px 75px ;
    /* background-size: 37.5px 75px ; */
}

.swiper-pagination.swiper-pagination-bullets {
    display: none!important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1!important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 38px;
    display: flex;
    height: 75px;
    width: 37.5px;
    flex-direction: row;
    align-items: center;
}
.swiper-button-next:after {
    padding-left: 4px;
    margin-left: 0px;
    justify-content: start;
}
.swiper-button-prev:after {
    padding-right: 4px;
    margin-right: 0px;
    justify-content: end;
}
.products-selection{
	border:none;
}
#filter_active_custom {
    height: 38px;
}
#js-active-search-filters {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
#active-search-filters {
    margin-top: 0;
}
#filter_active_custom li.filter-block a {
    background-color: transparent!important;
}
#product .product-accessories .js-product-miniature-wrapper .products-variants,
#product .crossselling-products .js-product-miniature-wrapper .products-variants,
#js-product-list .js-product-miniature-wrapper .products-variants,
.js-product-miniature-wrapper .products-variants {
    position: absolute;
    bottom: 4px;
    left: 15px;
}
#product .product-accessories .product-miniature-default .variant-links .color,
#product .crossselling-products .product-miniature-default .variant-links .color,
#js-product-list .product-miniature-default .variant-links .color,
.js-product-miniature-wrapper .variant-links .color {
    border-radius: 50%;
    border: 1px solid rgba(225,225,225,.75);
}
.js-product-miniature-wrapper .badge-discount {
    background: #343a40!important;
}
#js-product-list .product-price-list,
#js-product-list .h3.product-title {
    text-align: left;
	color:black;
	font-size:14px;
	font-weight:700;
}
#product .crossselling-products.block.block-section .section-title,
#product .product-accessories.block.block-section .section-title {
    text-transform: uppercase;
}
#product .crossselling-products .js-product-miniature-wrapper .product-price-and-shipping,
#product .product-accessories .js-product-miniature-wrapper .product-price-and-shipping,
#product .crossselling-products .js-product-miniature-wrapper .h3.product-title,
#product .product-accessories .js-product-miniature-wrapper .h3.product-title {
    text-align: left;
    max-width: 375px;
    margin: auto;
}
.product-miniature-grid .product-functional-buttons-bottom {
    opacity: 1!important;
    top: inherit!important;
    bottom: 5px!important;
    right: 8px!important;
    z-index: 20;
}
.product-miniature-grid .product-functional-buttons i {
    font-size: 1.5rem!important;
}
.product-miniature-grid:hover .product-functional-buttons-bottom {
    transform: none!important;
}
.product-miniature-grid .product-functional-buttons-bottom a {
    box-shadow: none!important;
}
.product-miniature-grid .product-functional-buttons-bottom .js-quick-view-iqit,
.product-miniature-grid .product-functional-buttons-bottom .btn-iqitcompare-add.js-iqitcompare-add {
    display: none!important;
}
.product-miniature-grid .product-availability {
    z-index: 10;
}
#product .mobile_hidden #swiper-wrapper-column-images .img_diff {
    position: relative;
}
 #search_center_filter_toggler {
    border-radius: 25px;
    height: 38px;
    background-color: #ffffff;
    border: 2px solid #333333;
    align-items: center;
    justify-content: center;
    display: flex;
}
@media all and (min-width: 992px) {
    .desktop_hidden {
        display: none!important;
    }
    .mobile_hidden {
        display: block!important;
    }

}

@media all and (max-width: 991px) {
    #category .back_with_logo,
    #product .separate_with_logo,
    #product .separate_with_logo .back_logo {
        display: none;
    }
    .desktop_hidden {
        display: block!important;
    }
    .mobile_hidden {
        display: none!important;
    }
}
@media all and (min-width: 1400px) {
    #cms #inner-wrapper.container,
    #product #inner-wrapper.container,
    #category #inner-wrapper.container {
        /* max-width: 1820px; */
        max-width: calc(100vw - 168px);
    }
    #product .products.row.products-grid,
    #category .products.row.products-grid {
        margin-left: 0!important;
        margin-right: 0!important;
    }
    #product #js-product-list,
    #category #js-product-list,
    #product .products.row.products-grid,
    #category .products.row.products-grid {
        max-width: 1790px;
        margin: auto;
    }
    #category .js-product-miniature-wrapper {
        max-width: 21.625%!important;
        max-width: 20.5%!important;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    #category .js-product-miniature-wrapper {
        margin-left: 2.25%!important;
        margin-right: 2.25%!important;
    }
    #category #js-product-list > .products.row.products-grid {
    }

    .js-product-miniature-wrapper article > .row {
        padding: 0.7rem;
    }
}
@media all and (min-width: 1024px) {
    #product .h1.page-title {
        font-size: 14px!important;
		font-weight:600;
    }
    #product .crossselling-products .section-title,
    #product .product-accessories .section-title {
            margin-bottom: 35px;
    }
    /* .carrousel_home {
        display: block!important;
    }
    #index #wrapper {
        background-image: url("/themes/warehouse-child/assets/img/back_home_page.jpg");
        background-repeat:  no-repeat;
        background-size: 100%;

    }
    .carrousel_home .swiper-slide  {
        height: 850px;
        border-left: 1px solid #9b9b9a;
        padding: 0!important;
        margin-right: 50px;
    }
    .carrousel_home .swiper-slide .swiper-slide-image {
        border: 0!important;
    }
    .carrousel_home .swiper-slide[data-swiper-slide-index="0"] {
        width: 418px!important;
        min-width: 418px;
        max-width: 418px;
    }
    .carrousel_home .swiper-slide[data-swiper-slide-index="1"] {
        width: 775px!important;
        min-width: 775px;
        max-width: 775px;
    }
    .carrousel_home .swiper-slide[data-swiper-slide-index="2"] {
        width: 312px!important;
        min-width: 312px;
        max-width: 312px;
    }
    .carrousel_home .swiper-slide[data-swiper-slide-index="3"] {
        width: 555px!important;
        min-width: 555px;
        max-width: 555px;
    }
    .carrousel_home .swiper-slide[data-swiper-slide-index="4"] {
        width: 780px!important;
        min-width: 780px;
        max-width: 780px;
    } */
}
@media all and (min-width: 768px) {

    #facets_search_center {
        top: 0;
        left: -38px;
    }
    .elementor-column-gap-default .elementor-element-populated {
        padding: 0;
    }
}
@media all and (max-width:767px) {
    .swiper-button-prev  {
        left: calc(50% - 54px);
        display: none;
        height:
    }
    .swiper-button-next {
        right: calc(50% - 54px);
        display: none;
    }
    #category #js-product-list-top > div {
        flex-wrap: wrap;
        position: relative;
        justify-content: center!important;
        margin-top: 45px;
    }

    #category #filter_active_custom {
        position: absolute;
        left: 15px;
        top:-40px;
    }
    #category .select-title.expand-more.form-control {
        border-radius: 25px;
        height: 38px;
        background-color: #ffffff;
        border: 2px solid #333333;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    #category  .products-sort-nb-dropdown.products-nb-per-page {
        display: none;
    }
    .product-miniature-grid .product-title,
    .product-miniature-grid .product-price-list span {
        font-size: 1.25rem;
    }
    .product-miniature-grid .product-functional-buttons i {
        font-size: 1.5rem;
    }
    .product-miniature-grid .product-functional-buttons-bottom {
        right: 2%!important;
    }
    .product-miniature-grid .product-functional-buttons-bottom i {
        font-size: 1rem!important;
    }
    #search_center_filter_toggler .fa-filter:before {
        position: unset!important;
    }
    article.product-miniature .h3.product-title a {
        font-size: 13px!important;
    }
    .product-miniature-grid .product-functional-buttons i {
        font-size: 1rem!important;
    }
    /* .product-miniature-grid .product-functional-buttons-bottom {
        bottom: -58px!important;
    } */
    #header-map-mobile .fa-map {
        width: 3em;
    }
	#header-map-mobile a{
		color:white;
	}
}
@media all and (max-width:420px) {
    .product-miniature-grid .product-title,
    .product-miniature-grid .product-price-list span {
        font-size: 1rem;
		min-height: 35px;
    }
    .product-miniature-grid .product-functional-buttons  {
        display: none;
    }
    .product-miniature-grid .product-functional-buttons-bottom {
        right: 2%!important;
    }
    #header-map-mobile {
        display: none!important;
    }
    .logo {
        max-width: 98px!important;
    }
}
#category .h1.page-title {
    margin-top: 30px;
    padding-left: 15px;
    border-bottom: 0!important;
    text-transform: uppercase;
}
.category-description.category-description-bottom {
    padding: 15px;
    background-color: #ffffff;
    margin-bottom: 20px;
}
#back-to-top {
    z-index: 1000;
}
#product #img_column_0,
#product #img_column_2 {
    padding-left: 0!important;
    margin-left: 0!important;
}
article.product-miniature .product-price-and-shipping span {
    font-size: 16px;
}
article.product-miniature .h3.product-title a {
    color: #000000;
    font-size: 14px;
	font-weight:bold;
}
#desktop-header .row.no-gutters.justify-content-end {
    align-items: center;
}
button.open-iqitsizecharts {
    float: right;
    margin-right: 15px;
    background-color: #ffffff;
    color: #000000;
    font-size: 22px;
    font-family: 'DIN Pro Cond';
}
#cms #content-wrapper .h1.page-title {
    display: none;
}

#product .input-color:hover + span .sr-only {
    width: 100%!important;
    height: auto!important;
    overflow: inherit!important;
    border: 0;
    bottom: -20px;
    clip: inherit!important;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    transform: translate(75%, -10%);
}

.block-footer.block-toggle.block-newsletter > img {
    margin-bottom: 10px;
}


#search_filters .facet > ul {
    margin-top: 16px;
    padding-left: 8px;
}

.ps-shoppingcart .cart-products-count-btn {
position:relative;
top:0;
right:0;
}
.product-miniature-grid .product-availability {
    bottom: 3rem!important;
}


#search_center_filter_toggler .fa-filter {
    position: relative;
}
#search_center_filter_toggler .fa-filter:before {
    content: ""!important;
    background-image: url("/themes/warehouse-child/assets/img/fichier9.png");
    background-size: 27px 23px;
    display: inline-block;
    width: 27px;
    height: 23px;
    position: absolute;
    left: -58px;
    top: -10px;
}
.facet-title-custom .fa-filter:before {
    content: ""!important;
    background-image: url("/themes/warehouse-child/assets/img/fichier9.png");
    background-size: 22px 19px;
    display: inline-block;
    width: 22px;
    height: 19px;
}
.facet-title-custom .fa-filter {
    margin-right: 10px;
}
#js-active-search-filters .fa-times:before {
    content: ""!important;
    background-image: url("/themes/warehouse-child/assets/img/fichier10.png");
    background-size: 13px 13px;
    display: inline-block;
    width: 13px;
    height: 13px;
}
#search_filters {
    position: relative;
}
/* #facets_search_center {
    position: relative;

} */
i.close_filter {
    content: ""!important;
    background-image: url("/themes/warehouse-child/assets/img/fichier11.png");
    background-size: 25px 25px;
    display: inline-block;
    width: 25px;
    height: 25px;
    top: 18px;
    right: -32px;
    position: absolute;
}
#language_selector {
    display: none;
}
nav.breadcrumb {
    border-left: 0!important;
}
 #main #products {
    position: relative;
}

#footer,
#footer {
    padding-top: 140px;
}
#search_filters .facet .facet-type-radio,
#search_filters .facet>.facet-type-checkbox,
#search_filters_brands .facet .facet-type-radio,
#search_filters_brands .facet>.facet-type-checkbox,
#search_filters_suppliers .facet .facet-type-radio,
#search_filters_suppliers .facet>.facet-type-checkbox {
    max-height: none;
    overflow-x: none;
}
#search_filters .facet-label {
    display: inline-flex;
}
.facet ul.group_5,
.facet ul.group_2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.facet ul.group_2 {
    padding-right: 30px!important;
}
.facet ul.group_2 > li {
    flex: 1;
    max-width: 14%;
}
.facet ul.group_5 > li {
    flex: 1;
    max-width: 18%;
}
.block-footer.block-toggle.block-social-links {
    margin-top: 15px;
}
#desktop-header {
    background-color: rgba(255, 255, 255, 0.4);
}
#facets_search_center {
    padding-left: 0;
    padding-right: 0;
}
#facets_search_center #facets_search_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    max-height: 800px;
    overflow-y: scroll;
}
#product-after-description-short .row {
    margin-bottom: 15px;
}
#product-after-description-short .col-img {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#product-after-description-short .text_1 {
    font-family: 'DIN Pro Cond';
    font-size: 16px;
}
#product-after-description-short .text_2 {
    font-family: 'DIN Pro Cond';
    font-size: 14px;
}
body#category #main-page-content {
    overflow: hidden;
}
body#category #footer-container-main {
    background-color: #ffffff;
}

/* VIDEO */
/* .ever_display_video {
    padding:177.78% 0 0 0;
    position:relative;
} */

#product .flex-column.product-image-large-column {
    display: flex;
    max-width: 50%;
}
#ever_img_column_0,
#ever_img_column_3 {
    flex: 1.162;
}
#ever_img_column_1,
#ever_img_column_2 {
    flex: 0.84;
}
.ever_display_video {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.ever_display_video iframe {
    max-width: 100%;
    width:100%;
    height: 100%;
    max-height: 100%;
    display: block;
    border-style:none;
}
.ever_display_video_mini {
    max-width: 300px;
    margin: 0 auto;
}
.inner_ever_display_video_mini {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 150%;
}
.inner_ever_display_video_mini iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.vp-center #player {
    min-width: 100%;
    min-height: 100%;
}
/*ajout pour vidéo clickable*/
.overvideo{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1000;
}
.carrier-hasLogo img{
    max-width: 120px;
    max-height: 100px;
	}
	.logo {
  width: 180px;   /* ou 10rem, 20vw… selon votre mise en page */
  height: auto;   /* conserve les proportions du SVG */
  display: block; /* évite certains artefacts d’inline */
}
#index footer{
	margin-top:150px;
}
.btn-more-infos-product{
    display: inline-block;
    height: 24px;
    font-size: 14px;
    background: #E1E0E0;
    width: 24px;
    text-align: center;
    border-radius: 12px;
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 20px;
}
.btn-more-infos-product {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.product-miniature:hover .btn-more-infos-product {
  opacity: 1;
  visibility: visible;
}

.product-mini {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.product-miniature.show-mini .product-mini {
  opacity: 1;
  visibility: visible;
}



.block-iqitlinksmanager-4 a, .cbp-horizontal .cbp-tab-title{
	text-transform:uppercase;
	font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1em;
	padding-left: 0.5625rem;
    padding-right: 0.5625rem;
	}
.block-links-inline.block-iqitlinksmanager-4 ul>li:after{
	display:none;
}

.product-mini-container{
    position: absolute;
    bottom: 10px;
    width: 50%;
	min-height:100px;	
}

.visible{
	opacity:1;
	}
#iqitmegamenu-wrapper{
	opacity:0;
	transition: opacity 0.3s ease;		
}
#iqitmegamenu-wrapper.stuck-menu {
	opacity:1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: 5000;
    height: 50px;
    background: #ffffffc7;
    text-align: right;
    margin-right: 40px;
    padding: 20px;
}

/* OffCanvasMaison */
.offcanvasxm {
  position: fixed;
  top: 0;
  right: -300px;               /* largeur initiale hors écran */
  width: 300px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 8px rgba(0,0,0,0.2);
  transition: right .3s ease;
  z-index: 1000;
}

/* état visible */
.offcanvasxm.open {
  right: 0;
  	z-index:10000;
	padding:40px;
	min-width:40%;
}

.offcanvasxm-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  padding: .5rem;
  cursor: pointer;
}

.offcanvasxm-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
  z-index:  999;
}

/* état visible */
.offcanvasxm-overlay.open {
  opacity: 1;
  visibility: visible;
}


.mobile-menu__submenu--panel {
    left: 50%;
	width:49%!important;
	padding-right:5px;
    border-left: 1px solid black;
}
.mobile-menu__submenu--panel .mobile-menu__link{
	padding-top:5px;
	padding-bottom:5px;
}
.col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
	width:100%;
}
.mobile-menu__link{
	font-size: 1rem;
    color: black !important;
	text-transform:uppercase;
}
.mobile-menu__content>ul {
	padding-right:50%;
 }
 .js-mobile-menu__link--has-submenu i{
	 display:none;
 }
 .mobile-menu__tab{
	 min-height:1.4rem;
 }
.block-links ul>li a:before {
	display:none;
}
.block-links ul>li a{
	text-transform:uppercase;
}
#offcanvasVariants.open{
	width:50%;
}
.product-variants .input-color:checked+span, .product-variants .input-color:hover+span, .product-variants .input-radio:checked+span, .product-variants .input-radio:hover+span {
    border: 1px solid #f1f1f1;
}
.product-additional-info {
    border-top: none;
}
.iqit-accordion .title a{
	color:black!important;
}
.iqit-accordion .title{
	text-transform:uppercase;
	border:none;
}
.iqit-accordion .content{
	border:none;
}
#langform span, #langform select{
	text-transform:uppercase;
	margin-bottom:50px;
}
#langform select{
	border-bottom:1px solid black;
}
.offcanvasxm .h3{
	text-transform:uppercase;
	margin-bottom:50px;
	display:inline-block;
}
.breadcrumb{
	background-color:transparent;
    text-align:center;	
	color:black;
	justify-content: center;
}
.breadcrumb a{
	color:black!important;
}
.breadcrumb li{
	display:inline-block;
	text-transform:uppercase;
	list-style:none;
}
.breadcrumb span{
	margin:0 15px;
}
#desktop-header {
    padding-top: 30px;
}
.caption-slide{
	justify-content: center;
	color:white;
	position:absolute;
	bottom:40px;
	width:100%;
	text-transform:uppercase;
}
.caption-slide h2{
	margin-top:0;
	font-size:1rem;
	font-weight:400;
}
.caption-slide div:first-child{
	border-right:1px solid white;
	align-content:flex-start;
}
.caption-slide div:not(:first-child){
	align-content:flex-end;
}
.caption-slide div{
	min-height:50px;
	padding:0 8px;
}
.footer-elmt >div{
	margin:0 50px;
}



.expander{
	display:none;
}
.cbp-hrmenu .cbp-links li a:before{
	display:none;
}
.cbp-hrmenu .cbp-links li a, .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu .cbp-hrsub-inner a, .cbp-hrmenu .cbp-hrsub-inner a:link {
    text-transform:uppercase
}
#product #desktop-header{
	position:fixed;
	width:100%;
	background:#ffffff5c;
}
body:not(#category):not(#index) #inner-wrapper{
	margin-top:100px;
}
body:not(#category):not(#index) .sticky-desktop-wrapper{
	display:none;
}
/* Rendre très responsive le menu pour qu'il rentre précisement selon écrans... */
@media screen AND (max-width:1500px){
	.block-iqitlinksmanager-4 a, .cbp-horizontal .cbp-tab-title{
		font-size:0.8rem;
	}
	.logo{
		width:140px;
	}
}

@media screen AND (max-width:1450px){
	.block-iqitlinksmanager-4 a, .cbp-horizontal .cbp-tab-title{
		font-size:0.8rem;
	}
	.logo{
		width:130px;
	}
}
@media screen AND (max-width:1350px){
		.block-iqitlinksmanager-4>ul>li:nth-child(3){
		display:none;
	}
}
@media screen AND (max-width:1350px){
	.block-iqitlinksmanager-4 a, .cbp-horizontal .cbp-tab-title{
		font-size:1rem;
	}
	.logo{
		width:130px;
	}
}
@media screen AND (max-width:991px){
	#index #header {
    position: absolute;
    width: 100%;
	}
	#index #mobile-header{
		border:none;
	}
	#mobile-header .m-nav-btn{
	}
	.product-mini-container{
    opacity: 1;
	}
	nav.breadcrumb{
		padding:2px;
	}
	.breadcrumb span {
    margin: 0 2px;
	}
	#product .row.extra-small-gutters.product-quantity .col-add-btn .add-to-cart{
    width: 100%;
    height: 42px;
    color: white;
    border: 1px solid #3c3c3b;
    font-size: 14px; 
    background-color: #3c3c3b;
}
	
}
#index #desktop-header{
	visibility:hidden;
}
.category-description {
	display:none;
}
.add{
	display:inline-block;
}
 .col-add-btn .add{
	 display:block;
 }
.remove{
	display:none;
}
.active .add{
	display:none;
}
.active .remove{
	display:inline-block;
}
[data-toggle="collapse"][aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: transform 0.3s;
}
[data-toggle="collapse"] i {
    transition: transform 0.3s;
}
#productdaas-accordion-provenance .rte-content span{
	margin:0 10px;
}
.offcanvasxm .btn-close{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    border: none;
	background:white;
}
#group_5 li{
	display:inline-block;
	margin-right:5px;
	margin-top:30px;
	min-width:50px;
}
#group_5 li span{
	font-weight:600;
}
#group_5 .radio-label{
	outline:1px solid black;
	min-height:1.5rem;
	line-height:1.5rem;
}
.cbp-has-submeu:hover{
	background:white;
}
/* Styles spécifiques à la section service client */
.customer-service {
    font-family: Arial, sans-serif;
}

.cs-main-title {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cs-intro {
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.cs-block-title {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.cs-text {
    font-size: 0.85rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 2rem;
    line-height: 1.6;
	min-height:80px;
}

.cs-btn {
    border-radius: 0;
    padding: 0.8rem 2.5rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
	width:80%;
}
.maison-lb{
	text-align:center;
	font-weight:500;
	max-width:900px;
	margin:auto;
}
.maison-lb img{
	clear:both;
	display:block;
	max-width:900px;
	max-height:600px;
	height:auto;
	width:auto;
	margin:auto;
	margin-bottom:30px;
}
.maison-lb h2{
	margin:30px;
	margin-top:60px;
}
.maison-lb p{
	text-align:center;
}
.ps-emailsubscription-block .input-subscription {
    border-bottom: 1px solid black;
}
.ps-emailsubscription-block .btn-subscribe.btn-primary {
    background: white;
    color: #000000;
    /* border: none 1px; */
    border-bottom: 1px solid black !important;
}
#iqitpopup .iqitpopup-newsletter-form{
	position:relative;
	color: #000000;
}
#iqitpopup .iqitpopup-newsletter-form .newsletter-input, #iqitpopup .iqitpopup-newsletter-form .button-medium{
	width:100%;
	margin-bottom:30px;
}
#iqitpopup .iqitpopup-content {
    display: flex;
    color: #000000;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
#iqitpopup{
	height:auto;
}
#iqitpopup .iqitpopup-newsletter-form .newsletter-input{
	max-width:100%;
}
.col-form-label {
    text-transform: uppercase;
}