@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');


:root {
    --font-body: 'IBM Plex Sans', sans-serif;
    --font-title: 'Montserrat', sans-serif;
    --blanc: white;
    --marronClair: #BE917F;
    --grisFonce: #1C1B1F;
    --greyBackground: #ebebeb;
    --primaryLight: #1d378c;
    --primaryLightSecond: #359fea;
    --primaryDark: #1b2651;
    --secondaryLight: #dc5a26;
    --secondaryDark: #ca4a1f;
    --gradient: linear-gradient(90deg, rgba(27, 38, 81, 1) 0%, rgba(28, 49, 114, 1) 50%, rgba(29, 55, 140, 1) 100%);
    --textColor: #7a7a7a;
    --transition-short: all ease-in-out .3s;
}

/*-------- GENERAL --------*/
body {
    font-family: var(--font-body) !important;
}

.icone {
    margin-right: 8px;
}

.centerContentFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}

#tableCadencier .ligne {
    position: relative;
}

#tableCadencier .ligne p {
    margin-bottom: 0 !important;
}

/*#tableCadencier .ligne.changedProductAdded::after{*/
/*position:absolute;*/
/*content:"Votre produit a bien été ajouté au panier";*/
/*width:100%;*/
/*height:100%;*/
/*left: 0;*/
/*display: flex;*/
/*justify-content:center;*/
/*align-items:center;*/
/*background: rgba(0, 0, 0, 0.8);*/
/*color:white;*/
/*display:none;*/
/*}*/
.productSuccessCadencierP {
    position: absolute;
    top: 100%;
    line-height: 1;
    background: #006400;
    padding: 8px;
    color: white;
    font-weight: lighter;
}

.messages > div {
    text-align: center;
    margin-top: 35px;
}

.message.success > div::before {
    position: relative !important;
    top: 6px !important;
}

.formCadencier {
    position: relative;
}

input[type="submit"] {
    all: unset;
    -webkit-appearance: button !important;
    text-decoration: none;
    font-weight: bold;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    line-height: 50px;
    height: 50px;
    /*padding: 25px 11px;*/
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15) inset;
    color: #5f524d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0;
}

input[type="number"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button !important;
    opacity: 1;
}

.removeCart {
    all: unset !important;
}

.removeCart {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    cursor: pointer;
}

.btn.btn-moulin {
    background-color: #c59c8a;

    text-transform: uppercase;
    color: #5e2f1e;
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
    position: relative;
    width: auto;
    margin-left: 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 15px 30px 15px 55px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.btn.btn-moulin:hover {
    background-color: #e67549;
    color: #fff;
}

.btn.btn-moulin::before {
    position: absolute;
    content: url('../../images/moulin_fleche.svg');
    width: 35px;
    height: 35px;
    display: block;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

/*-------- HEADER --------*/
header.page-header {
    position: relative;
    background: var(--blanc);
}

.authorization-link {
    position: relative;
}

.authorization-link::before {
    height: 100%;
    right: 100%;
    width: 1px;
    background-color: rgba(87, 87, 89, 0.3);
    position: absolute;
    content: '';
}

.header.content {
    max-width: inherit !important;
    padding: 15px 0 !important;
    width: 100% !important;
    background: white;
}

.is-sticky .header.content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.block-search {
    width: 100% !important;
}

.custom-logo .nav-toggle {
    left: -15px !important;
}

.page-header .panel.wrapper {
    border: inherit !important;
}

#custom-header-id .commandeSpan {
    color: var(--textColor);
    font-family: var(--font-body);
    font-size: 1.6rem;
    line-height: 1;
}

#custom-header-id > div.container > div.row.align-items-center {
    justify-content: space-between;
}

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

.commandezPanel {
    margin-left: 15px;
}

.divCommandezVite img {
    margin-right: 5px;
}

.divCommandezVite > div {
    flex-shrink: inherit;
}

.newMenu li, .newMenu li a, .newMenu ul {
    padding: 0;
    margin: 0;
}

#dropdownMenu2 {
    -webkit-appearance: none;
}

#dropdownMenu2:hover {
    cursor: pointer;
    -webkit-appearance: none;
}

.newMenu a:hover {
    text-decoration: underline !important;
    cursor: pointer;
}

.newMenu ul {
    min-width: 200px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
    padding: 20px;
    border: 0;
}

.newMenu .customer-menu.dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
}

.newMenu .customer-menu.dropdown-menu li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px 0;
    font-size: 1.2rem;
}

.panel.header > ul.header.links {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.customer-welcome .header.links {
    width: 200px;
    max-width: 200px;
}

.qs-option-name {
    color: black;
}

.customer-menu > ul.header.links li {
    width: 100%;
}

.customer-welcome {
    /*order:6;*/
}

.header.panel li {
    list-style-type: none;
}

.header.panel span.commandeSpan, .header.panel li.customer-welcome {
    list-style-type: none;
    font-size: 1.5rem;
    font-family: var(--font-body);
}

.header.panel li.customer-welcome li {
    font-size: 1.2rem;
}

/*nav .ui-widget-content{*/
/*border: none !important;*/
/*background: none !important;*/
/*}*/
/*nav .ui-state-active{*/
/*border: inherit !important;*/
/*background: inherit !important;*/
/*margin:inherit !important;*/
/*padding: none !important;*/
/*}*/
/*nav div.container.ui-menu-item{*/
/*border: none !important;*/
/*background: #ffffff !important;*/
/*margin: inherit !important;*/
/*}*/
.header.content .logo {
    margin: 0;
}

.page-wrapper .page-header .wrapper .panel.header {
    background-color: #1c1b1f;
    justify-content: end;
    padding: 0;
    max-width: 1140px;
}

.wrapper > .header.panel > .header.links,
.wrapper > .header.panel > .header.links > li {
    font-size: 1.4rem;
}

.wrapper > .header.panel > .header.links {
    float: inherit;
}

.wrapper > .header.panel > .header.links > li {
    font-size: inherit;
    vertical-align: super;
    padding: 0 10px;
    margin: 10px 0;
}

.wrapper > .header.panel > .header.links > li:last-child {
    padding: 0 15px 0 30px;
}

.wrapper > .header.panel > .header.links > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper > .header.panel > .header.links > li span.focus {
    font-family: var(--font-title);
    font-weight: 900;
    font-size: 1.6rem;
    letter-spacing: -0.05rem;
}

.wrapper > .header.panel > .header.links > li img {
    margin-right: 3px;
}

.header.links, nav ul, nav ol {
    list-style-type: none !important;
}

.wrapper > .header.panel > .header.links > li:first-child > a::before {
    content: url('../../images/add_user.png');
    position: relative;
    margin-right: 5px;
    filter: brightness(0);
}

/*.wrapper > .header.panel > .header.links > li.authorization-link a::before{*/
/*content: url('../../images/user.png');*/
/*position:relative;*/
/*margin-right:5px;*/
/*}*/
#search_mini_form #search {
    -webkit-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 0;
    padding-left: 30px;
}

.compare.wrapper {
    display: none;
}

#search_mini_form input {
    color: #5f524d;
}

#search_mini_form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #5f524d;
    opacity: 1;
}

#search_mini_form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #5f524d;
    opacity: 1;
}

#search_mini_form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #5f524d;
    opacity: 1;
}

#search_mini_form input:-moz-placeholder {
    /* Firefox 18- */
    color: #5f524d;
    opacity: 1;
}

.block.block-search {
    float: inherit;
}

.block-search #search_mini_form .action.search {
    height: 100%;
    width: 30px;
    opacity: 1;
}

.block-search #search_mini_form .action.search::before {
    font-size: 19px;
    color: #5f524d;
    content: url('../../images/search.svg');
    width: 30px;
    height: 30px;
}

#commandezVite {
    width: 200px;
    margin: auto;
}

#commandezVite p {
    display: block;
    float: left;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #5f524d;
    margin-top: 1px;
}

#commandezVite img {
    float: left;
    padding: 5px 0;
    animation-name: rotation;
    animation-duration: 2s;
    animation-iteration-count: 4;
    animation-delay: 5s;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(720deg);
    }
}

.minicart-wrapper .action.showcart {
    text-decoration: none;
}

.minicart-items .product-item-nom {
    display: flex;
}

.minicart-items .product-item-name {
    margin: auto 0;
}

.minicart-wrapper .action.showcart::before {
    content: url('../../images/panier.svg');
    display: none;
    width: 0;
    height: 0;
}

.minicart-wrapper .action.showcart .text {
    position: relative;
    font-family: var(--font-title);
    text-transform: uppercase;
    font-size: 1.6rem;
    color: var(--primaryDark);
    font-weight: 900;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    margin-left: 7px;
}

.minicart-wrapper .action.showcart:hover .text {
    color: #9e7564;
}

.minicart-wrapper .action.showcart .counter.qty {
    background-color: var(--primaryLightSecond);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    overflow: visible;
    position: absolute;
    top: -30%;
    left: 100%;
    transform: translate(-50%, 50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.minicart-wrapper .action.showcart .counter.qty .counter-number {
    text-shadow: none;
    font-weight: 800;
    font-family: var(--font-title);
    font-size: 1.4rem;
    display: block;
    width: 20px;
    height: 20px;
    letter-spacing: -0.1rem;
}

@media screen and (max-width: 991px) {
    .minicart-wrapper .action.showcart .text {
        display: none;
    }

    .navigation ul {
        padding: 0 !important;
    }

    .nav-sections-item-content .navigation .level0 > .level-top:last-child {
        margin: auto;
    }
}

/* correction affichage je passe commande jusqu'à 1118 px */
@media screen and (max-width: 1118px) {
    .minicart-wrapper .action.showcart .text {
        display: none;
    }

    .navigation ul {
        padding: 0 !important;
    }

    .nav-sections-item-content .navigation .level0 > .level-top:last-child {
        margin: auto;
    }

    .nav-sections-item-content .navigation .level0 > .level-top {
        padding: 8px 20px 5px 31px;
    }

    .navigation .level0.parent > a::after {
        right: 4px;
    }

    .navigation .level0:last-child {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 575.98px) {

    #marketing .right {
        height: inherit !important;
    }

    #marketing .right > div {
        width: 100%;
    }

}

@media screen and (min-width: 576px) and (max-width: 991.98px) {

    #ui-id-2 {
        flex-wrap: wrap;
    }

    .navigation .level0.parent {
        width: 25% !important;
        max-width: inherit !important;
        min-width: inherit;
    }

    .navigation .level0:last-child {
        padding: 15px;
    }
}

/*-------- MENU --------*/
.page-wrapper .nav-sections {
    margin-bottom: 10px;
}

.nav-sections-item-content {
    margin-bottom: -10px;
}

.nav-sections-item-content > .navigation {
    max-width: 1140px;
    padding: 0;
}

.navigation .level0 > .level-top {
    color: #fff;
    font-family: var(--font-title);
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: -0.05rem;
}

.navigation .level0:hover > .level-top {
    color: white !important;
}

.navigation .level0.parent {
    position: initial;
    padding-right: 0px;
    margin-right: 0;
    max-width: 20%;
    min-width: 15%;
    width: auto;
}

#ui-id-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation .level0 > .level-top {
    line-height: inherit !important;
}

.navigation .level0.parent a {
    position: relative;
}

.navigation .level0.parent > a span:nth-child(2) {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
}

