/* FONTS */


@media (max-width: 1024px) {
    .ammenu-nav-sections .ammenu-tabs-container > .ammenu-title.active > .ammenu-link {
        z-index: 1;
    }
}

@font-face {
    font-family: 'FuturaLTPro';
    src: url('../fonts/FuturaLT/FuturaLTPro-MediumOblique.eot');
    src: url('../fonts/FuturaLT/FuturaLTPro-MediumOblique.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaLT/FuturaLTPro-MediumOblique.woff2') format('woff2'),
        url('../fonts/FuturaLT/FuturaLTPro-MediumOblique.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'FuturaLTPro';
    src: url('../fonts/FuturaLT/FuturaLTPro-Heavy.eot');
    src: url('../fonts/FuturaLT/FuturaLTPro-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaLT/FuturaLTPro-Heavy.woff2') format('woff2'),
        url('../fonts/FuturaLT/FuturaLTPro-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaLTPro';
    src: url('../fonts/FuturaLT/FuturaStd-BoldOblique.eot');
    src: url('../fonts/FuturaLT/FuturaStd-BoldOblique.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaLT/FuturaStd-BoldOblique.woff2') format('woff2'),
        url('../fonts/FuturaLT/FuturaStd-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'FuturaLTPro';
    src: url('../fonts/FuturaLT/FuturaLTPro-HeavyOblique.eot');
    src: url('../fonts/FuturaLT/FuturaLTPro-HeavyOblique.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaLT/FuturaLTPro-HeavyOblique.woff2') format('woff2'),
        url('../fonts/FuturaLT/FuturaLTPro-HeavyOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'FuturaLTPro';
    src: url('../fonts/FuturaLT/FuturaStd-Bold.eot');
    src: url('../fonts/FuturaLT/FuturaStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaLT/FuturaStd-Bold.woff2') format('woff2'),
        url('../fonts/FuturaLT/FuturaStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaLTPro';
    src: url('../fonts/FuturaLT/FuturaLTPro-Light.eot');
    src: url('../fonts/FuturaLT/FuturaLTPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaLT/FuturaLTPro-Light.woff2') format('woff2'),
        url('../fonts/FuturaLT/FuturaLTPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaLTPro';
    src: url('../fonts/FuturaLT/FuturaLTPro-LightOblique.eot');
    src: url('../fonts/FuturaLT/FuturaLTPro-LightOblique.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaLT/FuturaLTPro-LightOblique.woff2') format('woff2'),
        url('../fonts/FuturaLT/FuturaLTPro-LightOblique.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

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


:root {
    --main-color: #2A3470;
    --main-color-darker: #111840;
    --pink-color: #BA144B;
    --white-color: #FEFEFE;
    --dark-color:#36424A;
    --dark-pink-color: #810240;
    --dark-pink-color-hover: #9b1455;
}


body {
    overflow-x: hidden;
    font-family: 'FuturaLTPro';
    color:var(--main-color);
}

/********* MENU LINK */
.ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1) {
    font-size: 12px;
    line-height: 12px;
}
.ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1):before {
    content: "";
    padding: 0 10px 0 0;
}
.ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1) span {
    color: #9a7f7f;
}
/********************/

/********* SHIPPING NEW ADDRESS */
.checkout-index-index .checkout-container {
    position: relative;
}
.checkout-index-index .checkout-container > .customer-choice {
    position: absolute;
    top: 85px;
    right: 0;
}
@media screen and (min-width: 768px) {
    .checkout-index-index form.form-shipping-address .fieldset > .field:not(.choice) > .label {
        width: 30%;
    }

    .checkout-index-index form.form-shipping-address .fieldset > .field:not(.choice) > .control {
        width: 70%;
    }
}

.am-labels-folding .am-collapse-icon {
    left: unset;
    right: 0;
}
.modals-overlay {
    background-color: #15151554 !important;
}
.page-title{
    padding-top: 32px;
}

.account-nav .item.current a, .account-nav .item.current strong{
    border-color: var(--pink-color);
}
a:active, .alink:active{
    color: var(--pink-color);
}
.ammenu-menu-wrapper {
    background: #FFFFFF !importantimportant;
}
.action.primary:focus, .action.primary:active, .amshopby-button:focus, .amshopby-button:active, .am-filter-go:focus, .am-filter-go:active{
    background: var(--dark-pink-color);
    border: 1px solid var(--dark-pink-color);
}
.amlocator-block{
    border-radius:5px;
}
.amlocator-store-desc.-active{
    background: var(--pink-color);
}
.amlocator-block .amlocator-store-desc .amlocator-title {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 20px;
    color: var(--pink-color);
}
.amlocator-store-desc.-active .amlocator-title{
    color: var(--white-color);
}
.abs-account-blocks .block-title > strong, .block-compare .block-title > strong, .block-giftregistry-results .block-title > strong, .block-giftregistry-shared-items .block-title > strong, .block-wishlist-search-results .block-title > strong, .block-reorder .block-title > strong, .widget .block-title > strong, .block-wishlist .block-title > strong, .account .column.main .block:not(.widget) .block-title > strong, .multicheckout .block-title > strong, .paypal-review .block .block-title > strong, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong, .sales-guest-view .column.main .block:not(.widget) .block-title > strong{
    font-size: 2.8rem;
}

/* STOCK EMPTY CARD EFFECT */
.stock-empty {
    filter: grayscale(100%);
    opacity: 0.4;
}
.item.product.product-item .product-item-info.stock-empty:hover {
    transform: unset;
}

/* PAGE CMS */
.cms-mentions-legales-et-politique-de-confidentialite .page-main,
.cms-legal-notice-and-privacy-policy .page-main,
.cms-aviso-legal-y-politica-de-privacidad .page-main,
.cms-faq-gobel-fr .page-main,
.cms-livraison-gobel-fr .page-main {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 30px !important;
}
.cms-mentions-legales-et-politique-de-confidentialite h2,
.cms-legal-notice-and-privacy-policy h2,
.cms-aviso-legal-y-politica-de-privacidad h2,
.cms-faq-gobel-fr h2,
.cms-livraison-gobel-fr h2 {
    position: relative;
    color: var(--main-color);
    margin-bottom: 60px !important;
    padding-bottom: 20px;
    font-size: 3.8rem;
}

.cms-mentions-legales-et-politique-de-confidentialite .column.main > p,
.cms-legal-notice-and-privacy-policy .column.main > p,
.cms-aviso-legal-y-politica-de-privacidad .column.main > p,
.cms-faq-gobel-fr .column.main > p,
.cms-livraison-gobel-fr .column.main > p {
    margin-bottom: 1rem;
}

.cms-mentions-legales-et-politique-de-confidentialite h2:not(.instagram-block .block-title h2):after,
.cms-legal-notice-and-privacy-policy h2:not(.instagram-block .block-title h2):after,
.cms-aviso-legal-y-politica-de-privacidad h2:not(.instagram-block .block-title h2):after,
.cms-faq-gobel-fr h2:not(.instagram-block .block-title h2):after,
.cms-livraison-gobel-fr h2:not(.instagram-block .block-title h2):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background-color: var(--pink-color);
}

.cms-livraison-gobel-fr h2:not(.instagram-block .block-title h2):after {
    left: 0;
    transform: translateX(0%);
}

@media screen and (max-width: 768px) {
    .cms-mentions-legales-et-politique-de-confidentialite h2,
    .cms-legal-notice-and-privacy-policy h2,
    .cms-aviso-legal-y-politica-de-privacidad h2,
    .cms-faq-gobel-fr h2,
    .cms-livraison-gobel-fr h2 {
        font-size: 2rem;
    }
    .block.filter{
        margin-bottom: 16px;
    }
    .toolbar.toolbar-products{
        padding-top: 0 !important;
    }
}

@media screen and (min-width: 1024px) {
    .sidebar .block-title {
        display: none;
    }

    .filter .block-subtitle.xs {
        display: none;
    }
    .filter .block-subtitle.xl {
        display: inline-block;
    }
}

@media screen and (max-width: 1024px) {
    .block.filter .filter-options{
        display: none;
    }
    .block.filter.active .filter-options{
        display: block;
    }
    .filter .block-subtitle.xl {
        display: none;
    }
    .page-products .sorter {
        position: absolute;
        right: 0;
        top: 15px;
        z-index: 1;
    }
    .checkout-cart-index .page-title-wrapper {
        padding: 0 0 0 14px;
    }
}

/************************/

@media screen, print and (min-width: 768px) {
    .navigation,
    .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-wrapper > .widget, .page-wrapper > .page-bottom,
    .block.category.event,
    .top-container,
    .page-main,
    .tellier-btoc-container {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
    .tellier-btoc-container {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
}

/* ===================================  HEADER */
.page-header {
    border-bottom: 0;
}
.surheader {
    width: 100%;
    height: 36px;
    background: #B71B52;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
}

.surheader p {
    margin-bottom: 0;
}

.surheader a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}
.page-wrapper .header.content{
    display: flex;
    position: relative;
    align-items: center;
    height: 150px;
    padding: 35px 0 0 0;
}
.header.content .block-search, .minicart-wrapper, .logo{
    float:none;
}
.minicart-wrapper{
    margin-left: 0 !important;
}
.minicart-wrapper > a{
    margin-right: 0 !important;
}
.input-text.qty {
    background-color: #F2F2F2;
}
.minicart-wrapper .action.showcart .counter.qty{
    position: absolute;
    left: 42px;
    top: 10px;
    z-index: 3;
    width: 21px;
    height: 22px;
    font-size: 10px;
    display: block;
    padding: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC44NDkiIGhlaWdodD0iMjEuNjYxIiB2aWV3Qm94PSIwIDAgMjAuODQ5IDIxLjY2MSI+DQogIDxwYXRoIGlkPSJoZXhhIiBkPSJNMTAuNDI1LDBBMy4wOTEsMy4wOTEsMCwwLDAsOC42ODguNTI5bC03LjMsNC44ODRBMy4xMTYsMy4xMTYsMCwwLDAsMCw4LjAwOXY1LjcxMmEzLjExMSwzLjExMSwwLDAsMCwxLjQsMi42bDcuMyw0LjgyMWEzLjA3NCwzLjA3NCwwLDAsMCwuNTI5LjI3NiwzLjEyMSwzLjEyMSwwLDAsMCwyLjM4OCwwLDMuMjQ5LDMuMjQ5LDAsMCwwLC41MjktLjI3Nmw3LjMtNC44MjFhMy4xMTcsMy4xMTcsMCwwLDAsMS40LTIuNlY4LjAwOWEzLjExNiwzLjExNiwwLDAsMC0xLjM4OC0yLjZMMTIuMTYxLjUyOUEzLjA5MSwzLjA5MSwwLDAsMCwxMC40MjUsMCIgZmlsbD0iI2YwOTIwYSIvPg0KPC9zdmc+DQo=");
}
.block-search .field.search .control{
    padding:0;
}
.block-search .field.search .control #search{
    width: 100%;
    height: 48px;
    border-radius:48px;
    line-height:48px;
    padding:0 24px;
    border:none;
    background:#f2f2f2;
}
.logo{
    order:1;
}
.header.content .logo{
    margin:0;
    max-height: 150px;
}
.header.content .block-search{
    order:2;
    margin-right:auto;
    margin-left:auto;
    flex-grow:1;
    padding:0 68px;
}
.header.content .block-search .block.block-content{
    position:relative;
}
.header.content .block-search .block.block-content .actions button{
    right: 15px;
    top: 7px;
}
.store-locator {
    order: 3;
}
.account{
    order:4;
}
.wishlist-icon {
    order: 5;
}
.minicart-wrapper{
    order:6;
}
.minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary,
.checkout-index-index .action.primary, .checkout-index-index .actions-toolbar button,
.checkout-cart-index .checkout-methods-items .action.primary {
    border: unset;
    background: #ba144b;
    border-radius: unset;
    color: #FFFFFF;
}
.checkout-cart-index .totals-tax,
.checkout-index-index .totals-tax{
    display: none;
}
.checkout-cart-index .grand.totals.excl,
.checkout-index-index .grand.totals.excl{
    opacity: 0.5;
    font-size: 12px !important;
}
.checkout-cart-index .grand.totals.excl .mark ,
.checkout-cart-index .grand.totals.excl .amount,
.checkout-index-index .grand.totals.excl .mark,
.checkout-index-index .grand.totals.excl .amount {
    font-size: 12px !important;
}

.language {
    order:7;
}
.page-wrapper .header.content #switcher-language {
    padding: 0 5px 0 35px;
}
.flag-header {
    position: absolute;
    right: 5px;
    /****** POUR LE MUTLIBOUTIQUE
    right: 180px; */
    top: 10px;
    width: 218px;
    display: flex;
}
.flag-header > .block {
    margin-bottom: 0;
}
.flag-header .block > .content {
    display: flex;
    align-items: center;
}
.flag-header .block .content > img {
    margin: 0 10px 0 0;
}

a.header-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    position: relative;
}
a.header-icon:active {
    transform:scale(.9);
}
a.header-icon:after {
    content:'';
    width: 48px;
    height: 48px;
    background: #f2f2f2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%) scale(0);
    z-index: -1;
    transition: .2s all;
}
a.header-icon:hover:after {
    transform:translate(-50%, -50%) scale(1);
}
.checkout-index-index .minicart-wrapper {
    display: none;
}
@media screen and (max-width: 768px) {
    .header.content .block-search {
        padding: 70px 0 0 0;
        margin-top: 0;
    }
    .page-wrapper .header.content {
        height: 85px;
    }
    .search-toggler {
        top: 20px;
    }
    .block-search .field.search .control #search {
        z-index: 2;
    }
    .minicart-wrapper {
        top: 20px;
    }
    .opc-estimated-wrapper {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .header.content .block-search {
        padding: 75px 0 0 0;
        margin-top: 0;
    }
    .page-wrapper .header.content {
        height: 110px;
    }
    .search-toggler {
        top: 30px;
    }
    .header.content .block-search .block.block-content .actions button {
        left: calc(100vw - 70px);
    }
    .minicart-wrapper {
        top: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .header .store-locator,
    .header .account,
    .header .wishlist-icon,
    .header .switcher.language.switcher-language,
    .flag-header {
        display: none;
    }
    .cms-btoc-homepage .slider:not(.cms-btoc-homepage .instagram-block .slider) {
        border-top: 2px solid #B71B52;
    }
    .minicart-wrapper .block-minicart {
        width: 290px !important;
    }
    .minicart-wrapper {
        position: absolute;
        right: 25px;
        margin-top: 0 !important;
    }
    .search-toggler {
        position: absolute;
        right: 65px;
        z-index: 5;
    }
    .search-toggler img {
        height: 40px;
    }
    .header .logo {
        padding: 0 10px 0 0;
        width: 120px;
        height: auto;
        position: absolute;
        left: 65px;
        top: 20px;
    }
    .page-wrapper .header.content {
        align-items: initial;
        justify-content: space-between;
        padding: 0;
        position: relative;
    }
    .header.content .ammenu-menu-toggle {
        height: inherit;
    }
    .header.content .block-search input {
        left: 23px;
        margin: 15px 0;
        position: absolute;
    }
    .block-search .field.search .control #search {
        height: 40px;
        width: calc(100vw - 50px);
        border-top: 4px solid #B71B52;
    }
    .header.content .block-search .action.search:before {
        font-size: 30px;
        margin: 12px 0 0 0;
    }
    .header.content .block-search .control {
        border-top: unset;
    }
    .header.content .block-search .label:before {
        position: absolute;
        top: 20px;
        left: calc(100vw - 70px);
        z-index: 3;
    }
    .header.content .block-search {
        display: none;
    }
    .header.content .block-search.opened {
        display: block !important;
    }
    .page-wrapper .minicart-wrapper .action.showcart:before {
        background-image: url('../images/cart-icon-rwd.png');
        background-size: 40px 40px;
        display: inline-block;
        width: 40px;
        height: 40px;
        content:"";
    }
}
@media screen and (min-width: 1024px) {
    .search-toggler {
        display: none;
    }
    .page-wrapper .minicart-wrapper .action.showcart:before {
        content: url('../images/cart-icon.svg');
        line-height: 0;
    }
}
/*===================================  Khaled */
.page-wrapper .minicart-wrapper .action.showcart {
    display: flex;
    justify-content: center;
}
.sections.nav-sections{
    margin-bottom: 0;
    border-bottom: 4px solid #BA144B;
}
.page-wrapper .nav-sections, .page-wrapper .navigation {
    background: #ffffff;
}
.page-wrapper .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    content: unset;
}
.column.main > p {
    margin-bottom: 0;
}

.page-main{
    /*max-width: unset !important;*/
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ammenu-nav-sections.nav-sections{
    margin-bottom: 0;
    border-bottom: 4px solid var(--pink-color);
}
.ammenu-items {
    justify-content: space-between;
}
.ammenu-items li a{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.ammenu-menu-wrapper.-desktop{
    background: #000;ckground: #000;ckground:transparent;
}
.ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-submenu-container:not(.-content) {
    padding: 8px;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main{
    width: calc(100% / 7);
    height: 70px;
    display: flex !important;
}
.ammenu-menu-wrapper.-desktop .ammenu-items>.ammenu-item.-main>.ammenu-link{
    width: 100%;
    padding: 18px 0;
    position: relative;
    max-width: 200px;
    text-align: center;
}
.ammenu-menu-wrapper.-desktop .ammenu-items .ammenu-submenu-container{
    top: 100%;
}
.ammenu-menu-wrapper.-desktop .ammenu-items>.ammenu-item.-main:not(:last-child)>.ammenu-link:after {
    content: "";
    width: 1px;
    position: absolute;
    right: calc(0px - 25%);
    top: calc(50% - 6px);
    background: var(--pink-color);
    height: 13px;
}
.ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child{
    padding: 12px;
}
.ammenu-nav-sections.nav-sections .ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child > .ammenu-wrapper:not(:last-of-type) {
    margin-bottom: 12px;
}
.ammenu-wrapper {
    font-weight: 400 !important;
}
.ammenu-submenu-container{
    box-shadow: inset 0 4px 0 var(--pink-color), 0 5px 15px rgb(0 0 0 / 10%) !important;
}
.page-wrapper .navigation > .ui-menu > .level-top:last-child:after {
    content: unset;
}
.page-wrapper .navigation > .ui-menu > .level-top > a {
    line-height: 24px;
    padding: 0 16px 8px 16px;
}

.homecover .imagecover {
    width:100%;
}

@media (max-width: 1024px) {
    .page-wrapper .ammenu-nav-sections .ammenu-title:first-child {
        width: 28%;
    }
}
/* =================================== CARROUSEL */
.carousel-container{
    width: 100vw;
    margin-left: calc(calc(50vw - 700px) * -1);
    height: 380px;
    overflow: hidden;
}
.carousel-container .owl-image, .carousel-container .item-image, .carousel-container .banner-slider{
    position: relative;
    width: 100%;
    height: 380px;
}
.carousel-container .owl-image{
    display: block;
}
.carousel-container .owl-image .img-responsive{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 640px;
    object-fit: cover;
}
.carousel-container .owl-image .banner-title{
    position: absolute;
    bottom: 71px;
    left: calc(50vw - 640px);
    z-index: 2;
    background: #FFFFFF;
    color: #36424A;
    padding: 20px 24px 32px 24px;
    font-size: 24px;
    max-width: 700px;
    opacity: 0.8;
}
.carousel-container .owl-image .banner-title > span{
    position: absolute;
    bottom: -20px;
    left: 24px;
    height: 40px;
    line-height: 40px;
    padding:0 30px;
    text-align: center;
    color: #F2F2F2;
    z-index: 2;
    font-size: 14px;
    text-transform: uppercase;
    background: #BA144B;
    transition: .2s transform;
}
.carousel-container .owl-image:hover .banner-title > span{
    transform:translateX(8px);
}

@media screen and (max-width:1400px) {
    .carousel-container {
        margin-left: calc(calc(50vw - 640px) * -1);
    }
}

@media screen and (max-width:1280px) {
    .carousel-container {
        width: 100%;
        margin-left: 0;
    }
    .carousel-container .owl-image .banner-title{
        left: 30px;
    }
}

@media screen and (max-width: 768px) {
    .columns {
        display: block;
    }
    .carousel-container {
        height: auto;
    }
    .carousel-container .owl-image, .carousel-container .item-image, .carousel-container .banner-slider {
        height: 300px;
    }
    .carousel-container .owl-image .banner-title {
        left: 10px;
        font-size: 15px;
        bottom: 30px;
        right: 10px;
    }
    .carousel-container .owl-image .banner-title > span {
        bottom: -20px;
    }
}
/*=================================== ALAUNE BLOCK*/
.page-wrapper .homepage-h2,
.photo-slider-wrapper h2.title,
.recette .block-title > h2 {
    margin-top: 50px;
    color: #E77623;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 400;
}
.page-wrapper .border-bottom-title,
.recette .block-title .border-bottom-title {
    border-bottom: 2px solid #E77623;
    margin: 15px auto 50px;
    width: 120px;
}
.alaune_line {
    display: flex;
    justify-content: space-between;
}
.alaune_line > div {
    width: 50%;
}
.alaune_line > .alaune_products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.alaune_line > .alaune_products > .product-container{
    margin: 20px;
}

.alaune_line > .alaune_products > div > .product-container > .product-infos{
    padding: 16px;
}

.alaune_line > .alaune_products > div > .product-container > .product-infos > a.title{
    font-weight: bold;
    color:var(--main-color);
    font-size: 15px;
    line-height: 18px;
    display: block;
}
.alaune_line > .alaune_products > div > .product-container > .product-infos > span.subtitle{
    color: #A2A2A2;
    font-size: 14px;
    line-height: 20px;
    display: block;
    position: relative;
    padding: 2px 0px 9px;
    margin-bottom: 10px;
}
.alaune_line > .alaune_products > div > .product-container > .product-infos > span.subtitle:after{
    content:"";
    display: block;
    height: 1px;
    width: calc(100% + 16px);
    background: var(--pink-color);
    position: absolute;
    bottom: 0;
    left: 0;
}
.alaune_line > .alaune_products > div > .product-container > .product-infos > p{
    color: #36424A;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
}
.alaune_bloc_wrapper{
    position: relative;
    width: 44%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.alaune_bloc_wrapper .alaune_bloc{
    width: 100%;
    height: 100%;
    position: relative;
}
.alaune_bloc_wrapper .alaune_bloc > p:first-child{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 58px);
    margin-bottom: 0;
}
.alaune_bloc_wrapper .alaune_bloc > p:first-child img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.alaune_bloc_wrapper .alaune_bloc > p:nth-child(2){
    position: absolute;
    height: auto;
    width: auto;
    bottom: 29px;
    left: 29px;
    padding: 24px 24px 48px 24px;
    background: #B71B52;
    color: #f2f2f2;
    font-size: 32px;
    margin-bottom: 0;
}
.alaune_line.alaune_line_droite .alaune_bloc_wrapper .alaune_bloc > p:nth-child(2){
    background: #E77623;
    right: 29px;
    left: initial;
}
.alaune_bloc_wrapper .alaune_bloc > p:nth-child(3){
    position: absolute;
    width: auto;
    height: 58px;
    line-height: 58px;
    bottom: 0;
    left: 58px;
    background: #810240;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all .2s;
}
.alaune_line.alaune_line_droite .alaune_bloc_wrapper .alaune_bloc > p:nth-child(3){
    right: 58px;
    left: initial;
}
.alaune_bloc_wrapper .alaune_bloc:hover > p:nth-child(3) {
    transform:translateX(8px);
}
.alaune_bloc_wrapper .alaune_bloc > p:nth-child(3) a{
    color: #f2f2f2;
    text-decoration: none !important;
    display: block;
    padding: 0 16px;
    line-height: 58px;
}

@media screen and (min-width: 768px) {
    .alaune_bloc_wrapper .alaune_bloc > p:nth-child(2) {
        max-width: 75%;
    }

}

@media screen and (max-width: 768px) {
    .cms-btoc-homepage div#amasty-shopby-product-list:nth-of-type(3) .border-bottom-title {
        display: none;
    }
    .alaune_line > .alaune_products {
        display: none;
    }
    .alaune_line.alaune_line_droite {
        margin: 0 0 120px 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .alaune_line {
        display: grid;
    }
}

@media screen and (max-width: 1024px) {
    .page-wrapper .border-bottom-title {
        margin: 15px auto -50px auto;
    }
    .alaune_line > div {
        width: 100%;
        margin: 100px 0 0 0;
    }
    .alaune_bloc_wrapper .alaune_bloc > p:first-child {
        position: initial;
        width: 100%;
        height: auto;
    }
    .alaune_bloc_wrapper .alaune_bloc > p:first-child img {
        position: initial;
        height: 380px;
    }
    .alaune_line > .alaune_products {
        margin: 100px 0 0 0;
        order: 2;
    }
    .alaune_line > .alaune_bloc_wrapper {
        order: 1;
    }
    .alaune_bloc_wrapper .alaune_bloc > p:nth-child(2) {
        bottom: -29px;
        font-size: 2rem;
    }
    .alaune_bloc_wrapper .alaune_bloc > p:nth-child(3) {
        bottom: -58px;
        font-size: 2rem;
    }
}

/*=================================== PRODUCT SLIDER HOME*/
.mp-product-slider-block {
    overflow: hidden;
}
.mp-product-slider-custom-title {
    display: flex;
    justify-content: center;
    position: relative;
}

.mp-product-slider-block .mp-product-slider-title {
    color: #E77623;
    text-align: center;
    margin: 200px 0 0 0;
    padding: 0 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 400;
    background-color: #FFFFFF;
    /*width: 460px;*/
}
.mp-product-slider-content .product-container .product-item-info {
    width: 270px;
}
.mp-product-slider-custom-title:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 2px;
    top: 230px;
    background-color: #E77623;
}

.mp-product-slider-custom-title:after {
    content: "";
    position: relative;
    top: 137px;
    left: 10px;
    width: 65px;
    height: 122px;
    background-image: url(../images/chef-icon-orange.png);
    background-repeat: no-repeat;
}

.catalog-product-view .mp-product-slider-custom-title::before {
    top: 30px;
}
.catalog-product-view .mp-product-slider-custom-title::after {
    content: unset;
}

.catalog-product-view .mp-product-slider-block .mp-product-slider-title {
    margin: 0 0 30px 0;
}

.mp-product-slider-content .owl-item {
    padding-top: 20px;
}

.mp-product-slider-content .product.details.slider-product-item-details {
    margin: 0;
    padding: 15px;
}

.mp-product-slider-content .product-sku > span.subtitle, span.subtitle.sku {
    color: #A2A2A2;
    font-size: 14px;
    line-height: 20px;
    display: block;
    position: relative;
    padding: 2px 0 9px;
    margin-bottom: 10px;
}

.mp-product-slider-content .product-sku > span.subtitle:after {
    content: "";
    display: block;
    height: 1px;
    width: calc(100% + 16px);
    background: var(--pink-color);
    position: absolute;
    bottom: 0;
    left: 0;
}

span.reference.sku.card {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--pink-color);
    color: #A2A2A2;
    width: calc(100% + 16px);
    content: "";
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
    bottom: 0;
    left: 0;
}

.mp-product-slider-content .product-container {
    display: flex;
    flex-direction: column;
    /*height: 380px;*/
}

.mp-product-slider-content .product-container > figure {
    height: 240px;
    position: relative;
}
.mp-product-slider-content .product-container figure > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}
.mp-product-slider-content .product-container .product-infos {
    padding: 16px;
}

.mp-product-slider-content .product-container .product-infos > a.title {
    font-weight: bold;
    color: var(--main-color);
    font-size: 15px;
    line-height: 18px;
    display: block;
}

.mp-product-slider-content .product-container .product-infos > span.subtitle {
    color: #A2A2A2;
    font-size: 14px;
    line-height: 20px;
    display: block;
    position: relative;
    padding: 2px 0 9px;
    margin-bottom: 10px;
}

.mp-product-slider-content .product-container .product-infos > span.subtitle:after {
    content: "";
    display: block;
    height: 1px;
    width: calc(100% + 16px);
    background: var(--pink-color);
    position: absolute;
    bottom: 0;
    left: 0;
}

.mp-product-slider-content .product-container .product-infos > p {
    color: #36424A;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
}

@media screen and (max-width: 768px) {
    .mp-product-slider-custom-title::before {
        top: 165px;
    }
    .mp-product-slider-block .mp-product-slider-title {
        margin: 150px 0 0 0;
        font-size: 1.8rem;
        width: 950px;
        padding: 0 10px;
    }
    .mp-product-slider-custom-title::after {
        top: 72px;
        width: 100%;
    }
}

/*=================================== AFTER ALAUNE BLOCK*/
.after-alaune {
    display: flex;
    width: 100vw;
    margin-top: 150px;
    margin-left: calc(calc(50vw - 700px) * -1);
}
.after-alaune-image {
    width: 50%;
}
.after-alaune-image > img {
    object-fit: cover;
    width: 100%;
    filter: grayscale(1);
}
.after-alaune .after-alaune-bloc-gauche {
    background-image: url("../images/bg-red-purple.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 50%;
    text-align: end;
    line-height: 40px;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.16);
}
.after-alaune .after-alaune-bloc-gauche h2 {
    margin-right: 50px;
    font-size: 31px;
    margin-bottom: 4rem;
}
.after-alaune .after-alaune-bloc-gauche p {
    margin-right: 50px;
    margin-left: 220px;
    font-size: 22px;
}
.product-container .product-item-info {
    width: 300px;
}

@media screen and (max-width: 768px) {
    .after-alaune {
        display: block;
        width: 100%;
        margin-top: 70px;
        margin-left: 0;
    }

    .after-alaune-image > img {
        height: 300px;
    }

    .after-alaune .after-alaune-bloc-gauche {
        margin-bottom: 0;
        margin-top: 0;
        width: 100%;
        text-align: center;
        padding: 0 20px 0 20px;
        line-height: 25px;
    }
    .after-alaune .after-alaune-bloc-gauche h2 {
        margin-right: 0;
    }
    .after-alaune .after-alaune-bloc-gauche p {
        margin-right: 0;
        margin-left: 0;
        font-size: 1.4rem;
    }
    .after-alaune .after-alaune-bloc-gauche h2 {
        font-size: 2.4rem;
    }
    .after-alaune-image {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
    .after-alaune {
        display: flex;
        align-items: center;
        width: 100%;
        margin-left: 0;
        margin-top: 70px;
    }
    .after-alaune .after-alaune-bloc-gauche {
        margin-bottom: 0;
        margin-top: 0;
        text-align: center;
        padding: 0 20px 0 20px;
    }
    .after-alaune .after-alaune-bloc-gauche p {
        margin-right: 0;
        margin-left: 0;
        font-size: 1.4rem;
    }
    .after-alaune .after-alaune-bloc-gauche h2 {
        font-size: 2.4rem;
    }
}
/*=================================== BEFORE INSTAGRAM BLOCK*/
.before-instagram-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 100px;
}
.before-instagram-block *[class^="before-instagram-block-"] > p:first-child img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    object-fit: cover;
    height: 550px;
}
.before-instagram-block .before-instagram-block-droite {
    margin-top: 55px;
}
.before-instagram-block *[class^="before-instagram-block-"] {
    position: relative;
    width: 49%;
}
.before-instagram-block *[class^="before-instagram-block-"] > p:nth-child(2) {
    position: absolute;
    height: auto;
    width: auto;
    bottom: -29px;
    left: 29px;
    padding: 24px 24px 48px 24px;
    background: #B71B52;
    color: #f2f2f2;
    font-size: 32px;
    max-width: 75%;
    margin-bottom: 0;
}
.before-instagram-block .before-instagram-block-gauche > p:nth-child(2) {
    bottom: 50px;
}
.before-instagram-block .before-instagram-block-droite > p:nth-child(2) {
    background: #E77623;
    right: 29px;
    left: initial;
}
.before-instagram-block *[class^="before-instagram-block-"]:hover > p:nth-child(3) {
    transform:translateX(8px);
}
.before-instagram-block *[class^="before-instagram-block-"] > p:nth-child(3) {
    position: absolute;
    width: auto;
    height: 58px;
    line-height: 58px;
    bottom: -60px;
    left: 58px;
    background: #810240;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all .2s;
}
.before-instagram-block .before-instagram-block-gauche > p:nth-child(3) {
    bottom: 20px;
}
.before-instagram-block .before-instagram-block-droite > p:nth-child(3) {
    right: 58px;
    left: initial;
}
.before-instagram-block *[class^="before-instagram-block-"] > p:nth-child(3) a {
    color: #f2f2f2;
    text-decoration: none !important;
    display: block;
    padding: 0 16px;
    line-height: 58px;
}

