@media (min-width: 1200px) {
    .container {
        width: 1280px;
        max-width: 100%;
    }
}

#header .header-top {
    padding: 14px 0 !important;
}

#search_widget form i {
    top: 5px;
}

.header-top #search_widget input {
    height: 48px;
}


#contact #left-column {
	display:none;
}


.header-top #search_widget input::placeholder {
    color: var(--dark-grey-451, #786F6A) !important;
    opacity: 1 !important;
}

#wrapper {
    background-color: white !important;
    overflow: hidden;
}

.drapeau-fr {
    position: relative;
    font-size: 0 !important;
    border-radius: 0px 8px 8px 0px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
    background-color: white !important;
}

.drapeau-fr::after {
    content: url(https://emarentree.fr/france.png) !important;

    position: absolute;
    left: 25%;
    top: 20%;
}

.thumbnail-container .highlighted-informations {
    display: none;
}

.thumbnail-container {
    position: relative;
}

.thumbnail-container .variant-links {
    position:absolute;
    background-color: transparent;

    display: flex;
    flex-direction: column;
    bottom: 16px;
    top: auto;
    left: 16px;
    gap: 3px;
}

.thumbnail-container .variant-links a {
    border-radius: 48px;
    background: #FFF;
    border: 3px solid #FFF;
    margin: 0 ;
    display: block;
}

.product-miniature .count {
    display: inline-flex;
    width: 1.125rem;
    height: 1.125rem;
    background-color: white;
    align-items: center;
    justify-content: center;
    border: 3px solid white;
    border-radius: 48px;
    position: unset;
}

.blockcart.cart-updated {
    animation: bump 0.4s ease;
  }
  
  @keyframes bump {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
  }
  

.add-to-cart-listing {
    display: flex;
    height: 48px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;

    margin-top: 12px;

    width: 100%;

    border-radius: 48px;
    background: #D73127;

    color: var(--White, #FFF);

    /* Button label */
    font-family: "Albert Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;

    text-transform: none;
}

.all-product-link {
    display: none;
}

.home-image-gallery {
    display: flex;
    justify-content: space-between;

    margin-top: 80px;
    margin-bottom: 110px;
}

.home-image-wrapper {
    border-radius: 24px;
border: 1px solid rgba(0, 0, 0, 0.10);
overflow: hidden;
}

.categorie-pastille a {
    transform-origin: center;
}

.categorie-pastille a:hover{
    animation: bounce-in 0.5s forwards;
}

.categorie-pastille a:not(:hover) {
    animation: bounce-out 0.4s forwards;
}

.add-to-cart-listing:hover,
.article-home a:hover {
    background: linear-gradient(253deg, #AC080A 14.92%, #D73127 100%)
}

@keyframes bounce-in {
    0% {
      transform: scale(1);
    }
    40% {
      transform: scale(1.08);
    }
    60% {
      transform: scale(1.02);
    }
    100% {
      transform: scale(1.05);
    }
  }
  
  @keyframes bounce-out {
    0% {
      transform: scale(1.05);
    }
    40% {
      transform: scale(0.95);
    }
    100% {
      transform: scale(1);
    }
  }

  .breadcrumb a {
    color: var(--dark-grey-451, #786F6A) !important;
    font-family: "Albert Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }

  #wrapper .breadcrumb li::after {
    content: ">";

  }

  .breadcrumb {
    color: var(--dark-grey-451, #786F6A);
font-family: "Albert Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 140%;

margin-bottom: 34px;
  }













  .product-media-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  
#product .page-content .product-cover img {
  background: var(--Very-light-grey, #F7F5F3);
  mix-blend-mode: multiply;
}

#product .page-content .drapeau-fr::after {
    display: flex;
    left: 10%;
    top: 20%;
}

#product .page-content .drapeau-fr {
    font-size: medium !important;
}

#product .h1 {
    color: #000;

/* Heading 2 */
font-family: "Albert Sans";
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

#category .breadcrumb {
    position: absolute;
}

#category #js-product-list-header .card {
    background: none;
}

#category #js-product-list-header {
    padding-top: 50px;
}

.custom-block-category {
    background: var(--Beige, #FAF8E4);
    height: 40vh;
    position: absolute;
    width: 100%;
    top: 0;
}

#category #left-column .block-categories {
    display: none;
}