.navigation .level0.parent > a span:nth-child(2)::after {
    content: url('../../images/down-blanc.svg');
    min-width: 10px;
    height: auto;
    display: block;
    margin-left: 10px;
    margin-right: 15px;
}

.navigation .level0.parent > a::before {
    position: absolute;
    content: url('../../images/submenu.svg');
    width: 42px;
    height: 20px;
    display: block;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    opacity: 0;
    animation-name: replier;
    animation-duration: 650ms;
    animation-fill-mode: forwards;
}

.navigation .level0.parent:hover > a::before {
    animation-name: deplier;
    animation-duration: 650ms;
    animation-fill-mode: forwards;
}

@keyframes deplier {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    51% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes replier {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.navigation .level0:last-child {
    background-color: var(--secondaryDark);
    margin-top: -10px;
    float: right;
    margin-bottom: -10px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    z-index: 10;
    display: flex;
}

.navigation .level0:last-child:hover {
    background-color: #e67549;
}

.navigation > ul > .level0 > a > span {
    color: white;
}

.white {
    color: white
}

#quick_order span:first-child {
    font-size: 1.5rem;
}

#quick_order span:nth-child(2) {
    font-size: 1.6rem;
}

/*.navigation .level1 a span{*/
/*color:black;*/
/*}*/
/*.navigation ul a span {*/
/*color: white;*/
/*}*/
.nav-sections-item-content .navigation .level0.last > .level-top:last-child {
    font-size: 2rem;
    padding: 0 30px 0 75px;
    max-width: 300px;
    line-height: 2rem;
    position: relative;
    z-index: 10;
    display: flex;
    height: 80px;
}

#quick_order {
    margin-top: auto;
    margin-bottom: auto;
}

.nav-sections-item-content .navigation .level0.last > .level-top:last-child::after {
    position: absolute;
    content: url('../../images/next-beige.svg');
    width: 35px;
    height: 35px;
    display: block;
    top: 50%;
    left: 33px;
    transform: translateY(-50%);
}

.nav-sections-item-content .navigation .level0 > .level-top {
    height: 100%;
    position: relative;
    display: flex;
    padding: 10px;
    align-items: center;
}

.navigation .level0 .level0.submenu {
    border: 0;
    background: transparent;
    box-shadow: inherit;
    left: 0 !important;
}

.navigation .level0 .level0.submenu > .container.ui-menu-item {
    background-color: #fff;
    width: 100%;
    position: absolute;
    width: 1150px;
    max-width: inherit;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.19);
    padding: 40px 75px;
}

.navigation .level0 .level0.submenu > .container.ui-menu-item li {
    padding: 10px;
}

.navigation .level0 .level0.submenu > .container.ui-menu-item li a {
    background-color: #3a322f;
    padding: 0;
    position: relative;
}

.navigation .level0 .level0.submenu > .container.ui-menu-item li a img {
    transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.navigation .level0 .level0.submenu > .container.ui-menu-item li a.animation::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 7px;
    background-color: var(--secondaryLight);
    content: '';
    width: 0%;
    -webkit-transition: width 250ms ease;
    -moz-transition: width 250ms ease;
    -ms-transition: width 250ms ease;
    -o-transition: width 250ms ease;
    transition: width 250ms ease;
}

.navigation .level0 .level0.submenu > .container.ui-menu-item li a:hover::after {
    width: 100%;
}

.navigation .level0 .level0.submenu > .container.ui-menu-item li a img {
    opacity: 0.6;
    width: 100%;
    height: auto;
    max-width: inherit;
    margin: 0;
    padding: 0;
    max-height: inherit;
    transform: translateY(0);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.navigation .level0 .level0.submenu > .container.ui-menu-item li a:hover img {
    opacity: 0.4;
}

.navigation .level0 .level0.submenu > .container.ui-menu-item li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-family: var(--font-title);
    font-weight: 900;
    font-size: 2.6rem;
    letter-spacing: -0.05rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 2.6rem;
}

.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
    border: 0 !important;
}

@media screen and (max-width: 991px) {
    .nav-sections-item-content .navigation .level0 > .level-top {
        padding: 8px 20px 5px 31px;
    }

    .navigation .level0.parent > a::after {
        right: 4px;
    }

    .navigation .level0:last-child {
        width: 100%;
        margin: 0;
    }
}


/*--------------------------------------------- HOMEPAGE -------------------------------------------------------*/
/*-------- SLIDER --------*/
.bxslider-wrap {
    visibility: hidden;
    height: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;

}

.bx-wrapper .bx-viewport {
    background-color: #1e1d21 !important;
    max-height: 440px;
}

.slider-homepage .bx-wrapper {
    border-bottom: 5px solid #be917f;
}

.slider-homepage img.image-large {
    width: 100% !important;
    position: absolute;
    height: auto;
    opacity: 0.5 !important;
    -webkit-filter: blur(4px);
    filter: blur(5px);
    transform: scale(1.1, 1.1);
}

.slider-homepage .bx-wrapper .bxslider {
    background-color: #3a322f;
    padding: 0;
}

.slider-homepage .bx-wrapper .bxslider li {
    max-height: 420px;
}

.slider-homepage .bx-wrapper .bxslider li:hover {
    cursor: pointer;
}

.slider-homepage .bx-wrapper .bxslider li .container {
    box-shadow: 0px 0 90px #000000;
    padding: 0;
    background-color: #1e1d21;
    max-width: 1450px;
}

.slider-homepage .bx-wrapper .bxslider li img {
    /*opacity: 0.5;*/
    width: 100% !important;
    height: auto;
    z-index: -1;
}

.slider-homepage .bx-wrapper .bx-caption {
    background-color: transparent;
    width: 100% !important;
    transform: translate(-50%, -50%);
    text-align: center;
    left: 50% !important;
}

.slider-homepage .bx-wrapper .bx-caption span {
    font-size: 3.5rem;
    letter-spacing: -0.05rem;
    font-family: var(--font-body);
    color: white;
    font-weight: 300;
    text-align: center;
    line-height: 3rem;
}

.slider-homepage .bx-wrapper .bx-caption h2 {
    font-family: var(--font-title);
    font-weight: 900;
    font-size: 4.6rem;
    letter-spacing: -0.05rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 4.5rem;
    margin-bottom: 12px;
}

.slider-homepage .bx-wrapper .bx-caption a {

    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    color: white;
    position: relative;
    text-decoration: none !important;
}

.slider-homepage .bx-wrapper .bx-caption a::before,
.slider-homepage .bx-wrapper .bx-caption a::after {
    height: 1px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    content: '';
}

.slider-homepage .bx-wrapper .bx-caption a::before {
    top: -10px;
}

.slider-homepage .bx-wrapper .bx-caption a::after {
    bottom: -10px;
}

.bx-wrapper .bx-controls .bx-pager {
    padding-top: 0px;
    left: 50% !important;
    bottom: 25px !important;
    border: 0;
    transform: translateX(-50%);
}

.bx-wrapper .bx-pager.bx-default-pager a {
    opacity: 0.5;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    opacity: 1;
    transform: scale(1.5, 1.5);
}

.slider-homepage .bx-wrapper .bx-controls-direction a {
    width: 55px;
    height: 55px;
    position: absolute;
    display: block;
    padding: 10px;
}

.slider-homepage .bx-wrapper .bx-next,
.slider-homepage .bx-wrapper .bx-prev {
    background: transparent;
    position: relative;
}

.slider-homepage .bx-wrapper .bx-prev:hover::before {
    background-position: inherit;
    margin-left: 10px;
}

.slider-homepage .bx-wrapper .bx-next:hover::before {
    background-position: inherit;
    margin-left: -10px;
}

.bx-wrapper .bx-prev {
    background: url('../../images/prev-beige.svg') no-repeat 0 !important;
}

.bx-wrapper .bx-next {
    background: url('../../images/next-beige.svg') no-repeat 0 !important;
}

@media screen and (max-width: 991px) {
    .slider-homepage .bx-wrapper .bx-caption h2 {
        font-size: 3.6rem;
        line-height: 3.5rem;
    }

    .slider-homepage .bx-wrapper .bx-caption span {
        font-size: 2.5rem;
        line-height: 0rem;
    }

    .bx-wrapper .bx-controls .bx-pager {
        display: none;
    }
}

/*-------- FAMILLES DE PRODUITS --------*/
#categories {
    margin: 75px 0 50px;
    position: relative;
    /* z-index: 9; */
    background: white;
    padding-left: 100px;
    padding-right: 100px;
}

#categories .block-content > div {
    border: 0;
    position: relative;
}

/*#categories .block-content > div:nth-child(n+2) {*/
/*-webkit-box-ordinal-group: 13;*/
/*-ms-flex-order: 12;*/
/*order: 12;*/
/*}*/
/*#categories .block-content > div:nth-child(6) {*/
/*-webkit-box-ordinal-group: 2;*/
/*-ms-flex-order: 1;*/
/*order: 1;*/
/*}*/
#categories .block-content > div > a {
    width: 100%;
    height: 350px;
    display: block;
    background-color: #3a322f;
    position: relative;
    overflow: hidden;
}

#categories .block-content > div > a .cat-link img {
    position: relative;
    opacity: 1 !important;
}

#categories .block-content > div > a .cat-link > div {
    margin-left: -20px;
    margin-right: 20px;
}

#categories .category .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    /* z-index: 15; */
    display: flex;
    flex-direction: column;
}

#categories .block-content a span.cat-title {
    font-family: var(--font-title);
    font-size: 2.6rem;
    letter-spacing: -0.05rem;
    text-align: center;
    color: white;
    line-height: 2.6rem;
    margin-bottom: 15px;
    position: relative;
    /*transform: inherit;*/
    transform: none;
    left: 0;
    top: 0;
}

#categories .block-content a .cat-link {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    transform: translateY(-50px);
    background: var(--primaryLightSecond);
    display: block;
    margin: auto;
}

#categories .block-content .category a > div {
    background-size: cover;
}

#categories .block-content .category a > div::before {
    background: rgba(0, 0, 0, .5);
    transition: var(--transition-short);
}

#categories .block-content a .cat-link span {
    position: relative;
    left: 0;
    top: 0;
}

#categories .block-content a .cat-link img {
    transform: rotate(-90deg);
    width: 15px;
    display: block;
}

#categories .block-content > div > a:hover .title {
    transform: translate(-50%, -50%);
}

#categories .block-content > div > a:hover .title .cat-link {
    opacity: 1;
    transform: translateY(0);
}

#categories .block-content > div > a:hover .overlayCategory::before {
    background: rgba(27, 38, 81, .5);
}

#categories .block-content .overlayCategory::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    /* z-index: 10; */
}

#categories .zoneCentrale {
    text-align: center;
    margin: 100px 0;
}

@media screen and (max-width: 767px) {

    #categories .zoneCentrale {
        text-align: center;
        margin: 35px 0;
    }

    #categories .zoneCentrale > div {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

#categories .zoneCentrale > div {
    background: var(--greyBackground);
    height: 100%;
    border-top: 3px solid var(--secondaryLight);
}

#categories .zoneCentrale h1 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 25px;
}

#categories .zoneCentrale h1::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 50px;
    height: 3px;
    background: white;
    left: 50%;
    transform: translateX(-50%);
}