@media screen and (min-width: 768px) {
    .before-instagram-block {
        margin-top: 100px;
    }
}

@media screen and (max-width: 768px) {
    .before-instagram-block {
        display: block;
    }
    .before-instagram-block [class^="before-instagram-block-"] {
        width: 100%;
    }
    .before-instagram-block [class^="before-instagram-block-"] > p:first-child img {
        height: 300px;
    }
    .before-instagram-block [class^="before-instagram-block-"] > p:nth-child(2) {
        max-width: unset;
        bottom: -75px;
    }
    .before-instagram-block [class^="before-instagram-block-"] > p:nth-child(3) {
        bottom: -105px;
    }
    .before-instagram-block [class^="before-instagram-block-"] > p:nth-child(2),
    .before-instagram-block [class^="before-instagram-block-"] > p:nth-child(3) {
        font-size: 2rem;
    }
    .before-instagram-block .before-instagram-block-droite {
        margin-top: 135px;
    }
}

/*=================================== INSTAGRAM BLOCK*/
.instagram-block .block-photo-slider .photos-slick button.slick-prev.slick-arrow:before,
.instagram-block .block-photo-slider .photos-slick button.slick-next.slick-arrow:before {
    content: unset;
}
.instagram-block .block-photo-slider .photos-slick button.slick-prev,
.instagram-block .block-photo-slider .photos-slick button.slick-next {
    top: 45px;
}
.instagram-block {
    margin: 0 0 100px 0;
}
.instagram-block .block-title {
    padding-left: 18px;
}
.photo-slider-wrapper h2.title {
    position: relative;
    margin-bottom: 40px;
}
.photo-slider-wrapper h2.title:after {
    content: "";
    border-bottom: 2px solid #E77623;
    margin: 15px auto 50px 0;
    width: 120px;
    position: absolute;
    top: 35px;
    left: 0;
}

