/*=====================================
 	COMMUN
=====================================*/

@media print {
  @page {
size: landscape; }
}

body { font-family: "sofia-pro",Arial; color: #6d6e71; 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: #80a31b!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: "sofia-pro"; font-weight: 700; }
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_huttopia/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_huttopia/radio-on.png"); }

.bg-green-site { background-color: #80a51b!important; }
.bg-success-perso { background-color: #80a51b!important; }
.bg-green2-site { background-color: #00523b!important; }
.bg-light-site { background-color: #f2ede7!important; }
.bg-secondary-perso { background-color: #989898!important; }
.bg-primary-perso { background-color: #80a51b!important; }

.text-underline { text-decoration: underline; }

.color-primary-site { color: #00523b!important; }
.color-green-site { color: #80a51b!important; }
.color-blue { color: #63b5d0!important; }
.color-grey { color: #4d4f56!important; }
.color-green { color: #00533c!important; }
.color-orange { color: #fbb159!important; }
.color-purple { color: #9759fb!important; }
.color-red { color: #f93154!important; }

.font-small { font-size: 70%; }
.font-14 { font-size: 0.875rem; }
.font-16 { font-size: 1rem; }
.font-18 { font-size: 1.125rem; }
.font-20 { font-size: 1.25rem; }
.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: #ccc; }
.custom-control-input:checked ~ .custom-control-label::before { border-color: #00523b; background-color: #00523b; }
.page-content { background-color: #f0ebe5; 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: #aaa!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: #80a51b!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: 400 1.25rem "sofia-pro"; }
.titre-page { font-size: 1.75rem; position: relative; padding-bottom: 5px; }
.titre-page::before { content: ""; width: 90px; height: 3px; background: #51a025; position: absolute; left: 50%; bottom: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); -o-transform: translate(-50%,0); display: none; }
.titre-page.small-border::before { width: 60px; }
.text-info { color: #80a51b!important; }

.btn { border-radius: 5px!important; -webkit-border-radius: 5px!important; -ms-border-radius: 5px!important; }
.btn-light-green { background-color: #80a31b!important; }
.btn-blue { background-color: #63b5d0!important; }
.btn-color-default { background-color: #80a51b!important; color: #fff!important; }
.btn-secondary, .btn-secondary-c { color: #fff; background-color: #00533c!important; }
.btn-secondary-c:hover, .btn-secondary:hover { color: #fff; }
.btn-secondary.dropdown-toggle { background-color: #00533c!important; }

.bg-light { background-color: #e7e8ea; }
.bg-superlight { background-color: #f9f9f9; }
.bg-green { background-color: #80a31b; }
.bg-green2 { background-color: #00533c; }
.bg-green2.active { background-color: #80a31b; }
.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; }

.border-light { border: 1px solid #e7e8ea; }

.btn-tableau a { display: inline-block; width: 30px; height: 30px; transition: none!important; color: #80a31b!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: #00523b; }

.modal-header .close { font-size: 4rem!important; padding: 0 1rem; margin: -1.5rem -1rem -1rem auto; }
.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:992px) {
  .modal-lg, .modal-xl { max-width: none!important; }
}

@media only screen and (max-width:576px) {
  .modal-lg, .modal-xl { max-width: none!important; }
}

/*=====================================
 	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: #efefef; font-weight: bold; padding: .5rem 1.5rem; cursor: pointer; margin: 0; border-bottom: 1px solid #fff; border-top: 1px solid #fff; }

.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: #80a31b; border-color: #80a31b; }

/*=====================================
 	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: #00533c!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_huttopia/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: #00533c; font-size: 1rem; border-bottom: none; color: #fff; padding-top: 8px!important; padding-bottom: 8px!important; }

.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; }

/*=====================================
 	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 INDICATEURS
=====================================*/

.badge-perso-indicateur { padding: 15px 30px; border-radius: 25px; min-width: 80px; font-size: 1rem; }
.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 i { display: none; }

.dashboard-suivi-commande-titre-1 { background-color: #00523b!important; }
.dashboard-suivi-commande-titre-2 { background-color: #00523b!important; }
.dashboard-suivi-commande-titre-3 { background-color: #00523b!important; }

.dashboard-suivi-commande-info-1 { background-color: #80a51b!important; }
.dashboard-suivi-commande-info-2 { background-color: #80a51b!important; }
.dashboard-suivi-commande-info-3 { background-color: #80a51b!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_huttopia/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; }
.categ-btn-affichage-type.active { background: url("../imgs/style_huttopia/btn_categ_affichage_type_active.png") no-repeat center!important; background-size: cover!important; box-shadow: none!important; }
.categ-btn-affichage-type:hover { color: #ccc; }

/*=====================================
 	GRADIENT
=====================================*/

.grey-gradient { background: #ddd; background: linear-gradient(90deg, #ddd 0, #aaa 100%); }

.new-title-gradient { background: #00523b; }

.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 #80a31b 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(to 45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%); }

#login-container { z-index: 1001; }
#login-container a:link { color: #00523b; }

.login-card { background-color: #f2ede7; 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: -50px; text-align: center; }

.login-card input { padding-left: 40px; font-size: 20px; height: 57px; }
#inputLogin, #resetEmail { background-image: url("../imgs/style_huttopia/ico_user.png"); background-position: center left 8px; background-repeat: no-repeat; }
#inputPassword { background-image: url("../imgs/style_huttopia/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_huttopia/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_huttopia/check_on.png'); }

.login-card button.btn.btn-rounded { background-color: #80a51b; border-radius: 5px; font: 700 1.25rem "sofia-pro"; 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; }

@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; }
}

/*=====================================
 	HEADER
=====================================*/

.logo-header { width: 222px; 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: #00523b; color: #fff; text-align: right; z-index: 2; position: relative; }
#bottom-header { z-index: 1; position: relative; box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12); }
.top-header .check_perso .custom-control-label { cursor: pointer; font-family: "sofia-pro"; font-weight: 700; }
.top-header .check_perso .custom-radio { margin-left: 10px; }
.top-header .custom-control-input:checked ~ .custom-control-label::before { border-color: #80a51b; background-color: #80a51b; }
.top-header-client-default-raison-social { color: #80a51b; }

.header_sticky { padding: 12px 0; background: #fff; }
.cart-link { background: url("../imgs/style_huttopia/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_huttopia/ico_cart.svg") no-repeat center; width: 40px; display: inline-block; color: #053b22; height: 40px; position: relative; }
.account-link { background: url("../imgs/style_huttopia/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 "sofia-pro"; color: #fff; line-height: 1.6rem; text-align: center; background: url('../imgs/style_huttopia/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: "sofia-pro"; }

.header-dashboard-background .nav-link { font-family: "sofia-pro"; 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: "sofia-pro"; font-size: 1.4rem; text-shadow: 1px 1px 1px #000; font-weight: bold; }
.header-dashboard-text-bienvenue { font-family: "sofia-pro"; 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-top: 0; }
.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%; max-width: 191px; 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 { position: absolute; display: block; right: 185px; padding-bottom: 4px; margin-bottom: 0; margin-top: 5px; z-index: 9; }
#header.headerFixed  #search-products { margin-left: 0!important; width: calc(100% - 30px)!important; }
#header.headerFixed .position-static-fixed { position: static; }
#header.headerFixed .bloc-right-header { margin-top: 10px!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; }
  #search-products-fixed { height: 45px; }
}
@media only screen and (max-width:992px) {
  #header.headerFixed .navigation-site { margin-left: -15vw; }
  #search-products-fixed { width: calc(100% - 35px)!important; }
  #search-products-fixed-wrapper form { padding-left: 15px; padding-right: 15px!important; }
  .static-position-mobile { position: static; }
  .account-link span { display: block; }
  .headerFixed #search-products-fixed-wrapper { top: 0; width: 250px; background: none; right: 175px; left: auto; position: absolute; }
  .logo-header { width: auto; max-width: 100%; }
  .form-search-bg { background: #fff; }
  .headerFixed .form-search-bg { padding: 0!important; background: none; margin-left: 0!important; margin-right: 0!important; }
}
@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; }
  .headerFixed #search-products-fixed-wrapper { right: auto; left: 50%; width: 45%; margin-left: -25%; padding-left: 0!important; padding-right: 0!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 { top: 5px; }
}

/*=====================================
 	NAVBAR
=====================================*/

.navigation-site .nav-item >.nav-link { /*padding: 1.875rem 1.563rem;*/ padding: 0 0.975rem; font: 400 1rem 'sofia-pro'; position: relative; color: #053b22!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; font-weight: 700; }
@media only screen and (min-width: 993px) {
  .navigation-site .nav-item >.nav-link { box-shadow: 0 2px 5px 0 transparent,0 2px 10px 0 transparent; -webkit-box-shadow: 0 2px 5px 0 transparent,0 2px 10px 0 transparent; -ms-box-shadow: 0 2px 5px 0 transparent,0 2px 10px 0 transparent; }
  .navigation-site .nav-item .dropdown-menu a i { font-size: 8px; padding-left: 0.975rem; vertical-align: 2px; }
  .navigation-site .nav-item >.nav-link.dropdown-toggle::after { content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAYAAAD37n+BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFtJREFUeNpiYAACJluN9UBswIADgORAasBsqNgHIN6PTRNUbD8Qb0SXmA/E75E1QU0GiSXAxBjRNQGpACB2hAqBTC78d/jGAqwa0DQxoCtmwOPJfmRnIAOAAAMAM8waEJlkN9oAAAAASUVORK5CYII="); border: none!important; vertical-align: 0; display: none; }
  .navigation-site .nav-item >.nav-link:hover,   .navigation-site .nav-item.dropdown.show >.nav-link, .navigation-site .nav-item:hover >.nav-link { color: #fff!important; background-color: #00533c!important; }
  .navigation-site .nav-item >.nav-link span,   .navigation-site .nav-item >.nav-link span, .navigation-site .nav-item.dropdown >.nav-link span { border-bottom: 1px solid #fff; padding: 3px 0; display: block; }
  .navigation-site .nav-item.dropdown:hover  >.dropdown-menu { display: block; }
  .navigation-site .nav-item>.dropdown-menu { background-color: #00523b!important; min-width: 120%; border: none; }
  .navigation-site .nav-item { margin: 0 5px; }
  .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: #80a31b!important; color: #fff!important; }
  .navigation-site .nav-item >.nav-link:hover { color: #95c11f!important; }
  .navigation-site .nav-item >.nav-link:active, .navigation-site .nav-item >.nav-link:focus { background: none!important; }
}
@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_huttopia/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; }

.menu-icon { font-size: 25px; margin: 15px; }

#menu-nav-mobile { display: none; }

.side-nav { position: fixed; z-index: 1000000; width: 300px; 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 #000!important; }
.side-nav .dropdown-toggle + .collapse { border-bottom: 1px solid #053b22; }

.side-nav .dropdown-item { color: #fff; }

.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: #80a31b; }

.side-nav .nav-link { width: 100%; text-align: center; text-align: left; padding-left: 15px; }

.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 #000; }

.nav-bar-light { color: #fff!important; }
.border-top-bottom { border-top: 1px solid #b6b2b2; border-bottom: 1px solid #b6b2b2; }

/*=====================================
 	CONTENT
=====================================*/

#page-content-wrapper { min-height: 100vh; display: flex; flex-direction: column; overflow-x: hidden; }

/*=====================================
 	FOOTER
=====================================*/

#footer { background-color: #fff; font-size: 0.938rem; }
#footer-nav { background: #fff; }

#footer-small { height: 30px; width: 100%; text-align: center; font-size: 15px; color: #fff; 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: #706f6f; margin-bottom: 5px; display: inline-block; }

#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: #00533c; 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: #fff; 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: 400 1.15rem "sofia-pro"; color: #053b22; margin-bottom: 0; white-space: nowrap; }
.copyright { font-size: 1rem; color: #fff; background: #00523b url(../imgs/style_huttopia/bg_copy_huttopia.jpg) no-repeat center top; background-size: cover; background-attachment: initial!important; }
.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; text-transform: uppercase; padding: 0 14px; border-right: 1px solid #fff; }

.lien-footer-menu li:last-child { border: none; padding-right: 0; }

.site-realise { font-size: 0.875rem; padding-top: 0; }

.logo-footer { width: 180px; }

.logo-footer { border-right: 1px solid #fff; }
@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: #fff; padding: 0!important; width: 100%; color: #111; border: 0; font-size: 1rem; text-transform: uppercase; }
  #footer .footer-nav .dropdown-toggle { background: #fff; border-bottom: 1px solid #9da5ac; color: #00533c; text-transform: uppercase; padding: 15px!important; font-size: 1.2rem; }
  #footer .footer-nav .footer-mobile { background: #fff; border: 1px solid #9da5ac; color: #00533c; 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: #00533c; color: #fff; }
  #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: #fff; border: 1px solid #9da5ac; color: #00533c; 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: #00533c; 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: #fff; }
  #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: #80a31b; }
  .logo-footer { width: 100%; }
  .logo-footer img { position: relative; width: 100%; }
  .copyright { background-blend-mode: lighten; }
}

/*=====================================
 	RECHERCHE
=====================================*/

form.form-search .btn { width: 100%; padding: 0 10px; font: 700 13px "sofia-pro"; 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 { max-width: 580px; margin: 0 auto 7px auto; background: url(../imgs/style_huttopia/bg_search_s.svg) no-repeat center top -3px; padding-bottom: 15px; background-size: cover; }
.search-form-content form { padding-top: 1px; }
.search-form-content form  input { border: none; height: 45px; }

.search-products-autocomplete { z-index: 10000; width: auto!important; max-height: 400px; overflow-y: auto; overflow-x: hidden; padding-right: 20px; }

.search-products-autocomplete li { height: auto!important; }
.search-products-autocomplete .image_autocomplete { height: 40px; width: 40px; }
.search-products-autocomplete a { color: #000!important; background-color: transparent!important; border: 0!important; padding: 0 15px!important; margin: 0!important; }
.search-products-autocomplete a:focus, .search-products-autocomplete a:hover { color: #80a51b!important; }

/*=====================================
	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_huttopia/bg_userinfos_menu.png) no-repeat center; background-size: 50px 40px; }
.active-user-link .userinfos-menu-fa-size { background: url(../imgs/style_huttopia/bg_userinfos_menu_active.png) no-repeat center; background-size: 50px 40px; }
.active-user-link span { text-decoration: underline; color: #00523b; }
.userinfos-color { color: #41964d!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: #00533c; box-shadow: inset 0 0 2px rgba(0,0,0,.2); }
.cde-progress .circle.done .title { color: #444; }
.cde-progress .circle.active .title { color: #00533c; }

.cde-panier-details table.dataTable { margin-top: 0!important; margin-bottom: 0!important; }

.cde-bloc-titre { background-color: #00533c; }
.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; }

/*=====================================
 	DASHBOARD
=====================================*/

.contenu-encart-actu { height: calc(100% - 35px); max-height: 400px; }
.color-date-actu { color: #80a51b; }
.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_huttopia/dashboard-icon-panier.png'); }
.dashboard-icon-contact { background-image: url('../imgs/style_huttopia/dashboard-icon-contact.png'); }
.dashboard-icon-user { background-image: url('../imgs/style_huttopia/dashboard-icon-user.png'); }
.dashboard-icon-deco { background-image: url('../imgs/style_huttopia/dashboard-icon-deco.png'); }

.promos-carousel .carousel-item { min-height: 350px; background-size: contain; background-position: center; 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: #80a31b; }
#carousel-promos ol.carousel-indicators { margin-bottom: 1.5rem; }

/*=====================================
 	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-color: rgba(0, 0, 0, 0.4); }
.article-banner::after { content: ""; width: 100%; height: 100%; background: rgba(0,0,0,0.3); position: absolute; left: 0; top: 0; }
.article-banner h1 { position: relative; z-index: 99; }

.article-block-img { max-height: 300px; width: auto; }

.article-description-font h2 { font-size: 1rem!important; font-weight: 700!important; }
ul.lSPager.lSGallery { padding-top: 15px; }
@media only screen and (min-width:768px) {
  .article-banner { height: 250px; }
}
@media only screen and (max-width:768px) {
  .article-block-img { max-height: 400px; }
}

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 1px; }
.js-change-qte-box { min-width: 140px; }
.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-block-name { /*min-height: 50px;*/ }

.product-cart-btn { border-radius: 7px; background: #80a51b url("../imgs/style_huttopia/btn_cart_article.svg") center no-repeat; height: 40px; width: 65px; }
.product-cart-btn:hover { background-color: #a8c30c; }

.product-card-item { border: 1px solid #fff; }
.product-card-item:hover { border-color: #00533c; }

.btn-ajout-panier { background: #80a31b; height: 56px; border-radius: 7px; }

/*=====================================
 	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: 0; }
.articles-top-carousel .owl-nav button.owl-next { right: 0; }
.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: #00523b; }
.articles-top-carousel .owl-dots button.owl-dot:focus { outline: none; }
.articles-top-carousel .owl-nav button { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255, 255, 255, 0.38)!important; }

.articles-top-carousel .owl-nav button:focus { outline: none; }
.articles-top-carousel .owl-stage-outer { overflow: initial; }

/*=====================================
 	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; }