#categories .zoneCentrale h1 span.focus {
    font-family: var(--font-title);
    font-weight: 300;
    font-size: 3rem;
    letter-spacing: -0.05rem;
    text-align: center;
    color: var(--primaryDark);
    position: relative;
    margin-bottom: 15px;
    padding: 15px 0;
    line-height: 2.5rem;
}

#categories .zoneCentrale h1 span.focus.groupeBanette::before {
    position: absolute;
    content: url('../../images/et.svg');
    width: 53px;
    height: 20px;
    display: block;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    padding: 0 15px;
    margin-left: -15px;

}

#categories .zoneCentrale span.subtitle {
    font-weight: lighter;
    font-size: 3rem;
    text-align: center;
    display: block;
    color: var(--primaryLightSecond);
}

#categories .zoneCentrale p {
    font-size: 1.4rem;
    line-height: 2.5rem;
    letter-spacing: .5px;
    color: var(--primaryDark);
}

@media screen and (max-width: 767px) {
    #categories {
        margin: 50px auto 20px;
    }

    /*#categories .block-content > div:nth-child(n+1) {*/
    /*-webkit-box-ordinal-group: 13;*/
    /*-ms-flex-order: 12;*/
    /*order: 12;*/
    /*}*/
    #categories .block-content > div:nth-child(6) {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    #categories .zoneCentrale {
        padding: 0px 40px 40px;
    }

    .productSuccessCadencierP {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #categories .zoneCentrale p {
        display: none;
    }

    #categories .zoneCentrale {
        padding: 0px 15px 0;
    }

    #categories .zoneCentrale > div {
        padding: 35px;
    }

    .productSuccessCadencierP {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }

    #categories .zoneCentrale {
        margin-top: 30px;
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 767.98px) {
    #categories .zoneCentrale {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .divCommandezVite {
        display: none !important;
    }

    #categories {
        padding-left: 25px;
        padding-right: 25px;
    }

}

/*-------- RECTANGLE HOMEPAGE --------*/

.rectanglesDiv .rectangleArriere {
    background: url('../../images/bloc-homepage1.jpg') no-repeat 0 0 #ebe4de !important;
    background-size: cover !important;
    text-align: center;
    padding: 30px 100px;
}

.rectanglesDiv .rectangleArriere p.subtitle {
    font-family: var(--font-title);
    font-weight: 900;
    font-size: 3rem;
    letter-spacing: -0.05rem;
    text-transform: uppercase;
    text-align: center;
    color: #5e2f1e;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 15px 0;
    line-height: 2.5rem;
}

.rectanglesDiv .rectangleArriere p.subtitle::before,
.rectanglesDiv .rectangleArriere p.subtitle::after {
    height: 1px;
    left: 0;
    width: 100%;
    background-color: rgba(175, 117, 97, 0.3);
    position: absolute;
    content: '';
}

.rectanglesDiv .rectangleArriere p.subtitle::before {
    top: -4px;
}

.rectanglesDiv .rectangleArriere p.subtitle::after {
    bottom: 0px;
}

.rectanglesDiv .rectangleArriere p {
    font-size: 1.4rem;
    color: #5f524d;
    line-height: 2.5rem;
    margin-bottom: 20px;
}

.rectanglesDiv .rectangleDevant p,
.rectanglesDiv .rectangleDevant p:last-child {
    color: #606164;
}

.rectanglesDiv .rectangleDevant p.directeurG {
    color: #343237;
}

div#recette.container-fluid div#recettesIDContainer.container-fluid {
    margin-top: 30px;
    margin-bottom: 60px;
}

div#recette.container-fluid div#recettesIDContainer.container-fluid div.row div.col-12 {
    text-align: center;
}

@media screen and (max-width: 767px) {
    #recette {
        padding: 10px 0;
    }

    #recette .d-lg-block {
        height: inherit;
    }

    #recette > .container > div.row > .col-md-10.offset-md-2 {
        margin: auto;
    }

    #recette .container > div.row > .col-md-10.offset-md-2 .recetteItem {
        margin-bottom: 30px;
    }

    #recette .container h1 {
        text-align: center;
    }

    .rectangleDevant {
        position: relative;
        width: 100%;
        transform: inherit;
    }

    .rectanglesDiv .rectangleArriere {
        width: 100%;
        position: relative;
        transform: inherit;
        /*padding: 60px 40px 50px;*/
        background: #ebe4de !important;
        height: inherit;
        margin-bottom: 50px;
    }

    .rectanglesDiv {
        height: inherit !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .rectanglesDiv .rectangleArriere {
        padding: 20px 80px;
    }

    .rectanglesDiv .rectangleArriere img {
        display: none;
    }

    .rectanglesDiv .rectangleArriere p.subtitle::before {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .slider-homepage .bx-wrapper .bxslider li img {
        margin-top: -7%;
    }

    #ui-id-2 > .level0:last-child {
        max-width: 300px;
    }

}

/*@media screen and (min-width:768px) and (max-width: 992px){*/

/*}*/
/*-------- RECETTES --------*/
#recette .d-lg-block {
    border: 0;
}

#recette .container h1 {
    font-family: var(--font-title);
    font-size: 2.6rem;
    letter-spacing: -0.05rem;
    text-transform: uppercase;
    color: var(--primaryDark);
    line-height: 2.6rem;
    margin-bottom: 15px;
    position: relative;
    transform: inherit;
    left: 0;
    top: 0;
    font-weight: 300;
}

#nosrecettes h2 {
    font-family: var(--font-title);
    font-weight: 900;
    font-size: 2.6rem;
    letter-spacing: -0.05rem;
    text-transform: uppercase;
    text-align: center;
    color: white;
    line-height: 2.6rem;
    margin-bottom: 15px;
}

#recettesIDContainer h1 {
    position: relative;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 25px;
    display: inline-block;
    width: auto;
    font-size: 3rem;
    text-transform: uppercase;
    font-family: var(--font-title);
}

@media screen and (max-width: 767px) {
    #recette {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #recette {
        margin-top: 0 !important;
        padding-bottom: 60px !important;
        padding-top: 40px !important;
        background-image: none !important;
    }
}

/*-------- REASSURANCES --------*/
#reassurances {
    background-color: white;
    padding: 40px 0;
    box-shadow: 0 0 23px rgba(0, 0, 0, 0.1);
}

#reassurances img {
    display: block;
    float: left;
}

#reassurances p {
    font-size: 1.3rem;
    color: #5f524d;
    display: block;
    float: left;
    line-height: 0.9rem;
    margin-top: 12px;
}

#reassurances p span.focus {

    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #5f524d;
    display: block;
}

@media screen and (max-width: 1199px) {
    #reassurances {
        text-align: center;
    }

    #reassurances img {
        float: inherit;
        margin: auto;
        transform: translateX(-10px);
    }

    #reassurances p {
        float: inherit;
        margin: 4px auto 25px;
        line-height: 1.8rem;
    }

    #reassurances p span.focus {
        margin-bottom: -15px;
    }
}

/*-------- NEWSLETTER & CONTACT --------*/
.contact-axiane #contactAxiane {
    background: var(--greyBackground);
    border: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}


#contactAxiane .row > div:first-child h3 {
    font-family: var(--font-body);
    text-transform: none;
    font-size: 1.4rem;
    margin-bottom: 14px;
    position: relative;
    margin-left: 13px;
    line-height: 2rem;
    text-align: center;
}


@media screen and (min-width: 768px) and (max-width: 992px) {

    .slider-homepage .bx-wrapper .bxslider li img {
        margin-top: 0;
    }
}

/*-------- footer --------*/
#contactAxiane {
}

#contactAxiane > div > div > div {
}

footer.page-footer {
    padding: 50px 0px 20px;
}

footer img {
    width: 250px;
}


footer.page-footer img {
    margin-bottom: 15px;
}

footer.page-footer p {
    font-size: 1.3rem;
    line-height: 2.5rem
}

footer.page-footer h3 {
    font-family: var(--font-title);
    text-transform: uppercase;
    margin-bottom: 11px;
}

footer.page-footer ul {
    padding: 0;
}

footer.page-footer ul li {
    padding-left: 10px;
    list-style: none;
}

footer.page-footer ul li a {
    color: white;
    font-size: 1.3rem;
    text-decoration: underline;
    position: relative;
}

footer.page-footer ul li a::before {
    position: absolute;
    content: url('../../images/next-beige-small.svg');
    width: 6px;
    height: 10px;
    display: block;
    top: 0;
    left: -13px;
}

@media screen and (max-width: 767px) {
    footer.page-footer {
        text-align: center;
        margin-top: 0px;
    }

    footer.page-footer h3 {
        margin-top: 40px;
    }
}

/*-------- COPYRIGHTS --------*/
#copyrights .container {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 30px;
    margin-top: 44px;
}

#copyrights p {
    font-size: 1.4em;
}

#copyrights p a {
    color: #c59c8a;
    text-decoration: underline;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

#copyrights p a:hover {
    opacity: 0.8;
}

/*-------- PAGES DE CONTENUS--------*/
#maincontent .page-title-wrapper {
    text-align: center;
}

#maincontent .product_categories_fiche {
    color: var(--primaryDark);
    font-size: 2rem;
    line-height: 2rem;
    text-transform: uppercase;
    letter-spacing: 3px
}

#maincontent .page-title-wrapper h1 {
    font-size: 3rem;
    margin: 30px;
    text-align: center;
    position: relative;
    display: inline-block;
    font-family: var(--font-title);
    color: var(--primaryDark);
}

#maincontent .page-title-wrapper h1::after {
    content: "";
    background: var(--primaryDark);
    width: 100%;
    height: 0px;
    top: 100%;
    position: absolute;
    left: 0;
}

.page-layout-2columns-left .page-title-wrapper h1::before {
    height: 1px;
    left: 0;
    width: 100%;
    position: absolute;
    /* content: 'Produits'; */
    top: -20px;
    font-size: 1.5rem;
    line-height: 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#maincontent .page-title-wrapper h1 span {
    position: relative;
}

#maincontent .block .block-title {
    margin: 0 0 20px;
    border-bottom: 1px solid rgba(175, 117, 97, 0.3);
    padding: 0 0 17px;
}

#maincontent .block .block-title strong {
    font-family: var(--font-body);
    font-size: 1.6rem;
    color: #af7561;
    text-transform: normal;
    color: #5f524d;
    font-weight: 800;
    width: 100%;
}

#maincontent .block .block-content .box {
    background-color: #faf7f6;
    padding: 30px;
    margin-bottom: 30px;
}

#maincontent .block .block-content .box .box-title {
    border-bottom: 1px solid rgba(175, 117, 97, 0.3);
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 800;
    color: #5f524d;
}

#maincontent .block .block-content .box .box-content {
    font-size: 1.4rem;
    color: #5f524d;
}

#maincontent .block .block-content .box .box-actions,
#maincontent .block .block-title .action {
    font-size: 1.4rem;
    color: #e67549;
}

#maincontent .block .block-content .box-actions {
    margin-top: 20px;
}

#maincontent .block .block-content .box .box-actions a {
    text-decoration: underline;
    color: #e67549;
}

#maincontent .block .block-title .action {
    text-decoration: underline;
}

.login-container .block-customer-login,
.login-container .block-new-customer {
    padding: 30px 30px 40px;
    margin-bottom: 10px !important;
    background-color: #faf7f6;
}