.instagram-block .block.block-photo-slider {
    background-image: url(../images/background-instagram.png);
    background-position: center;
    background-repeat: repeat-x;
}

.instagram-block .block-photo-slider .photos-slick li.instagram-photo.default > a {
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    background-position: center;
    box-shadow: 5px 5px 12px #0000004f;
}

.instagram-block .photo-slider-wrapper h2.title {
    text-align: unset;
    font-size: 1.8rem;
    width: 60%;
}

.instagram-block .content.tellier-btoc-container {
    position: relative;
    z-index: 99;
}

.instagram-block .content.tellier-btoc-container .logo-social-block {
    position: absolute;
    right: 18px;
    top: 55px;
}
@media screen and (min-width: 768px) {
    .instagram-block .photo-slider-wrapper h2.title {
        font-size: 35px;
        width: 100%;
    }
}
/*=================================== SUR FOOTER BLOCK*/
.surfooter {
    width: 100%;
    height: 185px;
    background-color: #FFFFFF;
    color: var(--main-color);
    position: relative;
}
.surfooter .background {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.surfooter .banner-icon {
    display: flex;
    position: relative;
    justify-content: space-around;
    align-items: baseline;
    margin-left: 250px;
    margin-right: 250px;
}

.surfooter .logo-payment-cards {
    width: 100px;
}
.surfooter .banner-icon p {
   font-size: 14px;
}
.surfooter .banner-icon *[class^="icon"] {
    text-align: center;
    width: 170px;
}

.surfooter .banner-icon *[class^="icon"] img {
    height: 40px;
}
.surfooter .banner-icon *[class^="icon"] a {
    color: var(--main-color);
}

.surfooter .banner-icon *[class^="icon"] img.logo-payment-cards {
    height: auto;
}

@media screen and (max-width: 768px) {
    .surfooter .banner-icon p {
        font-size: 12px;
    }
    .surfooter .banner-icon *[class^="icon"] {
        width: 120px;
        padding: 10px;
    }
    .surfooter .banner-icon .icon-4,
    .surfooter .banner-icon .icon-5 {
        width: 170px;
    }
    .surfooter .banner-icon {
        margin-left: 0;
        margin-right: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        bottom: 110px;
    }
    .surfooter .background > img {
        width: 50%;
    }
    .instagram-container {
        margin-bottom: 350px;
    }
}
@media screen and (min-width: 768px) {
    .surfooter .banner-icon *[class^="icon"] {
        width: 210px;
    }

    .surfooter .banner-icon *[class^="icon"] img {
        height: 60px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
    .surfooter .banner-icon {
        margin-left: 50px;
        margin-right: 50px;
    }
}

/*=================================== NEWSLETTER BLOCK*/
.page-footer .footer.content .block.newsletter {
    float: initial;
    position: relative;
    background-color: #FFFFFF;
    color: var(--main-color);
    box-shadow: 0 0 10px #b8b8b8;
    width: 100%;
    max-width: unset;
    padding: 30px;
    display: flex;
    justify-content: center;
}
.page-footer .footer.content .block form {
    display: flex;
    align-items: flex-end;
}
.page-footer .footer.content .block.newsletter span {
    position: relative;
    font-weight: bold;
}
.page-footer .footer.content .block.newsletter input {
    width: 500px;
    margin-left: 20px;
    border-radius: 48px;
    height: 48px;
    background-color: #F2F2F2;
}
.page-footer .footer.content .block.newsletter .field .control:before {
    content: unset;
}

.page-footer .footer.content .block.newsletter .action.subscribe {
    border-radius: 48px;
    height: 48px;
    background-color: #BA144B;
    text-transform: uppercase;
    border: initial;
}

@media screen and (max-width: 1280px) {
    .page-footer .footer.content .block.newsletter {
        width: 100%;
        margin-left: 0;
    }
    .page-footer .footer.content .block form {
        vertical-align: bottom;
    }
    .block.newsletter .actions {
        padding: 0 10px;
        width: 50%;
    }
    .page-footer .footer.content .block.newsletter input {
        width: 100%;
        margin-left: 0;
    }
}
/*=================================== SOUS FOOTER BLOCK*/
.page-footer .footer.content {
    margin-bottom: 0;
    border-top: initial;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    max-width: unset !important;
}
.page-footer .sousfooter {
    margin-top: 20px;
    width: 100%;
    background: var(--main-color);
    color: var(--pink-color);
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
}
.sousfooter div {
    display: flex;
}
.page-footer .sousfooter div p {
    margin: 10px 0 10px 0;
}
.page-footer .sousfooter div p:first-child {
    margin-right: 30px;
}
.page-footer .sousfooter div a {
    color: #F2F2F285;
    text-decoration: none;
    font-weight: 200;
}

@media screen and (max-width: 768px) {
    .page-footer .sousfooter {
        width: 100%;
        margin-left: 0;
    }
    .sousfooter div {
        align-items: center;
        text-align: center;
    }
    .page-footer .sousfooter div p:first-child {
        margin-right: 0;
    }
    .page-footer .sousfooter div > p {
        padding: 0 10px;
    }
}

/* FIX MAGENTO */
@media (min-width: 1400px), print{
    .navigation, .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-wrapper > .widget,
    .page-wrapper > .page-bottom,
    .block.category.event,
    .top-container,
    .page-main,
    .tellier-btoc-container {
        max-width: 1400px !important;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .page-footer .footer.content .block {
        float: initial;
    }
}

/*=================================== FOOTER*/
.page-footer {
    width: 100%;
    background-image: url("../images/bg-red-purple.jpg");
    padding-bottom: 0 !important;
}

.page-footer p {
    margin-bottom: 1rem;
}

.page-footer .footer {
    color: #fff;
}

.page-footer *[class^="footer-block"] a,
.instagram-block .content.tellier-btoc-container .logo-social-block > a {
    color: #fff !important;
}

.page-footer .content {
    max-width: 1280px;
    margin: 0;
}

.page-footer .footer-main-container {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    max-width: unset;
    margin: 0 auto;
    width: 100%;
    padding: 0 25px;
}

.page-footer .footer-main-container .titre {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D8231AFF;
}

.page-footer .footer-main-container .content {
    text-transform: uppercase;
}

.page-footer .footer-main-container .content a {
    display: block;
    margin-bottom: 10px;
}

.page-footer .footer-main-container .content a.tel {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    background-color: #fff;
    color: var(--main-color) !important;
    white-space: nowrap;
    text-decoration: none;
}

.page-footer .footer-main-container .content a.tel i {
    color: #D8231AFF;
}

.page-footer .footer-main-container .footer-block3 .block-navigation {
    display: flex;
}

.page-footer .footer-main-container .footer-block3 .block-navigation .content {
    width: 50%;
    margin: 0;
}

.page-footer .footer-main-container .footer-block5 .content a {
    display: inline-block;
    vertical-align: middle;
}

.page-footer .footer-main-container .footer-block5 .content:last-child {
    display: flex;
    align-items: center;
    text-transform: initial;
}

.page-footer .footer-main-container .footer-block5 .content:last-child img {
    width: 35%;
}

.page-footer .footer-main-container .footer-block5 .content a:not(:last-child) {
    margin-right: 5px;
}

.page-footer .footer-main-container .footer-block1 img {
    width: 150px;
    height: auto;
}

@media only screen and (min-width: 1024px) {
    .page-footer .footer-main-container .footer-block1 img {
        width: 250px;
    }
}

.page-footer .footer-main-container .footer-block3 .content:first-child {
    padding: 0 5px 0 0;
}

.page-footer .footer-main-container .footer-block6 {
    display: flex;
    justify-content: center;
    margin-top: auto;
}

@media screen and (max-width: 768px) {
    .page-footer .footer-main-container {
        display: block;
        padding: 25px;
    }
    .page-footer .footer-main-container .footer-block6 {
        justify-content: flex-end;
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .page-footer .footer-main-container {
        grid-template-columns: repeat(3, 1fr);
    }
    .page-footer .footer-main-container .footer-block4 {
        order: 5;
    }
    .page-footer .footer-main-container .footer-block5 {
        order: 6;
    }
}
/*=================================== BUTTON RETURN TOP*/
#return-top {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 20%;
    right: 0;
    padding: 10px;
    border-radius: 20px 0 0 20px;
    white-space: nowrap;
    background-color: #fff;
    box-shadow: 0 4px 27px rgba(0, 0, 0, 0.16);
    color: var(--main-color);
    cursor: pointer;
}

#return-top p {
    margin-bottom: 0;
}

#return-top p i {
    margin-right: 10px;
}

/*=================================== LANGUAGE SWITCHER*/
.page-header .switcher .options ul.dropdown, .page-footer .switcher .options ul.dropdown {
    min-width: 150px;
}
.switcher-trigger {
    display:flex !important;
    background-color: #F2F2F2;
    padding: 3px 10px !important;
    border-radius: 20px;
    color: #2A5495;
}
.switcher-trigger strong {
    display:flex;
    align-items: center;
}
.switcher-trigger img {
    margin-right: 10px;
    height: 20px;
}
.page-header .switcher .options .action.toggle:after, .page-footer .switcher .options .action.toggle:after{
    margin-left: 20px !important;
    padding-right: 5px;
}
.dropdown .switcher-dropdown .switcher-option{
    padding-left: 5px;
}
.dropdown .switcher-dropdown .switcher-option a{
    display:flex !important;
    align-items: center;
    padding: 3px !important;
    color: #2A5495 !important;
    text-transform: inherit;
    height: 27px;
}
.dropdown .switcher-dropdown .switcher-option a img{
    margin-right: 10px;
    height: 20px;
}

/*=================================== CATEGORY PAGE*/
.category-view-content {
    width: 100vw;
    margin-bottom: 30px;
    object-fit: cover;
    margin-left: calc(calc(50vw - 700px) * -1);
    overflow: hidden;
}

.filter .block-subtitle {
    text-transform: uppercase;
    color: #36424A;
    border-bottom: 2px solid #E77623;
    font-weight: normal;
    letter-spacing: 2.11px;
    padding: 0 0 10px 0;
    width: calc(100% + 30px);
    font-size: 19px;
}

.sidebar .block.filter {
    padding-top: 45px;
    overflow: hidden;
}

.filter-options-title {
    font-weight: normal;
}

.category-image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.category-image .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 767px) {
    .filter-options input[type='checkbox'] + .amshopby-choice:before {
        border: 2px solid #bb194f;
        background: #ffffff;
        border-radius: 50%;
    }

    .filter-options input[type='checkbox'] + .amshopby-choice:before, .filter-options input[type='checkbox'] + .amshopby-choice:after {
        width: 18px;
        height: 18px;
    }
}