#js-active-search-filters .active-filter-title {
    display: none;
}

#index #js-product-list-header {
    display: none;
}

.active_filters .filter-block {
display: flex;
height: 36px;
padding: 0px 8px 0px 16px;
justify-content: center;
align-items: center;
gap: 4px;

border-radius: 36px;
background: var(--Very-light-grey, #F7F5F3);

flex-direction: row-reverse;
}

.PM_ASSelections {
    background-color: none;
    border: none;
}

.active_filters {
    background: none;
}

#category #wrapper {
    position: relative;
}

.block-category {
    min-height: 0;
    margin-bottom: 0;
}

#js-product-list-header {
    padding-bottom: 100px;
}

#js-product-list-header #subcategories {
    border-top: none;
    padding: 0;
}


#category h1 {
text-align: center;

color: #000;
text-align: center;

/* Heading 1 */
font-family: "Albert Sans";
font-size: 40.32px;
font-style: normal;
font-weight: 600;
line-height: 44px; /* 109.127% */
letter-spacing: -0.403px;
}

#category #category-description {
    width: 100%;
    text-align: center;
    color: #000;
text-align: center;

/* Body M */
font-family: "Albert Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
}

#category .header-cat .subcategory-name,
#category .header-cat .subcategory-name:hover {
    color: #000;

/* Button label */
font-family: "Albert Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}


#category .header-cat #subcategories ul li {
    width: auto;
    min-width: 0;
    background-color: white;

    display: flex;
height: 48px;
padding: 0px 16px 0px 16px;
align-items: center;

border-radius: 48px;
}

#subcategories ul {
    justify-content: center;
}

#category .header-cat h5 {
    margin: 0 auto;
}

#category #wrapper .container>.row {
    margin-top: 80px;
}

.product-miniature .price {
display:flex;
align-items: flex-end;
column-gap:6px;	
}

.product-miniature .price p {
margin: 0;
}


.PM_ASBlockTitle {
    color: #000;

/* Heading 3 */
font-family: "Albert Sans";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

#PM_ASBlock_1 .card-header {
    background-color: transparent !important;
}


@media (max-width: 768px) {
    .home-image-wrapper {
        width: 100% !important;
    }

    #index .featured-categories {
        margin-top: 16px !important;
        overflow: auto;
    }

#adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1.sub.adtm_sub_open a.a-niveau1 span {
	background:none !important;
	color:#D73127;
	}

