:root
{
    /* Fonts */
    --dmsans: 'DM Sans';
    --ubuntu: 'Ubuntu';
    /* Colors */
    --alert: #FF4534;
    --bgalert: #FFECEB;
    --breadcrumb: var(--primary-025);
    --golden: #F8CD43;
    --secondary: #EDF7F2;
    --text: #222;
}
.center
{
    max-width: 1340px;
    margin: 0 auto;
}
.wrap-shop
{
    max-width: 1200px;
    margin: 0 auto;
}
.dn
{
    display: none;
}
.pointer
{
    cursor: pointer;
}

/* HEADER */
.header-wrap
{
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: 50% 50%;
    height: 100%;
    align-items: center;

    max-width: 1900px;
    margin: 0 20px;
}
.header-wrap-logo
{
    grid-column: 1;
    grid-row: 1 / 3;
    padding: 0 20px;
    text-align: center;
}
.header-logo img
{
    width: 150px;
    height: auto;
    object-fit: contain;
}
.header-wrap-search-bar
{
    padding: 25px 0 20px 10px;
    border-bottom: 1px solid #EAEAEA;
}
.header-search-bar
{
    grid-column: 2;
    grid-row: 1;
    display: flex;
    background-color: #F4F4F4;
    border: 1px solid #8091BD;
    box-sizing: border-box;
    border-radius: 25px;
    height: 33px;
    padding-right: 15px;
    cursor: text;
}
.header-search-bar i
{
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 20px;
    margin: 6px 10px 6px 10px;
    /*font-size: 17px;*/
    /*margin: 8px 10px 8px 15px;*/
}
.header-search-bar input
{
    flex: 1;
    border: none;
    background-color: #F4F4F4;
    outline: none;
    padding: 0;
}
.header-menu-top
{
    grid-column: 3;
    grid-row: 1;
    display: flex;
    align-items: center;
    height: 79px;
    padding: 25px 0 20px;
    border-bottom: 1px solid #EAEAEA;
}
.header-item
{
    margin-left: 20px;
}
.header-item img
{
    vertical-align: middle;
}
.header-item span
{
    font-size: 11px; 
    line-height: 13px;
}
.header-cart-count{
    position: absolute;
    top: -2px;
    left: 16px;
    min-width: 13px;
    height: 13px;
    padding:0 3px;
    border-radius: 7px;
    background: #F8CD43;
    text-align: center;
    font: 700 9px/13px Ubuntu, sans-serif;
    color: var(--secondary-color);
}
.header-cart-popup{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 520px;
    padding: 10px;
    margin-left: -260px;
    display: none;
    z-index:999;
}
.header-cart:hover > .header-cart-popup{
    display: block;
}
.header-info-focusable
{
    vertical-align: middle;
}
.header-info-focusable:focus .header-wrap-info
{
    display: block;
}
.header-wrap-info:hover
{
    display: block;
}
.header-wrap-info
{
    display: none;
    /*position: fixed;*/
    position: absolute;
    /*top: 55px;*/
    z-index: 101;
    /*right: 95px;*/
    right: 0px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 5px;
    width: 200px;
    margin-top: 10px;
}
.header-info-item
{
    margin: 5px;
    padding: 5px 5px 10px;
}
.header-info-item:last-child
{
    padding-bottom: 5px;
}
.header-info-item-border
{
    border-bottom: 1px solid var(--primary-025);
}
.header-info-title
{
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 5px;
}
.header-info-text
{
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
}
.header-info-btn
{
    display: block;
    padding: 12px 36px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 20px;

    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    color: #FFFFFF;
}
.header-item-lang
{
    text-transform: uppercase;
}
.header-lang
{
    display: none;
    position: absolute;
    z-index: 101;
    top: 100%;
    margin-top: 10px;
   /* position: fixed;
    z-index: 1;
    top: 60px;
    right: 63px;

    display: flex;
    flex-direction: column;*/

    /*padding: 0 10px;*/
    left: -10px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 15%);
    border-radius: 10px;
}
.header-lang-item
{
    padding: 0 10px;
    display: block;
    width: 100%;
    line-height: 39px;
    /*font-size: 12px;*/
    text-align: center;
    /*z-index: 1;*/

    text-transform: uppercase;
    font-size: 11px;
}
.header-lang-item:hover
{
    color: var(--primary-color);
    font-weight: 800;
    padding: 0 9px;
}
.header-lang-focusable i
{
    color: var(--primary-color);
}
.header-lang-focusable:focus .header-lang
{
    display: block;
}
.header-lang:hover
{
    display: block;
}
.header-currency
{
    display: none;
    position: absolute;
    z-index: 101;
    top: 100%;
    margin-top: 10px;

    left: -10px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 15%);
    border-radius: 10px;
}
.header-currency-item
{
    padding: 0 10px;
    display: block;
    width: 100%;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
}
.header-currency-item:hover svg *
{
    fill: var(--primary-color);
}
.header-currency-focusable svg
{
    width: 10px;
    height: 13px;
}
.header-currency-focusable svg *
{
    fill: #222222;
}
.header-currency-focusable i
{
    color: var(--primary-color);
}
.header-currency-focusable span
{
    vertical-align: bottom;
}
.header-currency-focusable:focus .header-currency
{
    display: block;
}
.header-currency:hover
{
    display: block;
}
.header-menu-catman
{
    grid-column: 2;
    grid-row: 2;
    display: flex;
    padding-left: 10px;
    height: 100%;
    align-items: center;

    position: static;
}
.header-menu-catman-item:hover .menu-mask
{
    display: block;
}
.header-menu-catman-item:hover .menu-popup
{
    display: flex;
}
.header-menu-catman-item:hover svg *
{
    fill: var(--primary-color);
}
.header-menu-catman-item:hover .header-menu-catman-item-title
{
    color: var(--primary-color);
}
.header-menu-catman-item
{
    display: flex;
    align-items: center;
    height: 100%;
/*    margin-right: 20px;*/
    margin-left: 20px;
    position: static;
}
/*.header-menu-catman-item:last-child
{
    margin-right: 0px;
}*/
.header-menu-catman-item:first-of-type
{
    margin-left: 0px;
}
.header-menu-catman-item svg
{
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.header-menu-catman-item-title
{
    font-size: 14px;
    line-height: 16px;
    vertical-align: super;
    color: #222222;
    /*max-width: 65px;*/
    width: max-content;
}
.header-menu-catman-item .menu-popup
{
    cursor: default;
}
.header-menu-bottom
{
    grid-column: 3;
    grid-row: 2;
    display: flex;
    justify-content: end;
    padding: 16px 0;
}
.header-item-service:hover > .header-item-nos-services{color: white;}
.header-item-nos-services{background: var(--primary-color);border-radius: 30px;padding: 5px 15px;color: white;font-size: 14px;}
.header-service{display: none;position: absolute;z-index: 101;top: 100%;margin-top: 10px;/* position: fixed;z-index: 1;top: 60px;right: 63px;display: flex;flex-direction: column;*//*padding: 0 10px;*/left: -10px;background-color: #FFFFFF;box-shadow: 0px 4px 20px rgb(0 0 0 / 15%);/*border-radius: 10px;*/}
.header-service-item{padding: 0 10px;display: block;width: max-content;/*width: 100%;*/line-height: 39px;/*font-size: 12px;*/text-align: center;/*z-index: 1;*/text-transform: uppercase;font-size: 11px;}
.header-service-item:hover{color: var(--primary-color);font-weight: 800;padding: 0 9px;}
.header-service-focusable ~ i{color: var(--primary-color);}
.header-service-focusable:checked ~ .header-service{display: block;}
.header-service:hover{display: block;}
.menu-support{margin-left: 20px;}
.menu-support:hover > span{color: var(--primary-color);}
.menu-support svg{vertical-align: middle;margin-right: 5px;}
.menu-support span{vertical-align: middle;font-size: 14px; line-height: 16px;font-weight: 300;}
.menu-mask
{
    position: fixed;
    top: 135px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 99;
    display: none;
}
.header-menu-catman-item:hover .menu-mask:hover
{
    display: none;
}
.menu-popup
{
    display: none;
    min-width: 1363px;
    min-height: 465px;
    /*position: fixed;
    top: 135px;
    left: 50px;*/
    /*left: 50%;*/
    position: absolute;
    top: 100%;
    left: 0;
    /*margin-left: -680px;
    width: 1360px;*/
    /*height: 300px;*/
    background-color: white;
    box-shadow: 0px 15px 25px rgba(53, 80, 110, 0.15);
    z-index: 100;
    padding: 20px;

    /*justify-content: space-evenly;*/
}
/* MENU */
.menu-item
{
    width: 174px;
    margin-right: 17px;

    display: flex;
    flex-direction: column;
    /*align-items: center;*/
}
.menu-item img
{
    width: 110px;
    height: 110px;
    margin-bottom: 12px;
}
.menu-item-title
{
    width: 100%;
    padding: 3px 10px;
    margin-bottom: 12px;

    background-color: #EAEAEA;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #333333;
    text-transform: uppercase;
}
.menu-item-title:hover
{
    background-color: var(--primary-color);
    color: white;
}
.menu-item-list
{
    padding: 0;
}
.menu-item-list-item
{
    margin-bottom: 12px;
}
.menu-item-list-item-text
{
    font-size: 13px;
    line-height: 15px;
    color: #333333;
}
.menu-item-list-item-text:hover
{
    font-weight: 500;
    color: var(--primary-color);
}
.menu-item-list-item-see-more
{
    font-size: 13px;
    line-height: 15px;
    color: var(--primary-color);
}
.menu-item-see-more
{
    width: 177px;
    height: 22px;
    margin-top: 123px;
    background-color: #F4F4F4;
    border-radius: 36px;
}
.menu-item-see-more a
{
    margin: 3px 10px;

    color: var(--primary-color);
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
}
/* HOME */
/* FRAME */
.mainFrame
{
    background-color: var(--secondary);
    padding:0 0 90px 0;
}
.main-frame-wrap
{
    display: flex;
    align-items: center;
    padding: 40px 20px;
    max-width: var(--width);
    margin:0 auto;
}
.main-text
{
    flex: 1;
}
.main-img
{
    font-size:0;
    margin-left:50px;
}
.main-title
{
    color: var(--primary-color);
    font-family: var(--dmsans);
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    padding-bottom: 10px;
    margin: 0;
}
.main-subtitle
{
    font: 500 11px/13px Ubuntu, sans-serif;
    color: #909090;
    margin: 0;
}
.main-list-element
{
    display: flex;
    margin-top: 20px;
    font:400 16px/18px Ubuntu, sans-serif;
}
.main-list-element img
{
    margin-right: 10px;
    margin-top: auto;
    margin-bottom: auto;
    object-fit: contain;
}
.main-list-element p
{
    margin: 0;
}
.main-list-element-title
{
    color: var(--primary-color);
    font-weight: 700;
}

/* HOME SEARCH BLOCK */
.searchBlock{position: relative;max-width: 1100px;margin: -45px auto 0;}

.search-block-disabled{pointer-events: none;background-color: #EAEAEA !important;}
.search-block-disabled input{background-color: #EAEAEA;}

/*.search-block-open{border-bottom-left-radius: 0 !important;border-bottom-right-radius: 0 !important;border-bottom: 0 !important;}*/
.search-block-select{/*background: white;*//*transition-duration: 500ms;*/outline: none;width: 100%;height: auto;min-height: 48px;/*border-radius: 24px;border: 1px solid #8091BD;*/color: #9A9A9A;}
.search-block-select .search-block-open{position: absolute;z-index: 20;height: 250px;border-bottom-left-radius: 0;border-bottom-right-radius: 0;border-bottom: 0;}
.search-block-open .search-block-brand-popup{display: flex;}
.search-block-brand-popup{/*transition-duration: 500ms;*/border-radius: 24px;display: none;flex-direction: column;width: 100%;position: absolute;z-index: 10;background: white;padding: 10px;
                            border: 1px solid #8091BD;border-top-left-radius: 0;border-top-right-radius: 0;/* border-top: 1px solid purple; */margin-left: 0;margin-right: 0px;}
.search-block-category-popup:hover{display: flex;}
.search-block-open .search-block-category-popup{display: flex;}
.search-block-category-popup{/*transition-duration: 500ms;*/border-radius: 24px;display: none;flex-direction: column;width: 100%;position: absolute;z-index: 10;background: white;padding: 10px;
                            border: 1px solid #8091BD;border-top-left-radius: 0;border-top-right-radius: 0;/* border-top: 1px solid purple; */margin-left: 0;margin-right: 0px;}
.search-block-model-popup:hover{display: flex;}
.search-block-open .search-block-model-popup{display: flex;}
.search-block-model-popup{/*transition-duration: 500ms;*/border-radius: 24px;display: none;flex-direction: column;width: 100%;position: absolute;z-index: 10;background: white;padding: 10px;
                            border: 1px solid #8091BD;border-top-left-radius: 0;border-top-right-radius: 0;/* border-top: 1px solid purple; */margin-left: 0;margin-right: 0px;}
.search-block-model-popup:hover{display: flex;}

.search-block-open .search-block-search-bar{border-bottom-left-radius: 0 !important;border-bottom-right-radius: 0 !important;}
.search-block-search-bar{border-radius: 24px;border: 1px solid #8091BD;background: white;}

.search-block-wrap-popup{height: 165px;overflow: auto;scrollbar-width: thin;scrollbar-color: #C8C8C8 #E9E9E9;}
.search-block-wrap-popup::-webkit-scrollbar{width: 8px;height: 0px;left: -10px;}
.search-block-wrap-popup::-webkit-scrollbar-track{background-color: #E9E9E9;border-radius: 50px;}
.search-block-wrap-popup::-webkit-scrollbar-thumb{border-radius: 50px;background-color: #C8C8C8;border: 1px solid #E9E9E9;}

.search-block-focusable{background: white;transition-duration: 500ms;outline: none;width: 100%;height: auto;min-height: 48px;border-radius: 24px;border: 1px solid #8091BD;color: #9A9A9A;/*padding: 14px;*/}
/*.search-block-focusable{display: flex;flex-direction: column;}*/
.search-block-focusable:focus{position: absolute;z-index: 20;height: 250px;}
.search-block-search-bar input:focus .search-block-focusable{position: absolute;z-index: 20;height: 250px;}

/*.test-check:checked .search-block-focusable{position: absolute;z-index: 20;height: 250px;}*/

.search-block-search-bar{display: flex;padding-right: 14px;min-height: 48px;}
.search-block-search-bar input{width: 100%;border: none;border-radius: 24px;outline: none;padding: 0;padding-left: 35px;}

/*.search-block-focusable:focus .search-block-brand-popup{display: flex;}
.search-block-brand-popup{transition-duration: 500ms;border-radius: 24px;display: none;flex-direction: column;width: 100%;height: 180px;overflow: auto;position: absolute;z-index: 10;background: white;}
.search-block-brand-popup:hover{display: flex;}
.search-block-brand-popup{height: 165px;overflow-y: auto;scrollbar-width: thin;scrollbar-color: #C8C8C8 #E9E9E9;}
.search-block-brand-popup::-webkit-scrollbar{width: 8px;height: 0px;left: -10px;}
.search-block-brand-popup::-webkit-scrollbar-track{background-color: #E9E9E9;border-radius: 50px;}
.search-block-brand-popup::-webkit-scrollbar-thumb{border-radius: 50px;background-color: #C8C8C8;border: 1px solid #E9E9E9;}*/
.search-block-brand-mask{position: fixed;top: 0;left: 0;right: 0;bottom: 0;/*background-color: rgba(0, 0, 0, 0.15);*/z-index: 9;display: none;}
.search-block-brand-mask:hover{display: none !important;}

.search-block{display: flex;width: 100%;background-color: #F4F4F4;border: 1px solid #8091BD;padding: 20px 30px;border-radius: 59px;}
.search-block > *{flex: 1;}
.search-block-btn {display: flex;align-items: center;justify-content: center;background-color: var(--primary-color);color: #FFF;font: 700 14px/16px Ubuntu;border-radius: 24px;}
.search-block-btn i{font: 500 24px/28px materialicons;}
.search-block-wrap{margin-right: 15px;}
/*.search-block-wrap .search-block-focusable .disabled{background-color: #EAEAEA;}*/
.search-block-focusable-wrap div{font: 300 12px/14px Ubuntu;padding: 10px;}


.search-block-wrap select{outline: none;width: 100%;height: auto;min-height: 48px;border-radius: 24px;border: 1px solid #8091BD;color: #9A9A9A;padding: 14px;}
.search-block-wrap select:disabled{background-color: #EAEAEA;}
.search-block-wrap option{font: 300 12px/14px Ubuntu;}


.search-btn-tooltip{visibility: hidden;background-color: #555;color: #fff;text-align: center;border-radius: 6px;padding: 5px;position: absolute;z-index: 1;bottom: 125%;opacity: 0;transition: opacity 0.3s;}
.search-block-btn .search-btn-tooltip::after {content: "";position: absolute;top: 100%;left: 50%;border-width: 7px;border-style: solid;border-color: #555 transparent transparent transparent;}
.search-block-btn:hover .search-btn-tooltip{visibility: visible;opacity: 1;}

/* SLIDER */
.homeSlider
{
    max-width: var(--width);
    margin: 30px auto;
}
.slider
{
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
}
.img_slider
{
    min-width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.wrap-dot
{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.dot
{
    height: 11px;
    width: 11px;
    margin: 0 5px;
    background-color: #E9E9E9;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.dot-selected
{
    background-color: #C8C8C8 !important;
}
.dot:hover
{
    background-color: #C8C8C8;
}
/* SLIDER */
.main-slider
{
    margin-top: 30px;
}
/* AVIS */
.main-avis
{
    margin-top: 80px;
}
.main-bloc-avis
{
    background-color: #F4F4F4;
}
/* CATEGORY */
.name-category
{
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 6px;
}
.description-category
{
    font-size: 13px;
    line-height: 15px;
    color: #333333;
    margin-bottom: 10px;
}
.list-category
{
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
    column-gap: 31px;
}
.list-category-item
{
    margin-right: 0px;
    border-bottom: 1px solid #DADADA;
}
/* PIECES CATEGORY */
.name-piece-category
{
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #222222;
    margin-bottom: 10px;
    z-index: 1;
}
.name-piece-category:before
{
    position:absolute;
    top:50%;
    left:0;
    right:0;
    border-top:1px solid var(--primary-color);
    content:'';
}
.name-piece-category span
{
    padding: 0 30px;
    background-color: white;
}
.description-piece-category
{
    font-size: 13px;
    line-height: 15px;
    color: #222222;
    margin-bottom: 45px;
}
.pieces-plugs {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 65px;
}
/* TOOLS BAR */
.tools-bar
{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 30px auto;
    border-top: 1px solid #DFE3EF;
    border-bottom: 1px solid #DFE3EF;
}
.tools-bar-item
{
    padding: 10px;
    border-left: 1px solid #DFE3EF;
    margin: auto 0;
    height: 40px;
    font-size: 14px;
    line-height: 16px;
    color: #222222;
}
.tools-bar-item:last-child
{
    border-left: none;
    border-right: 1px solid #DFE3EF;
}
.tools-bar-bottom .tools-bar-item:last-child
{
    border-left: 1px solid #DFE3EF;
    border-right: 1px solid #DFE3EF;
}
.hide-filters
{
    width: 311px;
    display: flex;
    align-items: center;
}
.hide-filters svg
{
    margin-right: 5px;
}
/*.hide-filters-text
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}*/
.sort-by
{
    flex: 1;
}
.sort-by-text
{
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
}
.open-sort-by-focusable:focus .sort-by-popup
{
    display: flex;
}
.sort-by-popup:hover
{
    display: flex;
}
/*.open-sort-by-popup:checked ~ .sort-by-mask
{
    display: block;
}
.open-sort-by-popup:checked ~ .sort-by-popup
{
    display: flex;
}*/
.sort-by-popup-bottom
{
    flex-direction: column-reverse;
    top: 0;
    transform: translateY(-100%);
}
.sort-by-popup-top
{
    flex-direction: column;
    top: 100%;
}
.sort-by-popup
{
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: white;
    /*box-shadow: 0px 15px 25px rgba(53, 80, 110, 0.15);*/
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
    z-index: 10;
    padding: 0 5px;
}
.sort-by-popup a
{
    padding: 10px 5px;
    border-bottom: 1px solid #DFE3EF;
    font-size: 13px;
    line-height: 15px;
}
.sort-by-popup a:last-child
{
    border-bottom: 0px;
}
.sort-by-mask
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0, 0, 0, 0.15);*/
    z-index: 9;
    display: none;
}
.sort-by-mask:hover
{
    display: none !important;
}
.sort-by-selected
{
    color: var(--primary-color);
}
.pagination
{
    flex: 2;
    display: flex;
    align-items: center;
}
.btn-pagination
{
    flex: 1;
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
}
.pagination-grey
{
    color: #C8C8C8;
}
.pagination-grey:hover
{
    color: var(--primary-color);
}
.pagination-selected
{
    color: var(--primary-color);
}
.pagination-numerotation
{
    margin: 0 10px;
}
.mini-fiche-direction > a
{
    display:inline-block;
}
.mini-fiche-direction a:first-child
{
    margin: 0 15px;
}
.mini-fiche-direction svg *
{
    cursor: pointer;
}
.mini-fiche-direction svg:hover *
{
    fill: var(--primary-color);
}
.mini-fiche-direction-selected svg *
{
    fill: var(--primary-color);
}
.tools-bar-bottom
{
    padding-left: 311px;
}
/* FILTERS & SUB CATEGORY */
.sub-category-title
{
    font-family: var(--dmsans);
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 10px;
}
.sub-category-subtitle
{
    font-family: var(--dmsans);
    font-size: 24px;
    line-height: 24px;
    color: #909090;
    margin-bottom: 10px;
}
.wrap-sub-category-overflow
{
    overflow: hidden;
    height: 148px;
}
.wrap-sub-category-list
{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    /*gap: 12px;*/
    row-gap: 20px;
    column-gap: 12px;
    padding: 10px;
}
.sub-category-item
{
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 20px 30px;
    width: 185px;
    text-align: center;
}
.sub-category-item-img
{
    margin-bottom: 10px;
    height:60px;
}
.sub-category-item-img img
{
    object-fit:contain;
}
.sub-category-item-text
{
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #000000;

    overflow: hidden;
    height: 15px;
    /*display: block;*/
}
.sub-category-hide
{
    display: none;
}
.type-machine-hide
{
    display: none;
}
.category-piece-hide
{
    display: none;
}
.see-more-sub-category
{
    text-align: right;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    text-decoration-line: underline;
    color: var(--primary-color);
    margin-top: 10px;
}
.wrap-left
{
    width: 311px;
    margin-right: 21px;
}
.wrap-pieces
{
    display: flex;
    align-items: flex-start;
}
.wrap-filters
{
    background-color: #F4F4F4;
    padding: 3px;
}
.filters-title
{
    display: flex;
    justify-content: space-between;
    padding: 13px 17px;
    background-color: #F4F4F4;  
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: var(--primary-color);
    font-family: var(--dmsans);
}
.filters-wrap-list
{
    padding: 5px 20px;
    background-color: #FFFFFF;
}
.filters-nb-pieces
{
    font-size: 11px;
    line-height: 13px;
    color: #909090;
    margin-bottom: 5px;
}
.filters-sub-title
{
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #222222;
    margin-bottom: 5px;
}
.list-filters
{
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 15px;
}
.filters-search
{
    margin-bottom: 15px;
}
.filters-search-bar
{
    display: flex;
    border: 1px solid #E9E9E9;
    border-radius: 25px;
    height: 33px;
    padding-right: 15px;
    cursor: text;
}
.filters-search-bar i
{
    color: #909090;
    font-size: 17px;
    font-weight: 500;
    margin: 8px 10px;
}
.filters-search-bar input
{
    flex: 1;
    border: none;
    background-color: #FFFFFF;
    outline: none;
    padding: 0;
}
.filters-wrap
{
    margin-bottom: 15px;
}
.filters-subtitle
{
    font-size: 12px;
    line-height: 14px;
    color: #222222;
    margin-bottom: 4px;
}
.filters-range-range
{
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    color: #222222;
}
.ui-slider
{
    height: 17px;
    border: 0;
    margin: 0 8.5px;
}
.ui-slider-range
{
    background-color: var(--primary-025);
    position: absolute;
    top: 50%;
    height: 5px;
    margin-top: -2.5px;
}
.ui-slider-handle
{
    /*display: inline-block;*/
    position: absolute;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background-color: var(--primary-color);
    outline: none;
    margin-left: -8.5px;
    cursor: grab;
}
.ui-slider-handle:active
{
    cursor: grabbing;
}
.filters-ckeckbox
{
    display: flex;
    font-size: 12px;
    line-height: 14px;
    color: #222222;
    margin-bottom: 10px;
}
.filters-ckeckbox input
{
    margin: 0;
}
.filters-ckeckbox label
{
    vertical-align: top;
}
.voir-plus
{
    font-size: 14px;
    line-height: 17px;
    color: var(--primary-color);
}
.filters-radio
{
    display: flex;
    font-size: 12px;
    line-height: 14px;
    color: #222222;
    margin-bottom: 5px;
}
.filters-radio input
{
    margin: 0;
}
.filters-radio label
{
    vertical-align: top;
}
.summary-filter
{
    font-size:11px;
    line-height:13px;
}
.summary-filter button
{
    color:var(--primary-color);
}
.filters-submit
{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 7px;
}
.filters-submit button
{
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    color: var(--primary-color);
    padding: 7px 20px;
    border: 1px solid var(--primary-color);
    border-radius: 16px;
}
/* FILTERS CHECKBOX */
.wrap-modified-checkbox span
{
    margin-left: 25px;
}
.wrap-modified-checkbox input
{
    display: none;
}
.wrap-modified-checkbox label:before
{
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    left: 0;
    top: 0;

    background-color: white;
    border: 1px solid #E5E5E5;
}
.wrap-modified-checkbox label:after
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 8px;
    height: 4px;
    top: 4px;
    left: 3px;
    border: 3px solid var(--primary-color);
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.wrap-modified-checkbox label:hover::after
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.wrap-modified-checkbox input:checked + label:after
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
/* BRAND */
.searchMachine
{
    display: flex;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 80px;
}
.search-machine-img
{
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    height: 160px;
    width: 160px;
    display: flex;
}
.search-machine-img img
{
    max-height: 100%;
    max-width: 100%;
    margin: auto 0;
    padding: 0 5px;
}
.search-machine-wrap
{
    width: 100%;
    padding-left: 30px;
}
.search-machine-title
{
    font-family: var(--dmsans);
    font-weight: bold;
    font-size: 36px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 20px;
}
.search-machine-title span
{
    text-transform: uppercase;
}
.search-machine-select
{
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}
.search-machine-select div
{
    display: flex;
    align-items: center;
    flex: 1;
    padding: 12px 14px;
    margin-right: 20px;
    background: #F4F4F4;
    border: 1px solid #BFC8DE;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
    border-radius: 25px;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #9A9A9A;
}
.search-machine-select select
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    padding: 12px 14px;
    background: #FFFFFF;
    border: 1px solid #BFC8DE;
    border-radius: 25px;
    outline: none;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #9A9A9A;
}
.search-machine-search
{
    display: flex;
    justify-content: space-between;
}
.search-machine-search > div
{
    flex: 3;
}
.search-machine-search img
{
    vertical-align: middle;
}
.search-machine-search a
{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #FFF;
    font: 700 14px/16px Ubuntu;
    border-radius: 24px;
    padding: 10px 15px;
    height: 41px;
}
.search-machine-search a i
{
    font: 500 24px/28px materialicons;
}
.header-info-focusable:focus .search-machine-compatibility
{
    display: block;
}
.search-machine-compatibility:hover
{
    display: block;
}
.search-machine-compatibility
{
    display: none;
    z-index: 10;
    margin-top: 10px;
}
.search-machine-compatibility img
{
    border-radius: 10px;
}

/* SCROLLBAR  */
.scrollbar-vertical-filters
{
    height: 165px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #C8C8C8 #E9E9E9;
}
.scrollbar-vertical-filters::-webkit-scrollbar
{
    width: 8px;
    height: 0px;
}
.scrollbar-vertical-filters::-webkit-scrollbar-track
{
    background-color: #E9E9E9;
    border-radius: 50px;
}
.scrollbar-vertical-filters::-webkit-scrollbar-thumb
{
    border-radius: 50px;
    background-color: #C8C8C8;
    border: 1px solid #E9E9E9;
}
/* ACCOUNT */
.password-icon {display: flex;align-items: center;position: absolute;top: 50%;right: 10px;transform: translateY(-50%);transition: all 0.2s;}
.password-icon:hover {cursor: pointer;color: var(--primary-color);}
.password-icon .mdp-visibility-off {display: none;}
.forgotten-password{margin-top: 10px;}
.accountForm-checkboxes.forgotten-password{display: block;}
.forgotten-password .accountForm-button{margin-left: 0;}

/* RESPONSIVE */
/* < 1440px */
@media only screen and (max-width: 1440px)
{
    .header-wrap
    {
        padding-right: 20px;
    }
}

/* > 640px */
@media only screen and (min-width: 641px)
{
    /* HEADER */
    .header-wrap-mobile{display: none;}
    /* FOOTER */
    .open-footer-mobile h3 i{display: none;}

    /* HOME SLIDER */
    .format_mobile{display: none;}
}
/* < 640px */
@media only screen and (max-width: 640px)
{
    /* HEADER */
    .header-wrap{display: none;}
    .header-wrap-btn-mobile{display: flex;justify-content: space-between;padding: 20px;align-items: center;}
    .header-wrap-btn-mobile div{flex: 1;text-align: center;}
    .header-wrap-btn-mobile div:first-child{text-align: left;}
    .header-wrap-btn-mobile div:last-child{text-align: right;}
    .header-wrap-search-bar-mobile{display:none;padding: 0 20px 15px 20px;}
    .header-menu-catman-mobile{display: none;position: fixed;z-index: 10;width: 100%;height: 100%;background-color: white;padding: 0 30px;}
    .header-menu-catman-item-mobile{padding: 20px 0;border-bottom: 1px solid #DFE3EF;}
    .header-menu-catman2-mobile{display: none;position: absolute;top: 0;bottom: 0;left: 0;right: 0;background-color: red;height: 100%;width: 100%;z-index: 20;}
    /* FOOTER */
    .footer-columns{flex-wrap: wrap;justify-content: center;text-align: center;width: 100%;}
    .footer-column{width: 100%;}
    .footer-column div{justify-content: center;}
    .footer-column label ~ .footer-text{display: none;}
    .check-open-footer-mobile:checked ~ div{display:block;}
    .check-open-footer-mobile:checked ~ label h3 i{transform: rotate(180deg);}
    .order-one-mobile{order: -1;}

    /*A enlever style-juju.css .footer-column+.footer-column{margin-left: 40px;}*/
    /*.footer-column{margin-left: 0;}*/
    .footer-column+.footer-column{margin-left: 0;}

    /* HOME SEARCH BLOCK */
    .search-block{flex-wrap: wrap;}
    .search-block-wrap{min-width: 100%;margin-bottom: 10px;}
    /* HOME SLIDER */
    .format_ordinateur{display: none;}
    /* HOME REINSURANCE */
    .reinsurance{flex-wrap: wrap;justify-content: center;max-width: 100%;}
    .reinsurance-item{min-width: 100%;justify-content: center;margin-bottom: 20px;}
    /* HOME BLOG/TUTO */
    .tutorials-list{flex-wrap: wrap;}
    .tutorials-item{min-width: 100%;}
    .tutorials-item:first-child{margin-bottom: 20px;}
    .tutorials-item+.tutorials-item{margin-left: 0;}
    /* HOME BRANDLIST */
    .brandsList-list{justify-content: center;height: 1375px;overflow: hidden;}
    .brandsList-link{height: auto;text-align: center;}
    /* HOME WHOAREWE */
    .whoAreWe-picture{display: none;}
}