@media screen and (min-width: 1280px) {
    .category-image {
        width: 100vw;
        margin-left: calc(calc(50vw - 640px) * -1);
        overflow: hidden;
        height: 500px;
    }
}
@media screen and (min-width: 1400px) {
    .category-image {
        width: 100vw;
        margin-left: calc(calc(50vw - 700px) * -1);
        overflow: hidden;
    }
}
/*=================================== BREADCRUMBS*/
.page-main .breadcrumbs {
    padding: 0;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0 5px 0;
    /*padding: 0 20px !important;*/
}

.breadcrumbs li:first-child:before {
    content: url('../images/home.png');
    margin-right: 10px;
}

.breadcrumbs img {
    align-items: center;
}

.breadcrumbs .items, .breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs strong {
    color: var(--main-color);
    font-size: 16px;
}
/*=================================== PRODUCT LISTING*/
.toolbar.toolbar-products {
    padding: 40px 0 0 0;
    margin-bottom: 0;
}
.toolbar .toolbar-amount {
    padding: 0;
}

.toolbar .sorter-options {
    background-color: #F2F2F2;
}

.product-image-wrapper {
    display: flex;
    position: initial;
    z-index: 0;
    /* test card */
    padding-bottom: 70% !important;
}

.product-image-wrapper .product-image-photo,
.mp-product-slider-content .owl-carousel .owl-item img {
    /* test card (initial = 85%) */
    max-width: 70%;
    width: unset;
}