.login-container .block-customer-login .block-title,
.login-container .block-new-customer .block-title {
    border-bottom: 1px solid rgba(175, 117, 97, 0.3);
    margin: -30px -30px 40px;
    padding: 20px;
}

.login-container .block-customer-login .block-title strong,
.login-container .block-new-customer .block-title strong {
    font-family: var(--font-title);
    font-weight: 800;
    font-size: 1.8rem;
    text-transform: uppercase;
    text-align: center;
    color: #af7561;
}

.login-container #login-form,
.login-container .block-content {
    font-size: 1.4rem;
    color: #5f524d;
    line-height: 2.5rem;
}

.login-container #login-form .field.note {
    margin-bottom: 30px;
}

.login-container #login-form .actions-toolbar {
    margin-top: 20px;
}

.login-container #login-form label,
.login-container #login-form .control {
    display: inline-block;
}

.login-container #login-form label {
    width: auto;
    min-width: 130px;
}

.login-container #login-form .control {
    width: 210px;
    margin-left: 10px;
}

.login-container #login-form label span {
    font-weight: normal;
}

.login-container #login-form input {
    color: #5f524d;
}

.login-container .actions-toolbar > div {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}

.login-container .actions-toolbar > div > button,
.login-container .block-new-customer .actions-toolbar > div > a {
    float: inherit;
    background-color: var(--primaryLightSecond);
    border: 0;
    padding: 15px 35px;
    letter-spacing: 0.41rem;
    font-size: 1.35rem;
    margin: 11px 0 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.login-container#gerant .brownButton, .login-container#gerant .brownButton {
    float: inherit;
    background-color: #c59c8a;
    border: 0;
    padding: 15px 35px;
    font-size: 1.35rem;
    margin: 11px 0 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    color: white !important;

}

.login-container #login-form .actions-toolbar > div > button {
    margin-top: 20px;
    margin-right: 0;
}

.login-container .actions-toolbar > div > button:hover,
.login-container .actions-toolbar > div > button:focus,
.login-container .actions-toolbar > div > button:focus,
.login-container .block-new-customer .actions-toolbar > div > a:hover,
.login-container .block-new-customer .actions-toolbar > div > a:active,
.login-container .block-new-customer .actions-toolbar > div > a:focus {
    background-color: var(--primaryLight);
    border: 0;
    color: #fff;
}

.login-container .actions-toolbar > div > button span,
.login-container .block-new-customer .actions-toolbar > div > a span {
    text-transform: uppercase;

}

.login-container #login-form .actions-toolbar > .secondary > a {
    color: #5f524d;
    text-decoration: underline;
}

.login-container .fieldset::after,
.fieldset > .field.required > .label::after {
    color: #e67549;
}

@media screen and (max-width: 767px) {
    .login-container #login-form label {
        text-align: center;
    }
}

.customer-welcome .customer-menu ul {
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
    padding: 20px;
    border: 0;
}

.customer-welcome .customer-menu li a {
    color: #5f524d;
}

.customer-welcome .customer-menu li a:hover {
    text-decoration: underline;
    color: #5f524d;
}

.customer-welcome .customer-menu ul li:hover {
    background: transparent;
}

.customer-welcome .customer-name .action.switch::after,
.customer-welcome.active .customer-name.active .action.switch::after {
    /*position: absolute;*/
    content: "";
    /*width: 30px;*/
    /*height: 25px;*/
    /*display: block;*/
    /*top: 50%;*/
    /*right: -12px;*/
    /*transform: translateY(-50%) scale(0.8);*/
}

.customer-welcome.active .customer-name.active .action.switch::after {
    content: "";
}

.block-collapsible-nav .content {
    border: 1px solid rgba(175, 117, 97, 0.3);
    background-color: transparent;
    font-size: 1.4rem;
    padding: 10px 0px;
    margin-top: 40px;
}

.block-collapsible-nav .item {
    margin: 0px 0 0px;
}

.block-collapsible-nav .item a {
    padding: 10px 20px
}

.block-collapsible-nav .item a:hover {
    padding: 10px 20px;
    text-decoration: underline;
}

.block-collapsible-nav .item a:hover {
    background: transparent;
}

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
    border-color: #e67549;
    color: #e67549;
}

#form-validate .fieldset {
    width: 100%;
    font-size: 1.4rem;
    color: #5f524d;
    background-color: #faf7f6;
    padding: 30px;
    margin-bottom: 10px;
}

.fieldset .legend {
    border-bottom: 1px solid rgba(175, 117, 97, 0.3);
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: 800;
    color: #5f524d;
    margin-top: 5px;
}

.fieldset .legend span {
    font-size: 1.4rem;
    font-weight: 800;
}

#form-validate .actions-toolbar button {
    background-color: #c59c8a;
    border: 0;
    padding: 15px 35px;
    letter-spacing: 0.41rem;
    font-size: 1.35rem;
    margin: 11px 0 0;
    margin-bottom: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    text-transform: uppercase;

}

#form-validate .actions-toolbar button:hover {
    background-color: #e67549;
    border: 0;
    color: #fff;
}

/*-------- TABLEAUX--------*/
table.table {
    color: #5f524d;
    font-size: 1.4rem;
}

table .noToggle {
    cursor: pointer;
}

table.table thead {
    color: #5f524d;
    background-color: #f6f2ef;
    border-bottom: 3px solid #e7d5cf;
}

table.table thead tr th {
    padding: 2.2rem .75rem;
    border: 0;
    font-weight: 400;
}

table.table tbody tr td {
    border-top: 1px solid rgba(175, 117, 97, 0.3);
    padding: 2rem .75rem;
    vertical-align: middle;
}

table.table tbody tr th {
    vertical-align: middle;
}

table.table tbody tr.ligneCommande td {
    background-color: #ebe4de;
    padding: 0 20px;
    border: 0;
}

table.table tbody tr td button.action.tocart {
    color: #5f524d;
    border: 0;
    font-weight: 400;
    position: relative;
    padding-left: 32px;
    background-color: transparent;
    text-decoration: underline;
}

table.table tbody tr td button.action.tocart::before {
    content: url('../../images/moulin_droit.svg');
    width: 26px;
    height: 29px;
    vertical-align: bottom;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

table.table.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, 0.015);
}

.ligneAvecGratuit > td, .ligneAvecGratuit > td div {
    padding: 0 !important;
    border: none !important;
}

tr.ligneAvecGratuit tbody tr {
    background: none !important;
}

#tableCadencier .colNart {
    width: 80px;
}

#tableCadencier .spanGratuit {
    cursor: pointer;
    background: yellow;
}

#tableCadencier .colDesignation {
    width: 250px;
}

#tableCadencier .colDCommande, #tableCadencier .colUCommande {
    width: 180px;
}

#tableCadencier .ligneAvecGratuit thead {
    background: none !important;
    color: inherit;
    border-bottom: none;
}

/*-------- FIL ARIANE--------*/
.breadcrumbs ul.items {
    color: var(--primaryDark);
    border-bottom: 1px solid var(--primaryDark);
    padding: 15px 0;
    font-size: 1.5rem;

}

.breadcrumbs ul.items li {
    color: var(--primaryDark);
}

.breadcrumbs ul.items li a {
    color: var(--primaryDark);
}

.breadcrumbs ul.items li strong {
    color: #5f524d;
}

.breadcrumbs ul.items .item:first-child::before {
    content: url('../../images/home-blue-small.svg');
    width: 17px;
    margin-top: -2px;
    height: 13px;
    display: inline-block;
    margin-right: 9px;
    transform: translateY(2px);
}

.breadcrumbs ul.items .item:not(:last-child)::after {
    content: url('../../images/next-blue-small.svg');
    width: 6px;
    margin-top: 1px;
}

.breadcrumbs ul li a {
    color: var(--primaryDark) !important;
    text-decoration: underline;
}

/*-------- LISTING--------*/
#layered-filter-block .block-content .block-subtitle,
#layered-filter-block .filter-current,
#layered-filter-block .block-actions {
    display: none;
}

.block-subtitle.filter-subtitle {
    display: none;
}

#narrow-by-list .filter-options-item {
    background: var(--greyBackground);
}

#narrow-by-list .filter-options-item .filter-options-title {
    font-family: var(--font-title);
    font-size: 1.6rem;
    color: var(--primaryDark);
    display: none;
}

#narrow-by-list .main a {
    font-weight: 400 !important;
    color: var(--primaryDark) !important;
    font-size: 1.8rem !important;
}

#narrow-by-list ol .item {
    padding: 0 10px;
}

#narrow-by-list ol .item a {
    padding: 0 10px;
}

#narrow-by-list .main a span {
    display: none;
}

#narrow-by-list .filter-options-content {
    padding: 10px 0 !important;
}

#narrow-by-list .children {
    border-bottom: 1px solid white;
}

#narrow-by-list .filter-options-item.active .filter-options-title {
    border-bottom: 1px solid var(--primaryDark);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.filter-all-farines {
    padding: 0 !important;
}

#narrow-by-list .filter-options-item .filter-options-title::after {
    content: url('../../images/next-blue-small.svg');
    width: 7px;
    height: 17px;
    transform: rotate(90deg);
    top: 5px !important;
}

#narrow-by-list .filter-options-item.active .filter-options-title::after {
    transform: rotate(-90deg);
}

#narrow-by-list .filter-options-item .filter-options-content a {
    color: #5f524d;
    font-size: 1.4rem;
    padding-left: 24px;
    padding-top: 1px;
    font-weight: 300;
}

ol.sy-multiple-layered-navigation-items li a {
    background-image: none !important;
    position: relative;
}

ol.sy-multiple-layered-navigation-items li a::before {
    position: absolute;
    content: "";
    left: 3px;
    top: 5px;
    width: 9px;
    height: 9px;
    z-index: 10;
}

.sidebar-main {
}

ol.sy-multiple-layered-navigation-items li a::after {
    z-index: 8;
    position: absolute;
    content: "";
    left: 0;
    background: white;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(175, 117, 97, 0.3);
    box-shadow: 0px 2px 5px inset rgba(0, 0, 0, 0.15);
}

ol.sy-multiple-layered-navigation-items li.active a::before {
    background-color: var(--secondaryLight);
}

#listingProducts.products-grid .product-item {
    padding: 15px;
    display: flex;
}

#listingProducts.products-grid .product-item > div {
    margin-left: auto !important;
    margin-right: auto !important;
}

#listingProducts.products-grid .product-item:hover {
    outline: 1px solid var(--primaryDark);
}

.toolbar.toolbar-products.d-flex .pages {
    margin: auto;
}

.page-wrapper #listingProducts.products-grid .product-item-info:hover .product-image-container {
    border: 0 !important;
}

.page-wrapper #listingProducts.products-grid .product-item-info .product-image-container .product-image-wrapper {
    border: 1px solid #fff;
}

.page-wrapper #listingProducts.products-grid .product-item-info:hover .product-image-container .product-image-wrapper {
    border: 1px solid rgba(175, 117, 97, 0.3);
}

.products.list .product-item .product-item-info a.product-item-photo img {
    opacity: 1;
    transition: var(--transition-short);
}

.products.list .product-item .product-item-info:hover a.product-item-photo img {
    opacity: 0.5;
}

.products.list .product-item .product-item-info:hover a.product-item-photo {
    display: block;
}