.adtm_menu_icon {
	display: none;
	}
	

    .featured-categories a {
        width: 76px;
    }

    .featured-categories .categorie-pastille {
        width: 76px;
    }

    .featured-categories ul {
        column-gap: 8px;
    }

    .featured-categories li {
        width: 76px;
        padding: 0;
    }

    .featured-categories .row {
        justify-content: flex-start;
        padding-left: 30px;
    }

    .featured-categories img {
        width:76px;
        height:76px;
    }

    .featured-categories p {
        width: 76px;
        color: #000;
        text-align: center;
        font-family: "Albert Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
    }

    .featured-products {
        overflow: hidden;
    }

    .featured-products .js-product {
        display: contents;
        border-radius: 24px;
        overflow: hidden;
    }

    .featured-products .products {
        justify-content: flex-start;
        overflow: auto;
        flex-wrap: nowrap;
        column-gap: 8px;
        padding: 0 15px 20px;
    }

    .product-miniature {
        border-radius: 24px;
        border: 1px solid var(--Light-grey, #E2E0DF);
        background: var(--White, #FFF);
    }

    .product-miniature .thumbnail-container {
        border-radius: 24px;
        border: 1px solid var(--Light-grey, #E2E0DF);
        background: var(--White, #FFF);
    }

    .home-image-gallery {
        flex-direction: column;
        margin-top: 32px;
        margin-bottom: 60px;
        row-gap: 16px;
    }

    .reassurance_home div {
        display: flex;
        flex-direction: column;
        width: 200px;

    }

    #custom-text .reassurance_home img {
        width: 78px;
    }

    #custom-text .reassurance_home h3 {
        color: var(--flamme-new, #D73127);
        font-family: "Albert Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.16px;
        width: 200px;
        text-align: left;
    }

    #custom-text .reassurance_home p {
        color: var(--Rich-Black-FOGRA-29, #001419);
        font-family: "Albert Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 19.6px */
        text-align: left;
    }

    #custom-text .reassurance_home div {
        padding: 0;
    }

    .reassurance_home {
        column-gap: 24px;
        overflow: auto;
    }

    #custom-text {
        background-size: 150% 100% !important;
    }

    .pres-art {
        width: 100% !important;
    }

    .article-home {
        flex-direction: column;
    }

    .photo-article {
        width: 100% !important;
        margin-top: 40px;
    }

    .photo-article img {
        width: 100%;
        height: auto;
    }

    .home-marques {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
    }

    .home-marques div {
        flex: 1;
    }

    #index #block-reassurance ul {
        column-gap: 10px;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    #index #block-reassurance li {
        width: 45% !important;
        margin: 0 !important;
    }

    #block-reassurance li .block-reassurance-item {
        padding: 0 !important;
    }

    #index #block-reassurance .reassurance-description {
        color: var(--Rich-Black-FOGRA-29, #001419);
        text-align: center;
        font-family: "Albert Sans";
        font-size: 12px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    } 

    #index #block-reassurance .reassurance-titre {
        color: var(--Rich-Black-FOGRA-29, #001419);
        text-align: center;
        font-family: "Albert Sans";
        font-size: 14px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
    }

    

    #index #block-reassurance {
        margin-top: 32px !important;
    }

    #footer .block_newsletter {
        width: 50% !important;
    }

    .footer-container>.container>.row{
        padding-bottom: 40px !important;
    }

    #footer .links {
        display: none !important;
    }

    #footer .form-news {
        flex-direction: row-reverse;
        justify-content: center;
    }

    .footer-pos-bas div {
        flex-direction: column;
        align-items: center;
    }

    .footer-pos-bas {
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
    }

    .footer-footer {
        margin: 0 !important;
    }

}

#custom-text {
    background-color: transparent;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    z-index: 1;
    padding: 0;
    height: 422px;
    background-image: url(https://emarentree.fr/modules/ps_customtext/img/union.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.reassurance_home {
    display: flex;
    height: 100%;
    align-items: center;
}

.reassurance_home div{
    padding: 40px;
}

#custom-text img {
    height: auto;
    margin-bottom: 32px;
}

#custom-text h3 {
    color: var(--flamme-new, #D73127);
text-align: center;

/* Overline */
font-family: "Albert Sans";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.24px;

margin-bottom: 16px;
}

#custom-text p {
    color: var(--Rich-Black-FOGRA-29, #001419);
text-align: center;

/* Body */
font-family: "Albert Sans";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 22.4px */
}


.header-top .search-widgets form input[type=text] {
    color: var(--dark-grey-451, #786F6A);

/* Body */
font-family: "Albert Sans";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 22.4px */

background-color: #F7F5F3;
}

.header-top .search-widgets form input[type=text]:focus {
    background: none !important;
}

.header-top .header-top-right {
    padding-right: none !important;
}

#_desktop_logo {
    padding: 0 0 0 15px !important;
    width: auto;
    margin-right: 30px;
}

#_desktop_user_info span{
    color: var(--Rich-Black-FOGRA-29, #001419);
font-family: "Albert Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

#_desktop_cart .cart_position {
    position: relative;
}

#_desktop_cart a {
    display: contents;
}

#_desktop_cart .cart-products-count {
    position: absolute;
    bottom: -5px;
    right: -5px;

    color: var(--White, #FFF);
font-family: "Albert Sans";
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;

padding: 1px 5px;
background-color: red;
border-radius: 20px;
}

.carousel .carousel-inner {
    height : auto !important
}

.top-menu .category .dropdown-item {
    color: var(--Rich-Black-FOGRA-29, #001419);
font-family: "Albert Sans";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

#header .menu {
    width: 100%;
}

#header #top-menu {
    display: flex;
    justify-content: space-around;
}

#header .menu a{
    text-align: center;
}