.product-item.product-slider {
    border: 1px solid #F2F2F2;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}

.minicart-items-wrapper .product-item-name, .minicart-items-wrapper .product.name a, #shopping-cart-table .product-item-name {
    min-height: auto;
}

.product.details .sku {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--pink-color);
    color: #A2A2A2;
    width: calc(100% + 16px);
}

.product-item-description {
    margin: 10px 0;
}

.product-item .price-box {
    position: relative;
    margin: 7px 0 7px 0;
}

.product-item .price-box > span {
    text-align: end;
    display: block;
}

.product-item .price-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 10px;
}

.product-item .price-block p {
    margin-bottom: 0;
}

.product-item .price-block div {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: column;
    font-size: 12px;
}

.product-item .price-block .price {
    font-weight: normal;
    font-size: 18px;
}

.product-item .action.towishlist {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
}

.product-item .conditionnement {
    margin-bottom: 20px;
    color: #A2A2A2;
}

.product-item .product-item-inner {
    display: flex;
    justify-content: space-between;
}

.product-container .product-item-info .tocart,
.products .product-item-info .tocart,
.review-list .block-global-note > button,
.review-add .review-form .action.submit.primary,
.block-customer-login .action.primary,
.checkout-success .actions-toolbar .action.primary,
.products-grid.wishlist .product-item-info .tocart {
    color: #FFFFFF;
    height: 42px;
}

.product-item-info .tocart:after {
    content: "";
    width: 20px;
    margin-left: 10px;
    background-image: url(../images/addtocart.svg);
    background-size: 18px 18px;
    display: inline-block;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 2px;
}

@media (min-width: 640px) {
    .product-item-actions {
        margin: 10px 0 0 0;
    }
}
/*=================================== PRODUCT PAGE*/
.share_box{
    margin-top: 16px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #f0920a;
}
.share_box a{
    margin-left: 8px;
    width: 24px;
    height: 24px;
    display: block;
    transition:all .2s;
}
.share_box a:hover{
    transform:scale(1.1)
}
.column.main {
    background-color: #FFFFFF;
}
.columns .column.main .product-info-main,
.columns .column.main .product.media {
    margin-top: 40px;
}
.catalog-product-view .product-info-stock-sku .product.attribute.sku {
    font-weight: 600;
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title {
    padding-top: 0;
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title,
.column .column.main .product-info-main .page-title-wrapper .page-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 0;
}

.product.media .fotorama-item .fotorama__stage {
    max-height: 650px;
}

.product.media .fotorama__thumb-border, .product.media .fotorama-item .fotorama__stage__frame {
    border: 1px solid #F2F2F2;
    opacity: 1;
}

.product.media .fotorama-item .fotorama__stage__frame {
    width: 99%;
    height: 99%;
}
.product.media .fotorama__thumb {
    background-color: unset;
    border: 1px solid #F2F2F2;
}
.product-info-stock-sku {
    display: flex;
    justify-content: space-between;
}

.product-info-main .product-info-stock-sku .product.attribute.sku {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.product-info-main .product-info-stock-sku .product.attribute.sku:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 2px;
    background-color: var(--pink-color);
}

.product-info-main .product-info-stock-sku .product.attribute.description.short {
    width: 341px;
}

.product-info-main .price-box {
    display: flex;
    justify-content: flex-end;
}

.columns .product-info-main .box-tocart {
    display: block;
}

.product-info-main .box-tocart .fieldset {
    display: flex;
    justify-content: space-between;
}

.product-info-main .box-tocart .fieldset:first-child {
    display: flex;
    align-items: flex-end;
    height: 52px;
}

.product-info-main .box-tocart .fieldset:last-child {
    margin-bottom: 5px;
}

.product-info-main .box-tocart .fieldset > .field {
    margin: 0;
}

.product-info-main .box-tocart, .product-options-bottom .box-tocart {
    margin: 20px 0 0 0;
}

.product-info-main .box-tocart .fieldset .actions button,
.product-item-info .tocart,
.block-global-note > button,
.review-form .action.submit.primary,
.block-customer-login .action.primary,
.block-customer-register .action.primary,
.checkout-success .actions-toolbar .action.primary {
    display: flex;
    align-items: center;
    border-radius: 0;
    background-color: var(--dark-pink-color);
    font-weight: 200;
    text-transform: uppercase;
    padding: 8px 17px;
    height: 52px;
    border: 1px solid var(--dark-pink-color);
    transition: all .2s;
}

.block-customer-register .action.primary {
    display: block;
}

.product-info-main .box-tocart .fieldset .actions button:hover,
.product-item-info .tocart:hover,
.block-global-note > button:hover,
.review-form .action.submit.primary:hover,
.block-customer-login .action.primary:hover {
    background-color: var(--dark-pink-color-hover);
    border: 1px solid var(--dark-pink-color-hover);
    filter: brightness(1.25);
}

.product-info-main .box-tocart .fieldset .actions button > img {
    width: 20px;
    margin-left: 10px;
}

.product-info-main .stock.available, .product-info-main .stock.unavailable {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    font-style: italic;
    font-weight: 500;
    text-transform: capitalize;
}

.product-info-main .stock.available {
    color: #7CC263;
}

.product-info-main .sousaddtocart {
    border-top: 1px solid #7d7d7d;
    margin-top: 30px;
}

.product-info-main .sousaddtocart .banner-icon {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: baseline;
}

.product-info-main .sousaddtocart .banner-icon *[class^="icon"] {
    text-align: center;
}

.product-info-main .sousaddtocart .logo-payment-cards {
    width: 100px;
}

.product.info.detailed {
    padding: 100px 0 0 0;
}

.product.info.detailed .description.align-title-custom {
    display: flex;
    width: 100%;
    box-shadow: 0 -3px 9px #0000001a, -1px -50px 0 #ffffff;
    padding: 20px 0 0 0;
    position: sticky;
    top: 0;
    background-color: #FFFFFF;
    z-index: 3;
}
.product.info.detailed .tellier-btoc-container {
    display: flex;
    position: relative;
}
.product.info.detailed .description.align-title-custom .tellier-btoc-container > .description.item.title-custom {
    display: none;
    padding: 0 40px 0 0;
}

.description.item.title-custom-responsive {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.description.item.title-custom-responsive > i {
    color: #BA144B;
}


.product.info.detailed .description.align-title-custom .tellier-btoc-container .description.item.title-custom > a,
.description.item.title-custom-responsive > a {
    color: var(--main-color);
    text-decoration: none;
    font-weight: 400;
    font-size: 22px;
    height: 42px;
}

.description.item.title-custom-responsive > a {
    height: auto;
}

.product.info.detailed .description.align-title-custom .tellier-btoc-container .description.item.title-custom > a.active {
    border-color: var(--pink-color);
    border-style: solid;
    border-width: 0 0 3px;
    display: inline-block;
}

.product.info.detailed .description.align-title-custom .tellier-btoc-container .description.item.title-custom > a:hover {
    text-decoration: none;
}

.product.info.detailed .description.custom.content {
    padding: 20px 0;
}

@media only screen and (max-width: 1280px) {
    .description.custom.content#reviews .block-content,
    .product.info.detailed .description.custom.content:not(.product.info.detailed .description.custom.content#recipe, .product.info.detailed .description.custom.content#reviews) {
        padding: 20px;
    }
    .page-main .breadcrumbs {
        padding: 0 10px;
    }

    .account.customer-account-index .page-main,
    .checkout-index-index .page-main {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .checkout-index-index .page-main {
        padding-top: 40px;
    }
}

.product.info.detailed .description.custom.content h2 {
    color: #F0920A;
    text-transform: uppercase;
}

.product-info-importantpicto img, .product-info-certifpicto img, #utilisation-pictos img {
    max-width: 120px !important;
    max-height: 60px !important;
}

.review-item, .review-toolbar {
    border-top: 0;
    border-bottom: 0;
}

.product.info.detailed #reviews h2 {
    text-align: center;
}

.description.custom.content#description .product.attribute.description {
    margin-bottom: 20px;
}
.description.custom.content#additional tbody {
    width: 100%;
}