.product-item-info .product-item-name p,
.block.related .product.details.product-item-details strong {
    font-family: var(--font-title);
    font-size: 1.6rem;
    color: var(--primaryDark);
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-item-info .product-item-link {
    font-family: var(--font-body);
    text-transform: none;
    color: var(--primaryDark);
    font-weight: bold;
    position: relative;
    margin-top: 3rem;
    font-size: 1.5rem;
    font-weight: normal;
}

.product-item-info .product-item-link .arrow, .position-relative .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
}

.product-item-info .product-item-link .learn_more {
    text-decoration: underline;
}

#listingProducts.products-grid .product-item-info .action.tocart label {
    text-transform: initial !important;
    color: var(--textColor);
    margin-top: 15px;
    pointer-events: none;
    font-weight: bold;
}

#listingProducts.products-grid .product-item-info .product.photo {
    display: block;
    width: 100%;
}

.block.related .product-item-info {
    width: 80%;
}

.block.related .product-item-info img {
    display: block;
    margin: auto;
}


.product-item-details .product-item-actions {
    color: #5f524d;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.6rem;
}

.product-item-details .product-item-actions .actions-primary {
    width: 100% !important;
}

.product-item-details .product-item-actions .action {
    background-color: transparent;
    border: 0;
}

.product-item-details .product-item-actions .action.tocart span {
    width: 80px;
    height: 80px;
    display: block;
    word-wrap: initial;
    padding: 0;
    content: url('../../images/btn-panier.png');
    text-indent: 50px;
    overflow: hidden;
    line-height: 10rem;
    margin-bottom: -7px;
}


div.product-add-form form#product_addtocart_form div.box-tocart.container-fluid div.fieldset.row div.field.qty.col-md-6 {
    padding-right: 0 !important;
}

form#product_addtocart_form div.box-tocart.container-fluid div.fieldset.row div.field.qty.col-md-6 div.control input#qty.input-text.qty {
    max-width: 88px;
    width: auto;
    padding: 0;
}

.product-item-details .product-item-actions .action.tocadencier span {
    width: 51px;
    height: 51px;
    display: block;
    word-wrap: initial;
    padding: 0;
    background-image: url('../../images/btn-cadencier.png');
    background-position: center center;
    text-indent: 50px;
    overflow: hidden;
    line-height: 10rem;
    margin-bottom: -7px;
}

#listingProducts.products-grid .product-item-info .product-item-details {
    bottom: inherit !important;
    top: 50% !important;
    display: block !important;
    height: 100px;
    transform: translateY(-100%);
}

.product-item-details .product-item-actions form button,
.product-item-details .product-item-actions form button:hover {
    background-color: transparent;
    border: 0;
}

.products-grid .product-item-inner,
.page-products .products-grid .product-item-inner::before {
    background: transparent;
}

.toolbar,
.products {
    margin: 0px;
}

.toolbar.toolbar-products .field.limiter {
    font-size: 1.4rem;
    color: #5f524d;
}

#listingProducts {
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(175, 117, 97, 0.3);
    padding-bottom: 37px;
}

/*-------- FICHE PRODUIT--------*/
#maincontent .product-info-main {
    margin-bottom: 70px;
}

#maincontent .product-info-main hr {
    display: none;
}

#maincontent .product-info-main .container {
    padding-top: 21px;
}

#maincontent .product-info-main .page-title-wrapper,
#maincontent .product-info-main .page-title-wrapper h1 {
    margin-bottom: 0px;
}

#maincontent .product-info-main .page-title-wrapper h1::before,
#maincontent .product-info-main .page-title-wrapper h1 span::before {
    display: none;
}

#maincontent .product-info-main .page-title-wrapper h1 {
    text-align: left;
    color: var(--primaryDark);
}

#maincontent .product-info-main .product-add-form {
    border-bottom: 1px solid var(--primaryDark);
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 1.4rem;
    color: #5f524d;
    padding-top: 10px;
}

#maincontent .product-info-main .product-add-form h2 {
    margin-bottom: 17px;
}

#maincontent .product-info-main .page-title-wrapper {
    text-align: inherit !important;
}

#maincontent .product-info-main .page-title-wrapper h1 {
    margin-left: 0;
}

#maincontent .product-info-main .description_produit {
    font-size: 1.7rem;
}

#maincontent .product.media {
    border: 1px solid #1b2651;
}

#maincontent .product-info-main .product-add-form .box-tocart {
    background: #ebebeb;
    padding: 25px;
    margin: 0 0 10px;
}

#maincontent .product-info-main .product-add-form #product-addtocart-button {
    background-color: var(--primaryDark);
    text-transform: uppercase;
    color: white;
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
    position: relative;
    width: auto;
    padding: 15px 30px 15px 55px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    border: 0;
    border-radius: 40px;
    margin: 0;
}

#maincontent .product-info-main .product-add-form #product-addtocart-button:hover {
    background-color: var(--primaryLight);
    color: #fff;
}

#maincontent .product-info-main {
    padding: 0 25px 25px;
}

#maincontent .product-info-main .product-add-form #product-addtocart-button::before {
    position: absolute;
    content: url('../../images/btn-panier.svg');
    width: 35px;
    height: 35px;
    display: block;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

#maincontent .product-info-main .ficheRecette,
#maincontent .product-info-main .ficheRecetteTechnique {
    border: 1px solid #ebebeb;
    padding: 30px;
    text-align: center;
    font-family: var(--font-title);
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--primaryDark);
    position: relative;
    padding-left: 60px;
    line-height: 1.5rem;
}

#maincontent .product-info-main .ficheRecette::before,
#maincontent .product-info-main .ficheRecetteTechnique::before {
    position: absolute;
    content: url('../../images/recette-icone.png');
    width: 32px;
    height: 32px;
    display: block;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

#maincontent .product-info-main .ficheRecetteTechnique::before {
    content: url('../../images/technique-icone.png');
}

#kitcomm {
    border: 1px solid rgba(175, 117, 97, 0.3);
    text-align: center;
    font-family: overpass;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 900;
    color: #5f524d;
    position: relative;
    line-height: 1.5rem;
}


#kitcomm button {
    background: none;
    text-align: left;
    padding: 30px;
    width: 100%;
    border: none;
    color: inherit;
    position: relative;
}

#kitcomm button::after {
    position: absolute;
    content: url('../../images/next-beige-small.svg');
    right: 30px;
    width: 15px;
    top: 50%;
    height: 25px;
    transition: all ease-in-out .3s;
    transform: translateY(-50%) rotate(90deg);
}

#kitcomm button[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(-90deg);
}

#kitcomm button[aria-expanded="false"]::after {
    transform: translateY(-50%) rotate(90deg);
}

#collapseKitComm {
    position: relative;
}

#collapseKitComm::before {
    position: absolute;
    content: "";
    width: calc(100% - 60px);
    height: 1px;
    background: #e7d5cf;
    left: 30px;
    z-index: 100;
}

#collapseKitComm .card.card-body {
    border: none;
    padding: 15px 30px;
}

#collapseKitComm .card.card-body a {
    margin: 10px 0;
    text-align: left;
}

.block-title {
    margin: 0 0 20px;
    border-bottom: 1px solid rgba(175, 117, 97, 0.3);
    padding: 0 0 17px;
}

.block-title strong {
    font-family: var(--font-body);
    font-size: 1.6rem;
    color: #5f524d;
    font-weight: 800;
    width: 100%;
}

#renouvelementCommandeContainer .row {
    justify-content: flex-end;
}

#renouvelementCommande button {
    background-color: #9e7564 !important;
    border: #9e7564 !important;
}

h2.customTitle {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 900;
    color: #5e2f1e;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

h2.customTitle::before {
    height: 1px;
    left: 0;
    width: 100%;
    background-color: rgba(175, 117, 97, 0.3);
    position: absolute;
    content: '';
    top: -20px;
}

h2.customTitle::after {
    height: 1px;
    left: 0;
    width: 100%;
    background-color: rgba(175, 117, 97, 0.3);
    position: absolute;
    content: '';
    bottom: -20px;
}

.containerTitle {
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}


#maincontent .product-info-main .ficheRecette a,
#maincontent .product-info-main .ficheRecetteTechnique a {
    color: #5f524d;
}

#maincontent .product-info-main .ficheRecette a:hover,
#maincontent .product-info-main .ficheRecetteTechnique a:hover {
    text-decoration: none;
}

.action.primary.tocart, #top-cart-btn-checkout, .action.submit.primary, .action.primary.checkout, .action.apply.primary, .action.cancel.primary {
    background: var(--primaryDark);
    color: #ffffff !important;
    border: none !important;
    text-transform: uppercase;
    display: block;
    margin: auto;
    text-decoration: none;
    font-family: var(--font-title);
    letter-spacing: 1.3px;
}

.action.primary.checkout.correct {
    background-color: #dc3545 !important;
}

.filter-options-title {
    padding: 0px 20px 0 10px;
}

.fotorama__caption {
    display: none !important;
}

.action.primary.tocart.cadencier {
    color: #5f524d !important;
    background: none !important;
    text-decoration: none;
    text-transform: none;
    text-decoration: underline;
}

#tableCadencier .cadencierItemCell a, #tableCadencier .cadencierItemCell a:visited {
    color: #9e7564;
    font-weight: bold;
}

/*#tableCadencier .addColorCart{*/
/*color:#007bff;*/
/*}*/
div#tableCadencier.table-responsive table.table.table-striped tbody tr.ligneAvecGratuit td div.table-responsive table.table {
    background: inherit;
}

input.quantite {
    width: 100px !important;
}

.quantity input[type="number"] {
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
}

.quantity input[type=number]::-webkit-outer-spin-button,
.quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    opacity: 0;
}

.quantity input {
    width: 45px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #eee;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
}

.img-cadencier {
    max-width: 100%;
    height: auto;
    max-height: 80px;
}

.cellImgCadencier {
    width: 10%;
}

a.action.primary.tocart {
    border-radius: 0;
}

.actions-toolbar.order-actions-toolbar .actions a {
    font-size: 1.3rem;
}

.subitemNav {
    margin: 5px;
}

.product-item-details {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    padding-left: 10px !important;
}

.item.product > div.product {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
}

.minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container {
    width: 25% !important;
}

.minicart-items .product-item-details {
    width: 75% !important;
}

.product-item-details .product.actions {
    display: flex;
    justify-content: end;
}

.minicart-items .product-item-details .details-qty {
    margin-top: inherit;
}

.minicart-items .product-item-pricing {
    padding: 15px 0 0;
}

.update-cart-item {
    position: absolute;
    left: 0;
    width: 100px;
    top: 87%;
}

.product-item-details .secondary {
    text-align: right;
}

.qtyGratuit {
    display: block !important;
    align-items: inherit;
}

/* for XS devices */
@media screen and (max-width: 575px) {
    .custom-logo {
        width: 45% !important;
        margin: 0 0 10px 0 !important;
        justify-content: center;
    }

    #researchID {
        width: 45% !important;
        margin: 0 !important;
    }

    #minicartID {
        width: 10% !important;
        margin: 0 !important;
    }

    #custom-header-id .headerSearch div.control {
        width: 100%;
    }

    .custom-logo .logo {
        height: 100%;
    }

    .login-container .control .input-text {
        width: 300px;
    }

    div.primary .action.create.primary {
        text-align: center;
    }

    .fotorama__caption__wrap {
        padding: inherit !important;
    }

    .zoneCentrale {
        margin-top: 30px;
    }

    #recettesIDContainer > div:nth-child(2) {
        /*margin-left: 0 !important;*/
        /*margin-right: inherit !important;*/
    }
}