.featured-products .products-section-title {
    color: var(--Rich-Black-FOGRA-29, #001419);

/* Heading 2 */
font-family: "Albert Sans";
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.js-product {
    padding: 0 !important;
    width: 242px;
    border-radius: 24px;
    border: 1px solid var(--Light-grey, #E2E0DF);
    background: var(--White, #FFF);
    overflow: hidden;
    
}

#category .js-product {
    width: 228px;
}

#category #left-column,
#search #left-column {
    padding: 0 48px 0 0 !important;
}

#category .products,
#search .products {
    column-gap: 16px;
    row-gap: 16px;
}
.PM_ASCriterionCheckbox:checked {
    accent-color: #D73127;
}

.featured-products .products {
    justify-content: space-between;
} 

.featured-products .products::after {
    display: none;
} 

.product-miniature .thumbnail-container {
    margin-bottom: 0 !important;
}

.product-miniature .product-description {
    padding: 16px !important;
}

.product-miniature .product-title {
    margin: 0;
    text-align: left;
}

.product-miniature .product-description {
    position: initial;
}

.product-miniature .product-title a {
overflow: hidden;
color: var(--Rich-Black-FOGRA-29, #001419);
text-overflow: ellipsis;
/* Body - Bold */
font-family: "Albert Sans";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.PM_ASCriterionsGroupName {
    color: var(--Rich-Black-FOGRA-29, #001419);
font-family: "Albert Sans";
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}


.PM_ASLabelLink {
    color: var(--Rich-Black-FOGRA-29, #001419) !important;
font-family: "Albert Sans";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%;
}

#PM_ASCriterionGroupColor_1_4 li {
    overflow: hidden;
    border-radius: 87.273px;
    border: 2px solid #FFF;
background: var(--White, #FFF); 
}

#PM_ASCriterionGroupColor_1_4 li:hover,
#PM_ASCriterionGroupColor_1_4 li:active {
    border: 2px solid var(--Rich-Black-FOGRA-29, #001419);
}

.PM_ASCriterionGroupColor.color_to_pick_list li a {
    margin: 3px !important;
    border-radius: 87.273px;
}


.product-miniature .product-manufacturer a {
color: var(--dark-grey-451, #786F6A);

/* Body - XS */
font-family: "Albert Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 19.6px */
}

.product-miniature .product-price-and-shipping {
    margin-top: 16px;
    text-align: left;
}

.product-miniature .product-price-and-shipping .price {
    color: var(--Rich-Black-FOGRA-29, #001419);
font-family: "Albert Sans";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;

margin-right: 8px;
}

.product-miniature .product-price-and-shipping .red-price {
    color: var(--flamme-new, #D73127);
}

.article-home {
    display: flex;
    margin-top: 110px;
    justify-content: space-between;
    align-items: center;
}

.pres-art {
    width: 45%;
}

.pres-art h3{
    color: #E0321C;

    /* Overline */
    font-family: "Albert Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;

    margin-bottom: 16px;
}

.pres-art h2{
    color: var(--Rich-Black-FOGRA-29, #001419);

    /* Heading 2 */
    font-family: "Albert Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-bottom: 40px;
}

.pres-art p {
    color: #000;

/* Body M */
font-family: "Albert Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
}

.pres-art h4 {
    color: #000;

    /* Body M */
    font-family: "Albert Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;

    margin-bottom: 48px;
}

.pres-art a {
    display: inline-flex;
    height: 48px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;

    border-radius: 48px;
background: #D73127;

color: var(--White, #FFF) !important;

/* Button label */
font-family: "Albert Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}


.photo-article {
    width: 40%;
    overflow: hidden;
}


.section-marque {
    padding: 60px 0px;
    flex-direction: column;
    align-items: center;
    gap: 48px;

    border-radius: 16px;
background: #F9F8F6;

margin-top: 100px;
}

.section-marque h3{
    color: var(--flamme-new, #D73127);
    text-align: center;
    
    /* Overline */
    font-family: "Albert Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
}

.section-marque {
    color: var(--Rich-Black-FOGRA-29, #001419);
text-align: center;

/* Heading 2 */
font-family: "Albert Sans";
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.section-marque img{
    width: 80px;
    padding: 8px;
}

.section-marque .home-marques {
    margin-top: 48px;
    display: flex;
    column-gap: 24px;
    justify-content: center;
}

#index #block-reassurance,
#product #block-reassurance {
    margin-top: 120px;
    margin-bottom: 70px
}

#index #block-reassurance ul,
#product #block-reassurance ul{
    display: flex;
    justify-content: space-between;


}

#index #block-reassurance .block-reassurance-item,
#product #block-reassurance .block-reassurance-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#index #block-reassurance li,
#product #block-reassurance li {
    border: none !important;
    width: 265px;
    margin: 0 24px;
}

#index #block-reassurance img,
#product #block-reassurance img{
    width: 75px;
}

#index #block-reassurance .reassurance-titre,
#product #block-reassurance .reassurance-titre{
    margin-top: 24px;
    color: var(--Rich-Black-FOGRA-29, #001419);
text-align: center;

/* Body - Bold */
font-family: "Albert Sans";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

#index #block-reassurance .reassurance-description,
#product #block-reassurance .reassurance-description{
    margin-top: 8px;

    color: var(--Rich-Black-FOGRA-29, #001419);
text-align: center;

/* Body - XS */
font-family: "Albert Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 19.6px */
}

#footer {
    background: var(--Straw, #E7DC76);
    position: relative;

    margin-top: 100px;
}

#footer::before {
    content: "";
    display: inline-block;

    background-image: url('https://emarentree.fr/themes/emarentreev3/Brush.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;

    position: absolute;
    width: 100%;
    height: 200px;
    top: -30px;
  }


  .block_newsletter  {
    background-color: var(--Straw, #E7DC76) !important;
  }

  .footer-container>.container>.row {
    display: flex;
    justify-content: space-around;
  }
 
  #footer .links .row {
    display: flex;

    margin-bottom: 80px;
    column-gap: 80px;
  }

#footer .block_newsletter {
    margin: 0 !important;
    padding: 0 !important;
}

 #footer .row::after {
    content: none;
 }

 #footer h1 {
    margin-bottom: 40px;
 }

 #footer p {
    color: var(--Rich-Black-FOGRA-29, #001419);

/* Body - Bold */
font-family: "Albert Sans";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;

padding: 0;
margin-bottom: 8px;

width: max-content;
 }

.form-news {
padding: 0 !important;
overflow: hidden;
display: flex;
}

#footer form div {
    padding: 0;
}

#footer .block_newsletter form input[type=email] {
    border-radius: 8px 0px 0px 8px;
border: 1px 0px 1px 1px solid var(--Grey, #91968D);
background: var(--White, #FFF);
}

#footer .btn {
    text-transform: none ;
    border-radius: 0px 8px 8px 0px;
background: var(--flamme-new, #D73127);
}

#footer .links .wrapper {
    width: max-content;
    padding: 0;
}

#footer .links .h3 {
    color: var(--flamme-new, #D73127);

/* Overline */
font-family: "Albert Sans";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.24px;

text-transform: none;

margin-bottom: 24px;
}

#footer .links li {
    width: max-content;
    padding: 0;
    margin-bottom: 8px;
    
}

#footer .links li a {
    color: var(--Rich-Black-FOGRA-29, #001419);

/* Body */
font-family: "Albert Sans";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 22.4px */
}

.footer-footer {
    padding-top: 40px;
    border-top: 1px solid rgba(0, 20, 25, 0.10);
    margin-bottom: 80px;
}

.footer-pos-bas,
.footer-pos-bas a,
.footer-pos-bas p {
    justify-content: space-between;

    color: var(--Rich-Black-FOGRA-29, #001419);

    /* Body */
    font-family: "Albert Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 140%; /* 22.4px */
}

.footer-pos-bas div {
    column-gap: 32px;
}

.footer-pos-bas,
.footer-pos-bas div {
    display: flex;
}


.top-menu .top-menu {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    align-items: flex-start;

    padding: 27px 0;

}


.top-menu .sub-menu {
    width: 100%;
}
.menu-category-thumbnail {
    width: 24px;
    height: 24px;
    object-fit: cover;
    margin-right: 6px;
    vertical-align: middle;
    border-radius: 3px;
  }

#product .header-cat {
    display: none;
}

#product .fournisseur {
    color: var(--dark-grey-451, #786F6A);

    /* Body */
    font-family: "Albert Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}

#product .current-price-value {
color: var(--flamme-new, #D73127);
font-family: "Albert Sans";
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

#product .product-prices {
    display: flex;
    column-gap: 8px;
    align-items: center;
}

#product .product-information>.product-description p::before {
    content: "";
    display: flex;
    background-image: url(https://emarentree.fr/themes/emarentreev3/assets/img/Feature%20Icon.svg);
    width: 20px;
    height: 20px;
}


#product .product-information>.product-description p {
    display: flex;
    align-items: flex-end;
    column-gap: 8px;

    color: var(--Rich-Black-FOGRA-29, #001419);

    font-family: "Albert Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}


.bootstrap-touchspin {
    position: relative;
}

.bootstrap-touchspin .btn-touchspin {
    position: absolute !important;
}


.bootstrap-touchspin .input-group-btn-vertical {
    position: unset !important;
}

.bootstrap-touchspin .bootstrap-touchspin-up {
    z-index: 9;
    top: 0;
    right: -30px;
    height: -webkit-fill-available;
}

.bootstrap-touchspin .bootstrap-touchspin-down {
    z-index: 9;
    top: 2px;
    left: 0;
    height: -webkit-fill-available;
}

.bootstrap-touchspin-down {
    width: 44px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(https://emarentree.fr/themes/emarentreev3/assets/img/Minus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    border-radius: 43px 0 0 43px !important;
}

.bootstrap-touchspin-down:active {
    background-image: url(https://emarentree.fr/themes/emarentreev3/assets/img/Minus.svg);
}

.touchspin-down::after {
    content: "-" !important;
    color: transparent;
}

.bootstrap-touchspin-up {
    width: 44px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(https://emarentree.fr/themes/emarentreev3/assets/img/Plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    border-radius: 0 43px 43px 0 !important;
}

.bootstrap-touchspin-up:active {
    background-image: url(https://emarentree.fr/themes/emarentreev3/assets/img/Plus.svg);
}


#cart .bootstrap-touchspin {
padding-left: 30px;
}

#cart .js-cart-line-product-quantity {
text-align:center;
}

#cart .bootstrap-touchspin .bootstrap-touchspin-up {
	right: -43px;
}

#cart .bootstrap-touchspin .bootstrap-touchspin-down {
	left: -10px;
}


.touchspin-up::after {
    content: "+" !important;
    color: transparent;
}

.touchspin-down {
    position: unset !important;
}

.touchspin-up {
    position: unset !important;
}

input#quantity_wanted {
  margin: 0 auto;
  width: fit-content;
  display: block;
  text-align: center;
  width: 5rem !important;
  margin-left: 30px;
}

.product-quantity {
    justify-content: space-between;
    flex-wrap: inherit;
}

.product-quantity::after {
    content: none;
}

.product-minimal-quantity {
    display: none;
}

.product-quantity .add {
    width: 100%;
}

.add-to-cart {
    margin-left: 50px;

    display: flex;
    height: 48px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;

    border-radius: 48px;
    background: #D73127;

    color: var(--White, #FFF);

    font-family: "Albert Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.add-to-cart:hover {
    background: linear-gradient(253deg, #AC080A 14.92%, #D73127 100%)
}

.product-information>.tabs {
    padding: 0;
}

.product-features {
    margin-left: 0 !important;
}

.section_decription,
.section_detail {
    border-top: 1px solid var(--Light-grey, #E2E0DF);
    padding-top: 24px;
    padding-bottom: 24px;
}

.section_decription h3,
.section_detail h3{
    color: #000;

    margin-bottom: 18px;
/* Heading 3 */
font-family: "Albert Sans";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.section_decription p {
    color: #000;
font-family: "Albert Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
margin-bottom: 0;
}

.tabs .tab-pane {
    padding-top: 0 !important;
}

.product-features dt,
.product-features dd {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.product-features dt:nth-of-type(odd),
.product-features dd:nth-of-type(odd) {
    background: var(--Very-light-grey, #F7F5F3) !important;
}

.product-features dt:nth-of-type(even),
.product-features dd:nth-of-type(even) {
    background: white !important;
}


.product-features .name {
color: var(--Rich-Black-FOGRA-29, #001419);

/* Button label */
font-family: "Albert Sans";
font-size: 16px;
font-style: normal;
font-weight: 600 !important;
line-height: normal;
}

.product-features .value {
    color: var(--Rich-Black-FOGRA-29, #001419);

/* Body */
font-family: "Albert Sans";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 22.4px */
}


.product_same_cat > div {
    display: flex;
    justify-content: space-between;
}

.product_same_cat .wishlist-button-add {
    top: .625rem;
    right: .625rem;
    position: absolute;
}

.product_same_cat h2 {
	text-align:center;
	margin-bottom:20px
}

#manufacturer .products {
    row-gap: 20px;
    column-gap: 15px;
}


#product #content-wrapper {
	margin-bottom: 100px;
}





















































@media screen and (min-width: 768px) {
    #header #search_widget {
        display: block;
        width: 100%;
        max-width: 722px;
        
        display: flex;  
        padding: 0px 16px;
        align-items: center;
        gap: 16px;

        border-radius: 36px;
        background: var(--Very-light-grey, #F7F5F3);
        
    }

	.columnWrapTable .adtm_column_wrap_td:first-child {
	width:33%
	}

    #_desktop_cart {
        min-width: 120px;
    }

    #_desktop_cart .header {
        display: flex;
        height: 48px;
        padding: 10px 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;

        border-radius: 48px;
background: rgba(230, 75, 56, 0.16);
    }

    #_desktop_cart .shopping-cart {
        color: black;
    }

    .blockcart span {
        color: var(--Rich-Black-FOGRA-29, #001419);
font-family: "Albert Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
    }

    #_desktop_user_info {
        min-width: 160px;
    }

    #_desktop_user_info a {
        display: flex;
        height: 48px;
        padding: 10px 16px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    #header #search_widget form {
        width: 100%;
        margin: 0;
    }

    .header-top .header-top-right {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        column-gap: 10px
    }

    .conteneur_texte {
        position: absolute;
        padding: 60px;
        width : 66%;
    }
    

    #adtm_menu .adtm_unclickable {text-decoration:none!important;}
#adtm_menu ul#menu {justify-content : space-between !important; padding-bottom:8px}
#adtm_menu .li-niveau1 { border-radius : 24px; overflow: hidden;}
#adtm_menu .adtm_column span.column_wrap_title a {display: inline-flex; align-items: center; column-gap: 16px;color: #000;font-family: "Albert Sans";font-size: 16px;font-style: normal;font-weight: 600;line-height: normal;padding-right:20px;}
.columnWrapTable>tbody>tr>.adtm_column_wrap_td:first-child img.adtm_menu_icon {width: 48px; height: auto; border-radius: 38px;border: 4px solid #FFF;}
#adtm_menu:not(.atmRtl) .advtm_open_on_hover ul#menu .li-niveau1:hover div.adtm_sub {width: 100vw;left: 50%;right: 50%;margin-left: -50vw;margin-right: -50vw;}
#adtm_menu table.columnWrapTable {max-width : 1280px; margin : 0 auto;padding-top:27px; padding-bottom:27px;display: flex;}
#adtm_menu table.columnWrapTable tbody {width: 100%}
#adtm_menu table.columnWrapTable tr {display: flex; justify-content: space-between;}
.li-niveau1 .advtm_menu_span:hover {transition : .15s ease}
#adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {font-weight:500}
#adtm_menu .adtm_column span.column_wrap_title a:hover {background-color:#F7F5F3;border-radius:48px;}


#product #content {
    max-width: none;
  }

#product .page-content {
    overflow: hidden;
}


#product .page-content .images-container {
    display: flex;
    justify-content: flex-end;
}

#product .page-content .images-container .scroll {
    display: contents;
}

#product .page-content .product-images {
    display: flex;
    flex-direction: column;

    position: absolute;
    z-index: 2;
    left: 0;
    width: 20%;

    height: 100%;
}

#product .page-content .product-cover {
    width: 80%;
    margin: 0 !important;
}

#product .page-content .scroll-box-arrows .right{
display: none;
}

#product .page-content .scroll-box-arrows .left{
    transform: rotate(270deg);
    z-index: 2;

    bottom: 0;
    width: 100px;
    height: auto;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%);
color: white
}

#product .page-content .product-flags {
    left: 20%
}

};