.description.custom.content#additional tr {
    width: 100%;
    padding: 0 10px 0 0;
}

.filter-title strong {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgb(204 204 204 / 30%);
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-weight: 400;
    left: 10px;
    line-height: 16px;
    padding: 7px 10px;
    position: absolute;
    text-align: center;
    top: 18px;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .description.custom.content#additional tbody {
        display: flex;
        flex-wrap: wrap;
        width: auto;
    }
    .description.custom.content#additional tr {
        width: 50%;
    }
    tr {
        order: 6;
    }
    tr.marque {
        order: 0;
    }
    tr.longueur_nette_haut_bas {
        order: 1;
    }
    tr.made_in {
        order: 2;
    }
    tr.largeur_nette_haut_bas {
        order: 3;
    }
    tr.matiere {
        order: 4;
    }
    tr.hauteur_nette_haut_bas {
        order: 5;
    }
    .product.info.detailed .additional-attributes {
        width: 70%;
    }
}

.product.info.detailed .additional-attributes > tbody > tr > th {
    padding: 4px 0 10px 0;
}

.description.custom.content#description,
.description.custom.content#additional {
    border-bottom: 1px solid #c9c9c9;
}

div#utilisation-pictos img {
    padding: 0 20px 0 0;
}

div#utilisation-pictos img:last-child {
    padding: 0;
}

.tellier--title-trapez {
    width: 100%;
    font-size: 36px;
    height: 36px;
    background: #E77623;
    text-align: center;
}
.tellier--title-trapez.recipe {
    background: #810240;
}
.tellier--title-trapez span{
    display: inline-block;
    width: auto;
    padding:0 80px;
    margin:0 auto;
    font-size: 36px;
    height: 36px;
    color: #E77623;
    background: #FFF;
    text-align: center;
    position: relative;
}
.tellier--title-trapez span:after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    border: 26px solid transparent;
    border-left: 26px solid #E77623;
    border-top: 18px solid #E77623;
    border-bottom: 18px solid transparent;
}
.tellier--title-trapez.recipe span:after{
    border-left: 26px solid #810240;
    border-top: 18px solid #810240;
}
.tellier--title-trapez span:before{
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    border: 26px solid transparent;
    border-right: 26px solid #E77623;
    border-top: 18px solid #E77623;
    border-bottom: 18px solid transparent;
}
.tellier--title-trapez.recipe span:before{
    border-right: 26px solid #810240;
    border-top: 18px solid #810240;
}

.tellier--title-trapez span.counter {
    display: none;
}

.block-global-note {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review-form{
    max-width: 100% !important;
}
body .description.custom.content#reviews .fieldset > .field:not(.choice) > .label{
    width: 160px;
}
body .description.custom.content#reviews .fieldset > .field:not(.choice) > .control {
    width: calc(100% - 160px);
}

.block-global-note > span {
    text-transform: uppercase;
}

.block-global-note > button {
    color: #FFFFFF;
}

.review-left-block {
    width: 250px;
    height: 100%;
}

.review-right-block {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 30px;
    border-left: 3px solid #F0920A;
    line-height: 5rem;
}

.review-right-block .review-title {
    font-weight: 700;
    margin: 0;
}

.review-right-block .review-content {
    margin: 0;
}

.description.custom.content#reviews .fieldset > .field {
    display: flex;
}

.description.custom.content#reviews .fieldset > .field:not(.choice) > .label {
    width: 40%;
}

.description.custom.content#reviews .fieldset > .field:not(.choice) > .control {
    width: 60%;
}

.description.custom.content#reviews .actions-toolbar.review-form-actions {
    display: flex;
    justify-content: flex-end;
}

.description.custom.content#reviews .actions-toolbar .primary .action {
    margin: 0;
}

.recette .filter:after {
    content: "";
    position: absolute;
    bottom: -11px;
    right: 1%;
    width: 65px;
    height: 122px;
    background-image: url(../images/chef-icon-purple.png);
    background-repeat: no-repeat;
}
.item.review-item {
    display: block;
}

@media screen and (min-width: 768px) {
    .columns .column.main .product-info-main {
        padding: 0 50px 0 0;
    }
    .columns .column.main .product.media {
        padding: 0 0 0 50px;
    }
    .tellier--title-trapez span{
        padding:0 150px;
    }
    .product.info.detailed .description.align-title-custom {
        border-color: var(--pink-color);
        border-style: solid;
        border-width: 0 0 2px;
        display: inline-block;
        top: 50px;
    }
    .product.info.detailed .tellier-btoc-container:after {
        content: "";
        position: absolute;
        bottom: -11px;
        right: 150px;
        width: 65px;
        height: 122px;
        background-image: url(../images/chef-icon-purple.png);
        background-repeat: no-repeat;
    }
    .product.info.detailed .description.align-title-custom .tellier-btoc-container > .description.item.title-custom-responsive {
        display: none;
    }
    .product.info.detailed .description.align-title-custom .tellier-btoc-container > .description.item.title-custom {
        display: inline-block;
    }
    .customer-account-login  .column:not(.sidebar-main) form .actions-toolbar,
    .customer-account-login .login-container .fieldset:after{
        margin-left: 0;
        max-width: 80%;
    }
    .item.review-item {
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 1024px) {
    .product-info-main .box-tocart .input-text.qty {
        width: 150px;
    }
}

@media screen and (min-width: 1280px) {
    .product.info.detailed .description.align-title-custom {
        width: 100vw;
        margin-left: calc(calc(50vw - 640px) * -1);
    }
    .page-wrapper .header.content {
        margin-bottom: 10px;
    }
    .checkout-index-index .checkout-container {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1400px) {
    .product.info.detailed .description.align-title-custom {
        margin-left: calc(calc(50vw - 700px) * -1);
    }
}

/*=================================== PRODUCT PAGE*/
.pages .items {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.products.wrapper ~ .toolbar .pages {
    float: none !important;
}

@media screen and (max-width: 576px) {
    .products.wrapper ~ .toolbar .pages {
        transform: scale(0.7);
    }
    .block-global-note {
        position: relative;
    }
    .block-global-note > span {
        overflow: visible;
        position: absolute;
        top: 55px;
    }
}

.pages .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 42px;
    background: url('../images/hexa_light.svg') no-repeat;
    background-size: contain;
    margin: 0;
    line-height: 1em;
}

.pages .item.current {
    background: url('../images/hexa.svg') no-repeat;
    background-size: contain;
}

.pages .item:not(.current):hover {
    background: url('../images/hexa.svg') no-repeat;
    background-size: contain;
}

.pages .item:not(.current):hover a.page,
.pages .item:not(.current):hover .action.previous::before,
.pages .item:not(.current):hover .action.next::before {
    color: #fff;
}

.pages a.page, .pages a.page:hover, .pages a.page:visited,
.pages .action.previous:visited::before, .pages .action.next:visited::before {
    color: var(--main-color);
}

.pages a.page, .pages .action.previous, .pages .action.next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 42px;
    padding: 0;
}

.pages strong.page {
    background: none;
    padding: 0;
    line-height: 1em;
    color: #fff;
}

.pages .action, .pages .action:hover {
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
}

.pages .action.previous, .pages .action.next {
    margin: 0;
}

.pages .action.previous::before, .pages .action.previous:hover::before,
.pages .action.next::before, .pages .action.next:hover::before {
    color: var(--main-color);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pages-item-previous, .pages-item-next {
    position: static !important;
}

.sidebar.sidebar-main {
    line-height: 3rem;
    padding-right: 0;
}
.sidebar.sidebar-main .filter-options .amshopby-search-box input {
    border: 1px solid #BA144B;
}

.sidebar.sidebar-main .filter-options li input[type="radio"],
.sidebar.sidebar-main .filter-options-content li input[type="radio"],
.sidebar.sidebar-main .filter-options-content .items.-am-singleselect .item > input[type='radio'] {
    display: block;
    appearance: none;
    content: "";
    border: 2px solid #BA144B;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
}

.sidebar.sidebar-main .filter-options li input[type="radio"]:checked,
.sidebar.sidebar-main .filter-options-content li input[type="radio"]:checked,
.sidebar.sidebar-main .filter-options-content .items.-am-singleselect .item > input[type='radio']:checked,
.sidebar.sidebar-main .filter-options li input[type='radio'][checked] {
    border: 2px solid #bcbcbc;
    position: absolute;
    top: 4px;
    background: #BA144B url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center;
}

.sidebar.sidebar-main .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 0;
}

.filter-options .filter-options-content .item {
    position: relative;
}

.sidebar.sidebar-main .filter-options li a {
    color: #36424A;
    order: 2;
}

.sidebar.sidebar-main .filter-options li a span:not(.items.am-filter-items-attr_category_ids li a span:first-child):first-child {
    padding: 0 0 0 20px;
}

.sidebar.sidebar-main .filter-options {
    position: relative;
    padding: 25px 0 0 0;
}

.sidebar.sidebar-main dt.filter-options-title:after {
    content: "";
    border-bottom: 1px solid #2A3470;
    position: absolute;
    width: 100%;
    z-index: -1;
    margin-top: 16px;
    margin-left: 8px;
    opacity: 0.5;
}

.sidebar.sidebar-main dt.filter-options-title {
    color: #36424A;
    font-size: 20px;
    font-weight: 400;
}

.sidebar.sidebar-main .items[class*='am-filter-items-attr_category']:not(.items-children) > .item > a {
    font-weight: 400;
    padding: 0 20px 0 0;
}

.sidebar-main .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 0;
}