@media screen and (max-width: 576px) {
    .panel.header {
        padding-top: 15px !important;
        display: flex;
        flex-direction: row;
    }

    .divCommandezVite img {
        flex-shrink: 0;
    }

    .panel.header span {
        text-align: center;
    }

    .minicartHeader, .headerSearch {
        width: auto !important;
    }

    .panel.header .header.links {
        margin: 0 !important;
        align-self: center;
    }

    .block.block-search {
        margin-top: inherit !important;
    }

    .custom-logo {
        display: flex;
        align-items: center;
    }

    .custom-logo .nav-toggle {
        position: relative;
        top: inherit;
        left: inherit;
    }

    .custom-logo strong.logo {
        margin: 0 0 0 15px !important;
        padding-left: 10px;
    }

    .login-container #login-form .control,
    .login-container #login-form .control > input {
        width: 100% !important;
    }

    span.tarif_general {
        text-align: center;
        margin: 15px;
        display: block;
    }

    table#shopping-cart-table.cart.items.data.table > tbody.cart.item.notFree > tr.item-info > td.col.price {
        display: none;
    }

    table#shopping-cart-table.cart.items.data.table tbody.cart.item tr.item-info {
        align-items: center !important;
    }

    table#shopping-cart-table.cart.items.data.table tbody.cart.item tr.item-info td.col.item div.product-item-details strong.product-item-name {
        margin-top: 0;
    }

    form#finalisationCommande div.container div.row div.col-md-8 > div:nth-child(1) > label:nth-child(2) {
        white-space: nowrap;
    }
}

/* for SM devices */
@media screen and (max-width: 767px) {
    .nav-toggle::before {
        line-height: 1 !important
    }

    .page-header {
        margin-bottom: inherit !important;
    }

    .header.content {
        padding: 5px 0;
    }

    .mobile-link {
        margin-top: inherit !important;
    }

    .header.content {
        margin-top: -2px !important;
    }

    .dropdown:hover .dropdown-content p a {
        font-size: 1.3rem;
    }

    div.panel.header ul.header.links li.customer-welcome {
        display: none !important;
    }

    .panel.header .header.links li {
        border-bottom: inherit !important;
    }

    .navigation .level0.parent > a::before {
        content: none;
    }

    .nav-sections-item-content .navigation .level0 > .level-top:last-child {
        line-height: inherit !important;
    }

    .header.links li {
        border-bottom: 1px solid white !important;
        padding: 1.1rem;
        color: white;
        font-weight: bold;
    }

    .nav-sections .header.links li > a {
        border: none !important;
        display: inline-block;
        color: white;
        font-weight: bold;

    }

    #block-collapsible-nav.content.block-collapsible-nav-content.active {
        margin-top: 0;
        background: white;
    }

    .block-collapsible-nav .item a, .block-collapsible-nav .item > a {
        padding: 5px 18px 5px 15px;
    }

    .block-collapsible-nav .nav.items {
        flex-direction: column;
    }

    .block-collapsible-nav .item a:hover {
        padding: 5px 18px 5px 15px;
    }

    .nav-sections .header.links a, .nav-sections .header.links a:hover {
        display: inline-block;
        padding: inherit;
    }

    .nav-sections .header.links li > img {
        border: none !important;
        display: inline-block;
    }

    .section-item-title.nav-sections-item-title {
        font-size: 1.3rem;
        font-weight: bold;
    }

    .navigation .level0 .level0.submenu > .container.ui-menu-item {
        background: none;
        width: inherit;
        position: relative;
        max-width: inherit;
        padding: 0;
    }

    .ui-menu-item.all-category {
        display: none;
    }

    .level0 .level1 > a {
        height: 75px;
    }

    .navigation .level0 .level0.submenu > .container.ui-menu-item li {
        padding: 0;
    }

    #maincontent .page-title-wrapper h1 {
        margin-top: 0;
    }

    table#shopping-cart-table.cart.items.data.table tbody.cart.item tr.item-info {
        display: flex;
        align-items: baseline;
        padding-bottom: 10px;
    }

    .columns .sidebar-main > div.block.block-collapsible-nav {
        position: inherit !important;
        top: 0 !important;
        margin-bottom: 0 !important;
    }

    .columns .sidebar-main {
        margin-bottom: 50px;
        order: -1;
    }

    #maincontent {
        padding-top: 40px !important;
    }

    .product-item-details {
        align-items: start;
        padding: 0 !important;
    }

    .login-container #login-form label {
        width: auto;
    }

    .login-container #login-form .control {
        margin-left: 0;
    }

    .navigation .level0 .level0.submenu > .container.ui-menu-item li a span {
        width: 80%;
    }
}

@media screen and (max-width: 767.98px) {
    .nav-sections-item-content, .navigation {
        background: none;
    }

    #ui-id-2 {
        flex-direction: column;
    }

    .navigation .level0.parent {
        width: 100% !important;
        max-width: inherit !important;
    }

    .navigation li.level0:last-child {
        color: black !important;
    }


    .customer-welcome .header.links {
        max-width: 100%;
        width: 100%;
        box-shadow: none;
    }

    .nav-sections-item-content, .navigation {
        background: none;
    }

    .header.links li {
        padding: 10px;
    }

    .header.links li a {
        color: #696969 !important;
    }

    nav.navigation > ul > li.level0 > a > span {
        color: #696969 !important;
    }

    .navigation .level0:last-child {
        background: var(--secondaryLight) !important;
    }
}

@media screen and (max-width: 575px) {


    #custom-header-id > div.container > div.row.align-items-center {
        justify-content: inherit;
    !important;
    }

    #maincontent {
        padding-top: 15px !important;
    }

    .dropdown:hover .dropdown-content p a {
        font-size: 0.7em !important;
    }
}

@media screen and (min-width: 992px) {
    .minicart-items-wrapper {
        max-height: 55vh;
    }
}

@media screen and (max-width: 991px) {
    .minicart-items-wrapper {
        height: auto !important;
        max-height: 35vh !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    div.block-content.row div.box.box-information {
        width: 45%;
    }

    div.block-content.row div.box.box-billing-address, div.block-content.row div.box-shipping-address {
        width: 45%;
    }
}

@media screen and (max-width: 576px) {
    #maincontent .block .block-content.row {
        flex-direction: column;
    }

    div.block-content.row div.box.box-information {
        margin: 5px 15px;
    }

    div.block-content.row div.box.box-billing-address, div.block-content.row div.box-shipping-address {
        margin: 5px 15px;
    }

}

/* between MD devices and lg devices*/
@media screen and (min-width: 768px) and (max-width: 991px) {
    .container.ui-menu-item {
        width: 100% !important;
        padding: 80px 75px 10px !important;
    }

    .custom-logo {
        padding: 0 !important;
    }

    div.block-content.row div.box.box-information {
        width: 45% !important;
    }

    div.block-content.row div.box.box-billing-address, div.block-content.row div.box-shipping-address {
        width: 45% !important;
    }


    #narrow-by-list .filter-options-item .filter-options-title {
        font-size: 1.4rem;
    }

    #narrow-by-list .filter-options-item {
        padding: 5px;
    }

    .filter-options-title {
        padding: 10px 1px 10px 0;
    }

    .filter-options-title::after {
        right: 1px;
    }
}

@media screen and (max-width: 991px) {
    .products.list .product-item .product-item-info:hover a.product-item-photo img {
        opacity: 1;
    }

    #listingProducts.products-grid .product-item-info:hover {
        padding: 0 !important;
    }

    .page-wrapper #listingProducts.products-grid .product-item-info:hover .product-image-container .product-image-wrapper {
        border: none;
    }

    .column.main {
        max-width: 100%
    }

    .table-wrapper.orders-recent, .table-wrapper.orders-history, #annulee,
    #facturee, #contactsTableauDiv, #reclamationDiv {
        overflow-x: scroll;
    }

    .page-title {
        margin-right: inherit !important;
    }
}

.brownFont {
    color: #5e2f1e;
}

.minicart-wrapper .block-minicart {
    padding: 35px 0px 10px;
}

.minicart-wrapper .block-minicart > div {
    padding: 0 20px;
}

.minicart-wrapper .block-minicart {
    border: 1px solid #e7d5cf;
}

.minicart-items-wrapper {
    border-top: 1px solid #e7d5cf;
    border-bottom: 1px solid #e7d5cf;
}

.minicart-items .product-item:not(:first-child) {
    border-top: 1px solid #e7d5cf;
}

.minicart-items .product-item-name {
    text-align: left;
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
}

.minicart-items .product-item-name a {
    font-family: var(--font-title);
    font-size: 1.6rem;
    color: var(--primaryDark);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4rem;
}

.minicart-items .product-item-name a:hover {
    text-decoration: none;
}

.block-minicart .block-content > .actions > .secondary a {
    font-family: var(--font-body);
    font-size: 1.4rem;
    color: #5f524d;
}

.minicart-items .product-item-pricing .label {
    font-family: var(--font-body);
    font-size: 1.4rem;
    color: #5f524d;
}

.minicart-items .action.edit:before, .minicart-items .action.delete:before {
    color: #5f524d;
    font-size: 22px;
}

.block-minicart .items-total {
    display: none;
}

.minicart-wrapper .product .actions {
    margin: 0 0 0 !important;
    padding: 24px 0 0;
    width: auto;
    display: block;
    text-align: right;
}

.details-qty.qty .item-qty.cart-item-qty {
    height: 35px;
    line-height: 35px;
}

.details-qty.qty, .details-qty.qty > div, .details-qty.qty > div {
    width: 100%;
}

.minicart-items .product-item {
    padding: 13px 0;
}

.orders-history a {
    color: #5f524d;
    text-decoration: underline;
}

#historiqueCommandeTable input.action.primary.checkout {
    font-size: 12px !important;
    white-space: nowrap;
    text-decoration: none !important;
}

.cart-summary.checkoutIndex button {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    clear: both;
}

a.action.primary.checkout {
    line-height: 2.2rem;
    font-size: 1.8rem !important;
    background: var(--primaryDark);
    color: #ffffff !important;
    border: none !important;
    text-transform: uppercase;
    padding: 14px 17px;
    border-radius: 0;
    text-align: center;
    -webkit-appearance: none;
}

#block-discount {
    clear: both;
}

#block-discount div strong {
    cursor: pointer;
}

.cart-summary {
    background: none;
    margin: 0;
}

.cart.main.actions {
    background: #f5f5f5;
    margin: 25px;
    padding: 10px;
}

#printButton img {
    width: 35px;
}

#printButton svg {
    width: 35px;
    fill: white;
    vertical-align: middle;
}

label.error {
    color: red;
}

button:not(.primary) {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

button.action.update {
    line-height: 2.2rem;
    font-size: 1.8rem !important;
    background: var(--primaryDark);
    color: #ffffff !important;
    border: none !important;
    text-transform: uppercase;
    font-family: var(--font-title);
    letter-spacing: 2px;
}

.checkoutIndex {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    align-content: center;
    padding: 20px !important;
    width: auto !important;
}

.checkoutIndex div {
    margin: 3px;
}

.checkoutIndex button, .checkoutIndex a {
    width: 100%;
}

#shopping-cart-table .col {
    text-align: left;
}

