/*=====================================
 	COMMUN
=====================================*/

@media print {
  @page {
size: landscape; }
}

body { font-family: "AvenirLTStd-Medium",Arial; color: #232323; font-size: 1rem; font-weight: 400; }
@media only screen and (max-width:575px) {
  body { font-size: 0.850rem; }
}
@media only screen and (max-width:420px) {
  body { font-size: 0.800rem; }
}

.view, body, html { height: 100%; }

.clear { float: none; clear: both; width: 0; height: 0; }
.hidden { display: none; }

label { margin-bottom: .2rem; }

a { border: none; outline: none; text-decoration: none; color: inherit; }
a:focus { text-decoration: none; outline: none; }
a:hover:not(.btn) { text-decoration: none; outline: none; color: #000!important; }
a.bg-transparent:active { background-color: transparent!important; }

hr { border-top: 2px solid rgba(152,152,152,0.5); }
button { cursor: pointer; }
button:focus, input:focus, select:focus { outline: none!important; border-color: #e6e6e6!important; box-shadow: none!important; }
img { border: none; }
strong { font-family: "AvenirLTStd-Heavy"; font-weight: normal; }
select { cursor: pointer; }

.input-abs { position: absolute; z-index: 1; width: 100%; left: 0; top: 0; height: 100%; cursor: pointer; opacity: 0; }
.input-rel { position: relative; z-index: 1; margin: 0 5px 10px 0; }
.input-abs + span { display: inline-block; background: url("../imgs/style_yellow_green/radio-off.png") no-repeat left top; padding: 4px 0 4px 28px; font-size: 13px; color: #333; }
.input-abs:checked + span { background-image: url("../imgs/style_yellow_green/radio-on.png"); }

.bg-green-site { background-color: #009c3d!important; }
.bg-success-perso { background-color: #009c3d!important; }
.bg-green2-site { background-color: #009c3d!important; }
.bg-light-site { background-color: #f2ede7!important; }
.bg-secondary-perso { background-color: #989898!important; }
.bg-primary-perso { background-color: #009c3d!important; }

.text-underline { text-decoration: underline; }

.color-primary-site { color: #009c3d!important; }
.color-green-site { color: #009c3d!important; }
.color-blue { color: #63b5d0!important; }
.color-grey { color: #4d4f56!important; }
.color-green { color: #009c3d!important; }
.color-orange { color: #fbb159!important; }
.color-purple { color: #9759fb!important; }
.color-red { color: #f93154!important; }
.color-black { color: #232323!important; }
.color-secondary-site { color: #ffe900!important; }

.font-small { font-size: 70%; }
.font-14 { font-size: 0.875rem; }
.font-15 { font-size: 0.938rem; }
.font-16 { font-size: 1rem; }
.font-18 { font-size: 1.125rem; }
.font-18-footer { font-size: 1.125rem!important; }
.font-20 { font-size: 1.25rem; }
.font-22 { font-size: 1.375rem; }
.font-25 { font-size: 1.5rem; }
.font-29 { font-size: 1.575rem; }
.font-50 { font-size: 3.125rem; }

.price-ttc small { font-size: 50%; }
.bootstrap-select>.dropdown-menu.show { -webkit-transform: scale(1)!important; transform: scale(1)!important; overflow: visible!important; }
.dropdown-item.active, .dropdown-item:active { background-color: #ccc!important; }
.dropdown-toggle::after { color: #fff; }
.custom-control-input:checked ~ .custom-control-label::before { border-color: #009c3d; background-color: #009c3d; }
.page-content { background-color: #fff; min-height: calc(100vh - 160px); padding-bottom: 50px; }

.container { max-width: 1280px!important; }
.container-m { max-width: 1400px!important; }
.container-l { max-width: 1600px!important; }
.container-100 { max-width: 100%!important; width: 100%!important; }

.max-w-1000 { max-width: 1000px; }

.text-muted { color: #606060!important; }
.text-darker { color: #333!important; }

.form-group-no-margin .form-group { margin: 0!important; }

.form-group .required:after { content: " *"; color: red; }

.form-group .custom-checkbox .required:after { content: ""; color: inherit; }

.form-group .custom-radio .required:after { content: ""!important; }

.form-checkbox-treeview { margin-left: 0; padding-left: 0; color: #999; }
.form-checkbox-treeview ul { list-style: none; }
.form-checkbox-treeview li { list-style: none; }

button.dropdown-toggle { margin: 0; }
.bootstrap-select > .dropdown-toggle::after { color: #222; font-size: 1rem; }

.pagination .page-item.active .page-link { background-color: #009c3d!important; }
.input-number { width: 60px; }

.opacity-50 { opacity: 0.5; }
.opacity-0 { opacity: 0!important; }
.opacity-1 { opacity: 0.2!important; }
.opacity-2 { opacity: 0.4!important; }
.opacity-3 { opacity: 0.6!important; }
.opacity-4 { opacity: .8!important; }
.opacity-5 { opacity: 1!important; }

.white-box-shad { padding: 10px; background: #fff; box-shadow: 0 2px 5px 0 rgba(0,0,0,.10),0 2px 10px 0 rgba(0,0,0,.09); -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.10),0 2px 10px 0 rgba(0,0,0,.10); -ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.10),0 2px 10px 0 rgba(0,0,0,.10); }
.white-box-shad-titre { position: relative; padding: 10px; font: 1.375rem "Franklin-Gothic-Medium"; }
.titre-page { font: 2.83rem "Franklin-Gothic-Medium"; position: relative; padding-bottom: 5px; text-transform: none!important; }
.titre-page::after { content: ""; width: 40px; height: 2px; background: #ffe900; margin: 5px auto; display: block; }
.category-menu-left-title.titre-page { font-size: 2rem; }
.titre-page.text-left::after { margin: 5px 0; }
.text-info { color: #009c3d!important; }

.btn { border-radius: 5px!important; -webkit-border-radius: 5px!important; -ms-border-radius: 5px!important; }
.btn-light-green { background-color: #14b24d!important; }
.btn-blue { background-color: #63b5d0!important; }
.btn-color-default { background-color: #009c3d!important; color: #fff!important; }
.btn-secondary, .btn-secondary-c { color: #fff; background-color: #009c3d!important; }
.btn-secondary-c:hover, .btn-secondary:hover { color: #fff; }
.btn-secondary.dropdown-toggle { background-color: #009c3d!important; }

.bg-light { background-color: #e7e8ea; }
.bg-superlight { background-color: #f9f9f9; }
.bg-green { background-color: #14b24d; }
.bg-green2 { background-color: #009c3d; }
.bg-green2.active { background-color: #14b24d; }
.bg-orange { background-color: #fbb159; }
.bg-blue { background-color: #63b5d0; }
.bg-grey-important { background-color: #bbb!important; }
.bg-orange-important { background-color: #fbb159!important; }
.bg-grey-dark { background-color: #777!important; }
.bg-white { background-color: #fff; }
.bg-grey-s { background-color: #989898; }
.bg-grey-s:hover { background-color: #7f7f7f; }
.bg-black-s { background-color: #232323; }
.bg-black-s:hover { background-color: #333; }
.border-light { border: 1px solid #e7e8ea; }

.btn-tableau a { display: inline-block; width: 30px; height: 30px; transition: none!important; color: #14b24d!important; text-align: center; line-height: 30px; font-size: 17px; }
.btn-tableau a:focus, .btn-tableau a:hover { transition: none!important; color: #89c76b!important; }
.btn-disabled { background-color: #bbb!important; cursor: not-allowed; }

.font-size-30 { font-size: 30px; }
.font-size-24 { font-size: 24px; }
.font-size-17 { font-size: 17px; }
.font-size-16 { font-size: 16px; }
.font-size-15 { font-size: 15px; }
.font-size-12 { font-size: 12px; }
.font-size-10 { font-size: 10px; }

.c-pointer { cursor: pointer; }
.c-help { cursor: help; }

.color-blue-light { color: #63b5d0; }

.min-w-0 { min-width: 0; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-20 { width: 20%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-70 { width: 70%; }
.w-80 { width: 80%; }
.w-90 { width: 90%; }
.w-100 { width: 100%; }
.w-100px { width: 100px!important; }

.h-150px { height: 150px!important; }
.h-200px { height: 200px!important; }
.min-h-35px { min-height: 35px!important; }

.mt-6 { margin-top: 4.5rem!important; }
.mt-7 { margin-top: 6rem!important; }
.mt-8 { margin-top: 7.5rem!important; }
.mt-9 { margin-top: 9rem!important; }
.mt-10 { margin-top: 10.5rem!important; }

.min-height-100 { min-height: 100%; }
.min-height-400px { min-height: 400px; }

.line-seperator { border: 1px solid #efefef; height: 1px; width: 100%; display: block; }

.font-size-small { font-size: 10px; }
.text-underline { text-decoration: underline; }
.empty-none:empty { display: none; }
.crossicon-wrapper { position: relative; display: inline-block; }
.crossicon:after { position: absolute; transform: rotate(45deg); content: "|"; color: red; font-weight: 700; font-size: 1.7em; left: 1rem; top: 0; }

.checkbox-lg .custom-control-label::after, .checkbox-lg .custom-control-label::before { top: .8rem; width: 1.55rem; height: 1.55rem; }
.checkbox-lg .custom-control-label { padding-top: 13px; padding-left: 6px; }
.checkbox-xl .custom-control-label::after, .checkbox-xl .custom-control-label::before { top: 1.2rem; width: 1.85rem; height: 1.85rem; }
.checkbox-xl .custom-control-label { padding-top: 23px; padding-left: 10px; }

.border-transparent { border-color: transparent!important; border-top-color: transparent!important; border-right-color: transparent!important; border-bottom-color: transparent!important; border-left-color: transparent!important; }

.no-shadow { box-shadow: none!important; -webkit-box-shadow: none!important; -ms-box-shadow: none!important; }

/*=====================================
 	MODAL
=====================================*/

.modal-title-gradient { background: #009c3d; }
.modal-dialog .modal-content .modal-header { align-items: center; }
.modal-header .close { font-size: 3rem!important; padding: 0; margin: 0; }
.modal-header.modal-title-gradient .close { color: #fff; }

.modal-header-no-close .close { display: none; }
.modal-xl { max-width: 1240px!important; }
.modal-lg .modal-xl { max-width: none!important; }
@media only screen and (max-width:1400px) {
  .category-menu-left-title.titre-page { font-size: 1.7rem; }
}
@media only screen and (max-width:992px) {
  .modal-lg, .modal-xl { max-width: none!important; }
  .font-25 { font-size: 1.3rem; }
  .titre-page { font-size: 2.5rem; }
  .category-menu-left-title.titre-page { font-size: 1.5rem; }
  .white-box-shad-titre { font-size: 1.3rem; }
  .font-22 { font-size: 1.3rem; }
  .font-18 { font-size: 1rem; }
}

@media only screen and (max-width:576px) {
  .modal-lg, .modal-xl { max-width: none!important; }
  .font-25 { font-size: 1.2rem; }
  .titre-page { font-size: 2.2rem; }
  .white-box-shad-titre { font-size: 1.1rem; }
  .font-22 { font-size: 1.1rem; }
  .category-menu-left-title.titre-page { font-size: 1.6rem; }
  .font-18 { font-size: 0.931rem; }
}
@media only screen and (max-width:450px) {
  .font-25 { font-size: 1.1rem; }
  .titre-page { font-size: 2rem; }
  .white-box-shad-titre { font-size: 1rem; }
  .font-22 { font-size: 1rem; }
}
/*=====================================
 	TOASTR
=====================================*/

#toast-container > div { padding: 20px 20px 20px 50px!important; opacity: 0.9; font-size: 15px; font-weight: bold; }

/*=====================================
 	MENU
=====================================*/

.dropdown-header-click { font-size: .9375rem; color: #000; background-color: #ffe900; font-weight: bold; padding: .5rem 1.5rem; cursor: pointer; margin: 0; border-bottom: 1px solid #fff; border-top: 1px solid #fff; }
.dropdown-header-click.dropdown-toggle::after { color: #000; }
.navbar .dropdown-menu a { padding: 10px 20px!important; color: #fff!important; }
.navbar .dropdown-menu a i { display: none; }

/*=====================================
 	DATEPICKER
=====================================*/

.datepicker { box-shadow: 0 5px 15px 0 rgba(0,0,0,0.2); z-index: 1000!important; }

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active { color: #fff; background-color: #14b24d; border-color: #14b24d; }

/*=====================================
 	DATATABLE
=====================================*/

table.table td, table.table th { padding: 0.75rem; }

.dt-buttons { position: relative; float: left; margin: 5px 0; }
.dt-buttons .btn { border: 0; padding: 5px 10px; border-radius: 5px; color: #fff; margin: 0!important; margin-right: 4px!important; }
.dt-buttons .btn:focus, .dt-buttons .btn:hover { background-color: #009c3d!important; }

.dt-processing { border-radius: 0; font-size: 0!important; position: fixed!important; top: 0!important; left: 0!important; width: 100%!important; height: 100%!important; margin: 0!important; padding: 0!important; background-color: rgba(0,0,0,0.6); background-image: url('../imgs/style_yellow_green/spinner-loader.gif'); background-repeat: no-repeat; background-position: 50% 50%; background-size: 40px 40px; z-index: 10000!important; }
.dt-processing  div { display: none; }

table.dataTable > tbody > tr.child ul.dtr-details { width: 100%; }
table.dataTable > tbody > tr.child span.dtr-title { min-width: 130px; }

.table-thead-colored thead th { background: #009c3d; font-size: 0.875rem; border-bottom: none; color: #fff; padding-top: 8px!important; padding-bottom: 8px!important; }
.table-thead-colored th.w-5.dt-type-numeric.dt-orderable-asc.dt-orderable-desc { white-space: nowrap; }
.table-critical, .table-critical > td, .table-critical > th { background-color: #f5c6cb; }
.table-error, .table-error > td, .table-error > th { background-color: #f5c6cb; }

#table-mes-rattachements.dataTable > tbody > tr.child span.dtr-title { min-width: 150px; }
#liste-des-reliquats.dataTable > tbody > tr.child span.dtr-title { min-width: 160px; }

div.dt-container div.dt-paging ul.pagination { justify-content: flex-end; }
.dt-search { text-align: right; }
#table-article { margin-top: 1rem; }
/*=====================================
 	MULTI-SELECT
=====================================*/

.dashboardcode-bsmultiselect { position: relative; }

.dashboardcode-bsmultiselect ul { width: 100%; transform: none!important; top: 35px!important; max-height: 350px; overflow: auto; }

.dashboardcode-bsmultiselect ul li { display: inline-block; width: 33%; }

@media only screen and (max-width:768px) {
  .dashboardcode-bsmultiselect ul li { width: 50%; }
}

@media only screen and (max-width:576px) {
  .dashboardcode-bsmultiselect ul li { width: 100%!important; }
}

/*=====================================
 	DAShBOARD cATEGORIE INDEX
=====================================*/

.category-dashboard-items .hover-img-scale { overflow: inherit; }
.category-item-img a::after { content: ""; width: 44px; height: 44px; border-radius: 100%; background: #009c3d url("../imgs/style_yellow_green/sscateg_arrow.svg") no-repeat center; position: absolute; bottom: -22px; left: 50%; transform: translate(-50%, 0); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; }
.category-dashboard-items .category-item-index .category-item-img img { border: 1px solid #c1c1c1; box-shadow: 0 0 1px 1px transparent; }
.category-dashboard-items .category-item-index:hover .category-item-img img { border-color: #009c3d; box-shadow: 0 0 1px 1px #009c3d; }
.category-dashboard-items .category-item-img a:hover::after, .category-dashboard-items.category-item-index:hover a::after { background-color: #05af47; }
.category-dashboard-items .category-item-index .categore-item-name a:hover, .category-dashboard-items .category-item-index:hover .categore-item-name { color: #05af47!important; }
@media only screen and (min-width: 992px) {
  .category-dashboard-items .category-item-index { max-width: 320px; }
}

.category-dashboard-items .hover-img-scale img { transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; }
.category-dashboard-items .hover-img-scale:hover  img { transform: scale(1.03); -webkit-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); -spec-transform: scale(1.03); }

.category-dashboard-items .categore-item-name { font-family: 'Franklin-Gothic-Medium'; }

/*=====================================
 	DAShBOARD INDICATEURS
=====================================*/

.badge-perso-indicateur { padding: 11px 30px; border-radius: 25px; min-width: 80px; font-size: 1.125rem; box-shadow: none!important; -webkit-box-shadow: none!important; -ms-box-shadow: none!important; font-weight: 700; }
.badge-perso-indicateur:hover { box-shadow: 0 2px 5px 0 rgba(0,0,0,0.30),0 2px 10px 0 rgba(0,0,0,0.30); }
.indicateur-odd-bg:nth-child(even) { background-color: #f5f5f5; }
.dashboard-suivi-commande-titre { font-family: Franklin-Gothic-Medium; }
.dashboard-suivi-commande-titre i { display: none; }

.dashboard-suivi-commande-titre-1 { background-color: #232323!important; }
.dashboard-suivi-commande-titre-2 { background-color: #232323!important; }
.dashboard-suivi-commande-titre-3 { background-color: #232323!important; }

.dashboard-suivi-commande-info-1 { background-color: #009c3d!important; }
.dashboard-suivi-commande-info-2 { background-color: #009c3d!important; }
.dashboard-suivi-commande-info-3 { background-color: #009c3d!important; }

.dashboard-suivi-commande-info-1.no-data { background-color: #989898!important; }
.dashboard-suivi-commande-info-2.no-data { background-color: #989898!important; }
.dashboard-suivi-commande-info-3.no-data { background-color: #989898!important; }

/*=====================================
 	CATEGORY PAGE
=====================================*/

.categ-btn-affichage-type { background: url("../imgs/style_yellow_green/btn_categ_affichage_type.png") no-repeat center!important; color: #fff; background-size: cover!important; box-shadow: none!important; width: 45px; font-size: 13px; height: 36px; margin: 2px; }
.categ-btn-affichage-type.active { background: url("../imgs/style_yellow_green/btn_categ_affichage_type_active.png") no-repeat center!important; background-size: cover!important; box-shadow: none!important; }
.categ-btn-affichage-type:hover { color: #fff; }

/*=====================================
 	GRADIENT
=====================================*/

.grey-gradient { background: #ddd; background: linear-gradient(90deg, #ddd 0, #aaa 100%); }

.new-title-gradient { background: #232323; }

.new-blue-gradient { background: #63b5d0; background: linear-gradient(to right, #63b5d0 0, #498ec4 100%); }

.new-green-gradient { background: #89c76b; background: linear-gradient(to right, #89c76b 0, #51a025 100%); }

.new-grey-gradient { background: #f1f2f2; background: linear-gradient(to right, #f1f2f2 0, #d1d3d4 100%); }

.new-orange-gradient { background: #fc8662; background: linear-gradient(40deg, #fca362, #fc8662)!important; }

.new-purple-gradient { background: #7873f5; background: linear-gradient(40deg, #ae73f5, #7873f5)!important; }

.new-red-gradient { background: #fc6278; background: linear-gradient(40deg, #fc6662, #fc6278)!important; }

/*=====================================
 	TOOLTIP
=====================================*/

.tooltip-inner { max-width: 400px; }

.material-tooltip .arrow::before, .tooltip .arrow::before { border-color: transparent!important; }

.material-tooltip, .material-tooltip .backdrop, .tooltip-inner { background: #fff!important; -webkit-box-shadow: 0 0 2px 0 rgba(127, 127, 127, 0.75); box-shadow: 0 0 2px 0 rgba(127, 127, 127, 0.75); -ms-box-shadow: 0 0 2px 0 rgba(127, 127, 127, 0.75); color: #6d6e71; border-radius: 0!important; opacity: 1!important; }

.tooltip-tr { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

/*=====================================
 	SPINNER OVERLAY
=====================================*/

#simple-overlay, #spinner-overlay { position: fixed; top: 0; z-index: 10000; width: 100%; height: 100%; display: none; background-color: rgba(0,0,0,0.6); }

#spinner-overlay .o-cv-spinner { height: 100%; display: flex; justify-content: center; align-items: center; }

#spinner-overlay .o-spinner { width: 40px; height: 40px; border: 4px #ddd solid; border-top: 4px #14b24d solid; border-radius: 50%; animation: spinner-anime 0.8s infinite linear; position: absolute; }

@keyframes spinner-anime {
  100% { transform: rotate(360deg); }
}

#js-spinner-overlay-text { display: block; color: #fff; padding-top: 70px; }

/*=====================================
 	LOGIN
=====================================*/

.login-rgba-gradient { background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%); background: -webkit-gradient(linear, 45deg, from(rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%)); background: linear-gradient( 45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%); }

#login-container { z-index: 1001; }
#login-container a:link { color: #009c3d; }

.login-card { background-color: rgba(255, 255, 255, 0.9); border-radius: 10px; -webkit-border-radius: 10px; -ms-border-radius: 10px; font-size: 1.125rem; padding: 30px; }

.login-card.md-form label { color: #fff; }

.login-card label.active { color: #ccc!important; }

.login-view { background-image: none; background-repeat: no-repeat; background-size: cover; background-position: center center; flex: 1; }

.login-header-logo { height: 100px; width: 255px; position: absolute; margin-left: auto; margin-right: auto; left: 0; right: 0; top: -120px; text-align: center; }

.login-card input { padding-left: 40px; font-size: 20px; height: 57px; }
#inputLogin, #resetEmail { background-image: url("../imgs/style_yellow_green/ico_user.png"); background-position: center left 8px; background-repeat: no-repeat; }
#inputPassword { background-image: url("../imgs/style_yellow_green/ico_lock.png"); background-position: center left 8px; background-repeat: no-repeat; }

#login-container .custom-checkbox .custom-control-label::before { display: none!important; }
#login-container .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { background: none!important; }
#login-container .custom-checkbox .custom-control-input + label { display: block; background: url('../imgs/style_yellow_green/check_off.png') no-repeat center left; padding: 8px 0 8px 30px; margin-bottom: 0; }
#login-container .custom-checkbox .custom-control-input:checked  + label { background-image: url('../imgs/style_yellow_green/check_on.png'); }

.login-card button.btn.btn-rounded { background-color: #009c3d; border-radius: 5px; font: 1.5rem "Franklin-Gothic-Medium"; transition: all 0.5s ease 0s!important; }
.login-card button.btn.btn-rounded:hover { transition: all 0.5s ease 0s!important; }

.form-reset-password .form-group:last-of-type { margin-bottom: 0; }

.max-form-container { max-width: 1000px; margin-left: auto; margin-right: auto; }
.site-login-security .form-control { padding-left: 35px; }
@media only screen and (max-width:992px) {
  .login-card { padding: 0; }
  .login-header-logo { height: 100px; width: 255px; position: relative; margin-left: auto; margin-right: auto; left: auto; right: auto; top: auto; text-align: center; }
}
.text-transform-none { text-transform: none!important; }

.login-card-title { font-family: 'Franklin-Gothic-Medium'; }

/*=====================================
 	HEADER
=====================================*/

.logo-header { max-width: 232px; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; }
.text-danger { color: #cb3a4b!important; }
#header { display: block!important; padding: 0; position: relative; z-index: 1000; }
.modal-open  #header { position: static; }
#header .container { padding: 0; }

.top-header { background-color: #232323; color: #fff; text-align: right; z-index: 2; position: relative; font-family: 'AvenirLTStd-Book'; }
.top-header a:not(.dropdown-item):hover { color: #fff!important; text-decoration: underline; }
.top-header .dropdown  .dropdown-toggle:hover { text-decoration: none!important; }
#bottom-header { z-index: 1; position: relative; border-bottom: 4px solid #ffe900; }
.top-header .check_perso .custom-control-label { cursor: pointer; font-family: "AvenirLTStd-Medium"; font-weight: 700; }
.top-header .check_perso .custom-radio { margin-left: 10px; }
.top-header .custom-control-input:checked ~ .custom-control-label::before { border-color: #009c3d; background-color: #009c3d; }
.top-header-client-default-raison-social { color: #ffe900; }

.logo-top-header-wrapper { background: #2d4183; padding: 8px 10px 4px 20px; text-align: left; line-height: 1.1; margin-top: -0.25rem; margin-bottom: -0.25rem; margin-left: -1rem; }
.logo-top-header-wrapper a:hover { text-decoration: none!important; }
.logo-top-header-wrapper img { max-width: 150px; }
.header_sticky { padding: 12px 0; background: #fff; }
.cart-link { background: url("../imgs/style_yellow_green/ico_cart.svg") no-repeat center right; padding-right: 40px; display: inline-block; color: #053b22; min-height: 30px; padding-top: 10px; padding-bottom: 10px; }
.cart-link-mobile { background: url("../imgs/style_yellow_green/ico_cart.svg") no-repeat center; width: 40px; display: inline-block; color: #053b22; height: 40px; position: relative; }
.account-link { background: url("../imgs/style_yellow_green/ico_account.svg") no-repeat center right; padding-right: 40px; display: inline-block; color: #053b22; padding-top: 10px; padding-bottom: 10px; min-height: 40px; }
.header-btn-user-disconnect { font-size: 25px; margin-top: 6px; }

.header-paniers-nbr { width: 2.125rem; height: 2.125rem; font: 700 0.938rem "AvenirLTStd-Medium"; color: #fff; line-height: 1.6rem; text-align: center; background: url('../imgs/style_yellow_green/bull_cart_h.png') no-repeat center; background-size: 100% 100%; display: inline-block; position: absolute; right: 20px; top: -15px; }

.header-dashboard-background { background-color: #222; background-position: 0 0; background-repeat: no-repeat; background-size: cover!important; min-height: 470px; border-bottom: 1px solid #ccc; }

.header-dashboard-background .navbar { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; font-family: "AvenirLTStd-Medium"; }

.header-dashboard-background .nav-link { font-family: "AvenirLTStd-Medium"; color: #fff!important; text-shadow: 2px 2px 2px #000; }

.header-dashboard-menu-icon a { color: #fff; }
.header-dashboard-background .nav-link { border-bottom: 3px solid transparent!important; }
.header-dashboard-background .nav-link:hover { border-bottom: 3px solid #ffeb3d!important; }

.header-dashboard-text-bonjour { font-family: "AvenirLTStd-Medium"; font-size: 1.4rem; text-shadow: 1px 1px 1px #000; font-weight: bold; }
.header-dashboard-text-bienvenue { font-family: "AvenirLTStd-Medium"; font-size: 2.8rem; text-shadow: 1px 1px 1px #000; font-weight: bold; }

#header.headerFixed #bottom-header { position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; background: #fff; box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12); }
#header.headerFixed #bottom-header>.navbar { padding-bottom: 5px!important; padding-top: 5px!important; }
.modal-open #header.headerFixed #bottom-header { z-index: 0!important; }
#header.headerFixed .hidden-menu-fixed { display: none; }
#header.headerFixed .navbar-brand img { position: relative; width: 100%; margin-top: 0; transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; margin-top: -5px; margin-bottom: -5px; }
#header.headerFixed .navigation-site { padding-top: 0; margin-bottom: 0; }
.padding-body { padding-top: 130px; }
.padding-body #header { z-index: 999; }
#header.headerFixed  .col-logo .navbar-brand { padding: 0; }
#header.headerFixed  .navigation-site .nav-item >.nav-link { height: 60px; }
main.big-wrapper.padding-body { overflow-x: initial; }
#header.headerFixed  .d-block-fixed { display: block!important; }
.padding-body  .menu-taxon-vertical { top: 69px; }
.padding-body  .sticky-block { top: 69px; }
#header.headerFixed #bottom-header { min-height: 65px; }
header:not(.headerFixed) .col-logo .navbar-brand { min-height: 140px; }
#header.headerFixed .search-form-content.hidden-menu-fixed { display: block; max-width: 320px; margin-left: auto; }

#header.headerFixed .position-static-fixed { position: static; }
#header.headerFixed .bloc-right-header { margin-top: 10px!important; }
#header.headerFixed .btn-search-s { height: 35px; }
#header.headerFixed  .search-form-content form input { height: 35px!important; }
@media only screen and (max-width:1200px) {
  .logo-header { position: relative; }
  #search-products-fixed-wrapper form { border: 1px solid #989898; border-radius: 25px; background-color: #fff; }
}
@media only screen and (max-width:992px) {
  #search-products-fixed-wrapper form { padding-left: 15px; padding-right: 15px!important; }
  .static-position-mobile { position: static; }
  .account-link span { display: block; }
  .logo-header { width: auto; max-width: 100%; }
  .form-search-bg { background: #fff; }
  .logo-header-center { max-width: 30vw; width: 100%; margin: auto; display: block; }
}
@media only screen and (max-width:767px) {
  .hidden-mobile-fixed { text-align: center; }
  .bloc-right-header .hidden-menu-fixed { display: none; }
  /* .headerFixed .hidden-mobile-fixed { opacity: 0; z-index: -1; }*/
  nav#menu-nav-mobile a:hover { color: #fff!important; }
}
@media only screen and (max-width:575px) {
  .cart-link { background-position: center bottom; }
  .link-logout-header { margin-top: -4px; display: block; }
  .static-position-mobile { padding-left: 0!important; }
  .headerFixed #search-products-fixed-wrapper { margin-top: 5px!important; }
}

/*=====================================
 	NAVBAR
=====================================*/
.navigation-site .navbar { box-shadow: none; -webkit-box-shadow: none; }
.navigation-site .nav-item >.nav-link { /*padding: 1.875rem 1.563rem;*/ padding: 0 0.975rem; font: 1.125rem 'Franklin-Gothic-Medium'; position: relative; color: #232323!important; z-index: 99; background: #fff; height: 50px; display: flex; -o-display: flex; display: -ms-flex; align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; }
.navigation-site .nav-item >.nav-link.color-blue2 { color: #4d4f56!important; }
@media only screen and (min-width: 993px) {
  .navigation-site .nav-item >.nav-link::after { content: ""; width: 1px; height: 15px; background: #dbd9d5; position: absolute; right: 0; top: 50%; transform: translate(0, -50%); border: none; margin: 0; }
  .navigation-site .nav-item:last-child >.nav-link::after { display: none; }
  .navigation-site .nav-item >.nav-link.no-after::after { display: none; }
  .navigation-site .nav-item .dropdown-menu a i { font-size: 8px; padding-left: 0.975rem; vertical-align: 2px; }
  .navigation-site .nav-item >.nav-link:hover,   .navigation-site .nav-item.dropdown.show >.nav-link, .navigation-site .nav-item:hover >.nav-link { color: #009c3d!important; background-color: #fff!important; }
  .navigation-site .nav-item >.nav-link span,   .navigation-site .nav-item >.nav-link span, .navigation-site .nav-item.dropdown >.nav-link span { padding: 3px 0; display: block; }
  .navigation-site .nav-item.dropdown:hover  >.dropdown-menu { display: block; }
  .navigation-site .nav-item>.dropdown-menu { background-color: #009c3d!important; min-width: 120%; border: none; }
  .navigation-site .nav-item { margin: 0; cursor: pointer; }
  .navigation-site .nav-item.dropdown::before { content: ""; position: absolute; left: 0; z-index: 100000; background: #fff; height: 6px; bottom: 0; width: 100%; display: none; }
  .navigation-site .nav-item >.nav-link:hover:before,   .navigation-site .nav-item.dropdown.show >.nav-link:before, .navigation-site .nav-item:hover >.nav-link:before { display: none; }
  .navigation-site .nav-item .dropdown-menu a:hover { background-color: #14b24d!important; color: #fff!important; }
  .navigation-site .nav-item >.nav-link:hover { color: #009c3d!important; }
  .navigation-site .nav-item >.nav-link:active, .navigation-site .nav-item >.nav-link:focus { background: none!important; }
  .dropdown-submenu>.dropdown-menu { background-color: #009c3d!important; min-width: 120%; border: none; }
  .dropdown-submenu>.dropdown-toggle::after { border: none; font-family: 'Font Awesome 5 Free'; content: "\f054"; font-weight: 900; color: #fff; vertical-align: 0; margin-left: 0.5rem; }
}
@media only screen and (min-width: 1350px) {
  .navigation-site .nav-item { flex: 0 0 auto; -ms-flex: 0 0 auto; }
}
.navigation-site .nav-item >.nav-link::before { content: url(../imgs/style_yellow_green/bull_menu.svg); position: absolute; left: 0; transform: translate(0,-50%); top: 50%; display: none; }
.navigation-site .nav-item:first-child >.nav-link::before { display: none; }
.home-link, .logout-link { color: #95c11f!important; }

.mega-dropdown { position: inherit; }

.mega-menu { width: max-content; }

.mega-menu h6 { border-bottom: 1px solid; }

.choix-agence select { border: 0; }

.lang-menu { margin-top: -2px; }
.lang-menu .dropdown-menu { min-width: 0; }
.lang-menu .dropdown-menu img { max-width: none; margin-top: -6px; }

.website-template-menu { margin-top: -2px; }
.website-template-menu .dropdown-menu { min-width: 0; }

.menu-icon { margin: 0; }
.all-product-nav .span-burger { background: #009c3d; padding: 5px 15px; color: #fff; cursor: pointer; display: block; border-radius: 3rem; max-width: 135px; }
.all-product-nav strong { font: 1.125rem "Franklin-Gothic-Medium"; line-height: 0; padding-left: 5px; }
.all-product-nav .span-burger:focus, .all-product-nav .span-burger:hover { background-color: #25d368; }
.all-product-nav .burger-icon { display: flex; flex-direction: column; justify-content: center; gap: 4px; align-items: center; width: 40px; height: 30px; padding: 0; }
.all-product-nav .burger-icon .bar { background-color: #ffe900; height: 2px; opacity: 1; transform-origin: center; width: 28px; display: block; }
.all-product-nav.nav-open  .burger-icon .bar:first-child { opacity: 0; translate: 0 25%; }
.all-product-nav.nav-open  .burger-icon .bar { transition: rotate .3s ease-out; }
.all-product-nav.nav-open .burger-icon .bar:nth-child(2) { rotate: 45deg; }

.all-product-nav.nav-open .burger-icon .bar:nth-child(3) { rotate: -45deg; translate: 0px -6px; }

#menu-nav-mobile { display: none; background-color: #838689; }
#menu-accordion .card-header { background: #009c3d; padding: 0; }

#menu-accordion .card-body { background: #009c3d; border-bottom: 1px solid #fff; padding: 0; }

#menu-accordion .card-header h5 { padding-left: 0; margin-left: 0; color: #fff; font-size: 13px; }
#menu-accordion .sub-menu .btn-link { padding-left: 1rem; color: #fff; }
#menu-accordion .collapse { padding: 0; background: #009c3d; }
.side-nav { position: fixed; z-index: 1000000; width: 90%; max-width: 300px; height: 100%; border-right: 1px solid #fff; overflow-y: auto; overflow-x: hidden; }

.side-nav .dropdown-toggle { background: none; border: 0; border-bottom: 1px solid #fff!important; }
.side-nav .dropdown-toggle + .collapse { border-bottom: 1px solid transparent; }

.side-nav .dropdown-item { color: #fff; font-size: 13px; line-height: normal; }

.side-nav a.dropdown-item:active, .side-nav a.dropdown-item:focus, .side-nav a.dropdown-item:hover { color: rgba(255,255,255,0.5); background-color: #14b24d; }

.side-nav .nav-link { width: 100%; text-align: left; background: #009c3d; padding-left: 1.25rem; padding-top: 18px; padding-bottom: 18px; font-size: 13px; line-height: normal; }
.border-bottom-white { border-bottom: 1px solid #fff; display: block!important; }
.close-nav-menu { font-size: 20px; position: absolute; right: 10px; top: 10px; }

.mobile-logout { font-size: 20px; }

.sidenav-overlay { position: fixed; top: 0; right: 0; left: 0; z-index: 1; height: 120vh; background-color: rgba(0,0,0,0.5); will-change: opacity; }

.side-nav a:hover { color: #212529; }
.side-nav i.fa { font-size: 20px; }

.side-nav .accordion { border-top: 1px solid #fff; }
#menu-accordion .sub-menu:last-child .dropdown-toggle { border-bottom: none!important; }
.nav-bar-light { color: #fff!important; }
.border-top-bottom { border-top: 1px solid #b6b2b2; border-bottom: 1px solid #b6b2b2; }

.sub-menu-body .dropdown-item, .sub-menu-collapse .dropdown-item { color: #ffe900; padding-top: 8px; padding-bottom: 8px; font-size: 13px; }

#menu-nav-mobile .dropdown-header-click { font-size: 13px; padding-left: 1.25rem; padding-top: 18px; padding-bottom: 18px; color: #fff; }
#menu-nav-mobile  .dropdown-header-click.dropdown-toggle::after { color: #fff; }
#menu-nav-mobile .sub-menu-body { border-bottom: 1px solid #fff; }
@media only screen and (max-width: 420px) {
  .all-product-nav .span-burger { max-width: 100px; }
  .all-product-nav strong { font-size: 1rem; }
  .navbar .col-auto.hidden-mobile-fixed { max-width: 44%; }
}
@media only screen and (max-width: 340px) {
  .all-product-nav .span-burger { max-width: 90px; }
}
/*=====================================
 	CONTENT
=====================================*/

#page-content-wrapper { min-height: 100vh; display: flex; flex-direction: column; overflow-x: hidden; }
.articles-top-carousel.owl-carousel .owl-stage { display: flex; }
.product-block-name a { text-transform: lowercase; display: inline-block; font-family: 'Franklin-Gothic-Medium'; }
.product-block-name a::first-letter { text-transform: capitalize; }
.product-block-price { font-family: 'AvenirLTStd-Heavy'; }

/*=====================================
 	FOOTER
=====================================*/

#footer { background-color: #ffe900; font-size: 0.938rem; border-top: 4px solid #ffe900; }

#footer-small { height: 30px; width: 100%; text-align: center; font-size: 15px; color: #232323; background-color: #6f6f6f!important; bottom: 0; left: 0; position: fixed; z-index: 1000; }

#footer .footer-nav .footer-link-column { vertical-align: top; display: inline-block; width: 100%; }

#footer .footer-nav .footer-link-column .content-menu-footer a { font-size: 0.875rem; text-decoration: none; color: #232323; margin-bottom: 5px; display: inline-block; }
#footer .footer-nav .footer-link-column .content-menu-footer-tel a { font-size: 1.575rem; }

#footer .footer-nav .row-footer-links { max-width: 500px; margin: auto!important; }

#footer .footer-nav .container-limit { width: calc(100% - 200px); float: left; }

#footer .footer-nav .footer-link-column  .content-menu-footer a:hover { color: #000; text-decoration: underline; }

#footer .footer-nav .footer-mobile { border-top: 1px solid #9e9e9e; }

#footer .footer-nav .dropdown-toggle { background-color: transparent; padding: 15px; width: 100%; color: #232323; border: 0; font-size: 20px; }

#footer .footer-nav .right-box { border-left: 1px solid #838689; }

#footer .sub-footer { background-color: #848484; color: #bbb; }

#footer .sub-footer a { color: #bbb; }
.footer-title-menu-t { font: 1.375rem "Franklin-Gothic-Medium"; color: #232323; margin-bottom: 0; white-space: nowrap; }
.copyright { font: 0.938rem 'AvenirLTStd-Book'; color: #232323; }
.footer-entreprise { line-height: 1.2; }
.footer-entreprise p { margin-bottom: 0; }

.footer-entreprise strong { font-weight: bold; font-size: 18px; }

.lien-footer-menu li { display: inline-block; padding: 0 14px; }

.lien-footer-menu li:last-child { border: none; padding-right: 0; }

.site-realise { font-size: 0.875rem; padding-top: 0; }
.site-realise a:focus, .site-realise a:hover { color: #000!important; }
.logo-footer img { width: 100px; }

#footer .footer-nav .footer-link-column .content-menu-footer .btn-link { background: #232323; padding: 6px 15px; color: #fff; }
#footer .footer-nav .footer-link-column .content-menu-footer .btn-link:hover { color: #fff; background-color: #313030; }
#footer .footer-nav .footer-link-column .footer-entreprise-contact { font-family: 'AvenirLTStd-Book'; }

#footer .footer-nav .footer-link-column .content-menu-footer .btn-link i { font-size: 13px; }
@media only screen and (min-width: 768px) {
  .copyright { background-attachment: fixed; }
}

@media only screen and (max-width:768px) {
  #footer .footer-nav .footer-link-column { background-color: #ffe900; padding: 0!important; width: 100%; color: #000; border: 0; font-size: 1rem; text-transform: uppercase; }
  #footer .footer-nav .dropdown-toggle { background: #ffe900; border-bottom: 1px solid #000!important; color: #000; text-transform: uppercase; padding: 15px!important; font-size: 1.2rem; font-family: Franklin-Gothic-Medium; }
  #footer .footer-nav .footer-mobile { background: #ffe900; color: #000; text-transform: uppercase; padding: 15px; font-size: 1.2rem; }
  #footer .footer-nav .footer-mobile.has-dropdown-m { background: none; padding: 0!important; text-transform: none!important; }
  #footer .footer-mobile.d-none.has-dropdown-m.open .dropdown-toggle { background-color: #ffe900; color: #000; }
  #footer .footer-mobile.d-none.has-dropdown-m.open .dropdown-toggle::after { border-bottom: .3em solid; border-top: 0; }
  #footer .footer-nav .footer-link-column { text-align: center!important; }
  #footer .title-menu-t.footer-link-column { background: #ffe900; border: 1px solid #000; color: #000; text-transform: uppercase; padding: 15px!important; font-size: 1.2rem; }
  #footer .footer-nav .footer-large { display: none; }
  #footer .footer-nav .footer-mobile { display: block!important; border-top: none; }
  #footer .footer-nav .dropdown-toggle::after { color: #000; content: "\f078"; font-family: 'Font Awesome 5 Free'; font-weight: 900; border: 0!important; vertical-align: middle; float: right; }
  #footer .footer-nav .open .dropdown-toggle::after { content: "\f077"; color: #000; }
  #footer .footer-nav .right-box { border-left: 0; }
  .lien-footer-menu li { border-right: none; }
  #footer .footer-nav .row-footer-links { max-width: none; width: 100%; }
  #footer .footer-nav .footer-mobile.has-dropdown-m .collapse >div { margin-bottom: 10px; }
  #footer .footer-nav .footer-mobile.has-dropdown-m .collapse { text-transform: none!important; }
  #footer .footer-nav .footer-mobile.has-dropdown-m .collapse a { color: #111; text-transform: none!important; }
  #footer .footer-nav .footer-mobile.has-dropdown-m .collapse a:hover { color: #14b24d; }
  .logo-footer { width: 150px; margin: auto; }
  .copyright { background-blend-mode: lighten; }
}
@media only screen and (max-width:450px) {
  .all-product-nav .burger-icon .bar { width: 22px; }
}
@media only screen and (max-width:380px) {
  .all-product-nav .burger-icon .bar { width: 20px; }
}
/*=====================================
 	RECHERCHE
=====================================*/

form.form-search .btn { width: 100%; padding: 0 10px; font: 700 13px "AvenirLTStd-Medium"; height: 38px; }
.btn-search-s i { transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); }
.table-sel-m { margin: 0 -5px; }
.search-form-select { display: table; width: 100%; }

.search-form-content form { border: 1px solid #c1c1c1; border-radius: 3rem; }
.search-form-content form  input { height: 43px!important; color: #232323; }
.search-form-content form  input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #232323; opacity: 1; }
.search-form-content form  input::-moz-placeholder { /* Firefox 19+ */ color: #232323; opacity: 1; }
.search-form-content form  input:-ms-input-placeholder { /* IE 10+ */ color: #232323; opacity: 1; }
.search-form-content form  input:-moz-placeholder { /* Firefox 18- */ color: #232323; opacity: 1; }

.btn-search-s { width: 40px; height: 43px; background: url(../imgs/style_yellow_green/ico_search.png) no-repeat center; }
.search-products-autocomplete li { height: auto!important; }
.search-products-autocomplete .image_autocomplete { height: 40px; width: 40px; }
.search-products-autocomplete { z-index: 10000; overflow-y: auto; overflow-x: hidden; padding-right: 0; width: 100%!important; left: 0!important; margin-top: 3px; }
.search-products-autocomplete a { color: #000!important; background-color: transparent!important; border: 0!important; padding: 0 20px!important; margin: 0!important; }
.search-products-autocomplete a:focus, .search-products-autocomplete a:hover { color: #009c3d!important; }

@media only screen and (max-width:575px) {
  #search-products-fixed { height: 40px; }
  .btn-search-s { height: 40px; }
}
@media only screen and (min-width:575px) {
  /* .search-products-autocomplete {  min-width: 400px;}*/
}

/*=====================================
	USERINFOS
=====================================*/

.userinfos-heading-title { font-size: 1rem; }
.userinfos-heading-subtitle { font-size: 1rem; color: #22a307; }
.userinfos-table { border: 1px solid #ccc; }
.userinfos-menu-fa-size { width: 52px; padding-right: 1rem; background: url(../imgs/style_yellow_green/bg_userinfos_menu.png) no-repeat center; background-size: 50px 40px; }
.active-user-link .userinfos-menu-fa-size { background: url(../imgs/style_yellow_green/bg_userinfos_menu_active.png) no-repeat center; background-size: 50px 40px; }
.active-user-link span { text-decoration: underline; color: #009c3d; }
.userinfos-color { color: #000!important; }

/*=====================================
 	CDE
=====================================*/

.cde-progress { margin: 20px auto; text-align: center; }
.cde-progress .bar, .cde-progress .circle { display: inline-block; background: #fff; width: 40px; height: 40px; border-radius: 40px; border: 1px solid #d5d5da; }
.cde-progress .bar { position: relative; width: 75px; height: 6px; top: -33px; margin-left: -5px; margin-right: -5px; border-left: none; border-right: none; border-radius: 0; }
.cde-progress .circle .label { display: inline-block; width: 32px; height: 32px; line-height: 32px; border-radius: 32px; margin-top: 3px; color: #b5b5ba; font-size: 17px; }
.cde-progress .circle .title { color: #b5b5ba; font-size: 13px; line-height: 30px; margin-left: -5px; }
.cde-progress .bar.done, .cde-progress .circle.done { background: #eee; }
.cde-progress .bar.active { background: linear-gradient(to right, #eee 40%, #fff 60%); }
.cde-progress .circle.done .label { color: #fff; background: #8bc435; box-shadow: inset 0 0 2px rgba(0,0,0,.2); }
.cde-progress .circle.active .label { color: #fff; background: #009c3d; box-shadow: inset 0 0 2px rgba(0,0,0,.2); }
.cde-progress .circle.done .title { color: #444; }
.cde-progress .circle.active .title { color: #009c3d; }

.cde-panier-details table.dataTable { margin-top: 0!important; margin-bottom: 0!important; }

.cde-bloc-titre { background-color: #009c3d; }
.cde-panier-details .table .panier-ligne td { vertical-align: middle; }
#cde-1-total-table td { vertical-align: middle; }
.btn-cde-recap-suivant { font-size: 1.3rem; }

.cde-panier-details .table .panier-ligne td, .table-panier-details .table .panier-ligne td { height: 100px; vertical-align: middle; border-top: 0; border-bottom: 1px solid rgba(152,152,152,0.5); font-weight: 400; font-size: 1rem; }

.cde-resume-bloc .table td { vertical-align: middle; padding: 1.2rem 0!important; font-weight: 400; font-size: 1rem; }
.cde-resume-bloc .table td.other-padding-td { padding-top: 0.8rem!important; padding-bottom: 0.8rem!important; }
.cde-resume-bloc .table td.font-20 { font-size: 1.25rem; }
.cde-resume-bloc #panierReference { height: 45px; }
.dt-layout-full { padding-left: 0; padding-right: 0; }
.dt-layout-start { padding-left: 0; }
.dt-layout-end { padding-right: 0; }
.dt-layout-table { margin-bottom: 5px!important; margin-top: 5px!important; }
/*=====================================
 	DASHBOARD
=====================================*/

.contenu-encart-actu { /*height: calc(100% - 35px);*/ max-height: 400px; }
.color-date-actu { color: #009c3d; }
.contenu-encart-actu .border-bottom:last-child { border: none!important; }
.dashboard-icon-contact, .dashboard-icon-deco, .dashboard-icon-panier, .dashboard-icon-user { background-repeat: no-repeat; background-size: contain; background-position: center center; height: 30px; width: 40px; display: inline-block; }

.dashboard-icon-panier { background-image: url('../imgs/style_yellow_green/dashboard-icon-panier.png'); }
.dashboard-icon-contact { background-image: url('../imgs/style_yellow_green/dashboard-icon-contact.png'); }
.dashboard-icon-user { background-image: url('../imgs/style_yellow_green/dashboard-icon-user.png'); }
.dashboard-icon-deco { background-image: url('../imgs/style_yellow_green/dashboard-icon-deco.png'); }

.promos-carousel .carousel-item { min-height: 350px; background-size: cover; background-position: left top; background-repeat: no-repeat; }

.promos-carousel .carousel-item .overlay { background-color: rgba(0,0,0,0.2); }
#carousel-promos ol.carousel-indicators li { border: 1px solid #fff; }
#carousel-promos ol.carousel-indicators li.active { background-color: #14b24d; }
#carousel-promos ol.carousel-indicators { margin-bottom: 1.5rem; }
@media only screen and (max-width:767px) {
  .promos-carousel .carousel-item { /*min-height: 550px;*/ background-position: left 16% top; }
}

@media only screen and (max-width:380px) {
  .promos-carousel .carousel-item { min-height: 300px; }
}
@media only screen and (max-width: 980px) {
  .promos-carousel .carousel-item img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: 20% 50%; }
}
/*=====================================
 	APPLICATION EXTERNE
=====================================*/

.applications-externes-encart { font-weight: bold; background-color: rgba(0, 0, 0, 0.4); border-radius: 5px; }

.application-externe { min-width: 60px; }
.application-externe-img { height: 40px; width: 40px; }
.application-externe-noimg { height: 40px; width: 40px; background-color: #ddd; }

/*=====================================
 	ARTICLE
=====================================*/

.max-w-article-detail { max-width: 1140px; margin: auto; }
.article-offre-pastille { display: block; padding: 1px 5px; background-color: #89c76b; color: #fff; border-radius: 5px; display: inline-block; }

.article-banner { background-repeat: no-repeat; background-position: center; background-size: cover; background: #64c673; background: -webkit-linear-gradient(90deg,rgba(100, 198, 115, 1) 0, rgba(100, 198, 115, 1) 50%, rgba(67, 161, 79, 1) 100%); background: -moz-linear-gradient(90deg,rgba(100, 198, 115, 1) 0, rgba(100, 198, 115, 1) 50%, rgba(67, 161, 79, 1) 100%); background: linear-gradient(90deg,rgba(100, 198, 115, 1) 0, rgba(100, 198, 115, 1) 50%, rgba(67, 161, 79, 1) 100%); }

.article-banner h1 { position: relative; z-index: 99; font: 500 3.125rem "Franklin-Gothic-Medium"; }
.navlink-categ { background-color: #f7f7f7; font: 18px "Franklin-Gothic-Medium"; padding: 5px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; }
.categ-menu-left-text { white-space: normal; }
.navlink-categ+.dropdown-menu { background: #009c3d; margin: 0; text-transform: uppercase; left: 100%!important; top: 10px!important; border-radius: 0; border: 1px solid #fff; transform: none!important; }
.navlink-categ.dropdown-toggle::after { border: none; font-family: 'Font Awesome 5 Free'; content: "\f054"; font-weight: 900; color: #232323; vertical-align: 0; margin-left: 0.5rem; }
.category-page .nav-item:hover >.dropdown-menu { display: block; }
.navlink-categ+.dropdown-menu .dropdown-item { font: 16px "Franklin-Gothic-Medium"; color: #fff; padding: 10px; }
.navlink-categ+.dropdown-menu .dropdown-item:hover { background-color: #0cb84e; color: #fff!important; }
.navlink-categ+ .dropdown-menu .dropdown-submenu>.dropdown-toggle::after { border: none; font-family: 'Font Awesome 5 Free'; content: "\f054"; font-weight: 900; color: #fff; vertical-align: 0; }

.navlink-categ + .dropdown-submenu>.dropdown-menu { margin-top: 0; }
.navlink-categ img { border-radius: 100%; width: 75px; border: 1px solid #c1c1c1; }
.imgcateg-empty { border-radius: 100%; width: 75px; height: 75px; border: 1px solid #c1c1c1; background-color: #fff; }
.categ-menu-left-text { font-size: 1rem; white-space: normal; }
.navlink-categ i { position: absolute; right: 10px; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); }
.article-block-img { max-height: 300px; width: auto; }
.category-page .nav-item:hover .navlink-categ, .category-page .navlink-categ.active { background-color: #009c3d; color: #fff!important; }
.nav-item:hover .navlink-categ.dropdown-toggle::after, .navlink-categ.dropdown-toggle:hover::after { color: #fff; }
.article-description-font h2 { font-size: 1rem!important; font-weight: 700!important; }
ul.lSPager.lSGallery { padding-top: 15px; }

body .btn-qty { width: 38px; height: 40px; border-radius: 0.25rem 0 0 0.25rem!important; }
body .btn-qty-plus { border-radius: 0 0.25rem 0.25rem 0!important; }
.article-info-qte .js-change-qte-box { width: 160px; }
body .article-info-qte .btn-qty { width: 54px; height: 56px; }
.article-info-qte  .input-panier-ligne-qte, .article-info-qte .input-article-qte, .article-info-qte .input-articletop-qte { height: 56px; }
.input-article-qte, .input-articletop-qte, .input-panier-ligne-qte { width: 50px; height: 40px; border-radius: 0; padding: 0; border-color: #232323; }
.js-change-qte-box { min-width: 130px; }
.article-nbr-par-page { max-width: 100px; }

#product-lightslider { list-style: none outside none; padding-left: 0; margin-bottom: 0; }
#product-lightslider li { display: block; float: left; margin-right: 6px; cursor: pointer; }
#product-lightslider img { display: block; height: auto; max-width: 100%; }
#product-detail .lSPager li { border: 1px solid #ccc; }
#product-detail .lSSlideOuter { padding-bottom: 1px; }

#product-detail-infos img { max-width: 100%; }

.product-cart-btn { border-radius: 7px; background: #009c3d url("../imgs/style_yellow_green/btn_cart_article.svg") center no-repeat; height: 40px; width: 65px; padding-left: 0; padding-right: 0; }
.product-cart-btn:hover { background-color: #a8c30c; }

.product-card-item { border: 1px solid #c1c1c1; }
.product-card-item:hover { border-color: #14b24d; }

.btn-ajout-panier { background: #14b24d; height: 56px; border-radius: 7px; }
@media only screen and (max-width:767px) {
  .article-banner h1 { font-size: 3rem; }
  .navlink-categ+.dropdown-menu { left: 0!important; top: 100%!important; width: 100%; }
}
@media only screen and (max-width:575px) {
  .article-banner h1 { font-size: 2.8rem; }
}
@media only screen and (max-width:420px) {
  .article-banner h1 { font-size: 2.5rem; }
}
/*=====================================
 	ARTICLES TOP
=====================================*/

.articles-top-carousel .owl-nav button { position: absolute; top: 50%; background-color: #000; color: #fff; margin: 0; transition: all 0.3s ease-in-out; }
.articles-top-carousel .owl-nav button.owl-prev { left: -25px; background: #009c3d url(../imgs/style_yellow_green/prev_btn.svg) no-repeat center; width: 44px; height: 44px; font-size: 0; border-radius: 100%; }
.articles-top-carousel .owl-nav button.owl-next { right: -25px; background: #009c3d url(../imgs/style_yellow_green/next_btn.svg) no-repeat center; width: 44px; height: 44px; font-size: 0; border-radius: 100%; }
.articles-top-carousel .owl-dots { text-align: center; padding-top: 15px; }
.articles-top-carousel .owl-dots button.owl-dot { width: 15px; height: 15px; border-radius: 50%; display: inline-block; background: #ccc; margin: 0 3px; }
.articles-top-carousel .owl-dots button.owl-dot.active { background-color: #009c3d; }
.articles-top-carousel .owl-dots button.owl-dot:focus { outline: none; }
.articles-top-carousel .owl-nav button { position: absolute; top: 50%; transform: translateY(-50%); }

.articles-top-carousel .owl-nav button:focus { outline: none; }
.articles-top-carousel .owl-stage-outer .owl-stage { padding: 5px; }

/*=====================================
 	VAD
=====================================*/

.creditCardTestForm { max-width: 700px; background-color: #fff; margin: auto; overflow: hidden; padding: 25px; color: #4c4e56; }
.creditCardTestForm label { width: 100%; margin-bottom: 10px; }
.creditCardTestForm .heading h1 { text-align: center; color: #4c4e56; }
.creditCardTestForm .payment { float: left; font-size: 18px; padding: 10px 25px; margin-top: 20px; position: relative; }
.creditCardTestForm .payment .form-group { float: left; margin-bottom: 15px; }
.creditCardTestForm .payment .form-control { line-height: 40px; height: auto; padding: 0 16px; }
.creditCardTestForm .owner { width: 63%; margin-right: 10px; }
.creditCardTestForm .CVV { width: 35%; }
.creditCardTestForm #card-number-field { width: 100%; }
.creditCardTestForm #expiration-date { width: 49%; }
.creditCardTestForm #credit_cards { width: 50%; margin-top: 25px; text-align: right; }
.creditCardTestForm #pay-now { width: 100%; margin-top: 25px; }
.creditCardTestForm .payment .btn { width: 100%; margin-top: 3px; font-size: 24px; background-color: #2ec4a5; color: #fff; }
.creditCardTestForm .payment select { padding: 10px; margin-right: 15px; }

@media(max-width: 650px) {
  .creditCardTestForm #credit_cards,   .creditCardTestForm #expiration-date,   .creditCardTestForm .CVV, .creditCardTestForm .owner { width: 100%; }
  .creditCardTestForm #credit_cards { text-align: left; }
}

/*=====================================
 	PASSWORD CHECKER
=====================================*/

#pswd_info { display: none; font-size: .875em; }
#pswd_info h4 { margin: 0 0 10px 0; padding: 0; font-weight: normal; font-size: 1.4em; }
#pswd_info .invalid { padding-left: 22px; line-height: 24px; color: #ec3f41; }
#pswd_info .valid { padding-left: 22px; line-height: 24px; color: #3a7d34; }

/*=====================================
 	PRODUCT WISHLIST
=====================================*/

.btn-categ-product-wishlist { width: 32px; height: 30px; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAeCAMAAAB61OwbAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAchQTFRFAAAAIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gU/5IsgAAAJh0Uk5TAAIORprR8/3ux4c4CIrI7fzy0JdFDQFBouz+/+GbE2zf+erw++vvaxBuwXpwf8vxyYBxe8LeZQzi130qBQk6jNoGLeBEEakWUWfYS4EUgp3DAwT2fHOevSAfvFncWNsa96MhdGDSuzQzugv0+JgcG5ZimXIZzG9PDwpj1YgjIoZcsT6wXsVoxloHtuWVQ0LmLl/NLIUrTb9OyX4DAAACU0lEQVR4nHWTXUgUURiGv3dXx/3ronZmRYMiTLSiCElSVGSLNSn72bUU8WKp6G8v8sao7C4qK/cmL5IQiu4SqykSoRYLbQVlIyIqlyQWDCmcWYLaaWT9mc6srqw5vlffd97nnPPBeQ+ICRkizZQuZU33iFwLSzopCwyQeL3UmOYxxQCXBUiCuB/5gKpbZGU7ZpKkcTmIMkDg1RmyZX8tAiQXZOLxMw+Yyp00EdsyCjg3f5dL2BVhoqrUDO9K3hK5ITne88UYgAeftY1zv6Opw2kfA14ulJ4sfMA2DQfGFVsRXtCiGJAuD2Lsb3wvDkdQKo1P0Uq5CoWIVoryCW52l2jgE/kiWckNqB+J1z029ImO9jnLkA/bzt5VgGNhk4aCacuWvlWAurFpC9ZZuR3mp8YzzH1MqmgYpko8MgSaMEgVaJ4ecUMxOsJnx0CZBX5xjQe4bwCc6K8N/fHCt/aJHbXf3qzw3QWxqFL/C67Crf1KA+6tAM4ipO7/Mg4KDFU/8wKd//ktmBWPcN0JFiS/s4e8OeHRZb5wyCpSoymYilzx7k4+cWYwkwg4um3y+dGoHjmiyopuhZfymm4u+ZfEmCDbTw2HU6Elugz0qFwzPi28qnc74qK1UdPaaREgR+tkr51O43aCNVUedEFRrgT1ZhGgQP719ar1+PPyO9SSqz1QrScxcZcyALoVqrlhl6+x1M6bO6C0mcUwLQPIW/36lZMkByUEitfsGUyHbAkgKj6HC/qnkju0rujSagZAjva2q0FqzcbFBBkC5NrkZ7F/GMvM+D/f38VSgSxIWAAAAABJRU5ErkJggg==); background-repeat: no-repeat; background-position: 0 0; position: absolute; display: block; cursor: pointer; top: 5px; right: 5px; }
.btn-categ-product-wishlist-muted { width: 32px; height: 30px; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAeCAMAAAB61OwbAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAALFQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJNsC0gAAADt0Uk5TADec2fb/8tCII4fP8f712Js2K8utKnH6b25sM9FBo93489dOCO+JEgS7HOQ5TVL0UTjrINLTpF/uEKYETsVAAAABHElEQVR4nIWS20sCQRSHf78I0gd7WKLymlvLVpKRSET//0NEhIVitQRGeYtCIQINomlvLrM2M52H4TDfN5czc4gwuIgZsot0GpFgsPgRecis4Wse5+srb7GwyQlUYXEcCvnPuZL7++WGvlD8Vq8P91gdEKVXLQe2+iyPDRzYZmVkFPLcGRqFAqsDo1BkTldjFBnafaNQ4u6LUSj/X8Xes1Go0OGTgVcF4fYMgu0R+z2h5bQfgu9+1wobo6AfDvio4Y64DzuqRk/JXdGNe/LIU12DbgexgPod/3Bx2EYi4JjdJV7jDSQBDbZTvC5aSAlo8lbiJz/XWBLgWK0kb0ySyuXLnTFa1hSXUi3ywee88sdTcQGN4L9IFrNOauYXS8VCTiXP4ukAAAAASUVORK5CYII=); background-repeat: no-repeat; background-position: 0 0; position: absolute; display: block; cursor: pointer; top: 5px; right: 5px; }

.btn-categ-list-wishlist { width: 32px; height: 30px; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAeCAMAAAB61OwbAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAchQTFRFAAAAIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gU/5IsgAAAJh0Uk5TAAIORprR8/3ux4c4CIrI7fzy0JdFDQFBouz+/+GbE2zf+erw++vvaxBuwXpwf8vxyYBxe8LeZQzi130qBQk6jNoGLeBEEakWUWfYS4EUgp3DAwT2fHOevSAfvFncWNsa96MhdGDSuzQzugv0+JgcG5ZimXIZzG9PDwpj1YgjIoZcsT6wXsVoxloHtuWVQ0LmLl/NLIUrTb9OyX4DAAACU0lEQVR4nHWTXUgUURiGv3dXx/3ronZmRYMiTLSiCElSVGSLNSn72bUU8WKp6G8v8sao7C4qK/cmL5IQiu4SqykSoRYLbQVlIyIqlyQWDCmcWYLaaWT9mc6srqw5vlffd97nnPPBeQ+ICRkizZQuZU33iFwLSzopCwyQeL3UmOYxxQCXBUiCuB/5gKpbZGU7ZpKkcTmIMkDg1RmyZX8tAiQXZOLxMw+Yyp00EdsyCjg3f5dL2BVhoqrUDO9K3hK5ITne88UYgAeftY1zv6Opw2kfA14ulJ4sfMA2DQfGFVsRXtCiGJAuD2Lsb3wvDkdQKo1P0Uq5CoWIVoryCW52l2jgE/kiWckNqB+J1z029ImO9jnLkA/bzt5VgGNhk4aCacuWvlWAurFpC9ZZuR3mp8YzzH1MqmgYpko8MgSaMEgVaJ4ecUMxOsJnx0CZBX5xjQe4bwCc6K8N/fHCt/aJHbXf3qzw3QWxqFL/C67Crf1KA+6tAM4ipO7/Mg4KDFU/8wKd//ktmBWPcN0JFiS/s4e8OeHRZb5wyCpSoymYilzx7k4+cWYwkwg4um3y+dGoHjmiyopuhZfymm4u+ZfEmCDbTw2HU6Elugz0qFwzPi28qnc74qK1UdPaaREgR+tkr51O43aCNVUedEFRrgT1ZhGgQP719ar1+PPyO9SSqz1QrScxcZcyALoVqrlhl6+x1M6bO6C0mcUwLQPIW/36lZMkByUEitfsGUyHbAkgKj6HC/qnkju0rujSagZAjva2q0FqzcbFBBkC5NrkZ7F/GMvM+D/f38VSgSxIWAAAAABJRU5ErkJggg==); background-repeat: no-repeat; background-position: 0 0; position: relative; display: block; cursor: pointer; }
.btn-categ-list-wishlist-muted { width: 32px; height: 30px; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAeCAMAAAB61OwbAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAALFQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJNsC0gAAADt0Uk5TADec2fb/8tCII4fP8f712Js2K8utKnH6b25sM9FBo93489dOCO+JEgS7HOQ5TVL0UTjrINLTpF/uEKYETsVAAAABHElEQVR4nIWS20sCQRSHf78I0gd7WKLymlvLVpKRSET//0NEhIVitQRGeYtCIQINomlvLrM2M52H4TDfN5czc4gwuIgZsot0GpFgsPgRecis4Wse5+srb7GwyQlUYXEcCvnPuZL7++WGvlD8Vq8P91gdEKVXLQe2+iyPDRzYZmVkFPLcGRqFAqsDo1BkTldjFBnafaNQ4u6LUSj/X8Xes1Go0OGTgVcF4fYMgu0R+z2h5bQfgu9+1wobo6AfDvio4Y64DzuqRk/JXdGNe/LIU12DbgexgPod/3Bx2EYi4JjdJV7jDSQBDbZTvC5aSAlo8lbiJz/XWBLgWK0kb0ySyuXLnTFa1hSXUi3ywee88sdTcQGN4L9IFrNOauYXS8VCTiXP4ukAAAAASUVORK5CYII=); background-repeat: no-repeat; background-position: 0 0; position: relative; display: block; cursor: pointer; }

.btn-product-wishlist { width: 32px; height: 30px; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAeCAMAAAB61OwbAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAchQTFRFAAAAIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gIx8gU/5IsgAAAJh0Uk5TAAIORprR8/3ux4c4CIrI7fzy0JdFDQFBouz+/+GbE2zf+erw++vvaxBuwXpwf8vxyYBxe8LeZQzi130qBQk6jNoGLeBEEakWUWfYS4EUgp3DAwT2fHOevSAfvFncWNsa96MhdGDSuzQzugv0+JgcG5ZimXIZzG9PDwpj1YgjIoZcsT6wXsVoxloHtuWVQ0LmLl/NLIUrTb9OyX4DAAACU0lEQVR4nHWTXUgUURiGv3dXx/3ronZmRYMiTLSiCElSVGSLNSn72bUU8WKp6G8v8sao7C4qK/cmL5IQiu4SqykSoRYLbQVlIyIqlyQWDCmcWYLaaWT9mc6srqw5vlffd97nnPPBeQ+ICRkizZQuZU33iFwLSzopCwyQeL3UmOYxxQCXBUiCuB/5gKpbZGU7ZpKkcTmIMkDg1RmyZX8tAiQXZOLxMw+Yyp00EdsyCjg3f5dL2BVhoqrUDO9K3hK5ITne88UYgAeftY1zv6Opw2kfA14ulJ4sfMA2DQfGFVsRXtCiGJAuD2Lsb3wvDkdQKo1P0Uq5CoWIVoryCW52l2jgE/kiWckNqB+J1z029ImO9jnLkA/bzt5VgGNhk4aCacuWvlWAurFpC9ZZuR3mp8YzzH1MqmgYpko8MgSaMEgVaJ4ecUMxOsJnx0CZBX5xjQe4bwCc6K8N/fHCt/aJHbXf3qzw3QWxqFL/C67Crf1KA+6tAM4ipO7/Mg4KDFU/8wKd//ktmBWPcN0JFiS/s4e8OeHRZb5wyCpSoymYilzx7k4+cWYwkwg4um3y+dGoHjmiyopuhZfymm4u+ZfEmCDbTw2HU6Elugz0qFwzPi28qnc74qK1UdPaaREgR+tkr51O43aCNVUedEFRrgT1ZhGgQP719ar1+PPyO9SSqz1QrScxcZcyALoVqrlhl6+x1M6bO6C0mcUwLQPIW/36lZMkByUEitfsGUyHbAkgKj6HC/qnkju0rujSagZAjva2q0FqzcbFBBkC5NrkZ7F/GMvM+D/f38VSgSxIWAAAAABJRU5ErkJggg==); background-repeat: no-repeat; background-position: 0 0; position: relative; display: block; cursor: pointer; }
.btn-product-wishlist-muted { width: 32px; height: 30px; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAeCAMAAAB61OwbAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAALFQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJNsC0gAAADt0Uk5TADec2fb/8tCII4fP8f712Js2K8utKnH6b25sM9FBo93489dOCO+JEgS7HOQ5TVL0UTjrINLTpF/uEKYETsVAAAABHElEQVR4nIWS20sCQRSHf78I0gd7WKLymlvLVpKRSET//0NEhIVitQRGeYtCIQINomlvLrM2M52H4TDfN5czc4gwuIgZsot0GpFgsPgRecis4Wse5+srb7GwyQlUYXEcCvnPuZL7++WGvlD8Vq8P91gdEKVXLQe2+iyPDRzYZmVkFPLcGRqFAqsDo1BkTldjFBnafaNQ4u6LUSj/X8Xes1Go0OGTgVcF4fYMgu0R+z2h5bQfgu9+1wobo6AfDvio4Y64DzuqRk/JXdGNe/LIU12DbgexgPod/3Bx2EYi4JjdJV7jDSQBDbZTvC5aSAlo8lbiJz/XWBLgWK0kb0ySyuXLnTFa1hSXUi3ywee88sdTcQGN4L9IFrNOauYXS8VCTiXP4ukAAAAASUVORK5CYII=); background-repeat: no-repeat; background-position: 0 0; position: relative; display: block; cursor: pointer; }