.sidebar-main .filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded,
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
     margin-left: 0;
}

.sidebar.sidebar-main .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #BA144B;
    top: 0;
    border: 2px solid #bcbcbc;
    background-size: 15px 15px;
}

@media screen and (min-width: 768px) {
    .sidebar.sidebar-main .filter-options input[type='checkbox'] + .amshopby-choice {
        top: 8px;
    }
    .sidebar.sidebar-main .filter-options input[type='checkbox'] + .amshopby-choice:before {
        border: 2px solid #BA144B;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        top: -4px;
    }
    .sidebar.sidebar-main .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
        top: -4px;
    }
}

/**
 *CARD PRODUCT
 */
.product-item-inner {
    position: relative;
}

.product-item-inner form {
    display: flex;
    align-items: center;
}

.product-item-inner form .quantity-custom > input {
    height: 42px;
    width: 42px;
    background-color: #F2F2F2;
    text-align: center;
    border: 0;
}

.product-item-inner form > button {
    position: absolute;
    right: 0;
}

.product-item-inner form .quantity-custom > label {
    padding: 0 5px 0 0;
}

.product-reviews-summary {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: auto;
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .account.customer-account-index .page-title,
    .account.customer-account-index .block-title:not(.account.customer-account-index .instagram-block .block-title) {
        border-bottom: 1px solid var(--main-color);
        padding: 0 0 10px 0;
    }
    .product-reviews-summary {
        flex-direction: column;
    }
    .account .page-main {
        padding-top: 30px !important;
    }
    .block-global-note{
        flex-direction: column;
        justify-content: center;
    }
    #customer-reviews .rating-result{
        transform: scale(1.5);
        transform-origin: center center;
        display: block;
        align-self: center;
        margin: 5px auto;
    }
    .product-item .product-reviews-summary .rating-summary {
        margin: 0;
        left: 0;
    }
}

.card-spacer{
    flex-grow: 1;
    width: 100%;
    height: 100%;
}

.product-reviews-summary a{
    color: var(--dark-color);
    text-decoration: none;
}
.item.product.product-item .product-item-info {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 4px 9px #0000001a;
    border: 1px solid #F2F2F2;
    display: flex;
    flex-direction: column;
    max-width: initial;
}