#shopping-cart-table.cart.items.data.table tbody.cart.item tr.item-info td.col.item div.product-item-details {
    padding-bottom: 0 !important;
}

#shopping-cart-table .product-item-name {
    font-size: 14px;
}

#shopping-cart-table.cart.items.data.table thead tr th.col {
    padding: 15px !important;
}

#shopping-cart-table.cart.items.data.table .item-info .col {
    padding: 0 0 0 15px !important;
}

#shopping-cart-table tbody .col {
    padding: 15px !important;
}

#shopping-cart-table .product-item-details {
    display: block;
}

.cart-summary.checkoutIndex > div, .cart-summary.checkoutIndex > form {
    margin: 0 5px;
}

.reassurance_bottom {
    display: flex;
    justify-content: center;
    padding-top: 40px;

}

.reassurance_bottom > div {
    padding-right: 10px;

}

.reassurance_bottom > p {
    line-height: 2rem;
}

.cart-summary.checkoutIndex .checkout-methods-items {
    margin: 0 !important;
}

.orders-history .col {
    width: inherit;
}

.order-products-toolbar.toolbar.bottom {
    font-size: 1.4rem;
}

.account .block-title {
    display: none;
}

.account .nav.nav-tabs {
    border-bottom: 0;
}

.account .nav.nav-tabs li {
    background-color: transparent;
    border: 0;
    padding: 0 0 15px;
    margin: 0;
}

.account .nav.nav-tabs li a {
    padding: 20px;
}

.account .nav.nav-tabs li a.active {
    background-color: #f6f2ef;
    font-size: 1.7rem;
    line-height: 1;
}

.account .table-wrapper {
    border-bottom: 1px solid #e7d5cf;
}

#renouvelementCommandeContainer {
    margin-bottom: 15px;
}

#renouvelementCommandeContainer a {
    padding: 15px;
    font-size: 1.6rem;
    font-weight: 800;
    font-family: overpass;
}

.cart.table-wrapper .product-item-name {
    font-size: 1.6rem;
    display: block;
    margin: 30px 0 0 0;
    text-align: left;
}

.cart.table-wrapper .product-item-details {
    vertical-align: middle !important;
}

.table tbody + tbody {
    border-top: 1px solid #e7d5cf !important;
}

.cart.table-wrapper .cart > .item {
    border-bottom: 1px solid #e7d5cf;
}

.cart.table-wrapper .actions-toolbar {
    background-color: #fcfaf8;
    padding: 10px;
    text-align: right;
}

.cart.table-wrapper .actions-toolbar > .action-edit, .cart.table-wrapper .actions-toolbar > .action-delete {
    position: relative;
    right: 0;
}

.cart.table-wrapper .actions-toolbar > a span {
    color: #5f524d;
    text-decoration: underline;
}

.product.details.product-item-details {
    font-size: 1.4rem;

}

#maincontent .block.crosssell {
    width: 100% !important;
}

.block.crosssell #cross ol {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.block.crosssell #cross ol li {
    /*margin-left: auto;*/
    display: flex;
    justify-content: center;
}

#maincontent .block.crosssell .block-title.title {
    margin: 0 !important;
    padding: 0;
}

#maincontent .block.crosssell .block-title.title strong {

    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.41rem;
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #af7561;
    margin-bottom: 0;
}

.table input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button-bevel;
    background-color: transparent;
    text-decoration: underline;
    color: #5f524d !important;
}

button.action.update {
    font-size: 1.4rem;
}

.product.details.product-item-details .product.name a {
    font-weight: 400;
    text-decoration: underline;
}

.account .order-details-items {
    margin-top: 0px;
    padding: 0px;
    border: 0;
}

.account .product-item-name {
    text-align: left;
    line-height: 1.4rem;
}

.account .order-links li {
    display: none;
}

.account .order-links li strong {
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 1.4rem;
}

span.order-status {
    display: none;
}

.order-details-items tfoot td, .mark, mark {
    background: #faf7f6;
}

.actions-toolbar.order-actions-toolbar a {
    text-decoration: underline;
    color: #5f524d;
}


.order-details-items .table-order-items .product-item-name {
    font-size: 1.5rem;
}

#maincontent .block.block-order-details-view .block-content .box {
    background-color: transparent;
}

.order-details-items .col.name {
    padding-left: 0.75rem !important;
}

#maincontent .page-title-wrapper date {
    margin-top: 17px;
    display: block;
}

.order-actions-toolbar {
    margin-bottom: 25px;
    border-top: 1px solid #e7d5cf;
    border-bottom: 1px solid #e7d5cf;
    padding: 20px 0;
    margin-bottom: 0;
}

.order-actions-toolbar .action.order {
    float: right;
    display: block;
    background: #9e7564 !important;
    color: #ffffff !important;
    border: none !important;
    text-transform: uppercase;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem !important;
    text-decoration: none;
}

.order-actions-toolbar .action.print {
    float: left !important;
    display: block;
    text-transform: uppercase;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
}

.order-details-items .items-qty .item .title {
    display: none;
}

.order-details-items .col.price .price-excluding-tax .price, .order-details-items .col.subtotal .price-excluding-tax {
    font-weight: normal;
    font-size: 1.4rem;
}

#my-orders-table tfoot tr th {
    background-color: #faf7f6;
}

.minicart-items .product .toggle, .minicart-items .product .content {
    font-size: 1.4rem;
}

.minicart-items .product .content dt {
    font-weight: 400;
}

.minicart-wrapper .block-minicart:after {
    border-color: transparent transparent #e7d5cf transparent;
}

.commandeStatus p {
    font-size: 1.6rem !important;
}

.commandeStatus {
    text-align: center;
}

div.block-content.row div.box.box-information {
    margin-left: 15px;
    clear: inherit !important;
    float: inherit !important;
}

div.block-content.row div.box.box-billing-address, div.block-content.row div.box-shipping-address {
    margin-left: 15px;
    clear: inherit !important;
    float: inherit !important;
}

/*  dropdown commande rapide  */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    left: 0;
    right: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: flex;
}

.dropdown:hover .dropdown-content p {
    width: 50%;
    height: 100%;
    text-align: center;
    margin: 10px;
    font-size: 1.3em;
}

.dropdown:hover .dropdown-content p:first-child {
    border-right: 1px solid rgba(175, 117, 97, 0.3);
    padding-right: 20px;

}

.dropdown:hover .dropdown-content p a {
    color: #5f524d;
    font-weight: 900;
    font-size: 1.2em;
}

.abs-shopping-cart-items-desktop, .block-cart-failed, .cart-container .form-cart, .cart-container .cart-gift-item {
    width: 100% !important;
    padding-right: 0 !important;
}

.cart-summary {
    position: inherit !important;
}

ol#mini-cart.minicart-items .product-image-photo {
    width: 40px !important;
    height: 40px !important;
}

ol#mini-cart.minicart-items .product-image-container {
    width: inherit !important;
}

.cart.item .product-image-photo {
    width: 75px !important;
    height: 75px !important;
}

.item-actions.customItemAction .actions-toolbar {
    display: flex;
}

table#shopping-cart-table.cart.items.data.table tbody.cart.item tr.item-info td.col.qty div.field.qty {
    display: flex;
    align-items: center;
}

table#shopping-cart-table.cart.items.data.table tbody.cart.item tr.item-info td.col.qty div.field.qty input {
    margin-top: inherit;
}

.use-ajax.action.action-towishlist {
    display: none;
}

.rectangleDevant {
    z-index: 7 !important;
}

.rectangleArriere {
    z-index: 6 !important;
}

/*.recetteItem img {*/
/*width: auto !important;*/
/*height: auto !important;*/
/*}*/

.recetteItem img {
    height: auto !important;
}

@media screen and (min-width: 768px) {
    .rectanglesDiv .rectangleDevant {
        padding: 40px 30px 80px 260px !important;
    }

    .rectanglesDiv .rectangleDevant span.directeurG {
        display: block !important;
        margin-bottom: 15px !important;
    }
}

.tarif_general {
    font-size: 2rem;
}

.pages strong.page {
    border-radius: 120px;
    padding: 0px 12px;
}

.pages a.page:visited,
.pages a.page {
}

.pages ul.items {
    display: flex;
    align-items: center;
}

.pages strong.page {
    background: none;
    color: var(--primaryDark);
}

.items.pages-items .pages-item-next a, .items.pages-items .pages-item-prev a {
    background: none;
    position: relative;
    border: none;
    width: 40px;
    height: 30px;
}

.items.pages-items .pages-item-next a::before, .items.pages-items .pages-item-prev a::before {
    color: white;
    z-index: 100;
    position: absolute;
    top: 20%;
    left: 33%;
}

.items.pages-items .pages-item-next a::after, .items.pages-items .pages-item-prev a::after {
    content: "";
    background: var(--primaryDark);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 0;
    height: 40px;
    width: 40px;
}

#historiqueCommandeTable th,
#historiqueCommandeTable td {
    text-align: center;
}

#historiqueCommandeTable .orderTab form {
    color: white;
}

#toPrint {
    font-size: 16px;
}

#toPrint table {
    font-size: 1rem !important;
}

#reglementFacture p, .statutOperation {
    font-size: 1.6rem;
}

.root {
    height: 80px
}

.progressbar {
    padding: 0;
}

.progressbar li {
    float: left;
    width: 33%;
    position: relative;
    text-align: center;
    list-style-type: none;
    font-size: 1.400rem;
}

.progressbar li:before {
    content: "1";
    width: 30px;
    height: 30px;
}

.progressbar li:before {
    content: "1";
    width: 30px;
    height: 30px;
    border: 2px solid #9e7564;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: white;
    color: #bebebe;
    text-align: center;
    font-weight: bold;
}

.progressbar {
    counter-reset: step;
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: white;
    color: #5f524d;
    text-align: center;
    font-weight: bold;
}

.progressbar li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #979797;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li:first-child {
    color: #00b200;
}

.progressbar li.current {
    color: #00b200;
}

.progressbar li:first-child::before {
    background: white;
    border: 2px solid #00b200;
    color: #00b200;
}

.progressbar li.active + li:after {
    background: #00b200;
    color: #00b200;
}

.progressbar li.active + li:before {
    border: 2px solid #00b200;
    background: white;
    color: #00b200;
}

#tablePanier {
    white-space: nowrap;
}

.quantity-button {
    font-size: 20px;
    line-height: 20px;
    width: 40px;
}

.quantity input, .quantity .quantity-nav {
    height: 50px;
}

.quantity .quantity-button {
    line-height: 25px;
}

.box-tocart .quantity label {
    display: block;
}

.box-tocart .quantity input {
    text-align: left !important;
}

.soldeYKDO {
    color: white;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.soldeYKDO span, .soldeYKDO button {
    color: white !important;
}

.soldeYKDO:hover {
    cursor: pointer;
}

.soldeYKDO img {
    width: 30px;
}

.soldeYKDO a::before {
    content: unset !important;
}


.soldeYKDO span.shortPts {
    display: none;
}


.is-sticky #custom-header-id .minicart-wrapper .action.showcart span.text {
    display: none;
}