.page-products .product-item-info {
    width: 49vw;
}
@media screen and (max-width: 1024px) {
    .page-products .columns {
        display: flex;
    }
    .page-layout-2columns-left .sidebar-main {
        order: 2;
    }
    .sidebar.sidebar-main {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1440px) {
    .product-container .product-item-info .tocart span,
    .products .product-item-info .tocart span {
        display: none;
    }
    .product-container .product-item-info .tocart,
    .products .product-item-info .tocart {
        display: block;
        padding: 0;
        width: 42px;
    }
    .product-container .product-item-info .tocart:after,
    .products .product-item-info .tocart:after {
        margin-left: -4px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 640px) {
    .page-products .product-item-info {
        width: 32vw;
    }
}

@media screen and (min-width: 768px) {
    .page-products .product-item-info {
        width: 25vw;
    }
}

@media screen and (min-width: 1024px) {
    .page-products .product-item-info {
        width: 19vw;
    }
}

@media screen and (min-width: 1440px) {
    .page-products .product-item-info {
        width: 270px;
        /* test card */
        /*min-height: 450px;*/
    }
    .products .product-item-info .tocart span {
        display: block;
    }
}

.product.photo.product-item-photo {
    position: relative;
}

.product.photo.product-item-photo .picto-productcard-category > img {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99;
    width: 45px;
    opacity: 0.7;
}

.product.photo.product-item-photo .picto-productcard-category > img:nth-child(2) {
    top: 57px;
}
.item.product.product-item .product-item-info .product-image-container {
    width: 300px;
    /*height: 200px;*/
    position: relative;
    margin: auto;
}
.owl-carousel .owl-stage-outer{
    padding-bottom: 24px;
}
.product.details.product-item-details {
    padding: 0 16px 16px 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.products-grid .product-item-actions{
    margin-bottom: 0;
}
.products-grid .product-item-actions .stock.unavailable {
    padding: 10px 0;
}
.item.product.product-item .product-item-info{
    transition: .2s all;
}
.item.product.product-item .product-item-info:hover, .products-grid .product-item-info.active {
    transform: scale(1.025);
}
.product-item-name, .product.name a {
    font-weight: bold;
    color: var(--main-color);
    height: 60px;
    overflow: hidden;
}

.item.product.product-item .action.towishlist:before,
.product.media .action.towishlist:before {
    content: url(../images/wishlist-icon.svg);
    filter: opacity(40%);
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}
.product.media .action.towishlist:before {
    left: 45px;
    top: 25px;
    transform: scale(2);
}

.product-item .product-reviews-summary .action.view > span {
    font-size: 1.4rem;
}

.product-info-stock-sku .action.view {
    padding: 0 10px 0 0;
}

.product-info-stock-sku .product-reviews-summary {
    padding: 10px 0 10px 0;
}

.columns .column.main .product-info-main {
    padding: 0 20px;
}
.columns .column.main .product.media {
    position: relative;
    padding: 0 20px;
}

.columns .column.main .product.media .picto > img {
    position: absolute;
    top: 5px;
    right: 35px;
    z-index: 99;
    width: 60px;
}

.columns .column.main .product.media .picto > img:nth-child(2) {
    top: 72px;
}

.column.main .owl-stage {
    min-height: 500px;
    display: flex;
    align-items: center;
}

.owl-carousel.owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
}

.owl-nav button:active {
    box-shadow: unset;
}

.cms-index-index .owl-carousel .product-item-info,
.catalog-product-view .owl-carousel .product-item-info {
    width: 270px;
}

@media screen and (min-width: 400px) {
    .cms-index-index .owl-carousel .product-item-info,
    .catalog-product-view .owl-carousel .product-item-info {
        width: 300px;
    }
}

@media screen and (min-width: 1024px) {
    .catalog-topnav .block.filter .filter-title {
        display: none;
    }
}

/********** STORE LOCATOR / STORE PICK-UP */
@media screen and (min-width: 768px) {
    .amlocator-main-container .amlocator-map-container {
        display: flex;
        flex-direction: unset;
    }
}

/********** LOGIN / REGISTER */
.customer-account-login .column.main {
    display: block;
    padding: 0 15px;
}

.customer-account-login .login-container .block {
    width: 100%;
}
.customer-account-login .customer-account-login .column.main > .login-container {
    width: 50%;
}

.customer-account-login .column.main > .login-container {
    width: 100%;
    display: flex;
}
.block-customer-login .action.primary {
    display: initial;
}

.customer-account-login .block.block-customer-register {
    width: 100%;
}

.customer-account-login .block.block-customer-register > .block-title {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
    padding-bottom: 12px;
}

.customer-account-login .block.block-customer-register > .block-title strong {
    font-weight: 500;
    font-size: 1.8rem;
}

.customer-account-login .form.create.account {
    width: 100%;
}
.customer-account-login .fieldset .legend {
    margin-left: 0;
}

.customer-account-login .fieldset > .field:not(.choice) > .label {
    text-align: unset;
    float: unset;
    width: 100%;
}

.customer-account-login .fieldset > .field:not(.choice) > .control {
    float: unset;
}

.customer-account-login .fieldset > .field.choice:before {
    float: unset;
}

.block-customer-login .action.primary,
.block-customer-register .action.primary,
.checkout-success .actions-toolbar .action.primary {
    height: 42px;
}

@media screen and (min-width: 768px) {
    .customer-account-login  .column:not(.sidebar-main) form .actions-toolbar,
    .customer-account-login .login-container .fieldset:after{
        margin-left: 0;
        max-width: 80%;
    }
    .customer-account-login .column.main {
        display: flex;
    }
    .customer-account-login .login-container .block {
        padding: 0 50px 0 0;
    }
}

/**************** RECETTE GLOBAL **/
.recette p {
    font-size: 1.4rem;
}

.recette a:hover {
    text-decoration: none;
    cursor: pointer;
}
.recette {
    padding: 10px;
}
.recette-item-single p,
.recette-item-single a,
.recette-item-single li {
    color: var(--main-color);
    font-size: 16px;
}
.recette-item-single a:hover {
    text-decoration: none;
    cursor: pointer;
}
@media (min-width: 768px) {
    .recette {
        padding: 0;
    }
}
/**************** LEFT BLOCK IMAGE RECETTE A LA UNE **/
.recette-a-la-une {
    background-color: #810240;
    margin: 0 0 70px 0;
}

.recette-a-la-une .block-image {
    position: relative;
}

@media (min-width: 768px) {
    .recette-a-la-une {
        display: flex;
        height: 400px;
        margin: 0 0 20px 0;
        background-color: #810240;
    }

    .recette-a-la-une .block-image {
        position: relative;
        width: 70%;
    }
}

.recette-a-la-une h2,
.recette-collection h2 {
    position: absolute;
    bottom: 20px;
    left: 40px;
    color: #FFFFFF;
    font-weight: 800;
    text-transform: uppercase;
    z-index: 2;
    font-size: 32px;
}

.recette-a-la-une .block-image > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#shadow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    box-shadow: 20px -20px 70px rgba(0, 0, 0, 1)inset;
}

/**************** RIGHT BLOCK DESCRIPTION RECETTE A LA UNE **/
.recette-a-la-une .block-description {
    overflow-y: auto;
    padding: 20px;
}

@media (min-width: 768px) {
    .recette-a-la-une .block-description {
        height: 400px;
        overflow-y: auto;
        padding: 20px;
        width: 30%;
    }
}

.recette-a-la-une .block-description>h2 {
    position: unset;
    text-align: center;
    text-transform: initial;
}

.recette-a-la-une .block-description>p {
    color: #FFFFFF;
}
/**************** RECETTE FILTER **/
.recette .filter {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-color: var(--pink-color);
    border-style: solid;
    border-width: 0 0 2px;
}

.recette .filter select,
.recette .filter select:focus {
    border-color: #BA144B !important;
}

.recette .filter select:not([disabled]):focus {
    box-shadow: 0 0 3px 1px #BA144B !important;
}

@media (max-width: 1024px) {
    .recette .block-title > h2 {
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    .recette .filter {
        flex-direction: initial;
    }

    .recette-a-la-une {
        margin: 0 0 70px 0;
    }
}

.recette .filter .block-subtitle {
    border-bottom: unset;
}

.recette .filter select {
    background-color: #F2F2F2;
    max-width: 200px;
    margin: 10px 10px;
    border-radius: 3px;
}

.recette .filter h2 {
    width: 260px;
}
/**************** RECETTE COLLECTION **/
.recette-collection {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    margin: 30px 0 0 0;
}

.recette-collection .recette-item {
    display: inline-block;
    background-color: #810240;
    width: 100%;
    margin: 15px 0;
    transition: .2s all;
}

.recette-collection .recette-item:hover {
    text-decoration: none;
    transform: scale(1.025);
}

.recette-collection .recette-item {
    width: calc(100% * (1/2) - 10px);
    height: 310px;
    margin: 5px;
    overflow: hidden;
}
.recette-collection .block-description {
    transition: .2s all;
    height: 310px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 250px;
    background-color: #810240;
}

.recette-collection .block-description > h2 {
    position: unset;
    text-align: center;
    text-transform: initial;
    font-size: 22px;
    height: 60px;
    padding: 0 16px;
    width: 100%;
    box-sizing: border-box;
    line-height: 60px;
    margin: 0;
}
.recette-collection .block-description > p {
    width: 100%;
    padding:16px;
    box-sizing: border-box;
    height: 250px;
    overflow: hidden;
    color:white;
    text-decoration: none;
    font-size: 16px;
}

.recette-collection .recette-item .block-image > img {
    object-fit: cover;
    height: 270px;
    width: 100%;
}

@media (min-width: 768px) {
    .recette-collection .recette-item:hover .block-description {
        top: 0;
        background-color: #81023fa9;
    }
    .recette-collection .recette-item {
        width: calc(100% * (1/3) - 20px);
        margin: 10px;
    }
    .recette-collection .recette-item .block-image > img {
        height: 310px;
    }
}

@media (min-width: 1024px) {
    .recette-collection .recette-item {
        width: calc(100% * (1/4) - 15px);
        margin: 7.5px;
    }
}

/**************** RECETTE PAGE **/
.recette-item-single {
    padding: 30px 16px 0 16px;
}
.recette-header a {
    position: absolute;
    right: 0;
    top: -10px;
}
.recette-cover > img {
    object-fit: cover;
    box-shadow: 0 3px 11px #0000001A;
    width: 100%;
}

.recette-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recette-header > h2 {
    font-size: 35px;
    color: #E77623;
    letter-spacing: 2px;
    font-weight: 400;
}

.recette-header > h2:after {
    content: "";
    border-bottom: 2px solid #810240;
    width: 120px;
    position: absolute;
    bottom: 0;
    left: 0;

}

.recette-description {
    border-bottom: 1px solid #F2F2F2;
    padding: 30px 0;
    position: relative;
    line-height: 1.7;
}

.recette-description-header {
    padding: 0 0 20px 0;
}

.recette-item-single .recette-description-header p {
    margin-top: 0;
    margin-bottom: 0;
}

.recette-description-left > .recette-description-difficulty {
    display: flex;
    align-items: center;
}

.recette-description-left .recette-description-difficulty > img:not(.recette-description-left .recette-description-difficulty img:nth-child(2)) {
    padding: 0 0 0 4px;
}

.recette-description-left .recette-description-difficulty > img.logo-difficulty.opacity {
    opacity: 0.3;
}

.recette-description-right .recette-description-socials {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 25px;
}

.recette-item-single .recette-description-right .recette-description-socials > p {
    text-transform: uppercase;
    color: #E77623;
    margin-top: 0;
    margin-bottom: 0;
}

.recette-description-right .recette-description-socials > p,
.recette-description-right .recette-description-socials > a:nth-child(2) {
    padding: 0 20px 0 0;
}

.recette-description-right .recette-description-socials > a:nth-child(3) {
    padding: 0;
}

.recette-body h2 {
    font-size: 22px;
    color: #E77623;
    letter-spacing: 2px;
    font-weight: 400;
}

.recette-preparation:before {
    content: "";
    border-left: 1px solid #F2F2F2;
    position: absolute;
    top: 25px;
    left: 0;
    height: 75%;

}

@media only screen and (min-width: 768px) {
    .recette-description-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .recette-description-left {
        display: flex;
    }
    .recette-description-left > div:nth-child(1) {
        padding: 0 30px 0 0;
    }

    .recette-description-left > div:nth-child(2) {
        padding: 0 0 0 30px;
    }
    .recette-cover {
        margin: 50px 0;
        height: 450px;
    }
    .recette-body {
        display: flex;
    }
    .recette-ingredient {
        width: 24.5%;
        padding: 0 35px 0 0;
    }

    .recette-preparation {
        position: relative;
        width: 74.5%;
        padding: 0 0 0 35px;
    }
}

/**************** RECETTE PAGE PRODUCT **/
.recipe-product {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.recipe-product-related,
.recipe-product-all {
    width: 100%;
    position: relative;
}

.recipe-product-all {
    height: 350px;
}

.recipe-product-all,
.recipe-product-related img {
    box-shadow: 0 4px 9px #0000001A;
}

.recipe-product-all.large {
    width: 100%;
}

.recipe-product-all:not(.recipe-product-all.large) {
    display: flex;
    justify-content: flex-end;
    margin: 50px 0 0 0;
}

.product.info.detailed .description.custom.content .recipe-product-related > p.title-block,
.product.info.detailed .description.custom.content .recipe-product-all > p.title-block {
    position: absolute;
    height: auto;
    width: auto;
    bottom: -20px;
    left: 0;
    padding: 10px 16px;
    background: #E77623;
    color: #f2f2f2;
    font-size: 1.4rem;
    max-width: 75%;
    margin-bottom: 0;
    transition: all .2s;
    text-transform: initial;
    z-index: 2;
}

.product.info.detailed .description.custom.content .recipe-product-all > p.title-block {
    left: unset;
    right: 0;
    background: #BA144B;
    text-transform: uppercase;
}

.recipe-product img {
    object-fit: cover;
    width: 100%;
}

.recipe-product .recipe-product-all.large > img:nth-child(4) {
    object-fit: unset;
    width: 50%;
}

.recipe-product-all > img {
    position: absolute;
    bottom: 0;
}

.recipe-product-all > img:nth-child(3) {
    z-index: 1;
    width: auto;
    opacity: 0.3;
    height: 250px;
    right: 10px;
}

.recipe-product-related:hover > p.title-block {
    transform:translateX(8px);
}

.recipe-product-all:hover > p.title-block {
    transform:translateX(-8px);
}


.recipe-product-all > p.content-block {
    position: absolute;
    top: 0;
    color: #BA144B;
    font-size: 25px;
    padding: 50px 100px 0 50px;
    z-index: 1;
    font-weight: 700;
    transition: all .2s;
    text-align: center;
}

.recipe-product-all:hover > p.content-block {
    transform: scale(1.02);
}

body .ammenu-menu-wrapper.-desktop .ammenu-item.-main > .ammenu-link {
    position: relative;
}

@media screen and (min-width: 768px) {
    .recipe-product-all.large > p.content-block {
        font-size: 32px;
    }
    .recipe-product {
        width: 100%;
        flex-direction: unset;
    }
    .recipe-product.center {
        display: flex;
        justify-content: center;
    }
    .recipe-product-related,
    .recipe-product-all {
        width: 48%;
        margin: 0;
        max-height: 400px;
    }

    .recipe-product-related,
    .recipe-product-all:not(.recipe-product-all.large) {
        height: unset;
        margin: 0;
    }
    .recipe-product-all.large {
        width: 60%;
    }
}

@media screen and (min-width: 1100px) {
    .recipe-product-all > p.content-block {
        font-size: 32px;
    }
}

@media screen and (max-width: 1024px) {
    .ammenu-nav-sections .ammenu-link.-main > .ammenu-wrapper {
        word-break: normal;
    }
}
/*************** WISHLIST */
.products-grid.wishlist .product-item-info {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 4px 9px #0000001a;
    border: 1px solid #F2F2F2;
    display: flex;
    flex-direction: column;
    max-width: initial;
    padding: 0 16px 16px 16px;
}

.products-grid.wishlist .product-item-photo {
    position: absolute;
}

.products-grid.wishlist .product-image-container {
    width: 300px;
    position: relative;
    margin: auto;
}

.products-grid.wishlist .product-item .product-item-inner {
    display: block;
}

.products-grid.wishlist .fieldset:last-child {
    margin-bottom: 0;
}

.products-grid.wishlist .product-item .box-tocart input.qty {
    height: 42px;
}

.products-grid.wishlist .product-item-inner {
    position: relative;
}

.products-grid.wishlist .product-item .price-box {
    padding: 10px 0 0 0;
    border-top: 1px solid var(--pink-color);
    width: calc(100% + 16px);
}

.products-grid.wishlist .product-item:hover {
    transform: scale(1.025);
}
.products-grid.wishlist .product-item {
    transition: .2s all;
}

@media only screen and (min-width: 768px) {
    .products-grid.wishlist .product-item-photo {
        position: relative;
    }
    .wishlist-index-index .products-grid.wishlist .product-item .fieldset .field.qty {
        margin-bottom: 0;
        padding-right: 0;
    }
    .products-grid.wishlist .fieldset {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .products-grid.wishlist .product-item-actions:first-child {
        position: absolute;
        right: 0;
        bottom: 77px;
    }
}

/*************** DPD RELAIS */
.table-checkout-shipping-method #dpdrelais_dpdrelais #suggestion div {
    height: auto;
    padding: 0 0 10px 0;
}

.authentication-wrapper {
    margin-top: 40px;
}