#YKDOSoldeSticky {
    display: none;
}

.is-sticky #YKDOSoldeSticky {
    display: block;
}

.is-sticky #YKDOSoldeSticky .soldeYKDO {
    flex-direction: column;
}

#YKDOSoldeSticky .soldeYKDO span {
    font-size: 1.6rem;
}

#YKDOSoldeSticky .soldeYKDO > div {
    min-width: 30px;
}

.header.panel li.customer-welcome li.soldeYKDO {
    display: none !important;
}

.section-item-content.nav-sections-item-content .soldeYKDO {
    display: none !important;
}

@media screen and (max-width: 577px) {
    .minicart-wrapper .action.showcart::before, .minicart-wrapper .action.showcart.active::before {
        width: 40px;
        height: 40px;
    }

    .soldeYKDO {
        flex-direction: column;
    }

    header.page-header div.panel.wrapper div.panel.header ul.header.links li.authorization-link a {
        display: none;
    }

    .soldeYKDO span.toHide {
        display: none;
    }

    .soldeYKDO span.longPts {
        display: none;
    }

    .soldeYKDO span.shortPts {
        display: block;
    }


    #block-mosaique-id-3 {
        order: 0 !important;
    }

    #block-mosaique-id-6 {
        order: 1 !important;
    }

    #block-mosaique-id-8 {
        order: 3 !important;
    }

    #block-mosaique-id-35 {
        order: 4 !important;
    }

    #block-mosaique-id-37 {
        order: 5 !important;
    }

    #block-mosaique-id-36 {
        order: 6 !important;
    }

    #block-mosaique-id-4 {
        order: 7 !important;
    }

    #reglementFacture p, .statutOperation {
        font-size: 1.3rem;
    }

    .root {
        height: 100px;
    }

    .divDateFinalisation label {
        line-height: 5rem;
        white-space: nowrap;
    }

    #tablePanier .control.qty {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex;
        flex-direction: column;
    }

    .minicart-items .product-item-details {
        width: auto !important;
    }

    .product-item-nom {
        height: 100%;
        margin-top: auto;
        text-align: center;
        align-items: center;
        padding-top: 20px;
    }

    .minicart-items .product-item-name {
        position: inherit;
        top: inherit;
        transform: unset;
    }

    #ui-id-1 {
        width: 90vw;
    }

    input[type="radio"] {
        transform: scale(1.5);
        margin-right: 10px !important;
    }

    #tablePanier {
        white-space: normal;
    }

    #tablePanier thead tr th:nth-child(2) {
        width: 100px;
    }

    .quantity-button {
        font-size: 20px;
        line-height: 20px;
        width: 40px;
    }

    .quantity input, .quantity .quantity-nav {
        height: 60px;
    }

    .quantity .quantity-button {
        line-height: 30px;
    }

    .box-tocart .quantity label {
        display: block;
    }

    .box-tocart .quantity input {
        text-align: left !important;
    }

    .section-item-title.nav-sections-item-title {
        background: none !important;
        border: 1px solid #d7d7d7 !important;
    }

    .section-item-title.nav-sections-item-title.active {
        background: #e3e3e3 !important;
    }

    #historiqueCommandeTable .action.primary.checkout {
        white-space: normal !important;
    }

    .commandeSpanNonSticky {
        font-size: 1.3rem;
    }

    ol.products.list.items.product-items li.item.product.product-item div.product-item-info strong.product.name.product-item-name a.product-item-link {
        font-size: 1.8rem !important;
    }

    .header.panel span.commandeSpan, .header.panel li.customer-welcome {
        font-size: 1.3rem;
    }

    header.page-header div.panel.wrapper div.panel.header ul.header.links li.authorization-link {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wrapper > .header.panel > .header.links > li:last-child {
        padding: 0 15px 0 15px;
        text-align: center;
    }

    p.action.nav-toggle {
        top: inherit;
        margin-bottom: 0;
        margin-right: 10px;
    }

    p.nav-toggle {
        position: inherit !important;
        left: inherit !important;
        top: inherit !important;
    }

    p.nav-toggle::before {
        content: url('../../images/user.png');
    }

    span.nav-toggle::before, span.nav-toggle:hover::before {
        color: black;
    }
}


#tablePanier .product-item-details {
    padding-left: 0 !important;
    display: inherit;
}

#tablePanier .deleteIcon {
    margin: 10px 0 0 10px;
}

.deleteIcon:hover {
    cursor: pointer;
}

.imgContact {
    height: 100px;
}

.positionFixedIE {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.logo {
    max-width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .customer-welcome .customer-name .action.switch::after, .customer-welcome.active .customer-name.active .action.switch::after {
        right: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    #ui-id-1 {
        max-height: 60vh;
    }

    .update-cart-item {
        top: 100%;
    }
}

.product-options-bottom {
    clear: both;
}

.modal-dialog button {
    margin: inherit !important;
}

.modal-dialog button:first-child {
    margin-right: 10px !important;
}

.modal-footer {
    justify-content: center !important;
}

.block.related {
    clear: both
}

.actuItem {
    position: relative;
    background: transparent;
    transition: var(--transition-short);
}

.itemActuList:hover {
    text-decoration: none !important;
}

.actuItem:hover {
    background: #ebebeb
}

.actuIllustration {
    display: block;
    height: 300px;
}

.blog__post-list-wrapper h2{
    padding: 35px;
    text-align: center;
    font-size: 3rem;
    font-weight: normal;
    font-family: var(--font-title);
    color: var(--primaryDark);
}

.blog__post-list-wrapper .more {
    position: relative;
    font-size: 1.5rem;
    text-align: center;
    display: block;
    padding: 10px;
    font-weight: normal;
    font-family: var(--font-title);
    color: var(--primaryDark);
    text-decoration: underline;
}

.blog__post-list-wrapper .more::before{
    content: url('../../images/arrow-blue.png');
    transform: rotate(0);
    left: -15px;
    position: relative;
}

.actuTitle h1{
    padding: 35px 35px 0;
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
    font-family: var(--font-title);
    color: var(--primaryDark);
}

.actuIllustration {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

#actuPortail {
    margin-bottom: 20px;
}

#formLogin button {
    all: unset;
    color: #007bff;
}

.box-tocart #qty-error {
    position: absolute;
    top: 100%;
}

.modal-footer, .modal-content, .modal-header {
    border: none !important;
}

input::placeholder {
    color: grey !important;
}

.form-control::-webkit-input-placeholder {
    color: grey !important;
}

/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
    color: grey !important;
}

/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
    color: grey !important;
}

/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
    color: grey !important;
}

/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
    color: grey !important;
}

/* Microsoft Edge */
.imgNotInStock {
    height: 30px;
    margin-left: 15px;
}

.divItemCadencier {
    display: flex;
    align-items: center;
    align-self: flex-start;
    height: 100%;
}

div.product-info-main div.product-add-form form#product_addtocart_form div#product-options-wrapper.product-options-wrapper div.fieldset div.field.required,
div.product-info-main div.product-add-form form#product_addtocart_form div#product-options-wrapper.product-options-wrapper div.fieldset div.field {
    clear: both;
}

div.product-info-main div.product-add-form form#product_addtocart_form div#product-options-wrapper.product-options-wrapper div.fieldset div.field.required .quantity input {
    width: 100%;
}

#cross .products.list .product-item .product-item-info:hover a.product-item-photo img {
    opacity: 1;
}

.bigUpSize {
    font-size: 1.6rem;
}

.ui-datepicker-week-col:hover {
    cursor: pointer;
}

.ui-datepicker-unselectable.ui-state-disabled {
    cursor: default;
}

#fiches a:hover {
    text-decoration: none;
}

span.error {
    color: red;
}

.pager .toolbar-amount, .pager .limiter {
    display: none;
}


.note-list-item {
    margin: .5rem 0 .5rem !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
}

.note-list-comment {
    margin: 10px 0 1.7rem !important;
}

.message.global.cookie {
    z-index: 15;
}

.customer-welcome .soldeYKDO {
    display: none !important;
}

#selectBoutiqueSecondaire table tr:hover {
    cursor: pointer;
}

.customer-welcome {
    display: none;
}

/* datatable cadencier */
.dataTables_filter {
    padding-right: 8px;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}


.login-container {
    display: flex;
    flex-wrap: wrap;
}

.login-container .block-customer-login, #customer_new_account {
    width: 50% !important;
    float: none !important;
}

#customer_new_account {
    padding: 0 0px 0 10px;
}

@media screen and (max-width: 991px) {
    .login-container .block-customer-login, #customer_new_account {
        width: 100% !important;
    }

    #customer_new_account {
        padding: 0;
    }

    .login-container a.action.create.primary {
        text-align: center;
    }

}

#reglementFacture .form-group.row form {
    height: 100%;
    padding-top: 1.5rem !important;
}

.payment_choice {
    padding: 35px !important;
    height: 100%;
    width: 60%;
}

.payment_choice img {
    width: 65px;
    height: auto;
    display: block;
    margin: 0 auto;
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 575px) {
    .payment_choice {
        width: 100%;
    }
}

#marketing .left, #marketing .right {
    height: 400px;
}

#marketing .logo img {
    margin: auto;
}

#marketing .right > div {
    display: flex;
    flex-direction: column;
    padding: 60px 30px;
    text-align: center;
    position: relative;
}

#marketing .right > div::before {
    content: "";
    background: rgb(202, 74, 31);
    background: linear-gradient(90deg, rgba(202, 74, 31, 0.49341743533350846) 0%, rgb(202, 74, 31) 22%, rgb(202, 74, 31) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 5;
}

#marketing .right > div .title {
    font-size: 2rem;
    color: var(--primaryDark);
    padding-bottom: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.45rem;
}

#marketing .right > div .content {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5;
}

.fotorama__stage__frame .fotorama__img {
    height: 100% !important;
    width: auto !important;
}

.box-tocart .field.qty label, .box-tocart .field.qty span {
    font-weight: 300;
    color: var(--textColor);
    font-size: 1.5rem;
}

.description_produit p, .description_produit * {
    font-family: var(--font-title) !important;
    letter-spacing: 0;
    color: var(--textColor);
}

.filter-current-content li {
    font-size: 2rem;
}

#form_switch p {
    font-weight: bold;
    color: var(--primaryDark)
}

.date_row h2 {
    position: relative;
    color: var(--primaryDark) !important;
    display: inline-block;
    font-weight: bold;
}

.date_row h2::after {
    position: absolute;
    content: "";
    background: var(--primaryDark);
    bottom: -3px;
    height: 2px;
    left: 0;
    width: 100%;
}

.date_row .divDateFinalisation label {
    background: var(--greyBackground);
    padding: 15px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.need-help {
    padding: 10px 25px;
    margin-top: 20px;
    color: #1b2651 !important;
    font-size: 1.5rem;
    border-top: 1px solid #1b2651;
    border-bottom: 1px solid #1b2651;
}
.need-help:hover {
    text-decoration: none;
    color: #1b2651;
}

.item-link.samples-item-link {
    display: flex;
    background: linear-gradient(90deg, #1b2651 0%, #1c3172 50%, #1d378c 100%);
    color: white;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    border-radius: 40px;
    font-size: 2rem;
}


.item-link.samples-item-link img{
    width: 35px;
    height: auto;
    filter: brightness(0) invert(1);
}